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.

763 lines
30 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
"app_name" = "MyQrCode";
"settings" = "Настройки";
"scan" = "Сканировать";
"create" = "Создать";
"history" = "История";
"about" = "О приложении";
// Language Manager
"chinese_language" = "Китайский";
"system_language" = "Система";
// Input Component Factory
"input_any_text_content" = "Введите любой текстовый контент...";
"input_url_content" = "Введите URL...";
"input_email_content" = "Введите адрес электронной почты...";
"input_phone_content" = "Введите номер телефона...";
"input_sms_content" = "Введите SMS сообщение...";
"input_wifi_content" = "Введите информацию WiFi...";
"input_contact_content" = "Введите контактную информацию...";
"input_calendar_content" = "Введите событие календаря...";
"input_location_content" = "Введите информацию о местоположении...";
"input_social_content" = "Введите информацию социальных сетей...";
// Input Field View
"input_field_title" = "Заголовок";
"input_field_content" = "Содержание";
"input_field_placeholder" = "Заполнитель";
// Input Hint View
"input_hint_title" = "Подсказка";
"input_hint_content" = "Содержание подсказки";
// Input Title View
"input_title_text" = "Текст заголовка";
// Keyboard Toolbar View
"keyboard_toolbar_done" = "Готово";
"keyboard_toolbar_cancel" = "Отмена";
// List View
"list_view_title" = "Вид списка";
"list_view_empty" = "Список пуст";
// Picker View
"picker_view_title" = "Выбор";
"picker_view_cancel" = "Отмена";
"picker_view_done" = "Готово";
// QRCode Preview View
"qrcode_preview_title" = "Предварительный просмотр QR-кода";
"qrcode_preview_save" = "Сохранить";
"qrcode_preview_share" = "Поделиться";
// Utility Functions
"utility_success" = "Успех";
"utility_error" = "Ошибка";
"utility_warning" = "Предупреждение";
"utility_info" = "Информация";
// Barcode Detail View
"barcode_detail_title" = "Детали штрих-кода";
"barcode_detail_type" = "Тип";
"barcode_detail_content" = "Содержание";
"barcode_detail_copy" = "Копировать";
"barcode_detail_share" = "Поделиться";
// Barcode Preview View
"barcode_preview_title" = "Предварительный просмотр штрих-кода";
"barcode_preview_save" = "Сохранить";
"barcode_preview_share" = "Поделиться";
// Code Type Selection View
"code_type_selection_title" = "Выбор типа кода";
"code_type_text" = "Текст";
"code_type_url" = "URL";
"code_type_email" = "Электронная почта";
"code_type_phone" = "Телефон";
"code_type_sms" = "SMS";
"code_type_wifi" = "WiFi";
"code_type_contact" = "Контакт";
"code_type_calendar" = "Календарь";
"code_type_location" = "Местоположение";
"code_type_social" = "Социальные сети";
// Create QR Code View
"create_qrcode_title" = "Создать QR-код";
"create_qrcode_type" = "Тип";
"create_qrcode_content" = "Содержание";
"create_qrcode_generate" = "Создать";
// Create Code View
"create_code_title" = "Создать код";
"create_code_type" = "Тип";
"create_code_content" = "Содержание";
"create_code_generate" = "Создать";
// History View
"history_title" = "История";
"history_empty" = "История пуста";
"history_delete" = "Удалить";
"history_share" = "Поделиться";
"history_copy" = "Копировать";
"history_favorite" = "Избранное";
"history_unfavorite" = "Убрать из избранного";
// QR Code Detail View
"qrcode_detail_title" = "Детали QR-кода";
"qrcode_detail_type" = "Тип";
"qrcode_detail_content" = "Содержание";
"qrcode_detail_copy" = "Копировать";
"qrcode_detail_share" = "Поделиться";
// Settings View
"select_app_language" = "Выберите язык приложения";
"language" = "Язык";
"app_info" = "Информация о приложении";
"version" = "Версия";
"version_number" = "1.0.0";
"build_version" = "Сборка";
"build_number" = "1";
"app_permissions" = "Разрешения приложения";
"manage_app_permissions" = "Управление разрешениями камеры и фотобиблиотеки для этого приложения.";
"privacy_policy" = "Политика конфиденциальности";
"view_privacy_policy" = "Ознакомьтесь с нашей политикой конфиденциальности и практиками обработки данных.";
// App Permissions View
"camera_permission" = "Разрешение камеры";
"photo_library_permission" = "Разрешение фотобиблиотеки";
"permission_authorized" = "Разрешено";
"permission_denied" = "Отклонено";
"permission_restricted" = "Ограничено";
"permission_not_determined" = "Не определено";
"permission_limited" = "Ограничено";
"request_permission" = "Запросить разрешение";
"open_settings" = "Открыть настройки";
"permission_granted" = "Разрешение предоставлено";
// Navigation
"back" = "Назад";
"next" = "Далее";
"cancel" = "Отмена";
"save" = "Сохранить";
"delete" = "Удалить";
"edit" = "Редактировать";
"done" = "Готово";
// Common
"ok" = "OK";
"yes" = "Да";
"no" = "Нет";
"loading" = "Загрузка...";
"error" = "Ошибка";
"success" = "Успех";
"warning" = "Предупреждение";
"info" = "Информация";
// Pagination
"load_more" = "Загрузить еще";
"no_more_data" = "Больше данных нет";
"loading_more" = "Загрузка еще...";
// History
"no_history_records" = "Записей истории нет";
// Missing keys (using English as fallback)
"abstract" = "Abstract";
"actions" = "Actions";
"add_content" = "Add Content";
"add_to_image" = "Add to Image";
"add_to_picture" = "Add to Picture";
"add_to_picture_button" = "Add to Picture Button";
"add_to_picture_title" = "Add to Picture";
"added_to_favorites" = "Added to favorites";
"address" = "Address";
"all" = "All";
"all_ascii" = "All ASCII";
"allowed_characters" = "Allowed characters: %@";
"app_description" = "Scan QR codes and barcodes with ease";
"app_description_long" = "QR Scanner is a powerful QR code and barcode scanning app that supports multiple barcode format recognition and creation.";
"app_title" = "MyQrCode";
"arc" = "Arc";
"architecture_mismatch_detected" = "🔄 Architecture mismatch detected, deleting existing database file";
"arrow" = "Arrow";
"artist" = "Artist";
"authorized" = "Authorized";
"auto_result_1s" = "Result will be shown in 1 second";
"aztec_characters" = "All ASCII characters (0-127)";
"aztec_only_contains" = "Aztec can only contain ASCII characters";
"background_color" = "Background Color";
"barcode" = "Barcode";
"barcode_content" = "Barcode Content";
"barcode_detail" = "Barcode Detail";
"barcode_format_incorrect" = "Barcode format incorrect";
"barcode_type" = "Barcode Type";
"bars_horizontal" = "Horizontal Bars";
"bars_vertical" = "Vertical Bars";
"basic_info" = "Basic Information";
"bcc_address" = "BCC Address";
"bcc_email_placeholder" = "bcc@example.com";
"birthday" = "Birthday";
"birthday_format" = "%@-%@-%@";
"black" = "Black";
"blob" = "Blob";
"blue" = "Blue";
"brown" = "Brown";
"calendar" = "Calendar";
"calendar_content_format" = "Event: %@";
"calendar_event" = "Calendar Event";
"calendar_event_description" = "\nDescription: %@";
"calendar_event_info" = "Event: %@\nStart: %@\nEnd: %@";
"calendar_event_location" = "\nLocation: %@";
"calendar_format_hint" = "• Fill in event information\n• Will generate calendar event format\n• Can be imported to calendar app";
"camera_permission_denied" = "Camera access has been denied. Please enable camera permission in Settings to use the scanner.";
"camera_permission_description" = "Required to scan QR codes and barcodes using your device's camera.";
"camera_permission_restricted" = "Camera access is restricted. Please check your device settings or contact your administrator.";
"camera_permission_title" = "Camera Permission Required";
"camera_permission_unknown" = "Camera permission status is unknown. Please check your device settings.";
"cannot_generate_barcode" = "Cannot generate barcode";
"cannot_generate_qr_code" = "Cannot generate QR code";
"cannot_generate_qrcode" = "Cannot generate QR code";
"cc_address" = "CC Address";
"cc_email_placeholder" = "cc@example.com";
"character_count" = "%d/%d";
"character_type" = "Character Type:";
"check_input_format" = "Please check input content format";
"check_photo_permission" = "Check Photo Permission";
"circle" = "Circle";
"circuit" = "Circuit";
"clear" = "Clear";
"clear_history" = "Clear History";
"clear_history_warning" = "This action will delete all history records and cannot be undone";
"close" = "Close";
"close_button" = "Close";
"cloud" = "Cloud";
"cloud_circle" = "Cloud Circle";
"codabar_characters" = "Numbers (0-9), Letters (A-D), Special Characters (- + . / $ :)";
"codabar_only_contains" = "Codabar can only contain numbers, letters A-D and special characters";
"code_128_characters" = "All ASCII characters (0-127)";
"code_128_format_hint" = "Please enter any ASCII characters";
"code_128_only_contains" = "Code 128 can only contain ASCII characters";
"code_39_characters" = "Letters (A-Z), Numbers (0-9), Space, Special Characters (- + . / $ ( ) %)";
"code_39_format_hint" = "Please enter letters, numbers, spaces and special characters";
"code_39_only_contains" = "Code 39 can only contain letters, numbers, spaces and special characters";
"color_selection" = "Color Selection";
"colors" = "Colors";
"compact_card" = "Compact Card";
"company" = "Company";
"company_name" = "Company Name";
"complete" = "Complete";
"confirm" = "Confirm";
"confirm_delete" = "Confirm Delete";
"confirm_delete_record" = "Are you sure you want to delete this record?\nContent: %@";
"connection_failed_check_network" = "Cannot connect to server, please check network connection";
"contact" = "Contact";
"contact_address" = "Address: %@";
"contact_address_format" = "\nAddress: %@";
"contact_address_placeholder" = "Enter address";
"contact_birthday" = "Birthday: %@";
"contact_company" = "Company: %@";
"contact_company_format" = "\nCompany: %@";
"contact_content_prefix" = "Contact: ";
"contact_email" = "Email: %@";
"contact_email_format" = "\nEmail: %@";
"contact_email_placeholder" = "user@example.com";
"contact_format_hint" = "• Fill in contact information\n• Will generate vCard format\n• Can be imported to phone contacts";
"contact_information" = "Contact Information";
"contact_name" = "Name: %@";
"contact_nickname" = "Nickname: %@";
"contact_nickname_format" = " (%@)";
"contact_note" = "Note: %@";
"contact_note_format" = "\nNote: %@";
"contact_note_placeholder" = "Enter note";
"contact_phone" = "Phone: %@";
"contact_phone_format" = "\nPhone: %@";
"contact_phone_placeholder" = "+1 (555) 123-4567";
"contact_title" = "Title: %@";
"contact_title_format" = "\nTitle: %@";
"contact_website" = "Website: %@";
"contact_website_format" = "\nWebsite: %@";
"contact_website_placeholder" = "https://example.com";
"content" = "Content";
"content_copied_to_clipboard" = "Content copied to clipboard";
"content_input_area" = "Content Input Area";
"content_length" = "Content Length: %d characters";
"control_characters" = "Control Characters";
"coordinate_format_details" = "• Latitude range: -90 to 90\n• Longitude range: -180 to 180\n• Use decimal points, e.g.: 40.7589";
"coordinate_format_help" = "Coordinate Format Help";
"copy" = "Copy";
"copy_content" = "Copy Content";
"core_data_load_failed" = "Core Data load failed: %@";
"core_data_reload_failed" = "❌ Core Data reload failed: %@";
"core_data_reload_success" = "✅ Core Data reload successful";
"core_data_save_failed" = "❌ Core Data save failed: %@";
"core_data_save_success" = "✅ Core Data save successful";
"cornered_pixels" = "Cornered Pixels";
"create_data_type" = "Create %@";
"create_feature_description" = "Can manually create various types of QR codes and barcodes";
"create_feature_title" = "Create Feature";
"create_first_record" = "Create First Record";
"create_qr_code" = "Create QR Code";
"create_qr_code_document" = "Create QR Code Document";
"created" = "Created";
"crosshatch" = "Crosshatch";
"current_language" = "Current Language: %@";
"curve_pixel" = "Curve Pixel";
"custom" = "Custom";
"custom_logo" = "Custom Logo";
"custom_qr_code_style" = "Custom QR Code Style";
"custom_style" = "Custom Style";
"cyan" = "Cyan";
"data_content" = "Data Content";
"data_matrix_characters" = "All ASCII characters (0-127)";
"data_matrix_only_contains" = "Data Matrix can only contain ASCII characters";
"data_type" = "Data Type";
"data_type_created_successfully" = "%@ created successfully!";
"day" = "Day";
"days_ago" = "%d days ago";
"debug" = "Debug";
"decode_failed" = "Decode Failed";
"decorate_code" = "Decorate Code";
"delete_confirmation" = "Delete Confirmation";
"denied" = "Denied";
"description" = "Description";
"detailed_address" = "Detailed Address";
"detected_codes" = "Codes Detected";
"diagonal" = "Diagonal";
"diagonal_stripes" = "Diagonal Stripes";
"diamond" = "Diamond";
"donut" = "Donut";
"dot_drag_horizontal" = "Horizontal Dot Drag";
"dot_drag_vertical" = "Vertical Dot Drag";
"dot_type" = "Dot Type";
"dot_type_selection" = "Dot Type Selection";
"dot_types" = "Dot Types";
"drip_horizontal" = "Horizontal Drip";
"drip_vertical" = "Vertical Drip";
"ean_13_format_hint" = "Please enter 13 digits, e.g.: 1234567890123";
"ean_13_must_be_13_digits" = "EAN-13 must be 13 digits";
"ean_8_format_hint" = "Please enter 8 digits, e.g.: 12345678";
"ean_8_must_be_8_digits" = "EAN-8 must be 8 digits";
"edges" = "Edges";
"email" = "Email";
"email_address" = "Email Address";
"email_bcc" = "BCC";
"email_bcc_format" = "\nBCC: %@";
"email_bcc_placeholder" = "bcc@example.com";
"email_body" = "Email Body";
"email_body_placeholder" = "Enter email body content...";
"email_cc" = "CC";
"email_cc_format" = "\nCC: %@";
"email_cc_placeholder" = "cc@example.com";
"email_content_format" = "Email: %@\nSubject: %@\nBody: %@";
"email_format_hint" = "• Fill in email information\n• Will generate mailto: link\n• Users can click to open email app";
"email_subject" = "Subject";
"email_subject_placeholder" = "Email Subject";
"encryption_type" = "Encryption Type";
"end" = "End";
"end_time" = "End Time";
"end_time_must_be_after_start_time" = "End time must be after start time";
"enter_artist_name" = "Enter artist name";
"enter_description_content" = "Please enter description content...";
"enter_email" = "Please enter email";
"enter_email_body_content" = "Enter email body content...";
"enter_long_text_content" = "Please enter long text content...";
"enter_password" = "Please enter password";
"enter_phone_number" = "Enter phone number, supports international format";
"enter_sms_content" = "Enter SMS content, will generate sendable link";
"enter_song_name" = "Enter song name";
"enter_username" = "Please enter username";
"error_details" = "❌ Error details: %@";
"error_domain" = "❌ Error domain: %@";
"error_hint" = "This is an error hint";
"error_occurred" = "Error Occurred";
"event" = "Event";
"event_description" = "Event Description";
"event_description_placeholder" = "Event Description";
"event_location" = "Event Location";
"event_location_placeholder" = "Meeting Location";
"event_title" = "Event Title";
"event_title_placeholder" = "Meeting Title";
"existing_history_item" = "Existing History Item";
"existing_style_data" = "Existing Style Data";
"explode" = "Explode";
"eye" = "Eye";
"eye_type" = "Eye Type";
"eye_type_selection" = "Eye Type Selection";
"eyes" = "Eyes";
"fabric_scissors" = "Fabric Scissors";
"facebook" = "Facebook";
"facebook_hint" = "Enter Facebook user ID or link";
"facebook_placeholder" = "Username or link";
"facebook_profile_id" = "Profile ID: %@";
"favorite" = "Favorite";
"favorites" = "Favorites";
"features" = "Features";
"field_format_incorrect" = "%@ format is incorrect";
"field_required" = "%@ is required";
"fireball" = "Fireball";
"first_name" = "First Name";
"flame" = "Flame";
"flower" = "Flower";
"foreground_color" = "Foreground Color";
"format_checking" = "⚠ Format checking...";
"format_correct" = "✓ Format correct";
"format_error" = "Format Error";
"format_help" = "Format Help";
"format_instructions" = "Format Instructions";
"formatted_content" = "Formatted: %@";
"gear" = "Gear";
"generate_various_codes" = "Generate QR codes for text, links, WiFi, contacts and more";
"geolocation" = "Geolocation";
"geolocation_coordinates" = "Latitude: %@\nLongitude: %@";
"gmail" = "Gmail";
"google_playstore" = "Google Play";
"gray" = "Gray";
"green" = "Green";
"grid_2x2" = "2x2 Grid";
"grid_3x3" = "3x3 Grid";
"grid_4x4" = "4x4 Grid";
"headlight" = "Headlight";
"heart" = "Heart";
"hexagon" = "Hexagon";
"history_feature_description" = "Automatically save all scanned and created codes, support favorites and management";
"history_feature_title" = "History Records";
"history_records" = "History Records";
"hole_punch" = "Hole Punch";
"horizontal" = "Horizontal";
"hours_ago" = "%d hours ago";
"image_decode" = "Image Decode";
"image_save_helper" = "Image Save Helper";
"important_reminder" = "Important Reminder";
"indigo" = "Indigo";
"info_card" = "Information Card";
"info_card_description" = "This is an information card for displaying important tips.";
"info_hint" = "This is an information hint";
"input_13_digits" = "Input 13 digits";
"input_14_digits" = "Input 14 digits";
"input_8_digits" = "Input 8 digits";
"input_any_characters" = "Input any characters";
"input_artist_and_song_info" = "Input artist and song information...";
"input_calendar_event_info" = "Input calendar event information...";
"input_contact_info" = "Input contact information...";
"input_facebook_user_id_or_link" = "Input Facebook user ID or link...";
"input_hint" = "Input Hint";
"input_instagram_username" = "Input Instagram username...";
"input_letters_numbers" = "Input letters and numbers";
"input_location_info" = "Input location information...";
"input_phone_number" = "Input phone number...";
"input_snapchat_info" = "Input Snapchat information...";
"input_tiktok_info" = "Input TikTok information...";
"input_viber_phone_number" = "Input Viber phone number (e.g.: +1234567890)...";
"input_website_url" = "Input website URL...";
"input_whatsapp_phone_number" = "Input WhatsApp phone number (e.g.: +1234567890)...";
"input_wifi_info" = "Input WiFi information...";
"input_x_info" = "Input X information...";
"instagram" = "Instagram";
"instagram_hint" = "Enter Instagram username";
"instagram_placeholder" = "Username or link";
"instagram_username" = "Username: %@";
"item_format" = "Item %d";
"itf_14_format_hint" = "Please enter 14 digits, e.g.: 12345678901234";
"itf_14_must_be_14_digits" = "ITF-14 must be 14 digits";
"itf_14_only_digits" = "ITF-14 can only contain digits";
"job_title" = "Job Title";
"just_now" = "Just now";
"koala" = "Koala";
"language_changes_info" = "Language changes will take effect immediately";
"language_settings" = "Language Settings";
"last_name" = "Last Name";
"latitude" = "Latitude";
"latitude_placeholder" = "40.7589";
"leaf" = "Leaf";
"learn_more" = "Learn More";
"length_requirement" = "Length requirement: %d digits";
"letters" = "Letters";
"lime" = "Lime";
"limited" = "Limited";
"linked_in" = "LinkedIn";
"linkedin" = "LinkedIn";
"load_failed_retry" = "Load failed, please retry";
"loading_data" = "Loading data...";
"loading_state" = "Loading State";
"location" = "Location";
"location_content_format" = "Location: %@, %@";
"location_format_hint" = "• Enter location name and coordinates\n• Will generate geo: link\n• Users can click to open maps app";
"location_name" = "Location Name";
"location_name_placeholder" = "e.g.: Times Square, New York";
"logo" = "Logo";
"logo_selection" = "Logo Selection";
"long_text" = "Long Text";
"longitude" = "Longitude";
"longitude_placeholder" = "-73.9851";
"magenta" = "Magenta";
"manually_created" = "Manually Created";
"maroon" = "Maroon";
"max_characters_reached" = "Maximum characters reached";
"maxi_code_characters" = "All ASCII characters (0-127)";
"maxi_code_only_contains" = "MaxiCode can only contain ASCII characters";
"medium" = "Medium";
"minutes_ago" = "%d minutes ago";
"month" = "Month";
"name" = "Name";
"navy" = "Navy";
"near_character_limit" = "Near character limit";
"network_error" = "Network Error";
"network_name" = "Network Name";
"new_this_month" = "New this month";
"next_step" = "Next Step";
"nickname" = "Nickname";
"no_codes_detected_in_image" = "No QR codes or barcodes detected in image";
"no_content_yet" = "No content here yet";
"no_data" = "No Data";
"no_encryption" = "No Encryption";
"no_logo" = "No Logo";
"none" = "None";
"not_determined" = "Not Determined";
"not_set" = "Not Set";
"note" = "Note";
"note_info" = "Note Information";
"number" = "Number";
"numbers" = "Numbers";
"numbers_0_9" = "Numbers (0-9)";
"olive" = "Olive";
"open_link" = "Open Link";
"open_system_settings" = "Open Settings";
"operation_buttons" = "Operation Buttons";
"orange" = "Orange";
"original_content" = "Original Content";
"parsed_info" = "Parsed Information";
"password" = "Password";
"password_set" = "Set";
"paste" = "Paste";
"paypal" = "PayPal";
"pdf417_characters" = "All ASCII characters (0-127)";
"pdf417_format_hint" = "Please enter any ASCII characters";
"pdf417_only_contains" = "PDF417 can only contain ASCII characters";
"peacock" = "Peacock";
"permission_required" = "Permission Required";
"permissions_description" = "This app requires certain permissions to function properly. You can manage these permissions here or in your device's Settings app.";
"permissions_info" = "Permissions Information";
"phone" = "Phone";
"phone_content_format" = "Phone: %@";
"phone_format_hint" = "• Supports international format: +1 (555) 123-4567\n• Or local format: (555) 123-4567\n• Will generate tel: link";
"phone_number" = "Phone Number";
"phone_placeholder" = "+1 (555) 123-4567";
"phone_type" = "Phone Type";
"photo_permission" = "Photo Library Permission";
"photo_permission_description" = "Required to save generated QR codes and barcodes to your photo library.";
"photo_permission_required" = "Photo library permission required to save images, please enable in Settings";
"pinch" = "Pinch";
"pink" = "Pink";
"pinterest" = "Pinterest";
"pixels" = "Pixels";
"please_enter_content" = "Please enter content";
"please_enter_valid_format" = "Please enter content that matches %@ format";
"pointy" = "Pointy";
"preview" = "Preview";
"preview_area" = "Preview Area";
"preview_url" = "Preview URL";
"previous" = "Previous";
"purple" = "Purple";
"qr_code" = "QR Code";
"qr_code_creator" = "QR Code Creator";
"qr_code_detail" = "QR Code Detail";
"qr_code_has_style" = "This QR code has custom style, tap to edit";
"qr_code_image" = "QR Code Image";
"qr_code_saved" = "QR Code Saved";
"qr_code_saved_title" = "QR Code Saved";
"qr_code_saved_to_photos" = "QR code saved to photos";
"qr_code_type" = "QR Code Type";
"qrcode_created_successfully" = "QR code created successfully!";
"qrcode_type" = "QR Code Type";
"quick_create_scan" = "Quickly create and scan QR codes";
"razor" = "Razor";
"red" = "Red";
"removed_from_favorites" = "Removed from favorites";
"request_camera_permission" = "Grant Camera Access";
"rescan_button" = "Rescan";
"reselect_image" = "Reselect Image";
"restricted" = "Restricted";
"retry" = "Retry";
"return_home" = "Return Home";
"rounded_end_indent" = "Rounded End Indent";
"rounded_outer" = "Rounded Outer";
"rounded_path" = "Rounded Path";
"rounded_pointing_in" = "Rounded Pointing In";
"rounded_pointing_out" = "Rounded Pointing Out";
"rounded_rect" = "Rounded Rectangle";
"rounded_triangle" = "Rounded Triangle";
"sample_content" = "Sample content";
"sample_form" = "Sample Form";
"save_failed" = "Save failed: %@";
"save_failed_error" = "Save failed: %@";
"save_to_photos_button" = "Save to Photos Button";
"saving" = "Saving...";
"scan_error_message" = "Your device does not support scanning QR codes. Please use a device with a camera.";
"scan_error_title" = "Scan Error";
"scan_feature_description" = "Support scanning QR codes and barcodes, automatically identify types and save to history";
"scan_feature_title" = "Scan Feature";
"scan_instruction" = "Place QR code or barcode in the frame";
"scan_me" = "Scan Me";
"scan_or_create_to_start" = "Scan QR codes or manually create to start recording";
"scan_qr_code" = "Scan QR Code";
"scan_recognize" = "Scan & Recognize";
"scan_result" = "Scan Result:";
"scan_this_barcode" = "Scan this barcode";
"scan_this_qr_code" = "Scan this QR code";
"scanned" = "Scanned";
"scanner" = "Scanner";
"scanner_title" = "Barcode Scanner";
"scanning_line_style" = "Scanning Line Style";
"search" = "Search";
"search_history_records" = "Search history records...";
"select_background_image" = "Select Background Image";
"select_birthday" = "Select Birthday";
"select_code_instruction" = "Tap green markers to select the code to decode";
"select_date" = "Select Date";
"select_date_and_time" = "Select Date and Time";
"select_dot_type" = "Select Dot Type";
"select_eye_type" = "Select Eye Type";
"select_language" = "Select Language";
"select_logo" = "Select Logo";
"select_time" = "Select Time";
"select_type" = "Select Type";
"selected_tag_type" = "Selected Tag Type";
"set_background_color" = "Set Background Color";
"set_dot_style" = "Set Dot Style";
"set_eye_shape" = "Set Eye Shape";
"set_eye_style" = "Set Eye Style";
"set_logo_if_selected" = "Set Logo if Selected";
"share" = "Share";
"share_barcode_image" = "Share Barcode Image";
"share_button" = "Share Button";
"sharp" = "Sharp";
"shield" = "Shield";
"shiny" = "Shiny";
"silver" = "Silver";
"simple_toolbar" = "Simple Toolbar";
"sms" = "SMS";
"sms_content" = "SMS Content";
"sms_format_hint" = "• Enter phone number and SMS content\n• Will generate SMSTO: link\n• Users can click to send SMS directly";
"sms_number_content" = "Number: %@\nContent: %@";
"sms_placeholder" = "Enter SMS content";
"snapchat" = "Snapchat";
"snapchat_hint" = "Enter Snapchat username";
"snapchat_placeholder" = "Username";
"snapchat_username" = "Username: %@";
"social" = "Social";
"social_format_hint" = "• Enter social media information\n• Will generate social media links\n• Users can click to open social apps";
"social_message" = "Message";
"social_platform" = "Social Platform";
"song_link_or_id" = "Song Link or ID";
"song_name" = "Song Name";
"special_characters" = "Special Characters";
"spiky_circle" = "Spiky Circle";
"spotify" = "Spotify";
"spotify_hint" = "Enter Spotify song or playlist link";
"spotify_placeholder" = "Song or playlist link";
"spotify_search_query" = "Search: %@";
"square" = "Square";
"square_peg" = "Square Peg";
"squircle" = "Squircle";
"standard" = "Standard";
"standard_card" = "Standard Card";
"standard_card_description" = "This is a standard style card component";
"star" = "Star";
"start" = "Start";
"start_scanning" = "Start Scanning";
"start_time" = "Start Time";
"stitch" = "Stitch";
"strong" = "Strong";
"style_classic" = "Classic Simple";
"style_description_format" = "Foreground Color: %@, Background Color: %@, Dot Type: %@, Eye Type: %@";
"style_logo_format" = ", Logo: %@";
"style_minimal" = "Minimalist";
"style_modern" = "Modern Tech";
"style_neon" = "Neon Cool";
"style_retro" = "Retro Style";
"success_hint" = "This is a success hint";
"surrounding_bars" = "Surrounding Bars";
"symbols" = "Symbols";
"system_settings" = "System Settings";
"system_settings_description" = "You can also manage app permissions in your device's Settings app.";
"tag_type" = "Tag Type";
"teal" = "Teal";
"teardrop" = "Teardrop";
"telegram" = "Telegram";
"test_auto_select" = "Test Auto Select";
"text" = "Text";
"text_content" = "Text Content";
"text_information" = "Text Information";
"text_placeholder" = "Enter text content...";
"tik_tok" = "TikTok";
"tiktok" = "TikTok";
"tiktok_hint" = "Enter TikTok username or full link";
"tiktok_placeholder" = "Username";
"tiktok_username" = "Username: %@";
"time_setting_hint" = "Time Setting Hint";
"time_validation_error" = "End time must be after start time";
"tip" = "Tip";
"title_name" = "Job Title";
"toolbar_with_clear" = "Toolbar with Clear Button";
"toolbar_with_copy_paste" = "Toolbar with Copy/Paste";
"toolbar_with_navigation" = "Toolbar with Navigation";
"total_users" = "Total Users";
"twitter_hint" = "Enter X username or full link";
"twitter_placeholder" = "Username";
"twitter_username" = "Username: %@";
"ufo" = "UFO";
"ufo_rounded" = "Rounded UFO";
"unfavorite" = "Unfavorite";
"unknown" = "Unknown";
"unknown_content" = "Unknown content";
"upc_e_format_hint" = "Please enter 8 digits, e.g.: 12345678";
"upc_e_must_be_8_digits" = "UPC-E must be 8 digits";
"url" = "URL";
"url_content_format" = "URL: %@";
"url_format_hint" = "• You can enter full URL: https://www.example.com\n• Or enter domain: www.example.com\n• System will automatically add https:// prefix";
"url_link" = "URL Link";
"url_placeholder" = "https://www.example.com";
"use_passed_qr_code_content" = "Use Passed QR Code Content";
"use_pixel_shape" = "Use Pixel Shape";
"user_id" = "User ID";
"user_id_or_link" = "User ID or Link";
"username" = "Username";
"vertical" = "Vertical";
"viber_hint" = "Enter Viber phone number";
"viber_phone_number" = "Phone Number: %@";
"viber_placeholder" = "Phone number";
"view_history" = "View History";
"vortex" = "Vortex";
"warning_hint" = "This is a warning hint";
"wave" = "Wave";
"weak" = "Weak";
"website" = "Website";
"website_url" = "Website URL";
"wex" = "Wex";
"whats_app" = "WhatsApp";
"whatsapp" = "WhatsApp";
"whatsapp_hint" = "Enter WhatsApp message content";
"whatsapp_phone_number" = "Phone Number: %@";
"whatsapp_placeholder" = "Enter WhatsApp phone number";
"white" = "White";
"wifi" = "WiFi";
"wifi_content_format" = "WiFi: %@ (%@)";
"wifi_format_details" = "• Network name (SSID) is required\n• Password is optional, can be empty for no encryption\n• Will generate standard WiFi connection format";
"wifi_network" = "Wi-Fi Network";
"wifi_network_info" = "Network Name: %@\nEncryption Type: %@\nPassword: %@";
"wifi_password" = "WiFi Password";
"wifi_password_placeholder" = "WiFi Password";
"x" = "X";
"x_platform" = "X";
"x_username" = "X Username";
"year" = "Year";
"yellow" = "Yellow";
"yesterday" = "Yesterday";
"youtube" = "YouTube";
// Missing keys (using reference as fallback)
"main_title" = "main_title";
"qrcode" = "qrcode";