Skip to content

Commit d0d1849

Browse files
weblategallegonovatoFlavio Lima
authored
Translations update from Hosted Weblate (#578)
* Translated using Weblate (Spanish) Currently translated at 100.0% (151 of 151 strings) Translation: HyperPlay Client/GamePage Translate-URL: https://hosted.weblate.org/projects/hyperplay-client/gamepage/es/ * Translated using Weblate (Spanish) Currently translated at 74.2% (380 of 512 strings) Translation: HyperPlay Client/Globals Translate-URL: https://hosted.weblate.org/projects/hyperplay-client/globals/es/ * Translated using Weblate (Portuguese) Currently translated at 79.4% (120 of 151 strings) Translation: HyperPlay Client/GamePage Translate-URL: https://hosted.weblate.org/projects/hyperplay-client/gamepage/pt/ * Translated using Weblate (Portuguese) Currently translated at 79.7% (410 of 514 strings) Translation: HyperPlay Client/Globals Translate-URL: https://hosted.weblate.org/projects/hyperplay-client/globals/pt/ --------- Co-authored-by: gallegonovato <fran-carro@hotmail.es> Co-authored-by: Flavio Lima <flavio@game7.io>
1 parent 827e422 commit d0d1849

File tree

4 files changed

+89
-15
lines changed

4 files changed

+89
-15
lines changed

public/locales/es/gamepage.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
"epic": "You are not logged in with an Epic account in HyperPlay. Don't use the store page to login, click the following button instead:",
153153
"gog": "You are not logged in with a GOG account in HyperPlay. Don't use the store page to login, click the following button instead:",
154154
"login": "Log in",
155-
"title": "You are NOT logged in"
155+
"title": "You are NOT logged in",
156+
"amazon": "No has iniciado sesión con una cuenta de Amazon en Heroic. No utilices la página de la tienda para iniciar sesión, haz clic en el siguiente botón en su lugar:"
156157
},
157158
"report_problem": "Reportar un problema ejecutando este juego",
158159
"sdl": {
@@ -206,7 +207,9 @@
206207
"moving-files": "Moviendo el archivo '{{file}}': {{percent}} ",
207208
"playing": "Reproduciendo",
208209
"downloading": "Descargando",
209-
"extracting": "Extrayendo"
210+
"extracting": "Extrayendo",
211+
"gog-goodie": "Este juego no parece ser instalable. Comprueba el contenido descargable en https://gog.com/account",
212+
"goodie": "No se puede instalar"
210213
},
211214
"submenu": {
212215
"addShortcut": "Añadir acceso directo",

public/locales/es/translation.json

+20-7
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"title": "¡Ocurrió un error!"
6767
},
6868
"update": {
69-
"title": "Error al actualizar"
69+
"title": "Error al actualizar",
70+
"message": "¡Algo ha ido mal con la actualización! Por favor, desinstala manualmente y vuelve a instalar HyperPlay."
7071
},
7172
"wine-not-found": {
7273
"invalid": "The selected wine version was not found. Install it or select a different version in the game's settings{{newline}}Version: {{version}}{{newline}}Path: {{path}}",
@@ -76,7 +77,8 @@
7677
"winetricks": {
7778
"message": "Winetricks returned the following error during execution:{{newLine}}{{error}}",
7879
"title": "Winetricks error"
79-
}
80+
},
81+
"moving": "Error al Mover el Juego {{error}}"
8082
},
8183
"info": {
8284
"update": {
@@ -139,10 +141,14 @@
139141
"install": "Los servidores de Epic están teniendo una gran interrupción en este momento. ¡El juego no se puede instalar!",
140142
"update": "Los servidores de Epic están teniendo una gran interrupción en este momento. ¡El juego no se puede actualizar!"
141143
},
142-
"title": "Advertencia"
144+
"title": "Advertencia",
145+
"wine-change": {
146+
"message": "No hemos podido encontrar la versión de vino seleccionada para ejecutar este título ({{selectedWine}}). {{newline}} Hemos encontrado otra, ¿deseas continuar utilizando {{foundWine}}?"
147+
}
143148
},
144149
"wineprefix": "Elige la ruta del prefijo de Wine",
145-
"yes": ""
150+
"yes": "",
151+
"dontShowAgain": "No volver a mostrar"
146152
},
147153
"button": {
148154
"cancel": "Cancel",
@@ -534,7 +540,8 @@
534540
"steamruntime": "Usar Steam Runtime",
535541
"winecrossoverbottle": "CrossOver Bottle",
536542
"wineprefix": "Carpeta de Prefijo de Wine",
537-
"wineversion": "Versión de Wine"
543+
"wineversion": "Versión de Wine",
544+
"disable_logs": "Desactivar los registros"
538545
},
539546
"settings": {
540547
"battlEyeRuntime": {
@@ -586,7 +593,8 @@
586593
"status": {
587594
"installing": "Instalando",
588595
"logging": "Iniciando sesión…",
589-
"processing": "Procesando los archivos, por favor espere"
596+
"processing": "Procesando los archivos, por favor espere",
597+
"preparing_login": "Preparando el inicio de sesión... "
590598
},
591599
"store": "Tienda de Epic",
592600
"stores": "Tiendas",
@@ -639,5 +647,10 @@
639647
},
640648
"release": "Fecha de lanzamiento",
641649
"size": "Tamaño"
642-
}
650+
},
651+
"accounts": "cuentas",
652+
"Amazon": "Amazon",
653+
"ALL": "TODO",
654+
"analytics": "Análisis",
655+
"Amazon Games": "Amazon Games"
643656
}

