1 ## "msgid"s in this file come from POT (.pot) files.
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).
7 ## Use "mix gettext.extract --merge" or "mix gettext.merge"
8 ## to merge POT files into PO files.
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"
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"
21 #: lib/pleroma/web/api_spec/render_error.ex:122
23 msgid "%{name} - %{count} is not a multiple of %{multiple}."
24 msgstr "%{name} - %{count} 不是 %{multiple} 的倍数。"
26 #: lib/pleroma/web/api_spec/render_error.ex:131
28 msgid "%{name} - %{value} is larger than exclusive maximum %{max}."
29 msgstr "%{name} - %{value} 大于排除性最大值 %{max}。"
31 #: lib/pleroma/web/api_spec/render_error.ex:140
33 msgid "%{name} - %{value} is larger than inclusive maximum %{max}."
34 msgstr "%{name} - %{value} 大于包括性最大值 %{max}。"
36 #: lib/pleroma/web/api_spec/render_error.ex:149
38 msgid "%{name} - %{value} is smaller than exclusive minimum %{min}."
39 msgstr "%{name} - %{value} 小于排除性最小值 %{min}。"
41 #: lib/pleroma/web/api_spec/render_error.ex:158
43 msgid "%{name} - %{value} is smaller than inclusive minimum %{min}."
44 msgstr "%{name} - %{value} 小于包括性最小值 %{min}。"
46 #: lib/pleroma/web/api_spec/render_error.ex:102
48 msgid "%{name} - Array items must be unique."
49 msgstr "%{name} - 数组项目必须唯一。"
51 #: lib/pleroma/web/api_spec/render_error.ex:114
53 msgid "%{name} - Array length %{length} is larger than maxItems: %{}."
54 msgstr "%{name} - 数组长度 %{length} 大于最大项目数: %{}。"
56 #: lib/pleroma/web/api_spec/render_error.ex:106
58 msgid "%{name} - Array length %{length} is smaller than minItems: %{min}."
59 msgstr "%{name} - 数组长度 %{length} 小于最小项目数: %{min}。"
61 #: lib/pleroma/web/api_spec/render_error.ex:166
63 msgid "%{name} - Invalid %{type}. Got: %{value}."
64 msgstr "%{name} - 不合法的 %{type}。得到的是:%{value}。"
66 #: lib/pleroma/web/api_spec/render_error.ex:174
68 msgid "%{name} - Invalid format. Expected %{format}."
69 msgstr "%{name} - 不合法的格式。预期是 %{format}。"
71 #: lib/pleroma/web/api_spec/render_error.ex:51
73 msgid "%{name} - Invalid schema.type. Got: %{type}."
74 msgstr "%{name} - 不合法的 schema.type。得到的是:%{type}。"
76 #: lib/pleroma/web/api_spec/render_error.ex:178
78 msgid "%{name} - Invalid value for enum."
79 msgstr "%{name} - 枚举值不合法。"
81 #: lib/pleroma/web/api_spec/render_error.ex:95
83 msgid "%{name} - String length is larger than maxLength: %{length}."
84 msgstr "%{name} - 字串长度大于最大长度:%{length}。"
86 #: lib/pleroma/web/api_spec/render_error.ex:88
88 msgid "%{name} - String length is smaller than minLength: %{length}."
89 msgstr "%{name} - 字串长度小于最小长度:%{length}。"
91 #: lib/pleroma/web/api_spec/render_error.ex:63
93 msgid "%{name} - null value where %{type} expected."
94 msgstr "%{name} - null 值,但是预期该是 %{type}。"
96 #: lib/pleroma/web/api_spec/render_error.ex:60
98 msgid "%{name} - null value."
99 msgstr "%{name} - null 值。"
101 #: lib/pleroma/web/api_spec/render_error.ex:182
103 msgid "Failed to cast to any schema in %{polymorphic_type}"
104 msgstr "转换到 %{polymorphic_type} 中的任一 schema 失败"
106 #: lib/pleroma/web/api_spec/render_error.ex:71
108 msgid "Failed to cast value as %{invalid_schema}. Value must be castable using `allOf` schemas listed."
109 msgstr "把值转换成 %{invalid_schema} 失败。值必须可以被转换成在列的「所有」schema。"
111 #: lib/pleroma/web/api_spec/render_error.ex:84
113 msgid "Failed to cast value to one of: %{failed_schemas}."
114 msgstr "转换值为 %{failed_schemas} 中的一个失败。"
116 #: lib/pleroma/web/api_spec/render_error.ex:78
118 msgid "Failed to cast value using any of: %{failed_schemas}."
119 msgstr "转换值为 %{failed_schemas} 中的任意一个失败。"
121 #: lib/pleroma/web/api_spec/render_error.ex:212
123 msgid "Invalid value for header: %{name}."
124 msgstr "头 %{name} 的不合法的值。"
126 #: lib/pleroma/web/api_spec/render_error.ex:204
128 msgid "Missing field: %{name}."
129 msgstr "缺少字段:%{name}。"
131 #: lib/pleroma/web/api_spec/render_error.ex:208
133 msgid "Missing header: %{name}."
134 msgstr "缺少头:%{name}。"
136 #: lib/pleroma/web/api_spec/render_error.ex:196
138 msgid "No value provided for required discriminator `%{field}`."
141 #: lib/pleroma/web/api_spec/render_error.ex:216
143 msgid "Object property count %{property_count} is greater than maxProperties: %{max_properties}."
146 #: lib/pleroma/web/api_spec/render_error.ex:224
148 msgid "Object property count %{property_count} is less than minProperties: %{min_properties}"
151 #: lib/pleroma/web/templates/static_fe/static_fe/error.html.eex:2
156 #: lib/pleroma/web/api_spec/render_error.ex:188
158 msgid "Unexpected field: %{name}."
159 msgstr "超出预期的字段:%{name}。"
161 #: lib/pleroma/web/api_spec/render_error.ex:200
163 msgid "Unknown schema: %{name}."
164 msgstr "未知的 schema:%{name}。"
166 #: lib/pleroma/web/api_spec/render_error.ex:192
168 msgid "Value used as discriminator for `%{field}` matches no schemas."
171 #: lib/pleroma/web/templates/embed/show.html.eex:43
172 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:37
177 #: lib/pleroma/web/templates/embed/show.html.eex:44
178 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:38
183 #: lib/pleroma/web/templates/embed/show.html.eex:42
184 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:36
189 #: lib/pleroma/web/templates/embed/show.html.eex:27
190 #: lib/pleroma/web/templates/static_fe/static_fe/_notice.html.eex:22
192 msgid "sensitive media"