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: src/translations/strings.yaml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,12 @@ serversView:
94
94
value: "Last updated: %1. To update this list please disconnect from the VPN."
95
95
comment: The time (or in extremely rare circumstances, the date, day of the week, or "yesterday") which the recommended servers list was last updated and instructions to re-enable the refresh button. Argument is the time or date/day
comment: Label next to the refresh button shown when the recommended list has never been updated yet. The whole row is clickable and tapping triggers an update.
100
+
recommendedRefreshNoUpdateDisabledLabel:
101
+
value: Disconnect from the VPN to update this list.
102
+
comment: Label next to the refresh button shown when the recommended list has never been updated yet but the user is connected to the VPN, so cannot update yet.
97
103
serverCityWithGoodConnection:
98
104
value: "%1. Good connectivity"
99
105
comment: Button label that reads out a city name whose connection is good. Argument is the city name.
@@ -463,7 +469,7 @@ connectionInfo:
463
469
comment: Label for the upload benchmark shown in the speed test view.
464
470
unitPing:
465
471
value: ms
466
-
commnent: milliseconds
472
+
comment: milliseconds
467
473
loadingIndicatorLabel:
468
474
value: Testing speed…
469
475
comment: Shown to the user while waiting for the connection speed test results
0 commit comments