From 8f4798a340fe73d71770c256e7ed070512037900 Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 16 Feb 2023 16:24:57 +0000 Subject: [PATCH] New translations en.json (Bengali, India) Signed-off-by: Pranav C --- packages/nc-gui/lang/ar.json | 2 +- packages/nc-gui/lang/bn_IN.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/ar.json b/packages/nc-gui/lang/ar.json index 01afed72ab..bfa90afd4c 100644 --- a/packages/nc-gui/lang/ar.json +++ b/packages/nc-gui/lang/ar.json @@ -380,7 +380,7 @@ "renameTable": "إعادة تسمية الجدول", "deleteTable": "حذف الجدول", "addField": "إضافة حقل جديد إلى هذا الجدول", - "setPrimary": "تعيين كقيمة أساسية", + "setDisplay": "Set as Display value", "addRow": "إضافة صف جديد", "saveRow": "حفظ الصف", "saveAndExit": "Save & Exit", diff --git a/packages/nc-gui/lang/bn_IN.json b/packages/nc-gui/lang/bn_IN.json index 64f499703f..e4cabed1bd 100644 --- a/packages/nc-gui/lang/bn_IN.json +++ b/packages/nc-gui/lang/bn_IN.json @@ -380,6 +380,7 @@ "renameTable": "টেবিল নাম পরিবর্তন", "deleteTable": "टेबल मिटाये", "addField": "এই টেবিলে নতুন ক্ষেত্র যুক্ত করুন", + "setDisplay": "Set as Display value", "addRow": "নতুন সারি যুক্ত করুন", "saveRow": "সারি সংরক্ষণ করুন", "saveAndExit": "Save & Exit", @@ -630,6 +631,11 @@ "deleteViewConfirmation": "Are you sure you want to delete this view?", "deleteTableConfirmation": "Do you want to delete the table", "showM2mTables": "Show M2M Tables", + "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": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.", "computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure", "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content.",