Files
akmon/i18n/zh-CN/common.uts
2026-01-20 08:04:15 +08:00

83 lines
2.4 KiB
Plaintext

// 公共语言包 - 中文
export default { cancel: "取消",
confirm: "确认",
login: "登录",
register: "注册",
username: "用户名",
password: "密码",
uploadfail: "上传失败,请重试",
action: "操作",
edit: "编辑",
delete: "删除",
prev: "上一页",
next_page: "下一页",
continueToIterate: "继续加载更多?",
search: "搜索",
save: "保存",
loading: "加载中...",
error: "错误",
success: "成功",
failed: "失败",
retry: "重试",
refresh: "刷新",
filter: "筛选",
sort: "排序",
view_details: "查看详情",
export: "导出",
import: "导入",
create: "创建",
update: "更新",
submit: "提交",
close: "关闭",
back: "返回",
next: "下一步",
previous: "上一步",
select_all: "全选",
clear_all: "清空",
no_data: "暂无数据",
total: "总计",
page: "页",
items_per_page: "每页条数",
all: "全部",
active: "激活",
inactive: "未激活", enabled: "启用",
disabled: "禁用",
unknown: "未知",
// 测试页面相关翻译
test: {
title: "i18n 模块缓存混合测试akoo",
current_status: "当前状态",
loaded_modules: "已加载模块",
current_module: "当前测试模块",
current_locale: "当前语言",
system_ready: "系统状态",
template_translation: "模板翻译测试 (全局 $t)",
script_translation: "Script翻译测试 (UTS Android兼容)",
basic_keys: "基础键测试",
sp_module: "SP模块测试",
user_module: "用户模块测试",
student_module: "学生模块测试",
teacher_module: "教师模块测试",
script_results: "Script翻译结果",
refresh_translations: "手动刷新翻译",
module_switch: "模块切换测试",
switch_student: "切换到学生模块",
switch_teacher: "切换到教师模块",
switch_user: "切换到用户模块",
language_switch: "语言切换测试",
switch_chinese: "切换到中文",
switch_english: "切换到英语",
switch_time: "语言切换时间",
cache_management: "缓存管理",
clear_cache: "清除缓存",
check_cache: "检查缓存状态",
performance_test: "性能测试",
load_time: "模块加载时间",
run_performance: "运行性能测试",
realtime_comparison: "实时翻译对比",
template_method: "模板方法",
script_method: "Script方法"
}
}