Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-24 15:07:14 -07:00
parent 72799973e7
commit 5be7dee3d3
645 changed files with 4672 additions and 1193 deletions

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -16,6 +16,7 @@ return [
'error' => 'Bate is nie opgedateer nie, probeer asseblief weer', 'error' => 'Bate is nie opgedateer nie, probeer asseblief weer',
'success' => 'Bate is suksesvol opgedateer.', 'success' => 'Bate is suksesvol opgedateer.',
'nothing_updated' => 'Geen velde is gekies nie, dus niks is opgedateer nie.', 'nothing_updated' => 'Geen velde is gekies nie, dus niks is opgedateer nie.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Voorvoegsel (opsioneel)', 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'rugsteun', 'backups' => 'rugsteun',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP-bediener', 'ldap_server' => 'LDAP-bediener',
'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)', 'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)',
'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering', 'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'Sien gebruiker: naam', 'view_user' => 'Sien gebruiker: naam',
'usercsv' => 'CSV-lêer', 'usercsv' => 'CSV-lêer',
'two_factor_admin_optin_help' => 'Jou huidige administrasie-instellings laat selektiewe handhawing van twee-faktor-verifikasie toe.', 'two_factor_admin_optin_help' => 'Jou huidige administrasie-instellings laat selektiewe handhawing van twee-faktor-verifikasie toe.',
'two_factor_enrolled' => '2FA-toestel ingeskryf', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA aktief', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'e-pos', 'email' => 'e-pos',
'employee_num' => 'Werknemer No.', 'employee_num' => 'Werknemer No.',
'first_name' => 'Eerste naam', 'first_name' => 'Eerste naam',
'groupnotes' => 'Kies \'n groep om aan die gebruiker toe te ken, onthou dat \'n gebruiker die regte van die groep wat hulle toegewys is, aanvaar.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'id', 'id' => 'id',
'inherit' => 'erf', 'inherit' => 'erf',
'job' => 'Werkstitel', 'job' => 'Werkstitel',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'bykomstighede', 'accessories' => 'bykomstighede',
'activated' => 'geaktiveer', 'activated' => 'geaktiveer',
'accessory' => 'Bykomstigheid', 'accessory' => 'Bykomstigheid',
@ -26,6 +26,7 @@
'audit' => 'oudit', 'audit' => 'oudit',
'audit_report' => 'Ouditlogboek', 'audit_report' => 'Ouditlogboek',
'assets' => 'bates', 'assets' => 'bates',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Verwyder Avatar', 'avatar_delete' => 'Verwyder Avatar',
'avatar_upload' => 'Laai avatar op', 'avatar_upload' => 'Laai avatar op',
'back' => 'terug', 'back' => 'terug',
@ -114,6 +115,7 @@
'files' => 'Files', 'files' => 'Files',
'file_name' => 'lêer', 'file_name' => 'lêer',
'file_type' => 'File Type', 'file_type' => 'File Type',
'filesize' => 'File Size',
'file_uploads' => 'Lêeroplaaie', 'file_uploads' => 'Lêeroplaaie',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'genereer', 'generate' => 'genereer',
@ -229,6 +231,7 @@
'show_current' => 'Show Current', 'show_current' => 'Show Current',
'sign_in' => 'Teken in', 'sign_in' => 'Teken in',
'signature' => 'Handtekening', 'signature' => 'Handtekening',
'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@ -237,6 +240,7 @@
'state' => 'staat', 'state' => 'staat',
'status_labels' => 'Status etikette', 'status_labels' => 'Status etikette',
'status' => 'status', 'status' => 'status',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'verskaffer', 'supplier' => 'verskaffer',
'suppliers' => 'Verskaffers', 'suppliers' => 'Verskaffers',
'sure_to_delete' => 'Is jy seker jy wil verwyder', 'sure_to_delete' => 'Is jy seker jy wil verwyder',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => 'Die: Attribuutformaat is ongeldig.', 'url' => 'Die: Attribuutformaat is ongeldig.',
'unique_undeleted' => 'The :attribute must be unique.', 'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.', 'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -14,9 +14,9 @@ return [
], ],
'update' => [ 'update' => [
'error' => 'Asset was not updated, please try again', 'error' => 'Asset was not updated, please try again',
'success' => 'Asset updated successfully.', 'success' => 'Asset updated successfully.',
'nothing_updated' => 'No fields were selected, so nothing was updated.', 'nothing_updated' => 'No fields were selected, so nothing was updated.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.', 'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Prefix (optional)', 'auto_increment_prefix' => 'Prefix (optional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups', 'backups' => 'Backups',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP Server', 'ldap_server' => 'LDAP Server',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert' => 'LDAP SSL certificate validation',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'View User :name', 'view_user' => 'View User :name',
'usercsv' => 'CSV file', 'usercsv' => 'CSV file',
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
'two_factor_enrolled' => '2FA Device Enrolled', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA Active', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Employee No.', 'employee_num' => 'Employee No.',
'first_name' => 'First Name', 'first_name' => 'First Name',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Id', 'id' => 'Id',
'inherit' => 'Inherit', 'inherit' => 'Inherit',
'job' => 'Job Title', 'job' => 'Job Title',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Accessories', 'accessories' => 'Accessories',
'activated' => 'Activated', 'activated' => 'Activated',
'accessory' => 'Accessory', 'accessory' => 'Accessory',
@ -26,6 +26,7 @@
'audit' => 'Audit', 'audit' => 'Audit',
'audit_report' => 'Audit Log', 'audit_report' => 'Audit Log',
'assets' => 'Assets', 'assets' => 'Assets',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Delete Avatar', 'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar', 'avatar_upload' => 'Upload Avatar',
'back' => 'Back', 'back' => 'Back',
@ -114,6 +115,7 @@
'files' => 'Files', 'files' => 'Files',
'file_name' => 'File', 'file_name' => 'File',
'file_type' => 'File Type', 'file_type' => 'File Type',
'filesize' => 'File Size',
'file_uploads' => 'File Uploads', 'file_uploads' => 'File Uploads',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'Generate', 'generate' => 'Generate',
@ -229,6 +231,7 @@
'show_current' => 'Show Current', 'show_current' => 'Show Current',
'sign_in' => 'Sign in', 'sign_in' => 'Sign in',
'signature' => 'Signature', 'signature' => 'Signature',
'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@ -237,6 +240,7 @@
'state' => 'State', 'state' => 'State',
'status_labels' => 'Status Labels', 'status_labels' => 'Status Labels',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
'suppliers' => 'Suppliers', 'suppliers' => 'Suppliers',
'sure_to_delete' => 'Are you sure you wish to delete', 'sure_to_delete' => 'Are you sure you wish to delete',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => 'The :attribute format is invalid.', 'url' => 'The :attribute format is invalid.',
'unique_undeleted' => 'The :attribute must be unique.', 'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.', 'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -16,6 +16,7 @@ return [
'error' => 'لم يتم تحديث الأصل، يرجى إعادة المحاولة', 'error' => 'لم يتم تحديث الأصل، يرجى إعادة المحاولة',
'success' => 'تم تحديث الأصل بنجاح.', 'success' => 'تم تحديث الأصل بنجاح.',
'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.', 'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'البادئة (اختياري)', 'auto_increment_prefix' => 'البادئة (اختياري)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'النسخ الإحتياطية', 'backups' => 'النسخ الإحتياطية',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'أدخل اسم مستخدم وكلمة مرور LDAP من الاسم المميز الأساسي DN الذي حددته أعلاه لاختبار ما إذا كان قد تمت تهيئة معلومات تسجيل الدخول إلى LDAP بشكل صحيح أم لا. يجب حفظ تحديث LDAP الخاص بك أولا.', 'ldap_login_test_help' => 'أدخل اسم مستخدم وكلمة مرور LDAP من الاسم المميز الأساسي DN الذي حددته أعلاه لاختبار ما إذا كان قد تمت تهيئة معلومات تسجيل الدخول إلى LDAP بشكل صحيح أم لا. يجب حفظ تحديث LDAP الخاص بك أولا.',
'ldap_login_sync_help' => 'هذا يختبر فقط أن LDAP يستطيع المزامنة بشكل صحيح. إذا كان استعلام التوثيق الى LDAP الخاص بك غير صحيح، قد لا يزال المستخدمون غير قادرين على تسجيل الدخول. يجب عليك اولا حفظ اي تغييرات في إعدادات LDAP.', 'ldap_login_sync_help' => 'هذا يختبر فقط أن LDAP يستطيع المزامنة بشكل صحيح. إذا كان استعلام التوثيق الى LDAP الخاص بك غير صحيح، قد لا يزال المستخدمون غير قادرين على تسجيل الدخول. يجب عليك اولا حفظ اي تغييرات في إعدادات LDAP.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'خادم لداب', 'ldap_server' => 'خادم لداب',
'ldap_server_help' => 'ينبغي أن يبدأ هذا مع //:ldap (للاتصال غير المشفر او TLS) او //:ldaps (لاتصال SSL)', 'ldap_server_help' => 'ينبغي أن يبدأ هذا مع //:ldap (للاتصال غير المشفر او TLS) او //:ldaps (لاتصال SSL)',
'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب', 'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'عرض المستخدم :name', 'view_user' => 'عرض المستخدم :name',
'usercsv' => 'ملف CSV', 'usercsv' => 'ملف CSV',
'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.', 'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.',
'two_factor_enrolled' => '2FA الجهاز المسجلين', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA نشط', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'البريد الالكتروني', 'email' => 'البريد الالكتروني',
'employee_num' => 'رقم الموظف', 'employee_num' => 'رقم الموظف',
'first_name' => 'الإسم الأول', 'first_name' => 'الإسم الأول',
'groupnotes' => 'حدد مجموعة ليتم تعيينها للمستخدم، تذكر أن المستخدم يأخذ صلاحيات المجموعة التي ينتمي اليها.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'رقم التعريف', 'id' => 'رقم التعريف',
'inherit' => 'يرث', 'inherit' => 'يرث',
'job' => 'العنوان الوظيفي', 'job' => 'العنوان الوظيفي',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'ملحقات', 'accessories' => 'ملحقات',
'activated' => 'مفعل', 'activated' => 'مفعل',
'accessory' => 'ملحق', 'accessory' => 'ملحق',
@ -26,6 +26,7 @@
'audit' => 'تدقيق', 'audit' => 'تدقيق',
'audit_report' => 'سجل التدقيق', 'audit_report' => 'سجل التدقيق',
'assets' => 'الأصول', 'assets' => 'الأصول',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'حذف الصورة الرمزية', 'avatar_delete' => 'حذف الصورة الرمزية',
'avatar_upload' => 'رفع صورة رمزية', 'avatar_upload' => 'رفع صورة رمزية',
'back' => 'الرجوع للخلف', 'back' => 'الرجوع للخلف',
@ -96,6 +97,7 @@
'eol' => 'نهاية العمر', 'eol' => 'نهاية العمر',
'email_domain' => 'نطاق البريد الإلكتروني', 'email_domain' => 'نطاق البريد الإلكتروني',
'email_format' => 'تنسيق البريد الإلكتروني', 'email_format' => 'تنسيق البريد الإلكتروني',
'employee_number' => 'رقم الموظف',
'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد',
'error' => 'خطأ', 'error' => 'خطأ',
'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
@ -113,6 +115,7 @@
'files' => 'الملفات', 'files' => 'الملفات',
'file_name' => 'ملف', 'file_name' => 'ملف',
'file_type' => 'نوع الملف', 'file_type' => 'نوع الملف',
'filesize' => 'File Size',
'file_uploads' => 'تحميلات الملفات', 'file_uploads' => 'تحميلات الملفات',
'file_upload' => 'رفع الملف', 'file_upload' => 'رفع الملف',
'generate' => 'توفير', 'generate' => 'توفير',
@ -192,6 +195,8 @@
'qty' => 'الكمية', 'qty' => 'الكمية',
'quantity' => 'كمية', 'quantity' => 'كمية',
'quantity_minimum' => 'لديك :count عناصر أقل أو قريبة من الحد الأدنى لمستويات الكمية', 'quantity_minimum' => 'لديك :count عناصر أقل أو قريبة من الحد الأدنى لمستويات الكمية',
'quickscan_checkin' => 'فحص سريع للادخال',
'quickscan_checkin_status' => 'فحص حالة الادخال',
'ready_to_deploy' => 'جاهزة للتوزيع', 'ready_to_deploy' => 'جاهزة للتوزيع',
'recent_activity' => 'آخر نشاط', 'recent_activity' => 'آخر نشاط',
'remaining' => 'المتبقية', 'remaining' => 'المتبقية',
@ -226,6 +231,7 @@
'show_current' => 'اظهار الحالي', 'show_current' => 'اظهار الحالي',
'sign_in' => 'تسجيل الدخول', 'sign_in' => 'تسجيل الدخول',
'signature' => 'التوقيع', 'signature' => 'التوقيع',
'signed_off_by' => 'Signed Off By',
'skin' => 'المظهر', 'skin' => 'المظهر',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'مرحباً! يبدو أن التكامل مع Slack مع Snipe-IT يعمل!', 'slack_test_msg' => 'مرحباً! يبدو أن التكامل مع Slack مع Snipe-IT يعمل!',
@ -234,6 +240,7 @@
'state' => 'المنطقة / الولاية', 'state' => 'المنطقة / الولاية',
'status_labels' => 'تسميات الحالة', 'status_labels' => 'تسميات الحالة',
'status' => 'الحالة', 'status' => 'الحالة',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'المورد', 'supplier' => 'المورد',
'suppliers' => 'الموردون', 'suppliers' => 'الموردون',
'sure_to_delete' => 'هل تريد بالتأكيد حذفها', 'sure_to_delete' => 'هل تريد بالتأكيد حذفها',
@ -347,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.', 'sent' => 'تم بنجاح: إذا كان عنوان البريد الإلكتروني هذا موجودًا في نظامنا ، فقد تم إرسال بريد إلكتروني لاستعادة كلمة المرور.',
'user' => 'لم يتم العثور على اسم مستخدم فعّال مرتبط بعنوان ذلك البريد الالكتروني.', 'user' => 'لم يتم العثور على اسم مستخدم فعّال مرتبط بعنوان ذلك البريد الالكتروني.',
]; ];

