You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/public/locales/en.json
+4-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
12
"password": {
13
13
"title": "Password required",
14
14
"placeholder": "Your password",
15
-
"wrong": "The password you entered is incorrect"
15
+
"wrong": "The password you entered is incorrect",
16
+
"unlock": "Unlock"
16
17
},
17
18
"accept": {
18
19
"title": "We need your permission",
@@ -129,7 +130,7 @@
129
130
"healthchecks": "MySpeed uses <HCLink>HealthChecks</HCLink> to notify you when your internet is down. To enable this, put your ping URL in the text box. Read more <WIKILink>here</WIKILink>",
130
131
"credits": "<Link>MySpeed</Link> is provided by GNMYT and uses the <CLILink>Speedtest CLI</CLILink> from Ookla.",
131
132
"recommendations_error": "You have to do at least 10 tests to get an average. It doesn't matter if the tests were done manually or automatically.",
132
-
"recommendations_info": "Based on the last 10 tests, it was found that the optimal ping was <Bold>{{ping}} ms</Bold>, the download at <Bold>{{down}} Mbit/s</Bold> and the upload at <Bold>{{up}} Mbit/s</Bold>. It is best to orientate yourself on your internet contract and only adopt it if it matches that.",
133
+
"recommendations_info": "Based on the last 10 tests, it was found that the optimal ping was <Bold>{{ping}} ms</Bold>, the download at <Bold>{{down}} Mbps</Bold> and the upload at <Bold>{{up}} Mbps</Bold>. It is best to orientate yourself on your internet contract and only adopt it if it matches that.",
133
134
"update": "An update to version {{version}} is available. See <Changes>the changes</Changes> and <DLLink>download the update</DLLink>.",
134
135
"down": {
135
136
"title": "Download speed",
@@ -160,6 +161,7 @@
160
161
},
161
162
"test": {
162
163
"not_available": "There are currently no tests available",
164
+
"no_latest": "There is no current test available. Please perform a test or wait until the next test is performed.",
163
165
"unknown_error": "Unknown error:",
164
166
"failed": "Test failed",
165
167
"recheck": "Please check as far as possible if this happens often.",
0 commit comments