mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 06:51:08 +00:00
[Localization] Localize "Loading asset:" text (#1961)
* localized "Loading..." texts * fixes * localized loading asset * fix
This commit is contained in:
parent
480a2568a9
commit
40727bdc16
@ -436,7 +436,7 @@ export class LoadingScene extends SceneBase {
|
||||
});
|
||||
|
||||
this.load.on("fileprogress", file => {
|
||||
assetText.setText(`Loading asset: ${file.key}`);
|
||||
assetText.setText(i18next.t("menu:loadingAsset", { assetName: file.key }));
|
||||
});
|
||||
|
||||
loadingGraphics.push(bg, graphics, progressBar, progressBox, logo, percentText, assetText);
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Wöchentliche Rangliste",
|
||||
"noRankings": "Keine Rangliste",
|
||||
"loading": "Lade…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "Spieler Online",
|
||||
"yes":"Ja",
|
||||
"no":"Nein",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Weekly Rankings",
|
||||
"noRankings": "No Rankings",
|
||||
"loading": "Loading…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "Players Online",
|
||||
"yes":"Yes",
|
||||
"no":"No",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Rankings Semanales",
|
||||
"noRankings": "Sin Rankings",
|
||||
"loading": "Cargando…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "Jugadores en Línea",
|
||||
"yes":"Sí",
|
||||
"no":"No",
|
||||
|
@ -40,6 +40,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Classement de la Semaine",
|
||||
"noRankings": "Pas de Classement",
|
||||
"loading": "Chargement…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "Joueurs Connectés",
|
||||
"yes":"Oui",
|
||||
"no":"Non",
|
||||
|
@ -40,6 +40,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Classifica Settimanale",
|
||||
"noRankings": "Nessuna Classifica",
|
||||
"loading": "Caricamento…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "Giocatori Online",
|
||||
"evolving": "Cosa?\n{{pokemonName}} si evolvendo!",
|
||||
"stoppedEvolving": "{{pokemonName}} ha smesso di evolversi.",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "주간 랭킹",
|
||||
"noRankings": "랭킹 정보 없음",
|
||||
"loading": "로딩 중…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "플레이어 온라인",
|
||||
"yes":"예",
|
||||
"no":"아니오",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "Classificação Semanal",
|
||||
"noRankings": "Sem Classificação",
|
||||
"loading": "Carregando…",
|
||||
"loadingAsset": "Carregando recurso: {{assetName}}",
|
||||
"playersOnline": "Jogadores Ativos",
|
||||
"yes": "Sim",
|
||||
"no": "Não",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "每周排名",
|
||||
"noRankings": "无排名",
|
||||
"loading": "加载中...",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "在线玩家",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
|
@ -45,6 +45,7 @@ export const menu: SimpleTranslationEntries = {
|
||||
"weeklyRankings": "每週排名",
|
||||
"noRankings": "無排名",
|
||||
"loading": "加載中…",
|
||||
"loadingAsset": "Loading asset: {{assetName}}",
|
||||
"playersOnline": "在線玩家",
|
||||
"yes":"是",
|
||||
"no":"否",
|
||||
|
Loading…
x
Reference in New Issue
Block a user