-
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 ru_ru (Russian) translation (#18)
- Loading branch information
1 parent
af869d1
commit 1b4b3f9
Showing
1 changed file
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"text.fpsdisplay.options.fallback_title": "Уведомления о настройках FPS-Display", | ||
"text.fpsdisplay.options.fallback_message": "Установите 'Cloth Config' или 'YetAnotherConfigLib' чтобы получить доступ к настройкам мода", | ||
"text.fpsdisplay.options.title": "Настройки FPS-Display", | ||
"text.fpsdisplay.options.enabled": "Включено", | ||
"text.fpsdisplay.options.advancedStats": "Показывать минимальный, средний и максимальный FPS", | ||
"text.fpsdisplay.options.textSize": "Размер текста", | ||
"text.fpsdisplay.options.textColor": "Цвет текста", | ||
"text.fpsdisplay.options.textAlpha": "Прозрачность текста", | ||
"text.fpsdisplay.options.textShadows": "Тень текста", | ||
"text.fpsdisplay.options.offsetTop": "Смещение сверху", | ||
"text.fpsdisplay.options.offsetLeft": "Смещение слева", | ||
"text.fpsdisplay.options.keybindMode": "Режим привязки клавиш", | ||
"key.fpsdisplay.category": "FPS-Display", | ||
"key.fpsdisplay.toggleOverlay": "Переключить счётчик FPS" | ||
} |