-
Notifications
You must be signed in to change notification settings - Fork 184
fix: Update localizations for consistency #287
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
Open
dandwyer
wants to merge
1
commit into
RaidTheory:main
Choose a base branch
from
dandwyer:dandwyer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -11,9 +11,27 @@ | |
| "category": "major", | ||
| "localizations": { | ||
| "en": "Hurricane", | ||
| "JP": "台風", | ||
| "zh-CN": "飓风" | ||
| } | ||
| "de": "Hurrikan", | ||
| "fr": "Ouragan", | ||
| "es": "Huracán", | ||
| "pt": "Furacão", | ||
| "pt-BR": "Furacão", | ||
| "pl": "Huragan", | ||
| "no": "Orkan", | ||
| "da": "Orkan", | ||
| "it": "Uragano", | ||
| "ja": "台風", | ||
| "ko-KR": "허리케인", | ||
| "zh-CN": "飓风", | ||
| "zh-TW": "颶風", | ||
| "ru": "Ураган", | ||
| "tr": "Kasırga", | ||
| "uk": "Ураган", | ||
| "hr": "Uragan", | ||
| "sr": "Uragan", | ||
| "he": "הוריקן" | ||
|
Comment on lines
+13
to
+32
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These translations are care of ChatGPT. |
||
| }, | ||
| "disabled": false | ||
| }, | ||
| "night-raid": { | ||
| "displayName": "Night Raid", | ||
|
|
@@ -202,7 +220,7 @@ | |
| "da": "Harvester", | ||
| "it": "Raccoglitore", | ||
| "ja": "ハーベスター", | ||
| "ko": "하베스터", | ||
| "ko-KR": "하베스터", | ||
| "zh-CN": "收割者", | ||
| "zh-TW": "收割者", | ||
| "ru": "Жнец", | ||
|
|
@@ -231,7 +249,7 @@ | |
| "da": "Frodige Blomster", | ||
| "it": "Fioritura Lussureggiante", | ||
| "ja": "収穫の季節", | ||
| "ko": "무성한 개화", | ||
| "ko-KR": "무성한 개화", | ||
| "zh-CN": "收获季节", | ||
| "zh-TW": "繁茂花叢", | ||
| "ru": "Пышное цветение", | ||
|
|
@@ -260,7 +278,7 @@ | |
| "da": "Prospekteringssonder", | ||
| "it": "Sonde di Prospezione", | ||
| "ja": "調査中のプローブ", | ||
| "ko": "탐사 프로브", | ||
| "ko-KR": "탐사 프로브", | ||
| "zh-CN": "四处窥探的探测器", | ||
| "zh-TW": "勘探探測器", | ||
| "ru": "Геологические зонды", | ||
|
|
@@ -289,7 +307,7 @@ | |
| "da": "Husk Kirkegård", | ||
| "it": "Cimitero di Carcasse", | ||
| "ja": "残骸の墓場", | ||
| "ko": "허스크 무덤", | ||
| "ko-KR": "허스크 무덤", | ||
| "zh-CN": "机械坟场", | ||
| "zh-TW": "軀殼墳場", | ||
| "ru": "Кладбище Оболочек", | ||
|
|
@@ -318,7 +336,7 @@ | |
| "da": "Afslørede Depoter", | ||
| "it": "Scorte Scoperte", | ||
| "ja": "さらされた隠匿物", | ||
| "ko": "발견된 캐시", | ||
| "ko-KR": "발견된 캐시", | ||
| "zh-CN": "暴露的奇袭者箱", | ||
| "zh-TW": "暴露的奇襲者箱", | ||
| "ru": "Обнаруженные тайники", | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ | |
| "en": "Dam Battlegrounds", | ||
| "es": "presas_campos_de_batalla", | ||
| "fr": "Champ de Bataille du Barrage", | ||
| "he": "שדות הקרב של הסכר", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. he translations are care of ChatGPT. |
||
| "hr": "brana_bojišta", | ||
| "it": "Campo di battaglia della diga", | ||
| "ja": "ダム戦場", | ||
|
|
@@ -32,6 +33,7 @@ | |
| "en": "The Spaceport", | ||
| "es": "el_puerto_espacial", | ||
| "fr": "Port Spatial", | ||
| "he": "נמל החלל", | ||
| "hr": "svemirska_luka", | ||
| "it": "Lo spazioporto", | ||
| "ja": "宇宙港", | ||
|
|
@@ -57,6 +59,7 @@ | |
| "en": "Buried City", | ||
| "es": "ciudad_enterrada", | ||
| "fr": "Ville Enfouie", | ||
| "he": "העיר הקבורה", | ||
| "hr": "zakopani_grad", | ||
| "it": "Città Sepolta", | ||
| "ja": "埋もれた街", | ||
|
|
@@ -82,6 +85,7 @@ | |
| "en": "The Blue Gate", | ||
| "es": "la_puerta_azul", | ||
| "fr": "Le Portail Bleu", | ||
| "he": "השער הכחול", | ||
| "hr": "plava_vrata", | ||
| "it": "Il Varco Blu", | ||
| "ja": "ブルーゲート", | ||
|
|
@@ -107,6 +111,7 @@ | |
| "en": "Stella Montis", | ||
| "es": "estrella_de_la_montaña", | ||
| "fr": "Stella Montis", | ||
| "he": "סטלה מונטיס", | ||
| "hr": "planinska_zvijezda", | ||
| "it": "Stella Montis", | ||
| "ja": "ステラ・モンティス", | ||
|
|
@@ -132,6 +137,7 @@ | |
| "en": "Stella Montis", | ||
| "es": "estrella_de_la_montaña", | ||
| "fr": "Stella Montis", | ||
| "he": "סטלה מונטיס", | ||
| "hr": "planinska_zvijezda", | ||
| "it": "Stella Montis", | ||
| "ja": "ステラ・モンティス", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed name to match ko-KR convention established by: #249