Browse Source

Merge pull request #7576 from nocodb/l10n_develop_2

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

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

@ -301,6 +301,7 @@
"isNotNull": "ليس فارغاً" "isNotNull": "ليس فارغاً"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "اكتب في قاعدة البيانات", "databaseType": "اكتب في قاعدة البيانات",
"lengthValue": "الطول / القيمة", "lengthValue": "الطول / القيمة",
"dbType": "نوع قاعدة البيانات", "dbType": "نوع قاعدة البيانات",
"servername": "servername / hostAddr",
"sqliteFile": "ملف SQLite", "sqliteFile": "ملف SQLite",
"hostAddress": "عنوان المضيف", "hostAddress": "عنوان المضيف",
"port": "رقم المنفذ", "port": "رقم المنفذ",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "رابط غير صالح", "invalidURL": "رابط غير صالح",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "حدث خطأ داخلي", "internalError": "حدث خطأ داخلي",

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

@ -301,6 +301,7 @@
"isNotNull": "নল নয" "isNotNull": "নল নয"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "ডস টইপ করন", "databaseType": "ডস টইপ করন",
"lengthValue": "দয/ মন", "lengthValue": "দয/ মন",
"dbType": "ডস পরকর", "dbType": "ডস পরকর",
"servername": "servername / hostAddr",
"sqliteFile": "সইট ফইল", "sqliteFile": "সইট ফইল",
"hostAddress": "হট ঠি", "hostAddress": "হট ঠি",
"port": "পট নর", "port": "পট নর",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "není null" "isNotNull": "není null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Dokumentace", "docs": "Dokumentace",
"forum": "Fórum", "forum": "Fórum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Typ v databázi", "databaseType": "Typ v databázi",
"lengthValue": "Délka / hodnota", "lengthValue": "Délka / hodnota",
"dbType": "Typ databáze", "dbType": "Typ databáze",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite soubor", "sqliteFile": "SQLite soubor",
"hostAddress": "Adresa hostitele", "hostAddress": "Adresa hostitele",
"port": "Číslo portu", "port": "Číslo portu",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Operace Vložit není v aktivní buňce podporována.", "pasteNotSupported": "Operace Vložit není v aktivní buňce podporována.",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Neplatná adresa URL", "invalidURL": "Neplatná adresa URL",
"invalidEmail": "Neplatný e-mail", "invalidEmail": "Neplatný e-mail",
"internalError": "Došlo k nějaké interní chybě", "internalError": "Došlo k nějaké interní chybě",

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

@ -301,6 +301,7 @@
"isNotNull": "er ikke null." "isNotNull": "er ikke null."
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Indtast database", "databaseType": "Indtast database",
"lengthValue": "Længde / værdi.", "lengthValue": "Længde / værdi.",
"dbType": "Database type", "dbType": "Database type",
"servername": "servername / hostAddr",
"sqliteFile": "SQLITE FILE.", "sqliteFile": "SQLITE FILE.",
"hostAddress": "Værtsadresse.", "hostAddress": "Værtsadresse.",
"port": "Port nummer.", "port": "Port nummer.",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Indsæt er ikke understøttet på den aktive celle", "pasteNotSupported": "Indsæt er ikke understøttet på den aktive celle",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Ugyldig URL", "invalidURL": "Ugyldig URL",
"invalidEmail": "Ugyldig e-mail", "invalidEmail": "Ugyldig e-mail",
"internalError": "Der er opstået en intern fejl", "internalError": "Der er opstået en intern fejl",

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

@ -301,6 +301,7 @@
"isNotNull": "ist nicht Null" "isNotNull": "ist nicht Null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Dokumentation", "docs": "Dokumentation",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Typ in der Datenbank", "databaseType": "Typ in der Datenbank",
"lengthValue": "Länge / Wert", "lengthValue": "Länge / Wert",
"dbType": "Datenbanktyp", "dbType": "Datenbanktyp",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite-Datei", "sqliteFile": "SQLite-Datei",
"hostAddress": "Host-Adresse", "hostAddress": "Host-Adresse",
"port": "Port-Nummer", "port": "Port-Nummer",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Der Vorgang Einfügen wird auf der aktiven Zelle nicht unterstützt", "pasteNotSupported": "Der Vorgang Einfügen wird auf der aktiven Zelle nicht unterstützt",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Ungültige E-Mail-Adressen", "invalidEmails": "Ungültige E-Mail-Adressen",
"invalidEmail": "Ungültige E-Mail-Adresse" "invalidEmail": "Ungültige E-Mail-Adresse"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Ungültige URL", "invalidURL": "Ungültige URL",
"invalidEmail": "Ungültige E-Mail", "invalidEmail": "Ungültige E-Mail",
"internalError": "Interner Fehler aufgetreten", "internalError": "Interner Fehler aufgetreten",

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

@ -301,6 +301,7 @@
"isNotNull": "no es nulo" "isNotNull": "no es nulo"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Documentos", "docs": "Documentos",
"forum": "Foro", "forum": "Foro",
"parameter": "Parámetro", "parameter": "Parámetro",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Encabezado 1", "heading1": "Encabezado 1",
"heading2": "Encabezado 2", "heading2": "Encabezado 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Tipo en base de datos", "databaseType": "Tipo en base de datos",
"lengthValue": "Longitud/valor", "lengthValue": "Longitud/valor",
"dbType": "Tipo de Base de Datos", "dbType": "Tipo de Base de Datos",
"servername": "servername / hostAddr",
"sqliteFile": "Archivo SQLite", "sqliteFile": "Archivo SQLite",
"hostAddress": "Dirección del servidor", "hostAddress": "Dirección del servidor",
"port": "Puerto", "port": "Puerto",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Abrir en una nueva pestaña", "openInANewTab": "Abrir en una nueva pestaña",
"copyIFrameCode": "Copiar código IFrame", "copyIFrameCode": "Copiar código IFrame",
"onCondition": "En Condición", "onCondition": "En Condición",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "No se admite la operación de pegado en la celda activa", "pasteNotSupported": "No se admite la operación de pegado en la celda activa",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL no válida", "invalidURL": "URL no válida",
"invalidEmail": "Email inválido", "invalidEmail": "Email inválido",
"internalError": "Se ha producido algún error interno", "internalError": "Se ha producido algún error interno",

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

@ -301,6 +301,7 @@
"isNotNull": "is not null" "isNotNull": "is not null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Dokumentuak", "docs": "Dokumentuak",
"forum": "Forum", "forum": "Forum",
"parameter": "Parametroa", "parameter": "Parametroa",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Type in Database", "databaseType": "Type in Database",
"lengthValue": "Length/ value", "lengthValue": "Length/ value",
"dbType": "Datubase mota", "dbType": "Datubase mota",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite File", "sqliteFile": "SQLite File",
"hostAddress": "Host Address", "hostAddress": "Host Address",
"port": "Port Number", "port": "Port Number",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "تهی نیست" "isNotNull": "تهی نیست"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "مستندات", "docs": "مستندات",
"forum": "انجمن", "forum": "انجمن",
"parameter": "پارامتر", "parameter": "پارامتر",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "پایگاه داده را وارد کنید", "databaseType": "پایگاه داده را وارد کنید",
"lengthValue": "طول/ مقدار", "lengthValue": "طول/ مقدار",
"dbType": "نوع پایگاه داده", "dbType": "نوع پایگاه داده",
"servername": "servername / hostAddr",
"sqliteFile": "فایل SQLite", "sqliteFile": "فایل SQLite",
"hostAddress": "نشانی Host", "hostAddress": "نشانی Host",
"port": "شماره Port", "port": "شماره Port",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "عملیات جایگذاری در سلول فعال پشتیبانی نمیشود", "pasteNotSupported": "عملیات جایگذاری در سلول فعال پشتیبانی نمیشود",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL نامعتبر", "invalidURL": "URL نامعتبر",
"invalidEmail": "ایمیل نامعتبر", "invalidEmail": "ایمیل نامعتبر",
"internalError": "برخی خطاهای درونی رخ دادند", "internalError": "برخی خطاهای درونی رخ دادند",

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

@ -301,6 +301,7 @@
"isNotNull": "ei ole nolla" "isNotNull": "ei ole nolla"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Kirjoita tietokanta", "databaseType": "Kirjoita tietokanta",
"lengthValue": "Pituus / arvo", "lengthValue": "Pituus / arvo",
"dbType": "Tietokantatyyppi", "dbType": "Tietokantatyyppi",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite-tiedosto", "sqliteFile": "SQLite-tiedosto",
"hostAddress": "Isäntäosoite", "hostAddress": "Isäntäosoite",
"port": "Porttinumero", "port": "Porttinumero",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Liitä-toimintoa ei tueta aktiivisessa solussa.", "pasteNotSupported": "Liitä-toimintoa ei tueta aktiivisessa solussa.",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Virheellinen URL-osoite", "invalidURL": "Virheellinen URL-osoite",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Tapahtui jokin sisäinen virhe", "internalError": "Tapahtui jokin sisäinen virhe",

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

@ -301,6 +301,7 @@
"isNotNull": "est non null" "isNotNull": "est non null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Écrire dans la base de données", "databaseType": "Écrire dans la base de données",
"lengthValue": "Longueur / valeur", "lengthValue": "Longueur / valeur",
"dbType": "Type de base de données", "dbType": "Type de base de données",
"servername": "servername / hostAddr",
"sqliteFile": "Fichier SQLite", "sqliteFile": "Fichier SQLite",
"hostAddress": "Adresse de l'hôte", "hostAddress": "Adresse de l'hôte",
"port": "Numéro de port", "port": "Numéro de port",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Désactivé car la vue est verrouillée", "disabledAsViewLocked": "Désactivé car la vue est verrouillée",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "L'opération de collage n'est pas prise en charge sur la cellule active", "pasteNotSupported": "L'opération de collage n'est pas prise en charge sur la cellule active",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Nom requis", "nameRequired": "Nom requis",
"nameMinLength": "Le nom doit comporter au moins 2 caractères", "nameMinLength": "Le nom doit comporter au moins 2 caractères",
"nameMaxLength": "Le nom doit comporter au maximum 60 caractères", "nameMaxLength": "Le nom doit comporter au maximum 60 caractères",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL invalide", "invalidURL": "URL invalide",
"invalidEmail": "Email invalide", "invalidEmail": "Email invalide",
"internalError": "Une erreur interne est survenue", "internalError": "Une erreur interne est survenue",

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

@ -301,6 +301,7 @@
"isNotNull": "is not null" "isNotNull": "is not null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Type in Database", "databaseType": "Type in Database",
"lengthValue": "אורך / ערך", "lengthValue": "אורך / ערך",
"dbType": "סוג מסד נתונים", "dbType": "סוג מסד נתונים",
"servername": "servername / hostAddr",
"sqliteFile": "קובץ SQLite.", "sqliteFile": "קובץ SQLite.",
"hostAddress": "כתובת הוסט", "hostAddress": "כתובת הוסט",
"port": "פורט", "port": "פורט",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "כתובת אתר לא חוקית", "invalidURL": "כתובת אתר לא חוקית",
"invalidEmail": "כתובת אימייל לא תקינה", "invalidEmail": "כתובת אימייל לא תקינה",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "निररथक नह" "isNotNull": "निररथक नह"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "डस मइप कर", "databaseType": "डस मइप कर",
"lengthValue": "लई/ मय", "lengthValue": "लई/ मय",
"dbType": "डस परकर", "dbType": "डस परकर",
"servername": "servername / hostAddr",
"sqliteFile": "Sqlite फइल", "sqliteFile": "Sqlite फइल",
"hostAddress": "मन क पत", "hostAddress": "मन क पत",
"port": "पट स", "port": "पट स",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "nije ništavan" "isNotNull": "nije ništavan"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Upišite bazu podataka", "databaseType": "Upišite bazu podataka",
"lengthValue": "Duljina / vrijednost", "lengthValue": "Duljina / vrijednost",
"dbType": "Vrsta baze podataka", "dbType": "Vrsta baze podataka",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite datoteka", "sqliteFile": "SQLite datoteka",
"hostAddress": "Adresa domaćina", "hostAddress": "Adresa domaćina",
"port": "Broj porta", "port": "Broj porta",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Operacija \"lijepljenje\" nije podržana u aktivnoj ćeliji", "pasteNotSupported": "Operacija \"lijepljenje\" nije podržana u aktivnoj ćeliji",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Neispravan URL", "invalidURL": "Neispravan URL",
"invalidEmail": "Nevažeći e-mail", "invalidEmail": "Nevažeći e-mail",
"internalError": "Došlo je do greške u sustavu", "internalError": "Došlo je do greške u sustavu",

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

@ -301,6 +301,7 @@
"isNotNull": "bukan null." "isNotNull": "bukan null."
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Ketik Database", "databaseType": "Ketik Database",
"lengthValue": "Panjang / Nilai", "lengthValue": "Panjang / Nilai",
"dbType": "DATABASE TYPE.", "dbType": "DATABASE TYPE.",
"servername": "servername / hostAddr",
"sqliteFile": "File SQLite.", "sqliteFile": "File SQLite.",
"hostAddress": "Alamat Tuan Rumah", "hostAddress": "Alamat Tuan Rumah",
"port": "Nomor port.", "port": "Nomor port.",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Operasi tempel tidak didukung pada sel aktif", "pasteNotSupported": "Operasi tempel tidak didukung pada sel aktif",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL tidak valid", "invalidURL": "URL tidak valid",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Beberapa kesalahan internal terjadi", "internalError": "Beberapa kesalahan internal terjadi",

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

@ -301,6 +301,7 @@
"isNotNull": "non è nullo" "isNotNull": "non è nullo"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Documentazione", "docs": "Documentazione",
"forum": "Forum", "forum": "Forum",
"parameter": "Parametro", "parameter": "Parametro",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Titolo 1", "heading1": "Titolo 1",
"heading2": "Titolo 2", "heading2": "Titolo 2",
"heading3": "Titolo 3", "heading3": "Titolo 3",
@ -513,6 +524,7 @@
"databaseType": "Digita nel database", "databaseType": "Digita nel database",
"lengthValue": "Lunghezza / Valore", "lengthValue": "Lunghezza / Valore",
"dbType": "Tipo di database", "dbType": "Tipo di database",
"servername": "servername / hostAddr",
"sqliteFile": "File di SQLite", "sqliteFile": "File di SQLite",
"hostAddress": "Indirizzo dell'host", "hostAddress": "Indirizzo dell'host",
"port": "Numero di porta", "port": "Numero di porta",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Apri in una nuova scheda", "openInANewTab": "Apri in una nuova scheda",
"copyIFrameCode": "Copia codice Iframe", "copyIFrameCode": "Copia codice Iframe",
"onCondition": "Condizione", "onCondition": "Condizione",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabilitato perché la Vista è bloccata", "disabledAsViewLocked": "Disabilitato perché la Vista è bloccata",
"basesMigrated": "Le Basi sono migrate. Per favore riprova.", "basesMigrated": "Le Basi sono migrate. Per favore riprova.",
"pasteNotSupported": "L'operazione di incollamento non è supportata sulla cella attiva.", "pasteNotSupported": "L'operazione di incollamento non è supportata sulla cella attiva.",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Non disponibile al momento" "notAvailableAtTheMoment": "Non disponibile al momento"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Nome richiesto", "nameRequired": "Nome richiesto",
"nameMinLength": "Il nome deve essere lungo almeno 2 caratteri", "nameMinLength": "Il nome deve essere lungo almeno 2 caratteri",
"nameMaxLength": "Il nome deve essere lungo al più 60 caratteri", "nameMaxLength": "Il nome deve essere lungo al più 60 caratteri",
@ -1263,6 +1290,7 @@
"invalidEmails": "E-mail non valida", "invalidEmails": "E-mail non valida",
"invalidEmail": "Email non valida" "invalidEmail": "Email non valida"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL non valido", "invalidURL": "URL non valido",
"invalidEmail": "Email non valida", "invalidEmail": "Email non valida",
"internalError": "Si è verificato un errore interno", "internalError": "Si è verificato un errore interno",

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

@ -301,6 +301,7 @@
"isNotNull": "がnullでない" "isNotNull": "がnullでない"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "データベースでのデータ型", "databaseType": "データベースでのデータ型",
"lengthValue": "長さ/値", "lengthValue": "長さ/値",
"dbType": "データベースのデータ型", "dbType": "データベースのデータ型",
"servername": "servername / hostAddr",
"sqliteFile": "SQLiteファイル", "sqliteFile": "SQLiteファイル",
"hostAddress": "ホストアドレス", "hostAddress": "ホストアドレス",
"port": "ポート番号", "port": "ポート番号",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "現在アクティブなセルでは貼り付けはサポートされていません", "pasteNotSupported": "現在アクティブなセルでは貼り付けはサポートされていません",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "無効なURL", "invalidURL": "無効なURL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "内部エラーが発生しました", "internalError": "内部エラーが発生しました",

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

@ -301,6 +301,7 @@
"isNotNull": "null 값이 아님" "isNotNull": "null 값이 아님"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "문서", "docs": "문서",
"forum": "포럼", "forum": "포럼",
"parameter": "매개 변수", "parameter": "매개 변수",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "데이터베이스 입력", "databaseType": "데이터베이스 입력",
"lengthValue": "길이 / 값", "lengthValue": "길이 / 값",
"dbType": "데이터베이스 유형", "dbType": "데이터베이스 유형",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite 파일", "sqliteFile": "SQLite 파일",
"hostAddress": "호스트 주소", "hostAddress": "호스트 주소",
"port": "포트 번호", "port": "포트 번호",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "새 탭에서 열기", "openInANewTab": "새 탭에서 열기",
"copyIFrameCode": "IFrame 코드 복사", "copyIFrameCode": "IFrame 코드 복사",
"onCondition": "조건에 따라", "onCondition": "조건에 따라",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "베이스가 마이그레이션되었습니다. 다시 시도하십시오.", "basesMigrated": "베이스가 마이그레이션되었습니다. 다시 시도하십시오.",
"pasteNotSupported": "활성 셀에서는 붙여넣기 작업이 지원되지 않습니다.", "pasteNotSupported": "활성 셀에서는 붙여넣기 작업이 지원되지 않습니다.",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "유효하지 않은 URL", "invalidURL": "유효하지 않은 URL",
"invalidEmail": "유효하지 않은 이메일", "invalidEmail": "유효하지 않은 이메일",
"internalError": "내부 오류", "internalError": "내부 오류",

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

@ -301,6 +301,7 @@
"isNotNull": "nav null" "isNotNull": "nav null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Tips datubāzē", "databaseType": "Tips datubāzē",
"lengthValue": "Garums/ Vērtība", "lengthValue": "Garums/ Vērtība",
"dbType": "Datubāzes tips", "dbType": "Datubāzes tips",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite Datne", "sqliteFile": "SQLite Datne",
"hostAddress": "Saimniekdatora adrese", "hostAddress": "Saimniekdatora adrese",
"port": "Porta numurs", "port": "Porta numurs",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Aktīvajā šūnā netiek atbalstīta operācija \"ielīmēt\".", "pasteNotSupported": "Aktīvajā šūnā netiek atbalstīta operācija \"ielīmēt\".",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Nederīgs URL", "invalidURL": "Nederīgs URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Notika kāda iekšēja kļūda", "internalError": "Notika kāda iekšēja kļūda",

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

@ -301,6 +301,7 @@
"isNotNull": "is niet NULL" "isNotNull": "is niet NULL"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Type in Database", "databaseType": "Type in Database",
"lengthValue": "Lengte/ waarde", "lengthValue": "Lengte/ waarde",
"dbType": "Database-type", "dbType": "Database-type",
"servername": "servername / hostAddr",
"sqliteFile": "SQLITE-bestand", "sqliteFile": "SQLITE-bestand",
"hostAddress": "Hostadres", "hostAddress": "Hostadres",
"port": "Poortnummer", "port": "Poortnummer",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Plakken wordt niet ondersteund op de actieve cel", "pasteNotSupported": "Plakken wordt niet ondersteund op de actieve cel",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Ongeldige URL", "invalidURL": "Ongeldige URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Er is een interne fout opgetreden", "internalError": "Er is een interne fout opgetreden",

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

@ -301,6 +301,7 @@
"isNotNull": "er ikke null" "isNotNull": "er ikke null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Skriv inn database", "databaseType": "Skriv inn database",
"lengthValue": "Lengde / verdi", "lengthValue": "Lengde / verdi",
"dbType": "Databasetype", "dbType": "Databasetype",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite-fil", "sqliteFile": "SQLite-fil",
"hostAddress": "Vertsadresse", "hostAddress": "Vertsadresse",
"port": "Portnummer", "port": "Portnummer",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "Nie jest null" "isNotNull": "Nie jest null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Dokumentacja", "docs": "Dokumentacja",
"forum": "Forum", "forum": "Forum",
"parameter": "Parametr", "parameter": "Parametr",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Nagłówek 1", "heading1": "Nagłówek 1",
"heading2": "Nagłówek 2", "heading2": "Nagłówek 2",
"heading3": "Nagłówek 3", "heading3": "Nagłówek 3",
@ -513,6 +524,7 @@
"databaseType": "Typ bazy danych", "databaseType": "Typ bazy danych",
"lengthValue": "Długość / wartość", "lengthValue": "Długość / wartość",
"dbType": "Typ bazy danych", "dbType": "Typ bazy danych",
"servername": "servername / hostAddr",
"sqliteFile": "Plik SQLite", "sqliteFile": "Plik SQLite",
"hostAddress": "Adres hosta", "hostAddress": "Adres hosta",
"port": "Port", "port": "Port",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Otwórz w nowej karcie", "openInANewTab": "Otwórz w nowej karcie",
"copyIFrameCode": "Kopiuj kod IFrame", "copyIFrameCode": "Kopiuj kod IFrame",
"onCondition": "Pod warunkiem", "onCondition": "Pod warunkiem",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Wyłączone, ponieważ widok jest zablokowany", "disabledAsViewLocked": "Wyłączone, ponieważ widok jest zablokowany",
"basesMigrated": "Bazy zostały przeniesione. Proszę spróbować ponownie.", "basesMigrated": "Bazy zostały przeniesione. Proszę spróbować ponownie.",
"pasteNotSupported": "Operacja wklejania nie jest obsługiwana w aktywnej komórce", "pasteNotSupported": "Operacja wklejania nie jest obsługiwana w aktywnej komórce",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Obecnie niedostępne" "notAvailableAtTheMoment": "Obecnie niedostępne"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Wymagana nazwa", "nameRequired": "Wymagana nazwa",
"nameMinLength": "Nazwa musi mieć co najmniej 2 znaki", "nameMinLength": "Nazwa musi mieć co najmniej 2 znaki",
"nameMaxLength": "Nazwa musi mieć maksymalnie 60 znaków", "nameMaxLength": "Nazwa musi mieć maksymalnie 60 znaków",
@ -1263,6 +1290,7 @@
"invalidEmails": "Nieprawidłowe adresy email", "invalidEmails": "Nieprawidłowe adresy email",
"invalidEmail": "Nieprawidłowy adres email" "invalidEmail": "Nieprawidłowy adres email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Nieprawidłowy adres URL", "invalidURL": "Nieprawidłowy adres URL",
"invalidEmail": "Nieprawidłowy e-mail", "invalidEmail": "Nieprawidłowy e-mail",
"internalError": "Wystąpił błąd wewnętrzny", "internalError": "Wystąpił błąd wewnętrzny",

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

@ -301,6 +301,7 @@
"isNotNull": "não é nulo" "isNotNull": "não é nulo"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Digite o banco de dados", "databaseType": "Digite o banco de dados",
"lengthValue": "Comprimento / valor", "lengthValue": "Comprimento / valor",
"dbType": "Tipo de Base de Dados", "dbType": "Tipo de Base de Dados",
"servername": "servername / hostAddr",
"sqliteFile": "Ficheiro SQLite", "sqliteFile": "Ficheiro SQLite",
"hostAddress": "Endereço do servidor", "hostAddress": "Endereço do servidor",
"port": "Número da Porta", "port": "Número da Porta",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "A operação de colar não é suportada na célula activa", "pasteNotSupported": "A operação de colar não é suportada na célula activa",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL inválido", "invalidURL": "URL inválido",
"invalidEmail": "E-mail inválido", "invalidEmail": "E-mail inválido",
"internalError": "Ocorreu algum erro interno", "internalError": "Ocorreu algum erro interno",

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

