Skip to content

Commit f609dfc

Browse files
transaltions for description box added
1 parent 9f7b847 commit f609dfc

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

public/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@
427427
"created_at": "Erstellungsdatum des Roboters",
428428
"errors": {
429429
"robot_not_found": "Roboterdetails konnten nicht gefunden werden. Bitte versuchen Sie es erneut."
430-
}
430+
},
431+
"description": "Beschreibung (optional)"
431432
},
432433
"robot_edit": {
433434
"title": "Roboter bearbeiten",

public/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@
443443
"created_at": "Robot Created At",
444444
"errors": {
445445
"robot_not_found": "Could not find robot details. Please try again."
446-
}
446+
},
447+
"description":"Description (optional)"
447448
},
448449
"robot_edit": {
449450
"title": "Edit Robot",

public/locales/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@
428428
"created_at": "Fecha de Creación del Robot",
429429
"errors": {
430430
"robot_not_found": "No se pudieron encontrar los detalles del robot. Inténtelo de nuevo."
431-
}
431+
},
432+
"description": "Descripción (opcional)"
432433
},
433434
"robot_edit": {
434435
"title": "Editar Robot",

public/locales/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@
427427
"created_at": "作成日時",
428428
"errors": {
429429
"robot_not_found": "ロボットの詳細が見つかりませんでした。もう一度試してください。"
430-
}
430+
},
431+
"description": "説明(任意)"
431432
},
432433
"robot_edit": {
433434
"title": "ロボットを編集",

public/locales/zh.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@
428428
"created_at": "机器人创建时间",
429429
"errors": {
430430
"robot_not_found": "无法找到机器人详细信息。请重试。"
431-
}
431+
},
432+
"description": "描述(可选)"
432433
},
433434
"robot_edit": {
434435
"title": "编辑机器人",

0 commit comments

Comments
 (0)