From 2a80307c266e2b679fd5f0b7d8b97908d2045153 Mon Sep 17 00:00:00 2001
From: Sainan <63328889+Sainan@users.noreply.github.com>
Date: Sat, 5 Jul 2025 20:18:18 -0700
Subject: [PATCH] chore(webui): reuse "code_remove" for "general_removeButton"
(#2421)
Closes #2418
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2421
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
---
static/webui/index.html | 2 +-
static/webui/translations/de.js | 1 -
static/webui/translations/en.js | 1 -
static/webui/translations/es.js | 1 -
static/webui/translations/fr.js | 1 -
static/webui/translations/ru.js | 1 -
static/webui/translations/zh.js | 1 -
7 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/static/webui/index.html b/static/webui/index.html
index a258ad35..aab8f87b 100644
--- a/static/webui/index.html
+++ b/static/webui/index.html
@@ -485,7 +485,7 @@
-
+
diff --git a/static/webui/translations/de.js b/static/webui/translations/de.js
index 2e140583..05eceed6 100644
--- a/static/webui/translations/de.js
+++ b/static/webui/translations/de.js
@@ -3,7 +3,6 @@ dict = {
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
general_addButton: `Hinzufügen`,
general_setButton: `[UNTRANSLATED] Set`,
- general_removeButton: `[UNTRANSLATED] Remove`,
general_bulkActions: `Massenaktionen`,
code_loginFail: `[UNTRANSLATED] Login failed. Double-check the email and password.`,
diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js
index b214631c..fa6d3d18 100644
--- a/static/webui/translations/en.js
+++ b/static/webui/translations/en.js
@@ -2,7 +2,6 @@ dict = {
general_inventoryUpdateNote: `Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
general_addButton: `Add`,
general_setButton: `Set`,
- general_removeButton: `Remove`,
general_bulkActions: `Bulk Actions`,
code_loginFail: `Login failed. Double-check the email and password.`,
diff --git a/static/webui/translations/es.js b/static/webui/translations/es.js
index 9193b3de..c66adccf 100644
--- a/static/webui/translations/es.js
+++ b/static/webui/translations/es.js
@@ -3,7 +3,6 @@ dict = {
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.`,
general_addButton: `Agregar`,
general_setButton: `Establecer`,
- general_removeButton: `Quitar`,
general_bulkActions: `Acciones masivas`,
code_loginFail: `Error al iniciar sesión. Verifica el correo electrónico y la contraseña.`,
diff --git a/static/webui/translations/fr.js b/static/webui/translations/fr.js
index 15a27c86..48b991e9 100644
--- a/static/webui/translations/fr.js
+++ b/static/webui/translations/fr.js
@@ -3,7 +3,6 @@ dict = {
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
general_addButton: `Ajouter`,
general_setButton: `[UNTRANSLATED] Set`,
- general_removeButton: `[UNTRANSLATED] Remove`,
general_bulkActions: `Action groupée`,
code_loginFail: `Connexion échouée. Vérifiez le mot de passe.`,
diff --git a/static/webui/translations/ru.js b/static/webui/translations/ru.js
index 6ae326c3..791df3c3 100644
--- a/static/webui/translations/ru.js
+++ b/static/webui/translations/ru.js
@@ -3,7 +3,6 @@ dict = {
general_inventoryUpdateNote: `[UNTRANSLATED] Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
general_addButton: `Добавить`,
general_setButton: `Установить`,
- general_removeButton: `Удалить`,
general_bulkActions: `Массовые действия`,
code_loginFail: `[UNTRANSLATED] Login failed. Double-check the email and password.`,
diff --git a/static/webui/translations/zh.js b/static/webui/translations/zh.js
index fc02c0f2..8afa941d 100644
--- a/static/webui/translations/zh.js
+++ b/static/webui/translations/zh.js
@@ -3,7 +3,6 @@ dict = {
general_inventoryUpdateNote: `注意:要在游戏中查看更改,您需要重新同步库存,例如使用引导程序的 /sync 命令、访问道场/中继站或重新登录客户端.`,
general_addButton: `添加`,
general_setButton: `设置`,
- general_removeButton: `移除`,
general_bulkActions: `批量操作`,
code_loginFail: `登录失败.请检查邮箱和密码.`,