-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] add autotests for clans fastapi functions, add member ranking, ad…
…d Belarusian translation
- Loading branch information
Showing
9 changed files
with
173 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"start_game": "Пачаць гульню", | ||
"bonuses": "Бонусы", | ||
"back": "Назад", | ||
"join": "Далучыцца", | ||
"check": "Праверыць", | ||
"join_our_channel": "Падпіска на канал", | ||
"hello": "Прывітанне", | ||
"coins_for_tasks": "Вы атрымаеце манеты за выкананыя заданні. Выберыце заданне, якое хочаце выканаць, ніжэй.", | ||
"click_to_join": "Націсніце кнопку ніжэй, каб далучыцца да канала", | ||
"thanks_for_joining": "Дзякуем за падпіску на наш канал, вось вашыя 100 манет!", | ||
"invite_friend_button": "Запрасіць сябра", | ||
"clans_invalid_id": "На жаль, гэтая спасылка-запрашэнне несапраўдная. Папрасіце чалавека, які даў вам яе, даць іншую.", | ||
"clans_already_participate": "Вы ўжо ў складзе гэтага клана.", | ||
"yes": "Так", | ||
"no": "Не", | ||
"clan_join_request": "Вы былі запрошаны ў клан '{clan}'. Вы хочаце далучыцца да гэтага клана?", | ||
"clan_join_confirmed": "Віншуем! Цяпер вы ўдзельнік клана '{clan}'!", | ||
"clan_join_denied": "Вы адмовіліся далучацца да клана '{clan}'", | ||
"not_subscribed": "Вы не падпісаныя", | ||
"clan_already_owned": "Вы валодаеце кланам, таму не можаце далучыцца да іншага клана." | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters