mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-15 13:08:41 +00:00
570 lines
16 KiB
JSON
570 lines
16 KiB
JSON
{
|
|
"common": {
|
|
"yes": "",
|
|
"no": "",
|
|
"wrong": "",
|
|
"none": "",
|
|
"free": "",
|
|
"comingSoon": "",
|
|
"billable": "",
|
|
"all": "",
|
|
"beta": "",
|
|
"summarize": "",
|
|
"enabled": "",
|
|
"disabled": ""
|
|
},
|
|
"action": {
|
|
"upload": "",
|
|
"back": "",
|
|
"backToLogin": "",
|
|
"backToHome": "",
|
|
"signUp": "",
|
|
"signIn": "",
|
|
"login": "",
|
|
"logout": "",
|
|
"createNew": "",
|
|
"create": "",
|
|
"edit": "",
|
|
"change": "",
|
|
"delete": "",
|
|
"rename": "",
|
|
"remove": "",
|
|
"duplicate": "",
|
|
"add": "",
|
|
"makeChoice": "",
|
|
"cancel": "",
|
|
"save": "",
|
|
"set": "",
|
|
"retry": "",
|
|
"search": "",
|
|
"copy": "",
|
|
"paste": "",
|
|
"activate": "",
|
|
"deactivate": "",
|
|
"download": "",
|
|
"copyToClipboard": "",
|
|
"reset": ""
|
|
},
|
|
"adminType": {
|
|
"settings": "",
|
|
"health": ""
|
|
},
|
|
"applicationType": {
|
|
"database": "",
|
|
"databases": "",
|
|
"databaseDefaultName": "",
|
|
"databaseDesc": "",
|
|
"builder": "",
|
|
"builders": "",
|
|
"builderDefaultName": "",
|
|
"builderDesc": "",
|
|
"dashboard": "",
|
|
"dashboards": "",
|
|
"dashboardDefaultName": "",
|
|
"dashboardDesc": "",
|
|
"cantSelectTableTitle": "",
|
|
"cantSelectTableDescription": "",
|
|
"cantSelectPageTitle": "",
|
|
"cantSelectPageDescription": ""
|
|
},
|
|
"settingType": {
|
|
"account": "",
|
|
"password": "",
|
|
"emailNotifications": "",
|
|
"tokens": "",
|
|
"deleteAccount": ""
|
|
},
|
|
"userFileUploadType": {
|
|
"file": "",
|
|
"url": ""
|
|
},
|
|
"field": {
|
|
"emailAddress": ""
|
|
},
|
|
"error": {
|
|
"invalidEmail": "",
|
|
"invalidNumber": "",
|
|
"notMatchingPassword": "",
|
|
"minLength": "",
|
|
"maxLength": "",
|
|
"minMaxLength": "",
|
|
"invalidCharacters": "",
|
|
"requiredField": "",
|
|
"integerField": "",
|
|
"decimalField": "",
|
|
"minValueField": "",
|
|
"maxValueField": "",
|
|
"minMaxValueField": "",
|
|
"invalidURL": "",
|
|
"email": "",
|
|
"alreadyInUse": ""
|
|
},
|
|
"permission": {
|
|
"admin": "",
|
|
"adminDescription": "",
|
|
"member": "",
|
|
"memberDescription": ""
|
|
},
|
|
"fieldType": {
|
|
"singleLineText": "",
|
|
"longText": "",
|
|
"linkToTable": "",
|
|
"number": "",
|
|
"rating": "",
|
|
"boolean": "",
|
|
"date": "",
|
|
"lastModified": "",
|
|
"lastModifiedBy": "",
|
|
"createdOn": "",
|
|
"createdBy": "",
|
|
"duration": "",
|
|
"url": "",
|
|
"email": "",
|
|
"file": "",
|
|
"singleSelect": "",
|
|
"multipleSelect": "",
|
|
"phoneNumber": "",
|
|
"formula": "",
|
|
"count": "",
|
|
"rollup": "",
|
|
"lookup": "",
|
|
"multipleCollaborators": "",
|
|
"defaultFormViewComponent": "",
|
|
"linkRowSingle": "",
|
|
"linkRowMultiple": "",
|
|
"uuid": "",
|
|
"multipleSelectDropdown": "",
|
|
"multipleSelectCheckboxes": "",
|
|
"singleSelectDropdown": "",
|
|
"singleSelectRadios": "",
|
|
"autonumber": "",
|
|
"password": "",
|
|
"ai": ""
|
|
},
|
|
"fieldErrors": {
|
|
"invalidNumber": "",
|
|
"maxDigits": "",
|
|
"invalidUrl": "",
|
|
"max254Chars": "",
|
|
"invalidEmail": "",
|
|
"invalidPhoneNumber": "",
|
|
"invalidDuration": "",
|
|
"overflowDuration": "",
|
|
"maxChars": "",
|
|
"minChars": ""
|
|
},
|
|
"fieldDocs": {
|
|
"readOnly": "",
|
|
"text": "",
|
|
"longText": "",
|
|
"linkRow": "",
|
|
"number": "",
|
|
"numberPositive": "",
|
|
"decimal": "",
|
|
"decimalPositive": "",
|
|
"rating": "",
|
|
"boolean": "",
|
|
"date": "",
|
|
"dateTime": "",
|
|
"dateResponse": "",
|
|
"dateTimeResponse": "",
|
|
"lastModifiedReadOnly": "",
|
|
"lastModifiedBy": "",
|
|
"createdOnReadOnly": "",
|
|
"createdBy": "",
|
|
"duration": "",
|
|
"url": "",
|
|
"email": "",
|
|
"file": "",
|
|
"singleSelect": "",
|
|
"multipleSelect": "",
|
|
"phoneNumber": "",
|
|
"formula": "",
|
|
"count": "",
|
|
"rollup": "",
|
|
"lookup": "",
|
|
"multipleCollaborators": "",
|
|
"uuid": "",
|
|
"autonumber": "",
|
|
"password": ""
|
|
},
|
|
"viewFilter": {
|
|
"hasEmptyValue": "",
|
|
"hasNotEmptyValue": "",
|
|
"hasValueEqual": "",
|
|
"hasNotValueEqual": "",
|
|
"hasValueContains": "",
|
|
"hasNotValueContains": "",
|
|
"hasValueContainsWord": "",
|
|
"hasNotValueContainsWord": "",
|
|
"hasValueLengthIsLowerThan": "",
|
|
"hasAnySelectOptionEqual": "",
|
|
"hasNoneSelectOptionEqual": "",
|
|
"contains": "",
|
|
"containsNot": "",
|
|
"containsWord": "",
|
|
"doesntContainWord": "",
|
|
"filenameContains": "",
|
|
"has": "",
|
|
"hasNot": "",
|
|
"higherThan": "",
|
|
"higherThanOrEqual": "",
|
|
"is": "",
|
|
"isNot": "",
|
|
"isEmpty": "",
|
|
"isNotEmpty": "",
|
|
"isDate": "",
|
|
"isDayOfMonth": "",
|
|
"isBeforeDate": "",
|
|
"isBeforeOrEqualDate": "",
|
|
"isAfterDate": "",
|
|
"isAfterOrEqualDate": "",
|
|
"isAfterDaysAgo": "",
|
|
"isNotDate": "",
|
|
"isToday": "",
|
|
"beforeToday": "",
|
|
"afterToday": "",
|
|
"isDaysAgo": "",
|
|
"isMonthsAgo": "",
|
|
"isYearsAgo": "",
|
|
"inThisWeek": "",
|
|
"inThisMonth": "",
|
|
"inThisYear": "",
|
|
"isWithinDays": "",
|
|
"isWithinWeeks": "",
|
|
"isWithinMonths": "",
|
|
"lowerThan": "",
|
|
"lowerThanOrEqual": "",
|
|
"isEvenAndWhole": "",
|
|
"lengthIsLowerThan": "",
|
|
"hasFileType": "",
|
|
"filesLowerThan": "",
|
|
"isAnyOf": "",
|
|
"isNoneOf": "",
|
|
"today": "",
|
|
"yesterday": "",
|
|
"tomorrow": "",
|
|
"thisWeek": "",
|
|
"oneWeekAgo": "",
|
|
"nextWeek": "",
|
|
"thisMonth": "",
|
|
"oneMonthAgo": "",
|
|
"nextMonth": "",
|
|
"thisYear": "",
|
|
"oneYearAgo": "",
|
|
"nextYear": "",
|
|
"nrDaysAgo": "",
|
|
"nrWeeksAgo": "",
|
|
"nrMonthsAgo": "",
|
|
"nrYearsAgo": "",
|
|
"nrDaysFromNow": "",
|
|
"nrWeeksFromNow": "",
|
|
"nrMonthsFromNow": "",
|
|
"nrYearsFromNow": "",
|
|
"exactDate": "",
|
|
"isBefore": "",
|
|
"isAfter": "",
|
|
"isOnOrBefore": "",
|
|
"isOnOrAfter": "",
|
|
"isWithin": ""
|
|
},
|
|
"viewType": {
|
|
"grid": "",
|
|
"gallery": "",
|
|
"form": "",
|
|
"sharing": {
|
|
"linkName": "",
|
|
"formLinkName": ""
|
|
}
|
|
},
|
|
"trashType": {
|
|
"workspace": "",
|
|
"application": "",
|
|
"table": "",
|
|
"field": "",
|
|
"row": "",
|
|
"rows": "",
|
|
"view": ""
|
|
},
|
|
"webhook": {
|
|
"request": "",
|
|
"response": "",
|
|
"successfullyUpdated": "",
|
|
"form": {
|
|
"invalidURLTitle": "",
|
|
"invalidURLDescription": ""
|
|
},
|
|
"status": {
|
|
"noStatus": "",
|
|
"statusOK": "",
|
|
"statusNotOK": ""
|
|
},
|
|
"eventType": {
|
|
"rowCreated": "",
|
|
"rowsCreated": "",
|
|
"rowUpdated": "",
|
|
"rowsUpdated": "",
|
|
"rowDeleted": "",
|
|
"rowsDeleted": "",
|
|
"fieldCreated": "",
|
|
"fieldUpdated": "",
|
|
"fieldDeleted": "",
|
|
"viewCreated": "",
|
|
"viewUpdated": "",
|
|
"viewDeleted": ""
|
|
}
|
|
},
|
|
"clientHandler": {
|
|
"notFoundTitle": "",
|
|
"notFoundDescription": "",
|
|
"networkErrorTitle": "",
|
|
"networkErrorDescription": "",
|
|
"tooManyRequestsTitle": "",
|
|
"tooManyRequestsDescription": "",
|
|
"notCompletedTitle": "",
|
|
"notCompletedDescription": "",
|
|
"userNotInWorkspaceTitle": "",
|
|
"userNotInWorkspaceDescription": "",
|
|
"invalidWorkspacePermissionsTitle": "",
|
|
"invalidWorkspacePermissionsDescription": "",
|
|
"tableDoesNotExistTitle": "",
|
|
"tableDoesNotExistDescription": "",
|
|
"rowDoesNotExistTitle": "",
|
|
"rowDoesNotExistDescription": "",
|
|
"notificationDoesNotExistTitle": "",
|
|
"notificationDoesNotExistDescription": "",
|
|
"fileSizeTooLargeTitle": "",
|
|
"fileSizeTooLargeDescription": "",
|
|
"invalidFileTitle": "",
|
|
"invalidFileDescription": "",
|
|
"fileUrlCouldNotBeReachedTitle": "",
|
|
"fileUrlCouldNotBeReachedDescription": "",
|
|
"invalidFileUrlTitle": "",
|
|
"invalidFileUrlDescription": "",
|
|
"adminCannotDeactivateSelfTitle": "",
|
|
"adminCannotDeactivateSelfDescription": "",
|
|
"adminCannotDeleteSelfTitle": "",
|
|
"adminCannotDeleteSelfDescription": "",
|
|
"maxFieldCountExceededTitle": "",
|
|
"maxFieldCountExceededDescription": "",
|
|
"cannotRestoreParentBeforeChildTitle": "",
|
|
"cannotRestoreParentBeforeChildDescription": "",
|
|
"cannotRestoreAsRelatedTableTrashedTitle": "",
|
|
"cannotRestoreAsRelatedTableTrashedDescription": "",
|
|
"workspaceUserIsLastAdminTitle": "",
|
|
"workspaceUserIsLastAdminDescription": "",
|
|
"errorMaxJobCountExceededTitle": "",
|
|
"errorMaxJobCountExceededDescription": "",
|
|
"failedToLockFieldDueToConflictTitle": "",
|
|
"failedToLockFieldDueToConflictDescription": "",
|
|
"failedToLockTableDueToConflictTitle": "",
|
|
"failedToLockTableDueToConflictDescription": "",
|
|
"failedToUndoRedoDueToConflictTitle": "",
|
|
"failedToUndoRedoDueToConflictDescription": "",
|
|
"maximumSnapshotsReachedTitle": "",
|
|
"maximumSnapshotsReachedDescription": "",
|
|
"snapshotBeingCreatedTitle": "",
|
|
"snapshotBeingCreatedDescription": "",
|
|
"snapshotBeingRestoredTitle": "",
|
|
"snapshotBeingRestoredDescription": "",
|
|
"snapshotBeingDeletedTitle": "",
|
|
"snapshotBeingDeletedDescription": "",
|
|
"snapshotNameNotUniqueTitle": "",
|
|
"snapshotNameNotUniqueDescription": "",
|
|
"snapshotOperationLimitExceededTitle": "",
|
|
"snapshotOperationLimitExceededDescription": "",
|
|
"disabledPasswordProviderTitle": "",
|
|
"disabledPasswordProviderMessage": "",
|
|
"maxLocksPerTransactionExceededTitle": "",
|
|
"maxLocksPerTransactionExceededDescription": "",
|
|
"lastAdminTitle": "",
|
|
"lastAdminMessage": "",
|
|
"adminAlreadyExistsTitle": "",
|
|
"adminAlreadyExistsDescription": "",
|
|
"cannotCreateFieldTypeTitle": "",
|
|
"cannotCreateFieldTypeDescription": "",
|
|
"generativeAIDoesNotExistTitle": "",
|
|
"generativeAIDoesNotExistDescription": "",
|
|
"modelDoesNotBelongToTypeTitle": "",
|
|
"modelDoesNotBelongToTypeDescription": "",
|
|
"outputParserTitle": "",
|
|
"outputParserDescription": "",
|
|
"generateAIPromptTitle": "",
|
|
"generateAIPromptDescription": "",
|
|
"maxNumberOfPendingWorkspaceInvitesReachedTitle": "",
|
|
"maxNumberOfPendingWorkspaceInvitesReachedDescription": "",
|
|
"fieldIsAlreadyPrimaryTitle": "",
|
|
"fieldIsAlreadyPrimaryDescription": "",
|
|
"incompatiblePrimaryFieldTypeTitle": "",
|
|
"incompatiblePrimaryFieldTypeDescription": "",
|
|
"cannotCreateRowsInTableTitle": "",
|
|
"cannotCreateRowsInTableDescription": ""
|
|
},
|
|
"importerType": {
|
|
"csv": "",
|
|
"paste": "",
|
|
"xml": "",
|
|
"json": ""
|
|
},
|
|
"apiDocs": {
|
|
"intro": "",
|
|
"authent": "",
|
|
"table": "",
|
|
"filters": "",
|
|
"errors": "",
|
|
"fields": "",
|
|
"listFields": "",
|
|
"listRows": "",
|
|
"getRow": "",
|
|
"createRow": "",
|
|
"createRows": "",
|
|
"updateRow": "",
|
|
"updateRows": "",
|
|
"moveRow": "",
|
|
"deleteRow": "",
|
|
"deleteRows": "",
|
|
"uploadFile": "",
|
|
"uploadFileDescription": "",
|
|
"uploadFileViaUrl": "",
|
|
"uploadFileViaUrlDescription": "",
|
|
"queryParameters": "",
|
|
"pathParameters": "",
|
|
"requestBodySchema": "",
|
|
"userFieldNamesDescription": "",
|
|
"singleRow": "",
|
|
"batchRows": "",
|
|
"fileUploads": ""
|
|
},
|
|
"exporterType": {
|
|
"csv": ""
|
|
},
|
|
"previewType": {
|
|
"imageBrowser": "",
|
|
"videoBrowser": "",
|
|
"AudioBrowser": "",
|
|
"pdfBrowser": "",
|
|
"googleDocs": ""
|
|
},
|
|
"humanDateFormat": {
|
|
"dd/mm/yyyy": "",
|
|
"mm/dd/yyyy": "",
|
|
"yyyy-mm-dd": ""
|
|
},
|
|
"formulaFunctions": {
|
|
"upperDescription": "",
|
|
"lowerDescription": "",
|
|
"splitPartDescription": "",
|
|
"concatDescription": "",
|
|
"addDescription": "",
|
|
"minusDescription": "",
|
|
"multiplyDescription": "",
|
|
"divideDescription": "",
|
|
"equalDescription": "",
|
|
"ifDescription": "",
|
|
"toTextDescription": "",
|
|
"datetimeFormatDescription": "",
|
|
"datetimeFormatTzDescription": "",
|
|
"toNumberDescription": "",
|
|
"fieldDescription": "",
|
|
"lookupDescription": "",
|
|
"isBlankDescription": "",
|
|
"isNullDescription": "",
|
|
"tDescription": "",
|
|
"notDescription": "",
|
|
"greaterThanDescription": "",
|
|
"greaterThanOrEqualDescription": "",
|
|
"lessThanDescription": "",
|
|
"lessThanOrEqualDescription": "",
|
|
"nowDescription": "",
|
|
"todayDescription": "",
|
|
"toDateDescription": "",
|
|
"toDateTzDescription": "",
|
|
"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": "",
|
|
"linkDescription": "",
|
|
"buttonDescription": "",
|
|
"getLinkLabelDescription": "",
|
|
"getLinkUrlDescription": "",
|
|
"evenDescription": "",
|
|
"oddDescription": "",
|
|
"modDescription": "",
|
|
"powerDescription": "",
|
|
"logDescription": "",
|
|
"expDescription": "",
|
|
"lnDescription": "",
|
|
"signDescription": "",
|
|
"sqrtDescription": "",
|
|
"roundDescription": "",
|
|
"truncDescription": "",
|
|
"isNanDescription": "",
|
|
"whenNanDescription": "",
|
|
"absDescription": "",
|
|
"ceilDescription": "",
|
|
"floorDescription": "",
|
|
"encodeUriDescription": "",
|
|
"encodeUriComponentDescription": "",
|
|
"getFileVisibleNameDescription": "",
|
|
"getFileMimeTypeDescription": "",
|
|
"getFileCountDescription": "",
|
|
"getFileSizeDescription": "",
|
|
"getImageWidthDescription": "",
|
|
"getImageHeightDescription": "",
|
|
"getIsImageDescription": "",
|
|
"indexDescription": "",
|
|
"secondsToDurationDescription": "",
|
|
"durationToSecondsDescription": "",
|
|
"hasOptionDescription": ""
|
|
},
|
|
"functionnalGridViewFieldLinkRow": {
|
|
"unnamed": ""
|
|
},
|
|
"urlCheck": {
|
|
"invalidUrlEnvVarTitle": "",
|
|
"invalidUrlEnvVarDescription": ""
|
|
},
|
|
"health": {
|
|
"title": "",
|
|
"description": ""
|
|
},
|
|
"emailTester": {
|
|
"title": "",
|
|
"targetEmailLabel": "",
|
|
"invalidTargetEmail": "",
|
|
"submit": "",
|
|
"success": "",
|
|
"configLink": ""
|
|
}
|
|
}
|