i18n.js: improve texts
authorMoritz Warning <moritzwarning@web.de>
Fri, 9 Oct 2020 17:12:40 +0000 (19:12 +0200)
committerMoritz Warning <moritzwarning@web.de>
Sun, 11 Oct 2020 08:34:03 +0000 (10:34 +0200)
www/i18n.js
www/index.html

index b92f5d8ddf5934e7b02666f55a10061d72e253c0..5ca1da456d9159912e6fbc6a86ee282c22fe4a2a 100644 (file)
@@ -33,10 +33,10 @@ var translations = {
     "tr-check-again": "Proveu de nou d'aquĆ­ 5 segons...",
   },
   en: {
-    "tr-load": "Download OpenWrt firmware for your device!",
+    "tr-load": "Download OpenWrt Firmware for your Device!",
     "tr-title": "OpenWrt Firmware Selector",
     "tr-message":
-      "Please use the input below to download firmware for your device!",
+      'Enter the name/model of your device, then select the Stable version (default) or the nightly "snapshot" image.',
     "tr-version-build": "Build",
     "tr-custom-build": "Custom Build",
     "tr-customize": "Customize",
@@ -48,9 +48,9 @@ var translations = {
     "tr-downloads": "Downloads",
     "tr-custom-downloads": "Custom Downloads",
     "tr-factory-help":
-      "Factory images are for flashing routers with OpenWrt for the first time. Usually via the web interface of the original firmware.",
+      "Use a Factory image to flash a router with OpenWrt for the first time. You normally do this via the web interface of the original firmware.",
     "tr-sysupgrade-help":
-      "Sysupgrade images are for flashing routers that already run OpenWrt. The image can be applied using the web interface or the terminal.",
+      "Use a Sysupgrade image to update a router that already runs OpenWrt. The image can be used with the LuCI web interface or the terminal.",
     "tr-kernel-help": "Linux kernel as a separate image.",
     "tr-rootfs-help": "Root file system as a separate image.",
     "tr-sdcard-help": "Image that is meant to be flashed onto a SD-Card.",
index a36c1dfa0cd743c79708f190d5d146c970dad26d..74a88685e2670817ad08d4f4130bc41ca1318ff1 100644 (file)
 
     <div class="container">
       <div>
-        <h2 class="tr-load">Download OpenWrt firmware for your device!</h2>
+        <h2 class="tr-load">Download OpenWrt Firmware for your Device!</h2>
         <p class="tr-message">
-          Please use the input below to download firmware for your device!
+          Enter the name/model of your device, then select the Stable version
+          (default) or the nightly "snapshot" image.
         </p>
         <br />