-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
20 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,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 2.0.5 | ||
|
||
- Added Russian translation (rfin0) | ||
|
||
## 2.0.4 | ||
|
||
- Minor improvements |
38 changes: 19 additions & 19 deletions
38
common/src/main/resources/assets/claimpoints/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,20 +1,20 @@ | ||
{ | ||
"claimpoints.name": "ClaimPoints", | ||
|
||
"message.claimpoints.installCloth": "Установите Cloth Config API для доступа к параметрам мода.", | ||
"message.claimpoints.viewModrinth": "Посмотреть на Modrinth", | ||
|
||
"option.claimpoints.waypoints": "Отметки", | ||
"option.claimpoints.nameFormat": "Формат имени отметки", | ||
"option.claimpoints.nameFormat.error": "Формат имени должен содержать %d для размера участка", | ||
"option.claimpoints.alias": "Псевдоним отметки", | ||
"option.claimpoints.alias.error": "Псевдоним должен состоять из 1 или 2 символов", | ||
"option.claimpoints.color": "Цвет отметки", | ||
|
||
"option.claimpoints.griefprevention": "Предотвращение грифа", | ||
"option.claimpoints.command": "Команда списка участников", | ||
"option.claimpoints.firstPattern": "Шаблон первой строки", | ||
"option.claimpoints.claimPattern": "Шаблон строки участка", | ||
"option.claimpoints.ignoredPattern": "Игнорируемые шаблоны строк", | ||
"option.claimpoints.endingPattern": "Шаблоны завершающих строк" | ||
{ | ||
"claimpoints.name": "ClaimPoints", | ||
|
||
"message.claimpoints.installCloth": "Установите Cloth Config API для доступа к параметрам мода.", | ||
"message.claimpoints.viewModrinth": "Посмотреть на Modrinth", | ||
|
||
"option.claimpoints.waypoints": "Отметки", | ||
"option.claimpoints.nameFormat": "Формат имени отметки", | ||
"option.claimpoints.nameFormat.error": "Формат имени должен содержать %d для размера участка", | ||
"option.claimpoints.alias": "Псевдоним отметки", | ||
"option.claimpoints.alias.error": "Псевдоним должен состоять из 1 или 2 символов", | ||
"option.claimpoints.color": "Цвет отметки", | ||
|
||
"option.claimpoints.griefprevention": "Предотвращение грифа", | ||
"option.claimpoints.command": "Команда списка участников", | ||
"option.claimpoints.firstPattern": "Шаблон первой строки", | ||
"option.claimpoints.claimPattern": "Шаблон строки участка", | ||
"option.claimpoints.ignoredPattern": "Игнорируемые шаблоны строк", | ||
"option.claimpoints.endingPattern": "Шаблоны завершающих строк" | ||
} |
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