-
Notifications
You must be signed in to change notification settings - Fork 3
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
8 changed files
with
98 additions
and
21 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
Binary file not shown.
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
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
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
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
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
60 changes: 60 additions & 0 deletions
60
src/main/resources/assets/better-suggestions/lang/uk_ua.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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"text.suggestion.tooltip.uuid": "UUID", | ||
"text.suggestion.tooltip.uuid.layout": "%s: %s", | ||
"text.suggestion.tooltip.pos": "Позиція", | ||
"text.suggestion.tooltip.pos.layout": "%s: %s", | ||
"text.suggestion.tooltip.entity_tags": "Теги", | ||
"text.suggestion.tooltip.entity_tags.layout": "%s (%s): %s", | ||
"text.suggestion.tooltip.entity_tags.loading": "Отримання тегів з сервера...", | ||
"text.suggestion.tooltip.vehicle": "Сидить на", | ||
"text.suggestion.tooltip.vehicle.layout": "%s: %s", | ||
"text.suggestion.tooltip.passengers": "Пасажири", | ||
"text.suggestion.tooltip.passengers.layout": "%s (%s): %s", | ||
"text.suggestion.tooltip.team": "Команда", | ||
"text.suggestion.tooltip.team.layout": "%s: %s", | ||
"text.suggestion.tooltip.health": "Здоров'я", | ||
"text.suggestion.tooltip.health.layout": "%s: %s/%s", | ||
"text.suggestion.tooltip.entity_scores": "Задачі", | ||
"text.suggestion.tooltip.entity_scores.first_layout": "%s:", | ||
"text.suggestion.tooltip.entity_scores.layout": " - %s: %s", | ||
"text.suggestion.tooltip.entity_scores.loading": "Отримання задач з сервера...", | ||
"text.suggestion.tooltip.entity_scores.no_server_side": "Неможливо отримати задачі з сервера", | ||
|
||
"text.autoconfig.better-suggestions.title": "Налаштування Better Suggestions", | ||
"text.autoconfig.better-suggestions.category.default": "Загальні", | ||
"text.autoconfig.better-suggestions.category.entitySuggestions": "Підказки сутностей", | ||
"text.autoconfig.better-suggestions.category.functionSuggestions": "Підказки функцій", | ||
"text.autoconfig.better-suggestions.category.server": "Дозволи", | ||
"text.autoconfig.better-suggestions.option.maxSuggestionsShown": "Скільки підказок показувати", | ||
"text.autoconfig.better-suggestions.option.highlightCoordinates": "Показувати координати в світі", | ||
"text.autoconfig.better-suggestions.option.highlightCoordinates.@Tooltip[0]": "Підсвічувати блоки та координати з команд", | ||
"text.autoconfig.better-suggestions.option.rememberCommandOnEscape": "Запам'ятовувати команду", | ||
"text.autoconfig.better-suggestions.option.rememberCommandOnEscape.@Tooltip[0]": "Відновлювати команду після закриття чату", | ||
"text.autoconfig.better-suggestions.option.rememberCommandOnEscape.@Tooltip[1]": "(Використовуйте Shift + Escape щоб тимчасово вимкнути)", | ||
"text.autoconfig.better-suggestions.option.prioritizedSuggestions": "Пріоритетні пропозиції", | ||
|
||
"text.autoconfig.better-suggestions.option.entitySuggestions.suggestEntitySelector": "Пропонувати селектор сутності коли дивишся на сутність", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.suggestEntitySelector.@Tooltip[0]": "Пропонувати селектор @e[type=ENTITY_TYPE,limit=1,sort=nearest] сутності", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.suggestEntitySelector.@Tooltip[1]": "коли дивишся на сутність", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.entitySuggestionRadius": "Радіус пошуку сутностей", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityId.@PrefixText": "Налаштування спливаючих підказкок", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityId": "Показувати тип", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityUuid": "Показувати UUID", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityPos": "Показувати позицію", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityTags": "Показувати теги", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityVehicle": "Показувати транспорт", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityPassengers": "Показувати пасажирів", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityTeam": "Показувати команду", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityHealth": "Показувати здоров'я", | ||
"text.autoconfig.better-suggestions.option.entitySuggestions.showEntityScores": "Показувати задачі", | ||
|
||
|
||
"text.autoconfig.better-suggestions.option.functionSuggestions.hideUnderscoreFunctions": "Приховувати \"приватні\" функції", | ||
"text.autoconfig.better-suggestions.option.functionSuggestions.hideUnderscoreFunctions.@Tooltip[0]": "Приховувати функції, назва яких починається з \"_\".", | ||
"text.autoconfig.better-suggestions.option.functionSuggestions.hideUnderscoreFunctions.@Tooltip[1]": "Це зазвичай функції, які ви не повинні", | ||
"text.autoconfig.better-suggestions.option.functionSuggestions.hideUnderscoreFunctions.@Tooltip[2]": "викликати самі.", | ||
|
||
"text.autoconfig.better-suggestions.option.server.requireOpToRequestData": "Дозволити запити даних лише для адміністраторів", | ||
"text.autoconfig.better-suggestions.option.server.requireOpToRequestData.@Tooltip[0]": "(Якщо включено, гравці без OP не зможуть", | ||
"text.autoconfig.better-suggestions.option.server.requireOpToRequestData.@Tooltip[1]": "запитувати теги, задачі сутностей, тощо з сервера)" | ||
} |