From 900c6e9a26fc8ef22be5edd575bf6d6ecbf83837 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:45:26 +0200 Subject: [PATCH] chore: enforce UNIX-style line endings --- .gitattributes | 2 +- static/webui/translations/es.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0936ecf2..b3bfce24 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ # Auto detect text files and perform LF normalization -* text=auto +* text=auto eol=lf static/webui/libs/ linguist-vendored diff --git a/static/webui/translations/es.js b/static/webui/translations/es.js index 2a3f8a2e..8cafec2d 100644 --- a/static/webui/translations/es.js +++ b/static/webui/translations/es.js @@ -1,5 +1,5 @@ -// Spanish translation by hxedcl -dict = { +// Spanish translation by hxedcl +dict = { general_inventoryUpdateNote: `Nota: Los cambios realizados aquí se reflejarán en el juego cuando este sincronice el inventario. Usar la navegación debería ser la forma más sencilla de activar esto.`, general_addButton: `Agregar`, general_bulkActions: `Acciones masivas`, @@ -92,12 +92,12 @@ dict = { inventory_bulkRankUpSpaceWeapons: `Maximizar rango de todas las armas Archwing`, inventory_bulkRankUpSentinels: `Maximizar rango de todos los centinelas`, inventory_bulkRankUpSentinelWeapons: `Maximizar rango de todas las armas de centinela`, - + quests_list: `Misiones`, quests_completeAll: `Completar todas las misiones`, quests_resetAll: `Reiniciar todas las misiones`, quests_giveAll: `Otorgar todas las misiones`, - + currency_RegularCredits: `Créditos`, currency_PremiumCredits: `Platino`, currency_FusionPoints: `Endo`, @@ -154,5 +154,5 @@ dict = { cheats_none: `Ninguno`, import_importNote: `Puedes proporcionar una respuesta de inventario completa o parcial (representación del cliente) aquí. Todos los campos compatibles con el importador serán sobrescritos en tu cuenta.`, import_submit: `Enviar`, - prettier_sucks_ass: `` -}; + prettier_sucks_ass: `` +};