XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore(webui): update to Spanish translation (#2355)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2355 Co-authored-by: hxedcl <hxedcl@noreply.localhost> Co-committed-by: hxedcl <hxedcl@noreply.localhost>

e267ca8f
hxedcl <hxedcl@noreply.localhost>
提交于

代码差异

1 个文件 +6 -6
Modified static/webui/translations/es.js +6 -6
@@ -2,8 +2,8 @@
2 2 dict = {
3 3 general_inventoryUpdateNote: `Para ver los cambios en el juego, necesitas volver a sincronizar tu inventario, por ejemplo, usando el comando /sync del bootstrapper, visitando un dojo o repetidor, o volviendo a iniciar sesión.`,
4 4 general_addButton: `Agregar`,
5 general_setButton: `[UNTRANSLATED] Set`,
6 general_removeButton: `[UNTRANSLATED] Remove`,
5 general_setButton: `Establecer`,
6 general_removeButton: `Quitar`,
7 7 general_bulkActions: `Acciones masivas`,
8 8
9 9 code_loginFail: `Error al iniciar sesión. Verifica el correo electrónico y la contraseña.`,
@@ -120,7 +120,7 @@ dict = {
120 120 detailedView_archonShardsDescription: `Puedes usar estas ranuras ilimitadas para aplicar una amplia variedad de mejoras`,
121 121 detailedView_archonShardsDescription2: `Ten en cuenta que cada fragmento de archón tarda un poco en aplicarse al cargar`,
122 122 detailedView_valenceBonusLabel: `Bônus de Valência`,
123 detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
123 detailedView_valenceBonusDescription: `Puedes establecer o quitar el bono de valencia de tu arma.`,
124 124
125 125 mods_addRiven: `Agregar Agrietado`,
126 126 mods_fingerprint: `Huella digital`,
@@ -136,7 +136,7 @@ dict = {
136 136 cheats_skipAllDialogue: `Omitir todos los diálogos`,
137 137 cheats_unlockAllScans: `Desbloquear todos los escaneos`,
138 138 cheats_unlockAllMissions: `Desbloquear todas las misiones`,
139 cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
139 cheats_unlockAllMissions_ok: `Éxito. Ten en cuenta que deberás entrar a un dojo, repetidor o volver a iniciar sesión para que el cliente actualice el mapa estelar.`,
140 140 cheats_infiniteCredits: `Créditos infinitos`,
141 141 cheats_infinitePlatinum: `Platino infinito`,
142 142 cheats_infiniteEndo: `Endo infinito`,
@@ -306,8 +306,8 @@ dict = {
306 306 damageType_Poison: `Tóxico`,
307 307 damageType_Radiation: `Radioativo`,
308 308
309 theme_dark: `[UNTRANSLATED] Dark Theme`,
310 theme_light: `[UNTRANSLATED] Light Theme`,
309 theme_dark: `Tema Oscuro`,
310 theme_light: `Tema Claro`,
311 311
312 312 prettier_sucks_ass: ``
313 313 };