-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(i18n): add missing translations [CDS 2409]
Signed-off-by: CDS Translator Agent <[email protected]>
- Loading branch information
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...es/manager/modules/pci/src/projects/project/ssh-keys/add/translations/Messages_en_GB.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"pci_projects_project_sshKeys_add_title": "Add an SSH key", | ||
"pci_projects_project_sshKeys_add_submit_label": "Add", | ||
"pci_projects_project_sshKeys_add_cancel_label": "Cancel", | ||
"pci_projects_project_sshKeys_add_cancel_label": "Exit", | ||
"pci_projects_project_sshKeys_add_success": "The SSH key was added successfully.", | ||
"pci_projects_project_sshKeys_add_error": "An error has occurred adding the SSH key: {{ error }}", | ||
"pci_projects_project_sshKeys_add_name": "Name", | ||
"pci_projects_project_sshKeys_add_key": "Key", | ||
"pci_projects_project_sshKeys_add_key_description": "Enter your 4096 byte key", | ||
"pci_projects_project_sshKeys_add_infos": "Only RSA and ECDSA SSH keys are accepted. You cannot use ED25519 SSH keys." | ||
"pci_projects_project_sshKeys_add_key_description": "Enter your key", | ||
"pci_projects_project_sshKeys_add_infos": "RSA, ECDSA and ED25519 SSH keys are accepted." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...es/manager/modules/pci/src/projects/project/ssh-keys/add/translations/Messages_it_IT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"pci_projects_project_sshKeys_add_title": "Aggiungi una chiave SSH", | ||
"pci_projects_project_sshKeys_add_submit_label": "Aggiungi", | ||
"pci_projects_project_sshKeys_add_cancel_label": "Annulla", | ||
"pci_projects_project_sshKeys_add_cancel_label": "Annullare", | ||
"pci_projects_project_sshKeys_add_success": "La chiave SSH è stata aggiunta correttamente", | ||
"pci_projects_project_sshKeys_add_error": "Si è verificato un errore durante l’aggiunta della chiave SSH: {{ error }}", | ||
"pci_projects_project_sshKeys_add_name": "Nome", | ||
"pci_projects_project_sshKeys_add_key": "Chiave", | ||
"pci_projects_project_sshKeys_add_key_description": "Inserisci la chiave da 4096 byte.", | ||
"pci_projects_project_sshKeys_add_infos": "Sono accettate solo le chiavi SSH di tipo RSA e ECDSA Non è possibile utilizzare chiavi SSH di tipo ED25519." | ||
"pci_projects_project_sshKeys_add_key_description": "Inserisci la tua chiave", | ||
"pci_projects_project_sshKeys_add_infos": "Sono accettate le chiavi SSH di tipo RSA, ECDSA e ED25519." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters