Przeglądaj źródła

chore: translate i18n files (#11353)

Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
github-actions[bot] 4 miesięcy temu
rodzic
commit
138bf698b0

+ 2 - 0
web/i18n/de-DE/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Übersetzen',
     Programming: 'Programmieren',
     HR: 'Personalwesen',
+    Agent: 'Agent',
+    Workflow: 'Arbeitsablauf',
   },
 }
 

+ 2 - 0
web/i18n/es-ES/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Traducción',
     Programming: 'Programación',
     HR: 'Recursos Humanos',
+    Agent: 'Agente',
+    Workflow: 'Flujo de trabajo',
   },
 }
 

+ 2 - 0
web/i18n/fa-IR/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'ترجمه',
     Programming: 'برنامه‌نویسی',
     HR: 'منابع انسانی',
+    Agent: 'عامل',
+    Workflow: 'گردش',
   },
 }
 

+ 2 - 0
web/i18n/fr-FR/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Traduire',
     Programming: 'Programmation',
     HR: 'RH',
+    Agent: 'Agent',
+    Workflow: 'Flux de travail',
   },
 }
 

+ 2 - 0
web/i18n/hi-IN/explore.ts

@@ -36,6 +36,8 @@ const translation = {
     Translate: 'अनुवाद',
     Programming: 'प्रोग्रामिंग',
     HR: 'मानव संसाधन',
+    Workflow: 'कार्यप्रवाह',
+    Agent: 'आढ़तिया',
   },
 }
 

+ 2 - 0
web/i18n/it-IT/explore.ts

@@ -36,6 +36,8 @@ const translation = {
     Translate: 'Traduzione',
     Programming: 'Programmazione',
     HR: 'Risorse Umane',
+    Workflow: 'Flusso di lavoro',
+    Agent: 'Agente',
   },
 }
 

+ 2 - 0
web/i18n/ja-JP/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: '翻訳',
     Programming: 'プログラミング',
     HR: '人事',
+    Workflow: 'ワークフロー',
+    Agent: 'エージェント',
   },
 }
 

+ 2 - 0
web/i18n/pl-PL/explore.ts

@@ -36,6 +36,8 @@ const translation = {
     Translate: 'Tłumaczenie',
     Programming: 'Programowanie',
     HR: 'HR',
+    Agent: 'Agent',
+    Workflow: 'Przepływ pracy',
   },
 }
 

+ 2 - 0
web/i18n/pt-BR/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Traduzir',
     Programming: 'Programação',
     HR: 'RH',
+    Workflow: 'Fluxo de trabalho',
+    Agent: 'Agente',
   },
 }
 

+ 2 - 0
web/i18n/ro-RO/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Traducere',
     Programming: 'Programare',
     HR: 'Resurse Umane',
+    Agent: 'Agent',
+    Workflow: 'Flux de lucru',
   },
 }
 

+ 2 - 0
web/i18n/ru-RU/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Перевод',
     Programming: 'Программирование',
     HR: 'HR',
+    Agent: 'Агент',
+    Workflow: 'Рабочий процесс',
   },
 }
 

+ 2 - 0
web/i18n/sl-SI/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Prevajanje',
     Programming: 'Programiranje',
     HR: 'Kadri',
+    Workflow: 'Potek dela',
+    Agent: 'Agent',
   },
 }
 

+ 2 - 0
web/i18n/th-TH/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'แปล',
     Programming: 'โปรแกรม',
     HR: 'ชั่วโมง',
+    Workflow: 'เวิร์กโฟลว์',
+    Agent: 'ตัวแทน',
   },
 }
 

+ 2 - 0
web/i18n/tr-TR/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Çeviri',
     Programming: 'Programlama',
     HR: 'İK',
+    Agent: 'Aracı',
+    Workflow: 'İş Akışı',
   },
 }
 

+ 2 - 0
web/i18n/uk-UA/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Переклад',
     Programming: 'Програмування',
     HR: 'HR',
+    Workflow: 'Робочий процес',
+    Agent: 'Агент',
   },
 }
 

+ 2 - 0
web/i18n/vi-VN/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: 'Dịch thuật',
     Programming: 'Lập trình',
     HR: 'Nhân sự',
+    Agent: 'Người đại lý',
+    Workflow: 'Quy trình làm việc',
   },
 }
 

+ 2 - 0
web/i18n/zh-Hant/explore.ts

@@ -35,6 +35,8 @@ const translation = {
     Translate: '翻譯',
     Programming: '程式設計',
     HR: '人力資源',
+    Agent: '代理',
+    Workflow: '工作流',
   },
 }