Skip to content

Commit 1834dfa

Browse files
committed
translate
1 parent 413a937 commit 1834dfa

8 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/languages/de.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'Netzwerk',
588588
reportID: 'Berichts-ID',
589589
longID: 'Lange ID',
590+
entryID: 'Beitrags-ID',
591+
withdrawalID: 'Auszahlungs-ID',
590592
bankAccounts: 'Bankkonten',
591593
chooseFile: 'Datei auswählen',
592594
chooseFiles: 'Dateien auswählen',

src/languages/fr.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'Réseau',
588588
reportID: 'ID du rapport',
589589
longID: 'ID long',
590+
entryID: "ID d'entrée",
591+
withdrawalID: 'ID de retrait',
590592
bankAccounts: 'Comptes bancaires',
591593
chooseFile: 'Choisir un fichier',
592594
chooseFiles: 'Choisir des fichiers',

src/languages/it.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'Rete',
588588
reportID: 'ID Rapporto',
589589
longID: 'ID lungo',
590+
entryID: 'ID di ingresso',
591+
withdrawalID: 'ID di prelievo',
590592
bankAccounts: 'Conti bancari',
591593
chooseFile: 'Scegli file',
592594
chooseFiles: 'Scegli file',

src/languages/ja.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'ネットワーク',
588588
reportID: 'レポートID',
589589
longID: 'Long ID',
590+
entryID: 'エントリーID',
591+
withdrawalID: '出金ID',
590592
bankAccounts: '銀行口座',
591593
chooseFile: 'ファイルを選択',
592594
chooseFiles: 'ファイルを選択',

src/languages/nl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'Netwerk',
588588
reportID: 'Rapport-ID',
589589
longID: 'Lang ID',
590+
entryID: 'Toegangs-ID',
591+
withdrawalID: 'Opname-ID',
590592
bankAccounts: 'Bankrekeningen',
591593
chooseFile: 'Bestand kiezen',
592594
chooseFiles: 'Bestanden kiezen',

src/languages/pl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: 'Sieć',
588588
reportID: 'ID raportu',
589589
longID: 'Długi identyfikator',
590+
entryID: 'Identyfikator wpisu',
591+
withdrawalID: 'Identyfikator wypłaty',
590592
bankAccounts: 'Konta bankowe',
591593
chooseFile: 'Wybierz plik',
592594
chooseFiles: 'Wybierz pliki',

src/languages/pt-BR.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ const translations = {
588588
network: 'Network',
589589
reportID: 'ID do Relatório',
590590
longID: 'ID longo',
591+
entryID: 'ID de entrada',
592+
withdrawalID: 'ID de retirada',
591593
bankAccounts: 'Contas bancárias',
592594
chooseFile: 'Escolher arquivo',
593595
chooseFiles: 'Escolher arquivos',

src/languages/zh-hans.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ const translations = {
587587
network: '网络',
588588
reportID: '报告 ID',
589589
longID: 'Long ID',
590+
entryID: '条目 ID',
591+
withdrawalID: '提现ID',
590592
bankAccounts: '银行账户',
591593
chooseFile: '选择文件',
592594
chooseFiles: '选择文件',

0 commit comments

Comments
 (0)