|
52 | 52 | "upload": "Optimal up-speed", |
53 | 53 | "download": "Optimal down-speed", |
54 | 54 | "recommendations": "Recommendations", |
| 55 | + "optimal_values": "Optimal values", |
55 | 56 | "change_provider": "Change provider", |
56 | 57 | "password": "Change password", |
57 | 58 | "cron": "Set frequency", |
|
64 | 65 | "dark_mode": "Dark mode", |
65 | 66 | "theme_switched_light": "Switched to light mode", |
66 | 67 | "theme_switched_dark": "Switched to dark mode", |
67 | | - "info": "About the project", |
68 | 68 | "provider": "About the provider", |
69 | 69 | "integrations": "Integrations" |
70 | 70 | }, |
| 71 | + "about": { |
| 72 | + "title": "About MySpeed", |
| 73 | + "description": "MySpeed is an open-source speedtest analysis software that records your internet speed for up to 30 days.", |
| 74 | + "github": "GitHub", |
| 75 | + "website": "Website", |
| 76 | + "donate": "Donate", |
| 77 | + "translate": "Translate", |
| 78 | + "made_by": "Made with" |
| 79 | + }, |
71 | 80 | "options": { |
72 | 81 | "cron": { |
73 | 82 | "continuous": "Continuous (every minute)", |
|
122 | 131 | "paused": "Speedtests are currently paused. Please continue them if you want to do one.", |
123 | 132 | "running": "A speedtest is already running. Please wait a moment.", |
124 | 133 | "admin_login": "Admin Login", |
| 134 | + "servers": "Servers", |
125 | 135 | "beta": { |
126 | 136 | "title": "Beta Version", |
127 | 137 | "description": "This feature is still in beta. If you find any bugs, please report them <Link>here</Link>." |
|
165 | 175 | "before": "before" |
166 | 176 | }, |
167 | 177 | "info": { |
168 | | - "credits": "<MSpeed>MySpeed</MSpeed> is a open source project provided by GNMYT. Leave a star on <Github>GitHub</Github> or <Donate>donate</Donate> to support the project.", |
169 | 178 | "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.", |
170 | 179 | "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.", |
171 | 180 | "update": "An update to version {{version}} is available. See <Changes>the changes</Changes> and <DLLink>download the update</DLLink>.", |
|
217 | 226 | "automatic": "automatically" |
218 | 227 | }, |
219 | 228 | "overview": { |
220 | | - "title": "Test overview of the last {{amount}}", |
221 | | - "1": "24 hours", |
222 | | - "2": "2 days", |
223 | | - "3": "7 days", |
224 | | - "4": "30 days" |
| 229 | + "title_range": "Test overview from {{from}} to {{to}}" |
225 | 230 | } |
226 | 231 | }, |
227 | 232 | "errors": { |
|
236 | 241 | "invalid_view": "Invalid view" |
237 | 242 | }, |
238 | 243 | "statistics": { |
| 244 | + "average": "Average", |
239 | 245 | "overview": { |
240 | 246 | "total_title": "Total tests", |
241 | 247 | "total_description": "The number of executed tests", |
|
268 | 274 | "avg": "Average", |
269 | 275 | "down": "Download values", |
270 | 276 | "up": "Upload values" |
| 277 | + }, |
| 278 | + "hourly": { |
| 279 | + "title": "Speed by Time of Day", |
| 280 | + "sample_count": "Tests" |
| 281 | + }, |
| 282 | + "consistency": { |
| 283 | + "title": "Connection Stability", |
| 284 | + "excellent": "Excellent", |
| 285 | + "good": "Good", |
| 286 | + "fair": "Fair", |
| 287 | + "poor": "Poor", |
| 288 | + "ping_variance": "Ping variance" |
| 289 | + }, |
| 290 | + "aggregation": { |
| 291 | + "daily": "Showing daily averages", |
| 292 | + "weekly": "Showing weekly averages" |
271 | 293 | } |
272 | 294 | }, |
| 295 | + "calendar": { |
| 296 | + "select_range": "Select date range", |
| 297 | + "select_start": "Select start date", |
| 298 | + "select_end": "Select end date", |
| 299 | + "from": "From", |
| 300 | + "to": "To", |
| 301 | + "last_7_days": "Last 7 days", |
| 302 | + "last_30_days": "Last 30 days", |
| 303 | + "last_90_days": "Last 90 days", |
| 304 | + "last_year": "Last year", |
| 305 | + "mon": "Mon", |
| 306 | + "tue": "Tue", |
| 307 | + "wed": "Wed", |
| 308 | + "thu": "Thu", |
| 309 | + "fri": "Fri", |
| 310 | + "sat": "Sat", |
| 311 | + "sun": "Sun" |
| 312 | + }, |
273 | 313 | "nodes": { |
274 | 314 | "add": "Add server", |
275 | 315 | "create": "Add", |
|
392 | 432 | }, |
393 | 433 | "common": { |
394 | 434 | "back_to_top": "Back to top" |
| 435 | + }, |
| 436 | + "not_found": { |
| 437 | + "title": "Page not found", |
| 438 | + "description": "The page you're looking for doesn't exist or has been moved.", |
| 439 | + "back_home": "Back to Home" |
| 440 | + }, |
| 441 | + "route_error": { |
| 442 | + "title": "Oops!", |
| 443 | + "subtitle": "Something went wrong", |
| 444 | + "description": "An unexpected error occurred. Please try again or go back to the home page.", |
| 445 | + "reload": "Reload Page" |
| 446 | + }, |
| 447 | + "optimal_values": { |
| 448 | + "title": "Optimal Values", |
| 449 | + "use_recommended": "Use recommended" |
395 | 450 | } |
396 | 451 | } |
0 commit comments