mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -1 +1,19 @@
|
||||
{}
|
||||
{
|
||||
"ACUserManager": {
|
||||
"Invite new member": "Convidar nou membre",
|
||||
"Enter email address": "Posa l'adreça de correu electrònic",
|
||||
"We'll email an invite to {{email}}": "Enviarem una invitació per correu electrònic a {{email}}"
|
||||
},
|
||||
"AccessRules": {
|
||||
"Add Default Rule": "Afegir regla per defecte",
|
||||
"Add Table Rules": "Afegir regles de Taula",
|
||||
"Add User Attributes": "Afegir atributs d'usuari",
|
||||
"Allow everyone to view Access Rules.": "Permetre a tothom veure les Regles d'Accés.",
|
||||
"Attribute name": "Nom de l'Atribut",
|
||||
"Attribute to Look Up": "Atribut a buscar",
|
||||
"Checking...": "Comprovant…",
|
||||
"Condition": "Condició",
|
||||
"Add Column Rule": "Afegir regla de columna",
|
||||
"Allow everyone to copy the entire document, or view it in full in fiddle mode.\nUseful for examples and templates, but not for sensitive data.": "Permetre a tothom copiar el document complet, o veure'l en mode completament obert.\nÚtil per a exemples i plantilles, però no per a dades sensibles."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -667,7 +667,7 @@
|
||||
"Replace {{termToUse}}...": "Ordeztu {{termToUse}}…",
|
||||
"Save Document": "Gorde dokumentua",
|
||||
"Send to Google Drive": "Bidali Google Drivera",
|
||||
"Show in folder": "Erakutsi direktorioan",
|
||||
"Show in folder": "Erakutsi karpetan",
|
||||
"Work on a Copy": "Egin lan kopia batean",
|
||||
"Share": "Partekatu",
|
||||
"Download...": "Jaitsi…",
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
"Manage webhooks": "Gérer les points d'ancrage Web",
|
||||
"ID for API use": "ID pour l'utilisation de l'API",
|
||||
"Find slow formulas": "Trouver les formules lentes",
|
||||
"python2 (legacy)": "python2 (encien)",
|
||||
"python2 (legacy)": "python2 (ancien)",
|
||||
"Try API calls from the browser": "Essayer les appels API à partir du navigateur",
|
||||
"Time Zone": "Fuseau horaire",
|
||||
"python3 (recommended)": "python3 (recommandé)",
|
||||
|
||||
@@ -1309,7 +1309,9 @@
|
||||
"unknown": "neznáme",
|
||||
"Grist signs user session cookies with a secret key. Please set this key via the environment variable GRIST_SESSION_SECRET. Grist falls back to a hard-coded default when it is not set. We may remove this notice in the future as session IDs generated since v1.1.16 are inherently cryptographically secure.": "Grist podpisuje súbory cookie relácie používateľa tajným kľúčom. Nastavte tento kľúč prostredníctvom premennej prostredia GRIST_SESSION_SECRET. Grist sa vráti späť na pevne zakódované predvolené nastavenie, keď nie je nastavené. Toto upozornenie môžeme v budúcnosti odstrániť, pretože ID relácie generované od verzie 1.1.16 sú vo svojej podstate kryptograficky bezpečné.",
|
||||
"Key to sign sessions with": "Kľúč na podpisovanie relácií",
|
||||
"Session Secret": "Tajomstvo Relácie"
|
||||
"Session Secret": "Tajomstvo Relácie",
|
||||
"Enable Grist Enterprise": "Povoliť Grist Enterprise",
|
||||
"Enterprise": "Enterprise"
|
||||
},
|
||||
"TimingPage": {
|
||||
"Table ID": "ID Tabuľky",
|
||||
@@ -1666,5 +1668,18 @@
|
||||
"Type here": "Zadať sem",
|
||||
"Your organization": "Vaša organizácia",
|
||||
"Your role": "Vaša úloha"
|
||||
},
|
||||
"ToggleEnterpriseWidget": {
|
||||
"Disable Grist Enterprise": "Zakázať Grist Enterprise",
|
||||
"Enable Grist Enterprise": "Povoliť Grist Enterprise",
|
||||
"Grist Enterprise is **enabled**.": "Grist Enterprise je **povolený**.",
|
||||
"An activation key is used to run Grist Enterprise after a trial period\nof 30 days has expired. Get an activation key by [signing up for Grist\nEnterprise]({{signupLink}}). You do not need an activation key to run\nGrist Core.\n\nLearn more in our [Help Center]({{helpCenter}}).": "Aktivačný kľúč sa používa na spustenie Grist Enterprise po uplynutí skúšobnej\ndoby 30 dní. Získajte aktivačný kľúč [registráciou pre Grist\nPodnik]({{signupLink}}). Na spustenie nepotrebujete aktivačný kľúč\nGrist Core.\n\nZistite viac v našom [Help Center] ({{helpCenter}})."
|
||||
},
|
||||
"ViewLayout": {
|
||||
"Delete": "Odstrániť",
|
||||
"Delete data and this widget.": "Odstrániť dáta a tento widget.",
|
||||
"Keep data and delete widget. Table will remain available in {{rawDataLink}}": "Uchovať údaje a odstrániť widget. Tabuľka zostane dostupná v {{rawDataLink}}",
|
||||
"raw data page": "stránka nespracovaných údajov",
|
||||
"Table {{tableName}} will no longer be visible": "Tabuľka {{tableName}} nebude dlho viditeľná"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user