Prechádzať zdrojové kódy

fix: add missing translations (#4212)

crazywoola 11 mesiacov pred
rodič
commit
487ce7c82a

+ 1 - 0
web/i18n/de-DE/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Russisch',
       ukUA: 'Ukrainisch',
       viVN: 'Vietnamesisch',
+      plPL: 'Polnisch',
     },
   },
   unit: {

+ 1 - 0
web/i18n/en-US/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Russian',
       ukUA: 'Ukrainian',
       viVN: 'Vietnamese',
+      plPL: 'Polish',
     },
   },
   unit: {

+ 1 - 0
web/i18n/fr-FR/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Russe',
       ukUA: 'Ukrainien',
       viVN: 'Vietnamien',
+      plPL: 'Polonais',
     },
   },
   unit: {

+ 1 - 0
web/i18n/ja-JP/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'ロシア語',
       ukUA: 'ウクライナ語',
       viVN: 'ベトナム語',
+      plPL: 'ポーランド語',
     },
   },
   unit: {

+ 1 - 0
web/i18n/pl-PL/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Rosyjski',
       ukUA: 'Ukraiński',
       viVN: 'Wietnamski',
+      plPL: 'Polski',
     },
   },
   unit: {

+ 1 - 0
web/i18n/pt-BR/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Russo',
       ukUA: 'Ucraniano',
       viVN: 'Vietnamita',
+      plPL: 'Polonês',
     },
   },
   unit: {

+ 1 - 0
web/i18n/uk-UA/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: 'Російська',
       ukUA: 'Українська',
       viVN: 'В\'є тнамська',
+      plPL: 'Польська',
     },
   },
   unit: {

+ 1 - 0
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: {

+ 1 - 0
web/i18n/zh-Hans/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: '俄语',
       ukUA: '乌克兰语',
       viVN: '越南语',
+      plPL: '波兰语',
     },
   },
   unit: {

+ 1 - 0
web/i18n/zh-Hant/common.ts

@@ -58,6 +58,7 @@ const translation = {
       ruRU: '俄語',
       ukUA: '烏克蘭語',
       viVN: '越南語',
+      plPL: '波蘭語',
     },
   },
   unit: {