Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
cb222262
Commit
cb222262
authored
1 year ago
by
pgiertych
Browse files
Options
Downloads
Patches
Plain Diff
fix translations
parent
b4555d2a
No related branches found
No related tags found
3 merge requests
!65
Resolve "Prevent users from adding an existing SSH key"
,
!60
1.6.5 fix processing bulk
,
!2
added token management
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/shell/data/i18n/fr.json
+23
-23
23 additions, 23 deletions
src/test/shell/data/i18n/fr.json
with
23 additions
and
23 deletions
src/test/shell/data/i18n/fr.json
+
23
−
23
View file @
cb222262
...
@@ -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."
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment