From 3e8e2df1e32e1d2ae253a57ff3bd6d70c2c61fde Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 16 Feb 2023 16:24:14 +0000 Subject: [PATCH] New translations en.json (Czech) --- packages/nc-gui/lang/cs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nc-gui/lang/cs.json b/packages/nc-gui/lang/cs.json index a1b1bf8b78..1d2e0f228e 100644 --- a/packages/nc-gui/lang/cs.json +++ b/packages/nc-gui/lang/cs.json @@ -380,6 +380,7 @@ "renameTable": "Přejmenování tabulky", "deleteTable": "Tabulka Odstranit", "addField": "Přidání nového pole do této tabulky", + "setDisplay": "Set as Display value", "addRow": "Přidat nový řádek", "saveRow": "Uložit řádek", "saveAndExit": "Uložit a odejít", @@ -630,6 +631,11 @@ "deleteViewConfirmation": "Opravdu chcete toto zobrazení odstranit?", "deleteTableConfirmation": "Chcete odstranit tabulku", "showM2mTables": "Zobrazit tabulky 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": "Odstraněním tohoto zásobníku se také odstraní možnost výběru `{stackToBeDeleted}` z `{groupingField}`. Záznamy se přesunou do zásobníku nezařazených záznamů.", "computedFieldEditWarning": "Vypočtené pole: obsah je určen pouze pro čtení. Ke změně konfigurace sloupce použijte nabídku úprav sloupce", "computedFieldDeleteWarning": "Vypočtené pole: obsah je určen pouze pro čtení. Nelze vymazat obsah.",