Skip to content

Commit 98f4dba

Browse files
authored
Merge pull request #155 from WentTheFox/l10n_main
New Crowdin updates
2 parents e926d51 + 134faad commit 98f4dba

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/locales/crowdin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"17096866"
511511
],
512512
"progress": {
513-
"approval": 64,
513+
"approval": 73,
514514
"translation": 73
515515
}
516516
},
@@ -530,7 +530,7 @@
530530
"14666868"
531531
],
532532
"progress": {
533-
"approval": 96,
533+
"approval": 100,
534534
"translation": 100
535535
}
536536
},

src/locales/uk/translation.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"hour12": {
8686
"name": "hour12",
87-
"description": "Specify the hour using 12-hour clock (defaults to current hour)"
87+
"description": "Вкажіть годину, використовуючи 12-годинний годинник (за замовчуванням поточна година)"
8888
},
8989
"minute": {
9090
"name": "minute",
@@ -96,7 +96,7 @@
9696
},
9797
"am": {
9898
"name": "am",
99-
"description": "When True, hour must be between 1 to 12 and will be interpreted as AM (ante meridiem)"
99+
"description": "Якщо значення True, година повинна бути між 1 і 12 і буде інтерпретуватися як AM (ante meridiem)"
100100
},
101101
"pm": {
102102
"name": "pm",
@@ -108,8 +108,8 @@
108108
"meridiemRequired": "You must provide either the am or pm option when using the hour12 option",
109109
"noAmOrPmWithMeridiem": "You can't specify the am or pm options when the meridiem is provided in the hour option",
110110
"hourOrHour12Only": "You can't specify both hour and hour12 options at the same time",
111-
"hourRange": "When a meridiem is not specified, hour must be a number between 0 and 23",
112-
"hour12Range": "When a meridiem is specified, hour must be a number between 1 and 12"
111+
"hourRange": "Якщо меридіум не вказано, година має бути числом від 0 до 23",
112+
"hour12Range": "Якщо вказано меридіум, година має бути числом від 1 до 12"
113113
}
114114
},
115115
"add": {
@@ -213,7 +213,7 @@
213213
"T": "довгий формат часу",
214214
"f": "дата та час",
215215
"F": "день тижня, дата та час",
216-
"s": "short date and short time",
216+
"s": "коротка дата і короткий час",
217217
"S": "short date and long time",
218218
"R": "відносний",
219219
"all": "усі (за замовчуванням)"
@@ -247,9 +247,9 @@
247247
"contributeTranslations": "Зробити внесок",
248248
"telemetryThankYou": "Thank you for contributing telemetry data, which helps the bot's future development. See the {{privacyPolicy}} for details.",
249249
"telemetryInfoCount": "This is execution #{{executionNumber}} for the {{command}} command (since we started counting).",
250-
"privacyPolicyLink": "Privacy Policy",
251-
"recordingTelemetry": "Telemetry is being collected for this command, results are pending",
252-
"telemetryPlaceholder": "The rest of this text is only here to prevent the message size from changing too much when the results of the telemetry recording are available.",
250+
"privacyPolicyLink": "Політика конфіденційності",
251+
"recordingTelemetry": "Для цієї команди збирається телеметрія, результати очікуються",
252+
"telemetryPlaceholder": "Решта тексту тут лише для того, щоб запобігти надмірній зміні розміру повідомлення, коли будуть доступні результати запису телеметрії.",
253253
"feedbackWanted": "Feedback wanted!",
254254
"at12Hint": "There are now several different options to specify the number of hours both within the {{slashAt}} command (via the existing {{hourOptionName}} option which now has autocompletion, or the new {{hour12OptionName}}, {{amOptionName}} and {{pmOptionName}} options) and the new {{slashAt12}} command. Use whichever you are more comfortable with. How popular each method is (based on the telemetry data) will determine which of these options will become permanent."
255255
}

src/locales/zh-CN/translation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
"noComponentsCurrentTime": "您必须指定至少一个要更改的时间数值。若要显示当前时间,请不带任何参数使用 `/{{atCommand}}`。",
200200
"noComponentsUnix": "您必须指定至少一个要更改的时间数值。若要获取某个UNIX时间戳的语法,请使用 `/{{unixCommand}}`。",
201201
"unexpectedError": "处理您的请求时出现了未知错误",
202-
"unsupportedTimezone": "The provided timezone ({{timezone}}) is not supported",
203-
"changeTimezoneSetting": "The way timestamps are generated on the server has recently changed. If this worked before, you may need to update your settings using the `/{{settingsCommand}}` command."
202+
"unsupportedTimezone": "不支持所提供的时区 ({{timezone}})",
203+
"changeTimezoneSetting": "服务器上生成时间戳的方式最近发生了变化。如果以前可以使用,则可能需要使用 `/{{settingsCommand}}` 命令更新设置。"
204204
},
205205
"options": {
206206
"format": {
@@ -213,8 +213,8 @@
213213
"T": "长时间",
214214
"f": "日期与时间",
215215
"F": "星期几,日期与时间",
216-
"s": "short date and short time",
217-
"S": "short date and long time",
216+
"s": "短日期和短时间",
217+
"S": "短日期和长时间",
218218
"R": "相对",
219219
"all": "全部(默认)"
220220
}

0 commit comments

Comments
 (0)