-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Felix14-v2/master
Improved ru_ru translation
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
17 changes: 13 additions & 4 deletions
17
src/main/resources/assets/boostedbrightness/lang/ru_ru.json
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,4 +1,13 @@ | ||
{ | ||
"key.boosted-brightness.brighten": "Переключить максимальную яркость", | ||
"category.boosted-brightness.title": "Повышенная яркость" | ||
} | ||
{ | ||
"key.boosted-brightness.next": "Переключить яркость", | ||
"key.boosted-brightness.raise": "Повысить яркость", | ||
"key.boosted-brightness.lower": "Понизить яркость", | ||
"key.boosted-brightness.select1": "Выбрать яркость 1", | ||
"key.boosted-brightness.select2": "Выбрать яркость 2", | ||
"key.boosted-brightness.select3": "Выбрать яркость 3", | ||
"key.boosted-brightness.select4": "Выбрать яркость 4", | ||
"key.boosted-brightness.select5": "Выбрать яркость 5", | ||
"category.boosted-brightness.title": "Boosted Brightness", | ||
"overlay.boosted-brightness.change": "Яркость %s: %s%%", | ||
"options.boosted-brightness.title": "Настройки Boosted Brightness" | ||
} |