@ -301,6 +301,7 @@
"isNotNull": "não é nulo" "isNotNull": "não é nulo"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Tipo no banco de dados", "databaseType": "Tipo no banco de dados",
"lengthValue": "Comprimento / valor", "lengthValue": "Comprimento / valor",
"dbType": "Tipo do Banco de Dados", "dbType": "Tipo do Banco de Dados",
"servername": "servername / hostAddr",
"sqliteFile": "Arquivo SQLite", "sqliteFile": "Arquivo SQLite",
"hostAddress": "Endereço do servidor", "hostAddress": "Endereço do servidor",
"port": "Número da Porta", "port": "Número da Porta",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "A operação de colar não é suportada na célula activa", "pasteNotSupported": "A operação de colar não é suportada na célula activa",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "URL inválido", "invalidURL": "URL inválido",
"invalidEmail": "E-mail inválido", "invalidEmail": "E-mail inválido",
"internalError": "Ocorreu algum erro interno", "internalError": "Ocorreu algum erro interno",

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

@ -301,6 +301,7 @@
"isNotNull": "не равно Null" "isNotNull": "не равно Null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Документация", "docs": "Документация",
"forum": "Форум", "forum": "Форум",
"parameter": "Параметр", "parameter": "Параметр",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Заголовок 1", "heading1": "Заголовок 1",
"heading2": "Заголовок 2", "heading2": "Заголовок 2",
"heading3": "Заголовок 3", "heading3": "Заголовок 3",
@ -513,6 +524,7 @@
"databaseType": "Тип в базе данных", "databaseType": "Тип в базе данных",
"lengthValue": "Длина / значение", "lengthValue": "Длина / значение",
"dbType": "Тип базы данных", "dbType": "Тип базы данных",
"servername": "servername / hostAddr",
"sqliteFile": "Файл Sqlite", "sqliteFile": "Файл Sqlite",
"hostAddress": "Адрес хоста", "hostAddress": "Адрес хоста",
"port": "Номер порта", "port": "Номер порта",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Открыть в новой вкладке", "openInANewTab": "Открыть в новой вкладке",
"copyIFrameCode": "Копировать код IFrame", "copyIFrameCode": "Копировать код IFrame",
"onCondition": "На Условии", "onCondition": "На Условии",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Операция Вставки не поддерживается в выделенной ячейке", "pasteNotSupported": "Операция Вставки не поддерживается в выделенной ячейке",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Неверный URL", "invalidURL": "Неверный URL",
"invalidEmail": "Неверный адрес электронной почты", "invalidEmail": "Неверный адрес электронной почты",
"internalError": "Произошла какая-то внутренняя ошибка", "internalError": "Произошла какая-то внутренняя ошибка",

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

@ -301,6 +301,7 @@
"isNotNull": "nie je null" "isNotNull": "nie je null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Zadajte do databázy", "databaseType": "Zadajte do databázy",
"lengthValue": "Dĺžka/hodnota", "lengthValue": "Dĺžka/hodnota",
"dbType": "Typ databázy", "dbType": "Typ databázy",
"servername": "servername / hostAddr",
"sqliteFile": "Súbor SQLite", "sqliteFile": "Súbor SQLite",
"hostAddress": "Adresa hostiteľa", "hostAddress": "Adresa hostiteľa",
"port": "Číslo portu", "port": "Číslo portu",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Operácia Vložiť nie je podporovaná v aktívnej bunke", "pasteNotSupported": "Operácia Vložiť nie je podporovaná v aktívnej bunke",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Neplatná adresa URL", "invalidURL": "Neplatná adresa URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Vyskytla sa nejaká vnútorná chyba", "internalError": "Vyskytla sa nejaká vnútorná chyba",

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

@ -301,6 +301,7 @@
"isNotNull": "ni null" "isNotNull": "ni null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Vnesite v podatkovno bazo", "databaseType": "Vnesite v podatkovno bazo",
"lengthValue": "Dolžina / vrednost", "lengthValue": "Dolžina / vrednost",
"dbType": "Vrsta baze podatkov", "dbType": "Vrsta baze podatkov",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite datoteka", "sqliteFile": "SQLite datoteka",
"hostAddress": "Naslov gostitelja", "hostAddress": "Naslov gostitelja",
"port": "Številka vrat", "port": "Številka vrat",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Operacija Vstavi ni podprta v aktivni celici", "pasteNotSupported": "Operacija Vstavi ni podprta v aktivni celici",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Nepravilen URL", "invalidURL": "Nepravilen URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Zgodila se je neka notranja napaka", "internalError": "Zgodila se je neka notranja napaka",

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

@ -301,6 +301,7 @@
"isNotNull": "är inte noll" "isNotNull": "är inte noll"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Skriv in databasen", "databaseType": "Skriv in databasen",
"lengthValue": "Längd / värde", "lengthValue": "Längd / värde",
"dbType": "Databas typ", "dbType": "Databas typ",
"servername": "servername / hostAddr",
"sqliteFile": "Sqlite-fil", "sqliteFile": "Sqlite-fil",
"hostAddress": "Värdadress", "hostAddress": "Värdadress",
"port": "Portnummer", "port": "Portnummer",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Klistra in stöds inte på den aktiva cellen.", "pasteNotSupported": "Klistra in stöds inte på den aktiva cellen.",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Ogiltig URL", "invalidURL": "Ogiltig URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Ett internt fel har uppstått.", "internalError": "Ett internt fel har uppstått.",

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