View file

@ -91,6 +91,10 @@ return [
'url' => 'ان تنسيق :attribute غير صالح.', 'url' => 'ان تنسيق :attribute غير صالح.',
'unique_undeleted' => ':attribute يجب ان تكون فريدة.', 'unique_undeleted' => ':attribute يجب ان تكون فريدة.',
'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.', 'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -18,6 +18,6 @@ return array(
'update' => 'Обновяване на категория', 'update' => 'Обновяване на категория',
'use_default_eula' => 'Използване на <a href="#" data-toggle="modal" data-target="#eulaModal">EULA по подразбиране</a>.', 'use_default_eula' => 'Използване на <a href="#" data-toggle="modal" data-target="#eulaModal">EULA по подразбиране</a>.',
'use_default_eula_disabled' => '<del>Използване на EULA по подразбиране</del> Няма EULA по подразбиране. Добавете я в Настройки.', 'use_default_eula_disabled' => '<del>Използване на EULA по подразбиране</del> Няма EULA по подразбиране. Добавете я в Настройки.',
'use_default_eula_column' => 'Use default EULA', 'use_default_eula_column' => 'Използвай общия лицензионен договор',
); );

View file

@ -2,6 +2,6 @@
return [ return [
'select_company' => 'Изберете компания', 'select_company' => 'Изберете компания',
'about_companies' => 'About Companies', 'about_companies' => 'Относно компании',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', 'about_companies_description' => ' Можете да използвате компанийте, като информативно поле или да ограничите достъпа на потребители до определи активи, като активирате Пълна поддръжка на компании във вашите админ настройки.',
]; ];

View file

