oh gott was mach ich nur

This commit is contained in:
2025-11-25 03:21:52 +01:00
parent b8471bff3e
commit 888ab3dfa7
21 changed files with 2664 additions and 794 deletions

173
public/assets/i18n/us.json Normal file
View File

@@ -0,0 +1,173 @@
{
"meta": {
"code": "us",
"label": "English (US)",
"flag": "🇺🇸"
},
"header": {
"header_slogan": "Test USB drives",
"btn_login": "Login",
"nav_how": "How it works",
"nav_problem": "Why it matters",
"nav_features": "Features",
"nav_security": "Security",
"nav_faq": "FAQ"
},
"brand": {
"brand_wordmark": "{{primary_domain}}",
"brand_subtitle": "Check USB drives for fakes"
},
"footer": {
"footer_imprint": "Legal",
"footer_privacy": "Privacy",
"footer_copy": "© {year} {{primary_domain}}. All rights reserved."
},
"fake_ui": {
"error_fsapi_not_supported": "This browser doesnt support the File System Access API.",
"error_no_directory_selected": "No directory selected.",
"error_no_space_detected": "Couldnt reserve free space in the selected directory.",
"log_capacity_probe_start": "Measuring available space in the selected directory...",
"log_capacity_probe_result": "Writable space detected for tests: {size} (write probe).",
"log_quick_prepare": "Quick check: preparing… (test size: {size})",
"log_quick_verify_start": "Quick check: write completed. Verifying data...",
"log_quick_data_error": "Quick check: data error at byte {byte}.",
"error_quick_data_error": "Data error in the quick check at byte {byte}.",
"log_quick_delete_warn": "Quick check: couldnt delete test file (not critical).",
"log_quick_success": "Quick check finished successfully.",
"log_bench_start": "Benchmark: starting writing test file ({size})...",
"log_bench_read_start": "Benchmark: reading & timing...",
"log_bench_delete_warn": "Benchmark: couldnt delete test file (not critical).",
"log_bench_success": "Benchmark completed successfully.",
"log_wv_start": "Write/Verify: starting {blocks} blocks of {size} (total {total})...",
"log_wv_block_start": "Write/Verify: block {num}/{blocks} {file}",
"log_wv_data_error": "Write/Verify: data error in block {num} at byte {byte}.",
"error_wv_data_error": "Data error in block {num} at byte {byte}.",
"log_wv_delete_warn": "Write/Verify: couldnt delete block file {file} (not critical).",
"log_wv_success": "Write/Verify: all blocks verified successfully.",
"log_all_subtest_start": "All-inclusive: starting subtest \"{mode}\" ({num}/{total})...",
"error_unknown_mode": "Unknown mode: {mode}",
"log_fsapi_partial": "Your browser only partially supports the File System Access API. Some features are disabled.",
"selected_path_label": "USB folder selected (name: \"{name}\").",
"selected_path_none": "No directory selected yet.",
"status_ready": "Ready. Select your USB drive first.",
"status_mode_none": "No mode selected",
"status_dir_selected": "USB directory selected. Choose a test mode next.",
"status_mode_selected": "Mode \"{mode}\" selected. You can start the test now.",
"status_running": "Test running... please keep the drive connected.",
"status_done": "Test finished.",
"status_aborted": "Test was canceled.",
"status_error": "Error: {msg}",
"status_error_unknown": "Unknown test error.",
"overall_initial": "No test has been run yet.",
"overall_running": "Test running...",
"overall_done": "Browser test completed successfully.",
"overall_aborted": "Test canceled.",
"overall_error": "Browser test failed.",
"log_dir_selected": "Directory selected: {name}",
"log_dir_reset": "Directory selection cleared.",
"log_pick_abort": "Directory selection canceled.",
"log_pick_error": "Error while selecting directory: {msg}",
"log_pick_error_unknown": "Unknown error while selecting directory.",
"log_mode_selected": "Mode selected: {mode}",
"log_test_start": "Starting tests in mode: {mode}",
"log_test_aborted": "Test was canceled by the user.",
"log_test_error": "Test failed: {msg}",
"log_test_error_unknown": "Unknown error during the test.",
"log_loaded": "USB browser test (fakecheck) loaded. Waiting for directory selection and mode.",
"mode_quick": "Quick check",
"mode_benchmark": "Benchmark",
"mode_writeverify": "Write & Verify",
"mode_all": "All-inclusive (all browser tests)",
"log_backend_save_error_status": "Backend: couldnt save result ({status}).",
"log_backend_save_ok": "Backend: test result saved{suffix}.",
"log_backend_save_error": "Error while saving to the backend: {msg}"
},
"serial": {
"rating_label": "Rating",
"rating": {
"ok": {
"label": "Plausible",
"desc": "No obvious irregularities detected."
},
"needs_review": {
"label": "Needs review",
"desc": "Minor anomalies. Combine with a technical test for a clearer picture."
},
"suspicious": {
"label": "Suspicious",
"desc": "Significant anomalies detected. A capacity or write/read test is strongly recommended."
},
"invalid": {
"label": "Invalid",
"desc": "The serial number couldnt be evaluated."
},
"unknown": {
"label": "Unclear",
"desc": "No clear verdict possible."
}
},
"heading_input": "Input data",
"heading_analysis": "Serial number analysis",
"heading_consistency": "Manufacturer consistency",
"input": {
"manufacturer": "Manufacturer (user entry):",
"vidpid": "VID/PID:",
"vendor_detected": "Vendor from VID:"
},
"analysis": {
"serial": "Serial number:",
"length": "Length:",
"category": "Category:",
"score": "Score:",
"issues": "Findings:"
},
"chars": "characters",
"none": "not provided",
"issues_none": "No notable issues.",
"vendor_detected": "{vendor} (VID {vid})",
"vendor_unknown": "Unknown manufacturer for VID {vid}",
"vendor_none": "No vendor ID provided",
"disclaimer": "This assessment is heuristic and cannot guarantee authenticity.",
"error": {
"no_serial": "Please enter a serial number.",
"api": "Error during the check: {msg}",
"unknown": "Unexpected response from the server."
}
},
"pages": {
"landing": {
"meta": {
"title": "{{primary_domain}} Test USB drives for fakes",
"description": "USBCheck combines a fast browser quick check with a professional Pro mode so you recognize fake drives before they wipe your data."
}
}
}
}