@ -301,6 +301,7 @@
"isNotNull": "ไมเปนโมฆะ" "isNotNull": "ไมเปนโมฆะ"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "พมพฐานขอมล", "databaseType": "พมพฐานขอมล",
"lengthValue": "ความยาว / คา", "lengthValue": "ความยาว / คา",
"dbType": "ประเภทฐานขอมล", "dbType": "ประเภทฐานขอมล",
"servername": "servername / hostAddr",
"sqliteFile": "ไฟล sqlite", "sqliteFile": "ไฟล sqlite",
"hostAddress": "ทอยโฮสต", "hostAddress": "ทอยโฮสต",
"port": "หมายเลขพอรต", "port": "หมายเลขพอรต",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "null değil" "isNotNull": "null değil"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Veritabanındaki Tipi", "databaseType": "Veritabanındaki Tipi",
"lengthValue": "Uzunluk / Değer", "lengthValue": "Uzunluk / Değer",
"dbType": "Veritabanı Tipi", "dbType": "Veritabanı Tipi",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite Dosyası", "sqliteFile": "SQLite Dosyası",
"hostAddress": "Host Adresi", "hostAddress": "Host Adresi",
"port": "Port Numarası", "port": "Port Numarası",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Etkin hücre üzerinde yapıştırma işlemi desteklenmiyor", "pasteNotSupported": "Etkin hücre üzerinde yapıştırma işlemi desteklenmiyor",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Geçersiz URL", "invalidURL": "Geçersiz URL",
"invalidEmail": "Geçersiz E-posta", "invalidEmail": "Geçersiz E-posta",
"internalError": "Bazı dahili hatalar oluştu", "internalError": "Bazı dahili hatalar oluştu",

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

@ -301,6 +301,7 @@
"isNotNull": "не рівне null" "isNotNull": "не рівне null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Тип в базі даних", "databaseType": "Тип в базі даних",
"lengthValue": "Довжина/Значення", "lengthValue": "Довжина/Значення",
"dbType": "Тип бази даних", "dbType": "Тип бази даних",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite файл", "sqliteFile": "SQLite файл",
"hostAddress": "Назва серверу/ІP Адреса", "hostAddress": "Назва серверу/ІP Адреса",
"port": "Номер порту", "port": "Номер порту",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Операція вставки не підтримується в активній комірці", "pasteNotSupported": "Операція вставки не підтримується в активній комірці",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Неправильна URL-адреса", "invalidURL": "Неправильна URL-адреса",
"invalidEmail": "Неправильна електронна адреса", "invalidEmail": "Неправильна електронна адреса",
"internalError": "Сталась внутрішня помилка", "internalError": "Сталась внутрішня помилка",

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

@ -301,6 +301,7 @@
"isNotNull": "không phải là null." "isNotNull": "không phải là null."
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "Nhập cơ sở dữ liệu", "databaseType": "Nhập cơ sở dữ liệu",
"lengthValue": "Chiều dài / giá trị", "lengthValue": "Chiều dài / giá trị",
"dbType": "Loại cơ sở dữ liệu", "dbType": "Loại cơ sở dữ liệu",
"servername": "servername / hostAddr",
"sqliteFile": "Tập tin sqlite.", "sqliteFile": "Tập tin sqlite.",
"hostAddress": "Địa chỉ máy chủ", "hostAddress": "Địa chỉ máy chủ",
"port": "Cổng số", "port": "Cổng số",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "Paste operation is not supported on the active cell", "pasteNotSupported": "Paste operation is not supported on the active cell",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "Invalid URL", "invalidURL": "Invalid URL",
"invalidEmail": "Invalid Email", "invalidEmail": "Invalid Email",
"internalError": "Some internal error occurred", "internalError": "Some internal error occurred",

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

