Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from b1tt0/patch-3
Browse files Browse the repository at this point in the history
here we go
  • Loading branch information
RealistikDash committed Oct 7, 2020
2 parents cd3c9a0 + 16480cf commit a29c4e8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions languages/packs/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"errors": {
"START_LVLPATH": "Level/Save path does not exist! Please create it before starting GDPyS."
},
"info": {
"SET_LVLPATH": "Set level path: {0}\nSet save path: {1}"
},
"warning": {
"no_daily": "No daily level set! Please set one."
},
"debug": {
"no_gjp": "No known GJP, checking...",
"user_not_found": "Couldn't find user with such name!",
"handled_checkpw_err": "Handled checkpw ValueError {0}",
"privelege_cached": "Privelege {0} {1} cached to memory.",
"ip_new_struct": "Updating all IP rate limits with the new struct...",
"added_to_struct": "Added {0} to struct with default value of {1} and limit of {2}",
"bumping_ip": "Bumping IP count...",
"count_expired": "Count expired for IP. Resetting.",
"reached_limit": "{0} reached limit for {1} with {2}/{3}",
"passed_limit": "{0} passed limit with {1}/{2}
},
"runtime": {
"shutdown": "Shutting down! Bye!",
"loading_plugin": "Loading plugin {0}...",
}
}
27 changes: 27 additions & 0 deletions languages/packs/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"errors": {
"START_LVLPATH": "Пути к сохранению или уровням не найдено! Пожалуйста, создайте его перед запуском GDPyS."
},
"info": {
"SET_LVLPATH": "Новый путь к уровням: {0}\nПуть к сохранениям: {1}"
},
"warning": {
"no_daily": "Ежедневный уровень не был установлен! Пожалуйста, поставьте его."
},
"debug": {
"no_gjp": "Нет известного GJP, проверяем...",
"user_not_found": "Пользователя с таким именем не найдено!",
"handled_checkpw_err": "Обработана checkpw ValueError {0}",
"privelege_cached": "Привелегия {0} {1} кэширована в память.",
"ip_new_struct": "Обновляем все ограничения по IP с новой структурой...",
"added_to_struct": "Добавлено: {0} в структуру со стандартным значением {1} и лимитом {2}",
"bumping_ip": "Поднимаем счётчик IP...",
"count_expired": "Счётчик для IP истёк. Перезапускаем.",
"reached_limit": "{0} достигло для {1} с {2}/{3}",
"passed_limit": "{0} перевалило с {1}/{2}
},
"runtime": {
"shutdown": "Отключаемся! Пока!",
"loading_plugin": "Загружаем плагин {0}...",
}
}

0 comments on commit a29c4e8

Please sign in to comment.