ed0d1576b6dd01e14fd3ba44d42584544251282c
[anni] / priv / gettext / zh_Hans / LC_MESSAGES / default.po
1 ## "msgid"s in this file come from POT (.pot) files.
2 ##
3 ## Do not add, change, or remove "msgid"s manually here as
4 ## they're tied to the ones in the corresponding POT file
5 ## (with the same domain).
6 ##
7 ## Use "mix gettext.extract --merge" or "mix gettext.merge"
8 ## to merge POT files into PO files.
9 msgid ""
10 msgstr ""
11 "PO-Revision-Date: 2022-07-22 19:00+0000\n"
12 "Last-Translator: Yating Zhan <thestrandedvalley@protonmail.com>\n"
13 "Language-Team: Chinese (Simplified) <http://weblate.pleroma-dev.ebin.club/"
14 "projects/pleroma/pleroma-backend-domain-default/zh_Hans/>\n"
15 "Language: zh_Hans\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19 "X-Generator: Weblate 4.13.1\n"
20
21 #: lib/pleroma/web/api_spec/render_error.ex:122
22 #, elixir-format
23 msgid "%{name} - %{count} is not a multiple of %{multiple}."
24 msgstr "%{name} - %{count} 不是 %{multiple} 的倍数。"
25
26 #: lib/pleroma/web/api_spec/render_error.ex:131
27 #, elixir-format
28 msgid "%{name} - %{value} is larger than exclusive maximum %{max}."
29 msgstr "%{name} - %{value} 大于排除性最大值 %{max}。"
30
31 #: lib/pleroma/web/api_spec/render_error.ex:140
32 #, elixir-format
33 msgid "%{name} - %{value} is larger than inclusive maximum %{max}."
34 msgstr "%{name} - %{value} 大于包括性最大值 %{max}。"
35
36 #: lib/pleroma/web/api_spec/render_error.ex:149
37 #, elixir-format
38 msgid "%{name} - %{value} is smaller than exclusive minimum %{min}."
39 msgstr "%{name} - %{value} 小于排除性最小值 %{min}。"
40
41 #: lib/pleroma/web/api_spec/render_error.ex:158
42 #, elixir-format
43 msgid "%{name} - %{value} is smaller than inclusive minimum %{min}."
44 msgstr "%{name} - %{value} 小于包括性最小值 %{min}。"
45
46 #: lib/pleroma/web/api_spec/render_error.ex:102
47 #, elixir-format
48 msgid "%{name} - Array items must be unique."
49 msgstr "%{name} - 数组项目必须唯一。"
50
51 #: lib/pleroma/web/api_spec/render_error.ex:114
52 #, elixir-format
53 msgid "%{name} - Array length %{length} is larger than maxItems: %{}."
54 msgstr "%{name} - 数组长度 %{length} 大于最大项目数: %{}。"
55
56 #: lib/pleroma/web/api_spec/render_error.ex:106
57 #, elixir-format
58 msgid "%{name} - Array length %{length} is smaller than minItems: %{min}."
59 msgstr "%{name} - 数组长度 %{length} 小于最小项目数: %{min}。"
60
61 #: lib/pleroma/web/api_spec/render_error.ex:166
62 #, elixir-format
63 msgid "%{name} - Invalid %{type}. Got: %{value}."
64 msgstr "%{name} - 不合法的 %{type}。得到的是:%{value}。"
65
66 #: lib/pleroma/web/api_spec/render_error.ex:174
67 #, elixir-format
68 msgid "%{name} - Invalid format. Expected %{format}."
69 msgstr "%{name} - 不合法的格式。预期是 %{format}。"
70
71 #: lib/pleroma/web/api_spec/render_error.ex:51
72 #, elixir-format
73 msgid "%{name} - Invalid schema.type. Got: %{type}."
74 msgstr "%{name} - 不合法的 schema.type。得到的是:%{type}。"
75
76 #: lib/pleroma/web/api_spec/render_error.ex:178
77 #, elixir-format
78 msgid "%{name} - Invalid value for enum."
79 msgstr "%{name} - 枚举值不合法。"
80
81 #: lib/pleroma/web/api_spec/render_error.ex:95
82 #, elixir-format
83 msgid "%{name} - String length is larger than maxLength: %{length}."
84 msgstr "%{name} - 字串长度大于最大长度:%{length}。"
85
86 #: lib/pleroma/web/api_spec/render_error.ex:88
87 #, elixir-format
88 msgid "%{name} - String length is smaller than minLength: %{length}."
89 msgstr "%{name} - 字串长度小于最小长度:%{length}。"
90
91 #: lib/pleroma/web/api_spec/render_error.ex:63
92 #, elixir-format
93 msgid "%{name} - null value where %{type} expected."
94 msgstr "%{name} - null 值,但是预期该是 %{type}。"
95
96 #: lib/pleroma/web/api_spec/render_error.ex:60
97 #, elixir-format
98 msgid "%{name} - null value."
99 msgstr "%{name} - null 值。"
100
101 #: lib/pleroma/web/api_spec/render_error.ex:182
102 #, elixir-format
103 msgid "Failed to cast to any schema in %{polymorphic_type}"
104 msgstr "转换到 %{polymorphic_type} 中的任一 schema 失败"
105
106 #: lib/pleroma/web/api_spec/render_error.ex:71
107 #, elixir-format
108 msgid "Failed to cast value as %{invalid_schema}. Value must be castable using `allOf` schemas listed."
109 msgstr "把值转换成 %{invalid_schema} 失败。值必须可以被转换成在列的「所有」schema。"
110
111 #: lib/pleroma/web/api_spec/render_error.ex:84
112 #, elixir-format
113 msgid "Failed to cast value to one of: %{failed_schemas}."
114 msgstr "转换值为 %{failed_schemas} 中的一个失败。"
115
116 #: lib/pleroma/web/api_spec/render_error.ex:78
117 #, elixir-format
118 msgid "Failed to cast value using any of: %{failed_schemas}."
119 msgstr "转换值为 %{failed_schemas} 中的任意一个失败。"
120
121 #: lib/pleroma/web/api_spec/render_error.ex:212
122 #, elixir-format
123 msgid "Invalid value for header: %{name}."
124 msgstr "头 %{name} 的不合法的值。"
125
126 #: lib/pleroma/web/api_spec/render_error.ex:204
127 #, elixir-format
128 msgid "Missing field: %{name}."
129 msgstr "缺少字段:%{name}。"
130
131 #: lib/pleroma/web/api_spec/render_error.ex:208
132 #, elixir-format
133 msgid "Missing header: %{name}."
134 msgstr "缺少头:%{name}。"
135
136 #: lib/pleroma/web/api_spec/render_error.ex:196
137 #, elixir-format
138 msgid "No value provided for required discriminator `%{field}`."
139 msgstr ""
140
141 #: lib/pleroma/web/api_spec/render_error.ex:216
142 #, elixir-format
143 msgid "Object property count %{property_count} is greater than maxProperties: %{max_properties}."
144 msgstr ""
145
146 #: lib/pleroma/web/api_spec/render_error.ex:224
147 #, elixir-format
148 msgid "Object property count %{property_count} is less than minProperties: %{min_properties}"
149 msgstr ""
150
151 #: lib/pleroma/web/templates/static_fe/static_fe/error.html.eex:2
152 #, elixir-format
153 msgid "Oops"
154 msgstr "嗨呀"
155
156 #: lib/pleroma/web/api_spec/render_error.ex:188
157 #, elixir-format
158 msgid "Unexpected field: %{name}."
159 msgstr "超出预期的字段:%{name}。"
160
161 #: lib/pleroma/web/api_spec/render_error.ex:200
162 #, elixir-format
163 msgid "Unknown schema: %{name}."
164 msgstr "未知的 schema:%{name}。"
165
166 #: lib/pleroma/web/api_spec/render_error.ex:192
167 #, elixir-format
168 msgid "Value used as discriminator for `%{field}` matches no schemas."
169 msgstr ""
170
171 #: lib/pleroma/web/templates/embed/show.html.eex:43
172 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:37
173 #, elixir-format
174 msgid "announces"
175 msgstr "传播"
176
177 #: lib/pleroma/web/templates/embed/show.html.eex:44
178 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:38
179 #, elixir-format
180 msgid "likes"
181 msgstr "喜欢"
182
183 #: lib/pleroma/web/templates/embed/show.html.eex:42
184 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:36
185 #, elixir-format
186 msgid "replies"
187 msgstr "回复"
188
189 #: lib/pleroma/web/templates/embed/show.html.eex:27
190 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:22
191 #, elixir-format
192 msgid "sensitive media"
193 msgstr "敏感媒体"