返回提交历史
Modified
static/webui/index.html
+1
-1
Modified
static/webui/translations/de.js
+0
-1
Modified
static/webui/translations/en.js
+0
-1
Modified
static/webui/translations/es.js
+0
-1
Modified
static/webui/translations/fr.js
+0
-1
Modified
static/webui/translations/ru.js
+0
-1
Modified
static/webui/translations/zh.js
+0
-1
XFEstudio/XFESpaceNinjaServer
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>
2a80307c
代码差异
7 个文件
+1
-7
@@ -485,7 +485,7 @@
485
485
<select class="form-control" id="valenceBonus-innateDamage"></select>
486
486
<input type="number" id="valenceBonus-procent" min="25" max="60" step="0.1" class="form-control" style="max-width:100px" />
487
487
<button class="btn btn-primary" type="submit" value="set" data-loc="general_setButton"></button>
488
<button class="btn btn-danger" type="submit" value="remove" data-loc="general_removeButton"></button>
488
<button class="btn btn-danger" type="submit" value="remove" data-loc="code_remove"></button>
489
489
</form>
490
490
</div>
491
491
</div>
@@ -3,7 +3,6 @@ dict = {
3
3
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.`,
4
4
general_addButton: `Hinzufügen`,
5
5
general_setButton: `[UNTRANSLATED] Set`,
6
general_removeButton: `[UNTRANSLATED] Remove`,
7
6
general_bulkActions: `Massenaktionen`,
8
7
9
8
code_loginFail: `[UNTRANSLATED] Login failed. Double-check the email and password.`,
@@ -2,7 +2,6 @@ dict = {
2
2
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.`,
3
3
general_addButton: `Add`,
4
4
general_setButton: `Set`,
5
general_removeButton: `Remove`,
6
5
general_bulkActions: `Bulk Actions`,
7
6
8
7
code_loginFail: `Login failed. Double-check the email and password.`,
@@ -3,7 +3,6 @@ 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
5
general_setButton: `Establecer`,
6
general_removeButton: `Quitar`,
7
6
general_bulkActions: `Acciones masivas`,
8
7
9
8
code_loginFail: `Error al iniciar sesión. Verifica el correo electrónico y la contraseña.`,
@@ -3,7 +3,6 @@ dict = {
3
3
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.`,
4
4
general_addButton: `Ajouter`,
5
5
general_setButton: `[UNTRANSLATED] Set`,
6
general_removeButton: `[UNTRANSLATED] Remove`,
7
6
general_bulkActions: `Action groupée`,
8
7
9
8
code_loginFail: `Connexion échouée. Vérifiez le mot de passe.`,
@@ -3,7 +3,6 @@ dict = {
3
3
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.`,
4
4
general_addButton: `Добавить`,
5
5
general_setButton: `Установить`,
6
general_removeButton: `Удалить`,
7
6
general_bulkActions: `Массовые действия`,
8
7
9
8
code_loginFail: `[UNTRANSLATED] Login failed. Double-check the email and password.`,
@@ -3,7 +3,6 @@ dict = {
3
3
general_inventoryUpdateNote: `注意:要在游戏中查看更改,您需要重新同步库存,例如使用引导程序的 /sync 命令、访问道场/中继站或重新登录客户端.`,
4
4
general_addButton: `添加`,
5
5
general_setButton: `设置`,
6
general_removeButton: `移除`,
7
6
general_bulkActions: `批量操作`,
8
7
9
8
code_loginFail: `登录失败.请检查邮箱和密码.`,