Skip to content

Commit

Permalink
Improve Portal french translation (#18289)
Browse files Browse the repository at this point in the history
* Remove useless translation values and fix variable name typo

Signed-off-by: Thomas Coudert <[email protected]>

* Improve Portal French translation

Signed-off-by: Thomas Coudert <[email protected]>

* Translate Portal CVE_EXPORT in french

Signed-off-by: Thomas Coudert <[email protected]>
  • Loading branch information
thcdrt authored Mar 15, 2023
1 parent fe236ec commit 5287c0e
Show file tree
Hide file tree
Showing 11 changed files with 555 additions and 564 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2 class="custom-h2">{{ 'SYSTEM_ROBOT.ROBOT_ACCOUNT_NAV' | translate }}</h2>
'SYSTEM_ROBOT.PROJECTS' | translate
}}</clr-dg-column>
<clr-dg-column [clrDgSortBy]="'creation_time'">{{
'ROBOT_ACCOUNT.CREATETION' | translate
'ROBOT_ACCOUNT.CREATION' | translate
}}</clr-dg-column>
<clr-dg-column>{{
'SYSTEM_ROBOT.EXPIRES_IN' | translate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<clr-dg-column>{{ 'ACCESSORY.ACCESSORY' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'PROJECT.TYPE' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'REPOSITORY.SIZE' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'ROBOT_ACCOUNT.CREATETION' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'ROBOT_ACCOUNT.CREATION' | translate }}</clr-dg-column>
<clr-dg-row
*ngFor="let a of displayedAccessories; let i = index"
[clrDgItem]="a">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
'SYSTEM_ROBOT.PERMISSION_COLUMN' | translate
}}</clr-dg-column>
<clr-dg-column [clrDgSortBy]="'creation_time'">{{
'ROBOT_ACCOUNT.CREATETION' | translate
'ROBOT_ACCOUNT.CREATION' | translate
}}</clr-dg-column>
<clr-dg-column>{{
'SYSTEM_ROBOT.EXPIRES_IN' | translate
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/de-de-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"ENABLED_STATE": "Aktivierungszustand",
"NUMBER_REQUIRED": "Feld ist erforderlich und sollte ein Integer größer 0 sein.",
"DESCRIPTION": "Beschreibung",
"CREATETION": "Erstellt am",
"CREATION": "Erstellt am",
"EXPIRATION": "Ablaufdatum",
"TOKEN_EXPIRATION": "Robot Token Ablauf (Tage)",
"ACTION": "Aktion",
Expand Down
6 changes: 3 additions & 3 deletions src/portal/src/i18n/lang/en-us-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ENDPOINT_FORMAT": "Endpoint must start with HTTP:// or HTTPS://.",
"OIDC_ENDPOINT_FORMAT": "Endpoint must start with HTTPS://.",
"OIDC_NAME": "The name of the OIDC provider.",
"OIDC_ENDPOINT": "The URL of an OIDC-complaint server.",
"OIDC_ENDPOINT": "The URL of an OIDC-compliant server.",
"OIDC_SCOPE": "The scope sent to OIDC server during authentication. It has to contain “openid”, and “offline_access”. If you are using google, please remove “offline_access” from this field.",
"OIDC_VERIFYCERT": "Uncheck this box if your OIDC server is hosted via self-signed certificate.",
"OIDC_AUTOONBOARD": "Skip the onboarding screen, so user cannot change its username. Username is provided from ID Token",
Expand Down Expand Up @@ -148,7 +148,7 @@
"NEW_PWD": "New Password",
"CONFIRM_PWD": "Confirm Password",
"SAVE_SUCCESS": "User password changed successfully.",
"PASS_TIPS": "8-128 characters long with 1 uppercase, 1 lowercase and 1 number"
"PASS_TIPS": "8-128 characters long with at least 1 uppercase, 1 lowercase and 1 number"
},
"ACCOUNT_SETTINGS": {
"PROFILE": "User Profile",
Expand Down Expand Up @@ -348,7 +348,7 @@
"ENABLED_STATE": "Enabled state",
"NUMBER_REQUIRED": "Field is required and should be an integer other than 0.",
"DESCRIPTION": "Description",
"CREATETION": "Created time",
"CREATION": "Created time",
"EXPIRATION": "Expiration",
"TOKEN_EXPIRATION": "Robot Token Expiration (Days)",
"ACTION": "Action",
Expand Down
4 changes: 1 addition & 3 deletions src/portal/src/i18n/lang/es-es-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"TOKEN": "Secret",
"NEW_ROBOT_ACCOUNT": "NEW ROBOT ACCOUNT",
"ENABLED_STATE": "Enabled state",
"CREATETION": "Created time",
"CREATION": "Created time",
"EXPIRATION": "Expiration",
"NUMBER_REQUIRED": "Field is required and should be an integer other than 0.",
"TOKEN_EXPIRATION": "Robot Token Expiration (Days)",
Expand Down Expand Up @@ -511,7 +511,6 @@
"FILTER_PLACEHOLDER": "Filter Tasks",
"STOP_TITLE": "Confirme Stop Executions",
"BOTH": "both",
"PLEASE_SELECT": "select an option",
"STOP_SUCCESS": "Stop Execution {{param}} Successful",
"STOP_SUMMARY": "De que desea detener las ejecuciones {{param}}?",
"TASK_ID": "Task ID",
Expand Down Expand Up @@ -851,7 +850,6 @@
"ROOT_CERT_DOWNLOAD": "Download the root certificate of registry.",
"SCANNING_POLICY": "Set image scanning policy based on different requirements. 'None': No active policy; 'Daily At': Triggering scanning at the specified time everyday.",
"VERIFY_CERT": "Verify Cert from LDAP Server",
"GC_POLICY": "",
"WEBHOOK_TOOLTIP": "Enable webhooks to receive callbacks at your designated endpoints when certain actions such as image or chart being pushed, pulled, deleted, scanned are performed",
"HOURLY_CRON": "Run once an hour, beginning of hour. Equivalente a 0 0 * * * *.",
"WEEKLY_CRON": "Run once a week, midnight between Sat/Sun. Equivalente a 0 0 0 * * 0.",
Expand Down
Loading

0 comments on commit 5287c0e

Please sign in to comment.