-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'devel' into CB-4661-remove-includes-concept-from-resour…
…ces-api
- Loading branch information
Showing
63 changed files
with
704 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
/* | ||
* CloudBeaver - Cloud Database Manager | ||
* Copyright (C) 2020-2024 DBeaver Corp and others | ||
* | ||
* Licensed under the Apache License, Version 2.0. | ||
* you may not use this file except in compliance with the License. | ||
*/ | ||
export default [ | ||
['administration_menu_enter', '管理'], | ||
['administration_menu_back', '返回应用'], | ||
['administration_configuration_wizard_title', '初始化服务器配置'], | ||
['administration_configuration_wizard_finish_success_title', 'Server configured'], | ||
['administration_configuration_wizard_finish_success_message', 'You can log-in as administrator in order to set up additional parameters.'], | ||
['administration_configuration_wizard_finish_success_title', '服务器已完成配置'], | ||
['administration_configuration_wizard_finish_success_message', '您可以使用管理员登录后进行更多参数配置。'], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
/* | ||
* CloudBeaver - Cloud Database Manager | ||
* Copyright (C) 2020-2024 DBeaver Corp and others | ||
* | ||
* Licensed under the Apache License, Version 2.0. | ||
* you may not use this file except in compliance with the License. | ||
*/ | ||
export default [ | ||
['core_authentication_auth_settings_group', 'Authentication'], | ||
['settings_authentication_disable_anonymous_access_name', 'Disable anonymous access'], | ||
['settings_authentication_disable_anonymous_access_description', 'Disable anonymous access function'], | ||
['core_authentication_auth_settings_group', '认证'], | ||
['settings_authentication_disable_anonymous_access_name', '禁用匿名访问'], | ||
['settings_authentication_disable_anonymous_access_description', '禁用匿名访问功能'], | ||
|
||
['core_authentication_password_policy_min_length', 'Password must be at least {arg:min} characters long'], | ||
['core_authentication_password_policy_upper_lower_case', 'Password must contain both upper and lower case letters'], | ||
['core_authentication_password_policy_min_digits', 'Password must contain at least {arg:min} digits'], | ||
['core_authentication_password_policy_min_special_characters', 'Password must contain at least {arg:min} special characters'], | ||
['core_authentication_password_policy_min_length', '密码长度需要至少 {arg:min} 个字符'], | ||
['core_authentication_password_policy_upper_lower_case', '密码必须包含大写和小写字母'], | ||
['core_authentication_password_policy_min_digits', '密码至少需要包含 {arg:min} 个数字'], | ||
['core_authentication_password_policy_min_special_characters', '密码至少需要包含 {arg:min} 个特殊字符'], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* CloudBeaver - Cloud Database Manager | ||
* Copyright (C) 2020-2024 DBeaver Corp and others | ||
* | ||
* Licensed under the Apache License, Version 2.0. | ||
* you may not use this file except in compliance with the License. | ||
*/ | ||
export default [ | ||
['core_block_properties_table_name', '表名'], | ||
['core_block_properties_table_value', '值'], | ||
['core_block_properties_table_filter_name', '过滤器'], | ||
['core_block_properties_table_add', '添加属性'], | ||
['core_blocks_confirmation_dialog_title', '需要确认'], | ||
['core_blocks_properties_table_item_reset', '重置默认值'], | ||
['core_blocks_object_property_info_form_empty_placeholder', '属性为空'], | ||
['core_blocks_object_property_info_password_saved', '字段值已保存'], | ||
['core_blocks_properties_table_item_remove', '移除属性'], | ||
['combobox_no_results_placeholder', '无结果'], | ||
['core_blocks_exception_message_error_title', '无法显示内容'], | ||
['core_blocks_exception_message_error_message', '出现错误.'], | ||
['core_blocks_custom_input_validation_error', '字段值无效'], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
/* | ||
* CloudBeaver - Cloud Database Manager | ||
* Copyright (C) 2020-2024 DBeaver Corp and others | ||
* | ||
* Licensed under the Apache License, Version 2.0. | ||
* you may not use this file except in compliance with the License. | ||
*/ | ||
export default [ | ||
['core_browser_settings_cookies_settings_group', 'Cookies'], | ||
['core_browser_settings_browser_settings_group', 'Browser'], | ||
['core_browser_settings_browser_settings_group', '浏览器'], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.