Browse Source

New translations en.json (Latvian)

pull/7419/head
navi 8 months ago
parent
commit
9a28848d64
  1. 30
      packages/nc-gui/lang/lv.json

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",

Loading…
Cancel
Save