Skip to content

Commit f0de262

Browse files
authored
New Crowdin updates (#297)
1 parent 1cc80e5 commit f0de262

File tree

12 files changed

+210
-150
lines changed

12 files changed

+210
-150
lines changed

common/src/main/resources/assets/oritech/lang/de_de.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Energie Kapazität: ",
183183
"tooltip.oritech.solar_generation": "Generationsrate (ist abhängig von der Kern-Qualität)",
184184
"tooltip.oritech.needs_laser_power": "Muss durch einen Ender Laser mit Leistung versorgt werden.",
185-
"tooltip.oritech.steam_engine": "Verarbeitet Dampf zu RF und Wasser. Kann zusammen gekettet werden.",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Filtert, was rein getan werden kann.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Verarbeitungsgeschwindigkeit",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Energieeffizienz",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Gesamtproduktion (beinhaltet verbundene Generatoren)",
370373
"title.oritech.steam_production": "↗ %s RF/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Aktiviert",
383386
"tooltip.oritech.pulverizer_dust_combine": "Verbindet automatisch staub zu barren",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Leer",
387391
"tooltip.oritech.progress_indicator": "%d / %d Ticks\n(basis %d Ticks)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Kosten: %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "Maschine muss auf Erz Knoten platziert werden",
827832
"message.oritech.generator.production_rate": "Produktionsrate: %d mit Kernmultiplikator: %d",
828833
"message.oritech.machine.missing_core": "Machine ist nicht zusammengesetzt. Bitte füge fehlende Maschninenkern-Blöcke hinzu",

common/src/main/resources/assets/oritech/lang/es_es.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Capacidad de Energía: ",
183183
"tooltip.oritech.solar_generation": "La tasa de generación depende de la calidad del núcleo",
184184
"tooltip.oritech.needs_laser_power": "Debe ser alimentado mediante un láser endérico",
185-
"tooltip.oritech.steam_engine": "Procesa vapor en RF y agua. Se puede encadenar",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Se usa para filtrar qué objetos pueden ser insertados en un inventario.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Velocidad de Procesamiento",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Eficiencia Energética",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Producción total (incluye generadores en cadena)",
370373
"title.oritech.steam_production": "🛞 %s su/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Activado",
383386
"tooltip.oritech.pulverizer_dust_combine": "Auto-combina polvos pequeños en lingotes",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Vacío",
387391
"tooltip.oritech.progress_indicator": "%d / %d ticks\n(base %d ticks)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Costo: %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "La máquina debe colocarse sobre nodos de mineral",
827832
"message.oritech.generator.production_rate": "Tasa de producción: %d con multiplicador del núcleo: %d",
828833
"message.oritech.machine.missing_core": "La máquina no está ensamblada. Por favor, agrega los bloques de núcleo faltantes",

common/src/main/resources/assets/oritech/lang/fr_fr.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Capacité d'énergie : ",
183183
"tooltip.oritech.solar_generation": "Le taux de génération dépend de la qualité du noyau",
184184
"tooltip.oritech.needs_laser_power": "Doit être alimenté via un laser enderique",
185-
"tooltip.oritech.steam_engine": "Transforme la vapeur en RF et en eau. Peut être enchaîné",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Utilisé pour filtrer quels objets peuvent être insérés dans un inventaire.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Vitesse de traitement",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Efficacité énergétique",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Production totale (comprend les générateurs en chaînes)",
370373
"title.oritech.steam_production": "🚞 %s su/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Activé",
383386
"tooltip.oritech.pulverizer_dust_combine": "Combine automatiquement les petites poussières en lingots",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Vide",
387391
"tooltip.oritech.progress_indicator": "%d / %d ticks\n(base %d ticks)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Coût : %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "La machine doit être placée sur des gisements de minerai",
827832
"message.oritech.generator.production_rate": "Taux de production : %d avec multiplicateur de noyau : %d",
828833
"message.oritech.machine.missing_core": "Machine non assemblée. Veuillez ajouter les blocs de noyau manquants",

common/src/main/resources/assets/oritech/lang/it_it.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Capacità Energetica: ",
183183
"tooltip.oritech.solar_generation": "Il tasso di generazione dipende dalla qualità dei nuclei",
184184
"tooltip.oritech.needs_laser_power": "Deve essere alimentata attraverso un Laser Enderico",
185-
"tooltip.oritech.steam_engine": "Trasforma il vapore in RF e acqua. Può essere incatenato",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Usato per filtrare quali oggetti possono essere inseriti in un inventario.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Velocità Di Lavorazione",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Efficienza Energetica",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Produzione totale (inclusi generatori a catena)",
370373
"title.oritech.steam_production": "🛞 %s su/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Abilitato",
383386
"tooltip.oritech.pulverizer_dust_combine": "Auto-combina piccole polveri in lingotti",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Vuoto",
387391
"tooltip.oritech.progress_indicator": "%d / %d ticks\n(base %d ticks)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Costo %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "La macchina deve essere posizionata sui nodi minerali",
827832
"message.oritech.generator.production_rate": "Tasso di produzione: %d con moltiplicatore del nucleo: %d",
828833
"message.oritech.machine.missing_core": "La macchina non è assemblata. Si prega di aggiungere blocchi nucleo mancanti",

common/src/main/resources/assets/oritech/lang/ja_jp.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"advancements.oritech.laser.description": "レーザーアームのブロックを入手する。パワーアップして、フラクサイトを掘って、大地をえぐる。ビーッビーッ。止められない。",
3737
"advancements.oritech.fluxite": "フラクサイト",
3838
"advancements.oritech.fluxite.description": "フラクサイトを採掘する。すごいぞ、未来が君を待っている!",
39-
"advancements.oritech.augmenter": "Cybernetics!",
40-
"advancements.oritech.augmenter.description": "Enhance your natural… limitations! Warning: May cause increased desire to say 'beep boop'.",
41-
"advancements.oritech.reactor": "Nuclear Power",
42-
"advancements.oritech.reactor.description": "Build a nuclear reactor. Remember, safety first! Or, you know... just enjoy the light show.",
39+
"advancements.oritech.augmenter": "サイバネティクス!",
40+
"advancements.oritech.augmenter.description": "限界を超えましょう…人間の! 警告:ビープ音でしか会話できなくなる可能性があります。",
41+
"advancements.oritech.reactor": "原子の力",
42+
"advancements.oritech.reactor.description": "原子炉を建設しよう!愉快な光のショーを披露したくないなら、安全第一で。",
4343
"advancements.oritech.atomicforge": "原子鍛冶",
4444
"advancements.oritech.atomicforge.description": "アトミックフォージを手に入れて、本格的クラフトを始める。これは原子的だな。",
4545
"advancements.oritech.promethium": "プロメテアンの炎",
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "エネルギー容量: ",
183183
"tooltip.oritech.solar_generation": "生産割合はコアのグレードに依存します。",
184184
"tooltip.oritech.needs_laser_power": "エンダリックレーザーを介して給電する必要があります。",
185-
"tooltip.oritech.steam_engine": "蒸気をRFと水に加工します。連結可能です。",
185+
"tooltip.oritech.steam_engine": "",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "インベントリに挿入するアイテムをフィルタリングするために使用します。",
187189
"tooltip.oritech.machine_frame": "もちろん、この境界線の位置を変えるオプションもあります。",
188190
"tooltip.oritech.machine_frame.1": "最大長: %sx%s ブロック。",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "処理速度",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "エネルギー効率",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "合計生産量(連結された発電機を含む)",
370373
"title.oritech.steam_production": "🛞 %s su/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 有効",
383386
"tooltip.oritech.pulverizer_dust_combine": "自動的に小さいダストをインゴットに結合",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "",
387391
"tooltip.oritech.progress_indicator": "%d / %d ティック\n(基本 %d ティック)",
@@ -587,7 +591,7 @@
587591
"block.oritech.still_steam_block": "スチーム",
588592
"block.oritech.nickel_ore": "ニッケル鉱石",
589593
"block.oritech.deepslate_nickel_ore": "深層ニッケル鉱石",
590-
"block.oritech.endstone_platinum_ore": "エンドニッケル鉱石",
594+
"block.oritech.endstone_platinum_ore": "エンドプラチナ鉱石",
591595
"block.oritech.deepslate_platinum_ore": "深層プラチナ鉱石",
592596
"block.oritech.resource_node_redstone": "レッドストーン資源ノード",
593597
"block.oritech.resource_node_lapis": "ラピスラズリ資源ノード",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "コスト: %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "マシンは鉱石資源ノード上に配置する必要があります。",
827832
"message.oritech.generator.production_rate": "生産率: %d コア倍率: %d",
828833
"message.oritech.machine.missing_core": "マシンは組み立てられていません。欠落しているコアブロックを追加してください。",

common/src/main/resources/assets/oritech/lang/pl_pl.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Pojemność energii: ",
183183
"tooltip.oritech.solar_generation": "Wskaźnik generacji zależy od jakości rdzenia",
184184
"tooltip.oritech.needs_laser_power": "Musisz zasilać za pomocą enderycznego lasera",
185-
"tooltip.oritech.steam_engine": "Przetwarza parę na RF i wodę. Może być połączona w szereg",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Służy do filtrowania, które przedmioty mogą być wstawiane do magazynu.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Prędkość Przetwarzania",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Efektywność Energetyczna",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Całkowita produkcja (zawiera połączone generatory)",
370373
"title.oritech.steam_production": "↗ %s RF/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Włączone",
383386
"tooltip.oritech.pulverizer_dust_combine": "Automatycznie łączy małe pyły w sztabki",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Puste",
387391
"tooltip.oritech.progress_indicator": "%d / %d ticków\n(baza %d ticków)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Koszt: %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "Maszyna musi być umieszczona na węzłach rudy",
827832
"message.oritech.generator.production_rate": "Wskaźnik produkcji: %d z mnożnikiem rdzenia: %d",
828833
"message.oritech.machine.missing_core": "Maszyna nie jest złożona. Proszę dodać brakujące rdzenie bloków",

common/src/main/resources/assets/oritech/lang/pt_br.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
"tooltip.oritech.machine_capacity_desc": "Capacidade de Energia: ",
183183
"tooltip.oritech.solar_generation": "A taxa de geração depende da qualidade do núcleo",
184184
"tooltip.oritech.needs_laser_power": "Deve ser alimentado por um laser endérico",
185-
"tooltip.oritech.steam_engine": "Processa vapor em RF e água. Pode ser encadeado.",
185+
"tooltip.oritech.steam_engine": "Processes steam into RF and water. Can be chained together by",
186+
"tooltip.oritech.steam_engine.1": "building multiple in a line. Only the first engine needs to be",
187+
"tooltip.oritech.steam_engine.2": "interacted with (e.g. input steam only to the first engine).",
186188
"tooltip.oritech.item_filter": "Usado para filtrar quais itens podem ser inseridos em um inventário.",
187189
"tooltip.oritech.machine_frame": "Yes there is a config option to change the bounding box of this.",
188190
"tooltip.oritech.machine_frame.1": "Max Length: %sx%s blocks.",
@@ -365,6 +367,7 @@
365367
"tooltip.oritech.machine_speed": "Velocidade de Processamento",
366368
"title.oritech.machine_efficiency": "⚡ %s%% ",
367369
"tooltip.oritech.machine_efficiency": "Eficiência Energética",
370+
"tooltip.oritech.steam_workers": "Chained steam generators will share/use the steam and water tank of this block.",
368371
"title.oritech.machine_energy_production": "↗ %d RF/t ",
369372
"tooltip.oritech.steam_energy_production": "Produção total (inclui geradores encadeados)",
370373
"title.oritech.steam_production": "🛞 %s su/t",
@@ -382,6 +385,7 @@
382385
"title.oritech.machine_option_enabled": "🔨 Habilitado",
383386
"tooltip.oritech.pulverizer_dust_combine": "Combina automaticamente pequenos pós em lingotes",
384387
"tooltip.oritech.fluid_content": "%f mB %s",
388+
"tooltip.oritech.fluid_content_tank_tooltip": "%fB %s",
385389
"tooltip.oritech.jetpack_fuel": "%f/%f mB %s",
386390
"tooltip.oritech.fluid_empty": "Vazio",
387391
"tooltip.oritech.progress_indicator": "%d / %d ticks\n(base %d ticks)",
@@ -823,6 +827,7 @@
823827
}
824828
],
825829
"message.oritech.catalyst.cost": "Custo: %d",
830+
"message.oritech.steamengine.controller_link": "Steam engine is chained to main engine (see highlighted block). Use only the main engine.",
826831
"message.oritech.deep_drill.ore_placement": "A máquina deve ser colocada sobre nódulos de minério",
827832
"message.oritech.generator.production_rate": "Taxa de produção: %d com multiplicador de núcleo: %d",
828833
"message.oritech.machine.missing_core": "A máquina não está montada. Adicione os blocos de núcleo que estão faltando",

0 commit comments

Comments
 (0)