@ -301,6 +301,7 @@
"isNotNull": "不为空(Not Null)" "isNotNull": "不为空(Not Null)"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "文档", "docs": "文档",
"forum": "论坛", "forum": "论坛",
"parameter": "参数", "parameter": "参数",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "一级标题", "heading1": "一级标题",
"heading2": "二级标题", "heading2": "二级标题",
"heading3": "三级标题", "heading3": "三级标题",
@ -513,6 +524,7 @@
"databaseType": "数据库中的类型", "databaseType": "数据库中的类型",
"lengthValue": "长度/值", "lengthValue": "长度/值",
"dbType": "数据库类型", "dbType": "数据库类型",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite 文件", "sqliteFile": "SQLite 文件",
"hostAddress": "服务器地址", "hostAddress": "服务器地址",
"port": "端口号", "port": "端口号",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "在新标签页中打开", "openInANewTab": "在新标签页中打开",
"copyIFrameCode": "复制 IFrame 代码", "copyIFrameCode": "复制 IFrame 代码",
"onCondition": "条件", "onCondition": "条件",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "已禁用,因为视图已锁定", "disabledAsViewLocked": "已禁用,因为视图已锁定",
"basesMigrated": "项目已迁移。请重试。", "basesMigrated": "项目已迁移。请重试。",
"pasteNotSupported": "处于活动状态的单元格不能粘贴内容", "pasteNotSupported": "处于活动状态的单元格不能粘贴内容",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "当前不可用。" "notAvailableAtTheMoment": "当前不可用。"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "您必须指定一个名字", "nameRequired": "您必须指定一个名字",
"nameMinLength": "名称长度必须至少为 2 个字符", "nameMinLength": "名称长度必须至少为 2 个字符",
"nameMaxLength": "名称长度不得超过 60 个字符", "nameMaxLength": "名称长度不得超过 60 个字符",
@ -1263,6 +1290,7 @@
"invalidEmails": "邮箱格式错误", "invalidEmails": "邮箱格式错误",
"invalidEmail": "无效的电子邮件" "invalidEmail": "无效的电子邮件"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "无效的 URL", "invalidURL": "无效的 URL",
"invalidEmail": "无效的电子邮件", "invalidEmail": "无效的电子邮件",
"internalError": "发生了一些内部错误", "internalError": "发生了一些内部错误",

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

@ -301,6 +301,7 @@
"isNotNull": "內容不為 Null" "isNotNull": "內容不為 Null"
}, },
"title": { "title": {
"sso": "Authentication (SSO)",
"docs": "Docs", "docs": "Docs",
"forum": "Forum", "forum": "Forum",
"parameter": "Parameter", "parameter": "Parameter",
@ -417,6 +418,16 @@
} }
}, },
"labels": { "labels": {
"save": "Save",
"cancel": "Cancel",
"metadataUrl": "Metadata URL",
"audience-entityId": "Audience/ Entity ID",
"redirectUrl": "Redirect URL",
"oidc": "OpenID Connect (OIDC)",
"saml": "Security Assertion Markup Language (SAML)",
"newProvider": "New Provider",
"generalSettings": "General Settings",
"ssoSettings": "SSO Settings",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -513,6 +524,7 @@
"databaseType": "資料庫中的類型", "databaseType": "資料庫中的類型",
"lengthValue": "長度/值", "lengthValue": "長度/值",
"dbType": "資料庫類型", "dbType": "資料庫類型",
"servername": "servername / hostAddr",
"sqliteFile": "SQLite 檔案", "sqliteFile": "SQLite 檔案",
"hostAddress": "主機位址", "hostAddress": "主機位址",
"port": "連線埠號碼", "port": "連線埠號碼",
@ -657,6 +669,9 @@
} }
}, },
"activity": { "activity": {
"googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider",
"openInANewTab": "Open in a new tab", "openInANewTab": "Open in a new tab",
"copyIFrameCode": "Copy IFrame code", "copyIFrameCode": "Copy IFrame code",
"onCondition": "On Condition", "onCondition": "On Condition",
@ -1069,6 +1084,8 @@
} }
}, },
"info": { "info": {
"idpPaste": "Paste these URL in your Identity Providers console",
"noSaml": "There are no configured SAML authentications.",
"disabledAsViewLocked": "Disabled as View is locked", "disabledAsViewLocked": "Disabled as View is locked",
"basesMigrated": "Bases are migrated. Please try again.", "basesMigrated": "Bases are migrated. Please try again.",
"pasteNotSupported": "不支援在啟用的儲存格中執行貼上", "pasteNotSupported": "不支援在啟用的儲存格中執行貼上",
@ -1233,6 +1250,16 @@
"notAvailableAtTheMoment": "Not available at the moment" "notAvailableAtTheMoment": "Not available at the moment"
}, },
"error": { "error": {
"scopesRequired": "Scopes required",
"authUrlRequired": "Auth URL is required",
"userNameAttributeRequired": "Username attribute is required",
"clientIdRequired": "Client ID is required",
"issuerRequired": "Issuer is required",
"clientSecretRequired": "Client Secret is required",
"jwkUrlRequired": "JWK URL is required",
"tokenUrlRequired": "Token URL is required",
"userInfoUrlRequired": "UserInfo URL is required",
"eitherXML": "Either xml or metadata url is required",
"nameRequired": "Name Required", "nameRequired": "Name Required",
"nameMinLength": "Name must be at least 2 characters long", "nameMinLength": "Name must be at least 2 characters long",
"nameMaxLength": "Name must be at most 60 characters long", "nameMaxLength": "Name must be at most 60 characters long",
@ -1263,6 +1290,7 @@
"invalidEmails": "Invalid emails", "invalidEmails": "Invalid emails",
"invalidEmail": "Invalid Email" "invalidEmail": "Invalid Email"
}, },
"invalidXml": "Invalid XML",
"invalidURL": "無效的連結", "invalidURL": "無效的連結",
"invalidEmail": "無效的電子郵件", "invalidEmail": "無效的電子郵件",
"internalError": "發生內部錯誤", "internalError": "發生內部錯誤",

Loading…
Cancel
Save