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

chore(i18n): update crowdin translations #55

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/main/resources/lang/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
items:
#categories
FAST_MACHINES:
conditions:
force-load: true
MATERIALS:
conditions:
force-load: true
MACHINES:
conditions:
force-load: true
#gui items
CHOICE_INDICATOR:
conditions:
force-load: true
SCROLL_UP:
conditions:
force-load: true
SCROLL_DOWN:
conditions:
force-load: true
INFO:
conditions:
force-load: true
CRAFT:
conditions:
force-load: true
NO_ITEM:
conditions:
force-load: true
8 changes: 8 additions & 0 deletions src/main/resources/lang/hu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,19 @@ items:
lore:
- "&7Hasznosabb mint az alap Facsarógép."
- "&7A tárgyak sorbarendezése nélkül barkácsol."
FAST_ANCIENT_ALTAR:
lore:
- ""
- "&7A tárgyak sorbarendezése nélkül barkácsol."
FAST_INFINITY_WORKBENCH:
name: "&aGyors Infinity Barkácsasztal"
lore:
- "&7Hasznosabb mint az alap Infinity Barkácsasztal."
- "&7A tárgyak sorbarendezése nélkül barkácsol."
FAST_MOB_DATA_INFUSER:
lore:
- ""
- "&7A tárgyak sorbarendezése nélkül barkácsol."
FAST_SLIMEFRAME_FOUNDRY:
name: "&aGyors SlimeFrame öntöde"
lore:
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/lang/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,19 @@ items:
lore:
- "&7より便利なジューサー。"
- "&7レシピの順番通りに配置しなくてもクラフトできます。"
FAST_ANCIENT_ALTAR:
lore:
- ""
- "&7レシピの順番通りに配置しなくてもクラフトできます。"
FAST_INFINITY_WORKBENCH:
name: "&a快速インフィニティ作業台"
lore:
- "&7より便利なインフィニティ作業台。"
- "&7レシピの順番通りに配置しなくてもクラフトできます。"
FAST_MOB_DATA_INFUSER:
lore:
- ""
- "&7レシピの順番通りに配置しなくてもクラフトできます。"
FAST_SLIMEFRAME_FOUNDRY:
name: "&a快速SlimeFrame鋳造所"
lore:
Expand Down
55 changes: 55 additions & 0 deletions src/main/resources/lang/ru.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
console:
loaded-language: "Загруженный язык: {0}"
loading-items: "Загрузка предметов..."
loading-researches: "Загрузка исследований..."
items:
#categories
FAST_MACHINES:
conditions:
force-load: true
name: "&eБыстрые Автоматы"
MATERIALS:
conditions:
force-load: true
name: "&eБыстрые Автоматы &7- &Материалы"
MACHINES:
conditions:
force-load: true
name: "&eБыстрые Автоматы &7- &aАвтоматы"
#gui items
CHOICE_INDICATOR:
conditions:
force-load: true
name: "&eВыбранный предмет"
lore:
- "&7Вы выбрали предмет для создания."
SCROLL_UP:
conditions:
force-load: true
name: "&eПролистать вверх"
SCROLL_DOWN:
conditions:
force-load: true
name: "&eПролистать вниз"
lore:
- "&7Кликните для прокрутки вниз возможных выводов."
INFO:
conditions:
force-load: true
name: "&fИнформация"
lore:
- "&7Поместите материалы в первые 4 ряда,"
- "&7будут показаны все доступные выходы."
- ""
- "&7Выберите элемент, затем нажмите на 'Создать' ниже."
- "&7Выходы будут заполнять нижние строки."
- ""
- ""
- ""
- ""
CRAFT:
conditions:
force-load: true
NO_ITEM:
conditions:
force-load: true
4 changes: 4 additions & 0 deletions src/main/resources/lang/vi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ items:
lore:
- "&7Bàn làm việc Vô cực hữu ích hơn."
- "&7Chế tạo mà không cần sắp xếp vật phẩm theo thứ tự."
FAST_MOB_DATA_INFUSER:
lore:
- ""
- "&7Chế tạo mà không cần sắp xếp vật phẩm theo thứ tự."
FAST_SLIMEFRAME_FOUNDRY:
name: "&aXưởng đúc SlimeFrame nhanh"
lore:
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/lang/zh-Hant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,19 @@ items:
lore:
- "&7更加有用的榨汁機。"
- "&7不需要將物品按序擺放即可合成。"
FAST_ANCIENT_ALTAR:
lore:
- ""
- "&7不需要將物品按序擺放即可合成。"
FAST_INFINITY_WORKBENCH:
name: "&a快捷無盡工作台"
lore:
- "&7更有用的無盡工作台。"
- "&7不需要將物品按序擺放即可合成。"
FAST_MOB_DATA_INFUSER:
lore:
- ""
- "&7不需要將物品按序擺放即可合成。"
FAST_SLIMEFRAME_FOUNDRY:
name: "&a快捷粘液戰甲鑄造廠"
lore:
Expand Down