From 223f2a3d9b5b15e13a8ed0f261f37b3773542b7b Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 16 Feb 2023 16:24:15 +0000 Subject: [PATCH] New translations en.json (French) --- packages/nc-gui/lang/fr.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/fr.json b/packages/nc-gui/lang/fr.json index 9b4607bc6e..b622e88f73 100644 --- a/packages/nc-gui/lang/fr.json +++ b/packages/nc-gui/lang/fr.json @@ -380,6 +380,7 @@ "renameTable": "Renommer le tableau", "deleteTable": "Supprimer le tableau", "addField": "Ajouter un nouveau champ à ce tableau", + "setDisplay": "Set as Display value", "addRow": "Ajouter une nouvelle ligne", "saveRow": "Enregistrer la ligne", "saveAndExit": "Enregistrer et quitter", @@ -630,6 +631,11 @@ "deleteViewConfirmation": "Êtes-vous sûr de vouloir effacer cette vue ?", "deleteTableConfirmation": "Voulez-vous supprimer ce tableau", "showM2mTables": "Afficher les tables plusieurs à plusieurs", + "showM2mTablesDesc": "Many-to-many relation is supported via a junction table & is hidden by default. Enable this option to list all such tables along with existing tables.", + "showNullInCells": "Show NULL in Cells", + "showNullInCellsDesc": "Display 'NULL' tag in cells holding NULL value. This helps differentiate against cells holding EMPTY string.", + "showNullAndEmptyInFilter": "Show NULL and EMPTY in Filter", + "showNullAndEmptyInFilterDesc": "Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.", "deleteKanbanStackConfirmation": "La suppression de cette pile entraînera également la suppression de l'option de sélection `{stackToBeDeleted}` de la pile `{groupingField}`. Les enregistrements seront déplacés vers la pile non catégorisée.", "computedFieldEditWarning": "Champ calculé : le contenu est en lecture seule. Utilisez le menu d'édition des colonnes pour reconfigurer", "computedFieldDeleteWarning": "Champ calculé : le contenu est en lecture seule. Impossible d'effacer le contenu.",