From 07ad3980d1a03990c6a12bb500dc9a758f19904a Mon Sep 17 00:00:00 2001
From: Sainan <63328889+Sainan@users.noreply.github.com>
Date: Thu, 19 Jun 2025 18:19:11 +0200
Subject: [PATCH] remove superfluous escaping
---
static/webui/translations/de.js | 2 +-
static/webui/translations/en.js | 2 +-
static/webui/translations/fr.js | 2 +-
static/webui/translations/ru.js | 2 +-
static/webui/translations/zh.js | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/static/webui/translations/de.js b/static/webui/translations/de.js
index a4771cf3..10da9e23 100644
--- a/static/webui/translations/de.js
+++ b/static/webui/translations/de.js
@@ -139,7 +139,7 @@ dict = {
cheats_dontSubtractConsumables: `Verbrauchsgegenstände (Ausrüstung) nicht verbrauchen`,
cheats_unlockAllShipFeatures: `Alle Schiffs-Funktionen freischalten`,
cheats_unlockAllShipDecorations: `Alle Schiffsdekorationen freischalten`,
- cheats_unlockAllFlavourItems: `Alle Sammlerstücke freischalten`,
+ cheats_unlockAllFlavourItems: `Alle Sammlerstücke freischalten`,
cheats_unlockAllSkins: `Alle Skins freischalten`,
cheats_unlockAllCapturaScenes: `Alle Photora-Szenen freischalten`,
cheats_unlockAllDecoRecipes: `Alle Dojo-Deko-Baupläne freischalten`,
diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js
index f17c2e0a..bbe3160b 100644
--- a/static/webui/translations/en.js
+++ b/static/webui/translations/en.js
@@ -138,7 +138,7 @@ dict = {
cheats_dontSubtractConsumables: `Don't Subtract Consumables`,
cheats_unlockAllShipFeatures: `Unlock All Ship Features`,
cheats_unlockAllShipDecorations: `Unlock All Ship Decorations`,
- cheats_unlockAllFlavourItems: `Unlock All Flavor Items`,
+ cheats_unlockAllFlavourItems: `Unlock All Flavor Items`,
cheats_unlockAllSkins: `Unlock All Skins`,
cheats_unlockAllCapturaScenes: `Unlock All Captura Scenes`,
cheats_unlockAllDecoRecipes: `Unlock All Dojo Deco Recipes`,
diff --git a/static/webui/translations/fr.js b/static/webui/translations/fr.js
index e4c99dd6..7729b2d3 100644
--- a/static/webui/translations/fr.js
+++ b/static/webui/translations/fr.js
@@ -139,7 +139,7 @@ dict = {
cheats_dontSubtractConsumables: `Ne pas retirer de consommables`,
cheats_unlockAllShipFeatures: `Débloquer tous les segments du vaisseau`,
cheats_unlockAllShipDecorations: `Débloquer toutes les décorations du vaisseau`,
- cheats_unlockAllFlavourItems: `Débloquer tous les Flavor Items`,
+ cheats_unlockAllFlavourItems: `Débloquer tous les Flavor Items`,
cheats_unlockAllSkins: `Débloquer tous les skins`,
cheats_unlockAllCapturaScenes: `Débloquer toutes les scènes captura`,
cheats_unlockAllDecoRecipes: `Débloquer toutes les recherches dojo`,
diff --git a/static/webui/translations/ru.js b/static/webui/translations/ru.js
index e0247b7e..992c4d62 100644
--- a/static/webui/translations/ru.js
+++ b/static/webui/translations/ru.js
@@ -139,7 +139,7 @@ dict = {
cheats_dontSubtractConsumables: `Не уменьшать количество расходников`,
cheats_unlockAllShipFeatures: `Разблокировать все функции корабля`,
cheats_unlockAllShipDecorations: `Разблокировать все украшения корабля`,
- cheats_unlockAllFlavourItems: `Разблокировать все уникальные предметы`,
+ cheats_unlockAllFlavourItems: `Разблокировать все уникальные предметы`,
cheats_unlockAllSkins: `Разблокировать все скины`,
cheats_unlockAllCapturaScenes: `Разблокировать все сцены Каптуры`,
cheats_unlockAllDecoRecipes: `Разблокировать все рецепты декораций Дoдзё`,
diff --git a/static/webui/translations/zh.js b/static/webui/translations/zh.js
index 22bc33f9..88ee8e5d 100644
--- a/static/webui/translations/zh.js
+++ b/static/webui/translations/zh.js
@@ -139,7 +139,7 @@ dict = {
cheats_dontSubtractConsumables: `消耗物品使用时无损耗`,
cheats_unlockAllShipFeatures: `解锁所有飞船功能`,
cheats_unlockAllShipDecorations: `解锁所有飞船装饰`,
- cheats_unlockAllFlavourItems: `解锁所有装饰物品`,
+ cheats_unlockAllFlavourItems: `解锁所有装饰物品`,
cheats_unlockAllSkins: `解锁所有外观`,
cheats_unlockAllCapturaScenes: `解锁所有Captura场景`,
cheats_unlockAllDecoRecipes: `解锁所有道场配方`,