Skip to content
Snippets Groups Projects
Commit cb222262 authored by pgiertych's avatar pgiertych
Browse files

fix translations

parent b4555d2a
No related branches found
No related tags found
3 merge requests!65Resolve "Prevent users from adding an existing SSH key",!601.6.5 fix processing bulk,!2added token management
...@@ -1151,30 +1151,30 @@ ...@@ -1151,30 +1151,30 @@
} }
} }
}, },
""TOKENS": { "TOKENS": {
"HEADER": "Tokens", "HEADER": "Tokens",
"TABLE": { "TABLE": {
"ID": "ID", "ID": "ID",
"NAME": "Name", "NAME": "Name",
"VALUE": "Value", "VALUE": "Value",
"VALID": "Valid", "VALID": "Valid",
"ACTIONS": "Actions" "ACTIONS": "Actions"
}, },
"MODAL": { "MODAL": {
"HEADER": "Add new access token", "HEADER": "Add new access token",
"NAME": "Name", "NAME": "Name",
"BUTTON_ADD": "Submit", "BUTTON_ADD": "Submit",
"BUTTON_CANCEL": "Cancel", "BUTTON_CANCEL": "Cancel",
"ERROR": { "ERROR": {
"NAME_REQUIRED": "Name is required", "NAME_REQUIRED": "Name is required",
"NAME_MINLENGTH": "Name must have at least 1 character", "NAME_MINLENGTH": "Name must have at least 1 character",
"NAME_MAXLENGTH": "Name cannot be longer than 16 characters" "NAME_MAXLENGTH": "Name cannot be longer than 16 characters"
} }
},
"BUTTON_INVALIDATE": "Invalidate",
"NO_TOKENS": "No tokens",
"NEW_TOKEN": "Add new token"
}, },
"BUTTON_INVALIDATE": "Invalidate",
"NO_TOKENS": "No tokens",
"NEW_TOKEN": "Add new token"
},
"JSON_EDIT": { "JSON_EDIT": {
"INVALID_JSON": "Invalid JSON format. Changes made to the content of the wizard will not be persisted." "INVALID_JSON": "Invalid JSON format. Changes made to the content of the wizard will not be persisted."
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment