diff --git a/build.ts b/build.ts index fb4ae31..a44cd90 100644 --- a/build.ts +++ b/build.ts @@ -41,6 +41,7 @@ const postProcess = (str: string): string => { return match; }); + str = str.replaceAll('(e) => `', 'e => `'); assert(str.includes('/* ADDITIONAL CODE */')); assert(str.includes('window.BX_EXPOSED = BxExposed')); diff --git a/src/utils/translation.ts b/src/utils/translation.ts index f419cc7..d2c67f6 100644 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -161,22 +161,22 @@ const Texts = { (e: any) => `Version ${e.version} available`, , , + (e: any) => `Version ${e.version} verfügbar`, , - , - , - , - , + (e: any) => `Versión ${e.version} disponible`, + (e: any) => `Version ${e.version} disponible`, + (e: any) => `Disponibile la versione ${e.version}`, (e: any) => `Ver ${e.version} が利用可能です`, (e: any) => `${e.version} 버전 사용가능`, + (e: any) => `Dostępna jest nowa wersja ${e.version}`, + (e: any) => `Versão ${e.version} disponível`, , , , - , - , - , + (e: any) => `Доступна версія ${e.version}`, (e: any) => `Đã có phiên bản ${e.version}`, - , - , + (e: any) => `版本 ${e.version} 可供更新`, + (e: any) => `已可更新為 ${e.version} 版`, ], "no-consoles-found": "No consoles found", "normal": "Normal", @@ -230,7 +230,7 @@ const Texts = { (e: any) => `${e.device} の推奨設定`, (e: any) => `다음 기기에서 권장되는 설정: ${e.device}`, (e: any) => `Zalecane ustawienia dla ${e.device}`, - , + (e: any) => `Configurações recomendadas para ${e.device}`, (e: any) => `Рекомендуемые настройки для ${e.device}`, , (e: any) => `${e.device} için önerilen ayarlar`,