ConvoyPanel/lang/en_US/strings.php
Eric Wang c2d6c03d25 idk
2023-09-02 03:51:16 +00:00

110 lines
3.1 KiB
PHP

<?php
return [
'email' => 'Email',
'password' => 'Password',
'server' => 'Server',
'server_one' => 'Server',
'server_other' => 'Servers',
'name' => 'Name',
'node' => 'Node',
'node_one' => 'Node',
'node_other' => 'Nodes',
'memory' => 'Memory',
'cpu' => 'CPU',
'disk' => 'Disk',
'general' => 'General',
'overview' => 'Overview',
'location' => 'Location',
'location_one' => 'Location',
'location_other' => 'Locations',
'owner' => 'Owner',
'user' => 'User',
'user_one' => 'User',
'user_other' => 'Users',
'token' => 'Token',
'token_one' => 'Token',
'token_other' => 'Tokens',
'backup' => 'Backup',
'backup_one' => 'Backup',
'backup_other' => 'Backups',
'setting' => 'Setting',
'setting_one' => 'Setting',
'setting_other' => 'Settings',
'search' => 'Search',
'admin_cp' => 'Admin Control Panel',
'exit_admin_cp' => 'Exit Admin Control Panel',
'suspended' => 'Suspended',
'network' => 'Network',
'ip' => 'IP Address',
'address_one' => 'Address',
'address_other' => 'Addresses',
'addressWithCount_one' => ':count address',
'addressWithCount_other' => ':count addresses',
'gateway' => 'Gateway',
'mac_address' => 'Mac Address',
'none' => 'None',
'unlimited' => 'Unlimited',
'launch' => 'Launch',
'create' => 'Create',
'cancel' => 'Cancel',
'display_name' => 'Display Name',
'hostname' => 'Hostname',
'reinstall' => 'Reinstall',
'template' => 'Template',
'template_one' => 'Template',
'template_other' => 'Templates',
'template_group' => 'Template Group',
'system_os_password' => 'System OS Password',
'mount' => 'Mount',
'unmount' => 'Unmount',
'primary' => 'Primary',
'media' => 'Media',
'save' => 'Save',
'ssh_key' => 'SSH Key',
'ssh_key_one' => 'SSH Key',
'ssh_key_other' => 'SSH Keys',
'version' => 'Version :version',
'description' => 'Description',
'visibility' => 'Visibility',
'hidden' => 'Hidden',
'size' => 'Size',
'type' => 'Type',
'delete' => 'Delete',
'hardware' => 'Hardware',
'status' => 'Status',
'bandwidth_usage' => 'Bandwidth Usage',
'administrator' => 'Administrator',
'last_used' => 'Last Used',
'success' => 'Success',
'error' => 'Error',
'restore' => 'Restore',
'english_chars' => 'English keyboard characters',
'confirm' => 'Confirm',
'saving' => 'Saving...',
'saved' => 'Saved',
'primary_disk' => 'Primary Disk',
'nameserver' => 'Nameserver',
'nameserver_one' => 'Nameserver',
'nameserver_other' => 'Nameservers',
'new' => 'New',
'add' => 'Add',
'authentication' => 'Authentication',
'edit' => 'Edit',
'fqdn' => 'FQDN',
'port' => 'Port',
'iso' => 'ISO',
'iso_one' => 'ISO',
'iso_other' => 'ISOs',
'ipam' => 'IPAM',
'link' => 'Link',
'file_name' => 'File Name',
'query' => 'Query',
'import' => 'Import',
'download' => 'Download',
'cidr' => 'CIDR',
'ipv4' => 'IPv4',
'ipv6' => 'IPv6',
'single' => 'Single',
'multiple' => 'Multiple',
];