forked from RMC-14/RMC-14
-
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.
Translated conveyor, electrocution, and plant stuff.
- Loading branch information
Showing
8 changed files
with
25 additions
and
22 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
12 changes: 6 additions & 6 deletions
12
Resources/Locale/uk-UA/botany/components/seed-component.ftl
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,11 +1,11 @@ | ||
## Entity | ||
|
||
seed-component-description = На ньому написано що ви можете виростити [color=yellow]{$seedName}[/color] із цього. | ||
seed-component-has-variety-tag = It's tagged as variety [color=lightgray]no. {$seedUid}[/color]. | ||
seed-component-plant-yield-text = Plant Yield: [color=lightblue]{$seedYield}[/color] | ||
seed-component-description = Тут написано, що ви можете виростити [color=yellow]{$seedName}[/color] із цього. | ||
seed-component-has-variety-tag = Позначено як різновид [color=lightgray]ном. {$seedUid}[/color]. | ||
seed-component-plant-yield-text = Врожайність: [color=lightblue]{$seedYield}[/color] | ||
seed-component-plant-potency-text = Plant Potency: [color=lightblue]{$seedPotency}[/color] | ||
botany-seed-packet-name = пакет {$seedNoun} {$seedName} | ||
botany-harvest-fail-message = You fail to harvest anything useful. | ||
botany-harvest-success-message = You harvest from the {$name} | ||
botany-mysterious-description-addon = On second thought, something about this one looks strange. | ||
botany-harvest-fail-message = Вам не вдалося зібрати нічого путнього. | ||
botany-harvest-success-message = Ви збираєте з {$name} | ||
botany-mysterious-description-addon = Якщо подумати, то щось із цією рослиною неладне. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
botany-plant-seedsrestored = You can hear the faint sound of shuffling leaves. | ||
botany-plant-seedsdestroyed = The seeds on the plant start cracking and fall off! | ||
botany-plant-seedsrestored = Ви чуєте притихлий звук листя, що шарудить. | ||
botany-plant-seedsdestroyed = Насіння на рослині починають тріскатись та опадати! |
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,4 +1,4 @@ | ||
botany-swab-from = You carefully collect pollen from the plant. | ||
botany-swab-to = You carefully dust pollen on the plant. | ||
swab-used = This swab has been used to collect something. | ||
swab-unused = This swab is clean and ready to be used. | ||
botany-swab-from = Ви обережно збираєте пилок з рослини. | ||
botany-swab-to = Ви обережно струшуєте пилок на рослину. | ||
swab-used = Ця паличка була використана для збирання чогось. | ||
swab-unused = Ця паличка чиста і готова до використання. |
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 +1 @@ | ||
conveyor-component-failed-link = The port shocks you as you try to connect to it! | ||
conveyor-component-failed-link = Порт бʼє Вас струмом при спробі підʼєднати до нього! |
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,2 +1,2 @@ | ||
electrocute-command-description = Electrocutes the specified entity, defaults to 10 seconds and 10 damage. Shocking! | ||
electrocute-command-entity-cannot-be-electrocuted = You cannot electrocute that entity! | ||
electrocute-command-description = Бʼє вказану сутність струмом, до 10 секунд та 10 шкоди за замовчуванням. Шокуюче! | ||
electrocute-command-entity-cannot-be-electrocuted = Ви не можете вдарити цю сутність струмом! |
6 changes: 3 additions & 3 deletions
6
Resources/Locale/uk-UA/electrocution/electrocuted-component.ftl
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,3 +1,3 @@ | ||
electrocuted-component-mob-shocked-by-source-popup-others = { CAPITALIZE(THE($mob)) } is shocked by { THE($source) }! | ||
electrocuted-component-mob-shocked-popup-others = { CAPITALIZE(THE($mob)) } is shocked! | ||
electrocuted-component-mob-shocked-popup-player = You feel a powerful shock coursing through your body! | ||
electrocuted-component-mob-shocked-by-source-popup-others = { CAPITALIZE(THE($mob)) } було вражено струмом від { THE($source) }! | ||
electrocuted-component-mob-shocked-popup-others = { CAPITALIZE(THE($mob)) } було вражено струмом! | ||
electrocuted-component-mob-shocked-popup-player = Ви відчуваєте, як потужний струм блукає Вашим тілом! |