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.
42 lines
1.2 KiB
42 lines
1.2 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" = "测试自动选择";
|
|
|
|
// 语言设置
|
|
"select_language" = "选择语言";
|
|
"language_changes_info" = "语言更改将立即生效";
|
|
"current_language" = "当前语言: %@";
|
|
"language_settings" = "语言设置";
|
|
"done" = "完成"; |