Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Crowdin Translation Updates #804

Merged
merged 4 commits into from May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion plugin/src/main/resources/language/pl_pl.lang.yml
Expand Up @@ -11,7 +11,7 @@
## More information about MiniMessage can be found here:
## https://docs.adventure.kyori.net/minimessage/format.html
#The language code for this file.
language-name: "pl_PL"
language-name: "pl_pl_nami"
#The format for decimal numbers.
#The United States uses the number and two decimal places
decimal-format: "0.00"
Expand Down Expand Up @@ -46,6 +46,12 @@ placeholder:
pvp-status:
enabled: "<green>Włączony"
disabled: "<red>Wyłączony"
#You can also change the location of these messages.
#Example:
#combat-timer:
#expire:
#type: ACTION_BAR
#content: "<message here>"
combat-timer:
#Sent to a player when they escape from combat due to the timer running out.
expire: "<green>Nie jesteś już w walce."
Expand Down
30 changes: 18 additions & 12 deletions plugin/src/main/resources/language/uk_ua.lang.yml
Expand Up @@ -35,27 +35,33 @@ placeholder:
status:
#Shown when the player is in combat.
fighting: "<red>Боротьба"
in-combat: "<green>Так"
in-combat: "<green>Так</green>"
#Shown when the player is not in combat
idle: "<green>Бездіяльний"
not-in-combat: "<red>Ні"
#These placeholders are shown when a player changes a value such as whether or not their bossbar is enabled.
toggle:
enabled: "<green>УВІМК"
disabled: "<red>ВИМК"
enabled: "<green>УВІМКНЕНО</green>"
disabled: "<red>ВИМКНЕНО</red>"
pvp-status:
enabled: "<green>УВІМК"
disabled: "<red>ВИМК"
enabled: "<green>УВІМКНЕНО</green>"
disabled: "<red>ВИМКНЕНО</red>"
#You can also change the location of these messages.
#Example:
#combat-timer:
#expire:
#type: ACTION_BAR
#content: "<message here>"
combat-timer:
#Sent to a player when they escape from combat due to the timer running out.
expire: "<green>Ви більше не в бою."
expire: "<green>Ви більше не в бою.</green>"
#Sent to a player when they escape from combat due to their enemy being killed.
enemy-death: "<green>Ви більше не в бою, тому що ваш ворог загинув."
enemy-death: "<green>Ви більше не в бою, тому що ваш ворог загинув.</green>"
#Sent when a player is killed during combat.
self-death: "<green>Ви більше не в битві, оскільки ви померли.</green>"
error:
#Shown when the console tries to execute a command made for players.
player-only: "<red>Цю команду можуть виконувати лише гравці."
player-only: "<red>Цю команду можуть виконувати лише гравці.</red>"
#Shown when a player tries to execute a command made for the server console.
console-only: "<red>Цю команду можна виконати тільки в консолі сервера.</red>"
#Shown when a command that requires a player has invalid input.
Expand All @@ -69,17 +75,17 @@ error:
#Shown when a command requires a player in combat but the target player is not in combat.
target-not-in-combat: "<gray>{target}</gray><red> не в бою."
#Shown when a player executes a command that requires them to be in combat.
self-not-in-combat: "<red>Ви не в бою."
self-not-in-combat: "<red>Ви не в бою.</red>"
#Shown when a command that requires an expansion has invalid input.
unknown-expansion: "<gray>{target}</gray><red> не є розширенням або не встановлено."
unknown-expansion: "<red><gray>{target}</gray> не є розширенням або не встановлено.</red>"
forgive-not-enemy: "<red><gray>{target}</gray> не є одним з ваших ворогів.</red>"
enemy-not-forgiving: "<red>Цей ворог не налаштований прощати вас.</red>"
enemy-not-forgiving: "<red>Цей ворог не налаштований пробачати вас.</red>"
command:
combatlogx:
#Shown as the command output for '/combatlogx help'.
help-message-list:
- ""
- "<bold><gold>CombatLogX Довідка команди:"
- "<gold><bold>CombatLogX Команди:</bold></gold>"
- " <bold><white>/combatlogx help</white></bold><gray>: Переглянути цю сторінку довідки."
- " <bold><white>/combatlogx reload</white></bold><gray>: Перезавантажте config.yml, language.yml та всі файли конфігурації розширення."
- " <bold><white>/combatlogx about \\<expansion></white></bold><gray>: Перевірте інформацію про розширення."
Expand Down