Improve Portal french translation (#18289)

* Remove useless translation values and fix variable name typo

Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com>

* Improve Portal French translation

Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com>

* Translate Portal CVE_EXPORT in french

Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com>
This commit is contained in:
Thomas Coudert 2023-03-15 07:25:14 +01:00 committed by GitHub
parent fe236ecd2e
commit 5287c0e79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 555 additions and 564 deletions

View File

@ -140,7 +140,7 @@
'SYSTEM_ROBOT.PROJECTS' | translate 'SYSTEM_ROBOT.PROJECTS' | translate
}}</clr-dg-column> }}</clr-dg-column>
<clr-dg-column [clrDgSortBy]="'creation_time'">{{ <clr-dg-column [clrDgSortBy]="'creation_time'">{{
'ROBOT_ACCOUNT.CREATETION' | translate 'ROBOT_ACCOUNT.CREATION' | translate
}}</clr-dg-column> }}</clr-dg-column>
<clr-dg-column>{{ <clr-dg-column>{{
'SYSTEM_ROBOT.EXPIRES_IN' | translate 'SYSTEM_ROBOT.EXPIRES_IN' | translate

View File

@ -6,7 +6,7 @@
<clr-dg-column>{{ 'ACCESSORY.ACCESSORY' | translate }}</clr-dg-column> <clr-dg-column>{{ 'ACCESSORY.ACCESSORY' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'PROJECT.TYPE' | 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>{{ '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 <clr-dg-row
*ngFor="let a of displayedAccessories; let i = index" *ngFor="let a of displayedAccessories; let i = index"
[clrDgItem]="a"> [clrDgItem]="a">

View File

@ -145,7 +145,7 @@
'SYSTEM_ROBOT.PERMISSION_COLUMN' | translate 'SYSTEM_ROBOT.PERMISSION_COLUMN' | translate
}}</clr-dg-column> }}</clr-dg-column>
<clr-dg-column [clrDgSortBy]="'creation_time'">{{ <clr-dg-column [clrDgSortBy]="'creation_time'">{{
'ROBOT_ACCOUNT.CREATETION' | translate 'ROBOT_ACCOUNT.CREATION' | translate
}}</clr-dg-column> }}</clr-dg-column>
<clr-dg-column>{{ <clr-dg-column>{{
'SYSTEM_ROBOT.EXPIRES_IN' | translate 'SYSTEM_ROBOT.EXPIRES_IN' | translate

View File

@ -348,7 +348,7 @@
"ENABLED_STATE": "Aktivierungszustand", "ENABLED_STATE": "Aktivierungszustand",
"NUMBER_REQUIRED": "Feld ist erforderlich und sollte ein Integer größer 0 sein.", "NUMBER_REQUIRED": "Feld ist erforderlich und sollte ein Integer größer 0 sein.",
"DESCRIPTION": "Beschreibung", "DESCRIPTION": "Beschreibung",
"CREATETION": "Erstellt am", "CREATION": "Erstellt am",
"EXPIRATION": "Ablaufdatum", "EXPIRATION": "Ablaufdatum",
"TOKEN_EXPIRATION": "Robot Token Ablauf (Tage)", "TOKEN_EXPIRATION": "Robot Token Ablauf (Tage)",
"ACTION": "Aktion", "ACTION": "Aktion",

View File

@ -100,7 +100,7 @@
"ENDPOINT_FORMAT": "Endpoint must start with HTTP:// or HTTPS://.", "ENDPOINT_FORMAT": "Endpoint must start with HTTP:// or HTTPS://.",
"OIDC_ENDPOINT_FORMAT": "Endpoint must start with HTTPS://.", "OIDC_ENDPOINT_FORMAT": "Endpoint must start with HTTPS://.",
"OIDC_NAME": "The name of the OIDC provider.", "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_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_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", "OIDC_AUTOONBOARD": "Skip the onboarding screen, so user cannot change its username. Username is provided from ID Token",
@ -148,7 +148,7 @@
"NEW_PWD": "New Password", "NEW_PWD": "New Password",
"CONFIRM_PWD": "Confirm Password", "CONFIRM_PWD": "Confirm Password",
"SAVE_SUCCESS": "User password changed successfully.", "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": { "ACCOUNT_SETTINGS": {
"PROFILE": "User Profile", "PROFILE": "User Profile",
@ -348,7 +348,7 @@
"ENABLED_STATE": "Enabled state", "ENABLED_STATE": "Enabled state",
"NUMBER_REQUIRED": "Field is required and should be an integer other than 0.", "NUMBER_REQUIRED": "Field is required and should be an integer other than 0.",
"DESCRIPTION": "Description", "DESCRIPTION": "Description",
"CREATETION": "Created time", "CREATION": "Created time",
"EXPIRATION": "Expiration", "EXPIRATION": "Expiration",
"TOKEN_EXPIRATION": "Robot Token Expiration (Days)", "TOKEN_EXPIRATION": "Robot Token Expiration (Days)",
"ACTION": "Action", "ACTION": "Action",

View File

@ -347,7 +347,7 @@
"TOKEN": "Secret", "TOKEN": "Secret",
"NEW_ROBOT_ACCOUNT": "NEW ROBOT ACCOUNT", "NEW_ROBOT_ACCOUNT": "NEW ROBOT ACCOUNT",
"ENABLED_STATE": "Enabled state", "ENABLED_STATE": "Enabled state",
"CREATETION": "Created time", "CREATION": "Created time",
"EXPIRATION": "Expiration", "EXPIRATION": "Expiration",
"NUMBER_REQUIRED": "Field is required and should be an integer other than 0.", "NUMBER_REQUIRED": "Field is required and should be an integer other than 0.",
"TOKEN_EXPIRATION": "Robot Token Expiration (Days)", "TOKEN_EXPIRATION": "Robot Token Expiration (Days)",
@ -511,7 +511,6 @@
"FILTER_PLACEHOLDER": "Filter Tasks", "FILTER_PLACEHOLDER": "Filter Tasks",
"STOP_TITLE": "Confirme Stop Executions", "STOP_TITLE": "Confirme Stop Executions",
"BOTH": "both", "BOTH": "both",
"PLEASE_SELECT": "select an option",
"STOP_SUCCESS": "Stop Execution {{param}} Successful", "STOP_SUCCESS": "Stop Execution {{param}} Successful",
"STOP_SUMMARY": "De que desea detener las ejecuciones {{param}}?", "STOP_SUMMARY": "De que desea detener las ejecuciones {{param}}?",
"TASK_ID": "Task ID", "TASK_ID": "Task ID",
@ -851,7 +850,6 @@
"ROOT_CERT_DOWNLOAD": "Download the root certificate of registry.", "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.", "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", "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", "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 * * * *.", "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.", "WEEKLY_CRON": "Run once a week, midnight between Sat/Sun. Equivalente a 0 0 0 * * 0.",

File diff suppressed because it is too large Load Diff

View File

@ -344,7 +344,7 @@
"TOKEN": "Token", "TOKEN": "Token",
"NEW_ROBOT_ACCOUNT": "Nova conta de automação", "NEW_ROBOT_ACCOUNT": "Nova conta de automação",
"ENABLED_STATE": "Habilitado", "ENABLED_STATE": "Habilitado",
"CREATETION": "Criação", "CREATION": "Criação",
"EXPIRATION": "Expiração", "EXPIRATION": "Expiração",
"NUMBER_REQUIRED": "Campo obrigatório. Não pode ser 0 (zero).", "NUMBER_REQUIRED": "Campo obrigatório. Não pode ser 0 (zero).",
"TOKEN_EXPIRATION": "Expiração do token de automação (em dias)", "TOKEN_EXPIRATION": "Expiração do token de automação (em dias)",
@ -509,7 +509,6 @@
"FILTER_PLACEHOLDER": "Filtro de Tarefas", "FILTER_PLACEHOLDER": "Filtro de Tarefas",
"STOP_TITLE": "Confirme as execuções de parada", "STOP_TITLE": "Confirme as execuções de parada",
"BOTH": "ambos", "BOTH": "ambos",
"PLEASE_SELECT": "seleciona uma opção",
"STOP_SUCCESS": "Execução {{param}} parada com sucesso", "STOP_SUCCESS": "Execução {{param}} parada com sucesso",
"STOP_SUMMARY": "Você quer parar as execuções? {{param}}?", "STOP_SUMMARY": "Você quer parar as execuções? {{param}}?",
"TASK_ID": "ID de Tarefa", "TASK_ID": "ID de Tarefa",

View File

@ -348,7 +348,7 @@
"ENABLED_STATE": "Etkin durum", "ENABLED_STATE": "Etkin durum",
"NUMBER_REQUIRED": "Alan zorunludur ve 0 dışında bir tam sayı olmalıdır.", "NUMBER_REQUIRED": "Alan zorunludur ve 0 dışında bir tam sayı olmalıdır.",
"DESCRIPTION": "Açıklama", "DESCRIPTION": "Açıklama",
"CREATETION": "Created time", "CREATION": "Created time",
"EXPIRATION": "Süre Sonu", "EXPIRATION": "Süre Sonu",
"TOKEN_EXPIRATION": "Robot Token Sona Ermesi (Günler)", "TOKEN_EXPIRATION": "Robot Token Sona Ermesi (Günler)",
"ACTION": "Eylem", "ACTION": "Eylem",

View File

@ -345,7 +345,7 @@
"TOKEN": "令牌", "TOKEN": "令牌",
"NEW_ROBOT_ACCOUNT": "添加机器人账户", "NEW_ROBOT_ACCOUNT": "添加机器人账户",
"ENABLED_STATE": "启用状态", "ENABLED_STATE": "启用状态",
"CREATETION": "创建时间", "CREATION": "创建时间",
"EXPIRATION": "过期时间", "EXPIRATION": "过期时间",
"NUMBER_REQUIRED": "此项为必填项且为不为0的整数。", "NUMBER_REQUIRED": "此项为必填项且为不为0的整数。",
"TOKEN_EXPIRATION": "机器人账户令牌过期时间(天)", "TOKEN_EXPIRATION": "机器人账户令牌过期时间(天)",
@ -510,7 +510,6 @@
"FILTER_PLACEHOLDER": "过滤任务", "FILTER_PLACEHOLDER": "过滤任务",
"STOP_TITLE": "确认停止任务", "STOP_TITLE": "确认停止任务",
"BOTH": "全部", "BOTH": "全部",
"PLEASE_SELECT": "请选择",
"STOP_SUCCESS": "停止任务 {{param}} 成功", "STOP_SUCCESS": "停止任务 {{param}} 成功",
"STOP_SUMMARY": "确认停止任务{{param}}?", "STOP_SUMMARY": "确认停止任务{{param}}?",
"TASK_ID": "任务ID", "TASK_ID": "任务ID",
@ -536,7 +535,6 @@
"REPLICATION_TITLE": "复制规则确认", "REPLICATION_TITLE": "复制规则确认",
"REPLICATION_SUMMARY": "确认复制规则 {{param}}?", "REPLICATION_SUMMARY": "确认复制规则 {{param}}?",
"DELETION_SUMMARY_FAILURE": "有 pending/running/retrying 状态,不能删除", "DELETION_SUMMARY_FAILURE": "有 pending/running/retrying 状态,不能删除",
"REPLICATE_SUMMARY_FAILURE": "有 pending/running 状态,不能删除",
"FILTER_TARGETS_PLACEHOLDER": "过滤目标", "FILTER_TARGETS_PLACEHOLDER": "过滤目标",
"DELETION_TITLE_TARGET": "删除目标确认", "DELETION_TITLE_TARGET": "删除目标确认",
"DELETION_SUMMARY_TARGET": "确认删除目标 {{param}}?", "DELETION_SUMMARY_TARGET": "确认删除目标 {{param}}?",

View File

@ -343,7 +343,7 @@
"TOKEN": "令牌", "TOKEN": "令牌",
"NEW_ROBOT_ACCOUNT": "添加機器人帳戶", "NEW_ROBOT_ACCOUNT": "添加機器人帳戶",
"ENABLED_STATE": "啟用狀態", "ENABLED_STATE": "啟用狀態",
"CREATETION": "創建時間", "CREATION": "創建時間",
"EXPIRATION": "過期時間", "EXPIRATION": "過期時間",
"NUMBER_REQUIRED": "此項為必填項且為不為0的整數。", "NUMBER_REQUIRED": "此項為必填項且為不為0的整數。",
"TOKEN_EXPIRATION": "機器人帳戶令牌過期時間(天)", "TOKEN_EXPIRATION": "機器人帳戶令牌過期時間(天)",
@ -506,7 +506,6 @@
"FILTER_PLACEHOLDER": "過濾任務", "FILTER_PLACEHOLDER": "過濾任務",
"STOP_TITLE": "確認停止任務", "STOP_TITLE": "確認停止任務",
"BOTH":"全部", "BOTH":"全部",
"PLEASE_SELECT": "請選擇",
"STOP_SUCCESS": "停止任務{{param}} 成功", "STOP_SUCCESS": "停止任務{{param}} 成功",
"STOP_SUMMARY": "確認停止任務{{param}}?", "STOP_SUMMARY": "確認停止任務{{param}}?",
"TASK_ID":"任務ID", "TASK_ID":"任務ID",