-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathlocale_en.properties
More file actions
290 lines (290 loc) · 19 KB
/
locale_en.properties
File metadata and controls
290 lines (290 loc) · 19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
## general
INTERNAL_SERVER_ERROR=Oops! Service is busy, please try again later.
NOT_AUTHORIZED=Sorry, it appears you don''t have the permission.
INVALID_PARAMETER=Invalid parameter found: {0}, please check and try again.
INFRA_REDIS_TIMEOUT=Connect timed out, please try again later.
INFRA_MONGODB_TIMEOUT=Connect timed out, please try again later.
INVALID_PERMISSION_OPERATION=Invalid permission for resource: {0}
REQUEST_THROTTLED=Sorry, request is too frequent, please try again later.
SERVER_NOT_READY=Sorry, server is not ready yet.
INVALID_ORG_ID=Illegal workspace ID, it might be deleted or does not exist.
SWITCH_CURRENT_ORG_ERROR=Sorry, failed to switch workspace, please try again later.
LAST_ADMIN_CANNOT_LEAVE_ORG=Sorry, the last admin of the workspace cannot leave.
INVALID_GROUP_ID=Invalid group ID, please check and try again later.
CANNOT_REMOVE_MYSELF=Sorry, group admins cannot delete themselves.
CANNOT_LEAVE_GROUP=Sorry, a group should contain at least one admin.
CANNOT_DELETE_SYSTEM_GROUP=System group cannot be deleted.
NEED_DEV_TO_CREATE_RESOURCE=Invalid operation, workspace developers or admin required.
UNABLE_TO_FIND_VALID_ORG=Cannot find a valid workspace for current user.
USER_BANNED=Current account is frozen.
SENDING_EMAIL_FAILED=Email could not be sent. Please check the smtp settings for the org.
TOKEN_EXPIRED=Token to reset the password has expired
INVALID_TOKEN=Invalid token received for password reset request
# invitation
INVALID_INVITATION_CODE=Invitation code not found.
ALREADY_IN_ORGANIZATION=You are already in this workspace.
INVITED_ORG_DELETED=Oops! The invited workspace has already been deleted.
APPLICATION_NOT_FOUND=Application {0} cannot be found.
ILLEGAL_APPLICATION_PERMISSION_ID=Sorry, it appears you don''t have the permission.
FETCH_HISTORY_SNAPSHOT_FAILURE=Failed to fetch application history snapshot, please try again later.
FETCH_HISTORY_SNAPSHOT_COUNT_FAILURE=Failed to fetch the count of history snapshots of the application, please try again later.
INVALID_HISTORY_SNAPSHOT=History snapshot {0} cannot be found.
## data source
DATASOURCE_NOT_FOUND=Datasource {0} cannot be found.
INVALID_DATASOURCE_CONFIGURATION=Invalid data source configuration: {0}, please check again.
DATASOURCE_DELETE_FAIL_DUE_TO_REMAINING_QUERIES=Failed to delete data source, it is still being used in queries.
PLUGIN_CREATE_CONNECTION_FAILED=Sorry, failed to connect data source, error message: {0}.
DATASOURCE_PLUGIN_ID_NOT_GIVEN=Invalid data, data source type is empty.
INVALID_DATASOURCE_CONFIG_TYPE=Sorry, the data source configuration type is illegal: {0}, please check again.
DATASOURCE_CONNECTION_TYPE_ERROR=Illegal data source connection type: {0}, please contact system administrator.
DATASOURCE_TYPE_ERROR=Illegal data source type: {0}, please contact system administrator.
DUPLICATE_DATABASE_NAME=Oops, this data source name is being used, please use a new name.
DATASOURCE_CLOSE_FAILED=Fail to close the data source connection: {0}.
DATASOURCE_AND_APP_ORG_NOT_MATCH=Illegal request, data source does not match the application workspace.
USER_NOT_SIGNED_IN=Unknown user, you have to log in first.
#auth
FAIL_TO_GET_OIDC_INFO=Failed to get OIDC information, error message: {0}.
LOG_IN_SOURCE_NOT_SUPPORTED=Sorry, this log in channel is not supported.
USER_LOGIN_ID_EXIST=Current email already used by another user.
INVALID_PASSWORD=Sorry, passwords do not match.
PASSWORD_NOT_SET_YET=This user hasn't set password yet and cannot be reset.
INVALID_EMAIL_OR_PASSWORD=Invalid email or password.
ALREADY_BIND=Sorry, {0} has been bound by user {1}.
NEED_BIND_THIRD_PARTY_CONNECTION=Sorry, it needs to bind the current workspace login channel.
PAYLOAD_TOO_LARGE=Sorry,the maximum file size is {0} KB, your payload has reached the limit.
PLUGIN_EXECUTION_TIMEOUT=Query timed out, current timeout setting: {0}ms, please try again or adjust timeout setting.
INVALID_DATASOURCE_TYPE=Illegal data source type: {0}.
PLUGIN_EXECUTION_TIMEOUT_WITHOUT_TIME=Sorry, query execution timed out, please try again or check related settings.
TEMPLATE_NOT_EXIST=Sorry, the template does not exist.
TEMPLATE_NOT_CORRECT=Sorry, the template has some errors.
EXCEED_QUERY_REQUEST_SIZE=Sorry, it exceeds query request limit size, please contact administrator.
EXCEED_QUERY_RESPONSE_SIZE=Sorry, it exceeds query response limit size, please contact administrator.
LIBRARY_QUERY_AND_ORG_NOT_MATCH=Query library does not match the workspace.
APPLICATION_AND_ORG_NOT_MATCH=Application does not match the workspace.
LIBRARY_QUERY_NOT_FOUND=Sorry, query library has no such query, please check again.
INVALID_USER_STATUS=Sorry, the user status is illegal: {0}.
FOLDER_OPERATE_NO_PERMISSION=Oops! It appears you don''t have operation permissions of the folder.
FOLDER_NOT_EXIST=The folder does not exist, please check again.
FOLDER_NAME_CONFLICT=Sorry, there is already a folder with the same name as the folder name you specified, please use a different name.
INVALID_PARAMETER_PLZ_CHECK=Sorry, an invalid parameter was passed, please check: {0}.
DATASOURCE_CONFIG_ERROR=Illegal data source configuration: data source parameter configuration error.
CAS_SSO_TICKET_ERROR=orry, cas sso login exception: ticket validation error.
FILE_NOT_EXIST=Invalid parameter: the file does not exist.
FOLDER_NAME_EMPTY=Invalid parameter: the folder name is empty.
NO_PERMISSION_TO_MOVE=Sorry, it appears you don''t have the permission, moving apps or modules requires administrative privileges.
PERMISSION_NOT_EXIST=Invalid permission, it does not exist.
NO_PERMISSION_TO_OPERATE_FOLDER=Sorry, it appears you don''t have the permission to operate this folder.
FILE_ORG_NOT_MATCH=Illegal Request: the file does not belong to current workspace.
EXCEEDS_FILE_SIZE_LIMIT=Illegal Request: file size cannot exceed {0}.
EXCEEDS_ORG_SIZE_LIMIT=Illegal Request: exceeds total workspace limit size {0}.
EXCEEDS_DAILY_SIZE_LIMIT=Illegal Request: exceeded workspace daily traffic limit size {0}.
DUPLICATE_MATERIAL_NAME=Sorry, the material name already exists, please use a different name.
ILLEGAL_PAGE_NUMBER=Invalid page number.
CANT_FIND_APPLICATION=Oops! Cannot find this application, it might be removed or deleted.
FILE_EMPTY=Invalid parameter: the file is empty.
INCORRECT_IMAGE_TYPE=Image type should be JPEG or PNG.
IMAGE_PARSE_ERROR=Oops, fail to parse image.
CANT_FIND_CONNECTION_POOL=Illegal data source configuration: can not find corresponding data source connection pool.
FOLDER_NOT_FOUND=Sorry, the folder {0} cannot be found.
MATERIAL_NOT_FOUND=Sorry, the material {0} cannot be found.
ASSET_NOT_FOUND=Oops, asset {0} cannot be found, it might be removed or deleted.
PLUGIN_NOT_FOUND=Oops, plugin {0} cannot be found, it might be removed or deleted.
ORG_ID_EMPTY=Invalid parameter: the workspace ID is empty.
APP_NAME_EMPTY=Invalid parameter: app name is empty.
DATASOURCE_CONNECT_ERROR=Failed to connect the data source, please check the configuration.
INVALID_APP_ID=Invalid parameter: the app ID is invalid.
BAD_REQUEST=Bad request.
INVALID_USER_ID=Invalid parameter: the user ID is invalid.
INVALID_USER_ROLE=Invalid parameter: the user role is invalid.
PASSWORD_EMPTY=Invalid parameter: the password is empty.
INSUFFICIENT_PERMISSION=Insufficient permissions: you are not in the workspace, please contact admin of this workspace.
NO_PERMISSION_TO_EDIT=It appears you don''t have the permission to edit, please contact the app owners {0}.
NO_PERMISSION_TO_VIEW=It appears you don''t have the permission to view, please contact the app owners {0}.
INVALID_QUERY_ID=Invalid query ID.
INVALID_ES_CONFIG=Illegal elasticsearch data source configuration.
INVALID_CONNECTION_STRING=Fail to parse connectionString.
INVALID_MONGODB_URL=Illegal MongoDB URL format, please check again.
MONGODB_DATABASE_EMPTY=MongoDB database cannot be empty.
DATASOURCE_NAME_EMPTY=Illegal data source configuration: data source name is empty.
INVALID_DATASOURCE_TYPE_0=Illegal data source type.
INVALID_DATASOURCE_ORG_ID=Illegal data source configuration: invalid workspace ID.
INVALID_SMTP_CONFIG=Fail to parse the SMTP configuration.
INVALID_MYSQL_CONFIG=Fail to parse the MySQL configuration.
INVALID_MONGODB_CONFIG=Fail to parse the MongoDB configuration.
INVALID_SQLSERVER_CONFIG=Fail to parse the SQL Server configuration.
INVALID_CLICKHOUSE_CONFIG=Fail to parse the ClickHouse configuration.
INVALID_PG_CONFIG=Fail to parse the PostgreSQL configuration.
INVALID_REDIS_CONFIG=Fail to parse the Redis configuration.
INVALID_RESTAPI_CONFIG=Fail to parse the RestAPI configuration.
QUERY_EXECUTION_ERROR=Query execution error: {0}.
QUERY_ARGUMENT_ERROR=Illegal query configuration: {0}.
QUERY_TIMEOUT_ERROR=Query execution timed out: {0}.
INVALID_QUERY_SETTINGS=Fail to parse query configuration: {0}.
DATASOURCE_GET_STRUCTURE_ERROR=Failed to get data source structure: {0}.
DATASOURCE_ARGUMENT_ERROR=Invalid Datasource configuration: {0}.
DATASOURCE_TEST_GENERIC_ERROR=Failed to connect data source: {0}.
DATASOURCE_TIMEOUT_ERROR=Datasource connect timed out, please check its configuration.
DATASOURCE_TEST_TIMEOUT_ERROR=Test data source connection timed out, please check its configuration.
JSON_PARSE_ERROR=Sorry, failed to parse JSON, data: {0}, exception information: {1}.
SQL_IN_OPERATOR_PARSE_ERROR=Sorry, failed to parse SQL, data: {0}, please contact admin.
PREPARED_STATEMENT_BIND_PARAMETERS_ERROR=PreparedStatement bind parameter error: {0}
EXCEED_MAX_QUERY_TIMEOUT=Sorry, query''s maximum timeout cannot exceed {0}s.
CONNECTION_ERROR=Connection error: {0}.
MONGODB_COMMAND_ERROR=Illegal MongoDB query: {0}
REST_API_EXECUTION_ERROR=REST API execution error: {0}.
REDIS_EXECUTION_ERROR=Sorry, Redis execution error: {0}.
REDIS_URL_ERROR=The format of the URL error: {0}. Correct format: redis://username:password@my-redis.com: 6379 or redis://:password@my-redis.com: 6379.
LOWCODER_INTERNAL_REQUEST_ERROR=Request failed: {0}.
LOWCODER_INTERNAL_INVALID_REQUEST_TYPE=Invalid Lowcoder API request type, please contact the administrator.
ES_EXECUTION_ERROR=Elasticsearch query execution error: {0}.
EXECUTION_TIMEOUT=Query execution exception: execution timeout.
FAIL_TO_LOAD_CLICKHOUSE_JDBC=Query execution exception: the ClickHouse JDBC loading failed, please contact the administrator.
INVALID_EXECUTION_REQUEST=Query execution exception: invalid execution request.
INVALID_MONGODB_OPERATION=Query execution exception: invalid MongoDB operation.
BOUND_VALUE_NOT_MATCH=Query execution exception: cannot find binding value: {0}.
AFFECT_MORE_THAN_ONE_ROWS_FOR_SINGLE_COMMAND=This query is set disallowing modifying multiple rows but actually affect more than one row now.
FAIL_TO_GET_AFFECTED_ROW_COUNT=Fail to get affected row count for this query.
SQL_EMPTY=Invalid query configuration: the SQL statement is empty.
CLICKHOUSE_PS_ERROR=Invalid query configuration: the ClickHouse PreparedStatement setting error, please check the configuration.
INVALID_ES_QUERY_CONFIG=Invalid query configuration: the Elasticsearch query configuration error.
INVALID_LIMIT_CONFIG=Invalid query configuration: invalid limit setting.
INVALID_MONGODB_BSON_ARRAY_FORMAT=Invalid query configuration: not a valid MongoDB BSON Array format.
INVALID_JSON_ARRAY_FORMAT=Invalid query configuration: not a valid JSON Array format.
INVALID_JSON_FORMAT=Invalid query configuration: not a valid JSON {0}.
INVALID_MONGODB_REQUEST=Invalid MongoDB request {0}.
INVALID_PARAM_CONFIG_PLZ_CHECK=Invalid query configuration, please check these parameters'' configuration: {0}.
GUI_COMMAND_TYPE_EMPTY=Sorry, the query configuration is invalid: the GUI command type is empty.
INVALID_GUI_PARAM=Invalid GUI parameters.
INVALID_GUI_COMMAND_TYPE=Invalid GUI command type {0}.
COMMAND_EMPTY=Invalid query configuration, the command is null or empty.
INVALID_REDIS_REQUEST=invalid Redis request: {0}.
INVALID_CONTENT_TYPE=Invalid Content-Type: {0}.
REQUEST_URL_EMPTY=Invalid query configuration: request URL is empty.
INVALID_REQUEST_URL=Invalid request URL: {0}.
INVALID_TIMEOUT_SETTING=Invalid timeout setting: {0}.
CLICKHOUSE_CONFIG_EMPTY=ClickHouse query configuration is empty.
INVALID_CLICKHOUSE=Failed to parse ClickHouse query configuration.
INVALID_RAW_REQUEST_PARAM=Failed to parse query configuration: the RAW request parameter is invalid.
RAW_REQUEST_PARAM_EMPTY=Invalid query configuration: the RAW request parameter is empty.
INVALID_FORMAT=Invalid query configuration: {0} format error: {1}, please contact the administrator.
SQLSERVER_QUERY_CONFIG_EMPTY=SQL Server query configuration is empty.
INVALID_SQLSERVER_CONFIG_0=Fail to parse SQL Server configuration.
MYSQL_QUERY_CONFIG_EMPTY=MySQL query configuration is empty.
INVALID_MYSQL=Failed to parse MySQL configuration.
LOAD_SQL_JDBC_ERROR=Load JDBC library failed, please contact system administrator.
INVALID_SQL_QUERY_CONFIG=Failed to parse SQL configuration.
EMPTY_SQL_QUERY_CONFIG=SQL query configuration is empty.
INVALID_PG_QUERY_CONFIG_EMPTY=PostgreSQL query configuration is empty.
INVALID_PG=Failed to parse PostgreSQL query configuration.
INVALID_RESTAPI=Failed to parse REST API query configuration.
GET_MONGODB_STRUCTURE_ERROR=Failed to get MongoDB structure.
MONGODB_URL_EMPTY=MongoDB''s connection URL is empty.
MONGODB_URL_EXTRACT_ERROR=Failed to resolve MongoDB connection URL.
CONTENT_PARSE_ERROR=Resolve upload data failed, it requires format {data:base64 string, name:string} or an array of it
MULTIFORM_DATA_IS_NOT_STRING=Resolve upload data failed, data field is not a valid base64 string
MULTIFORM_NAME_IS_NOT_STRING=Resolve upload data failed, name field is not a valid string
FAIL_TO_PARSE_BASE64_STRING=Fail to decode data in Base64 format: {0}
PS_BIND_ERROR=PreparedStatement binding exception: {0}, parameter type {1}.
MONGODB_EXECUTE_ERROR=MongoDB query execution error, MongoDB status code: {0}.
REQUEST_ERROR=Request failed: {0} {1}.
ES_QUERY_ERROR=Elasticsearch query execution error: {0}.
GUI_FIELD_EMPTY=Invalid GUI parameter: the table field is empty.
GUI_INVALID_JSON_ARRAY_FORMAT=Invalid GUI parameter: not a valid JSON Array type.
GUI_CHANGE_SET_EMPTY=Invalid GUI parameter: change data is empty.
GUI_PRIMARY_KEY_EMPTY=Invalid GUI parameter: primary key is empty.
GUI_OPERATION_DATA_EMPTY=Invalid GUI parameter: operation data is empty.
GUI_OPERATION_DATA_TYPE_ERROR=Invalid GUI parameter: operation data type is error.
GUI_INVALID_PARAM=Invalid object parameter: {0}.
GUI_INVALID_DATA_TYPE=Invalid operation data type: {0}.
GUI_INVALID_JSON_MAP_TYPE=Invalid GUI parameter: not a valid JSON Map type.
GUI_CHANGE_SET_TYPE_ERROR=Invalid changed set data type: {0}.
GUI_CHANGE_SET_FIELD_EMPTY=Invalid GUI parameter: the change data column is empty.
GUI_INVALID_FILTER_FIELD=Invalid filter field: {0}.
GUI_FILTER_FIELD_EMPTY=Invalid GUI parameter: FilterBy field is empty.
GUI_INVALID_FILTER_CONDITION=Invalid filter condition.
INSERT_DATA_EMPTY=Inserted data is empty.
INVALID_INSERT_DATA=Insert the data columns need to be aligned.
UPDATE_DATA_EMPTY=Update data is empty.
BULK_UPDATE_DATA_NOT_CONTAIN_PRIMARY_KEY=Not all update data contains primary key.
UPSERT_DATA_EMPTY=Upsert data is empty.
INVALID_IN=Invalid IN/NOT IN operation data, it should be an array.
INVALID_IS=Invalid IS/IS NOT operation, it should be null or a boolean.
HOST_EMPTY=Host cannot be empty.
HOST_WITH_COLON=Host cannot contain "/" or ":" character.
INVALID_HOST=Invalid Host.
DATABASE_NAME_EMPTY=Database name cannot be empty.
CONNECTION_STRING_EMPTY=The connection string cannot be empty.
MONGODB_URL_EMPTY_PLZ_CHECK=URL format of the connection is invalid.
INVALID_MONGODB_URL_PLZ_CHECK=URL format of the MongoDB connection is invalid.
HOST_EMPTY_PLZ_CHECK=Host for the connection is empty.
DATABASE_EMPTY=Database cannot be empty.
REDIS_URL_EMPTY=Redis connection URL is empty.
PORT_EMPTY=Connection Port is empty.
INVALID_PORT=Port number cannot be negative.
AUTH_ERROR=Authentication error, please contact system administrator.
NO_USER_FOUND=User not found.
SYSTEM_GROUP_ALL_USER=All Users
SYSTEM_GROUP_DEV=Developers
USER_ORG_SUFFIX=''s workspace
LOWCODER_DATASOURCE_NAME=Lowcoder API
QUICK_REST_DATASOURCE_NAME=REST Query
QUICK_GRAPHQL_DATASOURCE_NAME=GraphQL Query
## EVENT
EVENT_TYPE_USER_LOGIN=Sign in
EVENT_TYPE_USER_LOGOUT=Logout
EVENT_TYPE_VIEW=View app
EVENT_TYPE_APPLICATION_CREATE=Create new app
EVENT_TYPE_APPLICATION_DELETE=Delete app
EVENT_TYPE_APPLICATION_UPDATE=Update app
EVENT_TYPE_APPLICATION_MOVE=Move to folder
EVENT_TYPE_APPLICATION_RECYCLED=Move To Trash
EVENT_TYPE_APPLICATION_RESTORE=Restore app
EVENT_TYPE_FOLDER_CREATE=Create new folder
EVENT_TYPE_FOLDER_DELETE=Delete folder
EVENT_TYPE_FOLDER_UPDATE=Update folder
EVENT_TYPE_QUERY_EXECUTION=Execute query
EVENT_TYPE_GROUP_CREATE=Create new group
EVENT_TYPE_GROUP_UPDATE=Update group
EVENT_TYPE_GROUP_DELETE=Delete group
EVENT_TYPE_GROUP_MEMBER_ADD=Add group member
EVENT_TYPE_GROUP_MEMBER_ROLE_UPDATE=Update group member''s role
EVENT_TYPE_GROUP_MEMBER_LEAVE=Leave group
EVENT_TYPE_GROUP_MEMBER_REMOVE=Remove group member
EVENT_TYPE_SERVER_START_UP=Server startup
DATA_SOURCE_CREATE=Create data source
DATA_SOURCE_UPDATE=Update data source
DATA_SOURCE_DELETE=Delete data source
DATA_SOURCE_PERMISSION_GRANT=Grant data source permission
DATA_SOURCE_PERMISSION_UPDATE=Update data source permission
DATA_SOURCE_PERMISSION_DELETE=Delete data source permission
LIBRARY_QUERY_CREATE=Create library query
LIBRARY_QUERY_UPDATE=Update library query
LIBRARY_QUERY_DELETE=Delete library query
LIBRARY_QUERY_PUBLISH=Publish library query
## threshold
EXCEED_MAX_USER_ORG_COUNT=Sorry, you have reached maximum count of workspaces.
EXCEED_MAX_ORG_MEMBER_COUNT=Sorry, this workspace has reached the maximum count of members.
EXCEED_MAX_GROUP_COUNT=Sorry, this workspace has reached the maximum count of groups.
EXCEED_MAX_APP_COUNT=Sorry, you have reached maximum count of applications in current workspace.
EXCEED_MAX_DEVELOPER_COUNT=Sorry, you have reached maximum count of developers.
## PLUGIN
DUPLICATE_COLUMN=Duplicated columns found: {0}, use keyword ''as'' to rename duplicated columns.
INVALID_JSON_FROM_RESPONSE=Response data is not a valid JSON, please check your Content-Type header.
REACH_REDIRECT_LIMIT=Reach maximum HTTP redirects: {0}.
GOOGLESHEETS_QUERY_PARAM_EMPTY=Google Sheets query parameter is empty.
GOOGLESHEETS_QUERY_PARAM_ERROR=Google Sheets Query parameter is invalid: {0}.
GOOGLESHEETS_REQUEST_ERROR=Google Sheets request failed.
GOOGLESHEETS_DATASOURCE_CONFIG_ERROR=Fail to parse Google Sheets data source configuration.
GOOGLESHEETS_EMPTY_ROW=No data found at this row index. Do you want to try inserting something first?
APPLICATION_EDIT_ERROR_LACK_OF_DATASOURCE_PERMISSIONS=Current changes of this application will not be saved for lacking of some data sources'' permissions.
CERTIFICATE_EMPTY=Certificate is empty.
ORG_DELETED_FOR_ENTERPRISE_MODE=Provided enterpriseOrgId workspace has been deleted, please contact Lowcoder team.
DISABLE_AUTH_CONFIG_FORBIDDEN=Can not disable current administrator''s last identity provider.
USER_NOT_EXIST=User not exist.
DUPLICATE_AUTH_CONFIG_ADDITION=Provider auth type already added to organization
EMAIL_PROVIDER_DISABLED=Email provider is disabled.
SLUG_DUPLICATE_ENTRY=Slug already exists
SLUG_INVALID=Slug format is invalid
FLOW_ERROR=Flow error message: {0}
ORGANIZATION_NOT_FOUND=Organization not found.
APPLICATION_GRANTED_PERMISSION_CONFLICT=Right was already granted.