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.3 KiB
42 lines
1.3 KiB
// English Localization Strings
|
|
|
|
// App Title
|
|
"app_title" = "MyQrCode";
|
|
|
|
// Scanner View
|
|
"scanner_title" = "Barcode Scanner";
|
|
"scan_instruction" = "Place QR code or barcode in the frame";
|
|
"detected_codes" = "Codes Detected";
|
|
"auto_result_1s" = "Result will be shown in 1 second";
|
|
"select_code_instruction" = "Tap green markers to select the code to decode";
|
|
"rescan_button" = "Rescan";
|
|
"close_button" = "Close";
|
|
|
|
// Scanning Line Styles
|
|
"style_modern" = "Modern Tech";
|
|
"style_classic" = "Classic Simple";
|
|
"style_neon" = "Neon Cool";
|
|
"style_minimal" = "Minimalist";
|
|
"style_retro" = "Retro Style";
|
|
|
|
// Content View
|
|
"main_title" = "Barcode Scanner";
|
|
"app_title" = "MyQrCode";
|
|
"app_description" = "Scan QR codes and barcodes with ease";
|
|
"start_scanning" = "Start Scanning";
|
|
"scan_result" = "Scan Result:";
|
|
"language" = "Language";
|
|
|
|
// Error Messages
|
|
"scan_error_title" = "Scan Error";
|
|
"scan_error_message" = "Your device does not support scanning QR codes. Please use a device with a camera.";
|
|
|
|
// Test Button
|
|
"test_auto_select" = "Test Auto Select";
|
|
|
|
// Language Settings
|
|
"select_language" = "Select Language";
|
|
"language_changes_info" = "Language changes will take effect immediately";
|
|
"current_language" = "Current Language: %@";
|
|
"language_settings" = "Language Settings";
|
|
"done" = "Done"; |