This commit is contained in:
2025-11-20 01:34:40 +01:00
parent 046fe7f717
commit cd27cb1660
6 changed files with 139 additions and 18 deletions

View File

@@ -133,5 +133,31 @@
"footer_imprint": "Imprint",
"footer_privacy": "Privacy policy",
"footer_copy": "© {year} usbcheck.it. All rights reserved."
}
},
"fake": {
"hero_kicker": "FakeCheck Browser mode",
"hero_title": "Is my USB stick fake?",
"hero_lead": "FakeCheck helps you detect typical fake USB drives: browser-based write/read tests and plausibility checks of the usable capacity without installation.",
"cta_start": "Start browser test (demo)",
"cta_back_home": "Back to overview",
"hero_hint": "FakeCheck only creates test files in the selected folder. Your real files are never touched.",
"box_title": "What the browser test can do",
"box_point1_title": "Write/read test with test files",
"box_point1_text": "The browser creates test files in the selected folder, measures write/read speeds and checks if the read data matches the written patterns.",
"box_point2_title": "Capacity plausibility check",
"box_point2_text": "From the amount of successfully written and verified data, you get a realistic impression of how much usable capacity actually exists.",
"box_point3_title": "JSON report for documentation",
"box_point3_text": "All results are collected in a structured JSON report that you can save, upload or reuse later.",
"app_title": "Browser test interface (preview)",
"app_intro": "This will become the actual FakeCheck web app: choose a test folder, configure test size, view progress and results. The button above currently shows demo output only.",
"app_point1": "Quick test with small data size.",
"app_point2": "Light benchmark: write/read over a limited time.",
"app_point3": "Write/verify: write test files and verify them immediately.",
"result_title": "Demo output of the browser test",
"result_hint": "This is only a preview. Later the actual JSON report will appear here."
}
}