mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Update translations
This commit is contained in:
parent
102e0bd318
commit
12ad81e9c7
1
build.ts
1
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'));
|
||||
|
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user