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.

906 lines
33 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// 中文本地化字符串
// 应用标题
"app_title" = "MyQrCode";
"app_subtitle" = "二维码扫描器与生成器";
"app_description_launch" = "专业的二维码解决方案";
// 网络权限
"network_permission_required" = "网络权限需要";
"network_permission_description" = "应用需要网络权限来提供完整的服务功能";
"check_network" = "重新检查";
"checking_network" = "检查中...";
"open_settings" = "打开设置";
"initializing" = "正在初始化...";
// 扫描视图
"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_description" = "轻松扫描二维码和条形码";
"start_scanning" = "开始扫描";
"scan_result" = "扫描结果:";
"language" = "语言";
// 错误信息
"scan_error_title" = "扫描失败";
"scan_error_message" = "您的设备不支持扫描二维码。请使用带相机的设备。";
// 测试按钮
"test_auto_select" = "测试自动选择";
// 相机权限
"camera_permission_title" = "需要相机权限";
"camera_permission_denied" = "相机访问被拒绝。请在设置中启用相机权限以使用扫描器。";
"camera_permission_restricted" = "相机访问受限。请检查您的设备设置或联系管理员。";
"camera_permission_unknown" = "相机权限状态未知。请检查您的设备设置。";
"request_camera_permission" = "授予相机权限";
// 语言设置
"select_language" = "选择语言";
"language_changes_info" = "语言更改将立即生效";
"current_language" = "当前语言: %@";
"language_settings" = "语言设置";
"done" = "完成";
// 主内容视图
"qr_code_creator" = "二维码生成器";
"quick_create_scan" = "快速创建和扫描二维码";
"create_qr_code" = "创建二维码";
"generate_various_codes" = "生成文本、链接、WiFi、联系人等各种二维码";
"scan_recognize" = "扫描识别";
"scan_qr_code" = "扫描二维码";
"history_records" = "历史记录";
"view_history" = "查看历史";
// 二维码详情视图
"scan_this_qr_code" = "扫描此二维码";
"share" = "分享";
"add_to_image" = "添加到图片";
"parsed_info" = "解析信息";
"original_content" = "原始内容";
"copy_content" = "复制内容";
"open" = "打开";
"open_link" = "打开链接";
"decorate_code" = "装饰代码";
"qr_code_has_style" = "此二维码已有自定义样式,点击可重新编辑";
// 二维码样式视图
"select_dot_type" = "选择点类型";
"select_eye_type" = "选择眼睛类型";
"select_logo" = "选择Logo";
"none" = "无";
"no_logo" = "无Logo";
"custom" = "自定义";
"permission_required" = "需要权限";
// 设置视图
"settings" = "设置";
"select_app_language" = "选择应用显示语言";
"app_info" = "应用信息";
"version" = "版本";
"version_number" = "1.0.0";
"build_version" = "构建版本";
"build_number" = "1";
"features" = "功能特色";
"about" = "关于";
"app_description_long" = "QR Scanner 是一款功能强大的二维码和条形码扫描应用,支持多种格式的条码识别和创建。";
// 历史记录视图
"confirm_delete_record" = "确定要删除这条记录吗?\n内容%@";
"loading" = "加载中...";
"load_more" = "加载更多";
"loading_more" = "正在加载更多...";
// App Permissions
"app_permissions" = "应用权限";
"permissions_info" = "权限信息";
"permissions_description" = "此应用需要某些权限才能正常运行。您可以在此处或设备的设置应用中管理这些权限。";
"camera_permission" = "相机权限";
"camera_permission_description" = "需要使用您设备的相机来扫描二维码和条形码。";
"photo_permission" = "相册权限";
"photo_permission_description" = "需要将生成的二维码和条形码保存到您的相册中。";
"system_settings" = "系统设置";
"system_settings_description" = "您也可以在设备的设置应用中管理应用权限。";
"open_system_settings" = "打开设置";
"not_determined" = "未确定";
"restricted" = "受限制";
"denied" = "已拒绝";
"authorized" = "已授权";
"limited" = "有限";
"unknown" = "未知";
"request_permission" = "请求权限";
"open_settings" = "打开设置";
"permission_granted" = "权限已授予";
"view_privacy_policy" = "查看我们的隐私政策和数据处理实践。";
"no_history_records" = "暂无历史记录";
"scan_or_create_to_start" = "扫描二维码或手动创建来开始记录";
"create_first_record" = "创建第一个记录";
"clear_history" = "清空历史记录";
"clear_history_warning" = "此操作将删除所有历史记录,且不可撤销";
"confirm_delete" = "确认删除";
"cancel" = "取消";
// 条形码详情视图
"scan_this_barcode" = "扫描此条形码";
"barcode_type" = "条形码类型";
"barcode_content" = "条形码内容";
"content_length" = "内容长度: %d 字符";
"data_content" = "数据内容";
"share_barcode_image" = "分享条形码图片";
// 代码类型选择
"data_type" = "数据类型";
"qr_code_type" = "二维码类型";
"next_step" = "下一步";
// 输入组件
"character_type" = "字符类型:";
"input_hint" = "输入提示";
"location_name" = "位置名称";
"latitude" = "纬度";
"longitude" = "经度";
"coordinate_format_help" = "坐标格式说明";
"coordinate_format_details" = "• 纬度范围:-90 到 90\n• 经度范围:-180 到 180\n• 使用小数点分隔40.7589";
"password" = "密码";
"encryption_type" = "加密类型";
"social_platform" = "社交平台";
"phone_type" = "电话类型";
"qrcode_type" = "二维码类型";
"format_help" = "格式说明";
"wifi_format_details" = "• 网络名称(SSID)为必填项\n• 密码为可选项,无加密时可留空\n• 将生成标准WiFi连接格式";
"event_title" = "事件标题";
"event_description" = "事件描述";
"start_time" = "开始时间";
"end_time" = "结束时间";
// 验证和状态
"format_correct" = "✓ 格式正确";
"format_checking" = "⚠ 格式检查中...";
"length_requirement" = "长度要求: %d 位";
"allowed_characters" = "允许字符: %@";
"formatted_content" = "格式化: %@";
"please_enter_valid_format" = "请输入符合 %@ 格式的内容";
"cannot_generate_barcode" = "无法生成条形码";
"check_input_format" = "请检查输入内容格式";
// 扫描器组件
"image_decode" = "图片解码";
"scanning_line_style" = "扫描线样式";
"decode_failed" = "解码失败";
"reselect_image" = "重新选择图片";
// 工具栏
"simple_toolbar" = "简单工具栏";
"toolbar_with_clear" = "带清空按钮的工具栏";
"toolbar_with_copy_paste" = "带复制粘贴的工具栏";
"toolbar_with_navigation" = "带导航的工具栏";
// 导航标题
"custom_style" = "自定义样式";
"qr_code_saved" = "二维码已保存";
"select_type" = "选择类型";
"barcode_detail" = "条形码详情";
"add_to_picture" = "添加到图片";
"scanner" = "扫描器";
// 按钮
"create" = "创建";
"confirm" = "确定";
"save" = "保存";
"close" = "关闭";
"complete" = "完成";
"return_home" = "返回主页";
"retry" = "重试";
"error_occurred" = "出错了";
"load_failed_retry" = "加载失败,请重试";
"item_format" = "项目 %d";
"no_data" = "暂无数据";
"no_content_yet" = "这里还没有任何内容";
"add_content" = "添加内容";
"loading_data" = "正在加载数据...";
"network_error" = "网络错误";
"connection_failed_check_network" = "无法连接到服务器,请检查网络连接";
"delete" = "删除";
// 提示框
"tip" = "提示";
"delete_confirmation" = "删除确认";
// 表单标签
"first_name" = "名";
"last_name" = "姓";
"content" = "内容";
"preview" = "预览";
"cannot_generate_qrcode" = "无法生成二维码";
"sample_content" = "示例内容";
"yesterday" = "昨天";
"days_ago" = "%d天前";
"hours_ago" = "%d小时前";
"minutes_ago" = "%d分钟前";
"just_now" = "刚刚";
"weak" = "弱";
"medium" = "中";
"strong" = "强";
"added_to_favorites" = "已添加到收藏";
"removed_from_favorites" = "已取消收藏";
"email_content_format" = "邮箱: %@\n主题: %@\n正文: %@";
"email_cc_format" = "\n抄送: %@";
"email_bcc_format" = "\n密送: %@";
"wifi_content_format" = "WiFi: %@ (%@)";
"contact_content_prefix" = "联系人: ";
"contact_nickname_format" = " (%@)";
"contact_phone_format" = "\n电话: %@";
"contact_email_format" = "\n邮箱: %@";
"contact_company_format" = "\n公司: %@";
"contact_title_format" = "\n职位: %@";
"contact_address_format" = "\n地址: %@";
"contact_website_format" = "\n网站: %@";
"contact_note_format" = "\n备注: %@";
"location_content_format" = "位置: %@, %@";
"calendar_content_format" = "事件: %@";
"phone_content_format" = "电话: %@";
"url_content_format" = "URL: %@";
"qrcode_created_successfully" = "二维码创建成功!";
"save_failed_error" = "保存失败:%@";
"create_data_type" = "创建%@";
"barcode_format_incorrect" = "条形码格式不正确";
"data_type_created_successfully" = "%@创建成功!";
"all" = "全部";
"qrcode" = "二维码";
"created" = "手动创建";
"favorites" = "收藏";
"search_history_records" = "搜索历史记录...";
"qr_code_detail" = "二维码详情";
"standard" = "标准";
"standard_card" = "标准卡片";
"standard_card_description" = "这是一个标准样式的卡片组件";
"compact_card" = "紧凑卡片";
"max_characters_reached" = "已达到最大字符数";
"near_character_limit" = "接近字符限制";
"character_count" = "%d/%d";
// Calendar Input
"calendar" = "日历";
"event_location" = "事件地点";
"event_title_placeholder" = "会议标题";
"event_description_placeholder" = "事件详细描述";
"event_location_placeholder" = "会议地点";
"time_validation_error" = "结束时间必须晚于开始时间";
"calendar_format_hint" = "• 填写事件信息\n• 将生成日历事件格式\n• 可导入到日历应用";
"time_setting_hint" = "时间设置提示";
"end_time_must_be_after_start_time" = "结束时间必须晚于开始时间";
// Social Input
"social" = "社交";
"username" = "用户名";
"social_message" = "消息";
"instagram_placeholder" = "用户名或链接";
"facebook_placeholder" = "用户名或链接";
"twitter_placeholder" = "用户名";
"tiktok_placeholder" = "用户名";
"snapchat_placeholder" = "用户名";
"whatsapp_placeholder" = "输入WhatsApp电话号码";
"viber_placeholder" = "电话号码";
"spotify_placeholder" = "歌曲或播放列表链接";
"instagram_hint" = "输入Instagram用户名";
"facebook_hint" = "输入Facebook用户ID或链接";
"twitter_hint" = "输入X用户名或完整链接";
"tiktok_hint" = "输入TikTok用户名或完整链接";
"snapchat_hint" = "输入Snapchat用户名";
"whatsapp_hint" = "输入WhatsApp消息内容";
"viber_hint" = "输入Viber电话号码";
"spotify_hint" = "输入Spotify歌曲或播放列表链接";
"social_format_hint" = "• 输入社交媒体信息\n• 将生成社交媒体链接\n• 用户点击可打开社交应用";
"artist" = "艺术家";
"song_name" = "歌曲名称";
"enter_artist_name" = "输入艺术家名称";
"enter_song_name" = "输入歌曲名称";
"user_id_or_link" = "用户ID或链接";
"x_username" = "X用户名";
"song_link_or_id" = "歌曲链接或ID";
// Card Components
"info_card" = "信息卡片";
"important_reminder" = "重要提醒";
"info_card_description" = "这是一个信息卡片,用于显示重要的提示信息。";
"learn_more" = "了解更多";
"total_users" = "总用户数";
"new_this_month" = "本月新增";
// Input Hints
"info_hint" = "这是一个信息提示";
"warning_hint" = "这是一个警告提示";
"success_hint" = "这是一个成功提示";
"error_hint" = "这是一个错误提示";
// Date Picker
"select_date" = "选择日期";
"select_time" = "选择时间";
"select_date_and_time" = "选择日期和时间";
// Create QR Code
"content_input_area" = "内容输入区域";
"preview_area" = "预览区域";
// QR Code Saved
"qr_code_image" = "二维码图片";
"operation_buttons" = "操作按钮";
"share_button" = "分享按钮";
"save_to_photos_button" = "保存到相册按钮";
"add_to_picture_button" = "添加到图片按钮";
"check_photo_permission" = "检查相册权限";
"select_background_image" = "选择背景图片";
"image_save_helper" = "图片保存辅助类";
// QR Code Style
"tag_type" = "标签类型";
"custom_qr_code_style" = "自定义二维码样式";
"existing_style_data" = "现有样式数据";
"existing_history_item" = "现有历史记录项";
"color_selection" = "颜色选择";
"dot_type_selection" = "点类型选择";
"eye_type_selection" = "眼睛类型选择";
"logo_selection" = "Logo选择";
"loading_state" = "加载状态";
"selected_tag_type" = "选中的标签类型";
"create_qr_code_document" = "创建QRCode文档";
"use_passed_qr_code_content" = "使用传入的二维码内容";
"set_background_color" = "设置背景色";
"set_eye_style" = "设置眼睛样式";
"set_dot_style" = "设置点样式";
"set_eye_shape" = "设置眼睛形状";
"set_logo_if_selected" = "如果有选择的Logo设置Logo";
// Keyboard Toolbar
"clear" = "清空";
"copy" = "复制";
"paste" = "粘贴";
"next" = "下一个";
"previous" = "上一个";
// Form Components
"sample_form" = "示例表单";
"basic_info" = "基本信息";
"enter_username" = "请输入用户名";
"enter_email" = "请输入邮箱";
"actions" = "操作";
// Models - History Enums
"scanned" = "扫描获得";
"manually_created" = "手动创建";
"barcode" = "条形码";
"qr_code" = "二维码";
"foreground_color" = "前景色";
"background_color" = "背景色";
"dot_type" = "点类型";
"eye_type" = "眼睛类型";
"custom_logo" = "自定义Logo";
// Models - Barcode Validator
"numbers_0_9" = "数字 (0-9)";
"ean_13_must_be_13_digits" = "EAN-13必须是13位数字";
"ean_8_must_be_8_digits" = "EAN-8必须是8位数字";
"upc_e_must_be_8_digits" = "UPC-E必须是8位数字";
"code_39_characters" = "字母 (A-Z)、数字 (0-9)、空格、特殊字符 (- + . / $ ( ) %)";
"code_39_only_contains" = "Code 39只能包含字母、数字、空格和特殊字符";
"code_128_characters" = "所有ASCII字符 (0-127)";
"code_128_only_contains" = "Code 128只能包含ASCII字符";
"itf_14_must_be_14_digits" = "ITF-14必须是14位数字";
"itf_14_only_digits" = "ITF-14只能包含数字";
"codabar_characters" = "数字 (0-9)、字母 (A-D)、特殊字符 (- + . / $ :)";
"codabar_only_contains" = "Codabar只能包含数字、字母A-D和特殊字符";
"pdf417_characters" = "所有ASCII字符 (0-127)";
"pdf417_only_contains" = "PDF417只能包含ASCII字符";
"data_matrix_characters" = "所有ASCII字符 (0-127)";
"data_matrix_only_contains" = "Data Matrix只能包含ASCII字符";
"aztec_characters" = "所有ASCII字符 (0-127)";
"aztec_only_contains" = "Aztec只能包含ASCII字符";
"maxi_code_characters" = "所有ASCII字符 (0-127)";
"maxi_code_only_contains" = "MaxiCode只能包含ASCII字符";
// Models - QR Code Style Models
"square" = "方形";
"circle" = "圆形";
"rounded_rect" = "圆角矩形";
"squircle" = "超椭圆";
"diamond" = "菱形";
"hexagon" = "六边形";
"star" = "星形";
"heart" = "心形";
"flower" = "花朵";
"gear" = "齿轮";
"abstract" = "抽象";
"arrow" = "箭头";
"blob" = "斑点";
"circuit" = "电路";
"crosshatch" = "交叉线";
"curve_pixel" = "曲线像素";
"diagonal" = "对角线";
"diagonal_stripes" = "对角条纹";
"donut" = "甜甜圈";
"drip_horizontal" = "水平滴落";
"drip_vertical" = "垂直滴落";
"flame" = "火焰";
"grid_2x2" = "2x2网格";
"grid_3x3" = "3x3网格";
"grid_4x4" = "4x4网格";
"horizontal" = "水平";
"koala" = "考拉";
"pointy" = "尖角";
"razor" = "剃刀";
"rounded_end_indent" = "圆角缩进";
"rounded_path" = "圆角路径";
"rounded_triangle" = "圆角三角形";
"sharp" = "尖锐";
"shiny" = "闪亮";
"spiky_circle" = "尖刺圆形";
"stitch" = "缝合";
"vertical" = "垂直";
"vortex" = "漩涡";
"wave" = "波浪";
"wex" = "Wex";
// Models - QR Code Eye Types
"arc" = "弧形";
"bars_horizontal" = "水平条";
"bars_vertical" = "垂直条";
"cloud" = "云朵";
"cloud_circle" = "云朵圆形";
"cornered_pixels" = "角像素";
"dot_drag_horizontal" = "水平拖拽点";
"dot_drag_vertical" = "垂直拖拽点";
"edges" = "边缘";
"explode" = "爆炸";
"eye" = "眼睛";
"fabric_scissors" = "剪刀";
"fireball" = "火球";
"headlight" = "头灯";
"hole_punch" = "打孔";
"leaf" = "叶子";
"peacock" = "孔雀";
"pinch" = "捏合";
"pixels" = "像素";
"rounded_outer" = "圆角外";
"rounded_pointing_in" = "圆角向内";
"rounded_pointing_out" = "圆角向外";
"shield" = "盾牌";
"square_peg" = "方形钉";
"surrounding_bars" = "环绕条";
"teardrop" = "泪滴";
"ufo" = "UFO";
"ufo_rounded" = "圆角UFO";
"use_pixel_shape" = "使用像素形状";
// Models - QR Code Logo Types
"scan_me" = "扫描我";
"gmail" = "Gmail";
"paypal" = "PayPal";
"google_playstore" = "Google Play";
"spotify" = "Spotify";
"telegram" = "Telegram";
"whats_app" = "WhatsApp";
"linked_in" = "LinkedIn";
"tik_tok" = "TikTok";
"snapchat" = "Snapchat";
"youtube" = "YouTube";
"x" = "X";
"pinterest" = "Pinterest";
"instagram" = "Instagram";
"facebook" = "Facebook";
// Models - QR Code Parser
"text_information" = "文本信息";
"wifi_network" = "Wi-Fi网络";
"network_name" = "网络名称";
"not_set" = "无";
"email_address" = "邮箱地址";
"phone_number" = "电话号码";
"sms" = "短信";
"number" = "号码";
"contact_information" = "联系人信息";
"name" = "姓名";
"email" = "邮箱";
"company" = "公司";
"job_title" = "职位";
"address" = "地址";
"website" = "网站";
"nickname" = "昵称";
"birthday" = "生日";
"note" = "备注";
"calendar_event" = "日历事件";
"event" = "事件";
"start" = "开始";
"end" = "结束";
"description" = "描述";
"year" = "年";
"month" = "月";
"day" = "日";
"url" = "网址";
"tiktok" = "TikTok";
"whatsapp" = "WhatsApp";
"linkedin" = "LinkedIn";
"x_platform" = "X";
"url_link" = "网址链接";
"user_id" = "用户ID";
"search" = "搜索";
// Models - Core Data Manager
"core_data_load_failed" = "Core Data 加载失败: %@";
"architecture_mismatch_detected" = "🔄 检测到架构不匹配,删除现有数据库文件";
"core_data_reload_failed" = "❌ 重新加载Core Data失败: %@";
"core_data_reload_success" = "✅ Core Data重新加载成功";
"core_data_save_success" = "✅ Core Data保存成功";
"core_data_save_failed" = "❌ Core Data保存失败: %@";
"error_details" = "❌ 错误详情: %@";
"error_domain" = "❌ 错误域: %@";
// 二维码预览
"cannot_generate_qr_code" = "无法生成二维码";
// 功能特色描述
"scan_feature_title" = "扫描功能";
"scan_feature_description" = "支持扫描二维码和条形码,自动识别类型并保存到历史记录";
"create_feature_title" = "创建功能";
"create_feature_description" = "可以手动创建各种类型的二维码和条形码";
"history_feature_title" = "历史记录";
"history_feature_description" = "自动保存所有扫描和创建的码,支持收藏和管理";
// QR Code Saved View
"qr_code_saved_title" = "二维码已保存";
"saving" = "保存中...";
"qr_code_saved_to_photos" = "二维码已保存到相册";
"save_failed" = "保存失败:%@";
"photo_permission_required" = "需要相册权限才能保存图片,请在设置中开启";
// Image Composer View
"add_to_picture_title" = "添加到图片";
// Barcode Character Hint View
"numbers" = "数字";
"letters" = "字母";
"special_characters" = "特殊字符";
"symbols" = "符号";
"control_characters" = "控制字符";
"all_ascii" = "所有ASCII";
// QR Code Style View
"colors" = "颜色";
"dot_types" = "点类型";
"eyes" = "眼睛";
"logo" = "Logo";
// Scanner View
"scanner_title" = "扫描器";
// Settings View
// Logger
"debug" = "调试";
"info" = "信息";
"warning" = "警告";
"error" = "错误";
"success" = "成功";
// Phone Input
"phone" = "电话";
"sms_content" = "短信内容";
"enter_phone_number" = "输入电话号码,支持国际格式";
"enter_sms_content" = "输入短信内容,将生成可发送的链接";
"phone_placeholder" = "+1 (555) 123-4567";
"sms_placeholder" = "输入短信内容";
"format_instructions" = "格式说明";
"phone_format_hint" = "• 支持国际格式:+1 (555) 123-4567\n• 或本地格式:(555) 123-4567\n• 将生成 tel: 链接";
"sms_format_hint" = "• 输入电话号码和短信内容\n• 将生成 SMSTO: 链接\n• 用户点击可直接发送短信";
// Contact Input
"contact" = "联系人";
"contact_phone_placeholder" = "+1 (555) 123-4567";
"contact_email_placeholder" = "user@example.com";
"contact_website_placeholder" = "https://example.com";
"contact_address_placeholder" = "输入地址";
"contact_note_placeholder" = "输入备注";
"contact_format_hint" = "• 填写联系人信息\n• 将生成 vCard 格式\n• 可导入到手机通讯录";
"company_name" = "公司名称";
"title_name" = "职位名称";
"detailed_address" = "详细地址";
"select_birthday" = "选择生日";
"note_info" = "备注信息";
// WiFi Input
"wifi" = "WiFi";
"wifi_password" = "WiFi密码";
"wifi_password_placeholder" = "WiFi密码";
"no_encryption" = "无加密";
// Email Input
"email_subject" = "主题";
"email_cc" = "抄送";
"email_bcc" = "密送";
"email_subject_placeholder" = "邮件主题";
"email_body_placeholder" = "输入邮件正文内容...";
"email_cc_placeholder" = "cc@example.com";
"email_bcc_placeholder" = "bcc@example.com";
"email_format_hint" = "• 填写邮件信息\n• 将生成 mailto: 链接\n• 用户点击可打开邮件应用";
"cc_address" = "抄送地址";
"bcc_address" = "密送地址";
"cc_email_placeholder" = "cc@example.com";
"bcc_email_placeholder" = "bcc@example.com";
// Location Input
"location" = "位置";
"location_name_placeholder" = "例如:纽约时代广场";
"latitude_placeholder" = "40.7589";
"longitude_placeholder" = "-73.9851";
"location_format_hint" = "• 输入位置名称和坐标\n• 将生成 geo: 链接\n• 用户点击可打开地图应用";
// URL Input
"website_url" = "网址";
"url_placeholder" = "https://www.example.com";
"url_format_hint" = "• 可以输入完整URLhttps://www.example.com\n• 或输入域名www.example.com\n• 系统会自动添加https://前缀";
"preview_url" = "预览URL";
// Text Input
"text" = "文本";
"text_content" = "文本内容";
"text_placeholder" = "输入文本内容...";
// Validation Messages
"format_error" = "格式错误";
"field_required" = "%@为必填项";
"field_format_incorrect" = "%@格式不正确";
"ean_13_format_hint" = "请输入13位数字1234567890123";
"ean_8_format_hint" = "请输入8位数字12345678";
"upc_e_format_hint" = "请输入8位数字12345678";
"code_39_format_hint" = "请输入字母、数字、空格和特殊字符";
"code_128_format_hint" = "请输入任意ASCII字符";
"itf_14_format_hint" = "请输入14位数字12345678901234";
"pdf417_format_hint" = "请输入任意ASCII字符";
// Input Placeholders
"input_13_digits" = "输入13位数字";
"input_8_digits" = "输入8位数字";
"input_letters_numbers" = "输入字母、数字等";
"input_any_characters" = "输入任意字符";
"input_14_digits" = "输入14位数字";
"please_enter_content" = "请输入内容";
// Text Editor
"long_text" = "长文本";
"email_body" = "邮件正文";
"enter_description_content" = "请输入描述内容...";
"enter_long_text_content" = "请输入长文本内容...";
"enter_email_body_content" = "输入邮件正文内容...";
// Input Fields
"enter_password" = "请输入密码";
// Barcode Detail
"unfavorite" = "取消收藏";
"favorite" = "收藏";
"content_copied_to_clipboard" = "内容已复制到剪贴板";
// QR Code Parser
"sms_number_content" = "号码: %@\n内容: %@";
"contact_name" = "姓名: %@";
"contact_phone" = "电话: %@";
"contact_email" = "邮箱: %@";
"contact_company" = "公司: %@";
"contact_title" = "职位: %@";
"contact_address" = "地址: %@";
"contact_website" = "网站: %@";
"unknown_content" = "未知内容";
"no_codes_detected_in_image" = "图片中未检测到二维码或条形码";
// History Enums
"style_description_format" = "前景色: %@, 背景色: %@, 点类型: %@, 眼睛类型: %@";
"style_logo_format" = ", Logo: %@";
// QR Code Parser - Additional
"wifi_network_info" = "网络名称: %@\n加密类型: %@\n密码: %@";
"password_set" = "已设置";
"geolocation" = "地理位置";
"geolocation_coordinates" = "纬度: %@\n经度: %@";
"calendar_event_info" = "事件: %@\n开始: %@\n结束: %@";
"calendar_event_location" = "\n地点: %@";
"calendar_event_description" = "\n描述: %@";
"instagram_username" = "用户名: %@";
"facebook_profile_id" = "用户ID: %@";
"spotify_search_query" = "搜索: %@";
"twitter_username" = "用户名: %@";
"whatsapp_phone_number" = "电话号码: %@";
"viber_phone_number" = "电话号码: %@";
"snapchat_username" = "用户名: %@";
"tiktok_username" = "用户名: %@";
"contact_nickname" = "昵称: %@";
"contact_birthday" = "生日: %@";
"contact_note" = "备注: %@";
"birthday_format" = "%@年%@月%@日";
// Language Manager
"chinese_language" = "中文";
"system_language" = "跟随系统";
// Input Component Factory
"input_any_text_content" = "输入任意文本内容...";
"input_phone_number" = "输入电话号码...";
"input_sms_content" = "输入短信内容...";
"input_wifi_info" = "输入WiFi信息...";
"input_contact_info" = "输入联系人信息...";
"input_location_info" = "输入地理位置...";
"input_calendar_event_info" = "输入日历事件信息...";
"input_instagram_username" = "输入Instagram用户名...";
"input_facebook_user_id_or_link" = "输入Facebook用户ID或链接...";
"input_artist_and_song_info" = "输入艺术家和歌曲信息...";
"input_x_info" = "输入X信息...";
"input_whatsapp_phone_number" = "输入WhatsApp电话号码+1234567890...";
"input_viber_phone_number" = "输入Viber电话号码+1234567890...";
"input_snapchat_info" = "输入Snapchat信息...";
"input_tiktok_info" = "输入TikTok信息...";
"input_email_content" = "输入邮件内容...";
"input_website_url" = "输入网址...";
// Color Names
"black" = "黑色";
"white" = "白色";
"red" = "红色";
"blue" = "蓝色";
"green" = "绿色";
"yellow" = "黄色";
"purple" = "紫色";
"orange" = "橙色";
"pink" = "粉色";
"cyan" = "青色";
"magenta" = "洋红色";
"brown" = "棕色";
"gray" = "灰色";
"navy" = "海军蓝";
"teal" = "蓝绿色";
"indigo" = "靛蓝色";
"lime" = "青柠色";
"maroon" = "栗色";
"olive" = "橄榄色";
"silver" = "银色";
// 应用权限管理
"manage_app_permissions" = "管理此应用的相机和相册权限。";
// 应用名称
"app_name" = "MyQrCode";
// 导航
"back" = "返回";
"edit" = "编辑";
"history" = "历史记录";
"scan" = "扫描";
// 条形码详情
"barcode_detail_content" = "条形码内容";
"barcode_detail_copy" = "复制条形码";
"barcode_detail_share" = "分享条形码";
"barcode_detail_title" = "条形码详情";
"barcode_detail_type" = "条形码类型";
"barcode_preview_save" = "保存条形码";
"barcode_preview_share" = "分享条形码";
"barcode_preview_title" = "条形码预览";
// 代码类型
"code_type_calendar" = "日历";
"code_type_contact" = "联系人";
"code_type_email" = "邮箱";
"code_type_location" = "位置";
"code_type_phone" = "电话";
"code_type_selection_title" = "选择代码类型";
"code_type_sms" = "短信";
"code_type_social" = "社交";
"code_type_text" = "文本";
"code_type_url" = "网址";
"code_type_wifi" = "WiFi";
// 创建代码
"create_code_content" = "创建代码内容";
"create_code_generate" = "生成代码";
"create_code_title" = "创建代码";
"create_code_type" = "创建代码类型";
"create_qrcode_content" = "创建二维码内容";
"create_qrcode_generate" = "生成二维码";
"create_qrcode_title" = "创建二维码";
"create_qrcode_type" = "创建二维码类型";
// 历史记录
"history_copy" = "复制历史记录";
"history_delete" = "删除历史记录";
"history_empty" = "历史记录为空";
"history_favorite" = "收藏历史记录";
"history_share" = "分享历史记录";
"history_title" = "历史记录";
"history_unfavorite" = "取消收藏历史记录";
// 输入组件
"input_calendar_content" = "输入日历内容";
"input_contact_content" = "输入联系人内容";
"input_field_content" = "输入字段内容";
"input_field_placeholder" = "输入字段占位符";
"input_field_title" = "输入字段标题";
"input_hint_content" = "输入提示内容";
"input_hint_title" = "输入提示标题";
"input_location_content" = "输入位置内容";
"input_phone_content" = "输入电话内容";
"input_social_content" = "输入社交内容";
"input_title_text" = "输入标题文本";
"input_url_content" = "输入网址内容";
"input_wifi_content" = "输入WiFi内容";
// 键盘工具栏
"keyboard_toolbar_cancel" = "取消";
"keyboard_toolbar_done" = "完成";
// 列表视图
"list_view_empty" = "列表为空";
"list_view_title" = "列表标题";
// 通用
"no" = "否";
"no_more_data" = "没有更多数据";
"ok" = "确定";
"yes" = "是";
// 权限状态
"permission_authorized" = "已授权";
"permission_denied" = "已拒绝";
"permission_denied_title" = "权限被拒绝";
"permission_denied_message" = "权限被拒绝。请在系统设置中手动开启权限,或点击\"打开设置\"按钮直接跳转到设置页面。";
"permission_limited" = "有限";
"permission_not_determined" = "未确定";
"permission_restricted" = "受限制";
"photo_library_permission" = "相册权限";
"camera" = "相机";
"photo" = "相册";
"requesting_permission" = "请求中...";
"wifi_password_copied" = "WiFi密码已复制到剪贴板";
"wifi_setup_instruction" = "请前往系统设置 > WiFi 手动连接网络";
"wifi_manual_setup_instruction" = "请手动设置WiFi\n网络名称%@\n密码%@\n\n前往设置 > WiFi > 选择网络 > 输入密码";
"wifi_connecting" = "正在尝试连接WiFi网络...";
"wifi_connected_successfully" = "WiFi连接成功";
"wifi_connection_failed" = "WiFi连接失败";
"wifi_opened_settings" = "已打开系统WiFi设置";
"wifi_user_denied" = "用户拒绝了WiFi连接请求";
"wifi_already_connected" = "已经连接到该WiFi网络";
"wifi_invalid_ssid" = "无效的WiFi网络名称";
"wifi_invalid_password" = "WiFi密码格式无效";
// 联系人相关
"contact_added_successfully" = "联系人已成功添加到通讯录";
"contact_add_failed" = "添加联系人失败";
"contact_permission_denied" = "需要通讯录权限才能添加联系人";
"contact_permission_limited" = "通讯录权限受限";
"contact_permission_unknown" = "通讯录权限状态未知";
"contact_parse_failed" = "解析联系人信息失败";
"phone_call_initiated" = "正在拨打电话...";
"phone_call_failed" = "拨打电话失败";
"phone_call_not_supported" = "设备不支持拨打电话";
"invalid_phone_number" = "无效的电话号码";
"sms_app_opened" = "已打开短信应用";
"sms_app_failed" = "打开短信应用失败";
"sms_app_not_supported" = "设备不支持短信功能";
"contact" = "联系人";
// 按钮标签
"add_contact" = "添加联系人";
"call" = "打电话";
"message" = "发短信";
"send_sms" = "发送短信";
"add_to_calendar" = "添加到日历";
"calendar_event_added_successfully" = "事件已成功添加到日历";
"calendar_event_add_failed" = "添加事件到日历失败";
"calendar_permission_denied" = "需要日历权限才能添加事件";
"calendar_permission_unknown" = "日历权限状态未知";
"calendar_invalid_start_time" = "开始时间格式无效";
"calendar_save_failed" = "保存事件失败";
"send_email" = "发送邮件";
"email_app_failed" = "无法打开邮件应用";
"email_subject" = "邮件主题";
"email_body" = "邮件内容";
"calendar_event_title" = "事件标题";
"calendar_start_time" = "开始时间";
"calendar_end_time" = "结束时间";
"calendar_location" = "地点";
"calendar_description" = "描述";
"open_instagram" = "打开Instagram";
"open_facebook" = "打开Facebook";
"open_x" = "打开X";
"open_whatsapp" = "打开WhatsApp";
"open_viber" = "打开Viber";
"open_spotify" = "打开Spotify";
"app_open_failed" = "无法打开应用";
"spotify_track" = "歌曲: %@";
"spotify_album" = "专辑: %@";
"spotify_artist" = "艺术家: %@";
"spotify_playlist" = "播放列表: %@";
"sms_phone_number" = "电话号码";
"sms_message" = "短信内容";
"copy_password" = "复制密码";
"connect_wifi" = "连接WiFi";
"open_link" = "打开链接";
"favorite" = "收藏";
"copy" = "复制";
// 联系人信息字段
"name" = "姓名";
"phone" = "电话";
"email" = "邮箱";
"organization" = "公司";
"title" = "职位";
"address" = "地址";
// 选择器视图
"picker_view_cancel" = "取消选择";
"picker_view_done" = "完成选择";
"picker_view_title" = "选择器标题";
// 隐私政策
"privacy_policy" = "隐私政策";
// 二维码详情
"qrcode_detail_content" = "二维码内容";
"qrcode_detail_copy" = "复制二维码";
"qrcode_detail_share" = "分享二维码";
"qrcode_detail_title" = "二维码详情";
"qrcode_detail_type" = "二维码类型";
"qrcode_preview_save" = "保存二维码";
"qrcode_preview_share" = "分享二维码";
"qrcode_preview_title" = "二维码预览";
// 工具提示
"utility_error" = "错误";
"utility_info" = "信息";
"utility_success" = "成功";
"utility_warning" = "警告";