v1.2 initial commit
This commit is contained in:
303
pub/bin/locales/en.php
Normal file
303
pub/bin/locales/en.php
Normal file
@@ -0,0 +1,303 @@
|
||||
<?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_reserved_space' => 'Provisioned size',
|
||||
'disk_used' => 'Disk used',
|
||||
'disk_file_used' => 'Used size',
|
||||
'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.',
|
||||
'source_custom_data' => "Custom source data",
|
||||
'settings' => 'settings',
|
||||
'source_description' => 'Enter the necessary API details to set up and configure your connection to the Inserve API. This allows Sentri to communicate with Inserve and retrieve the data it needs. ',
|
||||
'source_inserve_sync_cloud' => 'Sync cloud distributor companies',
|
||||
'source_inserve_sync_cloud_desc' => 'This API call synchronizes active companies in Sentri with the corresponding cloud distributor companies in Inserve. These cloud distributor companies are required to associate Sentri server licenses with companies in Inserve.',
|
||||
'source_inserve_sync_companies' => 'Sync companies from Inserve to Sentri',
|
||||
'source_inserve_sync_companies_desc' => 'This API call retrieves all companies from Inserve and creates or updates them in Sentri.',
|
||||
'source_inserve_sync_licenses' => 'Sync servers licenses',
|
||||
'source_inserve_sync_licenses_desc' => 'This API call first executes the <b>Sync cloud distributor companies</b> action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri.',
|
||||
'source_inserve_sync_subscriptions' => 'Sync server subscriptions',
|
||||
'source_inserve_sync_subscriptions_desc' => 'This API call first executes the <b>Sync cloud distributor</b> companies action and then creates a subscription if it does not exist, or updates the subscription description if it does. It also creates subscription lines with the correct product_code entered in the <b>custom source data</b> JSON field.',
|
||||
];
|
||||
303
pub/bin/locales/nl.php
Normal file
303
pub/bin/locales/nl.php
Normal file
@@ -0,0 +1,303 @@
|
||||
<?php
|
||||
return [
|
||||
'active_language' => 'Nederlands',
|
||||
'nl' => 'Nederlands',
|
||||
'en' => 'Engels',
|
||||
'version' => 'Versie',
|
||||
'hi' => 'Hoi',
|
||||
'change_password' => 'Wachtwoord wijzigen',
|
||||
'feedback' => 'Feedback',
|
||||
'changelog' => 'Changelog',
|
||||
'logout' => 'Uitloggen',
|
||||
'dashboard' => 'Dashboard',
|
||||
'platforms' => 'Platformen',
|
||||
'vendors' => 'Vendors',
|
||||
'devices' => 'Apparaten',
|
||||
'device_settings' => 'Instellingen',
|
||||
'organizations' => 'Organisaties',
|
||||
'tenants' => 'Organisaties',
|
||||
'users' => 'Gebruikers',
|
||||
'user' => 'Gebruiker',
|
||||
'phones' => 'Telefoons',
|
||||
'phonebook' => 'Telefoonboek',
|
||||
'phonebooks' => 'Telefoonboeken',
|
||||
'provisioning' => 'Provisioning',
|
||||
'activity' => 'Activiteit',
|
||||
'inventory' => 'Inventaris',
|
||||
'customers' => 'Klanten',
|
||||
'rps_panel' => 'RPS Paneel',
|
||||
'admin_settings' => 'Beheer Instellingen',
|
||||
'portal_settings' => 'Portaal Settings',
|
||||
'dashboard_text_platforms' => 'Beheer VoIP-platformen.',
|
||||
'dashboard_text_vendors' => 'Beheer VoIP-vendors.',
|
||||
'dashboard_text_devices' => 'Beheer VoIP-apparaten en modules.',
|
||||
'dashboard_text_device_settings' => 'Beheer instellingen voor apparaten en modules.',
|
||||
'dashboard_text_organizations' => 'Beheer beschikbare klanten.',
|
||||
'dashboard_text_phones' => 'Bewerk telefoonconfiguraties.',
|
||||
'dashboard_text_phonebooks' => 'Bewerk telefoonboeken en contacten.',
|
||||
'admin_management' => 'Admin Beheer',
|
||||
'access_control' => 'Toegangs beheer',
|
||||
'monitoring' => 'Monitoring',
|
||||
'systemconfig' => 'Portaal beheer',
|
||||
'dashboard_text_admin_management' => 'Toegang beheer voor administrators',
|
||||
'dashboard_text_access_control' => 'Beheer permissies en groepen',
|
||||
'dashboard_text_monitoring' => 'Monitoring van systeem en gebeurtenissen',
|
||||
'dashboard_text_systemconfig' => 'Systeem configuratie',
|
||||
'language' => 'Taal aanpassen',
|
||||
'changed_language' => 'Taal aangepast',
|
||||
'add_platform' => 'Platform toevoegen',
|
||||
'edit_platform' => 'Platform bewerken',
|
||||
'edited_platform' => 'Platform bewerkt',
|
||||
'uuid' => 'Platform uuid',
|
||||
'platform_name' => 'Naam',
|
||||
'platform_slugify' => 'Slugify',
|
||||
'platform_enabled' => 'Ingeschakeld',
|
||||
'platform_image' => 'Afbeelding',
|
||||
'upload_image' => 'Upload een afbeelding',
|
||||
'platform_description' => 'Beschrijving',
|
||||
'close' => 'Sluiten',
|
||||
'enabled' => 'Ingeschakeld',
|
||||
'enable' => 'Inschakelen',
|
||||
'disabled' => 'Uitgeschakeld',
|
||||
'platform_added' => 'Platform succesvol toegevoegd.',
|
||||
'error_contact_support' => 'Er ging iets fout, neem contact op met support.',
|
||||
'error_no_valid_json' => 'Geen geldige JSON ontvangen',
|
||||
'edit' => 'Bewerken',
|
||||
'info' => 'Info',
|
||||
'delete' => 'Verwijder',
|
||||
'information' => 'Informatie',
|
||||
'create_date' => 'Creatie datum',
|
||||
'date' => 'Datum',
|
||||
'time' => 'Tijd',
|
||||
'last_modified_date' => 'Laatst gewijzigd datum',
|
||||
'last_update' => 'Laatste update',
|
||||
'never' => 'Nooit',
|
||||
'save' => 'Opslaan',
|
||||
'add_vendor' => 'Vendor toevoegen',
|
||||
'edit_vendor' => 'Vendor bewerken',
|
||||
'edited_vendor' => 'Vendor bewerkt',
|
||||
'vendor_name' => 'Naam',
|
||||
'vendor_enabled' => 'Ingeschakeld',
|
||||
'vendor_slugify' => 'Slugify',
|
||||
'vendor_description' => 'Beschrijving',
|
||||
'vendor_image' => 'Afbeelding',
|
||||
'vendor_uuid' => 'uuid',
|
||||
'vendor_added' => 'Vendor succesvol toegevoegd.',
|
||||
'add_device' => 'Device toevoegen',
|
||||
'device_vendor' => 'Vendor',
|
||||
'device_name' => 'Naam',
|
||||
'device_slugify' => 'Slugify',
|
||||
'device_notes' => 'Notities',
|
||||
'device_image' => 'Afbeelding',
|
||||
'device_uuid' => 'uuid',
|
||||
'device_added' => 'Device succesvol toegevoegd.',
|
||||
'device_enabled' => 'Ingeschakeld',
|
||||
'device_max_accounts' => 'Max. SIP accounts',
|
||||
'device_allowed_codecs' => 'Toegestane codecs',
|
||||
'device_extensions' => 'Extensies',
|
||||
'device_extra' => 'Extra data',
|
||||
'json_enter' => 'Voer JSON data in',
|
||||
'json_valid' => 'JSON geldig',
|
||||
'json_invalid' => 'JSON ongeldig. Kijk of de input klopt',
|
||||
'add_phone_device' => 'Telefoon toevoegen',
|
||||
'add_module_device' => 'Module toevoegen',
|
||||
'add_handset_device' => 'Handset toevoegen',
|
||||
'add_base_device' => 'Base station toevoegen',
|
||||
'no_vendor_found' => 'Geen vendors gevonden',
|
||||
'image_no_equal_dimensions' => 'De afbeelding moet dezelfde hoogte en breedte hebben',
|
||||
'image_size_exceeded_500' => 'De afbeelding mag niet groter dan 500x500 pixels zijn',
|
||||
'image_not_png' => 'De afbeelding is geen png bestand',
|
||||
'edit_device' => 'Device bewerken',
|
||||
'edited_device' => 'Device bewerkt.',
|
||||
'search_' => 'Zoeken...',
|
||||
'no_device_found' => 'Geen device gevonden',
|
||||
'action_confirm' => 'Weet je het zeker?',
|
||||
'action_confirm_text' => 'Weet je zeker dat je deze actie wilt uitvoeren?',
|
||||
'action_confirm_button' => 'Ja!',
|
||||
'action_cancel_button' => 'Nope!',
|
||||
'action_success_text' => 'Actie succesvol uitgevoerd!',
|
||||
'action_success_title' => 'Klaar!',
|
||||
'action_error_text' => 'Er ging iets mis :(',
|
||||
'action_error_title' => 'Error!',
|
||||
'action_cancel_confirm_title' => 'Geannuleerd!',
|
||||
'action_cancel_confirm_text' => 'Niks gedaan, je bent veilig!',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nee',
|
||||
'view' => 'Bekijken',
|
||||
'drag_and_drop_files_here' => 'Sleep en zet bestanden hier neer',
|
||||
'filename' => 'bestandsnaam',
|
||||
'filesize' => 'bestandsgrootte',
|
||||
'file_last_modified' => 'Gewijzigd',
|
||||
'document' => 'Document',
|
||||
'extensions_available' => 'Extensies beschikbaar',
|
||||
'handsets_available' => 'Handsets beschikbaar',
|
||||
'no_extensions_available' => 'Geen extensies beschikbaar',
|
||||
'parent_device' => 'Verbonden Apparaten',
|
||||
'templates' => 'Templates',
|
||||
'default' => 'Standaard',
|
||||
'template_added' => 'Template succesvol toegevoegd',
|
||||
'eol' => 'End of Life',
|
||||
'user_groups' => 'Gebruikers groepen',
|
||||
'user_group' => 'Gebruikers groep',
|
||||
'add_user_groups' => 'Groep toevoegen',
|
||||
'user_group_name' => 'Groep naam',
|
||||
'user_group_slugify' => 'Slugify naam',
|
||||
'no_user_groups_found' => 'Geen groepen gevonden',
|
||||
'actions' => 'Acties',
|
||||
'weight' => 'weigth',
|
||||
'edit_user_groups' => 'Groep bewerken',
|
||||
'global_settings' => 'Globaal',
|
||||
'permission' => 'Permissies',
|
||||
'administrators' => 'Admins',
|
||||
'admin' => 'Administrator',
|
||||
'portal_name' => 'Portaal naam',
|
||||
'portal_slugify' => 'Portaal slugify',
|
||||
'portal_provider_name' => 'Portaal provider naam',
|
||||
'portal_provider_slugify' => 'Portaal provider slugify',
|
||||
'admin_auth_methods' => 'Admin authenticatie methodes',
|
||||
'cacert_url' => 'CA certificate URL',
|
||||
'autop_url' => 'Autoprovisioning URL',
|
||||
'copied' => 'Gekopieerd!',
|
||||
'copy_text_success' => 'De text is gekopieerd!',
|
||||
'ok' => 'Leuk',
|
||||
'user_group_type' => 'Groep type',
|
||||
'add_admin' => 'Admin toevoegen',
|
||||
'user_added' => 'Gebruiker succesvol toegevoegd',
|
||||
'user_already_exsist' => 'Er bestaat al een gebruiker met dit email adres',
|
||||
'user_email' => 'Email',
|
||||
'first_name' => 'Voornaam',
|
||||
'last_name' => 'Achternaam',
|
||||
'full_name' => 'Naam',
|
||||
'password' => 'Wachtwoord',
|
||||
'phone_number' => 'Telefoonnummer',
|
||||
'user_status' => 'Status',
|
||||
'preferred_language' => 'Taal',
|
||||
'portal_management' => 'Portaal beheer',
|
||||
'overview' => 'Overzicht',
|
||||
'mfa' => 'MFA',
|
||||
'ldap_settings' => 'LDAP',
|
||||
'saml_settings' => 'SAML',
|
||||
'health_check' => 'Health Check',
|
||||
'cannot_add_superuser_group' => 'Superuser groep kan niet gewijzigd worden',
|
||||
'on' => 'Aan',
|
||||
'off' => 'Uit',
|
||||
'edit_admin' => 'Admin bewerken',
|
||||
'add_permission' => 'Permissie toevoegen',
|
||||
'edit_permission' => 'Permissie bewerken',
|
||||
'permission_name' => 'Permissie naam',
|
||||
'permission_slugify' => 'Permissie slugify',
|
||||
'item_already_exists' => 'Item met deze informatie wordt al gebruikt',
|
||||
'item_added' => 'Item succesvol toegevoegd',
|
||||
'group_added' => 'Groep succesvol toegevoegd',
|
||||
'permission_description' => 'Permissie beschrijving',
|
||||
'unable_to_find_item' => 'Item niet gevonden',
|
||||
'NA' => 'Not Available',
|
||||
'RO' => 'Read Only',
|
||||
'RW' => 'Read Write',
|
||||
'user_profile' => 'Profiel',
|
||||
'set_mfa' => 'Two factor authenticatie instellen',
|
||||
'reset_mfa' => 'Two factor authenticatie uitschakelen',
|
||||
'avatar_changed' => 'Avatar gewijzigd',
|
||||
'mail_settings' => 'Mail',
|
||||
'mail_smtp_host' => 'SMTP host',
|
||||
'mail_smtp_auth' => 'SMTP Authenticatie',
|
||||
'mail_smtp_port' => 'SMTP Poort',
|
||||
'mail_smtp_user' => 'SMTP Gebruiker',
|
||||
'mail_smtp_pass' => 'SMTP Wachtwoord',
|
||||
'mail_smtp_secure' => 'SMTP Secure',
|
||||
'mail_from_address' => 'Van Adres',
|
||||
'mail_from_name' => 'Van Naam',
|
||||
'mail_settings_edited' => 'Mail instellingen aangepast',
|
||||
'admin_creation_instruction' => 'Na het aanmaken van een beheerder ontvangt deze een e-mail om het e-mailadres te verifiëren en een wachtwoord aan te maken.',
|
||||
'edit_profile' => 'Profiel bewerken',
|
||||
'user_saved' => 'Profiel opgeslagen',
|
||||
'insecure_password' => 'Onveilig wachtwoord',
|
||||
'user_management' => 'Gebruiker management',
|
||||
'reset_password' => 'Wachtwoord wijzigen',
|
||||
'mfa_disabled' => 'Two factor authenticatie is uitgeschakeld',
|
||||
'send_password_reset' => 'Wachtwoord herstel e-mail versturen',
|
||||
'email_send' => 'Verstuur e-mail',
|
||||
'api_token_created' => 'API token toegevoegd',
|
||||
'permission_created' => 'Permission aangemaakt',
|
||||
'permission_updated' => 'Permission bijgewerkt',
|
||||
'modules' => 'Modules',
|
||||
'module' => 'Module',
|
||||
'autoproviosioning' => 'Autoprovisioning',
|
||||
'dashboard_text_stompjes' => 'Kan je stompen?',
|
||||
'office' => 'Kantoor',
|
||||
'stompjeslist' => 'Stompjeslijst',
|
||||
'stompable' => 'Stompabel',
|
||||
'stompjes' => 'Stompjes',
|
||||
'stomped' => 'Gestompt',
|
||||
'stomped_success' => 'Absoluut grof stomp geweld, lekker!',
|
||||
'deleted' => 'Verwijderd',
|
||||
'from' => 'Van',
|
||||
'to' => 'tot',
|
||||
'sources' => 'Bronnen',
|
||||
'api_token' => 'API token',
|
||||
'api_tokens' => 'API tokens',
|
||||
'api_token_copy_new' => 'Deze token is alleen nu zichtbaar, kopieer hem nu als je hem later wilt gebruiken.',
|
||||
'generate_new_api_token' => 'Genereer API token',
|
||||
'inserve_url' => 'Inserve URL',
|
||||
'inserve_source' => 'Inserve Configuratie',
|
||||
'test_connection' => 'Test Connectie',
|
||||
'connection_success_title' => 'Success',
|
||||
'connection_success_text' => 'Connectie succesvol',
|
||||
'connection_error_title' => 'Error',
|
||||
'connection_error_text' => 'Connectie error',
|
||||
'companies' => 'Bedrijven',
|
||||
'sync' => 'Sync',
|
||||
'company_activated_title' => 'Geactiveerd',
|
||||
'company_deactivated_title' => 'Gedeactiveerd',
|
||||
'company_activated_text' => 'Bedrijf is geactiveerd.',
|
||||
'company_deactivated_text' => 'Bedrijf is gedeactiveerd.',
|
||||
'company_name' => 'Naam',
|
||||
'company' => 'Bedrijf',
|
||||
'company_id' => 'ID',
|
||||
'company_debtor' => 'Debiteur',
|
||||
'company_state' => 'Staat',
|
||||
'server_count' => 'Aantal server(s)',
|
||||
'show_all' => 'Zie alle',
|
||||
'show_active' => 'Actieve',
|
||||
'servers' => 'Servers',
|
||||
'server_overview' => 'Server overzicht',
|
||||
'dashboard_text_server_overview' => 'Bekijk het server overzicht',
|
||||
'server_hostname' => 'Hostnaam',
|
||||
'server_power_state' => 'Aan/Uit',
|
||||
'server_state' => 'Status',
|
||||
'server_os' => 'OS',
|
||||
'server_cpu' => 'CPU',
|
||||
'server_memory' => 'Mem',
|
||||
'server_memory_demand' => 'Mem vbrk.',
|
||||
'server_disks' => 'Schijven',
|
||||
'server_ipv4' => 'IPv4',
|
||||
'server_ipv6' => 'IPv6',
|
||||
'server_vm_snapshot' => 'Snapshot',
|
||||
'server_vm_generation' => 'Gen',
|
||||
'server_licenses' => 'Licenties',
|
||||
'server_backup' => 'Backups',
|
||||
'disk_space' => 'Schijf grootte',
|
||||
'disk_reserved_space' => 'Toegewezen grootte',
|
||||
'disk_used' => 'Schijf gebruik',
|
||||
'disk_file_used' => 'Gebruikte grootte',
|
||||
'disk_location' => 'Schijf locatie',
|
||||
'type' => 'Type',
|
||||
'all_technical_information' => 'Alle technische informatie',
|
||||
'avatar' => 'Avatar',
|
||||
'user_state' => 'Staat',
|
||||
'last_login' => 'Laatste login',
|
||||
'description' => 'Beschrijving',
|
||||
'name' => 'Naam',
|
||||
'show_del' => 'del.',
|
||||
'source_custom_data' => "Custom bron data",
|
||||
'settings' => 'insetellingen',
|
||||
'source_description' => 'Voer de benodigde API-gegevens in om uw verbinding met de Inserve API in te stellen en te configureren. Dit stelt Sentri in staat om te communiceren met Inserve en de benodigde gegevens op te halen.',
|
||||
'source_inserve_sync_cloud' => 'Synchroniseer cloud-distributeurbedrijven',
|
||||
'source_inserve_sync_cloud_desc' => 'Deze API-call synchroniseert actieve bedrijven in Sentri met de bijbehorende cloud-distributeurbedrijven in Inserve. Deze cloud-distributeurbedrijven zijn nodig om Sentri-serverlicenties te koppelen aan bedrijven in Inserve.',
|
||||
'source_inserve_sync_companies' => 'Synchroniseer bedrijven van Inserve naar Sentri.',
|
||||
'source_inserve_sync_companies_desc' => 'Deze API-call haalt alle bedrijven op uit Inserve en maakt ze aan of werkt ze bij in Sentri.',
|
||||
'source_inserve_sync_licenses' => 'Synchroniseer serverlicenties.',
|
||||
'source_inserve_sync_licenses_desc' => 'Deze API-call voert eerst de <b>Synchroniseer cloud-distributeurbedrijven</b> actie uit en synchroniseert daarna alle servers in een actieve, verwijderde of trial status met Inserve-licenties. Het maakt serverlicenties in Inserve aan of werkt ze bij als ze niet bestaan of als de licentieaantallen afwijken van die in Sentri.',
|
||||
'source_inserve_sync_subscriptions' => 'Synchroniseer serverabonnementen',
|
||||
'source_inserve_sync_subscriptions_desc' => 'Deze API-call voert eerst de actie <b>Sync cloud distributor companies</b> uit en maakt vervolgens een abonnement aan als dit nog niet bestaat, of werkt de beschrijving van het abonnement bij als het wel bestaat. Daarnaast worden abonnementsregels aangemaakt met de juiste product_code die is ingevuld in het <b>custom source data</b> JSON-veld.',
|
||||
];
|
||||
Reference in New Issue
Block a user