Skip to content

Commit 94ec9a2

Browse files
ovh-ux-cdsCDS Translator Agent
authored andcommitted
fix(i18n): add missing translations [CDS 21]
1 parent dc426b9 commit 94ec9a2

File tree

10 files changed

+1041
-961
lines changed

10 files changed

+1041
-961
lines changed
Lines changed: 77 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,78 @@
11
{
2-
"common_clipboard_copy_to_clipboard": "Copy to clipboard",
3-
"common_clipboard_copied": "Copy",
4-
"common_clipboard_not_supported": "Copying to clipboard is not supported. Please copy the text manually.",
5-
"common_criteria_adder_column_label": "Column",
6-
"common_criteria_adder_operator_label": "Condition",
7-
"common_criteria_adder_operator_boolean_is": "is",
8-
"common_criteria_adder_operator_boolean_isNot": "is different from",
9-
"common_criteria_adder_operator_string_contains": "includes",
10-
"common_criteria_adder_operator_string_containsNot": "doesn't include",
11-
"common_criteria_adder_operator_string_startsWith": "starts with",
12-
"common_criteria_adder_operator_string_endsWith": "ends with",
13-
"common_criteria_adder_operator_string_is": "is equal to",
14-
"common_criteria_adder_operator_string_isNot": "is different from",
15-
"common_criteria_adder_operator_number_is": "is equal to",
16-
"common_criteria_adder_operator_number_smaller": "is lower than",
17-
"common_criteria_adder_operator_number_bigger": "is higher than",
18-
"common_criteria_adder_operator_date_is": "is",
19-
"common_criteria_adder_operator_date_isBefore": "is before",
20-
"common_criteria_adder_operator_date_isAfter": "is after",
21-
"common_criteria_adder_operator_options_is": "is",
22-
"common_criteria_adder_operator_options_isNot": "is different from",
23-
"common_criteria_adder_true_label": "Yes",
24-
"common_criteria_adder_false_label": "No",
25-
"common_criteria_adder_value_label": "Value",
26-
"common_criteria_adder_submit_label": "Add",
27-
"common_none": "None",
28-
"common_datagrid_nodata": "No result",
29-
"common_field_error_required": "Please fill in this field.",
30-
"common_field_error_number": "Please enter a valid numeric value.",
31-
"common_field_error_email": "Please enter a valid email address.",
32-
"common_field_error_min": "Please enter a value greater than or equal to {{min}}.",
33-
"common_field_error_max": "Please enter a value less than or equal to {{max}}.",
34-
"common_field_error_minlength": "Please enter a minimum of {{minlength}} characters.",
35-
"common_field_error_maxlength": "Please enter a maximum of {{maxlength}} characters.",
36-
"common_field_error_pattern": "Please enter a valid format.",
37-
"common_navbar_notification_title": "Notifications",
38-
"common_navbar_notification_see_all": "See all the notifications ",
39-
"common_navbar_notification_error_in_notification": "Oops, there is a problem!",
40-
"common_navbar_notification_error_in_notification_description": "Unable to load menu.",
41-
"common_navbar_notification_mark_as_read": "Mark as read",
42-
"common_navbar_notification_mark_as_unread": "Mark as unread",
43-
"common_navbar_notification_none": "You are up to date!",
44-
"common_navbar_notification_none_description": "You do not have any notifications.",
45-
"common_open_new_tab": "Opens a new tab",
46-
"common_pagination_resultsperpage": "Results per page",
47-
"common_pagination_page": "page",
48-
"common_pagination_of": "on",
49-
"common_pagination_ofnresults": "of TOTAL_ITEMS results",
50-
"common_pagination_currentpageofpagecount": "Page CURRENT_PAGE of PAGE_COUNT",
51-
"common_pagination_results": "results",
52-
"common_pagination_next": "Next page",
53-
"common_pagination_previous": "Previous page",
54-
"common_choose": "Choose",
55-
"common_stepper_optional_label": "(optional)",
56-
"common_stepper_modify_this_step": "Edit this step",
57-
"common_stepper_skip_this_step": "Skip this step",
58-
"common_stepper_next_button_label": "Next",
59-
"common_stepper_submit_button_label": "Send",
60-
"common_stepper_cancel_button_label": "Cancel",
61-
"common_file_attachmentsHeading": "Attached file(s)",
62-
"common_file_dropArea": "Drag and drop files or",
63-
"common_file_dropAreaSelector": "select a file",
64-
"common_file_fileSelector": "Select a file",
65-
"common_file_filesSelector": "Select files...",
66-
"common_file_maxsizeError": "This file exceeds the size limit",
67-
"common_file_removeFile": "Delete the file selected"
68-
}
2+
"common_clipboard_copy_to_clipboard": "Copy to clipboard",
3+
"common_clipboard_copied": "Copy",
4+
"common_clipboard_not_supported": "Copying to clipboard is not supported. Please copy the text manually.",
5+
"common_criteria_adder_column_label": "Column",
6+
"common_criteria_adder_operator_label": "Condition",
7+
"common_criteria_adder_operator_boolean_is": "is",
8+
"common_criteria_adder_operator_boolean_isNot": "is different from",
9+
"common_criteria_adder_operator_string_contains": "includes",
10+
"common_criteria_adder_operator_string_containsNot": "doesn't include",
11+
"common_criteria_adder_operator_string_startsWith": "starts with",
12+
"common_criteria_adder_operator_string_endsWith": "ends with",
13+
"common_criteria_adder_operator_string_is": "is equal to",
14+
"common_criteria_adder_operator_string_isNot": "is different from",
15+
"common_criteria_adder_operator_number_is": "is equal to",
16+
"common_criteria_adder_operator_number_smaller": "is lower than",
17+
"common_criteria_adder_operator_number_bigger": "is higher than",
18+
"common_criteria_adder_operator_date_is": "is",
19+
"common_criteria_adder_operator_date_isBefore": "is before",
20+
"common_criteria_adder_operator_date_isAfter": "is after",
21+
"common_criteria_adder_operator_options_is": "is",
22+
"common_criteria_adder_operator_options_isNot": "is different from",
23+
"common_criteria_adder_true_label": "Yes",
24+
"common_criteria_adder_false_label": "No",
25+
"common_criteria_adder_value_label": "Value",
26+
"common_criteria_adder_submit_label": "Add",
27+
"common_none": "None",
28+
"common_datagrid_nodata": "No result",
29+
"common_field_error_required": "Please fill in this field.",
30+
"common_field_error_number": "Please enter a valid numeric value.",
31+
"common_field_error_email": "Please enter a valid email address.",
32+
"common_field_error_min": "Please enter a value greater than or equal to {{min}}.",
33+
"common_field_error_max": "Please enter a value less than or equal to {{max}}.",
34+
"common_field_error_minlength": "Please enter a minimum of {{minlength}} characters.",
35+
"common_field_error_maxlength": "Please enter a maximum of {{maxlength}} characters.",
36+
"common_field_error_pattern": "Please enter a valid format.",
37+
"common_navbar_notification_title": "Notifications",
38+
"common_navbar_notification_see_all": "See all the notifications ",
39+
"common_navbar_notification_error_in_notification": "Oops, there is a problem!",
40+
"common_navbar_notification_error_in_notification_description": "Unable to load menu.",
41+
"common_navbar_notification_mark_as_read": "Mark as read",
42+
"common_navbar_notification_mark_as_unread": "Mark as unread",
43+
"common_navbar_notification_none": "You are up to date!",
44+
"common_navbar_notification_none_description": "You do not have any notifications.",
45+
"common_open_new_tab": "Opens a new tab",
46+
"common_pagination_resultsperpage": "Results per page",
47+
"common_pagination_page": "page",
48+
"common_pagination_of": "on",
49+
"common_pagination_ofnresults": "of TOTAL_ITEMS results",
50+
"common_pagination_currentpageofpagecount": "Page CURRENT_PAGE of PAGE_COUNT",
51+
"common_pagination_results": "results",
52+
"common_pagination_next": "Next page",
53+
"common_pagination_previous": "Previous page",
54+
"common_choose": "Choose",
55+
"common_stepper_optional_label": "(optional)",
56+
"common_stepper_modify_this_step": "Edit this step",
57+
"common_stepper_skip_this_step": "Skip this step",
58+
"common_stepper_next_button_label": "Next",
59+
"common_stepper_submit_button_label": "Send",
60+
"common_stepper_cancel_button_label": "Cancel",
61+
"common_file_attachmentsHeading": "Attached file(s)",
62+
"common_file_dropArea": "Drag and drop files or",
63+
"common_file_dropAreaSelector": "select a file",
64+
"common_file_fileSelector": "Select a file",
65+
"common_file_filesSelector": "Select files...",
66+
"common_file_maxsizeError": "This file exceeds the size limit",
67+
"common_file_removeFile": "Delete the file selected",
68+
"common_password_all_rules_met": "All of the password requirements have been met.",
69+
"common_password_hide_password": "Hide password",
70+
"common_password_show_password": "Show password",
71+
"common_password_valid_rule": "Valid rule.",
72+
"common_password_invalid_rule": "Invalid rule.",
73+
"common_password_risky_password": "Very weak password.",
74+
"common_password_bad_password": "Incorrect password.",
75+
"common_password_weak_password": "Weak password.",
76+
"common_password_good_password": "Correct password.",
77+
"common_password_strong_password": "Strong password."
78+
}
Lines changed: 77 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,78 @@
11
{
2-
"common_clipboard_copy_to_clipboard": "Copy to clipboard",
3-
"common_clipboard_copied": "Copy",
4-
"common_clipboard_not_supported": "Copying to clipboard is not supported. Please copy the text manually.",
5-
"common_criteria_adder_column_label": "Column",
6-
"common_criteria_adder_operator_label": "Condition",
7-
"common_criteria_adder_operator_boolean_is": "is",
8-
"common_criteria_adder_operator_boolean_isNot": "is different from",
9-
"common_criteria_adder_operator_string_contains": "includes",
10-
"common_criteria_adder_operator_string_containsNot": "doesn't include",
11-
"common_criteria_adder_operator_string_startsWith": "starts with",
12-
"common_criteria_adder_operator_string_endsWith": "ends with",
13-
"common_criteria_adder_operator_string_is": "is equal to",
14-
"common_criteria_adder_operator_string_isNot": "is different from",
15-
"common_criteria_adder_operator_number_is": "is equal to",
16-
"common_criteria_adder_operator_number_smaller": "is lower than",
17-
"common_criteria_adder_operator_number_bigger": "is higher than",
18-
"common_criteria_adder_operator_date_is": "is",
19-
"common_criteria_adder_operator_date_isBefore": "is before",
20-
"common_criteria_adder_operator_date_isAfter": "is after",
21-
"common_criteria_adder_operator_options_is": "is",
22-
"common_criteria_adder_operator_options_isNot": "is different from",
23-
"common_criteria_adder_true_label": "Yes",
24-
"common_criteria_adder_false_label": "No",
25-
"common_criteria_adder_value_label": "Value",
26-
"common_criteria_adder_submit_label": "Add",
27-
"common_none": "None",
28-
"common_datagrid_nodata": "No result",
29-
"common_field_error_required": "Please fill in this field.",
30-
"common_field_error_number": "Please enter a valid numeric value.",
31-
"common_field_error_email": "Please enter a valid email address.",
32-
"common_field_error_min": "Please enter a value greater than or equal to {{min}}.",
33-
"common_field_error_max": "Please enter a value less than or equal to {{max}}.",
34-
"common_field_error_minlength": "Please enter a minimum of {{minlength}} characters.",
35-
"common_field_error_maxlength": "Please enter a maximum of {{maxlength}} characters.",
36-
"common_field_error_pattern": "Please enter a valid format.",
37-
"common_navbar_notification_title": "Notifications",
38-
"common_navbar_notification_see_all": "See all the notifications ",
39-
"common_navbar_notification_error_in_notification": "Oops, there is a problem!",
40-
"common_navbar_notification_error_in_notification_description": "Unable to load menu.",
41-
"common_navbar_notification_mark_as_read": "Mark as read",
42-
"common_navbar_notification_mark_as_unread": "Mark as unread",
43-
"common_navbar_notification_none": "You are up to date!",
44-
"common_navbar_notification_none_description": "You do not have any notifications.",
45-
"common_open_new_tab": "Opens a new tab",
46-
"common_pagination_resultsperpage": "Results per page",
47-
"common_pagination_page": "page",
48-
"common_pagination_of": "on",
49-
"common_pagination_ofnresults": "of TOTAL_ITEMS results",
50-
"common_pagination_currentpageofpagecount": "Page CURRENT_PAGE of PAGE_COUNT",
51-
"common_pagination_results": "results",
52-
"common_pagination_next": "Next page",
53-
"common_pagination_previous": "Previous page",
54-
"common_choose": "Choose",
55-
"common_stepper_optional_label": "(optional)",
56-
"common_stepper_modify_this_step": "Edit this step",
57-
"common_stepper_skip_this_step": "Skip this step",
58-
"common_stepper_next_button_label": "Next",
59-
"common_stepper_submit_button_label": "Send",
60-
"common_stepper_cancel_button_label": "Cancel",
61-
"common_file_attachmentsHeading": "Attached file(s)",
62-
"common_file_dropArea": "Drag and drop files or",
63-
"common_file_dropAreaSelector": "select a file",
64-
"common_file_fileSelector": "Select a file",
65-
"common_file_filesSelector": "Select files...",
66-
"common_file_maxsizeError": "This file exceeds the size limit",
67-
"common_file_removeFile": "Delete the file selected"
68-
}
2+
"common_clipboard_copy_to_clipboard": "Copy to clipboard",
3+
"common_clipboard_copied": "Copy",
4+
"common_clipboard_not_supported": "Copying to clipboard is not supported. Please copy the text manually.",
5+
"common_criteria_adder_column_label": "Column",
6+
"common_criteria_adder_operator_label": "Condition",
7+
"common_criteria_adder_operator_boolean_is": "is",
8+
"common_criteria_adder_operator_boolean_isNot": "is different from",
9+
"common_criteria_adder_operator_string_contains": "includes",
10+
"common_criteria_adder_operator_string_containsNot": "doesn't include",
11+
"common_criteria_adder_operator_string_startsWith": "starts with",
12+
"common_criteria_adder_operator_string_endsWith": "ends with",
13+
"common_criteria_adder_operator_string_is": "is equal to",
14+
"common_criteria_adder_operator_string_isNot": "is different from",
15+
"common_criteria_adder_operator_number_is": "is equal to",
16+
"common_criteria_adder_operator_number_smaller": "is lower than",
17+
"common_criteria_adder_operator_number_bigger": "is higher than",
18+
"common_criteria_adder_operator_date_is": "is",
19+
"common_criteria_adder_operator_date_isBefore": "is before",
20+
"common_criteria_adder_operator_date_isAfter": "is after",
21+
"common_criteria_adder_operator_options_is": "is",
22+
"common_criteria_adder_operator_options_isNot": "is different from",
23+
"common_criteria_adder_true_label": "Yes",
24+
"common_criteria_adder_false_label": "No",
25+
"common_criteria_adder_value_label": "Value",
26+
"common_criteria_adder_submit_label": "Add",
27+
"common_none": "None",
28+
"common_datagrid_nodata": "No result",
29+
"common_field_error_required": "Please fill in this field.",
30+
"common_field_error_number": "Please enter a valid numeric value.",
31+
"common_field_error_email": "Please enter a valid email address.",
32+
"common_field_error_min": "Please enter a value greater than or equal to {{min}}.",
33+
"common_field_error_max": "Please enter a value less than or equal to {{max}}.",
34+
"common_field_error_minlength": "Please enter a minimum of {{minlength}} characters.",
35+
"common_field_error_maxlength": "Please enter a maximum of {{maxlength}} characters.",
36+
"common_field_error_pattern": "Please enter a valid format.",
37+
"common_navbar_notification_title": "Notifications",
38+
"common_navbar_notification_see_all": "See all the notifications ",
39+
"common_navbar_notification_error_in_notification": "Oops, there is a problem!",
40+
"common_navbar_notification_error_in_notification_description": "Unable to load menu.",
41+
"common_navbar_notification_mark_as_read": "Mark as read",
42+
"common_navbar_notification_mark_as_unread": "Mark as unread",
43+
"common_navbar_notification_none": "You are up to date!",
44+
"common_navbar_notification_none_description": "You do not have any notifications.",
45+
"common_open_new_tab": "Opens a new tab",
46+
"common_pagination_resultsperpage": "Results per page",
47+
"common_pagination_page": "page",
48+
"common_pagination_of": "on",
49+
"common_pagination_ofnresults": "of TOTAL_ITEMS results",
50+
"common_pagination_currentpageofpagecount": "Page CURRENT_PAGE of PAGE_COUNT",
51+
"common_pagination_results": "results",
52+
"common_pagination_next": "Next page",
53+
"common_pagination_previous": "Previous page",
54+
"common_choose": "Choose",
55+
"common_stepper_optional_label": "(optional)",
56+
"common_stepper_modify_this_step": "Edit this step",
57+
"common_stepper_skip_this_step": "Skip this step",
58+
"common_stepper_next_button_label": "Next",
59+
"common_stepper_submit_button_label": "Send",
60+
"common_stepper_cancel_button_label": "Cancel",
61+
"common_file_attachmentsHeading": "Attached file(s)",
62+
"common_file_dropArea": "Drag and drop files or",
63+
"common_file_dropAreaSelector": "select a file",
64+
"common_file_fileSelector": "Select a file",
65+
"common_file_filesSelector": "Select files...",
66+
"common_file_maxsizeError": "This file exceeds the size limit",
67+
"common_file_removeFile": "Delete the file selected",
68+
"common_password_all_rules_met": "All of the password requirements have been met.",
69+
"common_password_hide_password": "Hide password",
70+
"common_password_show_password": "Show password",
71+
"common_password_valid_rule": "Valid rule.",
72+
"common_password_invalid_rule": "Invalid rule.",
73+
"common_password_risky_password": "Very weak password.",
74+
"common_password_bad_password": "Incorrect password.",
75+
"common_password_weak_password": "Weak password.",
76+
"common_password_good_password": "Correct password.",
77+
"common_password_strong_password": "Strong password."
78+
}

0 commit comments

Comments
 (0)