Skip to content

Commit da1fcd0

Browse files
refactor: 删除没有引用到的中文国际化字段
1 parent 739cca7 commit da1fcd0

1 file changed

Lines changed: 0 additions & 186 deletions

File tree

backend/src/main/resources/i18n/messages_zh_CN.properties

Lines changed: 0 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -1,189 +1,3 @@
1-
#commons
2-
error_lang_invalid=语言参数错误
3-
file_cannot_be_null=文件不能为空!
4-
cannot_be_null=不能为空
5-
number=
6-
row=
7-
error=出错
8-
delete_fail=删除失败
9-
start_engine_fail=启动失败
10-
upload_fail=文件上传失败
11-
#user related
12-
user_email_already_exists=用户邮箱已存在
13-
user_id_is_null=用户ID不能为空
14-
user_name_is_null=用户名不能为空
15-
user_email_is_null=用户邮箱不能为空
16-
password_is_null=密码不能为空
17-
user_id_already_exists=用户id已存在
18-
password_modification_failed=旧密码输入错误,请重新输入
19-
cannot_delete_current_user=无法删除当前登录用户
20-
connection_failed=连接失败
21-
user_already_exists=该用户已存在于当前成员列表中
22-
cannot_remove_current=无法移除当前登录用户
23-
login_fail=登录失败
24-
password_is_incorrect=用户名或密码不正确
25-
user_not_exist=用户不存在:
26-
user_has_been_disabled=用户已被禁用
27-
excessive_attempts=操作频繁
28-
user_locked=用户被锁定
29-
user_expires=用户过期
30-
not_authorized=未经授权
31-
user_apikey_limit=最多能有5个Api key
32-
#load test
33-
edit_load_test_not_found=无法编辑测试,未找到测试:
34-
run_load_test_not_found=无法运行测试,未找到测试:
35-
run_load_test_file_not_found=无法运行测试,无法获取测试文件元信息,测试ID:
36-
run_load_test_file_content_not_found=无法运行测试,无法获取测试文件内容,测试ID:
37-
run_load_test_file_init_error=无法运行测试,请检查当前站点配置
38-
load_test_is_running=测试正在运行, 请等待
39-
load_test_kafka_invalid=Kafka 不可用,请检查配置
40-
cannot_edit_load_test_running=不能修改正在运行的测试
41-
test_not_found=测试不存在:
42-
test_not_running=测试未运行
43-
load_test_already_exists=测试名称不能重复
44-
no_nodes_message=没有节点信息
45-
duplicate_node_ip=节点 IP 重复
46-
duplicate_node_port=节点 Port 重复
47-
duplicate_node_ip_port=节点 IP、Port 重复
48-
max_thread_insufficient=并发用户数超额
49-
related_case_del_fail_prefix=已关联到
50-
related_case_del_fail_suffix=测试用例,请先解除关联
51-
jmx_content_valid=JMX 内容无效,请检查
52-
container_delete_fail=容器由于网络原因停止失败,请重试
53-
load_test_report_file_not_exist=当前报告没有JTL文件,请等待或重新执行以便获取
54-
#workspace
55-
workspace_name_is_null=工作空间名不能为空
56-
workspace_name_already_exists=工作空间名已存在
57-
workspace_does_not_belong_to_user=当前工作空间不属于当前用户
58-
workspace_not_exists=工作空间不存在
59-
#test resource pool
60-
test_resource_pool_id_is_null=资源池ID不能为空
61-
test_resource_pool_name_is_null=资源池名称不能为空
62-
test_resource_pool_name_already_exists=资源池名称已存在
63-
load_test=性能测试
64-
test_resource_pool_is_use=正在使用此资源池,无法删除
65-
only_one_k8s=只能添加一个 K8S
66-
#project
67-
project_name_is_null=项目名称不能为空
68-
project_name_already_exists=项目名称已存在
69-
#organization
70-
organization_name_is_null=组织名不能为空
71-
organization_name_already_exists=组织名已存在
72-
organization_does_not_belong_to_user=当前组织不属于当前用户
73-
organization_id_is_null=组织 ID 不能为空
74-
#api
75-
api_load_script_error=读取脚本失败
76-
api_report_is_null="测试报告是未生成,无法更新"
77-
api_test_environment_already_exists="已存在该名称的环境配置"
78-
#test case
79-
test_case_node_level=
80-
test_case_node_level_tip=模块树最大深度为
81-
test_case_module_not_null=所属模块不能为空
82-
test_case_create_module_fail=创建模块失败
83-
test_case_import_template_name=测试用例模版
84-
test_case_import_template_sheet=模版
85-
module_not_null=所属模块不能为空格
86-
user_not_exists=该工作空间下无该用户
87-
test_case_already_exists=该项目下已存在该测试用例
88-
parse_data_error=解析数据出错
89-
missing_header_information=缺少头部信息
90-
test_case_exist=该项目下已存在用例:
91-
node_deep_limit=节点深度不超过8层!
92-
before_delete_plan=该计划下存在关联测试用例,请先取消关联!
93-
incorrect_format=格式错误
94-
test_case_type_validate=必须为functional、performance、api
95-
test_case_priority_validate=必须为P0、P1、P2、P3
96-
test_case_method_validate=必须为manual、auto
97-
test_case_name=用例名称
98-
test_case_type=用例类型
99-
test_case_maintainer=维护人
100-
test_case_priority=用例等级
101-
test_case_method=测试方式
102-
test_case_prerequisite=前置条件
103-
test_case_remark=备注
104-
test_case_step_desc=步骤描述
105-
test_case_step_result=预期结果
106-
test_case_module=所属模块
107-
test_case=测试用例
108-
module=模块
109-
preconditions_optional=前置条件选填
110-
step_tip_separate=每个步骤以换行分隔
111-
step_tip_order=步骤前可标序号
112-
step_tip_optional=步骤前可标序号
113-
result_tip_separate=每条结果以换行分隔
114-
result_tip_order=结果前可标序号
115-
result_tip_optional=测试步骤和结果选填
116-
remark_optional=备注选填
117-
do_not_modify_header_order=请勿修改表头顺序
118-
module_created_automatically=若无该模块将自动创建
119-
options=选项
120-
please_input_workspace_member=请填写该工作空间相关人员
121-
test_case_report_template_repeat=同一工作空间下不能存在同名模版
122-
plan_name_already_exists=测试计划名称已存在
123-
test_case_already_exists_excel=导入文件中存在重复用例
124-
test_case_module_already_exists=同层级下已存在该模块名称
125-
api_test_name_already_exists=测试名称已经存在
126-
functional_method_tip=功能测试不支持自动方式
127-
#ldap
128-
ldap_url_is_null=LDAP地址为空
129-
ldap_dn_is_null=LDAP绑定DN为空
130-
ldap_ou_is_null=LDAP参数OU为空
131-
ldap_password_is_null=LDAP密码为空
132-
ldap_connect_fail=连接LDAP失败
133-
ldap_connect_fail_user=连接LDAP失败,绑定的DN或密码错误
134-
ldap_user_filter_is_null=LDAP用户过滤器为空
135-
ldap_user_mapping_is_null=LDAP用户属性映射为空
136-
authentication_failed=用户认证失败,用户名或密码错误
137-
user_not_found_or_not_unique=用户不存在或者不唯一
138-
find_more_user=查找到多个用户
139-
ldap_authentication_not_enabled=LDAP认证未启用
140-
login_fail_email_null=登录失败,用户邮箱为空
141-
login_fail_ou_error=登录失败,请检查用户OU
142-
login_fail_filter_error=登录失败,请检查用户过滤器
143-
check_ldap_mapping=检查LDAP属性映射
144-
ldap_mapping_value_null=LDAP用户属性映射字段为空值
145-
#quota
146-
quota_workspace_excess_org_api=工作空间的接口测试数量总和不能超过组织的配额
147-
quota_workspace_excess_org_performance=工作空间的性能测试数量总和不能超过组织的配额
148-
quota_workspace_excess_org_max_threads=工作空间的最大并发数不能超过组织的配额
149-
quota_workspace_excess_org_max_duration=工作空间的压测时长不能超过组织的配额
150-
quota_workspace_excess_org_resource_pool=工作空间的资源池不能超过组织的资源池范围
151-
quota_api_excess_workspace=接口测试数量超过工作空间限额
152-
quota_api_excess_organization=接口测试数量超过组织限额
153-
quota_performance_excess_workspace=性能测试数量超过工作空间限额
154-
quota_performance_excess_organization=性能测试数量超过组织限额
155-
quota_max_threads_excess_workspace=最大并发数超过工作空间限额
156-
quota_max_threads_excess_organization=最大并发数超过组织限额
157-
quota_duration_excess_workspace=压测时长超过工作空间限额
158-
quota_duration_excess_organization=压测时长超过组织限额
159-
import_xmind_count_error=思维导图导入用例数量不能超过 500 条
160-
license_valid_license_error=授权认证失败
161-
import_xmind_not_found=未找到测试用例
162-
test_review_task_notice=测试评审任务通知
163-
test_track.length_less_than=标题过长,字数必须小于
164-
# check owner
165-
check_owner_project=当前用户没有操作此项目的权限
166-
check_owner_test=当前用户没有操作此测试的权限
167-
check_owner_case=当前用户没有操作此用例的权限
168-
check_owner_plan=当前用户没有操作此计划的权限
169-
check_owner_review=当前用户没有操作此评审的权限
170-
check_owner_comment=当前用户没有操作此评论的权限
171-
check_owner_read_only=当前用户在此工作空间为只读用户
172-
upload_content_is_null=导入内容为空
173-
test_plan_notification=测试计划通知
174-
task_defect_notification=缺陷任务通知
175-
task_notification_=定时任务结果通知
176-
api_definition_url_not_repeating=接口请求地址已经存在
177-
task_notification_jenkins=jenkins任务通知
178-
task_notification=任务通知
179-
message_task_already_exists=任务接收人已经存在
180-
#automation
181-
automation_name_already_exists=同一个项目和模块下,场景名称不能重复
182-
automation_exec_info=没有测试步骤,无法执行
183-
#authsource
184-
authsource_name_already_exists=认证源名称已经存在
185-
authsource_name_is_null=认证源名称不能为空
186-
authsource_configuration_is_null=认证源配置不能为空
1871
个人信息=个人信息
1882
仪表板=仪表板
1893
修改密码=修改密码

0 commit comments

Comments
 (0)