Skip to content

Commit 33d4fd0

Browse files
translations added for description box
1 parent c36848a commit 33d4fd0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

public/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@
249249
},
250250
"tooltips": {
251251
"saving": "Workflow wird optimiert und gespeichert"
252-
}
252+
},
253+
"description": "Beschreibung (optional)"
253254
},
254255
"browser_recording": {
255256
"modal": {

public/locales/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@
262262
},
263263
"tooltips": {
264264
"saving": "Optimizing and saving the workflow"
265-
}
265+
},
266+
267+
"description": "Description (optional)"
268+
269+
266270
},
267271
"browser_recording": {
268272
"modal": {

public/locales/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
},
251251
"tooltips": {
252252
"saving": "Optimizando y guardando el flujo de trabajo"
253-
}
253+
},
254+
"description": "Descripción (opcional)"
254255
},
255256
"browser_recording": {
256257
"modal": {

public/locales/zh.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
},
251251
"tooltips": {
252252
"saving": "正在优化并保存工作流程"
253-
}
253+
},
254+
"description": "描述(可选)"
254255
},
255256
"browser_recording": {
256257
"modal": {

0 commit comments

Comments
 (0)