Browse Source

Merge branch 'develop' into nc-fix/field-type-list-order

pull/8917/head
Raju Udava 5 months ago
parent
commit
3518504e5d
  1. 4
      .github/workflows/ci-cd.yml
  2. 2
      .github/workflows/playwright-test-workflow.yml
  3. 2
      .github/workflows/pre-build-for-playwright.yml
  4. 2
      .github/workflows/release-docker.yml
  5. 2
      .github/workflows/release-npm.yml
  6. 2
      .github/workflows/sync-to-develop.yml
  7. 2
      .github/workflows/unit-test.yml
  8. 2
      .github/workflows/update-sdk-path.yml
  9. 2
      README.md
  10. 64
      packages/nc-gui/lang/hu.json
  11. 10
      packages/nc-gui/lang/zh-Hans.json

4
.github/workflows/ci-cd.yml

@ -61,7 +61,7 @@ jobs:
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node
@ -96,7 +96,7 @@ jobs:
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node

2
.github/workflows/playwright-test-workflow.yml

@ -25,7 +25,7 @@ jobs:
with:
node-version: 18.19.1
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Get pnpm store directory

2
.github/workflows/pre-build-for-playwright.yml

@ -15,7 +15,7 @@ jobs:
with:
node-version: 18.19.1
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: remove use-node-version from .npmrc

2
.github/workflows/release-docker.yml

@ -46,7 +46,7 @@ jobs:
working-directory: ./packages/nocodb
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Get Docker Repository

2
.github/workflows/release-npm.yml

@ -38,7 +38,7 @@ jobs:
working-directory: ./packages/nocodb
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Checkout

2
.github/workflows/sync-to-develop.yml

@ -14,7 +14,7 @@ jobs:
with:
node-version: 18.19.1
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Checkout

2
.github/workflows/unit-test.yml

@ -25,7 +25,7 @@ jobs:
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/checkout@v3

2
.github/workflows/update-sdk-path.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node

2
README.md

@ -75,7 +75,7 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
docker run -d --name nocodb-postgres \
-v "$(pwd)"/nocodb:/usr/app/data/ \
-p 8080:8080 \
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" \
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" \
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \
nocodb/nocodb:latest

64
packages/nc-gui/lang/hu.json

@ -444,9 +444,9 @@
"locked": "Locked",
"personal": "Personal",
"appStore": "App Store",
"teamAndAuth": "Team & Auth",
"rolesUserMgmt": "Roles & Users Management",
"userMgmt": "Users Management",
"teamAndAuth": "Csapat és bejelentkezés",
"rolesUserMgmt": "Szerepkörök és felhasználók kezelése",
"userMgmt": "Felhasználók kezelése",
"apiTokens": "API Tokens",
"apiTokenMgmt": "API Tokens Management",
"rolesMgmt": "Roles Management",
@ -464,7 +464,7 @@
"headCreateProject": "Bázis létrehozása | NocoDB",
"headLogin": "Log In | NocoDB",
"resetPassword": "Reset your password",
"teamAndSettings": "Team & Settings",
"teamAndSettings": "Csapat és beállítások",
"apiDocs": "API Docs",
"importFromAirtable": "Import From Airtable",
"generateToken": "Generate Token",
@ -472,12 +472,12 @@
"helpCenter": "Help Center",
"noLabels": "No Labels",
"swaggerDocumentation": "Swagger Documentation",
"quickImportFrom": "Quick Import From",
"quickImport": "Quick Import",
"quickImportAirtable": "Quick Import - Airtable",
"quickImportCSV": "Quick Import - CSV",
"quickImportExcel": "Quick Import - Excel",
"quickImportJSON": "Quick Import - JSON",
"quickImportFrom": "Gyors importálás ebből",
"quickImport": "Gyors importálás",
"quickImportAirtable": "Gyors importálás - Airtable",
"quickImportCSV": "Gyors importálás - CSV",
"quickImportExcel": "Gyors importálás - Excel",
"quickImportJSON": "Gyors importálás - JSON",
"jsonEditor": "JSON Editor",
"comingSoon": "Coming Soon",
"advancedSettings": "Advanced Settings",
@ -491,7 +491,7 @@
"accountSettings": "Account Settings",
"resetPasswordMenu": "Reset Password",
"tokens": "Tokens",
"userManagement": "User Management",
"userManagement": "Felhasználó kezelése",
"accountManagement": "Account management",
"licence": "Licence",
"allowAllMimeTypes": "Allow All Mime Types",
@ -537,8 +537,8 @@
"addMembersToOrganization": "Add Members to Organization",
"memberIn": "Member in:",
"assignAs": "Assign as",
"signOutUser": "Sign out user",
"signOutUsers": "Sign out users",
"signOutUser": "Felhasználó kijelentkeztetése",
"signOutUsers": "Felhasználók kijelentkeztetése",
"deactivateUser": "Deactivate User",
"deactivateUsers": "Deactivate Users",
"lastActive": "Last Active",
@ -552,7 +552,7 @@
"disablePublicSharing": "Disable Public Sharing",
"shareSettings": "Share Settings",
"deleteUserAndData": "Delete User and their data",
"userOptions": "User Options",
"userOptions": "Felhasználó beállításai",
"deleteThisOrganization": "Delete this Organisation",
"dangerZone": "Dangerzone",
"childView": "Child View",
@ -638,7 +638,7 @@
"clickToCopyTableID": "Click to copy Table ID",
"clickToCopyViewID": "Click to copy View ID",
"viewMode": "View Mode",
"searchUsers": "Search Users",
"searchUsers": "Felhasználók keresése",
"superAdmin": "Super Admin",
"allTables": "All Tables",
"members": "Members",
@ -680,7 +680,7 @@
"columnType": "Field Type",
"roleName": "Role Name",
"roleDescription": "Role Description",
"databaseType": "Type in Database",
"databaseType": "Típus az adatbázisban",
"lengthValue": "Length/ value",
"dbType": "Adatbázis típusa",
"servername": "servername / hostAddr",
@ -849,12 +849,12 @@
"renameBase": "Bázis átnevezése",
"renameWorkspace": "Munkaterület átnevezése",
"deactivate": "De-activate",
"manageUsers": "Manage Users",
"manageUsers": "Felhasználók kezelése",
"newWorkspace": "Új munkaterület",
"addDomain": "Add Domain",
"addMembers": "Add Members",
"enterEmail": "Enter email addresses",
"inviteToBase": "Invite to Base",
"inviteToBase": "Meghívás bázisba",
"inviteToWorkspace": "Meghívása a munkaterületbe",
"addMember": "Add Member to Base",
"noRange": "Calendar view requires a date range",
@ -876,13 +876,13 @@
"attachmentDrop": "Click or drop a file into cell",
"addFiles": "Fájl(ok) hozzáadása",
"hideInUI": "Hide in UI",
"addBase": "Add Base",
"addBase": "Bázis hozáádaása",
"addParameter": "Add Parameter",
"submitAnotherForm": "Submit Another Form",
"dragAndDropFieldsHereToAdd": "Drag and drop fields here to add",
"editSource": "Edit Data Source",
"enterText": "Enter text",
"okEditBase": "Ok & Edit Base",
"okEditBase": "Ok és bázis szerkesztése",
"showInUI": "Show in UI",
"outOfSync": "Out of sync",
"newSource": "New Data Source",
@ -943,20 +943,20 @@
"groupBy": "Group By",
"addSubGroup": "New Subgroup",
"shareBase": {
"label": "Share Base",
"label": "Bázis megosztása",
"disable": "Disable shared base",
"enable": "Anyone with the link",
"link": "Shared base link"
},
"invite": "Invite",
"inviteMore": "Invite more",
"inviteTeam": "Invite Team",
"inviteUser": "Invite User",
"inviteTeam": "Csapat meghívása",
"inviteUser": "Felhasználó meghívása",
"inviteToken": "Invite Token",
"linkedRecords": "Hivatkozott rekordok",
"addNewLink": "Add New Link",
"newUser": "New User",
"editUser": "Edit user",
"newUser": "Új felhasználó",
"editUser": "Felhasználó szerkesztése",
"deleteUser": "Felhasználó eltávolítása a bázisról",
"resendInvite": "Resend Invite E-mail",
"copyInviteURL": "Copy Invite URL",
@ -1035,7 +1035,7 @@
"editConnJson": "Edit connection JSON",
"sponsorUs": "Sponsor Us",
"sendEmail": "SEND EMAIL",
"addUserToProject": "Add user to base",
"addUserToProject": "Felhasználó hozzáadása a bázishoz",
"getApiSnippet": "Get API Snippet",
"clearCell": "Clear cell",
"addFilterGroup": "Add filter group",
@ -1106,7 +1106,7 @@
"allowDataWrite": "Enable this option to allow updating, deleting, or inserting data within the database tables. Ideal for administrative users who need to manage data directly.",
"reachedSourceLimit": "Limited to 10 data sources per base",
"saveChanges": "Save changes",
"xcDB": "Create a new base",
"xcDB": "Új bázis létrehozása",
"extDB": "Supports MySQL, PostgreSQL, SQL Server & SQLite",
"apiRest": "Accessible via REST APIs",
"apiGQL": "Accessible via GraphQL APIs",
@ -1138,14 +1138,14 @@
},
"placeholder": {
"selectSlackChannels": "Select Slack channels",
"selectTeamsChannels": "Select Microsoft Teams channels",
"selectTeamsChannels": "Mixrosoft Teams csatorna kiválasztása",
"selectDiscordChannels": "Select Discord channels",
"selectMattermostChannels": "Select Mattermost channels",
"webhookTitle": "Webhook Title",
"barcodeColumn": "Select a field for the Barcode value",
"notFoundContent": "No valid field Type can be found.",
"selectBarcodeFormat": "Select a Barcode format",
"projName": "Enter Base Name",
"projName": "Bázis neve",
"selectGroupField": "Select a Grouping Field",
"selectGroupFieldNotFound": "No Single Select Field can be found. Please create one first.",
"selectCoverImageField": "Select a cover image field",
@ -1186,7 +1186,7 @@
"createTableLabel": "From scratch or import or connect to external database",
"noTokenCreated": "No API Tokens created",
"noTokenCreatedLabel": "Looks like you haven’t generated any API tokens yet.",
"inviteYourTeam": "Invite your team",
"inviteYourTeam": "Csapat meghívása",
"inviteYourTeamLabel": "Fast track your projects by collaborating on them with your team!",
"searchOptions": "Search options"
},
@ -1329,7 +1329,7 @@
"info": {
"schemaReadOnly": "Schema alterations are disabled for this source",
"enterWorkspaceName": "Munkaterület nevének megadása",
"enterBaseName": "Enter base name",
"enterBaseName": "Bázis neve",
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"noOIDC": "There are no configured OpenID authentications.",
@ -1398,7 +1398,7 @@
"editorDesc": "Can edit records but cannot change structure of database/fields.",
"commenterDesc": "Can view and comment the records but cannot edit anything",
"viewerDesc": "Can view the records but cannot edit anything",
"addUser": "Add new user",
"addUser": "Új felhasználó hozzáadása",
"staticRoleInfo": "System defined roles can't be edited",
"exportZip": "Export base meta to zip file and download.",
"importZip": "Import base meta zip file and restart.",

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

@ -79,14 +79,14 @@
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_empty": "空的",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"date_range": "Date Range",
"month_range": "Month Range",
"checked": "Checked",
"unchecked": "Unchecked",
"date_range": "日期范围",
"month_range": "月份范围",
"checked": "选中",
"unchecked": "未选中",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",

Loading…
Cancel
Save