feat: add translations

This commit is contained in:
Rohit Rajan
2025-09-09 15:51:45 +05:30
parent 6ca8d4c2d9
commit 766ff4dab0
6 changed files with 65 additions and 12 deletions

View File

@@ -241,7 +241,15 @@
"unable_create_settings": "Unable to create list settings. Make sure you have defined a field for the list.",
"capture_text_discarded": "Capture Text Discarded",
"capture_list_discarded": "Capture List Discarded",
"label_required": "Label cannot be empty"
"label_required": "Label cannot be empty",
"duplicate_label": "This label already exists. Please use a unique label.",
"no_text_captured": "Please highlight and select text elements before confirming.",
"capture_list_first": "Please hover over a list and select text fields inside it first",
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
},
"tooltips": {
"capture_list_first": "Hover over a list and select text fields inside it first",
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
}
},
"save_recording": {
@@ -258,7 +266,8 @@
},
"errors": {
"user_not_logged": "User not logged in. Cannot save recording.",
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite."
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite.",
"no_actions_performed": "Cannot save robot. Please perform at least one capture action before saving."
},
"tooltips": {
"saving": "Optimizing and saving the workflow"