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 es (#2195)

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

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

代码差异

1 个文件 +2 -2
Modified static/webui/translations/es.js +2 -2
@@ -3,8 +3,8 @@ dict = {
3 3 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.`,
4 4 general_addButton: `Agregar`,
5 5 general_bulkActions: `Acciones masivas`,
6 code_loginFail: `[UNTRANSLATED] Login failed. Double-check the email and password.`,
7 code_regFail: `[UNTRANSLATED] Registration failed. Account already exists?`,
6 code_loginFail: `Error al iniciar sesión. Verifica el correo electrónico y la contraseña.`,
7 code_regFail: `Error al registrar la cuenta. ¿Ya existe una cuenta con este correo?`,
8 8 code_nonValidAuthz: `Tus credenciales no son válidas.`,
9 9 code_changeNameConfirm: `¿Qué nombre te gustaría ponerle a tu cuenta?`,
10 10 code_deleteAccountConfirm: `¿Estás seguro de que deseas eliminar tu cuenta |DISPLAYNAME| (|EMAIL|)? Esta acción es permanente.`,