@ -16,6 +16,7 @@ return [
'error' => 'Активът не беше обновен. Моля опитайте отново.', 'error' => 'Активът не беше обновен. Моля опитайте отново.',
'success' => 'Активът обновен успешно.', 'success' => 'Активът обновен успешно.',
'nothing_updated' => 'Няма избрани полета, съответно нищо не беше обновено.', 'nothing_updated' => 'Няма избрани полета, съответно нищо не беше обновено.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Префикс (незадължително)', 'auto_increment_prefix' => 'Префикс (незадължително)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Архивиране', 'backups' => 'Архивиране',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Въведете валидни LDAP потребител и парола от базовия DN, който указахте по-горе, за да тествате коректната конфигурация. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.', 'ldap_login_test_help' => 'Въведете валидни LDAP потребител и парола от базовия DN, който указахте по-горе, за да тествате коректната конфигурация. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.',
'ldap_login_sync_help' => 'Това единствено проверява дали LDAP може да се синхронизира успешно. Ако вашата LDAP заявка за оторизация не е коректна е възможно потребителите да не могат да влязат. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.', 'ldap_login_sync_help' => 'Това единствено проверява дали LDAP може да се синхронизира успешно. Ако вашата LDAP заявка за оторизация не е коректна е възможно потребителите да не могат да влязат. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP сървър', 'ldap_server' => 'LDAP сървър',
'ldap_server_help' => 'Това трябва да започва с Idap:// (for unencrypted or TLS) или Idaps:// (for SSL)', 'ldap_server_help' => 'Това трябва да започва с Idap:// (for unencrypted or TLS) или Idaps:// (for SSL)',
'ldap_server_cert' => 'Валидация на LDAP SSL сертификата', 'ldap_server_cert' => 'Валидация на LDAP SSL сертификата',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,16 +22,21 @@ return [
'view_user' => 'Преглед на потребител :name', 'view_user' => 'Преглед на потребител :name',
'usercsv' => 'CSV файл', 'usercsv' => 'CSV файл',
'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ', 'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ',
'two_factor_enrolled' => '2FA устройство записано', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA Активно', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'activation_status_warning' => 'Do not change activation status', 'user_activated' => 'User can login',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'activation_status_warning' => 'Не променяй статуса на активиране',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'group_memberships_helpblock' => 'Само админ може да редактира членовете на групата.',
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.', 'superadmin_permission_warning' => 'Само админ може да даде администраторски достъп на потребител.',
'remove_group_memberships' => 'Remove Group Memberships', 'admin_permission_warning' => 'Само потребители с административни права може да дадат админ достъп.',
'warning_deletion' => 'WARNING:', 'remove_group_memberships' => 'Премахни членовете на групата',
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion' => 'ВНИМАНИЕ:',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'warning_deletion_information' => 'Ще изтриете всичките :count потребител(и) посочени в списъка. Супер админ имената са оцветени в червено.',
'checkin_user_properties' => 'Check in all properties associated with these users', 'update_user_asssets_status' => 'Обнови всички активи за посочените потребители към следния статус',
'checkin_user_properties' => 'Впиши всички асоцирани настройки към тези потребители',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Номер на служител', 'employee_num' => 'Номер на служител',
'first_name' => 'Собствено име', 'first_name' => 'Собствено име',
'groupnotes' => 'Изберете група на потребителя. Той ще наследи правата, присвоени на групата.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'ID', 'id' => 'ID',
'inherit' => 'Наследяване', 'inherit' => 'Наследяване',
'job' => 'Длъжност', 'job' => 'Длъжност',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Аксесоари', 'accessories' => 'Аксесоари',
'activated' => 'Активирано', 'activated' => 'Активирано',
'accessory' => 'Аксесоар', 'accessory' => 'Аксесоар',
@ -26,6 +26,7 @@
'audit' => 'проверка', 'audit' => 'проверка',
'audit_report' => 'Отчет за одита', 'audit_report' => 'Отчет за одита',
'assets' => 'Активи', 'assets' => 'Активи',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Изтриване на аватар', 'avatar_delete' => 'Изтриване на аватар',
'avatar_upload' => 'Качване на аватар', 'avatar_upload' => 'Качване на аватар',
'back' => 'Назад', 'back' => 'Назад',
@ -114,6 +115,7 @@
'files' => 'Файлове', 'files' => 'Файлове',
'file_name' => 'Файл', 'file_name' => 'Файл',
'file_type' => 'Тип Файл', 'file_type' => 'Тип Файл',
'filesize' => 'File Size',
'file_uploads' => 'Качени файлове', 'file_uploads' => 'Качени файлове',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'Генериране', 'generate' => 'Генериране',
@ -229,6 +231,7 @@
'show_current' => 'Покажи текущите', 'show_current' => 'Покажи текущите',
'sign_in' => 'Вход', 'sign_in' => 'Вход',
'signature' => 'Подпис', 'signature' => 'Подпис',
'signed_off_by' => 'Signed Off By',
'skin' => 'Тема', 'skin' => 'Тема',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Вашата Slack интеграция с Snipe-IT работи!', 'slack_test_msg' => 'Вашата Slack интеграция с Snipe-IT работи!',
@ -237,6 +240,7 @@
'state' => 'Област', 'state' => 'Област',
'status_labels' => 'Статус етикети', 'status_labels' => 'Статус етикети',
'status' => 'Статус', 'status' => 'Статус',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Доставчик', 'supplier' => 'Доставчик',
'suppliers' => 'Доставчици', 'suppliers' => 'Доставчици',
'sure_to_delete' => 'Сигурни ли сте, че искате да изтриете', 'sure_to_delete' => 'Сигурни ли сте, че искате да изтриете',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => 'Форматът на :attribute е невалиден.', 'url' => 'Форматът на :attribute е невалиден.',
'unique_undeleted' => ':attribute трябва да бъде уникален.', 'unique_undeleted' => ':attribute трябва да бъде уникален.',
'non_circular' => ':attribute не трябва да създава препрадка към себе си.', 'non_circular' => ':attribute не трябва да създава препрадка към себе си.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -17,6 +17,7 @@ return [
'error' => 'Asset was not updated, please try again', 'error' => 'Asset was not updated, please try again',
'success' => 'Asset updated successfully.', 'success' => 'Asset updated successfully.',
'nothing_updated' => 'No fields were selected, so nothing was updated.', 'nothing_updated' => 'No fields were selected, so nothing was updated.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Prefix (optional)', 'auto_increment_prefix' => 'Prefix (optional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups', 'backups' => 'Backups',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP Server', 'ldap_server' => 'LDAP Server',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert' => 'LDAP SSL certificate validation',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'View User :name', 'view_user' => 'View User :name',
'usercsv' => 'CSV file', 'usercsv' => 'CSV file',
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
'two_factor_enrolled' => '2FA Device Enrolled', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA Active', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Employee No.', 'employee_num' => 'Employee No.',
'first_name' => 'First Name', 'first_name' => 'First Name',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Id', 'id' => 'Id',
'inherit' => 'Inherit', 'inherit' => 'Inherit',
'job' => 'Job Title', 'job' => 'Job Title',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Accessoris', 'accessories' => 'Accessoris',
'activated' => 'Activat', 'activated' => 'Activat',
'accessory' => 'Accessori', 'accessory' => 'Accessori',
@ -26,6 +26,7 @@
'audit' => 'Audit', 'audit' => 'Audit',
'audit_report' => 'Registre d\'auditoria', 'audit_report' => 'Registre d\'auditoria',
'assets' => 'Recursos', 'assets' => 'Recursos',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Delete Avatar', 'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar', 'avatar_upload' => 'Upload Avatar',
'back' => 'Enrere', 'back' => 'Enrere',
@ -114,6 +115,7 @@
'files' => 'Files', 'files' => 'Files',
'file_name' => 'File', 'file_name' => 'File',
'file_type' => 'File Type', 'file_type' => 'File Type',
'filesize' => 'File Size',
'file_uploads' => 'File Uploads', 'file_uploads' => 'File Uploads',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'Generate', 'generate' => 'Generate',
@ -229,6 +231,7 @@
'show_current' => 'Show Current', 'show_current' => 'Show Current',
'sign_in' => 'Sign in', 'sign_in' => 'Sign in',
'signature' => 'Signature', 'signature' => 'Signature',
'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@ -237,6 +240,7 @@
'state' => 'State', 'state' => 'State',
'status_labels' => 'Status Labels', 'status_labels' => 'Status Labels',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Supplier', 'supplier' => 'Supplier',
'suppliers' => 'Suppliers', 'suppliers' => 'Suppliers',
'sure_to_delete' => 'Are you sure you wish to delete', 'sure_to_delete' => 'Are you sure you wish to delete',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => 'The :attribute format is invalid.', 'url' => 'The :attribute format is invalid.',
'unique_undeleted' => 'The :attribute must be unique.', 'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.', 'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -2,7 +2,7 @@
return array( return array(
'does_not_exist' => 'The accessory [:id] does not exist.', 'does_not_exist' => 'Příslušenství [:id] neexistuje.',
'assoc_users' => 'Tato kategorie má nyní :count položek k předání uživatelům. Zkontrolujte převzetí příslušenství a zkuste to znovu. ', 'assoc_users' => 'Tato kategorie má nyní :count položek k předání uživatelům. Zkontrolujte převzetí příslušenství a zkuste to znovu. ',
'create' => array( 'create' => array(

View file

@ -8,7 +8,7 @@
'repair' => 'Oprava', 'repair' => 'Oprava',
'maintenance' => 'Údržba', 'maintenance' => 'Údržba',
'upgrade' => 'Upgradovat', 'upgrade' => 'Upgradovat',
'calibration' => 'Calibration', 'calibration' => 'Kalibrace',
'software_support' => 'Software Support', 'software_support' => 'Softwarová podpora',
'hardware_support' => 'Hardware Support', 'hardware_support' => 'Hardwarová podpora',
]; ];

View file

@ -2,6 +2,6 @@
return [ return [
'select_company' => 'Zvolte společnost', 'select_company' => 'Zvolte společnost',
'about_companies' => 'About Companies', 'about_companies' => 'O společnostech',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', 'about_companies_description' => ' Společnosti můžete použít jako jednoduché informativní pole, nebo je můžete použít k omezení viditelnosti a dostupnosti majetku pro uživatele s určitou společností tím, že v nastavení správce povolíte plnou podporu společnosti.',
]; ];

View file

@ -2,7 +2,7 @@
return [ return [
'custom_fields' => 'Vlastní pole', 'custom_fields' => 'Vlastní pole',
'manage' => 'Manage', 'manage' => 'Spravovat',
'field' => 'Pole', 'field' => 'Pole',
'about_fieldsets_title' => 'O sadách polí', 'about_fieldsets_title' => 'O sadách polí',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
@ -43,5 +43,5 @@ return [
'db_field' => 'DB Field', 'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.', 'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.',
'is_unique' => 'This value must be unique across all assets', 'is_unique' => 'This value must be unique across all assets',
'unique' => 'Unique', 'unique' => 'Unikátní',
]; ];

View file

@ -17,6 +17,7 @@ return [
'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu', 'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu',
'success' => 'Majetek úspěšně aktualizován.', 'success' => 'Majetek úspěšně aktualizován.',
'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.', 'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -8,7 +8,7 @@ return array(
'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.', 'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.',
'assoc_users' => 'Licence je předána svému uživateli a nelze ji odstranit. Před odstraněním ji nejprve převezměte. ', 'assoc_users' => 'Licence je předána svému uživateli a nelze ji odstranit. Před odstraněním ji nejprve převezměte. ',
'select_asset_or_person' => 'Musíte vybrat aktivum nebo uživatele, ale ne obojí.', 'select_asset_or_person' => 'Musíte vybrat aktivum nebo uživatele, ale ne obojí.',
'not_found' => 'License not found', 'not_found' => 'Licence nenalezena',
'create' => array( 'create' => array(

View file

@ -3,8 +3,8 @@
return [ return [
'info' => 'Zvolte možnosti zprávy o majetku.', 'info' => 'Zvolte možnosti zprávy o majetku.',
'deleted_user' => 'Deleted user', 'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder', 'send_reminder' => 'Poslat připomínku',
'reminder_sent' => 'Reminder sent', 'reminder_sent' => 'Připomínka odeslána',
'acceptance_deleted' => 'Acceptance request deleted', 'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request' 'acceptance_request' => 'Acceptance request'
]; ];

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Předpona (volitnelná)', 'auto_increment_prefix' => 'Předpona (volitnelná)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Zálohy', 'backups' => 'Zálohy',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.', 'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.',
'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.', 'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP server', 'ldap_server' => 'LDAP server',
'ldap_server_help' => 'Toto by mělo začít s ldap: // (pro nešifrované nebo TLS) nebo ldaps: // (pro SSL)', 'ldap_server_help' => 'Toto by mělo začít s ldap: // (pro nešifrované nebo TLS) nebo ldaps: // (pro SSL)',
'ldap_server_cert' => 'Validace certifikátů LDAP SSL', 'ldap_server_cert' => 'Validace certifikátů LDAP SSL',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'Zobraz uživatele', 'view_user' => 'Zobraz uživatele',
'usercsv' => 'CSV soubor', 'usercsv' => 'CSV soubor',
'two_factor_admin_optin_help' => 'Vaše současná nastavení administrátora umožňují selektivní vynucení dvoufaktorového ověřování. ', 'two_factor_admin_optin_help' => 'Vaše současná nastavení administrátora umožňují selektivní vynucení dvoufaktorového ověřování. ',
'two_factor_enrolled' => 'Přihlášeno zařízení 2FA ', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA aktivní ', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'Uživatel je deaktivován', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -12,8 +12,8 @@ return array(
'insufficient_permissions' => 'Nedostatečná oprávnění.', 'insufficient_permissions' => 'Nedostatečná oprávnění.',
'user_deleted_warning' => 'Tento uživatel byl smazán. Budete muset uživatele obnovit, aby jste ho mohli upravil nebo přidělil nové majetky.', 'user_deleted_warning' => 'Tento uživatel byl smazán. Budete muset uživatele obnovit, aby jste ho mohli upravil nebo přidělil nové majetky.',
'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.', 'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.', 'password_resets_sent' => 'Vybraným uživatelům, kteří jsou aktivováni a mají platné e-mailové adresy, byl zaslán odkaz pro obnovení hesla.',
'password_reset_sent' => 'A password reset link has been sent to :email!', 'password_reset_sent' => 'Odkaz pro obnovení hesla byl odeslán na :email!',
'success' => array( 'success' => array(

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Osobní číslo', 'employee_num' => 'Osobní číslo',
'first_name' => 'Jméno', 'first_name' => 'Jméno',
'groupnotes' => 'Vyberte skupinu, kterou chcete přiřadit uživateli, nezapomeňte, že uživatel přebírá oprávnění skupiny, která je mu přiřazena.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'ID', 'id' => 'ID',
'inherit' => 'Převzít', 'inherit' => 'Převzít',
'job' => 'Pracovní pozice', 'job' => 'Pracovní pozice',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -4,13 +4,13 @@ return [
'send_password_link' => 'Poslat odkaz na obnovení hesla', 'send_password_link' => 'Poslat odkaz na obnovení hesla',
'email_reset_password' => 'Poslat odkaz na obnovení hesla', 'email_reset_password' => 'Poslat odkaz na obnovení hesla',
'reset_password' => 'Obnovit heslo', 'reset_password' => 'Obnovit heslo',
'saml_login' => 'Login via SAML', 'saml_login' => 'Přihlásit se pomocí SAML',
'login' => 'Přihlášení', 'login' => 'Přihlášení',
'login_prompt' => 'Přihlaste se prosím', 'login_prompt' => 'Přihlaste se prosím',
'forgot_password' => 'Zapomněl jsem heslo', 'forgot_password' => 'Zapomněl jsem heslo',
'ldap_reset_password' => 'Please click here to reset your LDAP password', 'ldap_reset_password' => 'Prosím klikněte zde pro obnovu vašeho LDAP hesla',
'remember_me' => 'Pamatovat si mě', 'remember_me' => 'Pamatovat si mě',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.', 'username_help_top' => 'Zadejte své <strong>uživatelské jméno</strong> pro zaslání e-mailu s odkazem pro obnovení hesla.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ', 'username_help_bottom' => 'Vaše uživatelské jméno a e-mailová adresa <em>mohou</em> být stejná, ale nemusí být, záleží na Vašem nastavení. Pokud si nepamatujete Vaše uživatelské jméno, kontaktujte Vašeho správce. <br><br><strong>Uživatelským jménům bez přidružené e-mailové adresy nebude zaslán odkaz pro obnovu hesla.</strong> ',
]; ];

View file

@ -7,13 +7,13 @@ return array(
'account_not_activated' => 'Uživatelský účet není aktivován.', 'account_not_activated' => 'Uživatelský účet není aktivován.',
'account_suspended' => 'Uživatelský účet je pozastaven.', 'account_suspended' => 'Uživatelský účet je pozastaven.',
'account_banned' => 'Uživatelský účet je zablokován.', 'account_banned' => 'Uživatelský účet je zablokován.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.', 'throttle' => 'Příliš mnoho neúspěšných pokusů o přihlášení. Zkuste to prosím znovu za :minutes minut.',
'two_factor' => array( 'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.', 'already_enrolled' => 'Vaše zařízení je již zapsáno.',
'success' => 'You have successfully logged in.', 'success' => 'Přihlášení proběhlo úspěšně.',
'code_required' => 'Two-factor code is required.', 'code_required' => 'Dvoufaktorový kód je povinný.',
'invalid_code' => 'Two-factor code is invalid.', 'invalid_code' => 'Dvoufaktorový kód je neplatný.',
), ),
'signin' => array( 'signin' => array(
@ -22,8 +22,8 @@ return array(
), ),
'logout' => array( 'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.', 'error' => 'Při pokusu o odhlášení se vyskytl problém, zkuste to prosím znovu.',
'success' => 'You have successfully logged out.', 'success' => 'Jste úspěšně odhlášeni.',
), ),
'signup' => array( 'signup' => array(
@ -33,7 +33,7 @@ return array(
'forgot-password' => array( 'forgot-password' => array(
'error' => 'Vyskytl se problém při získávání kódu pro reset hesla, zkuste to znovu.', 'error' => 'Vyskytl se problém při získávání kódu pro reset hesla, zkuste to znovu.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.', 'success' => 'Pokud tato e-mailová adresa existuje v našem systému, byl odeslán e-mail pro obnovení hesla.',
), ),
'forgot-password-confirm' => array( 'forgot-password-confirm' => array(

View file

@ -18,7 +18,7 @@ return [
'send_password_link' => 'Poslat odkaz na obnovení hesla', 'send_password_link' => 'Poslat odkaz na obnovení hesla',
'go' => 'Spustit', 'go' => 'Spustit',
'bulk_actions' => 'Hromadné operace', 'bulk_actions' => 'Hromadné operace',
'add_maintenance' => 'Add Maintenance', 'add_maintenance' => 'Přidat údržbu',
'append' => 'Připojit', 'append' => 'Připojit',
'new' => 'Nový', 'new' => 'Nový',
]; ];

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Příslušenství', 'accessories' => 'Příslušenství',
'activated' => 'Aktivováno', 'activated' => 'Aktivováno',
'accessory' => 'Příslušenství', 'accessory' => 'Příslušenství',
@ -19,13 +19,14 @@
'asset' => 'Zařízeni', 'asset' => 'Zařízeni',
'asset_report' => 'Report majetku', 'asset_report' => 'Report majetku',
'asset_tag' => 'Označení majetku', 'asset_tag' => 'Označení majetku',
'asset_tags' => 'Asset Tags', 'asset_tags' => 'Označení majetku',
'assets_available' => 'Assets available', 'assets_available' => 'Dostupný majatek',
'accept_assets' => 'Accept Assets :name', 'accept_assets' => 'Příjmout majetek :name',
'accept_assets_menu' => 'Accept Assets', 'accept_assets_menu' => 'Přijmout majetek',
'audit' => 'Audit', 'audit' => 'Audit',
'audit_report' => 'Záznamy auditu', 'audit_report' => 'Záznamy auditu',
'assets' => 'Zařízení', 'assets' => 'Zařízení',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Smazat avatara', 'avatar_delete' => 'Smazat avatara',
'avatar_upload' => 'Nahrát avatara', 'avatar_upload' => 'Nahrát avatara',
'back' => 'Zpět', 'back' => 'Zpět',
@ -33,11 +34,11 @@
'bulkaudit' => 'Hromadný audit', 'bulkaudit' => 'Hromadný audit',
'bulkaudit_status' => 'Stav auditu', 'bulkaudit_status' => 'Stav auditu',
'bulk_checkout' => 'Hromadný výdej', 'bulk_checkout' => 'Hromadný výdej',
'bulk_edit' => 'Bulk Edit', 'bulk_edit' => 'Hromadná úprava',
'bulk_delete' => 'Bulk Delete', 'bulk_delete' => 'Hromadné odstranění',
'bulk_actions' => 'Bulk Actions', 'bulk_actions' => 'Hromadné akce',
'bulk_checkin_delete' => 'Bulk Checkin &amp; Delete', 'bulk_checkin_delete' => 'Hromadné odepsání &amp; Odstranit',
'bystatus' => 'by Status', 'bystatus' => 'podle stavu',
'cancel' => 'Storno', 'cancel' => 'Storno',
'categories' => 'Kategorie', 'categories' => 'Kategorie',
'category' => 'Kategorie', 'category' => 'Kategorie',
@ -65,12 +66,12 @@
'created' => 'Položka vytvořena', 'created' => 'Položka vytvořena',
'created_asset' => 'vytvořit majetek', 'created_asset' => 'vytvořit majetek',
'created_at' => 'Vytvořeno', 'created_at' => 'Vytvořeno',
'record_created' => 'Record Created', 'record_created' => 'Záznam vytvořen',
'updated_at' => 'Aktualizováno', 'updated_at' => 'Aktualizováno',
'currency' => 'Kč', // this is deprecated 'currency' => 'Kč', // this is deprecated
'current' => 'Aktuální', 'current' => 'Aktuální',
'current_password' => 'Current Password', 'current_password' => 'Stávající heslo',
'customize_report' => 'Customize Report', 'customize_report' => 'Přizpůsobit report',
'custom_report' => 'Vlastní report majetku', 'custom_report' => 'Vlastní report majetku',
'dashboard' => 'Nástěnka', 'dashboard' => 'Nástěnka',
'days' => 'dnů', 'days' => 'dnů',
@ -82,45 +83,47 @@
'delete_confirm' => 'Opravdu chcete smazat :item?', 'delete_confirm' => 'Opravdu chcete smazat :item?',
'deleted' => 'Odstraněno', 'deleted' => 'Odstraněno',
'delete_seats' => 'Vymazaná licenční místa', 'delete_seats' => 'Vymazaná licenční místa',
'deletion_failed' => 'Deletion failed', 'deletion_failed' => 'Odstranění se nezdařilo',
'departments' => 'Oddělení', 'departments' => 'Oddělení',
'department' => 'Oddělení', 'department' => 'Oddělení',
'deployed' => 'Vydané', 'deployed' => 'Vydané',
'depreciation' => 'Amortizace', 'depreciation' => 'Amortizace',
'depreciations' => 'Depreciations', 'depreciations' => 'Odpisy',
'depreciation_report' => 'Report zastarání', 'depreciation_report' => 'Report zastarání',
'details' => 'Podrobnosti', 'details' => 'Podrobnosti',
'download' => 'Stáhnout', 'download' => 'Stáhnout',
'download_all' => 'Download All', 'download_all' => 'Stáhnout vše',
'editprofile' => 'Upravit profil', 'editprofile' => 'Upravit profil',
'eol' => 'Konec životnosti', 'eol' => 'Konec životnosti',
'email_domain' => 'Doména e-mailu', 'email_domain' => 'Doména e-mailu',
'email_format' => 'Formát e-mailu', 'email_format' => 'Formát e-mailu',
'employee_number' => 'Číslo zaměstnance',
'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu', 'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu',
'error' => 'Error', 'error' => 'Chyba',
'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)', 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)', 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)', 'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)', 'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)',
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)', 'firstintial_dot_lastname_format' => 'Iniciál Príjmení (j.novak@example.com)',
'first' => 'První', 'first' => 'První',
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)', 'firstnamelastname' => 'Jméno Příjmení (jozefnovak@example.com)',
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)', 'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)', 'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)',
'first_name' => 'Jméno', 'first_name' => 'Jméno',
'first_name_format' => 'Jméno (jane@example.com)', 'first_name_format' => 'Jméno (jane@example.com)',
'files' => 'Soubory', 'files' => 'Soubory',
'file_name' => 'Soubor', 'file_name' => 'Soubor',
'file_type' => 'File Type', 'file_type' => 'Typ souboru',
'filesize' => 'File Size',
'file_uploads' => 'Nahrání souboru', 'file_uploads' => 'Nahrání souboru',
'file_upload' => 'File Upload', 'file_upload' => 'Nahrání souboru',
'generate' => 'Vytvořit', 'generate' => 'Vytvořit',
'generate_labels' => 'Generate Labels', 'generate_labels' => 'Generovat štítky',
'github_markdown' => 'V kolonce je možné použít <a href="https://help.github.com/articles/github-flavored-markdown/">Github variantu markdown</a>.', 'github_markdown' => 'V kolonce je možné použít <a href="https://help.github.com/articles/github-flavored-markdown/">Github variantu markdown</a>.',
'groups' => 'Skupiny', 'groups' => 'Skupiny',
'gravatar_email' => 'Emailová adresa Gravatar', 'gravatar_email' => 'Emailová adresa Gravatar',
'gravatar_url' => '<a href="http://gravatar.com"><small>Change your avatar at Gravatar.com</small></a>.', 'gravatar_url' => '<a href="http://gravatar.com"><small>Změňte svůj avatar na Gravatar.com</small></a>.',
'history' => 'Historie', 'history' => 'Historie',
'history_for' => 'Historie uživatele', 'history_for' => 'Historie uživatele',
'id' => 'ID', 'id' => 'ID',
@ -128,10 +131,10 @@
'image_delete' => 'Smazat obrázek', 'image_delete' => 'Smazat obrázek',
'image_upload' => 'Nahrát obrázek', 'image_upload' => 'Nahrát obrázek',
'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.', 'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.', 'filetypes_size_help' => 'Maximální povolená velikost nahrávání je :size.',
'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.', 'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.',
'import' => 'Import', 'import' => 'Import',
'importing' => 'Importing', 'importing' => 'Importování',
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.', 'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
'import-history' => 'Historie importu', 'import-history' => 'Historie importu',
'asset_maintenance' => 'Údržba zařízení', 'asset_maintenance' => 'Údržba zařízení',
@ -140,7 +143,7 @@
'item' => 'Položka', 'item' => 'Položka',
'item_name' => 'Item Name', 'item_name' => 'Item Name',
'insufficient_permissions' => 'Nedostatečná oprávnění!', 'insufficient_permissions' => 'Nedostatečná oprávnění!',
'kits' => 'Predefined Kits', 'kits' => 'Předdefinované sady',
'language' => 'Jazyk', 'language' => 'Jazyk',
'last' => 'Poslední', 'last' => 'Poslední',
'last_login' => 'Poslední přihlášení', 'last_login' => 'Poslední přihlášení',
@ -150,8 +153,8 @@
'licenses_available' => 'dostupných licencí', 'licenses_available' => 'dostupných licencí',
'licenses' => 'Licence', 'licenses' => 'Licence',
'list_all' => 'Vypsat vše', 'list_all' => 'Vypsat vše',
'loading' => 'Loading... please wait....', 'loading' => 'Načítání, čekejte prosím...',
'lock_passwords' => 'This field value will not be saved in a demo installation.', 'lock_passwords' => 'Tato hodnota pole nebude uložena v ukázkové instalaci.',
'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.', 'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.',
'location' => 'Lokalita', 'location' => 'Lokalita',
'locations' => 'Umístění', 'locations' => 'Umístění',
@ -159,7 +162,7 @@
'logout' => 'Odhlásit', 'logout' => 'Odhlásit',
'lookup_by_tag' => 'Vyhledávání podle značky majetku', 'lookup_by_tag' => 'Vyhledávání podle značky majetku',
'maintenances' => 'Údržby', 'maintenances' => 'Údržby',
'manage_api_keys' => 'Manage API Keys', 'manage_api_keys' => 'Spravovat API klíče',
'manufacturer' => 'Výrobce', 'manufacturer' => 'Výrobce',
'manufacturers' => 'Výrobci', 'manufacturers' => 'Výrobci',
'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -169,7 +172,7 @@
'months' => 'měsíce', 'months' => 'měsíce',
'moreinfo' => 'Další informace', 'moreinfo' => 'Další informace',
'name' => 'Název', 'name' => 'Název',
'new_password' => 'New Password', 'new_password' => 'Nové heslo',
'next' => 'Další', 'next' => 'Další',
'next_audit_date' => 'Další datum auditu', 'next_audit_date' => 'Další datum auditu',
'last_audit' => 'Poslední audit', 'last_audit' => 'Poslední audit',
@ -192,6 +195,8 @@
'qty' => 'Množství', 'qty' => 'Množství',
'quantity' => 'Množství', 'quantity' => 'Množství',
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels', 'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
'quickscan_checkin' => 'Quick Scan Checkin',
'quickscan_checkin_status' => 'Checkin Status',
'ready_to_deploy' => 'Připraveno k přidělení', 'ready_to_deploy' => 'Připraveno k přidělení',
'recent_activity' => 'Nedávná aktivita', 'recent_activity' => 'Nedávná aktivita',
'remaining' => 'Remaining', 'remaining' => 'Remaining',
@ -207,7 +212,7 @@
'request_canceled' => 'Žádost zrušena', 'request_canceled' => 'Žádost zrušena',
'save' => 'Uložit', 'save' => 'Uložit',
'select' => 'Zvolit', 'select' => 'Zvolit',
'select_all' => 'Select All', 'select_all' => 'Vybrat vše',
'search' => 'Hledat', 'search' => 'Hledat',
'select_category' => 'Vyberte kategorii', 'select_category' => 'Vyberte kategorii',
'select_department' => 'Vyberte Oddělení', 'select_department' => 'Vyberte Oddělení',
@ -226,6 +231,7 @@
'show_current' => 'Zobrazit aktuální', 'show_current' => 'Zobrazit aktuální',
'sign_in' => 'Přihlásit se', 'sign_in' => 'Přihlásit se',
'signature' => 'Podpis', 'signature' => 'Podpis',
'signed_off_by' => 'Signed Off By',
'skin' => 'Vzhled', 'skin' => 'Vzhled',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@ -234,6 +240,7 @@
'state' => 'Stát', 'state' => 'Stát',
'status_labels' => 'Označení stavu', 'status_labels' => 'Označení stavu',
'status' => 'Stav', 'status' => 'Stav',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Dodavatel', 'supplier' => 'Dodavatel',
'suppliers' => 'Dodavatelé', 'suppliers' => 'Dodavatelé',
'sure_to_delete' => 'Opravdu si přejete odstranit', 'sure_to_delete' => 'Opravdu si přejete odstranit',
@ -347,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -13,7 +13,7 @@ return [
| |
*/ */
'more_info_title' => 'More Info', 'more_info_title' => 'Více informací',
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
@ -21,14 +21,14 @@ return [
'categories' => 'Categories help you organize your items. Some example categories might be &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, and so on, but you can use categories any way that makes sense for you.', 'categories' => 'Categories help you organize your items. Some example categories might be &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, and so on, but you can use categories any way that makes sense for you.',
'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessories' => 'Příslušenství je cokoliv, co předáte uživatelům, ale nemá to sériové číslo (nebo je neevidujete), např. myš, nebo klávesnice.',
'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'companies' => 'Společnost může být použita jen jako běžná vlastnost majetku, nebo také k omezení viditelnosti majetku, uživatelů atd., pakliže je v nastavení administrátora povolena plná podpora společností.',
'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', 'components' => 'Díly jsou položky, které jsou součástí majetku, jako např. HDD, RAM atp.',
'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'consumables' => 'Spotřební materiál jsou takové položky, které jsou v čase spotřebovávány, jako např. toner, inkoust či papír do tiskáren.',
'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'depreciations' => 'Můžete nastavit amortizaci majetku pro jeho rovnoměrné odepisování.',
]; ];

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.', 'sent' => 'Úspěch: Pokud tato e-mailová adresa existuje v našem systému, byl odeslán e-mail pro obnovení hesla.',
'user' => 'Nebyl nalezen žádný aktivní uživatel s takovým e-mailem.', 'user' => 'Nebyl nalezen žádný aktivní uživatel s takovým e-mailem.',
]; ];

View file

@ -91,6 +91,10 @@ return [
'url' => 'Formát :attribute je neplatný.', 'url' => 'Formát :attribute je neplatný.',
'unique_undeleted' => 'Je třeba, aby se :attribute neopakoval.', 'unique_undeleted' => 'Je třeba, aby se :attribute neopakoval.',
'non_circular' => ':attribute nesmí vytvořit kruhový odkaz.', 'non_circular' => ':attribute nesmí vytvořit kruhový odkaz.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -17,6 +17,7 @@ return [
'error' => 'Ni diweddarwyd yr assed, ceisiwch eto o. g. y. dd', 'error' => 'Ni diweddarwyd yr assed, ceisiwch eto o. g. y. dd',
'success' => 'Ased wedi diweddaru\'n llwyddiannus.', 'success' => 'Ased wedi diweddaru\'n llwyddiannus.',
'nothing_updated' => 'Dim newid mewn manylder, felly dim byd wedi\'i diweddaru.', 'nothing_updated' => 'Dim newid mewn manylder, felly dim byd wedi\'i diweddaru.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Rhagddodiad (dewisol)', 'auto_increment_prefix' => 'Rhagddodiad (dewisol)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Copi wrth gefn', 'backups' => 'Copi wrth gefn',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Gosodwch cyfrif a chyfrinair LDAP dilys o\'r base DN i profi cysyllted a gweithrediad LDAP. RHAID ARBED Y GOSODIADAU LDAP CYNTAF.', 'ldap_login_test_help' => 'Gosodwch cyfrif a chyfrinair LDAP dilys o\'r base DN i profi cysyllted a gweithrediad LDAP. RHAID ARBED Y GOSODIADAU LDAP CYNTAF.',
'ldap_login_sync_help' => 'Mae\'r prawf yma yn profi\'r gallu i LDAP gwneud sync. Os ydi\'r gosodiadau LDAP yn anghywir mae\'n bosib ni ellith defnyddwyr mewngofnodi. RHAID ARBED GOSODIADAU LDAP CYNTAF.', 'ldap_login_sync_help' => 'Mae\'r prawf yma yn profi\'r gallu i LDAP gwneud sync. Os ydi\'r gosodiadau LDAP yn anghywir mae\'n bosib ni ellith defnyddwyr mewngofnodi. RHAID ARBED GOSODIADAU LDAP CYNTAF.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'Server LDAP', 'ldap_server' => 'Server LDAP',
'ldap_server_help' => 'Dylith hwn ddechra hefo ldap://(Ar gyfer cysylltiadau TLS neu heb eu hamcryptio) neu ldaps://(ar gyfer SSL)', 'ldap_server_help' => 'Dylith hwn ddechra hefo ldap://(Ar gyfer cysylltiadau TLS neu heb eu hamcryptio) neu ldaps://(ar gyfer SSL)',
'ldap_server_cert' => 'Profi tystysgrif LDAP SSL dilys', 'ldap_server_cert' => 'Profi tystysgrif LDAP SSL dilys',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'Gweld Defnyddiwr :name', 'view_user' => 'Gweld Defnyddiwr :name',
'usercsv' => 'Ffeil CSV', 'usercsv' => 'Ffeil CSV',
'two_factor_admin_optin_help' => 'Mae eich gosodiadau admin yn caniatau gorfodaeth dewisol o dilysiant dau-factor. ', 'two_factor_admin_optin_help' => 'Mae eich gosodiadau admin yn caniatau gorfodaeth dewisol o dilysiant dau-factor. ',
'two_factor_enrolled' => 'Dyfais D2F Wedi Ymuno ', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => 'D2F Weithredol ', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'E-bost', 'email' => 'E-bost',
'employee_num' => 'Rhif Cyflogai.', 'employee_num' => 'Rhif Cyflogai.',
'first_name' => 'Enw cyntaf', 'first_name' => 'Enw cyntaf',
'groupnotes' => 'Dewiswch grwp i asseinio i\'r defnyddiwr, cofiwch bod y defnyddiwr yn etifeddu hawliau\'r grwp.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Rhif Unigryw', 'id' => 'Rhif Unigryw',
'inherit' => 'Etifeddu', 'inherit' => 'Etifeddu',
'job' => 'Teitl Swydd', 'job' => 'Teitl Swydd',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Ategolion', 'accessories' => 'Ategolion',
'activated' => 'Actifadu', 'activated' => 'Actifadu',
'accessory' => 'Ategolyn', 'accessory' => 'Ategolyn',
@ -26,6 +26,7 @@
'audit' => 'Awdit', 'audit' => 'Awdit',
'audit_report' => 'Log Awdit', 'audit_report' => 'Log Awdit',
'assets' => 'Asedau', 'assets' => 'Asedau',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Dileu Avatar', 'avatar_delete' => 'Dileu Avatar',
'avatar_upload' => 'Uwchlwytho Avatar', 'avatar_upload' => 'Uwchlwytho Avatar',
'back' => 'Yn ôl', 'back' => 'Yn ôl',
@ -114,6 +115,7 @@
'files' => 'Ffeiliau', 'files' => 'Ffeiliau',
'file_name' => 'Ffeil', 'file_name' => 'Ffeil',
'file_type' => 'File Type', 'file_type' => 'File Type',
'filesize' => 'File Size',
'file_uploads' => 'Ffeiliau wedi uwchlwytho', 'file_uploads' => 'Ffeiliau wedi uwchlwytho',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'Creu', 'generate' => 'Creu',
@ -229,6 +231,7 @@
'show_current' => 'Dangos Cyfredol', 'show_current' => 'Dangos Cyfredol',
'sign_in' => 'Mewngofnodi', 'sign_in' => 'Mewngofnodi',
'signature' => 'Llofnod', 'signature' => 'Llofnod',
'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!', 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@ -237,6 +240,7 @@
'state' => 'Talaith', 'state' => 'Talaith',
'status_labels' => 'Labeli Statws', 'status_labels' => 'Labeli Statws',
'status' => 'Statws', 'status' => 'Statws',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Cyflenwr', 'supplier' => 'Cyflenwr',
'suppliers' => 'Cyflenwyr', 'suppliers' => 'Cyflenwyr',
'sure_to_delete' => 'Ydych chi\'n sicr eich bod eisiau dileu', 'sure_to_delete' => 'Ydych chi\'n sicr eich bod eisiau dileu',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => 'Mae fformat :attribute yn annilys.', 'url' => 'Mae fformat :attribute yn annilys.',
'unique_undeleted' => 'Rhaid i\'r :attribute bod yn unigryw.', 'unique_undeleted' => 'Rhaid i\'r :attribute bod yn unigryw.',
'non_circular' => 'The :attribute must not create a circular reference.', 'non_circular' => 'The :attribute must not create a circular reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -16,6 +16,7 @@ return [
'error' => 'Akten blev ikke opdateret, prøv igen', 'error' => 'Akten blev ikke opdateret, prøv igen',
'success' => 'Asset opdateret med succes.', 'success' => 'Asset opdateret med succes.',
'nothing_updated' => 'Ingen felter blev valgt, så intet blev opdateret.', 'nothing_updated' => 'Ingen felter blev valgt, så intet blev opdateret.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -28,6 +28,7 @@ return [
'auto_increment_prefix' => 'Præfiks (valgfrit)', 'auto_increment_prefix' => 'Præfiks (valgfrit)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups', 'backups' => 'Backups',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup', 'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup', 'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>', 'backups_path' => 'Backups on the server are stored in <code>:path</code>',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-Side TLS key', 'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Indtast validt LDAP brugernavn og kodeord fra den basis DN du angav ovenfor for at teste om dit LDAP login er korrekt konfigureret. DU SKAL FØRST OPDATERE og GEMME DINE LDAP INDSTILLINGER.', 'ldap_login_test_help' => 'Indtast validt LDAP brugernavn og kodeord fra den basis DN du angav ovenfor for at teste om dit LDAP login er korrekt konfigureret. DU SKAL FØRST OPDATERE og GEMME DINE LDAP INDSTILLINGER.',
'ldap_login_sync_help' => 'Dette tester kun om LDAP kan synkronisere korrekt. Hvis din LDAP authentisering ikke er korrekt, er det usikkert om brugere kan logge ind. DU SKAL FØRST OPDATERE OG GEMME DINE LDAP INDSTILLINGER.', 'ldap_login_sync_help' => 'Dette tester kun om LDAP kan synkronisere korrekt. Hvis din LDAP authentisering ikke er korrekt, er det usikkert om brugere kan logge ind. DU SKAL FØRST OPDATERE OG GEMME DINE LDAP INDSTILLINGER.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP-server', 'ldap_server' => 'LDAP-server',
'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)', 'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)',
'ldap_server_cert' => 'Validering af LDAP SSL-certifikat', 'ldap_server_cert' => 'Validering af LDAP SSL-certifikat',

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'Se bruger :navn', 'view_user' => 'Se bruger :navn',
'usercsv' => 'CSV-fil', 'usercsv' => 'CSV-fil',
'two_factor_admin_optin_help' => 'Dine nuværende administratorindstillinger tillader selektiv håndhævelse af tofaktors godkendelse.', 'two_factor_admin_optin_help' => 'Dine nuværende administratorindstillinger tillader selektiv håndhævelse af tofaktors godkendelse.',
'two_factor_enrolled' => '2FA Device Enrolled', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA aktiv ', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'User is de-activated', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status', 'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.', 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.', 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Medarbejder nr.', 'employee_num' => 'Medarbejder nr.',
'first_name' => 'Fornavn', 'first_name' => 'Fornavn',
'groupnotes' => 'Vælg en gruppe, der skal tildeles brugeren, husk at en bruger accepterer tilladelserne for den gruppe, de er tildelt.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'ID', 'id' => 'ID',
'inherit' => 'Arve', 'inherit' => 'Arve',
'job' => 'Job Titel', 'job' => 'Job Titel',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Tilbehør', 'accessories' => 'Tilbehør',
'activated' => 'Aktiveret', 'activated' => 'Aktiveret',
'accessory' => 'Tilbehør', 'accessory' => 'Tilbehør',
@ -26,6 +26,7 @@
'audit' => 'Revidere', 'audit' => 'Revidere',
'audit_report' => 'Revisionslog', 'audit_report' => 'Revisionslog',
'assets' => 'Aktiver', 'assets' => 'Aktiver',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Slet avatar', 'avatar_delete' => 'Slet avatar',
'avatar_upload' => 'Upload Avatar', 'avatar_upload' => 'Upload Avatar',
'back' => 'Tilbage', 'back' => 'Tilbage',
@ -114,6 +115,7 @@
'files' => 'Filer', 'files' => 'Filer',
'file_name' => 'Fil', 'file_name' => 'Fil',
'file_type' => 'Filtype', 'file_type' => 'Filtype',
'filesize' => 'File Size',
'file_uploads' => 'Filoverførsel', 'file_uploads' => 'Filoverførsel',
'file_upload' => 'File Upload', 'file_upload' => 'File Upload',
'generate' => 'Skab', 'generate' => 'Skab',
@ -229,6 +231,7 @@
'show_current' => 'Vis Aktuelle', 'show_current' => 'Vis Aktuelle',
'sign_in' => 'Log ind', 'sign_in' => 'Log ind',
'signature' => 'Underskrift', 'signature' => 'Underskrift',
'signed_off_by' => 'Signed Off By',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'A slack message will be sent', 'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Åh hai! Det ser ud til, at din Slack integration med Snipe-IT virker!', 'slack_test_msg' => 'Åh hai! Det ser ud til, at din Slack integration med Snipe-IT virker!',
@ -237,6 +240,7 @@
'state' => 'Stat', 'state' => 'Stat',
'status_labels' => 'Status labels', 'status_labels' => 'Status labels',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Leverandør', 'supplier' => 'Leverandør',
'suppliers' => 'Leverandører', 'suppliers' => 'Leverandører',
'sure_to_delete' => 'Er du sikker på, at du vil slette', 'sure_to_delete' => 'Er du sikker på, at du vil slette',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

View file

@ -91,6 +91,10 @@ return [
'url' => ':attribute formatet er ugyldigt.', 'url' => ':attribute formatet er ugyldigt.',
'unique_undeleted' => ':attribute skal være unik.', 'unique_undeleted' => ':attribute skal være unik.',
'non_circular' => ':attribute må ikke oprette en cirkulær reference.', 'non_circular' => ':attribute må ikke oprette en cirkulær reference.',
'gte' => [
'numeric' => 'Value cannot be negative'
],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -0,0 +1,12 @@
<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
);

View file

@ -41,5 +41,7 @@ return [
'make_required' => 'Optional - Klicken, um erforderlich zu machen', 'make_required' => 'Optional - Klicken, um erforderlich zu machen',
'reorder' => 'Sortieren', 'reorder' => 'Sortieren',
'db_field' => 'Datenbankfeld', 'db_field' => 'Datenbankfeld',
'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern wie <code> :db_column </code> aber sollte: </code> sein.' 'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern wie <code> :db_column </code> aber sollte: </code> sein.',
'is_unique' => 'Dieser Wert muss für jedes Asset eindeutig sein',
'unique' => 'Einzigartig',
]; ];

View file

@ -6,7 +6,7 @@ return [
'asset_depreciations' => 'Asset-Abschreibungen', 'asset_depreciations' => 'Asset-Abschreibungen',
'create' => 'Abschreibung erstellen', 'create' => 'Abschreibung erstellen',
'depreciation_name' => 'Abschreibungs Name', 'depreciation_name' => 'Abschreibungs Name',
'depreciation_min' => 'Floor Value of Depreciation', 'depreciation_min' => 'Abschreibungsuntergrenze',
'number_of_months' => 'Anzahl der Monate', 'number_of_months' => 'Anzahl der Monate',
'update' => 'Abschreibung aktualisieren', 'update' => 'Abschreibung aktualisieren',
'depreciation_min' => 'Minimaler Wert nach Abschreibung', 'depreciation_min' => 'Minimaler Wert nach Abschreibung',

View file

@ -25,15 +25,15 @@ return [
'csv_error' => 'Es gibt einen Fehler in der CSV-Datei:', 'csv_error' => 'Es gibt einen Fehler in der CSV-Datei:',
'import_text' => ' 'import_text' => '
<p> <p>
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin &gt; General Settings. Laden Sie eine CSV-Datei hoch, die den Asset-Verlauf enthält. Die Assets und Benutzer MÜSSEN bereits im System vorhanden oder sie werden übersprungen. Übereinstimmende Assets für den Import der Historie geschieht mit dem Tag des Asset-Tags. Wir werden versuchen, einen passenden Benutzer zu finden, basierend auf dem von Ihnen angegebenen Benutzernamen und den Kriterien, die Sie unten auswählen. Wenn Sie keine Kriterien unten auswählen, wird einfach das Benutzernamen-Format, welches Sie in den Admin &gt; Allgemeinen Einstellungen konfiguriert haben zum Abgleich genutzt.
</p> </p>
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p> <p>Die im CSV enthaltenen Felder müssen mit den Kopfzeilen übereinstimmen: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Zusätzliche Felder werden ignoriert. </p>
<p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p> <p>Checkin Date: Ein Leeres oder zukünftiges Datum wird Elemente an zugeordnete Benutzer auschecken. Ohne die Spalte Checkin Date wird das Rücknahmedatum auf das heutigen Datum gesetzt.</p>
', ',
'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', 'csv_import_match_f-l' => 'Versucht den Benutzer nach dem vorname.nachname (jane.smith) Format abzugleichen',
'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', 'csv_import_match_initial_last' => 'Versucht den Benutzer nach dem ersten Buchstaben des Vornamen und dem Nachnamen (jsmith) Format abzugleichen',
'csv_import_match_first' => 'Versuchen Sie, Benutzer nach dem Vornamenformat (Jane) abzugleichen', 'csv_import_match_first' => 'Versuchen Sie, Benutzer nach dem Vornamenformat (Jane) abzugleichen',
'csv_import_match_email' => 'Versuchen Sie, Benutzer per E-Mail als Benutzername zu vergleichen', 'csv_import_match_email' => 'Versuchen Sie, Benutzer per E-Mail als Benutzername zu vergleichen',
'csv_import_match_username' => 'Versuche Benutzer mit Benutzername zu vergleichen', 'csv_import_match_username' => 'Versuche Benutzer mit Benutzername zu vergleichen',

View file

@ -17,6 +17,7 @@ return [
'error' => 'Asset wurde nicht aktualisiert. Bitte versuchen Sie es erneut', 'error' => 'Asset wurde nicht aktualisiert. Bitte versuchen Sie es erneut',
'success' => 'Asset wurde erfolgreich aktualisiert.', 'success' => 'Asset wurde erfolgreich aktualisiert.',
'nothing_updated' => 'Es wurden keine Felder ausgewählt, somit wurde auch nichts aktualisiert.', 'nothing_updated' => 'Es wurden keine Felder ausgewählt, somit wurde auch nichts aktualisiert.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
], ],
'restore' => [ 'restore' => [

View file

@ -21,18 +21,19 @@ return [
'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.', 'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.',
'asset_ids' => 'Asset IDs', 'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall', 'audit_interval' => 'Auditintervall',
'audit_interval_help' => 'Wenn Sie Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.', 'audit_interval_help' => 'Wenn Sie verpflichtet sind, Ihre Assets regelmäßig physisch zu überprüfen, geben Sie das Intervall in Monaten an. Wenn Sie diesen Wert aktualisieren, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.',
'audit_warning_days' => 'Audit-Warnschwelle', 'audit_warning_days' => 'Audit-Warnschwelle',
'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?', 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags', 'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags',
'auto_increment_prefix' => 'Präfix (optional)', 'auto_increment_prefix' => 'Präfix (optional)',
'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset Tags um dies zu setzen', 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset Tags um dies zu setzen',
'backups' => 'Sicherungen', 'backups' => 'Sicherungen',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Aus Backup wiederherstellen', 'backups_restoring' => 'Aus Backup wiederherstellen',
'backups_upload' => 'Backup hochladen', 'backups_upload' => 'Backup hochladen',
'backups_path' => 'Sicherungen auf dem Server werden in <code>:path</code> gespeichert', 'backups_path' => 'Sicherungen auf dem Server werden in <code>:path</code> gespeichert',
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ', 'backups_restore_warning' => 'Wählen Sie die Wiederherstellung <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> um ein Backup wieder herzustellen. (Funktioniert derzeit nicht mit S3 Datenspeicher oder Docker)<br><br>Die <strong>gesamte :app_name Datebank und alle Uploads werden mit den Inhalten des Backups überschrieben</strong>. ',
'backups_logged_out' => 'Sie werden abgemeldet, sobald Ihre Wiederherstellung abgeschlossen ist.', 'backups_logged_out' => 'Alle vorhandenen Benutzer, auch Sie, werden abgemeldet, sobald Ihre Wiederherstellung abgeschlossen ist.',
'backups_large' => 'Sehr große Sicherungen können beim Wiederherstellungsversuch ausfallen (Time-Out) und müssen eventuell über die Kommandozeile ausgeführt werden. ', 'backups_large' => 'Sehr große Sicherungen können beim Wiederherstellungsversuch ausfallen (Time-Out) und müssen eventuell über die Kommandozeile ausgeführt werden. ',
'barcode_settings' => 'Barcode Einstellungen', 'barcode_settings' => 'Barcode Einstellungen',
'confirm_purge' => 'Bereinigung bestätigen', 'confirm_purge' => 'Bereinigung bestätigen',
@ -84,6 +85,7 @@ return [
'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel', 'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel',
'ldap_login_test_help' => 'Geben Sie einen gültigen LDAP-Benutzernamen und ein Passwort von der oben angegebenen Basis-DN ein, um zu testen, ob Ihre LDAP-Anmeldung korrekt konfiguriert ist. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.', 'ldap_login_test_help' => 'Geben Sie einen gültigen LDAP-Benutzernamen und ein Passwort von der oben angegebenen Basis-DN ein, um zu testen, ob Ihre LDAP-Anmeldung korrekt konfiguriert ist. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.',
'ldap_login_sync_help' => 'Dies testet nur, ob LDAP korrekt synchronisiert werden kann. Wenn Ihre LDAP-Authentifizierungsabfrage nicht korrekt ist, können sich Benutzer möglicherweise nicht anmelden. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.', 'ldap_login_sync_help' => 'Dies testet nur, ob LDAP korrekt synchronisiert werden kann. Wenn Ihre LDAP-Authentifizierungsabfrage nicht korrekt ist, können sich Benutzer möglicherweise nicht anmelden. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP Server', 'ldap_server' => 'LDAP Server',
'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten', 'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten',
'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung', 'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung',
@ -212,7 +214,7 @@ return [
'update' => 'Einstellungen übernehmen', 'update' => 'Einstellungen übernehmen',
'value' => 'Wert', 'value' => 'Wert',
'brand' => 'Branding', 'brand' => 'Branding',
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css', 'brand_keywords' => 'Fußzeile, Logo, Druck, Theme, Skin, Header, Farben, Farbe, CSS',
'brand_help' => 'Logo, Seitenname', 'brand_help' => 'Logo, Seitenname',
'web_brand' => 'Web Branding Typ', 'web_brand' => 'Web Branding Typ',
'about_settings_title' => 'Über Einstellungen', 'about_settings_title' => 'Über Einstellungen',
@ -225,7 +227,7 @@ return [
'privacy_policy' => 'Datenschutzrichtlinie', 'privacy_policy' => 'Datenschutzrichtlinie',
'privacy_policy_link_help' => 'Wenn hier ein Link zu Ihrer Datenschutzerklärung enthalten ist, wird dieser in der Fußzeile der App und in allen E-Mails, die das System in Übereinstimmung mit der DSGVO versendet, hinzugefügt. ', 'privacy_policy_link_help' => 'Wenn hier ein Link zu Ihrer Datenschutzerklärung enthalten ist, wird dieser in der Fußzeile der App und in allen E-Mails, die das System in Übereinstimmung mit der DSGVO versendet, hinzugefügt. ',
'purge' => 'Gelöschte Einträge bereinigen', 'purge' => 'Gelöschte Einträge bereinigen',
'purge_deleted' => 'Purge Deleted ', 'purge_deleted' => 'Gelöschte säubern ',
'labels_display_bgutter' => 'Ettiketten Spaltenzwischenraum unterhalb', 'labels_display_bgutter' => 'Ettiketten Spaltenzwischenraum unterhalb',
'labels_display_sgutter' => 'Ettikett Seitenabstand', 'labels_display_sgutter' => 'Ettikett Seitenabstand',
'labels_fontsize' => 'Schriftgröße der Etiketten', 'labels_fontsize' => 'Schriftgröße der Etiketten',

View file

@ -36,7 +36,7 @@ return [
'slack' => [ 'slack' => [
'sending' => 'Slack Testnachricht wird gesendet...', 'sending' => 'Slack Testnachricht wird gesendet...',
'success_pt1' => 'Erfolgreich! Überprüfen Sie die ', 'success_pt1' => 'Erfolgreich! Überprüfen Sie die ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', 'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern unten, um Ihre Einstellungen zu speichern.',
'500' => '500 Server Fehler.', '500' => '500 Server Fehler.',
'error' => 'Etwas ist schiefgelaufen.', 'error' => 'Etwas ist schiefgelaufen.',
] ]

View file

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Created',
'size' => 'Size',
);

View file

@ -8,7 +8,7 @@ return array(
'default_label' => 'Standardbezeichnung', 'default_label' => 'Standardbezeichnung',
'default_label_help' => 'Dies wird verwendet, um sicherzustellen, dass die am häufigsten verwendeten Statusbeschriftungen beim Erstellen / Bearbeiten von Assets oben im Auswahlfeld angezeigt werden.', 'default_label_help' => 'Dies wird verwendet, um sicherzustellen, dass die am häufigsten verwendeten Statusbeschriftungen beim Erstellen / Bearbeiten von Assets oben im Auswahlfeld angezeigt werden.',
'deployable' => 'Einsetzbar', 'deployable' => 'Einsetzbar',
'info' => 'Status Label werden eingesetzt um diverse Stati Ihrer Assets zu beschreiben. Diese können zB. in Reparatur sein, Gestohlen oder Verlohren worden sein. Sie können neue Status Labels für Einsetzbare, Unerledigte und Archivierte Assets erstellen.', 'info' => 'Statusbezeichnungen werden eingesetzt, um diverse Zustände Ihrer Assets zu beschreiben. Diese können z. B. in Reparatur sein, gestohlen oder verloren worden sein. Sie können neue Statusbezeichnungen für einsetzbare, ausstehende und archivierte Assets erstellen.',
'name' => 'Statusname', 'name' => 'Statusname',
'pending' => 'Ausstehend', 'pending' => 'Ausstehend',
'status_type' => 'Statustyp', 'status_type' => 'Statustyp',

View file

@ -22,9 +22,10 @@ return [
'view_user' => 'Benutzer :name ansehen', 'view_user' => 'Benutzer :name ansehen',
'usercsv' => 'CSV Datei', 'usercsv' => 'CSV Datei',
'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ', 'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ',
'two_factor_enrolled' => '2FA Gerät eingeschrieben ', 'two_factor_enrolled' => '2FA Device Enrolled ',
'two_factor_active' => '2FA aktiv ', 'two_factor_active' => '2FA Active ',
'user_deactivated' => 'Benutzer ist deaktiviert', 'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Aktivierungsstatus nicht ändern', 'activation_status_warning' => 'Aktivierungsstatus nicht ändern',
'group_memberships_helpblock' => 'Nur Superadministratoren können Gruppenmitgliedschaften bearbeiten.', 'group_memberships_helpblock' => 'Nur Superadministratoren können Gruppenmitgliedschaften bearbeiten.',
'superadmin_permission_warning' => 'Nur Superadmins dürfen einem Benutzer Superadmin Zugriff gewähren.', 'superadmin_permission_warning' => 'Nur Superadmins dürfen einem Benutzer Superadmin Zugriff gewähren.',
@ -34,4 +35,8 @@ return [
'warning_deletion_information' => 'Sie sind dabei, die :count unten aufgelisteten Benutzer zu löschen. Super-Admin-Namen sind rot markiert.', 'warning_deletion_information' => 'Sie sind dabei, die :count unten aufgelisteten Benutzer zu löschen. Super-Admin-Namen sind rot markiert.',
'update_user_asssets_status' => 'Alle Assets für diese Benutzer auf diesen Status aktualisieren', 'update_user_asssets_status' => 'Alle Assets für diese Benutzer auf diesen Status aktualisieren',
'checkin_user_properties' => 'Alle diesen Benutzern zugeordneten Objekte zurücknehmen', 'checkin_user_properties' => 'Alle diesen Benutzern zugeordneten Objekte zurücknehmen',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
]; ];

View file

@ -10,7 +10,7 @@ return array(
'email' => 'Email', 'email' => 'Email',
'employee_num' => 'Mitarbeiternr.', 'employee_num' => 'Mitarbeiternr.',
'first_name' => 'Vorname', 'first_name' => 'Vorname',
'groupnotes' => 'Wähle eine Gruppe um sie dem Benutzer zuzuweisen, denke daran, dass ein Benutzer die Berechtigungen der zugewiesenen Gruppe übernimmt.', 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Id', 'id' => 'Id',
'inherit' => 'Vererben', 'inherit' => 'Vererben',
'job' => 'Berufsbezeichnung', 'job' => 'Berufsbezeichnung',

View file

@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
);

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'accessories' => 'Zubehör', 'accessories' => 'Zubehör',
'activated' => 'Aktiviert', 'activated' => 'Aktiviert',
'accessory' => 'Zubehör', 'accessory' => 'Zubehör',
@ -26,6 +26,7 @@
'audit' => 'Prüfung', 'audit' => 'Prüfung',
'audit_report' => 'Audit-Log', 'audit_report' => 'Audit-Log',
'assets' => 'Assets', 'assets' => 'Assets',
'assigned_to' => 'Herausgegeben an :name',
'avatar_delete' => 'Avatar löschen', 'avatar_delete' => 'Avatar löschen',
'avatar_upload' => 'Avatar hochladen', 'avatar_upload' => 'Avatar hochladen',
'back' => 'Zurück', 'back' => 'Zurück',
@ -114,6 +115,7 @@
'files' => 'Dateien', 'files' => 'Dateien',
'file_name' => 'Datei', 'file_name' => 'Datei',
'file_type' => 'Dateityp', 'file_type' => 'Dateityp',
'filesize' => 'File Size',
'file_uploads' => 'Datei-Uploads', 'file_uploads' => 'Datei-Uploads',
'file_upload' => 'Datei-Upload', 'file_upload' => 'Datei-Upload',
'generate' => 'Generieren', 'generate' => 'Generieren',
@ -229,6 +231,7 @@
'show_current' => 'Aktuelles anzeigen', 'show_current' => 'Aktuelles anzeigen',
'sign_in' => 'Anmelden', 'sign_in' => 'Anmelden',
'signature' => 'Unterschrift', 'signature' => 'Unterschrift',
'signed_off_by' => 'Unterschrieben von',
'skin' => 'Skin', 'skin' => 'Skin',
'slack_msg_note' => 'Eine Slack Nachricht wird gesendet', 'slack_msg_note' => 'Eine Slack Nachricht wird gesendet',
'slack_test_msg' => 'Oh hai! Sieht so aus, als ob deine Slack Integration mit Snipe-IT funktioniert!', 'slack_test_msg' => 'Oh hai! Sieht so aus, als ob deine Slack Integration mit Snipe-IT funktioniert!',
@ -237,6 +240,7 @@
'state' => 'Bundesland', 'state' => 'Bundesland',
'status_labels' => 'Statusbezeichnungen', 'status_labels' => 'Statusbezeichnungen',
'status' => 'Status', 'status' => 'Status',
'accept_eula' => 'Annahmeerklärung',
'supplier' => 'Lieferant', 'supplier' => 'Lieferant',
'suppliers' => 'Lieferanten', 'suppliers' => 'Lieferanten',
'sure_to_delete' => 'Sind Sie sich sicher, dass Sie löschen möchten?', 'sure_to_delete' => 'Sind Sie sich sicher, dass Sie löschen möchten?',
@ -350,4 +354,7 @@
'checkout_tooltip' => 'Diesen Gegenstand zuweisen', 'checkout_tooltip' => 'Diesen Gegenstand zuweisen',
'checkin_tooltip' => 'Diesen Artikel zurücknehmen', 'checkin_tooltip' => 'Diesen Artikel zurücknehmen',
'checkout_user_tooltip' => 'Diesen Artikel an einen Benutzer herausgeben', 'checkout_user_tooltip' => 'Diesen Artikel an einen Benutzer herausgeben',
]; 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];

Some files were not shown because too many files have changed in this diff Show more