mirror of https://github.com/nocodb/nocodb
Raju Udava
2 years ago
9 changed files with 48 additions and 4044 deletions
@ -1,668 +0,0 @@
|
||||
{ |
||||
"general": { |
||||
"home": "Home", |
||||
"load": "Carica", |
||||
"open": "Apri", |
||||
"close": "Chiudi", |
||||
"yes": "Sì", |
||||
"no": "No", |
||||
"ok": "OK", |
||||
"and": "e", |
||||
"or": "o", |
||||
"add": "Aggiungi", |
||||
"edit": "Modifica", |
||||
"remove": "Rimuovi", |
||||
"save": "Salva", |
||||
"cancel": "Annulla", |
||||
"submit": "Invia", |
||||
"create": "Crea", |
||||
"insert": "Inserisci", |
||||
"delete": "Elimina", |
||||
"update": "Aggiorna", |
||||
"rename": "Rinomina", |
||||
"reload": "Ricarica", |
||||
"reset": "Ripristina", |
||||
"install": "Installa", |
||||
"show": "Mostra", |
||||
"hide": "Nascondi", |
||||
"showAll": "Mostra tutto", |
||||
"hideAll": "Nascondi tutto", |
||||
"showMore": "Mostra di più", |
||||
"showOptions": "Mostra le opzioni", |
||||
"hideOptions": "Nascondi le opzioni", |
||||
"showMenu": "Mostra il menu", |
||||
"hideMenu": "Nascondi il menu", |
||||
"addAll": "Aggiungi tutto", |
||||
"removeAll": "Rimuovi tutto", |
||||
"signUp": "REGISTRATI", |
||||
"signIn": "ACCEDI", |
||||
"signOut": "Esci", |
||||
"required": "Richiesto", |
||||
"preferred": "Preferito", |
||||
"mandatory": "Obbligatorio", |
||||
"loading": "Caricamento ...", |
||||
"title": "Titolo", |
||||
"upload": "Carica", |
||||
"download": "Scarica", |
||||
"default": "Predefinito", |
||||
"more": "Di più", |
||||
"less": "Meno", |
||||
"event": "Evento", |
||||
"condition": "Condizione", |
||||
"after": "Dopo", |
||||
"before": "Prima", |
||||
"search": "Cerca", |
||||
"notification": "Notifica", |
||||
"reference": "Riferimento", |
||||
"function": "Funzione", |
||||
"confirm": "Confirm", |
||||
"generate": "Generate", |
||||
"copy": "Copy", |
||||
"misc": "Miscellaneous", |
||||
"lock": "Lock", |
||||
"unlock": "Unlock", |
||||
"credentials": "Credentials", |
||||
"help": "Help", |
||||
"questions": "Questions", |
||||
"reachOut": "Reach out here", |
||||
"betaNote": "This feature is currently in beta.", |
||||
"moreInfo": "More information can be found here", |
||||
"logs": "Logs" |
||||
}, |
||||
"objects": { |
||||
"project": "Progetto", |
||||
"projects": "Progetti", |
||||
"table": "Tabella", |
||||
"tables": "Tabelle", |
||||
"field": "Campo", |
||||
"fields": "Campi", |
||||
"column": "Colonna", |
||||
"columns": "Colonne", |
||||
"page": "Pagina", |
||||
"pages": "Pagine", |
||||
"record": "Record", |
||||
"records": "Records", |
||||
"webhook": "Webhook", |
||||
"webhooks": "Webhooks", |
||||
"view": "Vista", |
||||
"views": "Viste", |
||||
"viewType": { |
||||
"grid": "Griglia", |
||||
"gallery": "Galleria", |
||||
"form": "Modulo", |
||||
"kanban": "Kanban", |
||||
"calendar": "Calendario" |
||||
}, |
||||
"user": "Utente", |
||||
"users": "Utenti", |
||||
"role": "Ruolo", |
||||
"roles": "Ruoli", |
||||
"roleType": { |
||||
"owner": "Proprietario", |
||||
"creator": "Creatore", |
||||
"editor": "Editor", |
||||
"commenter": "Commentatore", |
||||
"viewer": "Spettatore" |
||||
} |
||||
}, |
||||
"datatype": { |
||||
"ID": "ID", |
||||
"ForeignKey": "Chiave straniera", |
||||
"SingleLineText": "Testo a riga singola", |
||||
"LongText": "Testo lungo", |
||||
"Attachment": "Allegato", |
||||
"Checkbox": "Casella di controllo", |
||||
"MultiSelect": "Selezione multipla", |
||||
"SingleSelect": "Selezione singola", |
||||
"Collaborator": "Collaboratore", |
||||
"Date": "Data", |
||||
"Year": "Anno", |
||||
"Time": "Orario", |
||||
"PhoneNumber": "Numero di telefono", |
||||
"Email": "E-mail", |
||||
"URL": "URL", |
||||
"Number": "Numero", |
||||
"Decimal": "Decimale", |
||||
"Currency": "Moneta", |
||||
"Percent": "Percento", |
||||
"Duration": "Durata", |
||||
"Rating": "Valutazione", |
||||
"Formula": "Formula", |
||||
"Rollup": "Rollup", |
||||
"Count": "Contatore", |
||||
"Lookup": "Consultazione", |
||||
"DateTime": "Data e ora", |
||||
"CreateTime": "Data di creazione", |
||||
"LastModifiedTime": "Data di ultima modifica", |
||||
"AutoNumber": "Numerazione automatica", |
||||
"Barcode": "Codice a barre", |
||||
"Button": "Pulsante", |
||||
"Password": "Password", |
||||
"relationProperties": { |
||||
"noAction": "Nessuna azione", |
||||
"cascade": "Cascata", |
||||
"restrict": "Limitata", |
||||
"setNull": "Lascia vuoto", |
||||
"setDefault": "Imposta default" |
||||
} |
||||
}, |
||||
"filterOperation": { |
||||
"isEqual": "è uguale", |
||||
"isNotEqual": "non è uguale", |
||||
"isLike": "è come", |
||||
"isNot like": "non è come", |
||||
"isEmpty": "è vuoto", |
||||
"isNotEmpty": "non è vuoto", |
||||
"isNull": "è nullo", |
||||
"isNotNull": "non è nullo" |
||||
}, |
||||
"title": { |
||||
"newProj": "Nuovo progetto", |
||||
"myProject": "I miei progetti", |
||||
"formTitle": "Titolo del modulo", |
||||
"collabView": "Vista collaborativa", |
||||
"lockedView": "Vista bloccata", |
||||
"personalView": "Vista personale", |
||||
"appStore": "App Store", |
||||
"teamAndAuth": "Team e Autorizzazioni", |
||||
"rolesUserMgmt": "Gestione dei ruoli e degli utenti", |
||||
"userMgmt": "Gestione degli utenti", |
||||
"apiTokenMgmt": "Gestione dei token API", |
||||
"rolesMgmt": "Gestione dei ruoli", |
||||
"projMeta": "Metadati del progetto", |
||||
"metaMgmt": "Gestione metadati", |
||||
"metadata": "Metadati", |
||||
"exportImportMeta": "Esporta / Importa metadati", |
||||
"uiACL": "Controllo degli accessi interfaccia grafica (ACL)", |
||||
"metaOperations": "Operazioni sui metadati", |
||||
"audit": "Audit", |
||||
"auditLogs": "Registro audit", |
||||
"sqlMigrations": "Migrazioni SQL", |
||||
"dbCredentials": "Credenziali del database", |
||||
"advancedParameters": "SSL e parametri avanzati", |
||||
"headCreateProject": "Crea progetto | NocoDB", |
||||
"headLogin": "Accedi | NocoDB", |
||||
"resetPassword": "Reimposta la tua password", |
||||
"teamAndSettings": "Team e Impostazioni", |
||||
"apiDocs": "Documentazione API", |
||||
"importFromAirtable": "Importa da Airtable", |
||||
"generateToken": "Generate Token", |
||||
"APIsAndSupport": "APIs & Support", |
||||
"helpCenter": "Help center", |
||||
"swaggerDocumentation": "Swagger Documentation", |
||||
"quickImportFrom": "Quick Import From", |
||||
"quickImport": "Quick Import", |
||||
"advancedSettings": "Advanced Settings", |
||||
"codeSnippet": "Code Snippet" |
||||
}, |
||||
"labels": { |
||||
"notifyVia": "Notifica tramite", |
||||
"projName": "Nome del progetto", |
||||
"tableName": "Nome della tabella", |
||||
"viewName": "Visualizza nome", |
||||
"viewLink": "Visualizza link", |
||||
"columnName": "Nome della colonna", |
||||
"columnType": "Tipo di colonna", |
||||
"roleName": "Nome del ruolo", |
||||
"roleDescription": "Descrizione del ruolo", |
||||
"databaseType": "Digita nel database", |
||||
"lengthValue": "Lunghezza / Valore", |
||||
"dbType": "Tipo di database", |
||||
"sqliteFile": "File di SQLite", |
||||
"hostAddress": "Indirizzo dell'host", |
||||
"port": "Numero di porta", |
||||
"username": "Nome utente", |
||||
"password": "Password", |
||||
"schemaName": "Nome schema", |
||||
"database": "Banca dati", |
||||
"action": "Azione", |
||||
"actions": "Azioni", |
||||
"operation": "Operazione", |
||||
"operationType": "Tipo di operazioni", |
||||
"operationSubType": "Sottotipo di operazioni", |
||||
"description": "Descrizione", |
||||
"authentication": "Autenticazione", |
||||
"token": "Chiave (Token)", |
||||
"where": "Dove", |
||||
"cache": "Cache", |
||||
"chat": "Chat", |
||||
"email": "E-mail", |
||||
"storage": "Archiviazione", |
||||
"uiAcl": "UI-ACL", |
||||
"models": "Modelli", |
||||
"syncState": "Sincronizza stato", |
||||
"created": "Creato", |
||||
"sqlOutput": "Output SQL", |
||||
"addOption": "Aggiungi opzione", |
||||
"aggregateFunction": "Aggrega funzione", |
||||
"dbCreateIfNotExists": "Database: crea se non esiste", |
||||
"clientKey": "Chiave client", |
||||
"clientCert": "Certificato client", |
||||
"serverCA": "Server CA", |
||||
"requriedCa": "Richiesto-CA", |
||||
"requriedIdentity": "Richiesto-IDENTITY", |
||||
"inflection": { |
||||
"tableName": "Inflessione - Nome della tabella", |
||||
"columnName": "Inflessione - Nome della colonna" |
||||
}, |
||||
"community": { |
||||
"starUs1": "Mettici una stella", |
||||
"starUs2": "su Github", |
||||
"bookDemo": "Prenota una demo gratuita", |
||||
"getAnswered": "Ottieni risposte alle tue domande", |
||||
"joinDiscord": "Unisciti su Discord", |
||||
"joinCommunity": "Unisciti alla community di NocoDB", |
||||
"joinReddit": "Unisciti a /r/NocoDB su Reddit", |
||||
"followNocodb": "Segui NocoDB" |
||||
}, |
||||
"docReference": "Riferimento del documento", |
||||
"selectUserRole": "Seleziona il ruolo utente", |
||||
"childTable": "Sottotabella", |
||||
"childColumn": "Sottocolonna", |
||||
"onUpdate": "All'aggiornamento", |
||||
"onDelete": "All'eliminazione", |
||||
"account": "Account", |
||||
"language": "Language", |
||||
"primaryColor": "Primary Color", |
||||
"accentColor": "Accent Color", |
||||
"customTheme": "Custom Theme", |
||||
"requestDataSource": "Request a data source you need?", |
||||
"apiKey": "API Key", |
||||
"sharedBase": "Shared Base", |
||||
"importData": "Import Data", |
||||
"importSecondaryViews": "Import Secondary Views", |
||||
"importRollupColumns": "Import Rollup Columns", |
||||
"importLookupColumns": "Import Lookup Columns", |
||||
"importAttachmentColumns": "Import Attachment Columns", |
||||
"importFormulaColumns": "Import Formula Columns", |
||||
"noData": "No Data", |
||||
"goToDashboard": "Go to Dashboard", |
||||
"importing": "Importing", |
||||
"flattenNested": "Flatten Nested", |
||||
"downloadAllowed": "Download allowed", |
||||
"weAreHiring": "We are Hiring!", |
||||
"primaryKey": "Primary key", |
||||
"hasMany": "has many", |
||||
"belongsTo": "belongs to", |
||||
"manyToMany": "have many to many relation", |
||||
"extraConnectionParameters": "Extra connection parameters", |
||||
"commentsOnly": "Comments only", |
||||
"documentation": "Documentation", |
||||
"subscribeNewsletter": "Subscribe to our weekly newsletter", |
||||
"signUpWithGoogle": "Sign up with Google", |
||||
"agreeToTos": "By signing up, you agree to the Terms of Service", |
||||
"welcomeToNc": "Welcome to NocoDB!" |
||||
}, |
||||
"activity": { |
||||
"createProject": "Crea progetto", |
||||
"importProject": "Importa progetto", |
||||
"searchProject": "Cerca progetto", |
||||
"editProject": "Modifica progetto", |
||||
"stopProject": "Interrompi progetto", |
||||
"startProject": "Avvia progetto", |
||||
"restartProject": "Riavvia progetto", |
||||
"deleteProject": "Elimina progetto", |
||||
"refreshProject": "Aggiorna progetti", |
||||
"saveProject": "Salva il progetto", |
||||
"createProjectExtended": { |
||||
"extDB": "Crea collegandoti <br>ad un database esterno", |
||||
"excel": "Crea un progetto da Excel", |
||||
"template": "Crea progetto da un modello" |
||||
}, |
||||
"OkSaveProject": "OK & Salva progetto", |
||||
"upgrade": { |
||||
"available": "Aggiornamento disponibile", |
||||
"releaseNote": "Note di rilascio", |
||||
"howTo": "Come aggiornare?" |
||||
}, |
||||
"translate": "Aiuta a tradurre.", |
||||
"account": { |
||||
"authToken": "Copia il token dell'auth.", |
||||
"swagger": "Swagger: REST APIs", |
||||
"projInfo": "Copia le informazioni del progetto", |
||||
"themes": "Temi" |
||||
}, |
||||
"sort": "Ordinare", |
||||
"addSort": "Aggiungi opzione di ordinamento", |
||||
"filter": "Filtro", |
||||
"addFilter": "Aggiungi filtro.", |
||||
"share": "Condividere", |
||||
"shareBase": { |
||||
"disable": "Disabilitare la base condivisa", |
||||
"enable": "Chiunque con il link", |
||||
"link": "Collegamento base condiviso" |
||||
}, |
||||
"invite": "Invita", |
||||
"inviteMore": "Invita di più", |
||||
"inviteTeam": "Invita un team.", |
||||
"inviteToken": "Invita con una chiave", |
||||
"newUser": "Nuovo utente", |
||||
"editUser": "Modifica utente", |
||||
"deleteUser": "Rimuovi utente dal progetto", |
||||
"resendInvite": "Reinvia e-mail di invito", |
||||
"copyInviteURL": "Copia l'URL dell'invito", |
||||
"newRole": "Nuovo ruolo", |
||||
"reloadRoles": "Ricarica ruoli", |
||||
"nextPage": "Pagina successiva", |
||||
"prevPage": "Pagina precedente", |
||||
"nextRecord": "Prossimo record.", |
||||
"previousRecord": "Record precedente", |
||||
"copyApiURL": "Copia l'URL delle API", |
||||
"createTable": "Crea tabella.", |
||||
"refreshTable": "Aggiorna tabella", |
||||
"renameTable": "Rinomina tabella", |
||||
"deleteTable": "Elimina tabella", |
||||
"addField": "Aggiungi un nuovo campo a questa tabella", |
||||
"setPrimary": "Impostare come valore primario", |
||||
"addRow": "Aggiungi nuova riga", |
||||
"saveRow": "Salva riga", |
||||
"insertRow": "Inserisci nuova riga", |
||||
"deleteRow": "Elimina riga.", |
||||
"deleteSelectedRow": "Elimina righe selezionate", |
||||
"importExcel": "Importa Excel.", |
||||
"importCSV": "Import CSV", |
||||
"downloadCSV": "Scarica come CSV.", |
||||
"downloadExcel": "Scarica come XLSX", |
||||
"uploadCSV": "Carica CSV.", |
||||
"import": "Importa", |
||||
"importMetadata": "Importa metadati", |
||||
"exportMetadata": "Esporta metadati", |
||||
"clearMetadata": "Cancella metadati", |
||||
"exportToFile": "Esporta su file", |
||||
"changePwd": "Cambia password", |
||||
"createView": "Crea una vista", |
||||
"shareView": "Condividi vista", |
||||
"listSharedView": "Elenco di visualizzazione condivisa", |
||||
"ListView": "Lista viste", |
||||
"copyView": "Copia vista", |
||||
"renameView": "Rinomina vista", |
||||
"deleteView": "Elimina vista", |
||||
"createGrid": "Crea vista griglia", |
||||
"createGallery": "Crea vista galleria", |
||||
"createCalendar": "Crea vista calendario", |
||||
"createKanban": "Crea vista Kanban.", |
||||
"createForm": "Crea vista modulo", |
||||
"showSystemFields": "Mostra campi di sistema", |
||||
"copyUrl": "Copia URL.", |
||||
"openTab": "Apri una nuova scheda", |
||||
"iFrame": "Copia codice HTML incorporabile", |
||||
"addWebhook": "Aggiungi nuovo webhook.", |
||||
"newToken": "Aggiungi nuovo token.", |
||||
"exportZip": "Esporta zip", |
||||
"importZip": "Importa zip", |
||||
"metaSync": "Sincronizza ora", |
||||
"settings": "Impostazioni", |
||||
"previewAs": "Anteprima come", |
||||
"resetReview": "Ripristina anteprima", |
||||
"testDbConn": "Verifica connessione al database", |
||||
"removeDbFromEnv": "Rimuovi il database dall'ambiente", |
||||
"editConnJson": "Modifica JSON della connessione", |
||||
"sponsorUs": "Sponsorizzaci", |
||||
"sendEmail": "INVIA EMAIL", |
||||
"addUserToProject": "Add user to project", |
||||
"getApiSnippet": "Get API Snippet", |
||||
"clearCell": "Clear cell", |
||||
"addFilterGroup": "Add Filter Group", |
||||
"linkRecord": "Link record", |
||||
"addNewRecord": "Add new record", |
||||
"useConnectionUrl": "Use Connection URL", |
||||
"toggleCommentsDraw": "Toggle comments draw" |
||||
}, |
||||
"tooltip": { |
||||
"saveChanges": "Salva le modifiche", |
||||
"xcDB": "Crea un nuovo progetto", |
||||
"extDB": "Supporta MySQL, PostgreSQL, SQL Server & SQLite", |
||||
"apiRest": "Accessibile tramite API REST", |
||||
"apiGQL": "Accessibile tramite API GraphQL", |
||||
"theme": { |
||||
"dark": "C'è la modalità scura (^ ⇧b)", |
||||
"light": "C'è la modalità scura? (^ ⇧b)" |
||||
}, |
||||
"addTable": "Aggiungi nuova tabella", |
||||
"inviteMore": "Invita più utenti", |
||||
"toggleNavDraw": "Attiva / Disattiva il pannello di navigazione", |
||||
"reloadApiToken": "Ricarica le chiavi API.", |
||||
"generateNewApiToken": "Genera nuova chiave API", |
||||
"addRole": "Aggiungi un nuovo ruolo", |
||||
"reloadList": "Ricarica lista", |
||||
"metaSync": "Sincronizza metadati", |
||||
"sqlMigration": "Ricarica le migrazioni", |
||||
"updateRestart": "Aggiorna e riavvia", |
||||
"cancelReturn": "Annulla e torna indietro", |
||||
"exportMetadata": "Esporta tutti i metadati dalla sopratabella alla sopracartella", |
||||
"importMetadata": "Importa tutti i metadati dalla sopracartella alla sopratabella", |
||||
"clearMetadata": "Cancella tutti i metadati dalle sopratabelle", |
||||
"clientKey": "Seleziona file .key", |
||||
"clientCert": "Seleziona file .cert", |
||||
"clientCA": "Seleziona file CA" |
||||
}, |
||||
"placeholder": { |
||||
"projName": "Inserisci il nome del progetto", |
||||
"password": { |
||||
"enter": "Inserisci la password", |
||||
"current": "Password attuale", |
||||
"new": "Nuova password", |
||||
"save": "Salva la password", |
||||
"confirm": "Conferma la nuova password" |
||||
}, |
||||
"searchProjectTree": "Cerca tabelle", |
||||
"searchFields": "Campi di ricerca", |
||||
"searchColumn": "Cerca {Cerca} colonna", |
||||
"searchApps": "Cerca app", |
||||
"searchModels": "Modelli di ricerca", |
||||
"noItemsFound": "Nessun elemento trovato", |
||||
"defaultValue": "Valore di default", |
||||
"filterByEmail": "Filtra per e-mail", |
||||
"filterQuery": "Filter query", |
||||
"selectField": "Select field" |
||||
}, |
||||
"msg": { |
||||
"info": { |
||||
"footerInfo": "Righe per pagina", |
||||
"upload": "Seleziona il file da caricare", |
||||
"upload_sub": "o trascinalo qui", |
||||
"excelSupport": "Tipi supportati: .xls, .xlsx, .xlsm, .ods, .ots", |
||||
"excelURL": "Inserisci l'URL del file Excel", |
||||
"csvURL": "Inserisci l'URL del file CSV", |
||||
"footMsg": "Numero di righe per analizzare per dedurre il tipo di dati", |
||||
"excelImport": "foglio (i) sono disponibili per l'importazione", |
||||
"exportMetadata": "Vuoi esportare i metadati dalle sopracartelle?", |
||||
"importMetadata": "Vuoi importare i metadati dalle sopracartelle?", |
||||
"clearMetadata": "Vuoi cancellare i metadati dalle sopracartelle?", |
||||
"projectEmptyMessage": "Inizia creando un nuovo progetto", |
||||
"stopProject": "Vuoi fermare il progetto?", |
||||
"startProject": "Vuoi avviare il progetto?", |
||||
"restartProject": "Vuoi riavviare il progetto?", |
||||
"deleteProject": "Vuoi cancellare il progetto?", |
||||
"shareBasePrivate": "Genera base readonly condivisibile pubblicamente", |
||||
"shareBasePublic": "Chiunque su Internet con questo link può visualizzare", |
||||
"userInviteNoSMTP": "Sembra che non abbia ancora configurato il mailer! Manda il link d'invito sopra a", |
||||
"dragDropHide": "Rilascia qui i campi da nascondere", |
||||
"formInput": "Inserisci l'etichetta di input del modulo", |
||||
"formHelpText": "Aggiungi testo di aiuto", |
||||
"onlyCreator": "Solo visibile al creatore", |
||||
"formDesc": "Aggiungi descrizione del modulo", |
||||
"beforeEnablePwd": "Limita l'accesso con una password", |
||||
"afterEnablePwd": "L'accesso è protetto da una password", |
||||
"privateLink": "Questa vista è condivisa tramite un collegamento privato", |
||||
"privateLinkAdditionalInfo": "Le persone con collegamento privato possono vedere solo le celle visibili in questa vista", |
||||
"afterFormSubmitted": "Dopo che il modulo è stato inviato", |
||||
"apiOptions": "Accedi al progetto tramite", |
||||
"submitAnotherForm": "Mostra \"Invia un altro modulo\"", |
||||
"showBlankForm": "Mostra un modulo vuoto dopo 5 secondi", |
||||
"emailForm": "Mandami un'e-mail a", |
||||
"showSysFields": "Mostra campi di sistema", |
||||
"filterAutoApply": "Auto Apply.", |
||||
"showMessage": "Mostra questo messaggio", |
||||
"viewNotShared": "La vista corrente non è condivisa!", |
||||
"showAllViews": "Mostra tutte le viste condivise di questa tabella", |
||||
"collabView": "I collaboratori con autorizzazioni di modifica o superiore possono modificare la configurazione della vista", |
||||
"lockedView": "Nessuno può modificare la configurazione della vista finché non è sbloccata.", |
||||
"personalView": "Solo tu puoi modificare la visualizzazione della vista. Le viste personali degli altri collaboratori sono nascoste di default", |
||||
"ownerDesc": "Può aggiungere / rimuovere i creatori. E modificare completamente strutture e campi", |
||||
"creatorDesc": "Può modificare completamente la struttura e i valori del database.", |
||||
"editorDesc": "Può modificare i record ma non può cambiare la struttura del database / dei campi.", |
||||
"commenterDesc": "Può visualizzare e commentare i record ma non può modificare nulla", |
||||
"viewerDesc": "Può visualizzare i record ma non può modificare nulla", |
||||
"addUser": "Aggiungi nuovo utente", |
||||
"staticRoleInfo": "I ruoli definiti dal sistema non possono essere modificati", |
||||
"exportZip": "Esporta e scarica meta del progetto come file zip.", |
||||
"importZip": "Importa il file zip dei meta del progetto e riavvia.", |
||||
"importText": "Importa progetto NocoDB caricando il file zip dei metadata", |
||||
"metaNoChange": "Nessun cambiamento identificato", |
||||
"sqlMigration": "Le migrazioni dello schema saranno create automaticamente. Crea una tabella e aggiorna questa pagina.", |
||||
"dbConnectionStatus": "Ambiente convalidato", |
||||
"dbConnected": "La connessione ha avuto successo", |
||||
"notifications": { |
||||
"no_new": "Nessuna nuova notifica", |
||||
"clear": "Cancella" |
||||
}, |
||||
"sponsor": { |
||||
"header": "Puoi aiutarci!", |
||||
"message": "Siamo un piccolo team che lavora a tempo pieno per rendere NocoDB open-source. Crediamo che uno strumento come NocoDB dovrebbe essere disponibile liberamente per problem-solver su Internet." |
||||
}, |
||||
"loginMsg": "Accedi a NocoDB", |
||||
"passwordRecovery": { |
||||
"message_1": "Per favore, fornisci l'indirizzo email che hai utilizzato durante la tua registrazione.", |
||||
"message_2": "Ti invieremo un'e-mail con un link per ripristinare la password.", |
||||
"success": "Per favore, controlla la tua e-mail per reimpostare la password" |
||||
}, |
||||
"signUp": { |
||||
"superAdmin": "Sarai il 'Super Admin'", |
||||
"alreadyHaveAccount": "Hai già un account ?", |
||||
"workEmail": "Inserisci la tua email di lavoro", |
||||
"enterPassword": "Inserisci la tua password", |
||||
"forgotPassword": "Hai dimenticato la password ?", |
||||
"dontHaveAccount": "Non hai un account ?" |
||||
}, |
||||
"addView": { |
||||
"grid": "Aggiungi vista griglia", |
||||
"gallery": "Aggiungi vista galleria", |
||||
"form": "Aggiungi vista modulo", |
||||
"kanban": "Aggiungi vista kanban", |
||||
"calendar": "Aggiungi vista calendario" |
||||
}, |
||||
"tablesMetadataInSync": "I metadati delle tabelle sono sincronizzati", |
||||
"addMultipleUsers": "Puoi aggiungere più e-mail separate da virgole(,)", |
||||
"enterTableName": "Inserisci il nome della tabella", |
||||
"addDefaultColumns": "Aggiungi colonne predefinite", |
||||
"tableNameInDb": "Nome della tabella come salvato nel database", |
||||
"airtable": { |
||||
"credentials": "Where to find this?" |
||||
}, |
||||
"import": { |
||||
"clickOrDrag": "Click or drag file to this area to upload" |
||||
}, |
||||
"metaDataRecreated": "Table metadata recreated successfully", |
||||
"invalidCredentials": "Invalid credentials", |
||||
"downloadingMoreFiles": "Downloading more files", |
||||
"copiedToClipboard": "Copied to clipboard", |
||||
"requriedFieldsCantBeMoved": "Required field can't be moved", |
||||
"updateNotAllowedWithoutPK": "Update not allowed for table which doesn't have primary key", |
||||
"autoIncFieldNotEditable": "Auto increment field is not editable", |
||||
"editingPKnotSupported": "Editing primary key not supported", |
||||
"deletedCache": "Deleted cache successfully", |
||||
"cacheEmpty": "Cache is empty", |
||||
"exportedCache": "Exported Cache Successfully", |
||||
"valueAlreadyInList": "This value is already in the list", |
||||
"noColumnsToUpdate": "No columns to update", |
||||
"tableDeleted": "Deleted table successfully", |
||||
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base", |
||||
"deleteViewConfirmation": "Are you sure you want to delete this view?", |
||||
"deleteTableConfirmation": "Do you want to delete the table", |
||||
"showM2mTables": "Show M2M Tables" |
||||
}, |
||||
"error": { |
||||
"searchProject": "La tua ricerca di {search} non ha trovato risultati", |
||||
"invalidChar": "Carattere non valido nel percorso della cartella.", |
||||
"invalidDbCredentials": "Credenziali del database non valide.", |
||||
"unableToConnectToDb": "Impossibile connettersi al database, controllare che il database sia avviato.", |
||||
"userDoesntHaveSufficientPermission": "L'utente non esiste o non dispone di autorizzazioni sufficienti per creare uno schema.", |
||||
"dbConnectionStatus": "Parametri del database non validi", |
||||
"dbConnectionFailed": "Connessione fallita:", |
||||
"signUpRules": { |
||||
"emailReqd": "L'e-mail è richiesta", |
||||
"emailInvalid": "L'email deve essere valida", |
||||
"passwdRequired": "È richiesta la password", |
||||
"passwdLength": "La tua password deve essere di almeno 8 caratteri", |
||||
"passwdMismatch": "le passwords non corrispondono", |
||||
"completeRuleSet": "At least 8 characters with one Uppercase, one number and one special character", |
||||
"atLeast8Char": "At least 8 characters", |
||||
"atLeastOneUppercase": "One Uppercase letter", |
||||
"atLeastOneNumber": "One Number", |
||||
"atLeastOneSpecialChar": "One special character", |
||||
"allowedSpecialCharList": "Allowed special character list" |
||||
}, |
||||
"invalidURL": "Invalid URL", |
||||
"internalError": "Some internal error occurred", |
||||
"templateGeneratorNotFound": "Template Generator cannot be found!", |
||||
"fileUploadFailed": "Failed to upload file", |
||||
"primaryColumnUpdateFailed": "Failed to update primary column", |
||||
"formDescriptionTooLong": "Data too long for Form Description", |
||||
"columnsRequired": "Following columns are required", |
||||
"selectAtleastOneColumn": "At least one column has to be selected", |
||||
"columnDescriptionNotFound": "Cannot find the destination column for", |
||||
"duplicateMappingFound": "Duplicate mapping found, please remove one of the mapping", |
||||
"nullValueViolatesNotNull": "Null value violates not-null constraint", |
||||
"sourceHasInvalidNumbers": "Source data contains some invalid numbers", |
||||
"sourceHasInvalidBoolean": "Source data contains some invalid boolean values", |
||||
"invalidForm": "Invalid Form", |
||||
"formValidationFailed": "Form validation failed", |
||||
"youHaveBeenSignedOut": "You have been signed out", |
||||
"failedToLoadList": "Failed to load list", |
||||
"failedToLoadChildrenList": "Failed to load children list", |
||||
"deleteFailed": "Delete failed", |
||||
"unlinkFailed": "Unlink failed", |
||||
"rowUpdateFailed": "Row update failed", |
||||
"deleteRowFailed": "Failed to delete row", |
||||
"setFormDataFailed": "Failed to set form data", |
||||
"formViewUpdateFailed": "Failed to update form view" |
||||
}, |
||||
"toast": { |
||||
"exportMetadata": "Metadati del progetto esportati con successo", |
||||
"importMetadata": "Metadati del progetto importati con successo", |
||||
"clearMetadata": "Metadati del progetto cancellati con successo", |
||||
"stopProject": "Progetto fermato con successo", |
||||
"startProject": "Progetto avviato con successo", |
||||
"restartProject": "Progetto riavviato con successo", |
||||
"deleteProject": "Progetto cancellato con successo", |
||||
"authToken": "Chiave di autenticazione copiata negli Appunti", |
||||
"projInfo": "Informazioni del progetto copiate negli Appunti", |
||||
"inviteUrlCopy": "Copiato URL di invito negli Appunti", |
||||
"createView": "Vista creata con successo", |
||||
"formEmailSMTP": "Si prega di attivare il plugin SMTP in App Store per abilitare la notifica e-mail", |
||||
"collabView": "Passato correttamente alla vista collaborativa", |
||||
"lockedView": "Passato correttamente alla vista bloccata", |
||||
"futureRelease": "Prossimamente!" |
||||
}, |
||||
"success": { |
||||
"updatedUIACL": "Updated UI ACL for tables successfully", |
||||
"pluginUninstalled": "Plugin uninstalled successfully", |
||||
"pluginSettingsSaved": "Plugin settings saved successfully", |
||||
"pluginTested": "Successfully tested plugin settings", |
||||
"tableRenamed": "Table renamed successfully", |
||||
"viewDeleted": "View deleted successfully", |
||||
"primaryColumnUpdated": "Successfully updated as primary column", |
||||
"tableDataExported": "Successfully exported all table data", |
||||
"updated": "Successfully updated", |
||||
"sharedViewDeleted": "Deleted shared view successfully", |
||||
"viewRenamed": "View renamed successfully", |
||||
"tokenGenerated": "Token generated successfully", |
||||
"tokenDeleted": "Token deleted successfully", |
||||
"userAddedToProject": "Successfully added user to project", |
||||
"userDeletedFromProject": "Successfully deleted user from project", |
||||
"inviteEmailSent": "Invite Email sent successfully", |
||||
"inviteURLCopied": "Invite URL copied to clipboard", |
||||
"shareableURLCopied": "Copied shareable base URL to clipboard!", |
||||
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!", |
||||
"userDetailsUpdated": "Successfully updated the user details", |
||||
"tableDataImported": "Successfully imported table data", |
||||
"webhookUpdated": "Webhook details updated successfully", |
||||
"webhookDeleted": "Hook deleted successfully", |
||||
"webhookTested": "Webhook tested successfully", |
||||
"columnUpdated": "Column updated", |
||||
"columnCreated": "Column created", |
||||
"passwordChanged": "Password changed successfully. Please login again." |
||||
} |
||||
} |
||||
} |
@ -1,668 +0,0 @@
|
||||
{ |
||||
"general": { |
||||
"home": "首页", |
||||
"load": "加载", |
||||
"open": "打开", |
||||
"close": "关闭", |
||||
"yes": "是的", |
||||
"no": "否", |
||||
"ok": "行", |
||||
"and": "和", |
||||
"or": "或者", |
||||
"add": "添加", |
||||
"edit": "编辑", |
||||
"remove": "消除", |
||||
"save": "保存", |
||||
"cancel": "取消", |
||||
"submit": "提交", |
||||
"create": "新建", |
||||
"insert": "插入", |
||||
"delete": "删除", |
||||
"update": "更新", |
||||
"rename": "改名", |
||||
"reload": "重新加载", |
||||
"reset": "重置", |
||||
"install": "安装", |
||||
"show": "展示", |
||||
"hide": "隐藏", |
||||
"showAll": "显示所有", |
||||
"hideAll": "隐藏全部", |
||||
"showMore": "显示更多", |
||||
"showOptions": "显示选项", |
||||
"hideOptions": "隐藏选项", |
||||
"showMenu": "显示菜单", |
||||
"hideMenu": "隐藏菜单", |
||||
"addAll": "全部添加", |
||||
"removeAll": "移除所有", |
||||
"signUp": "注册", |
||||
"signIn": "登录", |
||||
"signOut": "登出", |
||||
"required": "必填项", |
||||
"preferred": "首选", |
||||
"mandatory": "强制的", |
||||
"loading": "加载中...", |
||||
"title": "标题", |
||||
"upload": "上传", |
||||
"download": "下载", |
||||
"default": "默认", |
||||
"more": "更多的", |
||||
"less": "较少的", |
||||
"event": "事件", |
||||
"condition": "条件", |
||||
"after": "后", |
||||
"before": "前", |
||||
"search": "搜索", |
||||
"notification": "通知", |
||||
"reference": "参考", |
||||
"function": "功能", |
||||
"confirm": "Confirm", |
||||
"generate": "Generate", |
||||
"copy": "Copy", |
||||
"misc": "Miscellaneous", |
||||
"lock": "Lock", |
||||
"unlock": "Unlock", |
||||
"credentials": "Credentials", |
||||
"help": "Help", |
||||
"questions": "Questions", |
||||
"reachOut": "Reach out here", |
||||
"betaNote": "This feature is currently in beta.", |
||||
"moreInfo": "More information can be found here", |
||||
"logs": "Logs" |
||||
}, |
||||
"objects": { |
||||
"project": "项目", |
||||
"projects": "项目", |
||||
"table": "网格", |
||||
"tables": "表格", |
||||
"field": "字段", |
||||
"fields": "字段", |
||||
"column": "列", |
||||
"columns": "列", |
||||
"page": "页", |
||||
"pages": "页面", |
||||
"record": "记录", |
||||
"records": "记录", |
||||
"webhook": "Webhook.", |
||||
"webhooks": "Webhooks.", |
||||
"view": "视图", |
||||
"views": "视图", |
||||
"viewType": { |
||||
"grid": "表格", |
||||
"gallery": "画廊", |
||||
"form": "表单", |
||||
"kanban": "看板", |
||||
"calendar": "日历" |
||||
}, |
||||
"user": "用户", |
||||
"users": "用户", |
||||
"role": "角色", |
||||
"roles": "角色", |
||||
"roleType": { |
||||
"owner": "所有者", |
||||
"creator": "创造者", |
||||
"editor": "编辑", |
||||
"commenter": "评论者", |
||||
"viewer": "观众" |
||||
} |
||||
}, |
||||
"datatype": { |
||||
"ID": "ID", |
||||
"ForeignKey": "外键", |
||||
"SingleLineText": "单行文本", |
||||
"LongText": "长文本", |
||||
"Attachment": "附件", |
||||
"Checkbox": "复选框", |
||||
"MultiSelect": "多选", |
||||
"SingleSelect": "单个选择", |
||||
"Collaborator": "合作者", |
||||
"Date": "日期", |
||||
"Year": "年", |
||||
"Time": "时间", |
||||
"PhoneNumber": "电话号码", |
||||
"Email": "电子邮件", |
||||
"URL": "URL.", |
||||
"Number": "数字", |
||||
"Decimal": "十进制", |
||||
"Currency": "货币", |
||||
"Percent": "百分", |
||||
"Duration": "期间", |
||||
"Rating": "评分", |
||||
"Formula": "公式", |
||||
"Rollup": "卷起", |
||||
"Count": "计数", |
||||
"Lookup": "查找", |
||||
"DateTime": "日期时间", |
||||
"CreateTime": "创建时间", |
||||
"LastModifiedTime": "最后修改时间", |
||||
"AutoNumber": "自动编号", |
||||
"Barcode": "条码", |
||||
"Button": "按钮", |
||||
"Password": "密码", |
||||
"relationProperties": { |
||||
"noAction": "没有任何行动", |
||||
"cascade": "级联", |
||||
"restrict": "严格", |
||||
"setNull": "设置null.", |
||||
"setDefault": "默认设置" |
||||
} |
||||
}, |
||||
"filterOperation": { |
||||
"isEqual": "完全一致", |
||||
"isNotEqual": "完全不一致", |
||||
"isLike": "部分一致", |
||||
"isNot like": "部分不一致", |
||||
"isEmpty": "是空的", |
||||
"isNotEmpty": "不是空的", |
||||
"isNull": "一片空白", |
||||
"isNotNull": "不是空虚" |
||||
}, |
||||
"title": { |
||||
"newProj": "创建新项目", |
||||
"myProject": "我的项目", |
||||
"formTitle": "表格标题", |
||||
"collabView": "合作视图", |
||||
"lockedView": "锁定视图", |
||||
"personalView": "个人观", |
||||
"appStore": "软件商店", |
||||
"teamAndAuth": "团队和认证", |
||||
"rolesUserMgmt": "角色和用户管理", |
||||
"userMgmt": "用户账号管理", |
||||
"apiTokenMgmt": "API Tokens 管理", |
||||
"rolesMgmt": "角色管理", |
||||
"projMeta": "项目基础信息", |
||||
"metaMgmt": "项目基础信息管理", |
||||
"metadata": "元数据", |
||||
"exportImportMeta": "导出/导入元数据", |
||||
"uiACL": "UI访问控制", |
||||
"metaOperations": "元数据操作", |
||||
"audit": "审计", |
||||
"auditLogs": "审计日志", |
||||
"sqlMigrations": "SQL迁移", |
||||
"dbCredentials": "数据库链接凭证", |
||||
"advancedParameters": "SSL 和高级参数", |
||||
"headCreateProject": "新建项目 | NocoDB", |
||||
"headLogin": "登录 | NocoDB", |
||||
"resetPassword": "重置密码", |
||||
"teamAndSettings": "团队和设置", |
||||
"apiDocs": "API 文档", |
||||
"importFromAirtable": "Import From Airtable", |
||||
"generateToken": "Generate Token", |
||||
"APIsAndSupport": "APIs & Support", |
||||
"helpCenter": "Help center", |
||||
"swaggerDocumentation": "Swagger Documentation", |
||||
"quickImportFrom": "Quick Import From", |
||||
"quickImport": "Quick Import", |
||||
"advancedSettings": "Advanced Settings", |
||||
"codeSnippet": "Code Snippet" |
||||
}, |
||||
"labels": { |
||||
"notifyVia": "通知通过", |
||||
"projName": "项目名", |
||||
"tableName": "表名称", |
||||
"viewName": "查看名称", |
||||
"viewLink": "查看链接", |
||||
"columnName": "列名称", |
||||
"columnType": "列类型", |
||||
"roleName": "角色名称", |
||||
"roleDescription": "角色描述", |
||||
"databaseType": "键入数据库", |
||||
"lengthValue": "长度/值", |
||||
"dbType": "数据库类型", |
||||
"sqliteFile": "SQLite 文件", |
||||
"hostAddress": "服务器地址", |
||||
"port": "端口号", |
||||
"username": "用户名", |
||||
"password": "密码", |
||||
"schemaName": "架构名称", |
||||
"database": "数据库", |
||||
"action": "行动", |
||||
"actions": "行动", |
||||
"operation": "操作", |
||||
"operationType": "操作类型", |
||||
"operationSubType": "操作子类型", |
||||
"description": "描述", |
||||
"authentication": "验证", |
||||
"token": "令牌", |
||||
"where": "在哪里", |
||||
"cache": "缓存", |
||||
"chat": "聊天", |
||||
"email": "电子邮件", |
||||
"storage": "贮存", |
||||
"uiAcl": "UI-ACL", |
||||
"models": "模型", |
||||
"syncState": "同步状态", |
||||
"created": "创造了", |
||||
"sqlOutput": "SQL输出", |
||||
"addOption": "添加选项", |
||||
"aggregateFunction": "汇总功能", |
||||
"dbCreateIfNotExists": "数据库 : 如果不存在则创建", |
||||
"clientKey": "客户端 Key", |
||||
"clientCert": "客户端 Cert", |
||||
"serverCA": "服务器 CA", |
||||
"requriedCa": "必填项-CA", |
||||
"requriedIdentity": "必填项-IDENTITY", |
||||
"inflection": { |
||||
"tableName": "修改 - 表名", |
||||
"columnName": "修改 - 列名" |
||||
}, |
||||
"community": { |
||||
"starUs1": "点赞", |
||||
"starUs2": "我们的 Github", |
||||
"bookDemo": "查看免费演示", |
||||
"getAnswered": "通过这里让你的问题得到解答", |
||||
"joinDiscord": "加入 Discord", |
||||
"joinCommunity": "加入 NocoDB 社区", |
||||
"joinReddit": "加入 /r/NocoDB", |
||||
"followNocodb": "关注 NocoDB" |
||||
}, |
||||
"docReference": "参考文档", |
||||
"selectUserRole": "选择用户角色", |
||||
"childTable": "子表", |
||||
"childColumn": "子列", |
||||
"onUpdate": "更新", |
||||
"onDelete": "删除", |
||||
"account": "Account", |
||||
"language": "Language", |
||||
"primaryColor": "Primary Color", |
||||
"accentColor": "Accent Color", |
||||
"customTheme": "Custom Theme", |
||||
"requestDataSource": "Request a data source you need?", |
||||
"apiKey": "API Key", |
||||
"sharedBase": "Shared Base", |
||||
"importData": "Import Data", |
||||
"importSecondaryViews": "Import Secondary Views", |
||||
"importRollupColumns": "Import Rollup Columns", |
||||
"importLookupColumns": "Import Lookup Columns", |
||||
"importAttachmentColumns": "Import Attachment Columns", |
||||
"importFormulaColumns": "Import Formula Columns", |
||||
"noData": "No Data", |
||||
"goToDashboard": "Go to Dashboard", |
||||
"importing": "Importing", |
||||
"flattenNested": "Flatten Nested", |
||||
"downloadAllowed": "Download allowed", |
||||
"weAreHiring": "We are Hiring!", |
||||
"primaryKey": "Primary key", |
||||
"hasMany": "has many", |
||||
"belongsTo": "belongs to", |
||||
"manyToMany": "have many to many relation", |
||||
"extraConnectionParameters": "Extra connection parameters", |
||||
"commentsOnly": "Comments only", |
||||
"documentation": "Documentation", |
||||
"subscribeNewsletter": "Subscribe to our weekly newsletter", |
||||
"signUpWithGoogle": "Sign up with Google", |
||||
"agreeToTos": "By signing up, you agree to the Terms of Service", |
||||
"welcomeToNc": "Welcome to NocoDB!" |
||||
}, |
||||
"activity": { |
||||
"createProject": "创建项目", |
||||
"importProject": "导入项目", |
||||
"searchProject": "搜索项目", |
||||
"editProject": "编辑项目", |
||||
"stopProject": "停止项目", |
||||
"startProject": "开启项目", |
||||
"restartProject": "重启项目", |
||||
"deleteProject": "删除项目", |
||||
"refreshProject": "刷新项目", |
||||
"saveProject": "保存项目", |
||||
"createProjectExtended": { |
||||
"extDB": "通过连接新建 <br>连接到外部数据库", |
||||
"excel": "从Excel创建项目", |
||||
"template": "从模板创建项目" |
||||
}, |
||||
"OkSaveProject": "确认并保存项目", |
||||
"upgrade": { |
||||
"available": "升级可用", |
||||
"releaseNote": "发行说明", |
||||
"howTo": "如何升级?" |
||||
}, |
||||
"translate": "帮助翻译", |
||||
"account": { |
||||
"authToken": "复制auth令牌", |
||||
"swagger": "Swagger: REST APIs", |
||||
"projInfo": "复制项目信息", |
||||
"themes": "主题" |
||||
}, |
||||
"sort": "排序", |
||||
"addSort": "添加排序选项", |
||||
"filter": "筛选", |
||||
"addFilter": "添加过滤器", |
||||
"share": "分享", |
||||
"shareBase": { |
||||
"disable": "禁用共享基础", |
||||
"enable": "任何有链接的人", |
||||
"link": "共享基本链接" |
||||
}, |
||||
"invite": "邀请", |
||||
"inviteMore": "邀请更多", |
||||
"inviteTeam": "邀请团队", |
||||
"inviteToken": "邀请令牌", |
||||
"newUser": "新用户", |
||||
"editUser": "编辑用户", |
||||
"deleteUser": "从项目中删除用户", |
||||
"resendInvite": "重新发送邀请电子邮件", |
||||
"copyInviteURL": "复制邀请链接", |
||||
"newRole": "新角色", |
||||
"reloadRoles": "重新加载角色", |
||||
"nextPage": "下一页", |
||||
"prevPage": "上一页", |
||||
"nextRecord": "下一步记录", |
||||
"previousRecord": "之前的纪录", |
||||
"copyApiURL": "复制 API 链接", |
||||
"createTable": "表创造", |
||||
"refreshTable": "表刷新", |
||||
"renameTable": "表重命名", |
||||
"deleteTable": "表删除", |
||||
"addField": "将新字段添加到此表", |
||||
"setPrimary": "设置为主要值", |
||||
"addRow": "添加新行", |
||||
"saveRow": "保存行", |
||||
"insertRow": "插入新行", |
||||
"deleteRow": "删除行", |
||||
"deleteSelectedRow": "删除所选行", |
||||
"importExcel": "导入Excel", |
||||
"importCSV": "Import CSV", |
||||
"downloadCSV": "下载为CSV", |
||||
"downloadExcel": "下载为XLSX", |
||||
"uploadCSV": "上传CSV", |
||||
"import": "导入", |
||||
"importMetadata": "导入元数据", |
||||
"exportMetadata": "导出元数据", |
||||
"clearMetadata": "清除元数据", |
||||
"exportToFile": "导出到文件", |
||||
"changePwd": "更改密码", |
||||
"createView": "创建视图", |
||||
"shareView": "分享视图", |
||||
"listSharedView": "共享视图列表", |
||||
"ListView": "视图列表", |
||||
"copyView": "复制视图", |
||||
"renameView": "重命名视图", |
||||
"deleteView": "删除视图", |
||||
"createGrid": "创建网格视图", |
||||
"createGallery": "创建画廊视图", |
||||
"createCalendar": "创建日历视图", |
||||
"createKanban": "创建看板视图", |
||||
"createForm": "创建表单视图", |
||||
"showSystemFields": "显示系统字段", |
||||
"copyUrl": "复制链接", |
||||
"openTab": "打开新标签", |
||||
"iFrame": "复制嵌入HTML代码", |
||||
"addWebhook": "添加新的webhook.", |
||||
"newToken": "添加新 Token", |
||||
"exportZip": "导出为zip格式", |
||||
"importZip": "导入zip格式", |
||||
"metaSync": "立即同步", |
||||
"settings": "设置", |
||||
"previewAs": "预览", |
||||
"resetReview": "重置预览", |
||||
"testDbConn": "测试数据库链接", |
||||
"removeDbFromEnv": "从环境中删除数据库", |
||||
"editConnJson": "编辑链接JSON", |
||||
"sponsorUs": "赞助我们", |
||||
"sendEmail": "发送邮件", |
||||
"addUserToProject": "Add user to project", |
||||
"getApiSnippet": "Get API Snippet", |
||||
"clearCell": "Clear cell", |
||||
"addFilterGroup": "Add Filter Group", |
||||
"linkRecord": "Link record", |
||||
"addNewRecord": "Add new record", |
||||
"useConnectionUrl": "Use Connection URL", |
||||
"toggleCommentsDraw": "Toggle comments draw" |
||||
}, |
||||
"tooltip": { |
||||
"saveChanges": "保存更改", |
||||
"xcDB": "新建项目", |
||||
"extDB": "支持 MySQL、PostgreSQL、SQL Server 和 SQLite", |
||||
"apiRest": "通过 REST APIs 访问", |
||||
"apiGQL": "通过 GraphQL APIs 访问", |
||||
"theme": { |
||||
"dark": "它确实有黑色(^⇧b)", |
||||
"light": "它是黑色吗? (^⇧b)" |
||||
}, |
||||
"addTable": "添加新表", |
||||
"inviteMore": "邀请更多用户", |
||||
"toggleNavDraw": "切换导航抽屉", |
||||
"reloadApiToken": "重新加载API令牌", |
||||
"generateNewApiToken": "生成新的API令牌", |
||||
"addRole": "添加新角色", |
||||
"reloadList": "重新加载列表", |
||||
"metaSync": "同步元数据", |
||||
"sqlMigration": "重新加载迁移", |
||||
"updateRestart": "更新并重启", |
||||
"cancelReturn": "取消并返回", |
||||
"exportMetadata": "从元数据表格导出所有元数据到元数据目录", |
||||
"importMetadata": "从元数据目录导入所有的元数据到元数据表格", |
||||
"clearMetadata": "在元数据表格中清楚所有元数据", |
||||
"clientKey": "选择 .key 文件", |
||||
"clientCert": "选择 .cert 文件", |
||||
"clientCA": "选择 CA 文件" |
||||
}, |
||||
"placeholder": { |
||||
"projName": "输入项目名称", |
||||
"password": { |
||||
"enter": "输入密码", |
||||
"current": "当前密码", |
||||
"new": "新密码", |
||||
"save": "保存密码", |
||||
"confirm": "确认新密码" |
||||
}, |
||||
"searchProjectTree": "搜索表", |
||||
"searchFields": "搜索字段", |
||||
"searchColumn": "搜索{search}列", |
||||
"searchApps": "搜索应用程序", |
||||
"searchModels": "搜索模型", |
||||
"noItemsFound": "未找到任何项目", |
||||
"defaultValue": "默认值", |
||||
"filterByEmail": "通过电子邮件过滤", |
||||
"filterQuery": "Filter query", |
||||
"selectField": "Select field" |
||||
}, |
||||
"msg": { |
||||
"info": { |
||||
"footerInfo": "每页行驶", |
||||
"upload": "选择文件以上传", |
||||
"upload_sub": "或拖放文件", |
||||
"excelSupport": "支持:.xls,.xlsx,.xlsm,.ods,.ots", |
||||
"excelURL": "输入Excel文件URL", |
||||
"csvURL": "输入CSV文件URL", |
||||
"footMsg": "要解析为推断数据类型的行数", |
||||
"excelImport": "可用于导入的表格", |
||||
"exportMetadata": "您想从元表导出元数据吗?", |
||||
"importMetadata": "您想从元表导入元数据吗?", |
||||
"clearMetadata": "你想清除元表中的元数据吗?", |
||||
"projectEmptyMessage": "创建新项目开始使用", |
||||
"stopProject": "你想停止这个项目吗?", |
||||
"startProject": "你想启动这个项目吗?", |
||||
"restartProject": "你想重新启动项目吗?", |
||||
"deleteProject": "你想删除这个项目吗?", |
||||
"shareBasePrivate": "产生公开共享的只读基础", |
||||
"shareBasePublic": "互联网上的任何人都可以查看", |
||||
"userInviteNoSMTP": "看起来你还没有配置邮件!请复制上面的邀请链接并将其发送给", |
||||
"dragDropHide": "在此处拖放字段以隐藏", |
||||
"formInput": "输入表单输入标签", |
||||
"formHelpText": "添加一些帮助文本", |
||||
"onlyCreator": "仅创建人可见", |
||||
"formDesc": "添加表单描述", |
||||
"beforeEnablePwd": "使用密码限制访问", |
||||
"afterEnablePwd": "访问受密码限制", |
||||
"privateLink": "此视图是通过私人链接共享的", |
||||
"privateLinkAdditionalInfo": "拥有私人链接的人只能看到此视图中可见的单元格", |
||||
"afterFormSubmitted": "表格提交后", |
||||
"apiOptions": "访问项目通过", |
||||
"submitAnotherForm": "显示“提交另一个表单”按钮", |
||||
"showBlankForm": "5秒后显示空白表格", |
||||
"emailForm": "发电子邮件给我", |
||||
"showSysFields": "显示系统字段", |
||||
"filterAutoApply": "自动应用", |
||||
"showMessage": "显示此消息", |
||||
"viewNotShared": "当前视图不共享!", |
||||
"showAllViews": "显示此表的所有共享视图", |
||||
"collabView": "具有编辑权限或更高的合作者可以更改视图配置。", |
||||
"lockedView": "没有人可以编辑视图配置,直到它被解锁。", |
||||
"personalView": "只有您可以编辑视图配置。默认情况下,其他合作者的个人视图隐藏。", |
||||
"ownerDesc": "可以添加/删除创建者。和完整编辑数据库结构和字段。", |
||||
"creatorDesc": "可以完全编辑数据库结构和值。", |
||||
"editorDesc": "可以编辑记录但无法更改数据库/字段的结构。", |
||||
"commenterDesc": "可以查看和评论记录,但无法编辑任何内容", |
||||
"viewerDesc": "可以查看记录但无法编辑任何内容", |
||||
"addUser": "添加新用户", |
||||
"staticRoleInfo": "无法编辑系统定义的角色", |
||||
"exportZip": "导出项目数据为 zip 格式并下载。", |
||||
"importZip": "导入项目 zip 格式的元数据并重新启动。", |
||||
"importText": "通过上传元数据 zip 文件导入 NocoDB 项目", |
||||
"metaNoChange": "没有确定更改", |
||||
"sqlMigration": "将自动创建架构迁移。创建一个表并刷新此页面。", |
||||
"dbConnectionStatus": "环境验证", |
||||
"dbConnected": "连接成功", |
||||
"notifications": { |
||||
"no_new": "没有新通知", |
||||
"clear": "清空" |
||||
}, |
||||
"sponsor": { |
||||
"header": "你可以帮助我们!", |
||||
"message": "我们是一支小型团队,全职工作,使Nocodb开放来源。我们相信一个像Nocodb这样的工具应该在互联网上的每个问题求解器上自由提供。" |
||||
}, |
||||
"loginMsg": "登录到 NocoDB", |
||||
"passwordRecovery": { |
||||
"message_1": "请提供你注册时使用的电子邮件地址。", |
||||
"message_2": "我们将向你发送一封电子邮件,邮件中包含重置密码的链接。", |
||||
"success": "请检查你的邮箱以重置密码" |
||||
}, |
||||
"signUp": { |
||||
"superAdmin": "你将成为 '超级管理员'", |
||||
"alreadyHaveAccount": "已有账号?", |
||||
"workEmail": "请输入您的工作邮箱", |
||||
"enterPassword": "请输入你的密码", |
||||
"forgotPassword": "忘记密码?", |
||||
"dontHaveAccount": "还没有注册账号?" |
||||
}, |
||||
"addView": { |
||||
"grid": "添加表格视图", |
||||
"gallery": "添加画廊视图", |
||||
"form": "添加表单视图", |
||||
"kanban": "添加看板视图", |
||||
"calendar": "添加日历视图" |
||||
}, |
||||
"tablesMetadataInSync": "表元数据同步", |
||||
"addMultipleUsers": "您可以添加多个逗号(,)分隔的电子邮件", |
||||
"enterTableName": "输入表名", |
||||
"addDefaultColumns": "添加默认列", |
||||
"tableNameInDb": "数据库中保存的表名", |
||||
"airtable": { |
||||
"credentials": "Where to find this?" |
||||
}, |
||||
"import": { |
||||
"clickOrDrag": "Click or drag file to this area to upload" |
||||
}, |
||||
"metaDataRecreated": "Table metadata recreated successfully", |
||||
"invalidCredentials": "Invalid credentials", |
||||
"downloadingMoreFiles": "Downloading more files", |
||||
"copiedToClipboard": "Copied to clipboard", |
||||
"requriedFieldsCantBeMoved": "Required field can't be moved", |
||||
"updateNotAllowedWithoutPK": "Update not allowed for table which doesn't have primary key", |
||||
"autoIncFieldNotEditable": "Auto increment field is not editable", |
||||
"editingPKnotSupported": "Editing primary key not supported", |
||||
"deletedCache": "Deleted cache successfully", |
||||
"cacheEmpty": "Cache is empty", |
||||
"exportedCache": "Exported Cache Successfully", |
||||
"valueAlreadyInList": "This value is already in the list", |
||||
"noColumnsToUpdate": "No columns to update", |
||||
"tableDeleted": "Deleted table successfully", |
||||
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base", |
||||
"deleteViewConfirmation": "Are you sure you want to delete this view?", |
||||
"deleteTableConfirmation": "Do you want to delete the table", |
||||
"showM2mTables": "Show M2M Tables" |
||||
}, |
||||
"error": { |
||||
"searchProject": "搜索: {search} 没有发现匹配的结果", |
||||
"invalidChar": "文件夹路径中的字符无效。", |
||||
"invalidDbCredentials": "无效的数据库凭据。", |
||||
"unableToConnectToDb": "无法连接到数据库,请检查您的数据库是否已启动。", |
||||
"userDoesntHaveSufficientPermission": "用户不存在或具有创建架构的足够权限。", |
||||
"dbConnectionStatus": "数据库参数无效", |
||||
"dbConnectionFailed": "连接失败:", |
||||
"signUpRules": { |
||||
"emailReqd": "邮箱必填", |
||||
"emailInvalid": "邮箱格式无效", |
||||
"passwdRequired": "密码必填", |
||||
"passwdLength": "您的密码必须至少为8个字符", |
||||
"passwdMismatch": "密码不匹配", |
||||
"completeRuleSet": "At least 8 characters with one Uppercase, one number and one special character", |
||||
"atLeast8Char": "At least 8 characters", |
||||
"atLeastOneUppercase": "One Uppercase letter", |
||||
"atLeastOneNumber": "One Number", |
||||
"atLeastOneSpecialChar": "One special character", |
||||
"allowedSpecialCharList": "Allowed special character list" |
||||
}, |
||||
"invalidURL": "Invalid URL", |
||||
"internalError": "Some internal error occurred", |
||||
"templateGeneratorNotFound": "Template Generator cannot be found!", |
||||
"fileUploadFailed": "Failed to upload file", |
||||
"primaryColumnUpdateFailed": "Failed to update primary column", |
||||
"formDescriptionTooLong": "Data too long for Form Description", |
||||
"columnsRequired": "Following columns are required", |
||||
"selectAtleastOneColumn": "At least one column has to be selected", |
||||
"columnDescriptionNotFound": "Cannot find the destination column for", |
||||
"duplicateMappingFound": "Duplicate mapping found, please remove one of the mapping", |
||||
"nullValueViolatesNotNull": "Null value violates not-null constraint", |
||||
"sourceHasInvalidNumbers": "Source data contains some invalid numbers", |
||||
"sourceHasInvalidBoolean": "Source data contains some invalid boolean values", |
||||
"invalidForm": "Invalid Form", |
||||
"formValidationFailed": "Form validation failed", |
||||
"youHaveBeenSignedOut": "You have been signed out", |
||||
"failedToLoadList": "Failed to load list", |
||||
"failedToLoadChildrenList": "Failed to load children list", |
||||
"deleteFailed": "Delete failed", |
||||
"unlinkFailed": "Unlink failed", |
||||
"rowUpdateFailed": "Row update failed", |
||||
"deleteRowFailed": "Failed to delete row", |
||||
"setFormDataFailed": "Failed to set form data", |
||||
"formViewUpdateFailed": "Failed to update form view" |
||||
}, |
||||
"toast": { |
||||
"exportMetadata": "项目元数据成功导出", |
||||
"importMetadata": "项目元数据成功导入", |
||||
"clearMetadata": "项目元数据已成功清除", |
||||
"stopProject": "项目成功停止", |
||||
"startProject": "项目成功开始", |
||||
"restartProject": "项目成功重新启动", |
||||
"deleteProject": "项目已成功删除", |
||||
"authToken": "验证令牌复制到剪贴板", |
||||
"projInfo": "将项目信息复制到剪贴板", |
||||
"inviteUrlCopy": "复制邀请链接到剪贴板", |
||||
"createView": "视图创建成功", |
||||
"formEmailSMTP": "请激活App Store中的SMTP插件以启用电子邮件通知", |
||||
"collabView": "成功转换为协作视图", |
||||
"lockedView": "成功转换为锁定视图", |
||||
"futureRelease": "即将推出!" |
||||
}, |
||||
"success": { |
||||
"updatedUIACL": "Updated UI ACL for tables successfully", |
||||
"pluginUninstalled": "Plugin uninstalled successfully", |
||||
"pluginSettingsSaved": "Plugin settings saved successfully", |
||||
"pluginTested": "Successfully tested plugin settings", |
||||
"tableRenamed": "Table renamed successfully", |
||||
"viewDeleted": "View deleted successfully", |
||||
"primaryColumnUpdated": "Successfully updated as primary column", |
||||
"tableDataExported": "Successfully exported all table data", |
||||
"updated": "Successfully updated", |
||||
"sharedViewDeleted": "Deleted shared view successfully", |
||||
"viewRenamed": "View renamed successfully", |
||||
"tokenGenerated": "Token generated successfully", |
||||
"tokenDeleted": "Token deleted successfully", |
||||
"userAddedToProject": "Successfully added user to project", |
||||
"userDeletedFromProject": "Successfully deleted user from project", |
||||
"inviteEmailSent": "Invite Email sent successfully", |
||||
"inviteURLCopied": "Invite URL copied to clipboard", |
||||
"shareableURLCopied": "Copied shareable base URL to clipboard!", |
||||
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!", |
||||
"userDetailsUpdated": "Successfully updated the user details", |
||||
"tableDataImported": "Successfully imported table data", |
||||
"webhookUpdated": "Webhook details updated successfully", |
||||
"webhookDeleted": "Hook deleted successfully", |
||||
"webhookTested": "Webhook tested successfully", |
||||
"columnUpdated": "Column updated", |
||||
"columnCreated": "Column created", |
||||
"passwordChanged": "Password changed successfully. Please login again." |
||||
} |
||||
} |
||||
} |
@ -1,668 +0,0 @@
|
||||
{ |
||||
"general": { |
||||
"home": "首頁", |
||||
"load": "加載", |
||||
"open": "打開", |
||||
"close": "關閉", |
||||
"yes": "是的", |
||||
"no": "不", |
||||
"ok": "行", |
||||
"and": "和", |
||||
"or": "或者", |
||||
"add": "添加", |
||||
"edit": "編輯", |
||||
"remove": "消除", |
||||
"save": "保存", |
||||
"cancel": "取消", |
||||
"submit": "提交", |
||||
"create": "駁內置嘅SQLite", |
||||
"insert": "插入", |
||||
"delete": "刪除", |
||||
"update": "更新", |
||||
"rename": "改名", |
||||
"reload": "重新加載", |
||||
"reset": "重啟", |
||||
"install": "安裝", |
||||
"show": "展示", |
||||
"hide": "隱藏", |
||||
"showAll": "顯示所有", |
||||
"hideAll": "全部藏起來", |
||||
"showMore": "顯示更多", |
||||
"showOptions": "顯示選項", |
||||
"hideOptions": "隱藏選項", |
||||
"showMenu": "顯示menu", |
||||
"hideMenu": "隱藏menu", |
||||
"addAll": "全部添加", |
||||
"removeAll": "移除所有", |
||||
"signUp": "Reg個AC", |
||||
"signIn": "登入", |
||||
"signOut": "登出", |
||||
"required": "必填", |
||||
"preferred": "首選", |
||||
"mandatory": "強制的", |
||||
"loading": "loading ...", |
||||
"title": "標題", |
||||
"upload": "上傳", |
||||
"download": "下載", |
||||
"default": "默認", |
||||
"more": "更多的", |
||||
"less": "較少的", |
||||
"event": "事件", |
||||
"condition": "健康)狀況", |
||||
"after": "後", |
||||
"before": "前", |
||||
"search": "搜索", |
||||
"notification": "通知", |
||||
"reference": "參考", |
||||
"function": "功能", |
||||
"confirm": "Confirm", |
||||
"generate": "Generate", |
||||
"copy": "Copy", |
||||
"misc": "Miscellaneous", |
||||
"lock": "Lock", |
||||
"unlock": "Unlock", |
||||
"credentials": "Credentials", |
||||
"help": "Help", |
||||
"questions": "Questions", |
||||
"reachOut": "Reach out here", |
||||
"betaNote": "This feature is currently in beta.", |
||||
"moreInfo": "More information can be found here", |
||||
"logs": "Logs" |
||||
}, |
||||
"objects": { |
||||
"project": "項目", |
||||
"projects": "項目", |
||||
"table": "表格", |
||||
"tables": "表格", |
||||
"field": "欄位", |
||||
"fields": "欄位", |
||||
"column": "列", |
||||
"columns": "列", |
||||
"page": "頁", |
||||
"pages": "頁面", |
||||
"record": "記錄", |
||||
"records": "記錄", |
||||
"webhook": "Webhook.", |
||||
"webhooks": "Webhooks.", |
||||
"view": "看法", |
||||
"views": "意見", |
||||
"viewType": { |
||||
"grid": "網格", |
||||
"gallery": "畫廊", |
||||
"form": "形式", |
||||
"kanban": "kanban", |
||||
"calendar": "日曆" |
||||
}, |
||||
"user": "用戶", |
||||
"users": "用戶", |
||||
"role": "角色", |
||||
"roles": "角色", |
||||
"roleType": { |
||||
"owner": "所有者", |
||||
"creator": "創造者", |
||||
"editor": "編輯", |
||||
"commenter": "評論者", |
||||
"viewer": "觀眾" |
||||
} |
||||
}, |
||||
"datatype": { |
||||
"ID": "ID", |
||||
"ForeignKey": "外鑰匙", |
||||
"SingleLineText": "單行文本", |
||||
"LongText": "長篇文章", |
||||
"Attachment": "附件", |
||||
"Checkbox": "複選框", |
||||
"MultiSelect": "多選", |
||||
"SingleSelect": "單個選擇", |
||||
"Collaborator": "合作者", |
||||
"Date": "日期", |
||||
"Year": "年", |
||||
"Time": "時間", |
||||
"PhoneNumber": "電話號碼", |
||||
"Email": "電子郵件", |
||||
"URL": "URL.", |
||||
"Number": "數字", |
||||
"Decimal": "十進制", |
||||
"Currency": "貨幣", |
||||
"Percent": "百分", |
||||
"Duration": "期間", |
||||
"Rating": "評分", |
||||
"Formula": "公式", |
||||
"Rollup": "捲起", |
||||
"Count": "數數", |
||||
"Lookup": "抬頭", |
||||
"DateTime": "日期時間", |
||||
"CreateTime": "創建時間", |
||||
"LastModifiedTime": "最後修改時間", |
||||
"AutoNumber": "自動編號", |
||||
"Barcode": "條碼", |
||||
"Button": "按鈕", |
||||
"Password": "密碼", |
||||
"relationProperties": { |
||||
"noAction": "沒有任何行動", |
||||
"cascade": "級聯", |
||||
"restrict": "嚴格", |
||||
"setNull": "設置null.", |
||||
"setDefault": "默認設置" |
||||
} |
||||
}, |
||||
"filterOperation": { |
||||
"isEqual": "完全一致", |
||||
"isNotEqual": "完全不一致", |
||||
"isLike": "部分一致", |
||||
"isNot like": "部分不一致", |
||||
"isEmpty": "是空的", |
||||
"isNotEmpty": "不是空的", |
||||
"isNull": "一片空白", |
||||
"isNotNull": "不是空虛" |
||||
}, |
||||
"title": { |
||||
"newProj": "開新Project", |
||||
"myProject": "我嘅Projects", |
||||
"formTitle": "表格標題", |
||||
"collabView": "合作視圖", |
||||
"lockedView": "鎖定視圖", |
||||
"personalView": "個人觀", |
||||
"appStore": "應用商店", |
||||
"teamAndAuth": "團隊&auth", |
||||
"rolesUserMgmt": "角色和用戶管理", |
||||
"userMgmt": "用戶管理", |
||||
"apiTokenMgmt": "API Tokens 管理", |
||||
"rolesMgmt": "Roles 管理", |
||||
"projMeta": "項目元數據", |
||||
"metaMgmt": "元管理", |
||||
"metadata": "元數據", |
||||
"exportImportMeta": "導出/導入元數據", |
||||
"uiACL": "UI訪問控制", |
||||
"metaOperations": "元數據操作", |
||||
"audit": "審計", |
||||
"auditLogs": "審計日誌", |
||||
"sqlMigrations": "SQL遷移", |
||||
"dbCredentials": "數據庫憑據", |
||||
"advancedParameters": "安全證書及高級參數", |
||||
"headCreateProject": "開新Project | NocoDB", |
||||
"headLogin": "登入 | NocoDB", |
||||
"resetPassword": "reset你嗰密碼", |
||||
"teamAndSettings": "Team & Settings", |
||||
"apiDocs": "API Docs", |
||||
"importFromAirtable": "Import From Airtable", |
||||
"generateToken": "Generate Token", |
||||
"APIsAndSupport": "APIs & Support", |
||||
"helpCenter": "Help center", |
||||
"swaggerDocumentation": "Swagger Documentation", |
||||
"quickImportFrom": "Quick Import From", |
||||
"quickImport": "Quick Import", |
||||
"advancedSettings": "Advanced Settings", |
||||
"codeSnippet": "Code Snippet" |
||||
}, |
||||
"labels": { |
||||
"notifyVia": "通知Via", |
||||
"projName": "項目名", |
||||
"tableName": "表名稱", |
||||
"viewName": "查看名稱", |
||||
"viewLink": "查看鏈接", |
||||
"columnName": "列名稱", |
||||
"columnType": "列類型", |
||||
"roleName": "角色名稱", |
||||
"roleDescription": "角色描述", |
||||
"databaseType": "鍵入數據庫", |
||||
"lengthValue": "長度/值", |
||||
"dbType": "數據庫類型", |
||||
"sqliteFile": "sqlite 文件", |
||||
"hostAddress": "主機地址", |
||||
"port": "端口號碼", |
||||
"username": "用戶名稱", |
||||
"password": "密碼", |
||||
"schemaName": "Schema name", |
||||
"database": "數據庫", |
||||
"action": "行動", |
||||
"actions": "行動", |
||||
"operation": "操作", |
||||
"operationType": "操作類型", |
||||
"operationSubType": "操作子類型", |
||||
"description": "描述", |
||||
"authentication": "驗證", |
||||
"token": "令牌", |
||||
"where": "在哪裡", |
||||
"cache": "緩存", |
||||
"chat": "聊天", |
||||
"email": "電子郵件", |
||||
"storage": "貯存", |
||||
"uiAcl": "UI-ACL", |
||||
"models": "楷模", |
||||
"syncState": "同步狀態", |
||||
"created": "創造了", |
||||
"sqlOutput": "SQL輸出", |
||||
"addOption": "添加選項", |
||||
"aggregateFunction": "匯總功能", |
||||
"dbCreateIfNotExists": "數據庫:創建如果不存在", |
||||
"clientKey": "client條key", |
||||
"clientCert": "client張cert", |
||||
"serverCA": "服務器 CA", |
||||
"requriedCa": "必填卡", |
||||
"requriedIdentity": "必要的身份", |
||||
"inflection": { |
||||
"tableName": "拐點 - 表名", |
||||
"columnName": "拐點 - 列名稱" |
||||
}, |
||||
"community": { |
||||
"starUs1": "比", |
||||
"starUs2": "喺 Github", |
||||
"bookDemo": "Book個 free demo", |
||||
"getAnswered": "讓您的問題得到解答", |
||||
"joinDiscord": "加入 Discord", |
||||
"joinCommunity": "Join NocoDB Community", |
||||
"joinReddit": "加入 /r/NocoDB", |
||||
"followNocodb": "Fol下NocoDB" |
||||
}, |
||||
"docReference": "文件參考文獻", |
||||
"selectUserRole": "選擇用戶角色", |
||||
"childTable": "子表", |
||||
"childColumn": "子列", |
||||
"onUpdate": "更新", |
||||
"onDelete": "在刪除", |
||||
"account": "Account", |
||||
"language": "Language", |
||||
"primaryColor": "Primary Color", |
||||
"accentColor": "Accent Color", |
||||
"customTheme": "Custom Theme", |
||||
"requestDataSource": "Request a data source you need?", |
||||
"apiKey": "API Key", |
||||
"sharedBase": "Shared Base", |
||||
"importData": "Import Data", |
||||
"importSecondaryViews": "Import Secondary Views", |
||||
"importRollupColumns": "Import Rollup Columns", |
||||
"importLookupColumns": "Import Lookup Columns", |
||||
"importAttachmentColumns": "Import Attachment Columns", |
||||
"importFormulaColumns": "Import Formula Columns", |
||||
"noData": "No Data", |
||||
"goToDashboard": "Go to Dashboard", |
||||
"importing": "Importing", |
||||
"flattenNested": "Flatten Nested", |
||||
"downloadAllowed": "Download allowed", |
||||
"weAreHiring": "We are Hiring!", |
||||
"primaryKey": "Primary key", |
||||
"hasMany": "has many", |
||||
"belongsTo": "belongs to", |
||||
"manyToMany": "have many to many relation", |
||||
"extraConnectionParameters": "Extra connection parameters", |
||||
"commentsOnly": "Comments only", |
||||
"documentation": "Documentation", |
||||
"subscribeNewsletter": "Subscribe to our weekly newsletter", |
||||
"signUpWithGoogle": "Sign up with Google", |
||||
"agreeToTos": "By signing up, you agree to the Terms of Service", |
||||
"welcomeToNc": "Welcome to NocoDB!" |
||||
}, |
||||
"activity": { |
||||
"createProject": "開新Project", |
||||
"importProject": "進口項目", |
||||
"searchProject": "搵下啲Projects", |
||||
"editProject": "改Project", |
||||
"stopProject": "停Project", |
||||
"startProject": "Start Project", |
||||
"restartProject": "重開Project", |
||||
"deleteProject": "Del Project", |
||||
"refreshProject": "重新整理", |
||||
"saveProject": "save Project", |
||||
"createProjectExtended": { |
||||
"extDB": "駁External嘅DB", |
||||
"excel": "從Excel創建項目", |
||||
"template": "從模板創建項目" |
||||
}, |
||||
"OkSaveProject": "好的和保存項目", |
||||
"upgrade": { |
||||
"available": "升級可用", |
||||
"releaseNote": "發行說明", |
||||
"howTo": "如何升級?" |
||||
}, |
||||
"translate": "幫助翻譯", |
||||
"account": { |
||||
"authToken": "複製auth令牌", |
||||
"swagger": "Swagger: REST APIs", |
||||
"projInfo": "複製項目信息", |
||||
"themes": "主題" |
||||
}, |
||||
"sort": "種類", |
||||
"addSort": "添加排序選項", |
||||
"filter": "篩選", |
||||
"addFilter": "添加過濾器", |
||||
"share": "分享", |
||||
"shareBase": { |
||||
"disable": "禁用共享基礎", |
||||
"enable": "任何有鏈接的人", |
||||
"link": "共享基本鏈接" |
||||
}, |
||||
"invite": "邀請", |
||||
"inviteMore": "邀請更多", |
||||
"inviteTeam": "邀請團隊", |
||||
"inviteToken": "邀請令牌", |
||||
"newUser": "新用戶", |
||||
"editUser": "編輯用戶", |
||||
"deleteUser": "從項目中刪除用戶", |
||||
"resendInvite": "重新發送邀請電子郵件", |
||||
"copyInviteURL": "複製邀請URL.", |
||||
"newRole": "新角色", |
||||
"reloadRoles": "重新加載角色", |
||||
"nextPage": "下一頁", |
||||
"prevPage": "上一頁", |
||||
"nextRecord": "下一步記錄", |
||||
"previousRecord": "之前的紀錄", |
||||
"copyApiURL": "複製API URL.", |
||||
"createTable": "表創造", |
||||
"refreshTable": "表刷新", |
||||
"renameTable": "表重命名", |
||||
"deleteTable": "表刪除", |
||||
"addField": "將新字段添加到此表", |
||||
"setPrimary": "設置為主要值", |
||||
"addRow": "添加新行", |
||||
"saveRow": "保存行", |
||||
"insertRow": "插入新行", |
||||
"deleteRow": "刪除行", |
||||
"deleteSelectedRow": "刪除所選行", |
||||
"importExcel": "導入Excel.", |
||||
"importCSV": "Import CSV", |
||||
"downloadCSV": "下載為CSV.", |
||||
"downloadExcel": "下載為XLSX", |
||||
"uploadCSV": "上傳CSV.", |
||||
"import": "導出去file", |
||||
"importMetadata": "import metadata", |
||||
"exportMetadata": "export metadata", |
||||
"clearMetadata": "清metadata", |
||||
"exportToFile": "導出到文件", |
||||
"changePwd": "更改密碼", |
||||
"createView": "創建一個視圖", |
||||
"shareView": "分享視圖", |
||||
"listSharedView": "共享視圖列表", |
||||
"ListView": "觀點列表", |
||||
"copyView": "複製視圖", |
||||
"renameView": "重命名視圖", |
||||
"deleteView": "刪除視圖", |
||||
"createGrid": "創建網格視圖", |
||||
"createGallery": "創建畫廊視圖", |
||||
"createCalendar": "創建日曆視圖", |
||||
"createKanban": "創建尋呼視圖", |
||||
"createForm": "創建表單視圖", |
||||
"showSystemFields": "顯示系統字段", |
||||
"copyUrl": "複製URL.", |
||||
"openTab": "打開新標籤", |
||||
"iFrame": "複製嵌入式HTML代碼", |
||||
"addWebhook": "添加新的webhook.", |
||||
"newToken": "添加新令牌", |
||||
"exportZip": "export去 zip", |
||||
"importZip": "import去 zip", |
||||
"metaSync": "立即同步", |
||||
"settings": "設置", |
||||
"previewAs": "預覽", |
||||
"resetReview": "重置預覽", |
||||
"testDbConn": "駁下DB通唔通", |
||||
"removeDbFromEnv": "從環境中delete DB", |
||||
"editConnJson": "編輯連接 JSON.", |
||||
"sponsorUs": "贊助我地", |
||||
"sendEmail": "發電子郵件", |
||||
"addUserToProject": "Add user to project", |
||||
"getApiSnippet": "Get API Snippet", |
||||
"clearCell": "Clear cell", |
||||
"addFilterGroup": "Add Filter Group", |
||||
"linkRecord": "Link record", |
||||
"addNewRecord": "Add new record", |
||||
"useConnectionUrl": "Use Connection URL", |
||||
"toggleCommentsDraw": "Toggle comments draw" |
||||
}, |
||||
"tooltip": { |
||||
"saveChanges": "保存更改", |
||||
"xcDB": "駁內置嘅SQLite", |
||||
"extDB": "支援 MySQL, PostgreSQL, SQL Server & SQLite", |
||||
"apiRest": "可通過 REST API 訪問", |
||||
"apiGQL": "可通過 GraphQL API 訪問", |
||||
"theme": { |
||||
"dark": "它確實有黑色(^⇧b)", |
||||
"light": "它是黑色嗎? (^⇧b)" |
||||
}, |
||||
"addTable": "添加新表", |
||||
"inviteMore": "邀請更多用戶", |
||||
"toggleNavDraw": "切換導航抽屜", |
||||
"reloadApiToken": "重新加載API令牌", |
||||
"generateNewApiToken": "生成新的API令牌", |
||||
"addRole": "添加新角色", |
||||
"reloadList": "重新加載列表", |
||||
"metaSync": "同步元數據", |
||||
"sqlMigration": "重新加載遷移", |
||||
"updateRestart": "改完再重開", |
||||
"cancelReturn": "取消及返回", |
||||
"exportMetadata": "將所有元數據從元表導出到Meta目錄。", |
||||
"importMetadata": "將所有元數據從Meta目錄導入元表。", |
||||
"clearMetadata": "清除元表中的所有元數據。", |
||||
"clientKey": "揀 .key file", |
||||
"clientCert": "揀 .cert file", |
||||
"clientCA": "揀 CA file" |
||||
}, |
||||
"placeholder": { |
||||
"projName": "入Project名", |
||||
"password": { |
||||
"enter": "輸入密碼", |
||||
"current": "當前密碼", |
||||
"new": "新密碼", |
||||
"save": "保存密碼", |
||||
"confirm": "確認新密碼" |
||||
}, |
||||
"searchProjectTree": "搜索表", |
||||
"searchFields": "搜索字段", |
||||
"searchColumn": "搜索{search}列", |
||||
"searchApps": "搜索應用程序", |
||||
"searchModels": "搜索模型", |
||||
"noItemsFound": "未找到任何項目", |
||||
"defaultValue": "默認值", |
||||
"filterByEmail": "通過電子郵件過濾", |
||||
"filterQuery": "Filter query", |
||||
"selectField": "Select field" |
||||
}, |
||||
"msg": { |
||||
"info": { |
||||
"footerInfo": "每頁行駛", |
||||
"upload": "選擇文件以上傳", |
||||
"upload_sub": "或拖放文件", |
||||
"excelSupport": "支持:.xls,.xlsx,.xlsm,.ods,.ots", |
||||
"excelURL": "輸入Excel文件URL", |
||||
"csvURL": "輸入CSV文件URL", |
||||
"footMsg": "要解析為推斷數據類型的行數", |
||||
"excelImport": "板材可用於進口", |
||||
"exportMetadata": "您想從元表導出元數據嗎?", |
||||
"importMetadata": "您想從元表導入元數據嗎?", |
||||
"clearMetadata": "你想清除元表中的元數據嗎?", |
||||
"projectEmptyMessage": "開嗰新Project", |
||||
"stopProject": "你想停止這個項目嗎?", |
||||
"startProject": "你想啟動這個項目嗎?", |
||||
"restartProject": "你想重新啟動項目嗎?", |
||||
"deleteProject": "你想刪除這個項目嗎?", |
||||
"shareBasePrivate": "產生公開可享的Readonly Base", |
||||
"shareBasePublic": "互聯網上的任何人都可以查看", |
||||
"userInviteNoSMTP": "看起來你還沒有配置郵件!請複制上面的邀請鏈接並將其發送給", |
||||
"dragDropHide": "在此處拖放字段以隱藏", |
||||
"formInput": "輸入表單輸入標籤", |
||||
"formHelpText": "添加一些幫助文本", |
||||
"onlyCreator": "僅創作者可見", |
||||
"formDesc": "添加表單描述", |
||||
"beforeEnablePwd": "限制密碼訪問權限", |
||||
"afterEnablePwd": "訪問是受限制的密碼", |
||||
"privateLink": "此視圖通過私人鏈接共享", |
||||
"privateLinkAdditionalInfo": "具有私有鏈接的人只能看到此視圖中可見的細胞", |
||||
"afterFormSubmitted": "表格提交後", |
||||
"apiOptions": "Access Project via", |
||||
"submitAnotherForm": "顯示“提交另一個表格”按鈕", |
||||
"showBlankForm": "5秒後顯示空白表格", |
||||
"emailForm": "發電子郵件給我", |
||||
"showSysFields": "顯示系統字段", |
||||
"filterAutoApply": "自動申請", |
||||
"showMessage": "顯示此消息", |
||||
"viewNotShared": "當前視圖不共享!", |
||||
"showAllViews": "顯示此表的所有共享視圖", |
||||
"collabView": "具有編輯權限或更高的合作者可以更改視圖配置。", |
||||
"lockedView": "沒有人可以編輯視圖配置,直到它被解鎖。", |
||||
"personalView": "只有您可以編輯視圖配置。默認情況下,其他合作者的個人視圖隱藏。", |
||||
"ownerDesc": "可以添加/刪除創建者。和完整編輯數據庫結構和字段。", |
||||
"creatorDesc": "可以完全編輯數據庫結構和值。", |
||||
"editorDesc": "可以編輯記錄但無法更改數據庫/字段的結構。", |
||||
"commenterDesc": "可以查看和評論記錄,但無法編輯任何內容", |
||||
"viewerDesc": "可以查看記錄但無法編輯任何內容", |
||||
"addUser": "添加新用戶", |
||||
"staticRoleInfo": "無法編輯系統定義的角色", |
||||
"exportZip": "將項目元導出到zip文件和下載。", |
||||
"importZip": "導入項目元拉鍊文件並重新啟動。", |
||||
"importText": "通過上傳metadata zip 文件導入 NocoDB Project", |
||||
"metaNoChange": "沒有確定更改", |
||||
"sqlMigration": "將自動創建架構遷移。創建一個表並刷新此頁面。", |
||||
"dbConnectionStatus": "環境驗證", |
||||
"dbConnected": "駁到", |
||||
"notifications": { |
||||
"no_new": "冇新notications", |
||||
"clear": "清咗佢" |
||||
}, |
||||
"sponsor": { |
||||
"header": "你可以幫助我們!", |
||||
"message": "我們是一支小型團隊,全職工作,使Nocodb開放來源。我們相信一個像Nocodb這樣的工具應該在互聯網上的每個問題求解器上自由提供。" |
||||
}, |
||||
"loginMsg": "登入 NocoDB", |
||||
"passwordRecovery": { |
||||
"message_1": "用番你reg果陣果嗰email", |
||||
"message_2": "我們將向您發送一封電子郵件,其中包含重置密碼的鏈接。", |
||||
"success": "請檢查您的電子郵件以重置密碼" |
||||
}, |
||||
"signUp": { |
||||
"superAdmin": "你會喺超級admin", |
||||
"alreadyHaveAccount": "已經有AC?", |
||||
"workEmail": "入你嘅email", |
||||
"enterPassword": "入你嘅密碼", |
||||
"forgotPassword": "唔記得密碼?", |
||||
"dontHaveAccount": "無AC?" |
||||
}, |
||||
"addView": { |
||||
"grid": "添加網格視圖", |
||||
"gallery": "添加圖庫視圖", |
||||
"form": "添加表單視圖", |
||||
"kanban": "添加Kanban View.", |
||||
"calendar": "添加日曆視圖" |
||||
}, |
||||
"tablesMetadataInSync": "表元數據同步", |
||||
"addMultipleUsers": "您可以添加多個逗號(,)分隔的電子郵件", |
||||
"enterTableName": "輸入表名", |
||||
"addDefaultColumns": "添加默認列", |
||||
"tableNameInDb": "數據庫中保存的表名", |
||||
"airtable": { |
||||
"credentials": "Where to find this?" |
||||
}, |
||||
"import": { |
||||
"clickOrDrag": "Click or drag file to this area to upload" |
||||
}, |
||||
"metaDataRecreated": "Table metadata recreated successfully", |
||||
"invalidCredentials": "Invalid credentials", |
||||
"downloadingMoreFiles": "Downloading more files", |
||||
"copiedToClipboard": "Copied to clipboard", |
||||
"requriedFieldsCantBeMoved": "Required field can't be moved", |
||||
"updateNotAllowedWithoutPK": "Update not allowed for table which doesn't have primary key", |
||||
"autoIncFieldNotEditable": "Auto increment field is not editable", |
||||
"editingPKnotSupported": "Editing primary key not supported", |
||||
"deletedCache": "Deleted cache successfully", |
||||
"cacheEmpty": "Cache is empty", |
||||
"exportedCache": "Exported Cache Successfully", |
||||
"valueAlreadyInList": "This value is already in the list", |
||||
"noColumnsToUpdate": "No columns to update", |
||||
"tableDeleted": "Deleted table successfully", |
||||
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base", |
||||
"deleteViewConfirmation": "Are you sure you want to delete this view?", |
||||
"deleteTableConfirmation": "Do you want to delete the table", |
||||
"showM2mTables": "Show M2M Tables" |
||||
}, |
||||
"error": { |
||||
"searchProject": "搵唔到有關 {search}", |
||||
"invalidChar": "文件夾路徑中的字符無效。", |
||||
"invalidDbCredentials": "數據庫憑據無效。", |
||||
"unableToConnectToDb": "無法連接數據庫,請檢查您的數據庫已啟動。", |
||||
"userDoesntHaveSufficientPermission": "用戶不存在或具有足夠的權限來創建架構。", |
||||
"dbConnectionStatus": "數據庫參數無效", |
||||
"dbConnectionFailed": "駁唔到:", |
||||
"signUpRules": { |
||||
"emailReqd": "E-mail 必須填", |
||||
"emailInvalid": "E-mail 唔valid", |
||||
"passwdRequired": "密碼必須填", |
||||
"passwdLength": "你嗰密碼至少要8個字", |
||||
"passwdMismatch": "密碼不匹配", |
||||
"completeRuleSet": "At least 8 characters with one Uppercase, one number and one special character", |
||||
"atLeast8Char": "At least 8 characters", |
||||
"atLeastOneUppercase": "One Uppercase letter", |
||||
"atLeastOneNumber": "One Number", |
||||
"atLeastOneSpecialChar": "One special character", |
||||
"allowedSpecialCharList": "Allowed special character list" |
||||
}, |
||||
"invalidURL": "Invalid URL", |
||||
"internalError": "Some internal error occurred", |
||||
"templateGeneratorNotFound": "Template Generator cannot be found!", |
||||
"fileUploadFailed": "Failed to upload file", |
||||
"primaryColumnUpdateFailed": "Failed to update primary column", |
||||
"formDescriptionTooLong": "Data too long for Form Description", |
||||
"columnsRequired": "Following columns are required", |
||||
"selectAtleastOneColumn": "At least one column has to be selected", |
||||
"columnDescriptionNotFound": "Cannot find the destination column for", |
||||
"duplicateMappingFound": "Duplicate mapping found, please remove one of the mapping", |
||||
"nullValueViolatesNotNull": "Null value violates not-null constraint", |
||||
"sourceHasInvalidNumbers": "Source data contains some invalid numbers", |
||||
"sourceHasInvalidBoolean": "Source data contains some invalid boolean values", |
||||
"invalidForm": "Invalid Form", |
||||
"formValidationFailed": "Form validation failed", |
||||
"youHaveBeenSignedOut": "You have been signed out", |
||||
"failedToLoadList": "Failed to load list", |
||||
"failedToLoadChildrenList": "Failed to load children list", |
||||
"deleteFailed": "Delete failed", |
||||
"unlinkFailed": "Unlink failed", |
||||
"rowUpdateFailed": "Row update failed", |
||||
"deleteRowFailed": "Failed to delete row", |
||||
"setFormDataFailed": "Failed to set form data", |
||||
"formViewUpdateFailed": "Failed to update form view" |
||||
}, |
||||
"toast": { |
||||
"exportMetadata": "項目元數據成功導出", |
||||
"importMetadata": "項目元數據成功導入", |
||||
"clearMetadata": "項目元數據已成功清除", |
||||
"stopProject": "項目成功停止了", |
||||
"startProject": "項目成功開始", |
||||
"restartProject": "項目成功重新啟動", |
||||
"deleteProject": "項目已成功刪除", |
||||
"authToken": "驗證令牌複製到剪貼板", |
||||
"projInfo": "將項目信息複製到剪貼板", |
||||
"inviteUrlCopy": "複製邀請URL到剪貼板", |
||||
"createView": "查看成功創建", |
||||
"formEmailSMTP": "請激活App Store中的SMTP插件以啟用電子郵件通知", |
||||
"collabView": "成功轉換為協作視圖", |
||||
"lockedView": "成功轉換為鎖定視圖", |
||||
"futureRelease": "即將推出!" |
||||
}, |
||||
"success": { |
||||
"updatedUIACL": "Updated UI ACL for tables successfully", |
||||
"pluginUninstalled": "Plugin uninstalled successfully", |
||||
"pluginSettingsSaved": "Plugin settings saved successfully", |
||||
"pluginTested": "Successfully tested plugin settings", |
||||
"tableRenamed": "Table renamed successfully", |
||||
"viewDeleted": "View deleted successfully", |
||||
"primaryColumnUpdated": "Successfully updated as primary column", |
||||
"tableDataExported": "Successfully exported all table data", |
||||
"updated": "Successfully updated", |
||||
"sharedViewDeleted": "Deleted shared view successfully", |
||||
"viewRenamed": "View renamed successfully", |
||||
"tokenGenerated": "Token generated successfully", |
||||
"tokenDeleted": "Token deleted successfully", |
||||
"userAddedToProject": "Successfully added user to project", |
||||
"userDeletedFromProject": "Successfully deleted user from project", |
||||
"inviteEmailSent": "Invite Email sent successfully", |
||||
"inviteURLCopied": "Invite URL copied to clipboard", |
||||
"shareableURLCopied": "Copied shareable base URL to clipboard!", |
||||
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!", |
||||
"userDetailsUpdated": "Successfully updated the user details", |
||||
"tableDataImported": "Successfully imported table data", |
||||
"webhookUpdated": "Webhook details updated successfully", |
||||
"webhookDeleted": "Hook deleted successfully", |
||||
"webhookTested": "Webhook tested successfully", |
||||
"columnUpdated": "Column updated", |
||||
"columnCreated": "Column created", |
||||
"passwordChanged": "Password changed successfully. Please login again." |
||||
} |
||||
} |
||||
} |
@ -1,668 +0,0 @@
|
||||
{ |
||||
"general": { |
||||
"home": "首頁", |
||||
"load": "載入", |
||||
"open": "開啟", |
||||
"close": "關閉", |
||||
"yes": "是", |
||||
"no": "否", |
||||
"ok": "OK", |
||||
"and": "和", |
||||
"or": "或", |
||||
"add": "新增", |
||||
"edit": "編輯", |
||||
"remove": "移除", |
||||
"save": "儲存", |
||||
"cancel": "取消", |
||||
"submit": "提交", |
||||
"create": "建立", |
||||
"insert": "插入", |
||||
"delete": "刪除", |
||||
"update": "更新", |
||||
"rename": "重新命名", |
||||
"reload": "重新載入", |
||||
"reset": "重設", |
||||
"install": "安裝", |
||||
"show": "顯示", |
||||
"hide": "隱藏", |
||||
"showAll": "顯示所有", |
||||
"hideAll": "全部隱藏", |
||||
"showMore": "顯示更多", |
||||
"showOptions": "顯示選項", |
||||
"hideOptions": "隱藏選項", |
||||
"showMenu": "顯示選單", |
||||
"hideMenu": "隱藏選單", |
||||
"addAll": "全部新增", |
||||
"removeAll": "全部移除", |
||||
"signUp": "註冊", |
||||
"signIn": "登入", |
||||
"signOut": "登出", |
||||
"required": "必填", |
||||
"preferred": "首選", |
||||
"mandatory": "強制的", |
||||
"loading": "載入中...", |
||||
"title": "標題", |
||||
"upload": "上傳", |
||||
"download": "下載", |
||||
"default": "預設", |
||||
"more": "更多", |
||||
"less": "較少", |
||||
"event": "事件", |
||||
"condition": "條件", |
||||
"after": "後", |
||||
"before": "前", |
||||
"search": "搜尋", |
||||
"notification": "通知", |
||||
"reference": "參考", |
||||
"function": "功能", |
||||
"confirm": "Confirm", |
||||
"generate": "Generate", |
||||
"copy": "Copy", |
||||
"misc": "Miscellaneous", |
||||
"lock": "Lock", |
||||
"unlock": "Unlock", |
||||
"credentials": "Credentials", |
||||
"help": "Help", |
||||
"questions": "Questions", |
||||
"reachOut": "Reach out here", |
||||
"betaNote": "This feature is currently in beta.", |
||||
"moreInfo": "More information can be found here", |
||||
"logs": "Logs" |
||||
}, |
||||
"objects": { |
||||
"project": "項目", |
||||
"projects": "項目", |
||||
"table": "表格", |
||||
"tables": "表格", |
||||
"field": "欄位", |
||||
"fields": "欄位", |
||||
"column": "列", |
||||
"columns": "列", |
||||
"page": "頁", |
||||
"pages": "頁", |
||||
"record": "記錄", |
||||
"records": "記錄", |
||||
"webhook": "Webhook", |
||||
"webhooks": "Webhook", |
||||
"view": "檢視表", |
||||
"views": "檢視表", |
||||
"viewType": { |
||||
"grid": "網格", |
||||
"gallery": "圖庫", |
||||
"form": "表單", |
||||
"kanban": "看板", |
||||
"calendar": "日曆" |
||||
}, |
||||
"user": "使用者", |
||||
"users": "使用者", |
||||
"role": "角色", |
||||
"roles": "角色", |
||||
"roleType": { |
||||
"owner": "所有者", |
||||
"creator": "創造者", |
||||
"editor": "編輯", |
||||
"commenter": "評論者", |
||||
"viewer": "檢視者" |
||||
} |
||||
}, |
||||
"datatype": { |
||||
"ID": "ID", |
||||
"ForeignKey": "外鑰匙", |
||||
"SingleLineText": "單行文本", |
||||
"LongText": "長篇文章", |
||||
"Attachment": "附件", |
||||
"Checkbox": "核取方塊", |
||||
"MultiSelect": "多選", |
||||
"SingleSelect": "單選", |
||||
"Collaborator": "合作者", |
||||
"Date": "日期", |
||||
"Year": "年", |
||||
"Time": "時間", |
||||
"PhoneNumber": "電話號碼", |
||||
"Email": "電子郵件", |
||||
"URL": "網址", |
||||
"Number": "數字", |
||||
"Decimal": "十進制", |
||||
"Currency": "貨幣", |
||||
"Percent": "百分", |
||||
"Duration": "期間", |
||||
"Rating": "評分", |
||||
"Formula": "公式", |
||||
"Rollup": "捲起", |
||||
"Count": "數數", |
||||
"Lookup": "抬頭", |
||||
"DateTime": "日期時間", |
||||
"CreateTime": "創建時間", |
||||
"LastModifiedTime": "最後修改時間", |
||||
"AutoNumber": "自動編號", |
||||
"Barcode": "條碼", |
||||
"Button": "按鈕", |
||||
"Password": "密碼", |
||||
"relationProperties": { |
||||
"noAction": "沒有任何行動", |
||||
"cascade": "級聯", |
||||
"restrict": "嚴格", |
||||
"setNull": "設置 null", |
||||
"setDefault": "默認設置" |
||||
} |
||||
}, |
||||
"filterOperation": { |
||||
"isEqual": "完全一致", |
||||
"isNotEqual": "完全不一致", |
||||
"isLike": "部分一致", |
||||
"isNot like": "部分不一致", |
||||
"isEmpty": "是空的", |
||||
"isNotEmpty": "不是空的", |
||||
"isNull": "一片空白", |
||||
"isNotNull": "不是空虛" |
||||
}, |
||||
"title": { |
||||
"newProj": "建立新專案", |
||||
"myProject": "我的專案", |
||||
"formTitle": "表格標題", |
||||
"collabView": "合作視圖", |
||||
"lockedView": "鎖定視圖", |
||||
"personalView": "個人觀", |
||||
"appStore": "應用程式商店", |
||||
"teamAndAuth": "團隊和認證", |
||||
"rolesUserMgmt": "角色和使用者管理", |
||||
"userMgmt": "使用者管理", |
||||
"apiTokenMgmt": "API 權杖管理", |
||||
"rolesMgmt": "角色管理", |
||||
"projMeta": "專案中繼資料", |
||||
"metaMgmt": "中繼資料管理", |
||||
"metadata": "中繼資料", |
||||
"exportImportMeta": "匯出/匯入中繼資料", |
||||
"uiACL": "UI 存取控制", |
||||
"metaOperations": "中繼資料操作", |
||||
"audit": "稽核", |
||||
"auditLogs": "稽核記錄", |
||||
"sqlMigrations": "SQL 遷移", |
||||
"dbCredentials": "資料庫憑證", |
||||
"advancedParameters": "SSL 及進階參數", |
||||
"headCreateProject": "建立新專案|NocoDB", |
||||
"headLogin": "登入|NocoDB", |
||||
"resetPassword": "重設密碼", |
||||
"teamAndSettings": "團隊 & 設定", |
||||
"apiDocs": "API 說明文件", |
||||
"importFromAirtable": "Import From Airtable", |
||||
"generateToken": "Generate Token", |
||||
"APIsAndSupport": "APIs & Support", |
||||
"helpCenter": "Help center", |
||||
"swaggerDocumentation": "Swagger Documentation", |
||||
"quickImportFrom": "Quick Import From", |
||||
"quickImport": "Quick Import", |
||||
"advancedSettings": "Advanced Settings", |
||||
"codeSnippet": "Code Snippet" |
||||
}, |
||||
"labels": { |
||||
"notifyVia": "透過...通知", |
||||
"projName": "項目名", |
||||
"tableName": "表名稱", |
||||
"viewName": "查看名稱", |
||||
"viewLink": "查看鏈接", |
||||
"columnName": "列名稱", |
||||
"columnType": "列類型", |
||||
"roleName": "角色名稱", |
||||
"roleDescription": "角色描述", |
||||
"databaseType": "鍵入數據庫", |
||||
"lengthValue": "長度/值", |
||||
"dbType": "資料庫類型", |
||||
"sqliteFile": "SQLite 檔案", |
||||
"hostAddress": "主機位址", |
||||
"port": "連線埠號碼", |
||||
"username": "使用者名稱", |
||||
"password": "密碼", |
||||
"schemaName": "Schema name", |
||||
"database": "數據庫", |
||||
"action": "行動", |
||||
"actions": "行動", |
||||
"operation": "操作", |
||||
"operationType": "操作類型", |
||||
"operationSubType": "操作子類型", |
||||
"description": "描述", |
||||
"authentication": "驗證", |
||||
"token": "權杖", |
||||
"where": "在哪裡", |
||||
"cache": "緩存", |
||||
"chat": "聊天", |
||||
"email": "電子郵件", |
||||
"storage": "貯存", |
||||
"uiAcl": "UI-ACL", |
||||
"models": "楷模", |
||||
"syncState": "同步狀態", |
||||
"created": "已建立", |
||||
"sqlOutput": "SQL 輸出", |
||||
"addOption": "新增選項", |
||||
"aggregateFunction": "匯總功能", |
||||
"dbCreateIfNotExists": "資料庫:不存在則建立", |
||||
"clientKey": "用戶端金鑰", |
||||
"clientCert": "用戶端憑證", |
||||
"serverCA": "伺服器 CA", |
||||
"requriedCa": "必填 - CA", |
||||
"requriedIdentity": "必填 - IDENTITY", |
||||
"inflection": { |
||||
"tableName": "屈折 - 表格名稱", |
||||
"columnName": "屈折 - 欄位名稱" |
||||
}, |
||||
"community": { |
||||
"starUs1": "在 Github 上", |
||||
"starUs2": "幫我們按讚", |
||||
"bookDemo": "預訂免費 Demo", |
||||
"getAnswered": "解惑您的問題", |
||||
"joinDiscord": "加入 Discord", |
||||
"joinCommunity": "加入 NocoDB 社群", |
||||
"joinReddit": "加入 /r/NocoDB", |
||||
"followNocodb": "追蹤 NocoDB" |
||||
}, |
||||
"docReference": "文件參考文獻", |
||||
"selectUserRole": "選擇使用者角色", |
||||
"childTable": "子表格", |
||||
"childColumn": "子欄", |
||||
"onUpdate": "更新", |
||||
"onDelete": "在刪除", |
||||
"account": "Account", |
||||
"language": "Language", |
||||
"primaryColor": "Primary Color", |
||||
"accentColor": "Accent Color", |
||||
"customTheme": "Custom Theme", |
||||
"requestDataSource": "Request a data source you need?", |
||||
"apiKey": "API Key", |
||||
"sharedBase": "Shared Base", |
||||
"importData": "Import Data", |
||||
"importSecondaryViews": "Import Secondary Views", |
||||
"importRollupColumns": "Import Rollup Columns", |
||||
"importLookupColumns": "Import Lookup Columns", |
||||
"importAttachmentColumns": "Import Attachment Columns", |
||||
"importFormulaColumns": "Import Formula Columns", |
||||
"noData": "No Data", |
||||
"goToDashboard": "Go to Dashboard", |
||||
"importing": "Importing", |
||||
"flattenNested": "Flatten Nested", |
||||
"downloadAllowed": "Download allowed", |
||||
"weAreHiring": "We are Hiring!", |
||||
"primaryKey": "Primary key", |
||||
"hasMany": "has many", |
||||
"belongsTo": "belongs to", |
||||
"manyToMany": "have many to many relation", |
||||
"extraConnectionParameters": "Extra connection parameters", |
||||
"commentsOnly": "Comments only", |
||||
"documentation": "Documentation", |
||||
"subscribeNewsletter": "Subscribe to our weekly newsletter", |
||||
"signUpWithGoogle": "Sign up with Google", |
||||
"agreeToTos": "By signing up, you agree to the Terms of Service", |
||||
"welcomeToNc": "Welcome to NocoDB!" |
||||
}, |
||||
"activity": { |
||||
"createProject": "建立專案", |
||||
"importProject": "匯入專案", |
||||
"searchProject": "搜尋專案", |
||||
"editProject": "編輯專案", |
||||
"stopProject": "停止專案", |
||||
"startProject": "啟動專案", |
||||
"restartProject": "重啟專案", |
||||
"deleteProject": "刪除專案", |
||||
"refreshProject": "重新整理專案", |
||||
"saveProject": "儲存專案", |
||||
"createProjectExtended": { |
||||
"extDB": "連線至外部資料庫來建立", |
||||
"excel": "從 Excel 建立專案", |
||||
"template": "從模板建立專案" |
||||
}, |
||||
"OkSaveProject": "確認並儲存專案", |
||||
"upgrade": { |
||||
"available": "升級可用", |
||||
"releaseNote": "發行說明", |
||||
"howTo": "如何升級?" |
||||
}, |
||||
"translate": "幫助翻譯", |
||||
"account": { |
||||
"authToken": "複製驗證權杖", |
||||
"swagger": "Swagger: REST APIs", |
||||
"projInfo": "複製專案資訊", |
||||
"themes": "主題" |
||||
}, |
||||
"sort": "種類", |
||||
"addSort": "添加排序選項", |
||||
"filter": "篩選", |
||||
"addFilter": "添加過濾器", |
||||
"share": "分享", |
||||
"shareBase": { |
||||
"disable": "禁用共享基礎", |
||||
"enable": "任何有連結的人", |
||||
"link": "共享基本鏈接" |
||||
}, |
||||
"invite": "邀請", |
||||
"inviteMore": "邀請更多", |
||||
"inviteTeam": "邀請團隊", |
||||
"inviteToken": "邀請權杖", |
||||
"newUser": "新使用者", |
||||
"editUser": "編輯使用者", |
||||
"deleteUser": "從專案中刪除使用者", |
||||
"resendInvite": "重新發送邀請電子郵件", |
||||
"copyInviteURL": "複製邀請連結", |
||||
"newRole": "新角色", |
||||
"reloadRoles": "重新載入角色", |
||||
"nextPage": "下一頁", |
||||
"prevPage": "上一頁", |
||||
"nextRecord": "下一步記錄", |
||||
"previousRecord": "之前的紀錄", |
||||
"copyApiURL": "複製 API 網址", |
||||
"createTable": "表創造", |
||||
"refreshTable": "表刷新", |
||||
"renameTable": "表重命名", |
||||
"deleteTable": "表刪除", |
||||
"addField": "將新字段添加到此表", |
||||
"setPrimary": "設置為主要值", |
||||
"addRow": "新增行", |
||||
"saveRow": "儲存行", |
||||
"insertRow": "插入新行", |
||||
"deleteRow": "刪除行", |
||||
"deleteSelectedRow": "刪除所選行", |
||||
"importExcel": "匯入 Excel", |
||||
"importCSV": "匯入 CSV", |
||||
"downloadCSV": "下載為 CSV", |
||||
"downloadExcel": "下載為 XLSX", |
||||
"uploadCSV": "上傳 CSV", |
||||
"import": "匯入", |
||||
"importMetadata": "匯入中繼資料", |
||||
"exportMetadata": "匯出中繼資料", |
||||
"clearMetadata": "清除中繼資料", |
||||
"exportToFile": "匯出為檔案", |
||||
"changePwd": "更改密碼", |
||||
"createView": "建立檢視表", |
||||
"shareView": "分享檢視表", |
||||
"listSharedView": "共享視圖列表", |
||||
"ListView": "檢視表清單", |
||||
"copyView": "複製檢視表", |
||||
"renameView": "重新命名檢視表", |
||||
"deleteView": "刪除檢視表", |
||||
"createGrid": "創建網格視圖", |
||||
"createGallery": "創建畫廊視圖", |
||||
"createCalendar": "創建日曆視圖", |
||||
"createKanban": "創建尋呼視圖", |
||||
"createForm": "創建表單視圖", |
||||
"showSystemFields": "顯示系統字段", |
||||
"copyUrl": "複製網址", |
||||
"openTab": "開啟新分頁", |
||||
"iFrame": "複製嵌入式 HTML 程式碼", |
||||
"addWebhook": "新增 webhook", |
||||
"newToken": "新增權杖", |
||||
"exportZip": "匯出 ZIP", |
||||
"importZip": "匯入 ZIP", |
||||
"metaSync": "立即同步", |
||||
"settings": "設定", |
||||
"previewAs": "預覽方式", |
||||
"resetReview": "重設預覽", |
||||
"testDbConn": "測試資料庫連線", |
||||
"removeDbFromEnv": "從環境移除資料庫", |
||||
"editConnJson": "編輯連線 JSON", |
||||
"sponsorUs": "贊助我們", |
||||
"sendEmail": "傳送電子郵件", |
||||
"addUserToProject": "Add user to project", |
||||
"getApiSnippet": "Get API Snippet", |
||||
"clearCell": "Clear cell", |
||||
"addFilterGroup": "Add Filter Group", |
||||
"linkRecord": "Link record", |
||||
"addNewRecord": "Add new record", |
||||
"useConnectionUrl": "Use Connection URL", |
||||
"toggleCommentsDraw": "Toggle comments draw" |
||||
}, |
||||
"tooltip": { |
||||
"saveChanges": "儲存更動", |
||||
"xcDB": "建立新專案", |
||||
"extDB": "支援 MySQL、PostgreSQL、SQL Server 和 SQLite", |
||||
"apiRest": "可透過 REST API 存取", |
||||
"apiGQL": "可透過 GraphQL API 存取", |
||||
"theme": { |
||||
"dark": "它確實有黑色(^⇧b)", |
||||
"light": "它是黑色嗎?(^⇧b)" |
||||
}, |
||||
"addTable": "添加新表", |
||||
"inviteMore": "邀請更多用戶", |
||||
"toggleNavDraw": "切換導航抽屜", |
||||
"reloadApiToken": "重新載入 API 權杖", |
||||
"generateNewApiToken": "產生新 API 權杖", |
||||
"addRole": "添加新角色", |
||||
"reloadList": "重新加載列表", |
||||
"metaSync": "同步中繼資料", |
||||
"sqlMigration": "重新加載遷移", |
||||
"updateRestart": "更新並重新啟動", |
||||
"cancelReturn": "取消並返回", |
||||
"exportMetadata": "將所有中繼資料從中繼資料表匯出至中繼目錄。", |
||||
"importMetadata": "將所有中繼資料從中繼目錄匯入至中繼資料表。", |
||||
"clearMetadata": "清除中繼資料表中的所有中繼資料。", |
||||
"clientKey": "選擇 .key 檔案", |
||||
"clientCert": "選擇 .cert 檔案", |
||||
"clientCA": "選擇 CA 檔案" |
||||
}, |
||||
"placeholder": { |
||||
"projName": "輸入專案名稱", |
||||
"password": { |
||||
"enter": "輸入密碼", |
||||
"current": "當前密碼", |
||||
"new": "新密碼", |
||||
"save": "儲存密碼", |
||||
"confirm": "確認新密碼" |
||||
}, |
||||
"searchProjectTree": "搜索表", |
||||
"searchFields": "搜索字段", |
||||
"searchColumn": "搜索{search}列", |
||||
"searchApps": "搜索應用程序", |
||||
"searchModels": "搜索模型", |
||||
"noItemsFound": "未找到任何項目", |
||||
"defaultValue": "預設值", |
||||
"filterByEmail": "通過電子郵件過濾", |
||||
"filterQuery": "Filter query", |
||||
"selectField": "Select field" |
||||
}, |
||||
"msg": { |
||||
"info": { |
||||
"footerInfo": "每頁行駛", |
||||
"upload": "選擇檔案以上傳", |
||||
"upload_sub": "或拖放檔案", |
||||
"excelSupport": "支持:.xls,.xlsx,.xlsm,.ods,.ots", |
||||
"excelURL": "輸入 Excel 檔案 URL", |
||||
"csvURL": "輸入 CSV 檔案 URL", |
||||
"footMsg": "要解析為推斷數據類型的行數", |
||||
"excelImport": "板材可用於進口", |
||||
"exportMetadata": "您想從中繼表格中匯出中繼資料嗎?", |
||||
"importMetadata": "您想從中繼表格中匯入中繼資料嗎?", |
||||
"clearMetadata": "你想清除中繼表格中的中繼資料嗎?", |
||||
"projectEmptyMessage": "從建立新專案開始", |
||||
"stopProject": "你想停止這個專案嗎?", |
||||
"startProject": "你想啟動這個專案嗎?", |
||||
"restartProject": "你想重新啟動專案嗎?", |
||||
"deleteProject": "你想刪除這個專案嗎?", |
||||
"shareBasePrivate": "產生公開可享的 Readonly Base", |
||||
"shareBasePublic": "網路上的任何人都可以查看", |
||||
"userInviteNoSMTP": "看起來你還沒有配置郵件!請複制上面的邀請鏈接並將其發送給", |
||||
"dragDropHide": "在此處拖放字段以隱藏", |
||||
"formInput": "輸入表單輸入標籤", |
||||
"formHelpText": "添加一些幫助文本", |
||||
"onlyCreator": "僅建立者可見", |
||||
"formDesc": "添加表單描述", |
||||
"beforeEnablePwd": "使用密碼限制存取權限", |
||||
"afterEnablePwd": "存取受密碼限制", |
||||
"privateLink": "此檢視表通過私人連結共享", |
||||
"privateLinkAdditionalInfo": "具有私有連結的人只能看到此檢視表中可見的儲存格", |
||||
"afterFormSubmitted": "表格提交後", |
||||
"apiOptions": "存取專案方式", |
||||
"submitAnotherForm": "顯示“提交另一個表格”按鈕", |
||||
"showBlankForm": "5 秒後顯示空白表格", |
||||
"emailForm": "發電子郵件給我", |
||||
"showSysFields": "顯示系統字段", |
||||
"filterAutoApply": "自動申請", |
||||
"showMessage": "顯示此消息", |
||||
"viewNotShared": "當前視圖不共享!", |
||||
"showAllViews": "顯示此表的所有共享視圖", |
||||
"collabView": "具有編輯權限或更高的合作者可以更改視圖配置。", |
||||
"lockedView": "沒有人可以編輯視圖配置,直到它被解鎖。", |
||||
"personalView": "只有您可以編輯視圖配置。默認情況下,其他合作者的個人視圖隱藏。", |
||||
"ownerDesc": "可以添加/刪除創建者。和完整編輯數據庫結構和字段。", |
||||
"creatorDesc": "可以完全編輯數據庫結構和值。", |
||||
"editorDesc": "可以編輯記錄但無法更改數據庫/字段的結構。", |
||||
"commenterDesc": "可以查看和評論記錄,但無法編輯任何內容", |
||||
"viewerDesc": "可以查看記錄但無法編輯任何內容", |
||||
"addUser": "新增使用者", |
||||
"staticRoleInfo": "無法編輯系統定義的角色", |
||||
"exportZip": "將專案中繼資料匯出為 ZIP 檔案並下載。", |
||||
"importZip": "匯入專案中繼資料 ZIP 檔案並重新啟動。", |
||||
"importText": "透過上傳中繼資料 ZIP 檔案來匯入 NocoDB 專案", |
||||
"metaNoChange": "沒有確定更改", |
||||
"sqlMigration": "將自動創建架構遷移。創建一個表並刷新此頁面。", |
||||
"dbConnectionStatus": "環境驗證", |
||||
"dbConnected": "連線成功", |
||||
"notifications": { |
||||
"no_new": "沒有新通知", |
||||
"clear": "清除" |
||||
}, |
||||
"sponsor": { |
||||
"header": "你可以幫助我們!", |
||||
"message": "我們是一支小型團隊,全職工作,使Nocodb開放來源。我們相信一個像Nocodb這樣的工具應該在互聯網上的每個問題求解器上自由提供。" |
||||
}, |
||||
"loginMsg": "登入 NocoDB", |
||||
"passwordRecovery": { |
||||
"message_1": "請填入您註冊時使用的電子信箱地址。", |
||||
"message_2": "我們將傳給您一封電子郵件,其中包含重設密碼的連結。", |
||||
"success": "請確認您的電子郵件以重設密碼" |
||||
}, |
||||
"signUp": { |
||||
"superAdmin": "您將是「超級管理員」", |
||||
"alreadyHaveAccount": "已經有帳號了?", |
||||
"workEmail": "輸入您的工作電子信箱地址", |
||||
"enterPassword": "輸入您的密碼", |
||||
"forgotPassword": "忘記密碼?", |
||||
"dontHaveAccount": "沒有帳號?" |
||||
}, |
||||
"addView": { |
||||
"grid": "加入網格檢視表", |
||||
"gallery": "加入圖庫檢視表", |
||||
"form": "加入表單檢視表", |
||||
"kanban": "加入看板檢視表", |
||||
"calendar": "加入日曆檢視表" |
||||
}, |
||||
"tablesMetadataInSync": "表元數據同步", |
||||
"addMultipleUsers": "您可以添加多個逗號(,)分隔的電子郵件", |
||||
"enterTableName": "輸入表名", |
||||
"addDefaultColumns": "添加默認列", |
||||
"tableNameInDb": "數據庫中保存的表名", |
||||
"airtable": { |
||||
"credentials": "Where to find this?" |
||||
}, |
||||
"import": { |
||||
"clickOrDrag": "Click or drag file to this area to upload" |
||||
}, |
||||
"metaDataRecreated": "Table metadata recreated successfully", |
||||
"invalidCredentials": "Invalid credentials", |
||||
"downloadingMoreFiles": "Downloading more files", |
||||
"copiedToClipboard": "Copied to clipboard", |
||||
"requriedFieldsCantBeMoved": "Required field can't be moved", |
||||
"updateNotAllowedWithoutPK": "Update not allowed for table which doesn't have primary key", |
||||
"autoIncFieldNotEditable": "Auto increment field is not editable", |
||||
"editingPKnotSupported": "Editing primary key not supported", |
||||
"deletedCache": "Deleted cache successfully", |
||||
"cacheEmpty": "Cache is empty", |
||||
"exportedCache": "Exported Cache Successfully", |
||||
"valueAlreadyInList": "This value is already in the list", |
||||
"noColumnsToUpdate": "No columns to update", |
||||
"tableDeleted": "Deleted table successfully", |
||||
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base", |
||||
"deleteViewConfirmation": "Are you sure you want to delete this view?", |
||||
"deleteTableConfirmation": "Do you want to delete the table", |
||||
"showM2mTables": "Show M2M Tables" |
||||
}, |
||||
"error": { |
||||
"searchProject": "您的搜尋 {search} 找不到結果", |
||||
"invalidChar": "資料夾路徑有無效字元。", |
||||
"invalidDbCredentials": "資料庫憑證無效。", |
||||
"unableToConnectToDb": "無法連線至資料庫。請檢查您的資料庫是否已經上線。", |
||||
"userDoesntHaveSufficientPermission": "使用者不存在,或者是無權建立結構。", |
||||
"dbConnectionStatus": "資料庫參數無效", |
||||
"dbConnectionFailed": "連線失敗:", |
||||
"signUpRules": { |
||||
"emailReqd": "電子信箱地址為必填", |
||||
"emailInvalid": "電子信箱地址格式錯誤", |
||||
"passwdRequired": "密碼為必填", |
||||
"passwdLength": "您的密碼應至少有 8 個字元", |
||||
"passwdMismatch": "密碼不匹配", |
||||
"completeRuleSet": "At least 8 characters with one Uppercase, one number and one special character", |
||||
"atLeast8Char": "At least 8 characters", |
||||
"atLeastOneUppercase": "One Uppercase letter", |
||||
"atLeastOneNumber": "One Number", |
||||
"atLeastOneSpecialChar": "One special character", |
||||
"allowedSpecialCharList": "Allowed special character list" |
||||
}, |
||||
"invalidURL": "Invalid URL", |
||||
"internalError": "Some internal error occurred", |
||||
"templateGeneratorNotFound": "Template Generator cannot be found!", |
||||
"fileUploadFailed": "Failed to upload file", |
||||
"primaryColumnUpdateFailed": "Failed to update primary column", |
||||
"formDescriptionTooLong": "Data too long for Form Description", |
||||
"columnsRequired": "Following columns are required", |
||||
"selectAtleastOneColumn": "At least one column has to be selected", |
||||
"columnDescriptionNotFound": "Cannot find the destination column for", |
||||
"duplicateMappingFound": "Duplicate mapping found, please remove one of the mapping", |
||||
"nullValueViolatesNotNull": "Null value violates not-null constraint", |
||||
"sourceHasInvalidNumbers": "Source data contains some invalid numbers", |
||||
"sourceHasInvalidBoolean": "Source data contains some invalid boolean values", |
||||
"invalidForm": "Invalid Form", |
||||
"formValidationFailed": "Form validation failed", |
||||
"youHaveBeenSignedOut": "You have been signed out", |
||||
"failedToLoadList": "Failed to load list", |
||||
"failedToLoadChildrenList": "Failed to load children list", |
||||
"deleteFailed": "Delete failed", |
||||
"unlinkFailed": "Unlink failed", |
||||
"rowUpdateFailed": "Row update failed", |
||||
"deleteRowFailed": "Failed to delete row", |
||||
"setFormDataFailed": "Failed to set form data", |
||||
"formViewUpdateFailed": "Failed to update form view" |
||||
}, |
||||
"toast": { |
||||
"exportMetadata": "專案中繼資料已成功匯出", |
||||
"importMetadata": "專案中繼資料已成功匯入", |
||||
"clearMetadata": "專案中繼資料已成功清除", |
||||
"stopProject": "專案成功停止", |
||||
"startProject": "專案成功啟動", |
||||
"restartProject": "專案成功重新啟動", |
||||
"deleteProject": "專案已成功刪除", |
||||
"authToken": "驗證權杖已複製到剪貼簿", |
||||
"projInfo": "已將專案資訊複製到剪貼簿", |
||||
"inviteUrlCopy": "已將邀請連結複製到剪貼簿", |
||||
"createView": "成功建立檢視表", |
||||
"formEmailSMTP": "請啟用 App Store 中的 SMTP 外掛程式以啟用電子郵件通知", |
||||
"collabView": "成功轉換為協作視圖", |
||||
"lockedView": "成功轉換為鎖定視圖", |
||||
"futureRelease": "即將推出!" |
||||
}, |
||||
"success": { |
||||
"updatedUIACL": "Updated UI ACL for tables successfully", |
||||
"pluginUninstalled": "Plugin uninstalled successfully", |
||||
"pluginSettingsSaved": "Plugin settings saved successfully", |
||||
"pluginTested": "Successfully tested plugin settings", |
||||
"tableRenamed": "Table renamed successfully", |
||||
"viewDeleted": "View deleted successfully", |
||||
"primaryColumnUpdated": "Successfully updated as primary column", |
||||
"tableDataExported": "Successfully exported all table data", |
||||
"updated": "Successfully updated", |
||||
"sharedViewDeleted": "Deleted shared view successfully", |
||||
"viewRenamed": "View renamed successfully", |
||||
"tokenGenerated": "Token generated successfully", |
||||
"tokenDeleted": "Token deleted successfully", |
||||
"userAddedToProject": "Successfully added user to project", |
||||
"userDeletedFromProject": "Successfully deleted user from project", |
||||
"inviteEmailSent": "Invite Email sent successfully", |
||||
"inviteURLCopied": "Invite URL copied to clipboard", |
||||
"shareableURLCopied": "Copied shareable base URL to clipboard!", |
||||
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!", |
||||
"userDetailsUpdated": "Successfully updated the user details", |
||||
"tableDataImported": "Successfully imported table data", |
||||
"webhookUpdated": "Webhook details updated successfully", |
||||
"webhookDeleted": "Hook deleted successfully", |
||||
"webhookTested": "Webhook tested successfully", |
||||
"columnUpdated": "Column updated", |
||||
"columnCreated": "Column created", |
||||
"passwordChanged": "Password changed successfully. Please login again." |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue