mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-05 21:39:51 +00:00
319 lines
9 KiB
JSON
319 lines
9 KiB
JSON
{
|
|
"common": {
|
|
"yes": "sim",
|
|
"no": "não",
|
|
"wrong": "Algo está errado",
|
|
"none": "Nenhum"
|
|
},
|
|
"action": {
|
|
"upload": "Enviar",
|
|
"back": "Voltar",
|
|
"backToLogin": "Voltar para login",
|
|
"signUp": "Inscrever-se",
|
|
"signIn": "Inscrever em",
|
|
"createNew": "Criar nova",
|
|
"create": "Criar",
|
|
"edit": "Editar",
|
|
"change": "Alterar",
|
|
"delete": "Deletar",
|
|
"rename": "Renomear",
|
|
"add": "Adicionar",
|
|
"makeChoice": "Criar uma escolha",
|
|
"cancel": "Cancelar",
|
|
"save": "Salvar",
|
|
"retry": "Tentar novamente",
|
|
"search": "Pesquisar",
|
|
"copy": "Copiar",
|
|
"activate": "Ativar",
|
|
"deactivate": "Desativar"
|
|
},
|
|
"adminType": {
|
|
"settings": "Configurações"
|
|
},
|
|
"applicationType": {
|
|
"database": "Banco de dados",
|
|
"cantSelectTableTitle": "Não é possível selecionar um banco de dados.",
|
|
"cantSelectTableDescription": "O banco de dados não pôde ser selecionado porque não possui tabelas. Use a barra lateral para criar um."
|
|
},
|
|
"settingType": {
|
|
"account": "Conta",
|
|
"password": "Senha",
|
|
"tokens": "API Tokens"
|
|
},
|
|
"userFileUploadType": {
|
|
"file": "meu dispositivo",
|
|
"url": "uma URL"
|
|
},
|
|
"field": {
|
|
"emailAddress": "Endereço de e-mail"
|
|
},
|
|
"error": {
|
|
"invalidEmail": "Por favor insira um endereço de e-mail válido.",
|
|
"notMatchingPassword": "Este campo deve corresponder ao seu campo de senha.",
|
|
"minLength": "Um mínimo de {min} caracteres é necessário aqui.",
|
|
"maxLength": "Um mínimo de {max} caracteres é necessário aqui.",
|
|
"minMaxLength": "",
|
|
"requiredField": "Esse campo é requerido."
|
|
},
|
|
"permission": {
|
|
"admin": "Administrador",
|
|
"adminDescription": "",
|
|
"member": "Membro",
|
|
"memberDescription": ""
|
|
},
|
|
"fieldType": {
|
|
"singleLineText": "",
|
|
"longText": "Texto longo",
|
|
"linkToTable": "",
|
|
"number": "Número",
|
|
"rating": "",
|
|
"boolean": "Boleano",
|
|
"date": "",
|
|
"lastModified": "",
|
|
"createdOn": "",
|
|
"url": "",
|
|
"email": "E-mail",
|
|
"file": "Arquivo",
|
|
"singleSelect": "Seleção única",
|
|
"multipleSelect": "Seleção múltipla",
|
|
"phoneNumber": "Número de celular",
|
|
"formula": "Fórmula",
|
|
"lookup": ""
|
|
},
|
|
"fieldErrors": {
|
|
"invalidNumber": "Número inválido",
|
|
"maxDigits": "",
|
|
"invalidUrl": "",
|
|
"max254Chars": "",
|
|
"invalidEmail": "",
|
|
"invalidPhoneNumber": ""
|
|
},
|
|
"fieldDocs": {
|
|
"readOnly": "",
|
|
"text": "",
|
|
"longText": "",
|
|
"linkRow": "",
|
|
"number": "",
|
|
"numberPositive": "",
|
|
"decimal": "",
|
|
"decimalPositive": "",
|
|
"rating": "",
|
|
"boolean": "",
|
|
"date": "",
|
|
"dateTime": "",
|
|
"dateResponse": "",
|
|
"dateTimeResponse": "",
|
|
"lastModifiedReadOnly": "",
|
|
"createdOnReadOnly": "",
|
|
"url": "",
|
|
"email": "",
|
|
"file": "",
|
|
"singleSelect": "",
|
|
"multipleSelect": "",
|
|
"phoneNumber": "",
|
|
"formula": "",
|
|
"lookup": ""
|
|
},
|
|
"viewFilter": {
|
|
"contains": "",
|
|
"containsNot": "",
|
|
"filenameContains": "",
|
|
"has": "",
|
|
"hasNot": "",
|
|
"higherThan": "",
|
|
"is": "",
|
|
"isNot": "",
|
|
"isEmpty": "",
|
|
"isNotEmpty": "",
|
|
"isDate": "",
|
|
"isDayOfMonth": "",
|
|
"isBeforeDate": "",
|
|
"isAfterDate": "",
|
|
"isNotDate": "",
|
|
"isToday": "",
|
|
"isDaysAgo": "",
|
|
"inThisMonth": "",
|
|
"inThisYear": "",
|
|
"lowerThan": "",
|
|
"lengthIsLowerThan": "",
|
|
"hasFileType": ""
|
|
},
|
|
"viewType": {
|
|
"grid": "",
|
|
"gallery": "",
|
|
"form": "",
|
|
"sharing": {
|
|
"linkName": "",
|
|
"formLinkName": ""
|
|
}
|
|
},
|
|
"premium": {
|
|
"deactivated": ""
|
|
},
|
|
"trashType": {
|
|
"workspace": "",
|
|
"application": "",
|
|
"table": "",
|
|
"field": "",
|
|
"row": ""
|
|
},
|
|
"webhook": {
|
|
"request": "",
|
|
"response": "",
|
|
"successfullyUpdated": "",
|
|
"status": {
|
|
"noStatus": "",
|
|
"statusOK": "",
|
|
"statusNotOK": ""
|
|
},
|
|
"eventType": {
|
|
"rowCreated": "",
|
|
"rowUpdated": "",
|
|
"rowDeleted": ""
|
|
}
|
|
},
|
|
"clientHandler": {
|
|
"notFoundTitle": "",
|
|
"notFoundDescription": "",
|
|
"networkErrorTitle": "",
|
|
"networkErrorDescription": "",
|
|
"tooManyRequestsTitle": "",
|
|
"tooManyRequestsDescription": "",
|
|
"notCompletedTitle": "",
|
|
"notCompletedDescription": "",
|
|
"userNotInWorkspaceTitle": "",
|
|
"userNotInWorkspaceDescription": "",
|
|
"invalidWorkspacePermissionsTitle": "",
|
|
"invalidWorkspacePermissionsDescription": "",
|
|
"tableDoesNotExistTitle": "",
|
|
"tableDoesNotExistDescription": "",
|
|
"rowDoesNotExistTitle": "",
|
|
"rowDoesNotExistDescription": "",
|
|
"fileSizeTooLargeTitle": "",
|
|
"fileSizeTooLargeDescription": "",
|
|
"invalidFileTitle": "",
|
|
"invalidFileDescription": "",
|
|
"fileUrlCouldNotBeReachedTitle": "",
|
|
"fileUrlCouldNotBeReachedDescription": "",
|
|
"invalidFileUrlTitle": "",
|
|
"invalidFileUrlDescription": "",
|
|
"adminCannotDeactivateSelfTitle": "",
|
|
"adminCannotDeactivateSelfDescription": "",
|
|
"adminCannotDeleteSelfTitle": "",
|
|
"adminCannotDeleteSelfDescription": "",
|
|
"maxFieldCountExceededTitle": "",
|
|
"maxFieldCountExceededDescription": "",
|
|
"cannotRestoreParentBeforeChildTitle": "",
|
|
"cannotRestoreParentBeforeChildDescription": "",
|
|
"cannotRestoreAsRelatedTableTrashedTitle": "",
|
|
"cannotRestoreAsRelatedTableTrashedDescription": "",
|
|
"workspaceUserIsLastAdminTitle": "",
|
|
"workspaceUserIsLastAdminDescription": ""
|
|
},
|
|
"importerType": {
|
|
"csv": "",
|
|
"paste": "",
|
|
"xml": "",
|
|
"json": ""
|
|
},
|
|
"apiDocs": {
|
|
"intro": "",
|
|
"authent": "",
|
|
"table": "",
|
|
"filters": "",
|
|
"errors": "",
|
|
"fields": "",
|
|
"listFields": "",
|
|
"listRows": "",
|
|
"getRow": "",
|
|
"createRow": "",
|
|
"updateRow": "",
|
|
"moveRow": "",
|
|
"deleteRow": "",
|
|
"queryParameters": "",
|
|
"pathParameters": "",
|
|
"requestBodySchema": "",
|
|
"userFieldNamesDescription": ""
|
|
},
|
|
"exporterType": {
|
|
"csv": ""
|
|
},
|
|
"previewType": {
|
|
"imageBrowser": "",
|
|
"videoBrowser": "",
|
|
"AudioBrowser": "",
|
|
"pdfBrowser": "",
|
|
"googleDocs": ""
|
|
},
|
|
"humanDateFormat": {
|
|
"dd/mm/yyyy": "",
|
|
"mm/dd/yyyy": "",
|
|
"yyyy-mm-dd": ""
|
|
},
|
|
"formulaFunctions": {
|
|
"upperDescription": "",
|
|
"lowerDescription": "",
|
|
"concatDescription": "",
|
|
"addDescription": "",
|
|
"minusDescription": "",
|
|
"multiplyDescription": "",
|
|
"divideDescription": "",
|
|
"equalDescription": "",
|
|
"ifDescription": "",
|
|
"toTextDescription": "",
|
|
"datetimeFormatDescription": "",
|
|
"toNumberDescription": "",
|
|
"fieldDescription": "",
|
|
"lookupDescription": "",
|
|
"isBlankDescription": "",
|
|
"tDescription": "",
|
|
"notDescription": "",
|
|
"greaterThanDescription": "",
|
|
"greaterThanOrEqualDescription": "",
|
|
"lessThanDescription": "",
|
|
"lessThanOrEqualDescription": "",
|
|
"toDateDescription": "",
|
|
"dayDescription": "",
|
|
"dateDiffDescription": "",
|
|
"andDescription": "",
|
|
"orDescription": "",
|
|
"dateIntervalDescription": "",
|
|
"replaceDescription": "",
|
|
"searchDescription": "",
|
|
"rowIdDescription": "",
|
|
"lengthDescription": "",
|
|
"reverseDescription": "",
|
|
"notEqualDescription": "",
|
|
"countDescription": "",
|
|
"containsDescription": "",
|
|
"leftDescription": "",
|
|
"rightDescription": "",
|
|
"trimDescription": "",
|
|
"regexReplaceDescription": "",
|
|
"greatestDescription": "",
|
|
"leastDescription": "",
|
|
"monthDescription": "",
|
|
"yearDescription": "",
|
|
"secondDescription": "",
|
|
"whenEmptyDescription": "",
|
|
"anyDescription": "",
|
|
"everyDescription": "",
|
|
"maxDescription": "",
|
|
"minDescription": "",
|
|
"joinDescription": "",
|
|
"stddevPopDescription": "",
|
|
"stddevSampleDescription": "",
|
|
"varianceSampleDescription": "",
|
|
"variancePopDescription": "",
|
|
"avgDescription": "",
|
|
"sumDescription": "",
|
|
"filterDescription": ""
|
|
},
|
|
"functionnalGridViewFieldLinkRow": {
|
|
"unnamed": ""
|
|
},
|
|
"urlCheck": {
|
|
"invalidUrlEnvVarTitle": "",
|
|
"invalidUrlEnvVarDescription": ""
|
|
}
|
|
}
|