From b3270ecdeaf6d82ce335215db423e4c3db0eab1a Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 16 Feb 2023 16:24:32 +0000 Subject: [PATCH] New translations en.json (Slovak) --- packages/nc-gui/lang/sk.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/sk.json b/packages/nc-gui/lang/sk.json index 3b31f34bb4..080d3f3a1b 100644 --- a/packages/nc-gui/lang/sk.json +++ b/packages/nc-gui/lang/sk.json @@ -380,6 +380,7 @@ "renameTable": "Premenovanie tabuľky", "deleteTable": "Tabuľka Vymazať", "addField": "Pridanie nového poľa do tejto tabuľky", + "setDisplay": "Set as Display value", "addRow": "Pridanie nového riadku", "saveRow": "Uložiť riadok", "saveAndExit": "Uložiť a ukončiť", @@ -630,6 +631,11 @@ "deleteViewConfirmation": "Ste si istí, že chcete toto zobrazenie odstrániť?", "deleteTableConfirmation": "Chcete odstrániť tabuľku", "showM2mTables": "Zobraziť tabuľky M2M", + "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": "Odstránením tohto zásobníka sa odstráni aj možnosť výberu `{stackToBeDeleted}` z `{groupingField}`. Záznamy sa presunú do zásobníka bez kategórií.", "computedFieldEditWarning": "Vypočítané pole: obsah je len na čítanie. Na zmenu konfigurácie použite ponuku úprav stĺpcov", "computedFieldDeleteWarning": "Vypočítané pole: obsah je len na čítanie. Nie je možné vymazať obsah.",