public/locales/pt/gamepage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"cloud_save_unsupported": "Unsupported",
7373
"disabled": "Desabilitado",
7474
"dlc": {
75-
"installDlcs": "Instalar todas as DLCs"
75+
"installDlcs": "Instalar todos os DLCs"
7676
},
7777
"enabled": "Habilitado",
7878
"game": {

public/locales/pt/translation.json

+63-5
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@
141141
"install": "Epic Servers are having major outage right now, the game cannot be installed!",
142142
"update": "Epic Servers are having major outage right now, the game cannot be updated!"
143143
},
144-
"title": "Warning"
144+
"title": "Warning",
145+
"wine-change": {
146+
"message": "Não foi possível encontrar a versão selecionada do Wine ({{selectedWine}}. {{newline}} Encontramos outra versão, deseja continuar usando {{foundWine}} ?",
147+
"title": "Wine não encontrado!"
148+
}
145149
},
146150
"wineprefix": "Escolha a pasta com o Prefixo Wine",
147151
"yes": "SIM",
@@ -153,7 +157,9 @@
153157
"login": "Entrar",
154158
"sync": "Sincronizar",
155159
"syncing": "Sincronizando",
156-
"unsync": "Dessincronizar"
160+
"unsync": "Dessincronizar",
161+
"download": "Download",
162+
"continue": "Continuar"
157163
},
158164
"controller": {
159165
"hints": {
@@ -192,7 +198,8 @@
192198
"start-time": "Started at",
193199
"type": "Type"
194200
},
195-
"title": "Downloads"
201+
"title": "Downloads",
202+
"ETA": "Tempo Estimado"
196203
},
197204
"epic": {
198205
"offline-notification-body": "Serviços online talvez não funcionem completamente enquanto os servidores Epic Games estão offline!",
@@ -264,7 +271,9 @@
264271
"wine": {
265272
"part1": "HyperPlay procura versões de Wine, Proton e CrossOver nas seguintes pastas:",
266273
"part2": "Para outros lugares, crie um link simbólico até uma dessas pastas"
267-
}
274+
},
275+
"disable_logs": "Habilitar essa opção faz com que a maioria dos registros (informações críticas) sejam desabilitadas. Desabilite essa opção antes de reportar erros no app.",
276+
"dxvkfpslimit": "Limita o número de quadros em jogos que usam DXVK"
268277
},
269278
"info": {
270279
"hyperplay": {
@@ -645,5 +654,54 @@
645654
},
646655
"analytics": "análise",
647656
"accounts": "contas",
648-
"ALL": "TUDO"
657+
"ALL": "TUDO",
658+
"externalLink": {
659+
"dontAskAgain": "Não perguntar novamente",
660+
"warning": "Isso abrirá um link externo."
661+
},
662+
"dlc": {
663+
"installDlcs": "Instalar todos os DLCs",
664+
"actions": "Ações",
665+
"size": "Tamanho",
666+
"title": "Título",
667+
"noDlcFound": "Nenhum DLC encontrado"
668+
},
669+
"hyperplay": {
670+
"accesscodes": {
671+
"success": {
672+
"validation": "Sucesso! Código de acesso válido"
673+
},
674+
"error": {
675+
"validation": "Código de Acesso Inválido"
676+
}
677+
},
678+
"onboarding": {
679+
"analytics": {
680+
"anonymized": "Enviar clicks anônimos e interações com games;",
681+
"body": "HyperPlay gostaria de coletar dados afim de entender como nossos usuário interagem com a aplicação. Essa informação nos ajuda a entender como o o app é utilizado e a deixar o app ainda melhor para você."
682+
}
683+
},
684+
"buttons": {
685+
"noThanks": "Não, Obrigado",
686+
"agree": "Eu concordo"
687+
},
688+
"analyticsOff": "A análise de dados está desligada",
689+
"misc": "Nunca",
690+
"currentWallet": "Carteira Atual",
691+
"changeWallet": "Trocar Carteira",
692+
"analyticsOn": "A análise de dados está ligada",
693+
"copyUrl": "Copiar URL",
694+
"discordApp": "Discord"
695+
},
696+
"gameRelease": {
697+
"prototype": "Protótipo",
698+
"demo": "Demo",
699+
"beta": "Beta",
700+
"alpha": "Alpha",
701+
"main": "Estável"
702+
},
703+
"dlcs": {
704+
"label": "Selecione os DLCs para instalar:"
705+
},
706+
"exit_game": "Sair do Jogo"
649707
}

0 commit comments

Comments
 (0)