From 52a812e1c985e5c57da4c7e00369892b65f3dcc0 Mon Sep 17 00:00:00 2001
From: Sainan <63328889+Sainan@users.noreply.github.com>
Date: Sun, 6 Jul 2025 02:17:47 +0200
Subject: [PATCH] chore(webui): reuse "code_remove" for "general_removeButton"
---
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 f660562c..e2acfb2c 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 ebe474ec..29225d7f 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 d40839b0..c6729978 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 be690a49..c7af7e10 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 c32aabe3..6a942834 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 473dd6e5..20877fb5 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: `登录失败.请检查邮箱和密码.`,