Browse Source

Merge pull request #7419 from nocodb/l10n_develop_2

New Crowdin updates
pull/7423/head
Raju Udava 8 months ago committed by GitHub
parent
commit
3ae3c157fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      packages/nc-gui/lang/ar.json
  2. 30
      packages/nc-gui/lang/bn_IN.json
  3. 30
      packages/nc-gui/lang/cs.json
  4. 30
      packages/nc-gui/lang/da.json
  5. 30
      packages/nc-gui/lang/de.json
  6. 4
      packages/nc-gui/lang/en.json
  7. 30
      packages/nc-gui/lang/es.json
  8. 30
      packages/nc-gui/lang/eu.json
  9. 30
      packages/nc-gui/lang/fa.json
  10. 30
      packages/nc-gui/lang/fi.json
  11. 30
      packages/nc-gui/lang/fr.json
  12. 30
      packages/nc-gui/lang/he.json
  13. 30
      packages/nc-gui/lang/hi.json
  14. 30
      packages/nc-gui/lang/hr.json
  15. 30
      packages/nc-gui/lang/id.json
  16. 30
      packages/nc-gui/lang/it.json
  17. 30
      packages/nc-gui/lang/ja.json
  18. 30
      packages/nc-gui/lang/ko.json
  19. 30
      packages/nc-gui/lang/lv.json
  20. 30
      packages/nc-gui/lang/nl.json
  21. 30
      packages/nc-gui/lang/no.json
  22. 30
      packages/nc-gui/lang/pl.json
  23. 30
      packages/nc-gui/lang/pt.json
  24. 30
      packages/nc-gui/lang/pt_BR.json
  25. 30
      packages/nc-gui/lang/ru.json
  26. 30
      packages/nc-gui/lang/sk.json
  27. 30
      packages/nc-gui/lang/sl.json
  28. 30
      packages/nc-gui/lang/sv.json
  29. 30
      packages/nc-gui/lang/th.json
  30. 30
      packages/nc-gui/lang/tr.json
  31. 30
      packages/nc-gui/lang/uk.json
  32. 30
      packages/nc-gui/lang/vi.json
  33. 30
      packages/nc-gui/lang/zh-Hans.json
  34. 30
      packages/nc-gui/lang/zh-Hant.json

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending", "sortDesc": "Sort Descending",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "تصدير البيانات الوصفية للمشروع بنجاح", "exportMetadata": "تصدير البيانات الوصفية للمشروع بنجاح",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending", "sortDesc": "Sort Descending",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "পরকলপ ম সফলভ রফতি কর", "exportMetadata": "পরকলপ ম সফলভ রফতি কর",

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

