You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.8 KiB
51 lines
1.8 KiB
// 中文本地化字符串
|
|
|
|
// 应用标题
|
|
"app_title" = "MyQrCode";
|
|
|
|
// 扫描视图
|
|
"scanner_title" = "条码扫描器";
|
|
"scan_instruction" = "将二维码或条形码放入框内";
|
|
"detected_codes" = "检测到条码";
|
|
"auto_result_1s" = "1秒后自动显示结果";
|
|
"select_code_instruction" = "点击绿色标记选择要解码的条码";
|
|
"rescan_button" = "重新扫描";
|
|
"close_button" = "关闭";
|
|
|
|
// 扫描线样式
|
|
"style_modern" = "现代科技";
|
|
"style_classic" = "经典简约";
|
|
"style_neon" = "霓虹炫酷";
|
|
"style_minimal" = "极简主义";
|
|
"style_retro" = "复古风格";
|
|
|
|
// 主视图
|
|
"main_title" = "条码扫描器";
|
|
"app_title" = "MyQrCode";
|
|
"app_description" = "轻松扫描二维码和条形码";
|
|
"start_scanning" = "开始扫描";
|
|
"scan_result" = "扫描结果:";
|
|
"language" = "语言";
|
|
|
|
// 错误信息
|
|
"scan_error_title" = "扫描失败";
|
|
"scan_error_message" = "您的设备不支持扫描二维码。请使用带相机的设备。";
|
|
|
|
// 测试按钮
|
|
"test_auto_select" = "测试自动选择";
|
|
|
|
// 相机权限
|
|
"camera_permission_title" = "需要相机权限";
|
|
"camera_permission_description" = "此应用需要访问您的相机来扫描二维码和条形码。请授予相机权限以继续使用。";
|
|
"camera_permission_denied" = "相机访问被拒绝。请在设置中启用相机权限以使用扫描器。";
|
|
"camera_permission_restricted" = "相机访问受限。请检查您的设备设置或联系管理员。";
|
|
"camera_permission_unknown" = "相机权限状态未知。请检查您的设备设置。";
|
|
"request_camera_permission" = "授予相机权限";
|
|
"open_settings" = "打开设置";
|
|
|
|
// 语言设置
|
|
"select_language" = "选择语言";
|
|
"language_changes_info" = "语言更改将立即生效";
|
|
"current_language" = "当前语言: %@";
|
|
"language_settings" = "语言设置";
|
|
"done" = "完成"; |