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

[Localization] Trick Room challenge translations #4519

Closed
Closed
Changes from 28 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5f427dd
Update achv.json
Adri1 Sep 30, 2024
b01c967
Update achv.json
Adri1 Sep 30, 2024
bba5937
Update achv.json
Adri1 Sep 30, 2024
aadde6d
Update achv.json
Adri1 Sep 30, 2024
fa748be
Update achv.json
Adri1 Sep 30, 2024
6b13c25
Update achv.json
Adri1 Sep 30, 2024
de27b13
Update achv.json
Adri1 Sep 30, 2024
f41c956
Update achv.json
Adri1 Sep 30, 2024
7e5f87a
Update achv.json
Adri1 Sep 30, 2024
41a4874
Update challenges.json
Adri1 Sep 30, 2024
11211bd
Update challenges.json
Adri1 Sep 30, 2024
69b9b92
Update achv.json
Adri1 Sep 30, 2024
ae1f419
Update achv.json
Adri1 Sep 30, 2024
a93b48a
Update achv.json
Adri1 Sep 30, 2024
40c7e2b
Update challenges.json
Adri1 Sep 30, 2024
9c5d45c
Update challenges.json
Adri1 Sep 30, 2024
8be2a7e
Update challenges.json
Adri1 Sep 30, 2024
0082e45
Update challenges.json
Adri1 Sep 30, 2024
1e7e2fe
Update achv.json
Adri1 Sep 30, 2024
c1e8a3d
Update challenges.json
Adri1 Sep 30, 2024
e117029
Update challenges.json
Adri1 Sep 30, 2024
71aae7b
Update achv.json
Adri1 Sep 30, 2024
7ada6e2
Update achv.json
Adri1 Sep 30, 2024
f076eeb
Update challenges.json
Adri1 Sep 30, 2024
64ac890
Update src/locales/pt_BR/achv.json
Adri1 Sep 30, 2024
0b55c22
Update src/locales/pt_BR/challenges.json
Adri1 Sep 30, 2024
1826783
Update src/locales/pt_BR/achv.json
Adri1 Sep 30, 2024
a2c734c
Apply suggestions from code review
Adri1 Sep 30, 2024
03038a5
Update src/locales/zh_CN/achv.json
Adri1 Sep 30, 2024
9e29ba1
Update src/locales/zh_CN/challenges.json
Adri1 Sep 30, 2024
a9ceefd
Update src/locales/de/achv.json
CodeTappert Sep 30, 2024
79e865a
Update src/locales/de/challenges.json
CodeTappert Sep 30, 2024
5c2be5e
Update achv.json
Adri1 Sep 30, 2024
e17f9fe
Update challenges.json
Adri1 Sep 30, 2024
9217405
Apply suggestions from code review
Adri1 Oct 1, 2024
acb76d9
Update challenges.json
Adri1 Oct 2, 2024
c3e572a
Apply suggestions from code review
Adri1 Oct 3, 2024
727c679
Update src/locales/ko/challenges.json
Adri1 Oct 8, 2024
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
4 changes: 4 additions & 0 deletions src/locales/de/achv.json
Original file line number Diff line number Diff line change
@@ -284,6 +284,10 @@
"name": "Spieglein, Spieglein an der Wand",
"description": "Schließe die 'Umkehrkampf' Herausforderung ab"
},
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
},
CodeTappert marked this conversation as resolved.
Show resolved Hide resolved
"BREEDERS_IN_SPACE": {
"name": "Züchter im Weltall!",
"description": "Besiege die Pokémon-Züchter-Expertin im Stratosphären Biome."
9 changes: 8 additions & 1 deletion src/locales/de/challenges.json
Original file line number Diff line number Diff line change
@@ -33,5 +33,12 @@
"desc": "Die Typen-Effektivität wird umgekehrt, und kein Typ ist gegen einen anderen Typ immun.\nDeaktiviert die Erfolge anderer Herausforderungen.",
"value.0": "Aus",
"value.1": "An"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
CodeTappert marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
4 changes: 4 additions & 0 deletions src/locales/es/achv.json
Original file line number Diff line number Diff line change
@@ -175,6 +175,10 @@
"name": "Espejo ojepsE",
"description": "Completa el reto de Combate Inverso.\n.osrevnI etabmoC ed oter le atelpmoC"
},
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
},
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
"BREEDERS_IN_SPACE": {
"name": "¡Criapokémon en el Espacio!",
"description": "Derrota al Criapokémon Experto en el Bioma Espacial."
7 changes: 7 additions & 0 deletions src/locales/es/challenges.json
Original file line number Diff line number Diff line change
@@ -32,5 +32,12 @@
"desc": "Las relaciones entre tipos son invertidas y ningún tipo es inmune a otro.\nDesactiva el resto de desafíos.",
"value.0": "Desact.",
"value.1": "Activo"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
}
}
4 changes: 4 additions & 0 deletions src/locales/fr/achv.json
Original file line number Diff line number Diff line change
@@ -279,6 +279,10 @@
"name": "La teuté à verlan",
"description": "Terminer un challenge en Combat Inversé.\nMineter un lenjcha en Ba-con Versin."
},
"TRICK_ROOM": {
"name": "Trop rapide !",
"description": "Terminer un challenge « Distortion »."
},
"BREEDERS_IN_SPACE": {
"name": "Éleveurs de l'espace !",
"description": "Vaincre l'Éleveuse Experte dans le biome Espace."
7 changes: 7 additions & 0 deletions src/locales/fr/challenges.json
Original file line number Diff line number Diff line change
@@ -33,5 +33,12 @@
"desc": "Les affinités de la table des types sont inversées et plus aucun type n’a d’immunité.\nDésactive les succès des autres challenges.",
"value.0": "Non",
"value.1": "Oui"
},
"trickRoom": {
"name": "Distortion",
"shortName": "Distortion",
"desc": "Tous les combats sont sous l’effet d’une Disortion où les Pokémon les plus lents on la priorité et inversement.\nDésactive tous les succès des autres challenges.",
"value.0": "Non",
"value.1": "Oui"
}
}
6 changes: 3 additions & 3 deletions src/locales/it/achv.json
Original file line number Diff line number Diff line change
@@ -261,9 +261,9 @@
"name": "Buona la prima!",
"description": "Completa la modalità sfida 'Un nuovo inizio'."
},
"BREEDERS_IN_SPACE": {
"name": "Breeders in Space!",
"description": "Beat the Expert Pokémon Breeder in the Space Biome."
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
},
"BREEDERS_IN_SPACE": {
"name": "Breeders in Space!",
9 changes: 8 additions & 1 deletion src/locales/it/challenges.json
Original file line number Diff line number Diff line change
@@ -25,5 +25,12 @@
"desc": "Puoi usare solo gli starter originali, e come se avessi appena cominciato Pokérogue.",
"value.0": "Off",
"value.1": "On"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
8 changes: 6 additions & 2 deletions src/locales/ja/achv.json
Original file line number Diff line number Diff line change
@@ -266,8 +266,12 @@
"name": "カガミよミガカ",
"description": "反転バトルチャレンジを クリアする\nるすアリク をジンレャチルトバ転反"
},
"TRICK_ROOM": {
"name": "速すぎだぜ!",
"description": "トリックルームチャレンジを クリアする"
},
"BREEDERS_IN_SPACE": {
"name": "宇宙のブリーダー!",
"description": "宇宙バイオームで エキスパートブリーダーを 倒す"
"name": "むしろブリーダー宇宙人?",
"description": "宇宙バイオームで ブリーダー名人を 倒す"
}
}
7 changes: 7 additions & 0 deletions src/locales/ja/challenges.json
Original file line number Diff line number Diff line change
@@ -32,5 +32,12 @@
"desc": "タイプ相性が 反転で、なんの タイプも 「効果はなし」が ありません\n他の チャレンジの 実績が 無効に されます",
"value.0": "オフ",
"value.1": "オン"
},
"trickRoom": {
"name": "トリックルーム",
"shortName": "トリルー",
"desc": "バトルは 全て トリックルームの 影響が あるから、 すばやさの 低い順に 行動できる ように なる\n他の チャレンジの 実績が 無効に されます",
"value.0": "オフ",
"value.1": "オン"
}
}
4 changes: 4 additions & 0 deletions src/locales/ko/achv.json
Original file line number Diff line number Diff line change
@@ -265,6 +265,10 @@
"name": "상성 전문가(였던 것)",
"description": "거꾸로 배틀 챌린지 모드 클리어."
},
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
},
"BREEDERS_IN_SPACE": {
"name": "충격!우주에 브리더 진짜 계심ㄷㄷ",
"description": "우주 바이옴에서 포켓몬 전문 브리더에게 승리."
9 changes: 8 additions & 1 deletion src/locales/ko/challenges.json
Original file line number Diff line number Diff line change
@@ -33,5 +33,12 @@
"desc": "타입 상성이 반대로 바뀌고 면역 타입은 약점 타입이 됩니다.\n설정 시 다른 챌린지 업적은 달성할 수 없습니다.",
"value.0": "해제",
"value.1": "설정"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
4 changes: 4 additions & 0 deletions src/locales/pt_BR/achv.json
Original file line number Diff line number Diff line change
@@ -269,6 +269,10 @@
"name": "A torre da derrotA",
"description": "Complete o desafio da Batalha Inversa.\n.asrevnI ahlataB ad oifased o etelpmoC"
},
"TRICK_ROOM": {
"name": "Você é Muito Rápido!",
"description": "Complete o desafio da Sala de Truques."
},
"BREEDERS_IN_SPACE": {
"name": "Criadores no Espaço!",
"description": "Derrote o Criador de Pokémon Experiente no Bioma Espaço."
7 changes: 7 additions & 0 deletions src/locales/pt_BR/challenges.json
Original file line number Diff line number Diff line change
@@ -33,5 +33,12 @@
"desc": "Fraquezas e resistências de tipos são invertidas e nenhum tipo é imune a outro tipo.\nDesativa as conquistas de outros desafios.",
"value.0": "Desligado",
"value.1": "Ligado"
},
"trickRoom": {
"name": "Sala de Truques",
"shortName": "Sala de Truques",
"desc": "Todas as batalhas estão sob o efeito de Trick Room, onde Pokémon mais lentos atacam primeiro e Pokémon mais rápidos atacam depois.\nDesativa as conquistas de outros desafios.",
"value.0": "Desligado",
"value.1": "Ligado"
}
}
4 changes: 4 additions & 0 deletions src/locales/zh_CN/achv.json
Original file line number Diff line number Diff line change
@@ -273,6 +273,10 @@
"name": "镜子子镜",
"description": "完成逆转之战挑战\n战挑战之转逆成完"
},
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
},
"BREEDERS_IN_SPACE": {
"name": "饲养员上太空?",
"description": "在太空地图中击败精英饲养员。"
7 changes: 7 additions & 0 deletions src/locales/zh_CN/challenges.json
Original file line number Diff line number Diff line change
@@ -32,5 +32,12 @@
"desc": "属性相克关系被反转,且没有任何属性对其他属性免疫。\n禁用其他挑战的成就。",
"value.0": "关闭",
"value.1": "开启"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
Adri1 marked this conversation as resolved.
Show resolved Hide resolved
}
}
4 changes: 4 additions & 0 deletions src/locales/zh_TW/achv.json
Original file line number Diff line number Diff line change
@@ -265,6 +265,10 @@
"name": "鏡子子鏡",
"description": "完成逆轉之戰挑戰\n戰挑戰之轉逆成完"
},
"TRICK_ROOM": {
"name": "You're Too Fast!",
"description": "Complete the Trick Room challenge."
},
"BREEDERS_IN_SPACE": {
"name": "Breeders in Space!",
"description": "Beat the Expert Pokémon Breeder in the Space Biome."
7 changes: 7 additions & 0 deletions src/locales/zh_TW/challenges.json
Original file line number Diff line number Diff line change
@@ -32,5 +32,12 @@
"desc": "屬性相克關系被反轉,且沒有任何屬性對其他屬性免疫。\n禁用其他挑戰的成就。",
"value.0": "關閉",
"value.1": "開啓"
},
"trickRoom": {
"name": "Trick Room",
"shortName": "Trick Room",
"desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.",
"value.0": "Off",
"value.1": "On"
}
}
Loading