Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation related fixes #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bitrate control and more.
Before hosting, please read ["self-hosting"](https://foxtrot.litterbin.dev/docs/self-hosting).

## Locale
See [`modules/managers/i18n/README.md`](https://github.com/LitterbinCollective/foxtrot.ts/blob/master/modules/managers/i18n/README.md)
See [`src/typescript/cluster/managers/i18n/README.md`](https://github.com/LitterbinCollective/foxtrot.ts/blob/master/src/typescript/cluster/managers/i18n/README.md)
for credits and tips.

## Contributions
Expand Down
2 changes: 1 addition & 1 deletion src/typescript/cluster/managers/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ are very much appreciated!
If you have contributed to the translations, feel free to credit yourself.

### Russian (`ru.json`)
- [@Golub'](https://discord.com/users/274911782768738304) **(orig.)**
- [@Goluboch](https://discord.com/users/274911782768738304) **(orig.)**
- github.com/be195 (slight corrections)

### Japanese (`ja.json`)
Expand Down
33 changes: 21 additions & 12 deletions src/typescript/cluster/managers/i18n/lang/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
"switched": "сменил на модуль {0}!"
},

"no-issue-url": "отправляй проблемы напрямую к хосту.",
"no-issue-url": "отправляйте проблемы напрямую хостеру.",

"ping": {
"pong": "понг!",
Expand All @@ -41,15 +41,15 @@ export default {
},

"corrupt": {
"current-infrequency": "текущая нечастота: `{0}`.",
"current-infrequency": "текущая нечастотность: `{0}`.",

"invalid-mode": "неверный режим. режимов доступно: `{0}`.",
"invalid-mode": "неверный режим. доступные режимы: `{0}`.",
"current-mode": "текущий режим: `{0}`.",

"current-rand-sample": "текущий rand sample: `{0}`.",

"enabled": "коррупция включена. (громкость понижена до `{0}%` для избежания проблем со слухом.)",
"disabled": "коррупция выключена."
"enabled": "звуковые искажения включены. (громкость понижена до `{0}%` для избежания проблем со слухом.)",
"disabled": "звуковые искажения выключены."
},

"effect": {
Expand All @@ -75,17 +75,17 @@ export default {
"skipped": "пропущено!",
"play-sfx": "играю `{0}`.",
"join-msg": "приф!",
"url-or-file": "ты должен вставить URL или загрузить файл.",
"url-or-file": "вы должны либо вставить URL, либо загрузить файл.",
"query-not-found": "не найдено.",

"queue": {
"nothing": "в очереди сейчас пусто.",
"remove": "удалено `{0}` из очереди!",
"nothing": "очередь пуста.",
"remove": "`{0}` удалено из очереди!",
"clear": "очередь очищена!",
"paginator": "очередь - {0}"
},

"argument-error": "аргументная ошибка.",
"argument-error": "ошибка аргументов.",
"missing-required-parameter": "пропущен необходимый параметр."
},

Expand All @@ -94,7 +94,7 @@ export default {
"voice-check": {
"bot-not-in-voice": "я не подключен.",
"voice-not-init": "голос еще не инициализирован!",
"member-not-in-voice": "ты не в голосовом канале.",
"member-not-in-voice": "вы не в голосовом канале.",
"not-enough-perms-send-messages": "недостаточно прав для отправки сообщений в этот текстовый канал.",
"not-enough-perms-speak": "недостаточно прав для разговора в этом голосовом канале.",
"already-connected": "уже подключен к голосовому каналу на этом сервере.",
Expand All @@ -115,12 +115,21 @@ export default {
"not-found": "указанный предмет не найден."
},

"corrupt-mode-not-allowed": "ты не можешь включить режим коррупции. (если ты хочешь рискнуть чужим и своим слухом, выстави опцию `allowCorrupt` на `true` и переподключи бота.)",
"corrupt-mode-not-allowed": "вы не можете включить режим звуковых искажений. (если вы хотите рискнуть чужим и своим слухом, выставьте опцию `allowCorrupt` на `true` и переподключите бота.)",
"invalid-number": "предоставлено неверное цифровое значение.",
"page": "страница {0}/{1}",

"voice-modules": {
"no-active": "нет модуля.",
"no-active": "нет активных модулей.",
"not-found": "указанный модуль не найден. {0}"
},

"special": {
"to-disable": "отключить особые события (возможно понадобится переподключение)",

"nye": {
"title": "с наступающим новым годом!",
"description": "{0} будет играть вестминстерскую мелодию и звуки феерверков 1 января в 12 вечера для каждого временного пояса. чтобы узнать, какой пояс празднует Новый Год следующим, загляните в статус бота."
}
}
};