Browse Source

New translations en.json (French)

pull/7419/head
navi 11 months ago
parent
commit
10beedcc71
  1. 30
      packages/nc-gui/lang/fr.json

30
packages/nc-gui/lang/fr.json

@ -157,6 +157,8 @@
"groupingField": "Champ de regroupement",
"insertAfter": "Insérer après",
"insertBefore": "Insérer avant",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Masquer le champ",
"sortAsc": "Trier par ordre croissant",
"sortDesc": "Trier par ordre décroissant",
@ -189,7 +191,8 @@
"shift": "Maj",
"enter": "Entrée",
"seconds": "Secondes",
"paste": "Paste"
"paste": "Paste",
"restore": "Restore"
},
"objects": {
"workspace": "Espace de travail",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name",
"pressEnter": "Appuyez sur Entrée",
"newFormLoaded": "New form will be loaded after",
"webhook": "Webhook"
"webhook": "Webhook",
"multiField": {
"newField": "New field",
"saveChanges": "Save changes",
"updatedField": "Updated field",
"deletedField": "Deleted field",
"incompleteConfiguration": "Incomplete configuration",
"selectField": "Select a field",
"selectFieldLabel": "Make changes to field properties by selecting a field from the list"
}
},
"activity": {
"openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
},
"duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Êtes-vous sûr de vouloir dupliquer la table ?"
"duplicateTable": "Êtes-vous sûr de vouloir dupliquer la table ?",
"multiField": {
"fieldVisibility": "You cannot change visibility of a field that is being edited. Please save or discard changes first.",
"moveEditedField": "You cannot move field that is being edited. Either save or discard changes first",
"moveDeletedField": "You cannot move field that is deleted. Either save or discard changes first"
}
},
"info": {
"disabledAsViewLocked": "Désactivé car la vue est verrouillée",
@ -1211,7 +1228,8 @@
"goToNext": "Aller au suivant",
"thankYou": "Merci !",
"submittedFormData": "Vous avez soumis les données du formulaire avec succès.",
"editingSystemKeyNotSupported": "Editing system key not supported"
"editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
},
"error": {
"nameRequired": "Nom requis",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} ne peut pas être vide.",
"projectNotAccessible": "Projet non accessible",
"copyToClipboardError": "Échec de la copie dans le presse-papiers",
"pasteFromClipboardError": "Failed to paste from clipboard"
"pasteFromClipboardError": "Failed to paste from clipboard",
"multiFieldSaveValidation": "Please complete the configuration of all fields before saving",
"somethingWentWrong": "Something went wrong"
},
"toast": {
"exportMetadata": "Les métadonnées de projet sont exportées avec succès",

Loading…
Cancel
Save