Selaa lähdekoodia

Added english base localization into system setting modules

Toby Chui 1 vuosi sitten
vanhempi
commit
435a37872b

+ 21 - 0
web/SystemAO/locale/system_settings/audio.json

@@ -63,6 +63,27 @@
             },
             "placeholder":{
 
+            }
+        },
+        "en-US": {
+            "name": "English (US)",
+            "fontFamily" : "Arial, Helvetica, sans-serif",
+            "strings":{
+                "arozaudio/arozaudio-title": "ArozOS Audio Test",
+                "arozaudio/system-audio": "System Audio",
+                "arozaudio/system-audio-subheader": "Test and adjust your global audio / volume settings",
+                "arozaudio/left-speaker": "Left Speaker",
+                "arozaudio/speaker-test": "Speaker Test",
+                "arozaudio/right-speaker": "Right Speaker",
+                "arozaudio/master-volume": "Master Volume",
+                "arozaudio/this-device-global-volume": "This device global volume: ",
+                "arozaudio/some-modules-volume": "Some modules use stand-alone volume management system. Master volume may not be able to control all module's volume."
+            },
+            "titles":{
+
+            },
+            "placeholder":{
+
             }
         }
     }

+ 18 - 0
web/SystemAO/locale/system_settings/clientinfo.json

@@ -63,6 +63,24 @@
             "placeholder":{
 
             }
+        },
+        "en-US": {
+            "name": "English (US)",
+            "fontFamily" : "Arial, Helvetica, sans-serif",
+            "fwtitle": "",
+            "strings": {
+                "clientinfo/client-information-title": "Client Device Information",
+                "clientinfo/client-device-information": "Client Device Information",
+                "clientinfo/client-device-information-subheader": "These are the information that your browser is telling the ArozOS.",
+                "clientinfo/browser-information": "Browser Information",
+                "clientinfo/cookie-enabled": "Cookie Enabled",
+                "clientinfo/operation-system": "Operation System",
+                "clientinfo/application-name": "Application Name",
+                "clientinfo/browser-engine": "Browser Engine",
+                "clientinfo/user-agent": "User Agent"
+            },
+            "titles": {},
+            "placeholder": {}
         }
     }
 }

+ 15 - 0
web/SystemAO/locale/system_settings/display.json

@@ -43,6 +43,21 @@
             },
             "titles": {},
             "placeholder": {}
+        },
+        "en-US": {
+            "name": "English (US)",
+            "fontFamily" : "Arial, Helvetica, sans-serif",
+            "fwtitle": "",
+            "strings": {
+                "displaytest/display-test-title": "ArozOS Display Testing",
+                "displaytest/display-testing-title": "Display Testing",
+                "displaytest/display-testing-subheader": "Simple display testing tools",
+                "displaytest/dead-pixel-test-title": "Dead Pixel Test",
+                "displaytest/dead-pixel-test-description": "This test will popup a new window with full-screen functionality. <br>To exit the test, press ESC on the keyboard or swipe down & press the \"close\" button on touch screen devices.",
+                "displaytest/start-test-button": "Start Test"
+            },
+            "titles": {},
+            "placeholder": {}
         }
     }
 }