Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/locales/crowdin.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
"17096866"
],
"progress": {
"approval": 64,
"approval": 73,
"translation": 73
}
},
Expand All @@ -530,7 +530,7 @@
"14666868"
],
"progress": {
"approval": 96,
"approval": 100,
"translation": 100
}
},
Expand Down
16 changes: 8 additions & 8 deletions src/locales/uk/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
},
"hour12": {
"name": "hour12",
"description": "Specify the hour using 12-hour clock (defaults to current hour)"
"description": "Вкажіть годину, використовуючи 12-годинний годинник (за замовчуванням поточна година)"
},
"minute": {
"name": "minute",
Expand All @@ -96,7 +96,7 @@
},
"am": {
"name": "am",
"description": "When True, hour must be between 1 to 12 and will be interpreted as AM (ante meridiem)"
"description": "Якщо значення True, година повинна бути між 1 і 12 і буде інтерпретуватися як AM (ante meridiem)"
},
"pm": {
"name": "pm",
Expand All @@ -108,8 +108,8 @@
"meridiemRequired": "You must provide either the am or pm option when using the hour12 option",
"noAmOrPmWithMeridiem": "You can't specify the am or pm options when the meridiem is provided in the hour option",
"hourOrHour12Only": "You can't specify both hour and hour12 options at the same time",
"hourRange": "When a meridiem is not specified, hour must be a number between 0 and 23",
"hour12Range": "When a meridiem is specified, hour must be a number between 1 and 12"
"hourRange": "Якщо меридіум не вказано, година має бути числом від 0 до 23",
"hour12Range": "Якщо вказано меридіум, година має бути числом від 1 до 12"
}
},
"add": {
Expand Down Expand Up @@ -213,7 +213,7 @@
"T": "довгий формат часу",
"f": "дата та час",
"F": "день тижня, дата та час",
"s": "short date and short time",
"s": "коротка дата і короткий час",
"S": "short date and long time",
"R": "відносний",
"all": "усі (за замовчуванням)"
Expand Down Expand Up @@ -247,9 +247,9 @@
"contributeTranslations": "Зробити внесок",
"telemetryThankYou": "Thank you for contributing telemetry data, which helps the bot's future development. See the {{privacyPolicy}} for details.",
"telemetryInfoCount": "This is execution #{{executionNumber}} for the {{command}} command (since we started counting).",
"privacyPolicyLink": "Privacy Policy",
"recordingTelemetry": "Telemetry is being collected for this command, results are pending…",
"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.",
"privacyPolicyLink": "Політика конфіденційності",
"recordingTelemetry": "Для цієї команди збирається телеметрія, результати очікуються…",
"telemetryPlaceholder": "Решта тексту тут лише для того, щоб запобігти надмірній зміні розміру повідомлення, коли будуть доступні результати запису телеметрії.",
"feedbackWanted": "Feedback wanted!",
"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."
}
Expand Down
8 changes: 4 additions & 4 deletions src/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
"noComponentsCurrentTime": "您必须指定至少一个要更改的时间数值。若要显示当前时间,请不带任何参数使用 `/{{atCommand}}`。",
"noComponentsUnix": "您必须指定至少一个要更改的时间数值。若要获取某个UNIX时间戳的语法,请使用 `/{{unixCommand}}`。",
"unexpectedError": "处理您的请求时出现了未知错误",
"unsupportedTimezone": "The provided timezone ({{timezone}}) is not supported",
"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."
"unsupportedTimezone": "不支持所提供的时区 ({{timezone}})",
"changeTimezoneSetting": "服务器上生成时间戳的方式最近发生了变化。如果以前可以使用,则可能需要使用 `/{{settingsCommand}}` 命令更新设置。"
},
"options": {
"format": {
Expand All @@ -213,8 +213,8 @@
"T": "长时间",
"f": "日期与时间",
"F": "星期几,日期与时间",
"s": "short date and short time",
"S": "short date and long time",
"s": "短日期和短时间",
"S": "短日期和长时间",
"R": "相对",
"all": "全部(默认)"
}
Expand Down
Loading