Skip to content

Commit

Permalink
chore: update i18n for #5943 (#6162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuzooVn authored Jul 10, 2024
1 parent 9622fbb commit 97e094d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/i18n/de-DE/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'Bild-URL',
upload_file_id: 'Hochgeladene Datei-ID',
},
json: 'von einem Tool generiertes JSON',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/fr-FR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL de l\'image',
upload_file_id: 'ID du fichier téléchargé',
},
json: 'JSON généré par un outil',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/hi-IN/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ const translation = {
url: 'इमेज यूआरएल',
upload_file_id: 'अपलोड फ़ाइल आईडी',
},
json: 'उपकरण द्वारा उत्पन्न JSON',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/ja-JP/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ const translation = {
url: '画像URL',
upload_file_id: 'アップロードファイルID',
},
json: 'ツールで生成されたJSON',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/ko-KR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: '이미지 URL',
upload_file_id: '업로드된 파일 ID',
},
json: '도구로 생성된 JSON',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/pl-PL/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL obrazu',
upload_file_id: 'ID przesłanego pliku',
},
json: 'JSON wygenerowany przez narzędzien',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/pt-BR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL da imagem',
upload_file_id: 'ID do arquivo enviado',
},
json: 'JSON gerado por ferramenta',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/ro-RO/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL imagine',
upload_file_id: 'ID fișier încărcat',
},
json: 'JSON generat de instrument',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/uk-UA/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL зображення',
upload_file_id: 'ID завантаженого файлу',
},
json: 'JSON, згенерований інструментом',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/vi-VN/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ const translation = {
url: 'URL hình ảnh',
upload_file_id: 'ID tệp đã tải lên',
},
json: 'JSON được tạo bởi công cụ',
},
},
questionClassifiers: {
Expand Down
1 change: 1 addition & 0 deletions web/i18n/zh-Hant/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ const translation = {
url: '圖片鏈接',
upload_file_id: '上傳文件ID',
},
json: '工具生成的JSON',
},
},
questionClassifiers: {
Expand Down

0 comments on commit 97e094d

Please sign in to comment.