v1.0 Initial commit of project
This commit is contained in:
290
pub/bin/locales/en.php
Normal file
290
pub/bin/locales/en.php
Normal file
@@ -0,0 +1,290 @@
|
||||
<?php
|
||||
return [
|
||||
'active_language' => 'English',
|
||||
'nl' => 'Dutch',
|
||||
'en' => 'English',
|
||||
'version' => 'Version',
|
||||
'hi' => 'Hi',
|
||||
'change_password' => 'Change password',
|
||||
'feedback' => 'Feedback',
|
||||
'changelog' => 'Changelog',
|
||||
'logout' => 'Logout',
|
||||
'dashboard' => 'Dashboard',
|
||||
'platforms' => 'Platforms',
|
||||
'vendors' => 'Vendors',
|
||||
'devices' => 'Devices',
|
||||
'device_settings' => 'Settings',
|
||||
'organizations' => 'Organizations',
|
||||
'tenants' => 'Tenants',
|
||||
'users' => 'Users',
|
||||
'user' => 'User',
|
||||
'phones' => 'Phones',
|
||||
'phonebook' => 'Phonebook',
|
||||
'phonebooks' => 'Phonebooks',
|
||||
'provisioning' => 'Provisioning',
|
||||
'activity' => 'Activity',
|
||||
'inventory' => 'Inventory',
|
||||
'customers' => 'Customers',
|
||||
'rps_panel' => 'RPS Panel',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'portal_settings' => 'Portal Settings',
|
||||
'dashboard_text_platforms' => 'Manage VoIP platforms.',
|
||||
'dashboard_text_vendors' => 'Manage VoIP vendors.',
|
||||
'dashboard_text_devices' => 'Manage VoIP devices and modules.',
|
||||
'dashboard_text_device_settings' => 'Manage settings for devices and modules.',
|
||||
'dashboard_text_organizations' => 'Manage available customers.',
|
||||
'dashboard_text_phones' => 'Edit phone configurations.',
|
||||
'dashboard_text_phonebooks' => 'Edit phonebooks and contacts.',
|
||||
'admin_management' => 'Admin Access',
|
||||
'access_control' => 'Access Control',
|
||||
'monitoring' => 'Monitoring',
|
||||
'systemconfig' => 'Portal Management',
|
||||
'dashboard_text_admin_management' => 'Manage access for administrators',
|
||||
'dashboard_text_access_control' => 'Edit permission and groups',
|
||||
'dashboard_text_monitoring' => 'Monitoring and logs from the portal',
|
||||
'dashboard_text_systemconfig' => 'System configuration management',
|
||||
'language' => 'Change language',
|
||||
'changed_language' => 'Language changed',
|
||||
'add_platform' => 'Add platform',
|
||||
'edit_platform' => 'Edit platform',
|
||||
'edited_platform' => 'Edited platform',
|
||||
'uuid' => 'uuid',
|
||||
'platform_name' => 'Name',
|
||||
'platform_slugify' => 'Slugify',
|
||||
'platform_enabled' => 'Enabled',
|
||||
'platform_image' => 'Image',
|
||||
'upload_image' => 'Upload a Image',
|
||||
'platform_description' => 'Description',
|
||||
'close' => 'Close',
|
||||
'enabled' => 'Enabled',
|
||||
'enable' => 'Enable',
|
||||
'disabled' => 'Disabled',
|
||||
'platform_added' => 'Platform successfully added',
|
||||
'error_contact_support' => 'Something went wrong, please contact support.',
|
||||
'error_no_valid_json' => 'Invalid JSON format',
|
||||
'edit' => 'Edit',
|
||||
'info' => 'Info',
|
||||
'delete' => 'Delete',
|
||||
'information' => 'Information',
|
||||
'create_date' => 'Create date',
|
||||
'date' => 'Date',
|
||||
'time' => 'Time',
|
||||
'last_modified_date' => 'Last modified date',
|
||||
'last_update' => 'Last update',
|
||||
'never' => 'Never',
|
||||
'save' => 'Save',
|
||||
'add_vendor' => 'Add vendor',
|
||||
'edit_vendor' => 'Edit vendor',
|
||||
'edited_vendor' => 'Edited vendor',
|
||||
'vendor_name' => 'Name',
|
||||
'vendor_enabled' => 'Enabled',
|
||||
'vendor_slugify' => 'Slugify',
|
||||
'vendor_description' => 'Description',
|
||||
'vendor_image' => 'Image',
|
||||
'vendor_uuid' => 'uuid',
|
||||
'vendor_added' => 'Vendor added successfully',
|
||||
'add_device' => 'Add device',
|
||||
'device_vendor' => 'Vendor',
|
||||
'device_name' => 'Name',
|
||||
'device_slugify' => 'Slugify',
|
||||
'device_notes' => 'Notes',
|
||||
'device_image' => 'Image',
|
||||
'device_uuid' => 'uuid',
|
||||
'device_added' => 'Device added successfully',
|
||||
'device_enabled' => 'Enabled',
|
||||
'device_max_accounts' => 'Max. SIP accounts',
|
||||
'device_allowed_codecs' => 'Allowed codecs',
|
||||
'device_extensions' => 'Extensions',
|
||||
'device_extra' => 'Extra data',
|
||||
'json_enter' => 'Enter JSON data',
|
||||
'json_valid' => 'JSON valid',
|
||||
'json_invalid' => 'Invalid JSON. Please check your input.',
|
||||
'add_phone_device' => 'Add phone',
|
||||
'add_module_device' => 'Add module',
|
||||
'add_handset_device' => 'Add handset',
|
||||
'add_base_device' => 'Add base station',
|
||||
'no_vendor_found' => 'No vendors found',
|
||||
'image_no_equal_dimensions' => 'The uploaded image must have equal width and height.',
|
||||
'image_size_exceeded_500' => 'The uploaded image must not exceed 500x500 pixels.',
|
||||
'image_not_png' => 'The uploaded image is not a PNG.',
|
||||
'edit_device' => 'Edit device',
|
||||
'edited_device' => 'Device edited successfully',
|
||||
'search_' => 'Search...',
|
||||
'no_device_found' => 'No devices found',
|
||||
'action_confirm' => 'Are you sure?',
|
||||
'action_confirm_text' => 'Are you sure you want to perform this action?',
|
||||
'action_confirm_button' => 'Yes!',
|
||||
'action_cancel_button' => 'Nope!',
|
||||
'action_success_text' => 'Action successfully performed!',
|
||||
'action_success_title' => 'Done!',
|
||||
'action_error_text' => 'An error occurred :(',
|
||||
'action_error_title' => 'Error!',
|
||||
'action_cancel_confirm_title' => 'Cancelled!',
|
||||
'action_cancel_confirm_text' => 'Nothing done, you are safe!',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'view' => 'View',
|
||||
'drag_and_drop_files_here' => 'Drag and Drop files here',
|
||||
'filename' => 'Filename',
|
||||
'filesize' => 'File size',
|
||||
'file_last_modified' => 'Last modified',
|
||||
'document' => 'Document',
|
||||
'extensions_available' => 'Extensions available',
|
||||
'handsets_available' => 'Extensions available',
|
||||
'no_extensions_available' => 'No extensions available',
|
||||
'parent_device' => 'Associated Devices',
|
||||
'templates' => 'Templates',
|
||||
'default' => 'Default',
|
||||
'template_added' => 'Template added successfully',
|
||||
'eol' => 'End of Life',
|
||||
'user_groups' => 'User groups',
|
||||
'user_group' => 'User group',
|
||||
'add_user_groups' => 'Add user group',
|
||||
'user_group_name' => 'Group name',
|
||||
'user_group_slugify' => 'Slugify name',
|
||||
'no_user_groups_found' => 'No user groups found',
|
||||
'actions' => 'Actions',
|
||||
'weight' => 'weigth',
|
||||
'edit_user_groups' => 'Edit Group',
|
||||
'global_settings' => 'Global',
|
||||
'permission' => 'Permissions',
|
||||
'administrators' => 'Admins',
|
||||
'admin' => 'Administrator',
|
||||
'portal_name' => 'Portal name',
|
||||
'portal_slugify' => 'Portal slugify',
|
||||
'portal_provider_name' => 'Portal provider name',
|
||||
'portal_provider_slugify' => 'Portal provider slugify',
|
||||
'admin_auth_methods' => 'Admin authentication methods',
|
||||
'cacert_url' => 'CA certificate URL',
|
||||
'autop_url' => 'Autoprovisioning URL',
|
||||
'copied' => 'Copied!',
|
||||
'copy_text_success' => 'The text is copied!',
|
||||
'ok' => 'Okay',
|
||||
'user_group_type' => 'Group type',
|
||||
'add_admin' => 'Add admin',
|
||||
'user_added' => 'User successfully added',
|
||||
'user_already_exsist' => 'There already is an user with this email address',
|
||||
'user_email' => 'Email',
|
||||
'first_name' => 'First name',
|
||||
'last_name' => 'Last name',
|
||||
'full_name' => 'Name',
|
||||
'password' => 'Password',
|
||||
'phone_number' => 'Phone number',
|
||||
'user_status' => 'Status',
|
||||
'preferred_language' => 'Language',
|
||||
'portal_management' => 'Portal management',
|
||||
'overview' => 'Overview',
|
||||
'mfa' => 'MFA',
|
||||
'ldap_settings' => 'LDAP',
|
||||
'saml_settings' => 'SAML',
|
||||
'health_check' => 'Health Check',
|
||||
'cannot_add_superuser_group' => 'Superuser group cannot be modified',
|
||||
'on' => 'On',
|
||||
'off' => 'Off',
|
||||
'edit_admin' => 'Edit admin',
|
||||
'add_permission' => 'Add permission',
|
||||
'edit_permission' => 'Edit permission',
|
||||
'permission_name' => 'Permission name',
|
||||
'permission_slugify' => 'Permission slugify',
|
||||
'item_already_exists' => 'Item with this name already exists',
|
||||
'item_added' => 'Item successfully added',
|
||||
'group_added' => 'Group successfully added',
|
||||
'permission_description' => 'Permission description',
|
||||
'unable_to_find_item' => 'Item not found',
|
||||
'NA' => 'Not Available',
|
||||
'RO' => 'Read Only',
|
||||
'RW' => 'Read Write',
|
||||
'user_profile' => 'Profile',
|
||||
'set_mfa' => 'Enable two factor authentication',
|
||||
'reset_mfa' => 'Disable two factor authentication',
|
||||
'avatar_changed' => 'Avatar changed',
|
||||
'mail_settings' => 'Mail',
|
||||
'mail_smtp_host' => 'SMTP host',
|
||||
'mail_smtp_auth' => 'SMTP Authentication',
|
||||
'mail_smtp_port' => 'SMTP Port',
|
||||
'mail_smtp_user' => 'SMTP Username',
|
||||
'mail_smtp_pass' => 'SMTP Password',
|
||||
'mail_smtp_secure' => 'SMTP Secure',
|
||||
'mail_from_address' => 'From Address',
|
||||
'mail_from_name' => 'From Name',
|
||||
'mail_settings_edited' => 'Mail settings saved',
|
||||
'admin_creation_instruction' => 'After creating an admin user, an email will be sent to them to verify their email address and create a password.',
|
||||
'edit_profile' => 'Edit profile',
|
||||
'user_saved' => 'Profile updated',
|
||||
'insecure_password' => 'Insecure Password',
|
||||
'user_management' => 'User management',
|
||||
'reset_password' => 'Reset password',
|
||||
'mfa_disabled' => 'Two factor authentication is disabled.',
|
||||
'send_password_reset' => 'Send password reset email',
|
||||
'email_send' => 'Email sent',
|
||||
'api_token_created' => 'API token created',
|
||||
'permission_created' => 'Permission created',
|
||||
'permission_updated' => 'Permission updated',
|
||||
'modules' => 'Modules',
|
||||
'module' => 'Module',
|
||||
'autoproviosioning' => 'Autoprovisioning',
|
||||
'dashboard_text_stompjes' => 'Can you kick it?',
|
||||
'office' => 'Office',
|
||||
'stompjeslist' => 'Stompjeslist',
|
||||
'stompable' => 'Stompable',
|
||||
'stompjes' => 'Stomps',
|
||||
'stomped' => 'Stomped',
|
||||
'stomped_success' => 'Ough and other oof sounds',
|
||||
'deleted' => 'Deleted',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'sources' => 'Sources',
|
||||
'api_token' => 'API token',
|
||||
'api_tokens' => 'API tokens',
|
||||
'api_token_copy_new' => 'This token is visible only once. Make sure to copy and save it now if you plan to use it later.',
|
||||
'generate_new_api_token' => 'Generate new API token',
|
||||
'inserve_url' => 'Inserve URL',
|
||||
'inserve_source' => 'Inserve Configuration',
|
||||
'test_connection' => 'Test Connection',
|
||||
'connection_success_title' => 'Successful',
|
||||
'connection_success_text' => 'Connection made successful',
|
||||
'connection_error_title' => 'Error',
|
||||
'connection_error_text' => 'Connection error',
|
||||
'companies' => 'Companies',
|
||||
'sync' => 'Sync',
|
||||
'company_activated_title' => 'Activated',
|
||||
'company_deactivated_title' => 'Deactivated',
|
||||
'company_activated_text' => 'Company is now activated.',
|
||||
'company_deactivated_text' => 'Company is now deactivated.',
|
||||
'company_name' => 'Name',
|
||||
'company' => 'Company',
|
||||
'company_id' => 'ID',
|
||||
'company_debtor' => 'Debtor',
|
||||
'company_state' => 'State',
|
||||
'server_count' => 'Server count',
|
||||
'show_all' => 'Show all',
|
||||
'show_active' => 'Show active',
|
||||
'servers' => 'Servers',
|
||||
'server_overview' => 'Server overview',
|
||||
'dashboard_text_server_overview' => 'View the servers overview',
|
||||
'server_hostname' => 'Hostname',
|
||||
'server_power_state' => 'On/Off',
|
||||
'server_state' => 'State',
|
||||
'server_os' => 'OS',
|
||||
'server_cpu' => 'CPU',
|
||||
'server_memory' => 'Mem',
|
||||
'server_memory_demand' => 'Mem dmnd.',
|
||||
'server_disks' => 'Disks',
|
||||
'server_ipv4' => 'IPv4',
|
||||
'server_ipv6' => 'IPv6',
|
||||
'server_vm_snapshot' => 'Snapshot',
|
||||
'server_vm_generation' => 'Gen',
|
||||
'server_licenses' => 'Licenses',
|
||||
'server_backup' => 'Backups',
|
||||
'disk_space' => 'Disk space',
|
||||
'disk_used' => 'Disk used',
|
||||
'disk_location' => 'Disk location',
|
||||
'type' => 'Type',
|
||||
'all_technical_information' => 'All technical information',
|
||||
'avatar' => 'Avatar',
|
||||
'user_state' => 'Staat',
|
||||
'last_login' => 'Last login',
|
||||
'description' => 'Description',
|
||||
'name' => 'Name',
|
||||
'show_del' => 'del.'
|
||||
];
|
||||
Reference in New Issue
Block a user