diff --git a/sync-translations.js b/sync-translations.js index fe67e66f..afe78cfe 100644 --- a/sync-translations.js +++ b/sync-translations.js @@ -49,12 +49,7 @@ function match(originalObj, translatedObj, path = "/") { "vs", translatedPlaceholders ); - console.warn(" | Obsolete key", path + key); - // changes.push({ - // key: path + key, - // value: null, - // }); - delete translatedObj[key]; + translatedObj[key] = originalObj[key]; continue; } } else { diff --git a/translations/base-cz.yaml b/translations/base-cz.yaml index 0a28348d..b34ad3d2 100644 --- a/translations/base-cz.yaml +++ b/translations/base-cz.yaml @@ -195,10 +195,6 @@ dialogs: title: Demo verze desc: Zkoušíte použít funkci (), která není v demo verzi. Pořiďte si plnou verzi pro lepší zážitek! - - - - oneSavegameLimit: title: Omezené ukládání desc: Ve zkušební verzi můžete mít pouze jednu uloženou hru. Odstraňte stávající uloženou hru nebo si pořiďte plnou verzi! @@ -208,7 +204,7 @@ dialogs: desc: >- Tady jsou změny od posledně: - upgradesIntroduction: + upgradesIntroduction: title: Odemknout vylepšení desc: >- Všechny tvary, které vytvoříte, lze použít k odemčení vylepšení - Neničte své staré továrny! @@ -614,9 +610,9 @@ settings: Vybere motiv (světlý / tmavý). themes: - dark: Dark - light: Light - + dark: Dark + light: Light + refreshRate: title: Cíl simulace description: >- diff --git a/translations/base-fr.yaml b/translations/base-fr.yaml index eb5c6e6b..a3cfcc80 100644 --- a/translations/base-fr.yaml +++ b/translations/base-fr.yaml @@ -321,6 +321,7 @@ ingame: # The roman number for each tier tierLabels: [I, II, III, IV, V, VI, VII, VIII, IX, X] + maximumLevel: MAXIMUM LEVEL (Speed x) # The "Statistics" window statistics: @@ -384,15 +385,19 @@ ingame: shopUpgrades: belt: name: Convoyeurs, Distributeurs et Tunnels + description: Speed x → x miner: name: Extraction + description: Speed x → x processors: name: Découpage, Rotation et Empilage + description: Speed x → x painting: name: Mélange et Peinture + description: Speed x → x # Buildings and their name / description buildings: diff --git a/translations/base-kor.yaml b/translations/base-kor.yaml index 83d2de4f..e01fcb74 100644 --- a/translations/base-kor.yaml +++ b/translations/base-kor.yaml @@ -136,6 +136,8 @@ mainMenu:
당신들의 멋진 공장을 보고 싶습니다! + desc: Win $25 for the coolest base! + showInfo: 보기 contestOver: 이 콘테스트는 끝났습니다. 디스코드에서 새로운 콘테스트 관련 알림을 받으세요! @@ -459,6 +461,11 @@ storyRewards: # Those are the rewards gained from completing the store reward_cutter_and_trash: title: 도형 자르기 + desc: >- + You just unlocked the cutter - it cuts shapes half from + top to bottom regardless of its orientation!

Be sure + to get rid of the waste, or otherwise it will stall - For + this purpose I gave you a trash, which destroys everything you put into it! reward_rotater: title: 도형 회전기 @@ -471,12 +478,24 @@ storyRewards: reward_mixer: title: 색 혼합기 + desc: >- + The mixer has been unlocked - Combine two colors using + additive blending with this building! reward_stacker: title: 스태커 + desc: >- + You can now combine shapes with the combiner! Both inputs are + combined, and if they can be put next to each other, they will be + fused. If not, the right input is stacked on + top of the left input! reward_splitter: title: 배분기 + desc: >- + The multifunctional balancer has been unlocked - It can be + used to build bigger factories by splitting and merging items + onto multiple belts!

