-
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.
Merge pull request #6 from rfin0/mc1.21
Update ru_ru.json (rfin0)
- Loading branch information
Showing
1 changed file
with
36 additions
and
36 deletions.
There are no files selected for viewing
72 changes: 36 additions & 36 deletions
72
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,52 +1,52 @@ | ||
{ | ||
"claimpoints.name": "ClaimPoints", | ||
"message.claimpoints.command.help.add": "Adds the northwest-corner coordinate of all claims in the specified GriefPrevention world as Xaero's Minimap waypoints in the active waypoint list.", | ||
"message.claimpoints.command.help.clean": "Removes all claim waypoints in the active waypoint list, that do not match a claim in the specified world.", | ||
"message.claimpoints.command.help.update": "Combines /cp add <world> and /cp clean <world>, and also updates ClaimPoint size indicators.", | ||
"message.claimpoints.command.help.waypoints.clear": "Permanently deletes all claim waypoints in the active waypoint list.", | ||
"message.claimpoints.command.help.waypoints.hide": "Disables (hides) all claim waypoints in the active waypoint list.", | ||
"message.claimpoints.command.help.waypoints.set.alias": "Sets the alias (symbol) of all claim waypoints to the specified value.", | ||
"message.claimpoints.command.help.waypoints.set.color": "Sets the color of all claim waypoints to the specified value.", | ||
"message.claimpoints.command.help.waypoints.set.nameFormat": "Sets the name format of all claim waypoints to the specified value. Note: the name format must contain %%\u200Cd.", | ||
"message.claimpoints.command.help.waypoints.show": "Enables (shows) all claim waypoints in the active waypoint list.", | ||
"message.claimpoints.command.help.worlds": "Lists the GriefPrevention worlds in which you have active claims, and stores them for future autocompletion.", | ||
"message.claimpoints.command.help.add": "Добавляет координаты северо-западного угла всех участков в указанном мире GriefPrevention как точки маршрута Xaero's Minimap в активный список точек.", | ||
"message.claimpoints.command.help.clean": "Удаляет все точки участков в активном списке точек, которые не соответствуют участку в указанном мире.", | ||
"message.claimpoints.command.help.update": "Объединяет команды /cp add <мир> и /cp clean <мир>, а также обновляет индикаторы размера точек участков.", | ||
"message.claimpoints.command.help.waypoints.clear": "Навсегда удаляет все точки участков в активном списке точек.", | ||
"message.claimpoints.command.help.waypoints.hide": "Отключает (скрывает) все точки участков в активном списке точек.", | ||
"message.claimpoints.command.help.waypoints.set.alias": "Устанавливает псевдоним (символ) для всех точек участков в указанное значение.", | ||
"message.claimpoints.command.help.waypoints.set.color": "Устанавливает цвет всех точек участков в указанное значение.", | ||
"message.claimpoints.command.help.waypoints.set.nameFormat": "Устанавливает формат имени для всех точек участков в указанное значение. Примечание: формат имени должен содержать %%\u200Cd.", | ||
"message.claimpoints.command.help.waypoints.show": "Включает (показывает) все точки участков в активном списке точек.", | ||
"message.claimpoints.command.help.worlds": "Отображает миры GriefPrevention, в которых у вас есть активные участки, и сохраняет их для будущего автодополнения.", | ||
"message.claimpoints.installCloth": "Установите Cloth Config API для доступа к параметрам мода.", | ||
"message.claimpoints.viewModrinth": "Посмотреть на Modrinth", | ||
"message.claimpoints.waypoint.alias.set": "Set alias of all claim waypoints to '%s'", | ||
"message.claimpoints.waypoint.color.error": "'%s' is not a valid color ID", | ||
"message.claimpoints.waypoint.color.set": "Set color of all claim waypoints to '%s'", | ||
"message.claimpoints.waypoint.disabled": "Disabled %s claim waypoints", | ||
"message.claimpoints.waypoint.enabled": "Enabled %s claim waypoints", | ||
"message.claimpoints.waypoint.nameFormat.error": "'%s' is not a valid name format. %%\u200Cd placeholder required for claim size.", | ||
"message.claimpoints.waypoint.nameFormat.set": "Set claim waypoint name format to '%s'", | ||
"message.claimpoints.waypoint.removed": "Removed all claim waypoints (%s)", | ||
"option.claimpoints.autocommands": "AutoCommands", | ||
"option.claimpoints.autocommands.commandDelay": "Command delay", | ||
"option.claimpoints.autocommands.commandDelay.tooltip": "Time between joining a server and running the first command. If commands are causing errors, try increasing this.", | ||
"option.claimpoints.autocommands.commandDelay.value": "%s sec", | ||
"option.claimpoints.autocommands.commands": "Commands", | ||
"option.claimpoints.autocommands.commands.tooltip": "List of commands to run on joining a server from the list above.", | ||
"option.claimpoints.autocommands.servers": "Server addresses", | ||
"option.claimpoints.autocommands.servers.tooltip": "List of IPs of servers on which to send commands.", | ||
"message.claimpoints.waypoint.alias.set": "Установить для всех отметок псевдоним '%s'", | ||
"message.claimpoints.waypoint.color.error": "'%s' не является действительным идентификатором цвета", | ||
"message.claimpoints.waypoint.color.set": "Установить цвет для всех отметок на '%s'", | ||
"message.claimpoints.waypoint.disabled": "Отключены отметки участков %s", | ||
"message.claimpoints.waypoint.enabled": "Включены отметки участков %s", | ||
"message.claimpoints.waypoint.nameFormat.error": "'%s' не является допустимым форматом имени. Требуется заполнитель %%\u200Cd для размера участка.", | ||
"message.claimpoints.waypoint.nameFormat.set": "Установлен формат имени точек участков на '%s'", | ||
"message.claimpoints.waypoint.removed": "Удалены все точки участков (%s)", | ||
"option.claimpoints.autocommands": "АвтоКоманды", | ||
"option.claimpoints.autocommands.commandDelay": "Задержка команды", | ||
"option.claimpoints.autocommands.commandDelay.tooltip": "Время между подключением к серверу и выполнением первой команды. Если команды вызывают ошибки, попробуйте увеличить это значение.", | ||
"option.claimpoints.autocommands.commandDelay.value": "%s сек", | ||
"option.claimpoints.autocommands.commands": "Команды", | ||
"option.claimpoints.autocommands.commands.tooltip": "Список команд, выполняемых при подключении к серверу из списка выше.", | ||
"option.claimpoints.autocommands.servers": "Адреса серверов", | ||
"option.claimpoints.autocommands.servers.tooltip": "Список IP-адресов серверов, на которые следует отправлять команды.", | ||
"option.claimpoints.griefprevention": "Предотвращение грифа", | ||
"option.claimpoints.griefprevention.claimPattern": "Шаблон строки участка", | ||
"option.claimpoints.griefprevention.claimPattern.tooltip": "A regex pattern defining a claim line in the claim list message. Must contain 4 regex capturing groups: (world name), (x coordinate), (z coordinate), (block count).", | ||
"option.claimpoints.griefprevention.claimPattern.tooltip": "Regex (регулярные выражения), определяющее строку участка в сообщении со списком участков. Должно содержать 4 группы захвата regex: (название мира), (координату X), (координату Z), (кол-во блоков).", | ||
"option.claimpoints.griefprevention.command": "Команда списка участников", | ||
"option.claimpoints.griefprevention.command.tooltip": "The command that you normally use to show the list of your claims.", | ||
"option.claimpoints.griefprevention.description": "The fields below tell ClaimPoints how to detect and interpret the claim list message sent in chat by the GriefPrevention plugin in response to the command above. If the claim list message shows up in chat when you run a ClaimPoints command, it is not being read correctly and you will need to change one or more of these settings.", | ||
"option.claimpoints.griefprevention.command.tooltip": "Команда, которую вы обычно используете для отображения списка ваших заявок.", | ||
"option.claimpoints.griefprevention.description": "Поля ниже сообщают ClaimPoints, как обнаружить и интерпретировать сообщение со списком заявок, отправленное в чат плагином GriefPrevention в ответ на команду выше. Если сообщение списка заявок отображается в чате при запуске команды ClaimPoints, то оно не считывается правильно, и вам нужно изменить один или несколько из этих параметров.", | ||
"option.claimpoints.griefprevention.endingPattern": "Шаблоны завершающих строк", | ||
"option.claimpoints.griefprevention.endingPattern.tooltip": "Regex patterns defining lines of the claim list message that come after the last claim line.", | ||
"option.claimpoints.griefprevention.endingPattern.tooltip": "Regex (регулярные выражения), определяющие строки сообщения со списком участков, которые идут после последней строки участка.", | ||
"option.claimpoints.griefprevention.firstPattern": "Шаблон первой строки", | ||
"option.claimpoints.griefprevention.firstPattern.tooltip": "A regex pattern defining the first line of the claim list message, prior to any claim lines", | ||
"option.claimpoints.griefprevention.firstPattern.tooltip": "Regex (регулярные выражения), определяющее первую строку сообщения со списком участков, идущих перед строками участков.", | ||
"option.claimpoints.griefprevention.ignoredPattern": "Игнорируемые шаблоны строк", | ||
"option.claimpoints.griefprevention.ignoredPattern.tooltip": "Regex patterns defining lines of the claim list message that are not start, end, or claim lines.", | ||
"option.claimpoints.griefprevention.ignoredPattern.tooltip": "Regex (регулярные выражения), определяющие строки сообщения со списком участков, которые не являются начальными, конечными или строками участков.", | ||
"option.claimpoints.waypoints": "Отметки", | ||
"option.claimpoints.waypoints.alias": "Псевдоним отметки", | ||
"option.claimpoints.waypoints.alias.error": "Псевдоним должен состоять из 1 или 2 символов", | ||
"option.claimpoints.waypoints.alias.tooltip": "The alias for claim waypoints, shown in the icon.", | ||
"option.claimpoints.waypoints.alias.tooltip": "Псевдоним для отметок участка, отображаемый на иконке.", | ||
"option.claimpoints.waypoints.color": "Цвет отметки", | ||
"option.claimpoints.waypoints.color.tooltip": "The color code for claim waypoint icons.", | ||
"option.claimpoints.waypoints.color.tooltip": "Код цвета для для иконок отметок участка.", | ||
"option.claimpoints.waypoints.nameFormat": "Формат имени отметки", | ||
"option.claimpoints.waypoints.nameFormat.error": "Формат имени должен содержать %%\u200Cd для размера участка", | ||
"option.claimpoints.waypoints.nameFormat.tooltip": "The format for claim waypoint names. Must contain %%\u200Cd for the claim size." | ||
} | ||
"option.claimpoints.waypoints.nameFormat.tooltip": "Формат для имён отметок участка. Должен содержать %%\u200Cd для размера участка." | ||
} |