@ -157,6 +157,8 @@
"groupingField": "Pole seskupení", "groupingField": "Pole seskupení",
"insertAfter": "Vložit za", "insertAfter": "Vložit za",
"insertBefore": "Vložit před", "insertBefore": "Vložit před",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Skrýt pole", "hideField": "Skrýt pole",
"sortAsc": "Seřadit vzestupně", "sortAsc": "Seřadit vzestupně",
"sortDesc": "Seřadit sestupně", "sortDesc": "Seřadit sestupně",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} nemůže být prázdný.", "fieldRequired": "{value} nemůže být prázdný.",
"projectNotAccessible": "Projekt není přístupný", "projectNotAccessible": "Projekt není přístupný",
"copyToClipboardError": "Nepodařilo se zkopírovat do schránky", "copyToClipboardError": "Nepodařilo se zkopírovat do schránky",
"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": { "toast": {
"exportMetadata": "Úspěšný export metadat projektu", "exportMetadata": "Úspěšný export metadat projektu",

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

@ -157,6 +157,8 @@
"groupingField": "Grupperingsfelt", "groupingField": "Grupperingsfelt",
"insertAfter": "Indsæt efter", "insertAfter": "Indsæt efter",
"insertBefore": "Indsæt før", "insertBefore": "Indsæt før",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Skjul felt", "hideField": "Skjul felt",
"sortAsc": "Sortere stigende", "sortAsc": "Sortere stigende",
"sortDesc": "Sortere nedadgående", "sortDesc": "Sortere nedadgående",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} kan ikke være tom.", "fieldRequired": "{value} kan ikke være tom.",
"projectNotAccessible": "Projektet er ikke tilgængeligt", "projectNotAccessible": "Projektet er ikke tilgængeligt",
"copyToClipboardError": "Kopiering til udklipsholderen mislykkedes", "copyToClipboardError": "Kopiering til udklipsholderen mislykkedes",
"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": { "toast": {
"exportMetadata": "Project Metadata eksporteres med succes", "exportMetadata": "Project Metadata eksporteres med succes",

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

@ -157,6 +157,8 @@
"groupingField": "Gruppierungsfeld", "groupingField": "Gruppierungsfeld",
"insertAfter": "danach einfügen", "insertAfter": "danach einfügen",
"insertBefore": "davor einfügen", "insertBefore": "davor einfügen",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Feld ausblenden", "hideField": "Feld ausblenden",
"sortAsc": "Aufsteigend sortieren", "sortAsc": "Aufsteigend sortieren",
"sortDesc": "Absteigend sortieren", "sortDesc": "Absteigend sortieren",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Arbeitsbereich", "workspace": "Arbeitsbereich",
@ -642,7 +645,16 @@
"changeWsName": "Name des Arbeitsbereichs ändern", "changeWsName": "Name des Arbeitsbereichs ändern",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Achtung: Barcode Felder können nicht direkt geändert werden." "barcodeFieldsCannotBeDirectlyChanged": "Achtung: Barcode Felder können nicht direkt geändert werden."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} kann nicht leer sein.", "fieldRequired": "{value} kann nicht leer sein.",
"projectNotAccessible": "Projekt nicht zugänglich", "projectNotAccessible": "Projekt nicht zugänglich",
"copyToClipboardError": "Kopieren in die Zwischenablage fehlgeschlagen", "copyToClipboardError": "Kopieren in die Zwischenablage fehlgeschlagen",
"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": { "toast": {
"exportMetadata": "Projektmetadaten erfolgreich exportiert", "exportMetadata": "Projektmetadaten erfolgreich exportiert",

4
packages/nc-gui/lang/en.json

@ -680,7 +680,7 @@
"enablePublicAccess": "Enable Public Access", "enablePublicAccess": "Enable Public Access",
"doYouWantToSaveTheChanges": "Do you want to save the changes ?", "doYouWantToSaveTheChanges": "Do you want to save the changes ?",
"editingAccess": "Editing access", "editingAccess": "Editing access",
"enabledPublicViewing": "Enable Public Viewing", "enabledPublicViewing": "Enable public viewing",
"restrictAccessWithPassword": "Restrict access with password", "restrictAccessWithPassword": "Restrict access with password",
"manageProjectAccess": "Manage Base Access", "manageProjectAccess": "Manage Base Access",
"allowDownload": "Allow Download", "allowDownload": "Allow Download",
@ -733,7 +733,7 @@
"groupBy": "Group By", "groupBy": "Group By",
"addSubGroup": "Add subgroup", "addSubGroup": "Add subgroup",
"shareBase": { "shareBase": {
"label": "Share Base", "label": "Share base",
"disable": "Disable shared base", "disable": "Disable shared base",
"enable": "Anyone with the link", "enable": "Anyone with the link",
"link": "Shared base link" "link": "Shared base link"

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

@ -157,6 +157,8 @@
"groupingField": "Campo de agrupación", "groupingField": "Campo de agrupación",
"insertAfter": "Insertar después", "insertAfter": "Insertar después",
"insertBefore": "Insertar antes", "insertBefore": "Insertar antes",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Ocultar campo", "hideField": "Ocultar campo",
"sortAsc": "Ordenación ascendente", "sortAsc": "Ordenación ascendente",
"sortDesc": "Orden descendente", "sortDesc": "Orden descendente",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} no puede estar vacía.", "fieldRequired": "{value} no puede estar vacía.",
"projectNotAccessible": "Proyecto no accesible", "projectNotAccessible": "Proyecto no accesible",
"copyToClipboardError": "Fallo al copiar al portapapeles", "copyToClipboardError": "Fallo al copiar al portapapeles",
"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": { "toast": {
"exportMetadata": "Metadatos del proyecto exportados con éxito.", "exportMetadata": "Metadatos del proyecto exportados con éxito.",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Txertatu ondoren", "insertAfter": "Txertatu ondoren",
"insertBefore": "Txertatu aurretik", "insertBefore": "Txertatu aurretik",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Ezkutatu eremua", "hideField": "Ezkutatu eremua",
"sortAsc": "Ordenatu gorantz", "sortAsc": "Ordenatu gorantz",
"sortDesc": "Ordenatu beherantz", "sortDesc": "Ordenatu beherantz",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Sartu", "enter": "Sartu",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Itsatsi" "paste": "Itsatsi",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "Project metadata exported successfully", "exportMetadata": "Project metadata exported successfully",

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

@ -157,6 +157,8 @@
"groupingField": "فیلد گروه بندی", "groupingField": "فیلد گروه بندی",
"insertAfter": "درج در بعدی", "insertAfter": "درج در بعدی",
"insertBefore": "درج در قبلی", "insertBefore": "درج در قبلی",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "مخفی کردن فیلد", "hideField": "مخفی کردن فیلد",
"sortAsc": "مرتبسازی صعودی", "sortAsc": "مرتبسازی صعودی",
"sortDesc": "مرتبسازی نزولی", "sortDesc": "مرتبسازی نزولی",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} نمیتواند خالی باشد.", "fieldRequired": "{value} نمیتواند خالی باشد.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "کپی به کلیپ برد ناموفق", "copyToClipboardError": "کپی به کلیپ برد ناموفق",
"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": { "toast": {
"exportMetadata": "فراداده پروژه با موفقیت خارج شد", "exportMetadata": "فراداده پروژه با موفقیت خارج شد",

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

@ -157,6 +157,8 @@
"groupingField": "Ryhmittelykenttä", "groupingField": "Ryhmittelykenttä",
"insertAfter": "Lisää jälkeen", "insertAfter": "Lisää jälkeen",
"insertBefore": "Lisää ennen", "insertBefore": "Lisää ennen",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Piilota kenttä", "hideField": "Piilota kenttä",
"sortAsc": "Lajittelu nouseva", "sortAsc": "Lajittelu nouseva",
"sortDesc": "Lajittelu laskeva", "sortDesc": "Lajittelu laskeva",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} ei voi olla tyhjä.", "fieldRequired": "{value} ei voi olla tyhjä.",
"projectNotAccessible": "Hankkeeseen ei pääse käsiksi", "projectNotAccessible": "Hankkeeseen ei pääse käsiksi",
"copyToClipboardError": "Kopiointi leikepöydälle epäonnistui", "copyToClipboardError": "Kopiointi leikepöydälle epäonnistui",
"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": { "toast": {
"exportMetadata": "Project Metadata viedään onnistuneesti", "exportMetadata": "Project Metadata viedään onnistuneesti",

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

@ -157,6 +157,8 @@
"groupingField": "Champ de regroupement", "groupingField": "Champ de regroupement",
"insertAfter": "Insérer après", "insertAfter": "Insérer après",
"insertBefore": "Insérer avant", "insertBefore": "Insérer avant",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Masquer le champ", "hideField": "Masquer le champ",
"sortAsc": "Trier par ordre croissant", "sortAsc": "Trier par ordre croissant",
"sortDesc": "Trier par ordre décroissant", "sortDesc": "Trier par ordre décroissant",
@ -189,7 +191,8 @@
"shift": "Maj", "shift": "Maj",
"enter": "Entrée", "enter": "Entrée",
"seconds": "Secondes", "seconds": "Secondes",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Espace de travail", "workspace": "Espace de travail",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Appuyez sur Entrée", "pressEnter": "Appuyez sur Entrée",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "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": { "info": {
"disabledAsViewLocked": "Désactivé car la vue est verrouillée", "disabledAsViewLocked": "Désactivé car la vue est verrouillée",
@ -1211,7 +1228,8 @@
"goToNext": "Aller au suivant", "goToNext": "Aller au suivant",
"thankYou": "Merci !", "thankYou": "Merci !",
"submittedFormData": "Vous avez soumis les données du formulaire avec succès.", "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": { "error": {
"nameRequired": "Nom requis", "nameRequired": "Nom requis",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} ne peut pas être vide.", "fieldRequired": "{value} ne peut pas être vide.",
"projectNotAccessible": "Projet non accessible", "projectNotAccessible": "Projet non accessible",
"copyToClipboardError": "Échec de la copie dans le presse-papiers", "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": { "toast": {
"exportMetadata": "Les métadonnées de projet sont exportées avec succès", "exportMetadata": "Les métadonnées de projet sont exportées avec succès",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "הסתר שדה", "hideField": "הסתר שדה",
"sortAsc": "מיין בסדר עולה", "sortAsc": "מיין בסדר עולה",
"sortDesc": "מיין בסדר יורד", "sortDesc": "מיין בסדר יורד",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "פרויקט Metadata מיוצא בהצלחה", "exportMetadata": "פרויקט Metadata מיוצא בהצלחה",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending", "sortDesc": "Sort Descending",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "परिजन सफलतवक नित क गई", "exportMetadata": "परिजन सफलतवक नित क गई",

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

@ -157,6 +157,8 @@
"groupingField": "Polje za Grupiranje", "groupingField": "Polje za Grupiranje",
"insertAfter": "Umetni nakon", "insertAfter": "Umetni nakon",
"insertBefore": "Umetni Prije", "insertBefore": "Umetni Prije",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Sakrij Polje", "hideField": "Sakrij Polje",
"sortAsc": "Sortiraj Uzlazno", "sortAsc": "Sortiraj Uzlazno",
"sortDesc": "Sortiraj Silazno", "sortDesc": "Sortiraj Silazno",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} ne može biti prazno.", "fieldRequired": "{value} ne može biti prazno.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Kopiranje u međuspremnik nije uspjelo", "copyToClipboardError": "Kopiranje u međuspremnik nije uspjelo",
"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": { "toast": {
"exportMetadata": "Projektni metapodaci su uspješno izvozili", "exportMetadata": "Projektni metapodaci su uspješno izvozili",

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

@ -157,6 +157,8 @@
"groupingField": "Bidang Pengelompokan", "groupingField": "Bidang Pengelompokan",
"insertAfter": "Sisipkan Setelah", "insertAfter": "Sisipkan Setelah",
"insertBefore": "Sisipkan Sebelum", "insertBefore": "Sisipkan Sebelum",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Sembunyikan Bidang", "hideField": "Sembunyikan Bidang",
"sortAsc": "Urutkan Menaik", "sortAsc": "Urutkan Menaik",
"sortDesc": "Urutkan Menurun", "sortDesc": "Urutkan Menurun",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} tidak boleh kosong.", "fieldRequired": "{value} tidak boleh kosong.",
"projectNotAccessible": "Proyek tidak dapat diakses", "projectNotAccessible": "Proyek tidak dapat diakses",
"copyToClipboardError": "Gagal menyalin ke papan klip", "copyToClipboardError": "Gagal menyalin ke papan klip",
"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": { "toast": {
"exportMetadata": "Metadata proyek berhasil diekspor", "exportMetadata": "Metadata proyek berhasil diekspor",

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

@ -157,6 +157,8 @@
"groupingField": "Campo di raggruppamento", "groupingField": "Campo di raggruppamento",
"insertAfter": "Inserire dopo", "insertAfter": "Inserire dopo",
"insertBefore": "Inserire prima", "insertBefore": "Inserire prima",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Campo nascosto", "hideField": "Campo nascosto",
"sortAsc": "Ordinamento crescente", "sortAsc": "Ordinamento crescente",
"sortDesc": "Ordinamento decrescente", "sortDesc": "Ordinamento decrescente",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} non può essere vuoto.", "fieldRequired": "{value} non può essere vuoto.",
"projectNotAccessible": "Progetto non accessibile", "projectNotAccessible": "Progetto non accessibile",
"copyToClipboardError": "Non è riuscito a copiare negli appunti", "copyToClipboardError": "Non è riuscito a copiare negli appunti",
"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": { "toast": {
"exportMetadata": "Metadati del progetto esportati con successo", "exportMetadata": "Metadati del progetto esportati con successo",

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

@ -157,6 +157,8 @@
"groupingField": "グループ フィールド", "groupingField": "グループ フィールド",
"insertAfter": "後に挿入", "insertAfter": "後に挿入",
"insertBefore": "前に挿入", "insertBefore": "前に挿入",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "フィールドを隠す", "hideField": "フィールドを隠す",
"sortAsc": "昇順", "sortAsc": "昇順",
"sortDesc": "降順", "sortDesc": "降順",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} を空にすることはできません。", "fieldRequired": "{value} を空にすることはできません。",
"projectNotAccessible": "このプロジェクトにはアクセスできません", "projectNotAccessible": "このプロジェクトにはアクセスできません",
"copyToClipboardError": "クリップボードへのコピーに失敗しました", "copyToClipboardError": "クリップボードへのコピーに失敗しました",
"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": { "toast": {
"exportMetadata": "プロジェクトメタデータは正常にエクスポートされました", "exportMetadata": "プロジェクトメタデータは正常にエクスポートされました",

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

@ -157,6 +157,8 @@
"groupingField": "그룹화 필드", "groupingField": "그룹화 필드",
"insertAfter": "다음에 삽입", "insertAfter": "다음에 삽입",
"insertBefore": "이전에 삽입", "insertBefore": "이전에 삽입",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "필드 숨기기", "hideField": "필드 숨기기",
"sortAsc": "오름차순 정렬", "sortAsc": "오름차순 정렬",
"sortDesc": "내림차순 정렬", "sortDesc": "내림차순 정렬",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "초", "seconds": "초",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "작업 공간", "workspace": "작업 공간",
@ -642,7 +645,16 @@
"changeWsName": "작업 공간 이름 변경", "changeWsName": "작업 공간 이름 변경",
"pressEnter": "Enter를 누르세요", "pressEnter": "Enter를 누르세요",
"newFormLoaded": "새로운 폼이 로드되었습니다.", "newFormLoaded": "새로운 폼이 로드되었습니다.",
"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": { "activity": {
"openInANewTab": "새 탭에서 열기", "openInANewTab": "새 탭에서 열기",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "경고: 바코드 필드는 직접 변경할 수 없습니다." "barcodeFieldsCannotBeDirectlyChanged": "경고: 바코드 필드는 직접 변경할 수 없습니다."
}, },
"duplicateProject": "프로젝트를 복제하려고 합니다. 계속하시겠습니까?", "duplicateProject": "프로젝트를 복제하려고 합니다. 계속하시겠습니까?",
"duplicateTable": "테이블을 복제하려고 합니다. 계속하시겠습니까?" "duplicateTable": "테이블을 복제하려고 합니다. 계속하시겠습니까?",
"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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value}은(는) 비워 둘 수 없습니다.", "fieldRequired": "{value}은(는) 비워 둘 수 없습니다.",
"projectNotAccessible": "프로젝트에 액세스할 수 없습니다.", "projectNotAccessible": "프로젝트에 액세스할 수 없습니다.",
"copyToClipboardError": "클립 보드에 복사할 수 없습니다.", "copyToClipboardError": "클립 보드에 복사할 수 없습니다.",
"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": { "toast": {
"exportMetadata": "프로젝트 메타 데이터를 성공적으로 내보냈습니다.", "exportMetadata": "프로젝트 메타 데이터를 성공적으로 내보냈습니다.",

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

@ -157,6 +157,8 @@
"groupingField": "Grupēšanas lauks", "groupingField": "Grupēšanas lauks",
"insertAfter": "Ievietot pēc", "insertAfter": "Ievietot pēc",
"insertBefore": "Ievietot pirms", "insertBefore": "Ievietot pirms",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Slēpt lauku", "hideField": "Slēpt lauku",
"sortAsc": "Kārtot augošā secībā", "sortAsc": "Kārtot augošā secībā",
"sortDesc": "Kārtot dilstošā secībā", "sortDesc": "Kārtot dilstošā secībā",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} nevar būt tukšs.", "fieldRequired": "{value} nevar būt tukšs.",
"projectNotAccessible": "Projekts nav pieejams", "projectNotAccessible": "Projekts nav pieejams",
"copyToClipboardError": "Neizdevās kopēt uz starpliktuvi", "copyToClipboardError": "Neizdevās kopēt uz starpliktuvi",
"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": { "toast": {
"exportMetadata": "Projekta metadati eksportēti veiksmīgi", "exportMetadata": "Projekta metadati eksportēti veiksmīgi",

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

@ -157,6 +157,8 @@
"groupingField": "Groepering Veld", "groupingField": "Groepering Veld",
"insertAfter": "Invoegen Na", "insertAfter": "Invoegen Na",
"insertBefore": "Invoegen voor", "insertBefore": "Invoegen voor",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Verberg veld", "hideField": "Verberg veld",
"sortAsc": "Oplopend sorteren", "sortAsc": "Oplopend sorteren",
"sortDesc": "Aflopend sorteren", "sortDesc": "Aflopend sorteren",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} kan niet leeg zijn.", "fieldRequired": "{value} kan niet leeg zijn.",
"projectNotAccessible": "Project niet toegankelijk", "projectNotAccessible": "Project niet toegankelijk",
"copyToClipboardError": "Kopiëren naar klembord mislukt", "copyToClipboardError": "Kopiëren naar klembord mislukt",
"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": { "toast": {
"exportMetadata": "Project metadata met succes geëxporteerd", "exportMetadata": "Project metadata met succes geëxporteerd",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending", "sortDesc": "Sort Descending",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "Prosjektmetadata eksporteres vellykket", "exportMetadata": "Prosjektmetadata eksporteres vellykket",

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

@ -157,6 +157,8 @@
"groupingField": "Pole grupowania", "groupingField": "Pole grupowania",
"insertAfter": "Wstaw po", "insertAfter": "Wstaw po",
"insertBefore": "Wstaw przed", "insertBefore": "Wstaw przed",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Ukryj pole", "hideField": "Ukryj pole",
"sortAsc": "Sortuj rosnąco", "sortAsc": "Sortuj rosnąco",
"sortDesc": "Sortuj malejąco", "sortDesc": "Sortuj malejąco",
@ -189,7 +191,8 @@
"shift": "Zmiana", "shift": "Zmiana",
"enter": "Wprowadź", "enter": "Wprowadź",
"seconds": "Sekundy", "seconds": "Sekundy",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Obszar roboczy", "workspace": "Obszar roboczy",
@ -642,7 +645,16 @@
"changeWsName": "Zmień nazwę przestrzeni roboczej", "changeWsName": "Zmień nazwę przestrzeni roboczej",
"pressEnter": "Naciśnij Enter", "pressEnter": "Naciśnij Enter",
"newFormLoaded": "Nowy formularz zostanie załadowany po", "newFormLoaded": "Nowy formularz zostanie załadowany po",
"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": { "activity": {
"openInANewTab": "Otwórz w nowej karcie", "openInANewTab": "Otwórz w nowej karcie",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Ostrzeżenie: Pola kodu kreskowego nie mogą być bezpośrednio zmieniane." "barcodeFieldsCannotBeDirectlyChanged": "Ostrzeżenie: Pola kodu kreskowego nie mogą być bezpośrednio zmieniane."
}, },
"duplicateProject": "Czy na pewno chcesz zduplikować bazę?", "duplicateProject": "Czy na pewno chcesz zduplikować bazę?",
"duplicateTable": "Czy na pewno chcesz zduplikować tabelę?" "duplicateTable": "Czy na pewno chcesz zduplikować tabelę?",
"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": { "info": {
"disabledAsViewLocked": "Wyłączone, ponieważ widok jest zablokowany", "disabledAsViewLocked": "Wyłączone, ponieważ widok jest zablokowany",
@ -1211,7 +1228,8 @@
"goToNext": "Przejdź do następnego", "goToNext": "Przejdź do następnego",
"thankYou": "Dziękuję!", "thankYou": "Dziękuję!",
"submittedFormData": "Pomyślnie przesłałeś dane formularza.", "submittedFormData": "Pomyślnie przesłałeś dane formularza.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Wymagana nazwa", "nameRequired": "Wymagana nazwa",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} nie może być puste.", "fieldRequired": "{value} nie może być puste.",
"projectNotAccessible": "Projekt niedostępny", "projectNotAccessible": "Projekt niedostępny",
"copyToClipboardError": "Nie udało się skopiować do schowka", "copyToClipboardError": "Nie udało się skopiować do schowka",
"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": { "toast": {
"exportMetadata": "Pomyślnie wyeksportowano metadane projektu", "exportMetadata": "Pomyślnie wyeksportowano metadane projektu",

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

@ -157,6 +157,8 @@
"groupingField": "Campo de Agrupamento", "groupingField": "Campo de Agrupamento",
"insertAfter": "Inserir depois", "insertAfter": "Inserir depois",
"insertBefore": "Inserir Antes", "insertBefore": "Inserir Antes",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Ocultar Campo", "hideField": "Ocultar Campo",
"sortAsc": "Ordenar Ascendente", "sortAsc": "Ordenar Ascendente",
"sortDesc": "Ordenar Descendente", "sortDesc": "Ordenar Descendente",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} não pode estar vazio.", "fieldRequired": "{value} não pode estar vazio.",
"projectNotAccessible": "Projecto não acessível", "projectNotAccessible": "Projecto não acessível",
"copyToClipboardError": "Falha na cópia para a prancheta", "copyToClipboardError": "Falha na cópia para a prancheta",
"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": { "toast": {
"exportMetadata": "Metadados do projeto exportado com sucesso", "exportMetadata": "Metadados do projeto exportado com sucesso",

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

@ -157,6 +157,8 @@
"groupingField": "Campo de Agrupamento", "groupingField": "Campo de Agrupamento",
"insertAfter": "Inserir depois", "insertAfter": "Inserir depois",
"insertBefore": "Inserir Antes", "insertBefore": "Inserir Antes",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Ocultar Campo", "hideField": "Ocultar Campo",
"sortAsc": "Ordenar Ascendente", "sortAsc": "Ordenar Ascendente",
"sortDesc": "Ordenar Descendente", "sortDesc": "Ordenar Descendente",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} não pode estar vazio.", "fieldRequired": "{value} não pode estar vazio.",
"projectNotAccessible": "Projecto não acessível", "projectNotAccessible": "Projecto não acessível",
"copyToClipboardError": "Falha na cópia para a prancheta", "copyToClipboardError": "Falha na cópia para a prancheta",
"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": { "toast": {
"exportMetadata": "Metadados do projeto exportado com sucesso", "exportMetadata": "Metadados do projeto exportado com sucesso",

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

@ -157,6 +157,8 @@
"groupingField": "Поле группировки", "groupingField": "Поле группировки",
"insertAfter": "Вставить после", "insertAfter": "Вставить после",
"insertBefore": "Вставить перед", "insertBefore": "Вставить перед",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Скрыть поле", "hideField": "Скрыть поле",
"sortAsc": "По Возрастанию", "sortAsc": "По Возрастанию",
"sortDesc": "По убыванию", "sortDesc": "По убыванию",
@ -189,7 +191,8 @@
"shift": "Сдвиг", "shift": "Сдвиг",
"enter": "Вход", "enter": "Вход",
"seconds": "Секунды", "seconds": "Секунды",
"paste": "Вставить" "paste": "Вставить",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Рабочее пространство", "workspace": "Рабочее пространство",
@ -642,7 +645,16 @@
"changeWsName": "Изменить название рабочего пространства", "changeWsName": "Изменить название рабочего пространства",
"pressEnter": "Нажмите Enter", "pressEnter": "Нажмите Enter",
"newFormLoaded": "Новая форма будет загружена после", "newFormLoaded": "Новая форма будет загружена после",
"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": { "activity": {
"openInANewTab": "Открыть в новой вкладке", "openInANewTab": "Открыть в новой вкладке",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} не может быть пустым.", "fieldRequired": "{value} не может быть пустым.",
"projectNotAccessible": "Проект недоступен", "projectNotAccessible": "Проект недоступен",
"copyToClipboardError": "Не удалось скопировать в буфер обмена", "copyToClipboardError": "Не удалось скопировать в буфер обмена",
"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": { "toast": {
"exportMetadata": "Метаданные проекта успешно экспортированы", "exportMetadata": "Метаданные проекта успешно экспортированы",

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

@ -157,6 +157,8 @@
"groupingField": "Pole zoskupenia", "groupingField": "Pole zoskupenia",
"insertAfter": "Vložiť po", "insertAfter": "Vložiť po",
"insertBefore": "Vložiť pred", "insertBefore": "Vložiť pred",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Skryť pole", "hideField": "Skryť pole",
"sortAsc": "Zoradiť vzostupne", "sortAsc": "Zoradiť vzostupne",
"sortDesc": "Zoradiť zostupne", "sortDesc": "Zoradiť zostupne",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} nemôže byť prázdny.", "fieldRequired": "{value} nemôže byť prázdny.",
"projectNotAccessible": "Projekt nie je prístupný", "projectNotAccessible": "Projekt nie je prístupný",
"copyToClipboardError": "Nepodarilo sa skopírovať do schránky", "copyToClipboardError": "Nepodarilo sa skopírovať do schránky",
"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": { "toast": {
"exportMetadata": "Úspešný export metadát projektu", "exportMetadata": "Úspešný export metadát projektu",

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

@ -157,6 +157,8 @@
"groupingField": "Polje združevanja", "groupingField": "Polje združevanja",
"insertAfter": "Vstavljanje po", "insertAfter": "Vstavljanje po",
"insertBefore": "Vstavljanje pred", "insertBefore": "Vstavljanje pred",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Skrij polje", "hideField": "Skrij polje",
"sortAsc": "Razvrsti naraščajoče", "sortAsc": "Razvrsti naraščajoče",
"sortDesc": "Razvrsti padajoče", "sortDesc": "Razvrsti padajoče",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} ne more biti prazen.", "fieldRequired": "{value} ne more biti prazen.",
"projectNotAccessible": "Projekt ni dostopen", "projectNotAccessible": "Projekt ni dostopen",
"copyToClipboardError": "Neuspešno kopiranje v odložišče", "copyToClipboardError": "Neuspešno kopiranje v odložišče",
"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": { "toast": {
"exportMetadata": "Projekt Metapodatki se je uspešno izvozil", "exportMetadata": "Projekt Metapodatki se je uspešno izvozil",

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

@ -157,6 +157,8 @@
"groupingField": "Grupperingsfält", "groupingField": "Grupperingsfält",
"insertAfter": "Infoga efter", "insertAfter": "Infoga efter",
"insertBefore": "Infoga före", "insertBefore": "Infoga före",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Dölj fältet", "hideField": "Dölj fältet",
"sortAsc": "Sortera i stigande riktning", "sortAsc": "Sortera i stigande riktning",
"sortDesc": "Sortera fallande", "sortDesc": "Sortera fallande",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} får inte vara tom.", "fieldRequired": "{value} får inte vara tom.",
"projectNotAccessible": "Projektet är inte tillgängligt", "projectNotAccessible": "Projektet är inte tillgängligt",
"copyToClipboardError": "Kopiering till urklipp misslyckades", "copyToClipboardError": "Kopiering till urklipp misslyckades",
"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": { "toast": {
"exportMetadata": "Projektmetadata exporterades framgångsrikt", "exportMetadata": "Projektmetadata exporterades framgångsrikt",

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

@ -157,6 +157,8 @@
"groupingField": "Grouping Field", "groupingField": "Grouping Field",
"insertAfter": "แทรกหลง", "insertAfter": "แทรกหลง",
"insertBefore": "แทรกกอน", "insertBefore": "แทรกกอน",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "เรยงจากนอยไปมาก", "sortAsc": "เรยงจากนอยไปมาก",
"sortDesc": "เรยงจากมากไปนอย", "sortDesc": "เรยงจากมากไปนอย",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "ขอมลเมตาของโครงการสงออกเรยบรอยแลว", "exportMetadata": "ขอมลเมตาของโครงการสงออกเรยบรอยแลว",

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

@ -157,6 +157,8 @@
"groupingField": "Gruplama Alanı", "groupingField": "Gruplama Alanı",
"insertAfter": "Sonra Ekle", "insertAfter": "Sonra Ekle",
"insertBefore": "Önce Ekle", "insertBefore": "Önce Ekle",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Alanı Gizle", "hideField": "Alanı Gizle",
"sortAsc": "Artan Sırala", "sortAsc": "Artan Sırala",
"sortDesc": "Azalan Sıralama", "sortDesc": "Azalan Sıralama",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} boş olamaz.", "fieldRequired": "{value} boş olamaz.",
"projectNotAccessible": "Proje erişilebilir değil", "projectNotAccessible": "Proje erişilebilir değil",
"copyToClipboardError": "Panoya kopyalanamadı", "copyToClipboardError": "Panoya kopyalanamadı",
"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": { "toast": {
"exportMetadata": "Proje metaverileri başarıyla dışa aktarıldı", "exportMetadata": "Proje metaverileri başarıyla dışa aktarıldı",

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

@ -157,6 +157,8 @@
"groupingField": "Поле групування", "groupingField": "Поле групування",
"insertAfter": "Вставити після", "insertAfter": "Вставити після",
"insertBefore": "Вставити перед", "insertBefore": "Вставити перед",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Приховати поле", "hideField": "Приховати поле",
"sortAsc": "За зростанням", "sortAsc": "За зростанням",
"sortDesc": "За спаданням", "sortDesc": "За спаданням",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} не може бути порожнім.", "fieldRequired": "{value} не може бути порожнім.",
"projectNotAccessible": "Проєкт недоступний", "projectNotAccessible": "Проєкт недоступний",
"copyToClipboardError": "Не вдалося скопіювати в буфер обміну", "copyToClipboardError": "Не вдалося скопіювати в буфер обміну",
"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": { "toast": {
"exportMetadata": "Метадані проєкту експортовано", "exportMetadata": "Метадані проєкту експортовано",

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

@ -157,6 +157,8 @@
"groupingField": "Nhóm theo trường", "groupingField": "Nhóm theo trường",
"insertAfter": "Insert After", "insertAfter": "Insert After",
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending", "sortDesc": "Sort Descending",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} cannot be empty.", "fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard", "copyToClipboardError": "Failed to copy to clipboard",
"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": { "toast": {
"exportMetadata": "Metadata dự án xuất khẩu thành công", "exportMetadata": "Metadata dự án xuất khẩu thành công",

30
packages/nc-gui/lang/zh-Hans.json

@ -157,6 +157,8 @@
"groupingField": "分组字段", "groupingField": "分组字段",
"insertAfter": "在右侧插入列", "insertAfter": "在右侧插入列",
"insertBefore": "在左侧插入列", "insertBefore": "在左侧插入列",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "隐藏字段", "hideField": "隐藏字段",
"sortAsc": "升序", "sortAsc": "升序",
"sortDesc": "降序", "sortDesc": "降序",
@ -189,7 +191,8 @@
"shift": "Shift 键", "shift": "Shift 键",
"enter": "回车键", "enter": "回车键",
"seconds": "秒", "seconds": "秒",
"paste": "粘贴" "paste": "粘贴",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "工作区", "workspace": "工作区",
@ -642,7 +645,16 @@
"changeWsName": "更改工作区名称", "changeWsName": "更改工作区名称",
"pressEnter": "按回车键", "pressEnter": "按回车键",
"newFormLoaded": "新表格将在", "newFormLoaded": "新表格将在",
"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": { "activity": {
"openInANewTab": "在新标签页中打开", "openInANewTab": "在新标签页中打开",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "警告:条形码字段不能直接更改。" "barcodeFieldsCannotBeDirectlyChanged": "警告:条形码字段不能直接更改。"
}, },
"duplicateProject": "你确定要复制项目吗?", "duplicateProject": "你确定要复制项目吗?",
"duplicateTable": "您确定要复制表格吗?" "duplicateTable": "您确定要复制表格吗?",
"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": { "info": {
"disabledAsViewLocked": "已禁用,因为视图已锁定", "disabledAsViewLocked": "已禁用,因为视图已锁定",
@ -1211,7 +1228,8 @@
"goToNext": "转到下一个", "goToNext": "转到下一个",
"thankYou": "谢谢你!", "thankYou": "谢谢你!",
"submittedFormData": "您已成功提交表单数据。", "submittedFormData": "您已成功提交表单数据。",
"editingSystemKeyNotSupported": "不支持编辑系统密钥" "editingSystemKeyNotSupported": "不支持编辑系统密钥",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "您必须指定一个名字", "nameRequired": "您必须指定一个名字",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} 不能为空。", "fieldRequired": "{value} 不能为空。",
"projectNotAccessible": "无权访问此项目", "projectNotAccessible": "无权访问此项目",
"copyToClipboardError": "未能复制到剪贴板", "copyToClipboardError": "未能复制到剪贴板",
"pasteFromClipboardError": "从剪贴板粘贴失败" "pasteFromClipboardError": "从剪贴板粘贴失败",
"multiFieldSaveValidation": "Please complete the configuration of all fields before saving",
"somethingWentWrong": "Something went wrong"
}, },
"toast": { "toast": {
"exportMetadata": "项目元数据成功导出", "exportMetadata": "项目元数据成功导出",

30
packages/nc-gui/lang/zh-Hant.json

@ -157,6 +157,8 @@
"groupingField": "分組欄位", "groupingField": "分組欄位",
"insertAfter": "插入在後", "insertAfter": "插入在後",
"insertBefore": "插入在前", "insertBefore": "插入在前",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"hideField": "隱藏欄位", "hideField": "隱藏欄位",
"sortAsc": "升序排序", "sortAsc": "升序排序",
"sortDesc": "降序排序", "sortDesc": "降序排序",
@ -189,7 +191,8 @@
"shift": "Shift", "shift": "Shift",
"enter": "Enter", "enter": "Enter",
"seconds": "Seconds", "seconds": "Seconds",
"paste": "Paste" "paste": "Paste",
"restore": "Restore"
}, },
"objects": { "objects": {
"workspace": "Workspace", "workspace": "Workspace",
@ -642,7 +645,16 @@
"changeWsName": "Change Workspace Name", "changeWsName": "Change Workspace Name",
"pressEnter": "Press Enter", "pressEnter": "Press Enter",
"newFormLoaded": "New form will be loaded after", "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": { "activity": {
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
@ -1048,7 +1060,12 @@
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed." "barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
}, },
"duplicateProject": "Are you sure you want to duplicate the base?", "duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?" "duplicateTable": "Are you sure you want to duplicate the 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": { "info": {
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
@ -1211,7 +1228,8 @@
"goToNext": "Go to next", "goToNext": "Go to next",
"thankYou": "Thank you!", "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data.", "submittedFormData": "You have successfully submitted the form data.",
"editingSystemKeyNotSupported": "Editing system key not supported" "editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"nameRequired": "Name Required", "nameRequired": "Name Required",
@ -1289,7 +1307,9 @@
"fieldRequired": "{value} 不能為空", "fieldRequired": "{value} 不能為空",
"projectNotAccessible": "Project not accessible", "projectNotAccessible": "Project not accessible",
"copyToClipboardError": "複製到剪貼簿失敗", "copyToClipboardError": "複製到剪貼簿失敗",
"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": { "toast": {
"exportMetadata": "專案中繼資料已成功匯出", "exportMetadata": "專案中繼資料已成功匯出",

Loading…
Cancel
Save