reward_tunnel: title: 터널 @@ -488,9 +507,16 @@ storyRewards: reward_miner_chainable: title: 체인 추출기 + desc: >- + You have unlocked the chaining extractor! It can + forward its resources to other extractors so you can more + efficiently extract resources! reward_underground_belt_tier_2: title: 터널 티어 II + desc: >- + You have unlocked a new variant of the tunnel - It has a + bigger range, and you can also mix-n-match those tunnels now! reward_splitter_compact: title: 컴팩트 연결기 @@ -499,9 +525,16 @@ storyRewards: reward_cutter_quad: title: 절단기 (4단) + desc: >- + You have unlocked a variant of the cutter - It allows you to + cut shapes in four parts instead of just two! reward_painter_double: title: 도형 색칠기 (2단) + desc: >- + You have unlocked a variant of the painter - It works as the + regular painter but processes two shapes at once consuming + just one color instead of two! reward_painter_quad: title: 도형 색칠기 (4단) @@ -513,6 +546,10 @@ storyRewards: reward_freeplay: title: 프리플레이 모드 + desc: >- + You did it! You unlocked the free-play mode! This means that + shapes are now randomly generated! (No worries, more content is planned for + the standalone!) reward_blueprints: title: 블루프린트 @@ -521,6 +558,10 @@ storyRewards: # Special reward, which is shown when there is no reward actually no_reward: title: 다음 레벨 + desc: >- + This level gave you no reward, but the next one will!

PS: Better + don't destroy your existing factory - You need all those + shapes later again to unlock upgrades! no_reward_freeplay: title: 다음 레벨 desc: >- @@ -581,9 +622,9 @@ settings: description: >- 게임 테마를 고르세요. (밝음/어두움). - themes: - dark: Dark - light: Light + themes: + dark: Dark + light: Light refreshRate: title: 모니터 리프레쉬 속도 diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index d7f5419f..4278a9ec 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -502,6 +502,9 @@ storyRewards: reward_mixer: title: Kleuren mengen + desc: >- + The mixer has been unlocked - Combine two colors using + additive blending with this building! reward_stacker: title: Stapelaar diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index fbbcaefc..a5c2282a 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -542,6 +542,9 @@ storyRewards: reward_splitter_compact: title: Łącznik Kompaktowy + desc: >- + You have unlocked a compact variant of the balancer - It + accepts two inputs and merges them into one! reward_cutter_quad: title: Przecinak Poczwórny desc: Odblokowano nowy wariant Przecinaka - Pozwala ciąć kształty na cztery ćwiartki! @@ -564,6 +567,11 @@ storyRewards: reward_blueprints: title: Schematy + desc: >- + You can now copy and paste parts of your factory! Select an + area (Hold CTRL, then drag with your mouse), and press 'C' to copy + it.

Pasting it is not free, you need to produce + blueprint shapes to afford it! (Those you just delivered). # Special reward, which is shown when there is no reward actually no_reward: diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index e7fc2c62..2625b581 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -321,6 +321,7 @@ ingame: # The roman number for each tier tierLabels: [I, II, III, IV, V, VI, VII, VIII, IX, X] + maximumLevel: MAXIMUM LEVEL (Speed x) # The "Statistics" window statistics: @@ -384,15 +385,19 @@ ingame: shopUpgrades: belt: name: Esteiras, Distribuidores e Túneis + description: Speed x → x miner: name: Extração + description: Speed x → x processors: name: Cortar, Rotacionar e Empilhamento + description: Speed x → x painting: name: Misturador e pintura + description: Speed x → x # Buildings and their name / description buildings: @@ -507,6 +512,10 @@ storyRewards: reward_splitter: title: Divisor/fusão + desc: >- + The multifunctional balancer has been unlocked - It can be + used to build bigger factories by splitting and merging items + onto multiple belts!

reward_tunnel: title: Túnel diff --git a/translations/base-ru.yaml b/translations/base-ru.yaml index d1b297d4..279e6491 100644 --- a/translations/base-ru.yaml +++ b/translations/base-ru.yaml @@ -225,6 +225,10 @@ dialogs: upgradesIntroduction: title: Открыть улучшения + desc: >- + All shapes you produce can be used to unlock upgrades - Don't destroy + your old factories! The upgrades tab can be found on the top right + corner of the screen. massDeleteConfirm: title: Подтвердить удаление desc: >-