-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian is my native language so I fixed some things to look it more right and added 2 new phrases
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"key.autorun.toggle": "Переключить на Автоматический бег", | ||
"title.autorun.config": "Автобег", | ||
"config.autorun.general": "Главное", | ||
"config.autorun.delayBuffer": "Буфер задержки", | ||
"config.autorun.delayBuffer.description": "Буфер активации до возможности отключение комбинации клавиш" | ||
"key.autorun.toggle": "Вкл/Выкл Авто-Бег", | ||
"title.autorun.config": "АвтоБег", | ||
"config.autorun.general": "Общее", | ||
"config.autorun.delayBuffer": "Буфер Задержки", | ||
"config.autorun.delayBuffer.description": "Буфер активации перед повторной деактивации привязки клавиш", | ||
"config.autorun.toggleAutoJump": "Вкл/Выкл Автопрыжок", | ||
"config.autorun.toggleAutoJump.description": "Включить Автопрыжок пока Авто-Бег активен" | ||
} |