From 95c072b7b987286a0d8ca25171ea3a0bbceb233d Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 19 Jan 2023 15:24:30 +0000 Subject: [PATCH] New translations en.json (Slovak) --- packages/nc-gui/lang/sk.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/sk.json b/packages/nc-gui/lang/sk.json index 37f484a7f4..41c21090a1 100644 --- a/packages/nc-gui/lang/sk.json +++ b/packages/nc-gui/lang/sk.json @@ -312,7 +312,9 @@ "signInWithGoogle": "Sign in with Google", "agreeToTos": "By signing up, you agree to the Terms of Service", "welcomeToNc": "Welcome to NocoDB!", - "inviteOnlySignup": "Allow signup only using invite url" + "inviteOnlySignup": "Allow signup only using invite url", + "nextRow": "Next Row", + "prevRow": "Previous Row" }, "activity": { "createProject": "Create Project", @@ -629,7 +631,8 @@ "showM2mTables": "Show M2M Tables", "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.", "computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure", - "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content." + "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content.", + "noMoreRecords": "No more records" }, "error": { "searchProject": "Your search for {search} found no results",