From 487ce7c82a3803b50ceb4b29137644ecb03751bf Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Thu, 9 May 2024 15:38:51 +0800 Subject: [PATCH] fix: add missing translations (#4212) --- web/i18n/de-DE/common.ts | 1 + web/i18n/en-US/common.ts | 1 + web/i18n/fr-FR/common.ts | 1 + web/i18n/ja-JP/common.ts | 1 + web/i18n/pl-PL/common.ts | 1 + web/i18n/pt-BR/common.ts | 1 + web/i18n/uk-UA/common.ts | 1 + web/i18n/vi-VN/common.ts | 1 + web/i18n/zh-Hans/common.ts | 1 + web/i18n/zh-Hant/common.ts | 1 + 10 files changed, 10 insertions(+) diff --git a/web/i18n/de-DE/common.ts b/web/i18n/de-DE/common.ts index 776224233c4..5a10b255c11 100644 --- a/web/i18n/de-DE/common.ts +++ b/web/i18n/de-DE/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Russisch', ukUA: 'Ukrainisch', viVN: 'Vietnamesisch', + plPL: 'Polnisch', }, }, unit: { diff --git a/web/i18n/en-US/common.ts b/web/i18n/en-US/common.ts index d227f7aee46..586ca28df96 100644 --- a/web/i18n/en-US/common.ts +++ b/web/i18n/en-US/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Russian', ukUA: 'Ukrainian', viVN: 'Vietnamese', + plPL: 'Polish', }, }, unit: { diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts index c6ede9b7736..65d1de5b8eb 100644 --- a/web/i18n/fr-FR/common.ts +++ b/web/i18n/fr-FR/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Russe', ukUA: 'Ukrainien', viVN: 'Vietnamien', + plPL: 'Polonais', }, }, unit: { diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index 5ae47dc474e..f0197875369 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'ロシア語', ukUA: 'ウクライナ語', viVN: 'ベトナム語', + plPL: 'ポーランド語', }, }, unit: { diff --git a/web/i18n/pl-PL/common.ts b/web/i18n/pl-PL/common.ts index 108935a1253..e40af2a6abe 100644 --- a/web/i18n/pl-PL/common.ts +++ b/web/i18n/pl-PL/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Rosyjski', ukUA: 'Ukraiński', viVN: 'Wietnamski', + plPL: 'Polski', }, }, unit: { diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts index fa6168ebafa..94407c1a35e 100644 --- a/web/i18n/pt-BR/common.ts +++ b/web/i18n/pt-BR/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Russo', ukUA: 'Ucraniano', viVN: 'Vietnamita', + plPL: 'Polonês', }, }, unit: { diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts index 1d344e4e267..409c46f3953 100644 --- a/web/i18n/uk-UA/common.ts +++ b/web/i18n/uk-UA/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: 'Російська', ukUA: 'Українська', viVN: 'В\'є тнамська', + plPL: 'Польська', }, }, unit: { diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index fe920a5b584..58c279fece7 100644 --- a/web/i18n/vi-VN/common.ts +++ b/web/i18n/vi-VN/common.ts @@ -57,6 +57,7 @@ const translation = { ruRU: 'Tiếng Nga', ukUA: 'Tiếng Ukraina', viVN: 'Tiếng Việt', + plPL: 'Tiếng Ba Lan', }, }, unit: { diff --git a/web/i18n/zh-Hans/common.ts b/web/i18n/zh-Hans/common.ts index 655c3956752..0e6feb7cf56 100644 --- a/web/i18n/zh-Hans/common.ts +++ b/web/i18n/zh-Hans/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: '俄语', ukUA: '乌克兰语', viVN: '越南语', + plPL: '波兰语', }, }, unit: { diff --git a/web/i18n/zh-Hant/common.ts b/web/i18n/zh-Hant/common.ts index 4a271a6985e..9fd79df1a10 100644 --- a/web/i18n/zh-Hant/common.ts +++ b/web/i18n/zh-Hant/common.ts @@ -58,6 +58,7 @@ const translation = { ruRU: '俄語', ukUA: '烏克蘭語', viVN: '越南語', + plPL: '波蘭語', }, }, unit: {