mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
- COW snapshot (cp --reflink=always) of package volumes before install/update; restore on failure, remove on success - Automatic ext4→btrfs conversion via btrfs-convert during disk attach with e2fsck pre-check and post-conversion defrag - Probe package-data filesystem during setup.disk.list (on both disk and partition level) so the UI can warn about ext4 conversion - Setup wizard preserve-overwrite dialog shows ext4 warning with backup acknowledgment checkbox before allowing preserve
730 lines
30 KiB
TypeScript
730 lines
30 KiB
TypeScript
// prettier-ignore
|
|
export const ENGLISH: Record<string, number> = {
|
|
'Change': 1, // verb
|
|
'Update': 2, // verb
|
|
'System': 4, // as in, system preferences
|
|
'General': 5, // as in, general settings
|
|
'SMTP': 6,
|
|
'Create Backup': 7, // create a backup
|
|
'Restore Backup': 8, // restore from backup
|
|
'Go to login': 9,
|
|
'Test': 10, // verb
|
|
'Skip': 11, // as in, skip this step
|
|
'Active Sessions': 12,
|
|
'Change Password': 13,
|
|
'General Settings': 14,
|
|
'Browser tab title': 16,
|
|
'Language': 17,
|
|
'Disk Repair': 18,
|
|
'Attempt automatic repair': 19,
|
|
'Repair': 20,
|
|
'Root Certificate Authority': 21,
|
|
'Download your Root CA': 22,
|
|
'Download': 23,
|
|
'Restart Tor': 24,
|
|
'Restart the Tor daemon on your server': 25,
|
|
'Software Update': 26,
|
|
'Restart to apply': 27,
|
|
'Check for updates': 28,
|
|
'This value will be displayed as the title of your browser tab.': 29,
|
|
'Device Name': 30,
|
|
'StartOS': 31,
|
|
'Save': 32,
|
|
'Saving': 33,
|
|
'Warning': 34,
|
|
'Confirm': 35,
|
|
'Cancel': 36,
|
|
'This action should only be executed if directed by a Start9 support specialist. We recommend backing up your device before preforming this action. If anything happens to the device during the reboot, such as losing power or unplugging the drive, the filesystem will be in an unrecoverable state. Please proceed with caution.': 37,
|
|
'Delete': 38,
|
|
'Tor restart in progress': 39,
|
|
'Restarting Tor': 40,
|
|
'Checking for updates': 41,
|
|
'Beginning restart': 42,
|
|
'You are on the latest version of StartOS.': 43,
|
|
'Up to date!': 44,
|
|
'Release notes': 45,
|
|
'Begin Update': 46,
|
|
'Beginning update': 47,
|
|
'You are currently connected over Tor. If you restart the Tor daemon, you will lose connectivity until it comes back online.': 48,
|
|
'Optionally wipe state to forcibly acquire new guard nodes. It is recommended to try without wiping state first.': 50,
|
|
'Wipe state': 51,
|
|
'Saving high score': 52,
|
|
'Score': 53,
|
|
'High score': 54,
|
|
'Save and quit': 55,
|
|
'Bookmark this page': 56,
|
|
'Beginning shutdown': 57,
|
|
'Add': 58,
|
|
'Ok': 59,
|
|
'fr_FR': 60,
|
|
'This value cannot be changed once set': 61,
|
|
'Continue': 62,
|
|
'Click or drop file here': 63,
|
|
'Drop file here': 64,
|
|
'Disabled': 65,
|
|
'Version': 66,
|
|
'Copy': 67, // as in, copy to clipboard
|
|
'About this server': 68,
|
|
'System Settings': 69,
|
|
'Restart': 70,
|
|
'Shutdown': 71,
|
|
'Logout': 72,
|
|
'User manual': 73,
|
|
'Contact support': 74,
|
|
'Donate to Start9': 75,
|
|
'Are you sure you want to restart your server? It can take several minutes to come back online.': 76,
|
|
'Are you sure you want to power down your server? This can take several minutes, and your server will not come back online automatically. To power on again, You will need to physically unplug your server and plug it back in.': 77,
|
|
'Services': 78, // as in, server-side software applications
|
|
'Marketplace': 79,
|
|
'Sideload': 80, // installing a service manually
|
|
'Updates': 81,
|
|
'Metrics': 82, // system info such as CPU, RAM, and storage usage
|
|
'Logs': 83, // as in, application logs
|
|
'Notifications': 84,
|
|
'Hard uninstall': 85, // as in, hard reset or hard reboot, except for uninstalling
|
|
'Show QR': 86,
|
|
'Copy URL': 87,
|
|
'Actions': 88, // as in, actions available to the user
|
|
'not recommended': 89,
|
|
'Root CA Trusted!': 90,
|
|
'Installed services': 91, // as in, software services installed on this computer
|
|
'Diagnostics for the Tor daemon on this server': 92,
|
|
'Copy fingerprint': 93, // as in the fingerprint of a root certificate authority
|
|
'Waiting': 94,
|
|
'Waiting on': 95, // as in "awaiting"
|
|
'Add public domain': 96,
|
|
'Removing': 97,
|
|
'Unsaved changes': 100,
|
|
'You have unsaved changes. Are you sure you want to leave?': 101,
|
|
'Leave': 102,
|
|
'Are you sure?': 103,
|
|
'New gateway': 104, // as in, a network gateway
|
|
'Tor Domains': 107,
|
|
'public': 108,
|
|
'private': 109,
|
|
'No Tor domains': 111,
|
|
'New Tor domain': 112,
|
|
'Private Key (optional)': 113,
|
|
'Optionally provide a base64-encoded ed25519 private key for generating the Tor V3 (.onion) domain. If not provided, a random key will be generated.': 114,
|
|
'Processing 10,000 logs': 115,
|
|
'Loading older logs': 116,
|
|
'Waiting for network connectivity': 117,
|
|
'Reconnecting': 118,
|
|
'Loading logs': 119,
|
|
'Scroll to bottom': 120,
|
|
'Reconnected': 121,
|
|
'Disconnected': 122,
|
|
'More': 123,
|
|
'The following modifications were made': 124,
|
|
'added': 125,
|
|
'removed': 126,
|
|
'changed from': 127,
|
|
'to': 128, // as in, from [blank] to [blank]
|
|
'entry': 129, // as in, "a list entry"
|
|
'list': 130,
|
|
'new entry': 131,
|
|
'new list': 132,
|
|
'Submit': 133,
|
|
'Close': 134,
|
|
'OS Logs': 135,
|
|
'Kernel Logs': 136,
|
|
'Tor Logs': 137,
|
|
'Raw, unfiltered operating system logs': 138,
|
|
'Diagnostics for drivers and other kernel processes': 139,
|
|
'Downgrade': 141,
|
|
'Reinstall': 142,
|
|
'Installed': 143,
|
|
'Switch': 144,
|
|
'Install': 145,
|
|
'Beginning install': 146,
|
|
'Services from this registry are packaged and maintained by the Start9 team. If you experience an issue or have questions related to a service from this registry, one of our dedicated support staff will be happy to assist you.': 148,
|
|
'Services from this registry are packaged and maintained by members of the Start9 community. Install at your own risk. If you experience an issue or have a question related to a service in this marketplace, please reach out to the package developer for assistance.': 149,
|
|
'Services from this registry are undergoing beta testing and may contain bugs. Install at your own risk.': 150,
|
|
'Services from this registry are undergoing alpha testing. They are expected to contain bugs and could damage your system. Install at your own risk.': 151,
|
|
'This is a Custom Registry. Start9 cannot verify the integrity or functionality of services from this registry, and they could damage your system. Install at your own risk.': 152,
|
|
'Default Registries': 153,
|
|
'Custom Registries': 154,
|
|
'Add custom registry': 155,
|
|
'Save for later': 156,
|
|
'Save and connect': 157,
|
|
'Deleting': 158,
|
|
'Changing registry': 159,
|
|
'Loading': 160,
|
|
'Registry already added': 161,
|
|
'Validating registry': 162,
|
|
'Are you sure you want to delete this registry?': 163,
|
|
'Add Custom Registry': 164,
|
|
'A fully-qualified URL of the custom registry': 165,
|
|
'Must be a valid URL': 166,
|
|
'installed from': 167,
|
|
'sideloaded': 168, // as in, the application was installed by sideloading
|
|
'This service was originally': 169,
|
|
'but you are currently connected to': 170,
|
|
'To install from': 171,
|
|
'anyway, click "Continue".': 172,
|
|
'As a result of this update, the following services will no longer work properly and may crash': 173,
|
|
'Alert': 174,
|
|
'Percentage used': 175,
|
|
'User space': 176,
|
|
'Kernel space': 177,
|
|
'Idle': 178, // a CPU metric
|
|
'I/O wait': 179,
|
|
'Total': 181,
|
|
'Used': 182,
|
|
'Available': 183,
|
|
'zram used': 184,
|
|
'zram total': 185,
|
|
'zram available': 186,
|
|
'System Time': 187,
|
|
'Uptime': 188,
|
|
'Temperature': 189,
|
|
'Memory': 190, // as in, computer memory
|
|
'Storage': 191,
|
|
'Capacity': 192, // as in, disk capacity
|
|
'Clock sync failure': 193,
|
|
'the docs': 194, // as in, the documentation
|
|
'Days': 195,
|
|
'Hours': 196,
|
|
'Minutes': 197,
|
|
'Seconds': 198,
|
|
'View full': 199,
|
|
'View report': 200,
|
|
'Batch action': 201,
|
|
'Mark seen': 202,
|
|
'Mark unseen': 203,
|
|
'Date': 204,
|
|
'Title': 205, // as in, the title of a book
|
|
'Service': 206, // as in, server-side software application
|
|
'Message': 207,
|
|
'No notifications': 208,
|
|
'Required': 209,
|
|
'Optional': 210,
|
|
'No reason provided': 211,
|
|
'Tasks': 212,
|
|
'Type': 213,
|
|
'Description': 214,
|
|
'All tasks complete': 215,
|
|
'Start': 216,
|
|
'Stop': 217,
|
|
'Dependencies': 218,
|
|
'Satisfied': 219,
|
|
'No dependencies': 220,
|
|
'Not installed': 221,
|
|
'Incorrect version': 222,
|
|
'Not running': 223,
|
|
'Action required': 224,
|
|
'Required health check not passing': 225,
|
|
'Dependency has a dependency issue': 226,
|
|
'Unknown error': 227,
|
|
'Error': 228,
|
|
'"Rebuild container" is a harmless action that and only takes a few seconds to complete. It will likely resolve this issue.': 229,
|
|
'"Hard uninstall" is a dangerous action that will remove the service from StartOS and wipe all its data.': 230,
|
|
'Rebuild container': 231,
|
|
'Soft uninstall': 232, // as in, uninstall the service but preserve its data
|
|
'View full message': 233,
|
|
'Service error': 234,
|
|
'Awaiting result': 235,
|
|
'Starting': 236,
|
|
'Success': 237,
|
|
'Health Checks': 238,
|
|
'No health checks': 239,
|
|
'Name': 240,
|
|
'Status': 241,
|
|
'Open': 242, // verb
|
|
'Service Interfaces': 243, // as in, a UI or API for an application
|
|
'Hosting': 244,
|
|
'Installing': 245,
|
|
'See below': 246,
|
|
'No services installed': 248,
|
|
'Running': 249,
|
|
'Stopped': 250,
|
|
'Task Required': 251,
|
|
'Updating': 252,
|
|
'Stopping': 253,
|
|
'Trust your Root CA': 254,
|
|
'Backing Up': 255,
|
|
'Restarting': 256,
|
|
'Back': 257,
|
|
'Restoring': 258,
|
|
'Unknown': 259,
|
|
'Reveal/Hide': 260,
|
|
'Reveal': 261,
|
|
'Scan this QR': 262,
|
|
'Reset': 263,
|
|
'As a result of this change, the following services will no longer work properly and may crash': 264,
|
|
'Service Launch Error': 265,
|
|
'Issue': 266,
|
|
'Failure': 267,
|
|
'Healthy': 268,
|
|
'finalizing': 269,
|
|
'unknown %': 270,
|
|
'Not provided': 271,
|
|
'Links': 272,
|
|
'Git hash': 273,
|
|
'License': 274,
|
|
'Installed from': 275,
|
|
'Marketing': 278,
|
|
'Support': 279,
|
|
'Donations': 280,
|
|
'Standard Actions': 281,
|
|
'Rebuild Service': 282, // as in, rebuild a software container
|
|
'Rebuilds the service container. Only necessary if there is a bug in StartOS': 283,
|
|
'Uninstall': 284,
|
|
'Uninstalls this service from StartOS and deletes all data permanently.': 285,
|
|
'Dashboard': 286,
|
|
'dashboard': 287,
|
|
'actions': 288,
|
|
'logs': 290, // as in, "application logs"
|
|
'about': 291, // as in, "about this server"
|
|
'Starting upload': 292,
|
|
'Try again': 293,
|
|
'Upload .s9pk package file': 294,
|
|
'Warning: package upload will be slow over Tor.': 295,
|
|
'Select': 296,
|
|
'Version 1 s9pk detected. This package format is deprecated. You can sideload a V1 s9pk via start-cli if necessary.': 297,
|
|
'Invalid package file': 298,
|
|
'View instructions': 300,
|
|
'Contact': 303, // as in, "contact us"
|
|
'Edit': 304,
|
|
'Add Certificate Authority': 305,
|
|
'Edit contact info': 306,
|
|
'Contact Emails': 307,
|
|
'Needed to obtain a certificate from a Certificate Authority': 308,
|
|
'Toggle all': 309,
|
|
'Done': 310,
|
|
'Master password needed': 311,
|
|
'Enter your master password to encrypt this backup.': 312,
|
|
'Master Password': 313,
|
|
'Enter master password': 314,
|
|
'Original password needed': 315,
|
|
'This backup was created with a different password. Enter the original password that was used to encrypt this backup.': 316,
|
|
'Original Password': 317,
|
|
'Enter original password': 318,
|
|
'Beginning backup': 319,
|
|
'Back up StartOS and service data by connecting to a device on your local network or a physical drive connected to your server.': 320,
|
|
'Restore StartOS and service data from a device on your local network or a physical drive connected to your server that contains an existing backup.': 321,
|
|
'Last Backup': 322, // as in, the last time the server was backed up
|
|
'A folder on another computer that is connected to the same network as your Start9 server.': 323,
|
|
'A physical drive that is plugged directly into your Start9 Server.': 324,
|
|
'Select Services to Back Up': 325,
|
|
'Select server backup': 326,
|
|
'Network Folders': 327,
|
|
'Open New': 328,
|
|
'Hostname': 329,
|
|
'Path': 330, // as in, a URL path
|
|
'URL': 331,
|
|
'Model': 334, // as in, a product model
|
|
'User Agent': 335,
|
|
'Platform': 336, // as in, OS platform, such as iOS, Android, Linux, etc
|
|
'Last Active': 337,
|
|
'Created At': 338,
|
|
'Algorithm': 339, // as in, the encryption algorithm
|
|
'Fingerprint': 340, // as in, a fingerprint hash
|
|
'Package Hash': 341,
|
|
'Published': 342,
|
|
'New Network Folder': 343,
|
|
'Update Network Folder': 344,
|
|
'Testing connectivity to shared folder': 345,
|
|
'Ensure (1) target computer is connected to the same LAN as your Start9 Server, (2) target folder is being shared, and (3) hostname, path, and credentials are accurate.': 346,
|
|
'Unable to connect': 347,
|
|
'Network Folder does not contain a valid backup': 348,
|
|
'Connect': 349,
|
|
'Username': 350,
|
|
'Password': 351,
|
|
'The hostname of your target device on the Local Area Network.': 352,
|
|
'On Windows, this is the fully qualified path to the shared folder, (e.g. /Desktop/my-folder). On Linux and Mac, this is the literal name of the shared folder (e.g. my-shared-folder).': 353,
|
|
'On Linux, this is the samba username you created when sharing the folder. On Mac and Windows, this is the username of the user who is sharing the folder.': 354,
|
|
'On Linux, this is the samba password you created when sharing the folder. On Mac and Windows, this is the password of the user who is sharing the folder.': 355,
|
|
'Physical Drives': 356,
|
|
'No drives detected': 357,
|
|
'Refresh': 358,
|
|
'Drive partition does not contain a valid backup': 359,
|
|
'Backup Progress': 360,
|
|
'Complete': 361,
|
|
'backing up': 362,
|
|
'waiting': 363,
|
|
'Backup made': 364,
|
|
'Restore selected': 365,
|
|
'Initializing': 366,
|
|
'Unavailable. Backup was made on a newer version of StartOS.': 367,
|
|
'Unavailable. Service is already installed.': 368,
|
|
'Ready to restore': 369,
|
|
'Local Hostname': 370,
|
|
'Created': 371,
|
|
'Password required': 372,
|
|
'Enter the master password that was used to encrypt this backup. On the next screen, you will select the individual services you want to restore.': 373,
|
|
'Decrypting drive': 374,
|
|
'Select services to restore': 375,
|
|
'Available for backup': 376,
|
|
'StartOS backups detected': 377,
|
|
'No StartOS backups detected': 378,
|
|
'StartOS Version': 379,
|
|
'Send test email': 382,
|
|
'Send': 383,
|
|
'Sending email': 384,
|
|
'A test email has been sent to': 385,
|
|
'Check your spam folder and mark as not spam.': 386,
|
|
'The web user interface for your StartOS server, accessible from any browser.': 387,
|
|
'You will still need your current password to decrypt existing backups!': 389,
|
|
'New passwords do not match': 390,
|
|
'New password must be 12 characters or greater': 391,
|
|
'New password must be less than 65 characters': 392,
|
|
'Current password is invalid': 393,
|
|
'Password changed': 394,
|
|
'Current Password': 395,
|
|
'New Password': 396,
|
|
'Retype New Password': 397,
|
|
'Current session': 399,
|
|
'Other sessions': 400,
|
|
'Terminate selected': 401,
|
|
'Terminating sessions': 402,
|
|
'No sessions': 403,
|
|
'Password needed': 404,
|
|
'Connected': 405,
|
|
'Forget': 406, // as in, delete or remove
|
|
'WiFi Credentials': 407,
|
|
'Connect to hidden network': 408,
|
|
'Connect to': 409, // followed by a network name, e.g. "Connect to MyWiFi?"
|
|
'Known Networks': 410,
|
|
'Other Networks': 411,
|
|
'WiFi is disabled': 412,
|
|
'No wireless interface detected': 413,
|
|
'Enabling': 414,
|
|
'Disabling': 415,
|
|
'Connecting. This could take a while': 416,
|
|
'Retry': 417,
|
|
'Show more': 418,
|
|
'View details': 419,
|
|
'View listing': 420,
|
|
'Services that depend on': 421,
|
|
'will no longer work properly and may crash.': 422,
|
|
'Request failed': 423,
|
|
'All services are up to date!': 424,
|
|
'Run': 425, // as in, run a piece of software
|
|
'Action can only be executed when service is': 426,
|
|
'Forbidden': 427,
|
|
'may temporarily experiences issues': 428,
|
|
'has unmet dependencies. It will not work as expected.': 429,
|
|
'Rebuilding container': 430,
|
|
'Beginning uninstall': 431,
|
|
'will permanently delete its data.': 432,
|
|
'Uninstalling': 433,
|
|
'Trying to reach server': 434,
|
|
'Connection restored': 435,
|
|
'State unknown': 436,
|
|
'Server connected': 437,
|
|
'No Internet': 438,
|
|
'Connecting': 439,
|
|
'Shutting down': 440,
|
|
'All versions': 441,
|
|
'New notifications': 442,
|
|
'View': 443,
|
|
'Reloading PWA': 444,
|
|
'Completed': 445,
|
|
'System data': 446,
|
|
'Not attempted': 447,
|
|
'Failed': 448,
|
|
'Succeeded': 449,
|
|
'Restart your server for these updates to take effect. It can take several minutes to come back online.': 450,
|
|
'StartOS download complete': 451,
|
|
'Unknown storage drive detected': 452,
|
|
'To use a different storage drive, replace the current one and click RESTART SERVER below. To use the current storage drive, click USE CURRENT DRIVE below, then follow instructions. No data will be erased during this process.': 453,
|
|
'Storage drive not found': 454,
|
|
'Insert your StartOS storage drive and click RESTART SERVER below.': 455,
|
|
'Storage drive corrupted. This could be the result of data corruption or physical damage.': 456,
|
|
'It may or may not be possible to re-use this drive by reformatting and recovering from backup. To enter recovery mode, click ENTER RECOVERY MODE below, then follow instructions. No data will be erased during this step.': 457,
|
|
'Filesystem error': 458,
|
|
'Repairing the disk could help resolve this issue. Please DO NOT unplug the drive or server during this time or the situation will become worse.': 459,
|
|
'Disk management error': 460,
|
|
'Please contact support': 461,
|
|
'Diagnostic Mode': 462,
|
|
'launch error': 463,
|
|
'View logs': 464,
|
|
'Possible solutions': 465,
|
|
'Setup current drive': 466,
|
|
'Enter recovery mode': 467,
|
|
'Server is restarting': 468,
|
|
'Wait for the server to restart, then refresh this page.': 469,
|
|
'Restart server': 470,
|
|
'Repair drive': 471,
|
|
'Setting up your server': 472,
|
|
'Progress': 473,
|
|
'Login to StartOS': 474,
|
|
'Login': 475,
|
|
'Logging in': 476,
|
|
'Password must be less than 65 characters': 477,
|
|
'Invalid password': 478,
|
|
'Download and trust your Root Certificate Authority to establish a secure (HTTPS) connection. You will need to repeat this on every device you use to connect to your server.': 479,
|
|
'Save this page so you can access it later. You can also find this address in the file downloaded at the end of initial setup.': 480,
|
|
'You have successfully trusted your Root CA and may now log in securely.': 481,
|
|
'Your server uses its Root CA to generate SSL/TLS certificates for itself and installed services. These certificates are then used to encrypt network traffic with your client devices.': 482,
|
|
'Follow instructions for your OS. By trusting your Root CA, your device can verify the authenticity of encrypted communications with your server.': 483,
|
|
'Refresh the page. If refreshing the page does not work, you may need to quit and re-open your browser, then revisit this page.': 484,
|
|
'StartOS UI': 485,
|
|
'WiFi': 486,
|
|
'Documentation': 487, // as in, a website to view documentation
|
|
'es_ES': 488,
|
|
'pl_PL': 489,
|
|
'de_DE': 490,
|
|
'en_US': 491,
|
|
'Start Menu': 492,
|
|
'Install Progress': 493,
|
|
'Downloading': 494,
|
|
'Validating': 495,
|
|
'in progress': 496,
|
|
'complete': 497,
|
|
'Booting StartOS': 498,
|
|
'To get started, visit the Marketplace and download your first service': 499,
|
|
'View Marketplace': 500,
|
|
'Welcome to': 501,
|
|
'sovereign computing': 502,
|
|
'Customize the name appearing in your browser tab': 503,
|
|
'Manage': 504, // as in, administer
|
|
'"Soft uninstall" will remove the service from StartOS but preserve its data.': 506,
|
|
'No saved providers': 507,
|
|
'Kiosk Mode': 508, // an OS mode that permits attaching a monitor to the computer
|
|
'Enabled': 509,
|
|
'Disable Kiosk Mode unless you need to attach a monitor': 510,
|
|
'Enable Kiosk Mode if you need to attach a monitor': 511,
|
|
'Kiosk Mode is unavailable on this device': 512,
|
|
'Enable': 513,
|
|
'Disable': 514,
|
|
'This change will take effect after the next boot': 515,
|
|
'Recommended': 516, // as in, we recommend this
|
|
'Are you sure you want to dismiss this task?': 517,
|
|
'Dismiss': 518, // as in, dismiss or delete a task
|
|
'Must be a valid IPv4 or Ipv6 address with optional port': 519,
|
|
'Update available': 520,
|
|
'To resolve the issue, refer to': 521,
|
|
'SDK version': 522,
|
|
'Backup Report': 523,
|
|
'Delete selected': 524,
|
|
'No SSH keys': 525,
|
|
'Add SSH key': 526,
|
|
'SSH Keys': 527,
|
|
'Source Code': 528,
|
|
'Upstream service': 529, // as in, the URL of the source code for the original software
|
|
'StartOS package': 530, // as in, the URL of the source code for the StartOS package
|
|
'Error initializing server': 531,
|
|
'Finished': 532, // an in, complete
|
|
'Gateways': 533, // as in, a device or software that connects two different networks
|
|
'Add StartTunnel Gateway': 535, // as in, add a new StartTunnel network gateway to StartOS
|
|
'Rename': 536,
|
|
'Access': 537, // as in, public or private access, almost "permission"
|
|
'Public Domains': 538, // as in, internet domains
|
|
'Certificate Authorities': 539,
|
|
'Domain': 540, // as in, an internat domain name
|
|
'Gateway': 541, // as in, a device or software that connects two different networks
|
|
'Certificate Authority': 543,
|
|
'Edit public domain': 544,
|
|
'No public domains': 545,
|
|
'Provider': 546,
|
|
'View DNS': 547,
|
|
'New public domain': 548,
|
|
'Addresses': 550,
|
|
'No addresses': 553,
|
|
'Change CA': 554,
|
|
'Address details': 555,
|
|
'Private Domains': 556,
|
|
'No private domains': 557,
|
|
'New private domain': 558,
|
|
'DNS Servers': 559,
|
|
'Enter a fully qualified domain name. Since the domain is for private use, it can be any domain you want, even one you do not control.': 560,
|
|
'Enter a fully qualified domain name. For example, if you control domain.com, you could enter domain.com or subdomain.domain.com or another.subdomain.domain.com.': 561,
|
|
'DNS Records': 562,
|
|
'Create one of the DNS records below.': 563,
|
|
'No DNS record detected for': 564, // this is a partial sentence. A domain name will be added after "for" to complete the sentence.
|
|
'Invalid DNS record': 565,
|
|
'resolves to': 566, // as in "domain.com 'resolves to' [IP address]"
|
|
'DNS record detected!': 567,
|
|
'Select a gateway to use for this domain.': 568,
|
|
'Select a Certificate Authority to issue SSL/TLS certificates for this domain': 569,
|
|
'Other': 570, // as in, a list option to indicate none of the options listed
|
|
'A name to easily identify the gateway': 571,
|
|
"Not good for public access, since the certificate is signed by your Server's Root CA": 572,
|
|
'File': 574, // as in, a computer file
|
|
'StartTunnel Config File': 575,
|
|
'Copy/Paste': 576,
|
|
'File Contents': 577,
|
|
'Public Key': 578, // as in, a cryptographic public key
|
|
'must be a valid SSH public key': 579,
|
|
'Refresh Needed': 580,
|
|
'Your user interface is cached and out of date. Attempt to reload the PWA using the button below. If you continue to see this message, uninstall and reinstall the PWA.': 581,
|
|
'Your user interface is cached and out of date. Hard refresh the page to get the latest UI.': 582,
|
|
'Host': 606, // as in, a network host
|
|
'Value': 607, // as in, the value in a column of a table
|
|
'Dynamic DNS': 610,
|
|
'No service interfaces': 611, // as in, there are no available interfaces (API, UI, etc) for this software application
|
|
'Reason': 612, // as in, an explanation for something
|
|
'Cannot disable private gateways for StartOS UI': 613,
|
|
'Root CA': 614, // as in, the unique, fixed-length digital identifier generated from a certificate's data using a cryptographic hash function
|
|
'Use the DNS servers provided by your router': 615,
|
|
'Use DNS servers you specify manually': 616,
|
|
'Static': 617, // as in, unchanging
|
|
'Servers': 618, // as in, computer servers
|
|
'Warning. StartOS is currently using the following gateway for DNS': 619,
|
|
'If you intend to use this gateway for private domain resolution, set alternative static DNS servers using the form above.': 620,
|
|
'Package a service': 621, // as in, package a software application for an operating system
|
|
'Released': 622, // as in, the date something became available
|
|
'Alternative Implementations': 623,
|
|
'Versions': 624,
|
|
'Select another version': 625,
|
|
'Upload': 626, // as in, upload a file
|
|
'Open UI': 627, // as in, upload a file
|
|
'Copied to clipboard': 628,
|
|
// Setup wizard keys
|
|
'Installing StartOS': 629,
|
|
'Select your language': 630,
|
|
'Select Keyboard Layout': 631,
|
|
'Keyboard': 632,
|
|
'Select Setup Flow': 633,
|
|
'Start Fresh': 634,
|
|
'Set up a brand new server': 635,
|
|
'Restore from Backup': 636,
|
|
'Restore StartOS data from an encrypted backup': 637,
|
|
'Transfer data from an existing StartOS data drive': 638,
|
|
'Select Drives': 639, // as in storage devices
|
|
'No drives found. Please connect a drive and click Refresh.': 640,
|
|
'OS Drive': 641,
|
|
'Data Drive': 642,
|
|
'StartOS Data Detected': 643,
|
|
'Data on the OS drive may be overwritten.': 644,
|
|
'your StartOS data on the data drive will be preserved.': 645,
|
|
'Data on this drive will be overwritten.': 646,
|
|
'Data on both drives will be overwritten.': 647,
|
|
'Select Backup': 648,
|
|
'Select the StartOS backup you want to restore': 649,
|
|
'Open Network Backup': 650, // as in, a backup stored on a networked device
|
|
'Physical Backups': 651, // as in, a backup stored on a physical drive
|
|
'No physical backups': 652,
|
|
'Connect Network Folder': 653,
|
|
'Select Network Backup': 654,
|
|
'Unlock Backup': 655,
|
|
'Transfer Data': 656,
|
|
'Select the drive containing your existing StartOS data': 657,
|
|
'Select Drive': 658,
|
|
'No StartOS data drives found': 659,
|
|
'Set Up Your Server': 660,
|
|
'Set New Password (Optional)': 661,
|
|
'Enter Password': 664,
|
|
'Confirm Password': 665,
|
|
'Finish': 666,
|
|
'Starting setup': 667,
|
|
'Wait 1-2 minutes and refresh the page': 670,
|
|
'Setup Complete!': 672,
|
|
'http://start.local was for setup only. It will no longer work.': 675,
|
|
'Download Address Info': 676,
|
|
"Contains your server's permanent local address and Root CA": 677,
|
|
'Remove Installation Media': 678,
|
|
'Remove USB stick or other installation media from your server': 679,
|
|
'Restart Server': 680,
|
|
'Waiting for server to come back online': 681,
|
|
'Server is back online': 682,
|
|
'Restart your server to complete setup': 683,
|
|
'Open Local Address': 684,
|
|
'Continue to Login': 685,
|
|
'Proceed to the StartOS login screen': 686,
|
|
'Server did not come back online. Please check your server and try accessing it manually.': 687,
|
|
'This field is required': 691,
|
|
'Connection Failed': 692,
|
|
'Unable to connect to network folder. Ensure (1) target computer is connected to LAN, (2) target folder is being shared, and (3) hostname, path, and credentials are accurate.': 693,
|
|
'This drive contains existing StartOS data.': 694,
|
|
'to keep your data.': 695,
|
|
'to discard': 696,
|
|
'Enter the password that was used to encrypt this backup.': 697,
|
|
'Multiple backups found. Select which one to restore.': 698,
|
|
'Backups': 699,
|
|
'The drive where the StartOS operating system will be installed.': 700,
|
|
'The drive where your StartOS data (services, settings, etc.) will be stored. This can be the same as the OS drive or a separate drive.': 701,
|
|
'After transferring data from this drive, do not attempt to boot into it again as a Start9 Server. This may result in services malfunctioning, data corruption, or loss of funds.': 702,
|
|
'Must be 12 characters or greater': 703,
|
|
'Must be 64 character or less': 704,
|
|
'Passwords do not match': 705,
|
|
'Preserve': 706,
|
|
'Overwrite': 707,
|
|
'Unlock': 708,
|
|
'Transfer': 710, // the verb
|
|
'The list is empty': 711,
|
|
'Restart now': 712,
|
|
'Later': 713, // as in, (do it) later
|
|
'Installation Complete!': 714,
|
|
'StartOS has been installed successfully.': 715,
|
|
'Continue to Setup': 716,
|
|
'Set Outbound Gateway': 717,
|
|
'Current': 718,
|
|
'System default': 719,
|
|
'Outbound Gateway': 720,
|
|
'Select the gateway for outbound traffic': 721,
|
|
'The type of gateway': 722,
|
|
'Outbound Only': 723,
|
|
'WireGuard Config File': 726,
|
|
'Inbound/Outbound': 727,
|
|
'StartTunnel (Inbound/Outbound)': 728,
|
|
'Ethernet': 729,
|
|
'Add Domain': 730,
|
|
'Public Domain': 731,
|
|
'Private Domain': 732,
|
|
'Hide': 733,
|
|
'Certificate': 735,
|
|
'Self signed': 736,
|
|
'Port Forwarding': 737,
|
|
'DNS': 739,
|
|
'Instructions': 740,
|
|
'In your domain registrar for': 741, // partial sentence, followed by a domain name
|
|
'create this DNS record': 742,
|
|
'In your gateway': 743, // partial sentence, followed by a gateway name
|
|
'create this port forwarding rule': 744,
|
|
'External Port': 745,
|
|
'Internal Port': 747,
|
|
'DNS Server Config': 749,
|
|
'must be configured to use': 750,
|
|
'the LAN IP address of this server': 751,
|
|
'as its DNS server': 752,
|
|
'DNS Server': 753,
|
|
'View port forwards': 754,
|
|
'Interface(s)': 755,
|
|
'No port forwarding rules': 756,
|
|
'Port forwarding rules required on gateway': 757,
|
|
'You are currently connected via your .local address. Changing the hostname will require you to switch to the new .local address.': 763,
|
|
'Hostname Changed': 764,
|
|
'Open new address': 765,
|
|
'Your server is now reachable at': 766,
|
|
'Server Name': 767,
|
|
'Address Requirements': 768,
|
|
'Version, Root CA, and more': 769,
|
|
'Details': 770,
|
|
'Game Over': 771,
|
|
'Press any key or tap to start': 772,
|
|
'Press any key or tap to play again': 773,
|
|
'Port status cannot be determined while service is not running': 774,
|
|
'This address will not work from your local network due to a router hairpinning limitation': 775,
|
|
'Action not found': 776,
|
|
'This domain will also apply to': 777,
|
|
'Plugin': 778,
|
|
'Public': 779, // as in, publicly accessible
|
|
'Private': 780, // as in, privately accessible
|
|
'Local': 781, // as in, locally accessible
|
|
'Unknown Drive': 782,
|
|
'Must be a valid email address': 783,
|
|
'Auto': 786,
|
|
'Outbound Traffic': 787,
|
|
'Use gateway': 788,
|
|
// Secure Boot MOK enrollment
|
|
'Secure Boot Key Enrollment': 789,
|
|
'A signing key was enrolled for Secure Boot. On the next reboot, a blue screen (MokManager) will appear.': 790,
|
|
'Enter your StartOS master password when prompted': 791,
|
|
'Got it': 792,
|
|
'Secure Boot Enrollment': 793,
|
|
'Prepare for Secure Boot key enrollment on the next reboot': 794,
|
|
'Connect a monitor and keyboard to your server before rebooting.': 795,
|
|
'Keep your monitor connected for the next reboot.': 796,
|
|
'On the next boot, a blue screen (MokManager) will appear. You will have 10 seconds to select "Enroll MOK" before it dismisses.': 797,
|
|
'If you miss the window, simply reboot to try again. The blue screen will appear on every boot until the key is enrolled.': 798,
|
|
'After clicking "Enroll MOK":': 799,
|
|
'When prompted, enter your StartOS password': 800,
|
|
'Your system has Secure Boot enabled, which requires all kernel modules to be signed with a trusted key. Some hardware drivers \u2014 such as those for NVIDIA GPUs \u2014 are not signed by the default distribution key. Enrolling the StartOS signing key allows your firmware to trust these modules so your hardware can be fully utilized.': 801,
|
|
'OS-level translations are already in effect. A restart is required for service-level translations to take effect.': 802,
|
|
'This drive uses ext4 and will be automatically converted to btrfs. A backup is strongly recommended before proceeding.': 803,
|
|
'I have a backup of my data': 804,
|
|
}
|