mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Updated languages
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
31944cd4d4
commit
b01baec7a8
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'land',
|
'country' => 'land',
|
||||||
'create' => 'Skep Ligging',
|
'create' => 'Skep Ligging',
|
||||||
'update' => 'Opdateer Plek',
|
'update' => 'Opdateer Plek',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Pleknaam',
|
'name' => 'Pleknaam',
|
||||||
'address' => 'adres',
|
'address' => 'adres',
|
||||||
'zip' => 'Poskode',
|
'zip' => 'Poskode',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alerts aangeskakel',
|
'alerts_enabled' => 'Alerts aangeskakel',
|
||||||
'alert_interval' => 'Uitgaande Alert Drempel (in dae)',
|
'alert_interval' => 'Uitgaande Alert Drempel (in dae)',
|
||||||
'alert_inv_threshold' => 'Voorraadwaarskuwingsdrempel',
|
'alert_inv_threshold' => 'Voorraadwaarskuwingsdrempel',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Bate ID\'s',
|
'asset_ids' => 'Bate ID\'s',
|
||||||
'audit_interval' => 'Ouditinterval',
|
'audit_interval' => 'Ouditinterval',
|
||||||
'audit_interval_help' => 'As u gereeld u bates fisies moet kontroleer, vul die interval in maande in.',
|
'audit_interval_help' => 'As u gereeld u bates fisies moet kontroleer, vul die interval in maande in.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Gebruik TLS',
|
'ldap_tls' => 'Gebruik TLS',
|
||||||
'ldap_tls_help' => 'Dit moet slegs nagegaan word as u STARTTLS op u LDAP-bediener uitvoer.',
|
'ldap_tls_help' => 'Dit moet slegs nagegaan word as u STARTTLS op u LDAP-bediener uitvoer.',
|
||||||
'ldap_uname' => 'LDAP Bind Gebruikersnaam',
|
'ldap_uname' => 'LDAP Bind Gebruikersnaam',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP-koppel wagwoord',
|
'ldap_pword' => 'LDAP-koppel wagwoord',
|
||||||
'ldap_basedn' => 'Base Bind DN',
|
'ldap_basedn' => 'Base Bind DN',
|
||||||
'ldap_filter' => 'LDAP Filter',
|
'ldap_filter' => 'LDAP Filter',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Asseblief Login',
|
'login_prompt' => 'Asseblief Login',
|
||||||
'forgot_password' => 'ek het my wagwoord vergeet',
|
'forgot_password' => 'ek het my wagwoord vergeet',
|
||||||
'remember_me' => 'Onthou my',
|
'remember_me' => 'Onthou my',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Image',
|
'image' => 'Image',
|
||||||
'image_delete' => 'Vee prent uit',
|
'image_delete' => 'Vee prent uit',
|
||||||
'image_upload' => 'Laai prent op',
|
'image_upload' => 'Laai prent op',
|
||||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'invoer',
|
'import' => 'invoer',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'الدولة',
|
'country' => 'الدولة',
|
||||||
'create' => 'إنشاء موقع',
|
'create' => 'إنشاء موقع',
|
||||||
'update' => 'تحديث الموقع',
|
'update' => 'تحديث الموقع',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'إسم الموقع',
|
'name' => 'إسم الموقع',
|
||||||
'address' => 'العنوان',
|
'address' => 'العنوان',
|
||||||
'zip' => 'الرمز البريدي',
|
'zip' => 'الرمز البريدي',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'التنبيهان ممكنه',
|
'alerts_enabled' => 'التنبيهان ممكنه',
|
||||||
'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)',
|
'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)',
|
||||||
'alert_inv_threshold' => 'عتبة تنبيه المخزون',
|
'alert_inv_threshold' => 'عتبة تنبيه المخزون',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'ارقام تعريف الاصول',
|
'asset_ids' => 'ارقام تعريف الاصول',
|
||||||
'audit_interval' => 'مدة التدقيق',
|
'audit_interval' => 'مدة التدقيق',
|
||||||
'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك الفعلية بشكل دوري، قم بإدخال المدة بالأشهر.',
|
'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك الفعلية بشكل دوري، قم بإدخال المدة بالأشهر.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'استخدام تلس',
|
'ldap_tls' => 'استخدام تلس',
|
||||||
'ldap_tls_help' => 'يجب التحقق من ذلك فقط في حالة تشغيل ستارتلز على خادم لداب.',
|
'ldap_tls_help' => 'يجب التحقق من ذلك فقط في حالة تشغيل ستارتلز على خادم لداب.',
|
||||||
'ldap_uname' => 'لداب ربط اسم المستخدم',
|
'ldap_uname' => 'لداب ربط اسم المستخدم',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'لداب ربط كلمة المرور',
|
'ldap_pword' => 'لداب ربط كلمة المرور',
|
||||||
'ldap_basedn' => 'قاعدة ربط دن',
|
'ldap_basedn' => 'قاعدة ربط دن',
|
||||||
'ldap_filter' => 'فلتر لداب',
|
'ldap_filter' => 'فلتر لداب',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'رابط خدمة مستهلك الضمان (ACS)',
|
'saml_sp_acs_url' => 'رابط خدمة مستهلك الضمان (ACS)',
|
||||||
'saml_sp_sls_url' => 'رابط خدمة تسجيل الخروج الفردي (SLS)',
|
'saml_sp_sls_url' => 'رابط خدمة تسجيل الخروج الفردي (SLS)',
|
||||||
'saml_sp_x509cert' => 'شهادة عامة',
|
'saml_sp_x509cert' => 'شهادة عامة',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'بيانات تعريف هوية SAML',
|
'saml_idp_metadata' => 'بيانات تعريف هوية SAML',
|
||||||
'saml_idp_metadata_help' => 'يمكنك تحديد بيانات التعريف الشخصية الشخصية باستخدام عنوان URL أو ملف XML.',
|
'saml_idp_metadata_help' => 'يمكنك تحديد بيانات التعريف الشخصية الشخصية باستخدام عنوان URL أو ملف XML.',
|
||||||
'saml_attr_mapping_username' => 'تعيين السمة - اسم المستخدم',
|
'saml_attr_mapping_username' => 'تعيين السمة - اسم المستخدم',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'الرجاء تسجيل الدخول',
|
'login_prompt' => 'الرجاء تسجيل الدخول',
|
||||||
'forgot_password' => 'نسيت كلمة المرور',
|
'forgot_password' => 'نسيت كلمة المرور',
|
||||||
'remember_me' => 'تذكرني',
|
'remember_me' => 'تذكرني',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'صورة',
|
'image' => 'صورة',
|
||||||
'image_delete' => 'حذف الصورة',
|
'image_delete' => 'حذف الصورة',
|
||||||
'image_upload' => 'رفع صورة',
|
'image_upload' => 'رفع صورة',
|
||||||
'image_filetypes_help' => 'أنواع الملفات المقبولة هي jpg و png و gif و svg. الحد الأقصى لحجم التحميل المسموح به هو: الحجم.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'استيراد',
|
'import' => 'استيراد',
|
||||||
'importing' => 'الاستيراد',
|
'importing' => 'الاستيراد',
|
||||||
'importing_help' => 'يمكنك استيراد الأصول، الملحقات، التراخيص، المكونات، المواد الاستهلاكية، والمستخدمين عبر ملف CSV. <br><br>يجب أن تكون CSV محددة بفواصل وأن يتم تنسيقها مع رؤوس تطابق تلك الموجودة في <a href="https://snipe-it.readme.io/docs/importing" target="_new">عينة CSVs في الوثائق</a>.',
|
'importing_help' => 'يمكنك استيراد الأصول، الملحقات، التراخيص، المكونات، المواد الاستهلاكية، والمستخدمين عبر ملف CSV. <br><br>يجب أن تكون CSV محددة بفواصل وأن يتم تنسيقها مع رؤوس تطابق تلك الموجودة في <a href="https://snipe-it.readme.io/docs/importing" target="_new">عينة CSVs في الوثائق</a>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'قبول',
|
'i_accept' => 'قبول',
|
||||||
'i_decline' => 'أنا أرفض',
|
'i_decline' => 'أنا أرفض',
|
||||||
'sign_tos' => 'قم بتسجيل الدخول أدناه للإشارة إلى أنك توافق على شروط الخدمة:',
|
'sign_tos' => 'قم بتسجيل الدخول أدناه للإشارة إلى أنك توافق على شروط الخدمة:',
|
||||||
'clear_signature' => 'مسح التوقيع'
|
'clear_signature' => 'مسح التوقيع',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
'does_not_exist' => 'Аксесоарът [:id] не съществува.',
|
||||||
'assoc_users' => 'От този аксесоар са предадени :count броя на потребителите. Моля впишете обратно нови или върнати и опитайте отново.',
|
'assoc_users' => 'От този аксесоар са предадени :count броя на потребителите. Моля впишете обратно нови или върнати и опитайте отново.',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
'repair' => 'Ремонт',
|
'repair' => 'Ремонт',
|
||||||
'maintenance' => 'Поддръжка',
|
'maintenance' => 'Поддръжка',
|
||||||
'upgrade' => 'Upgrade',
|
'upgrade' => 'Upgrade',
|
||||||
'calibration' => 'Calibration',
|
'calibration' => 'Калибриране',
|
||||||
'software_support' => 'Software Support',
|
'software_support' => 'Софтуерна Поддръжка',
|
||||||
'hardware_support' => 'Hardware Support',
|
'hardware_support' => 'Хардуерна Поддръжка',
|
||||||
];
|
];
|
||||||
|
|
|
@ -20,6 +20,6 @@ return array(
|
||||||
'title' => 'Актив ',
|
'title' => 'Актив ',
|
||||||
'image' => 'Изображение на устройството',
|
'image' => 'Изображение на устройството',
|
||||||
'days_without_acceptance' => 'Дни без да е предаден',
|
'days_without_acceptance' => 'Дни без да е предаден',
|
||||||
'monthly_depreciation' => 'Monthly Depreciation'
|
'monthly_depreciation' => 'Месечна Амортизация'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'about_kits_title' => 'About Predefined Kits',
|
'about_kits_title' => 'Отностно предварително дефинирани комплекти',
|
||||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
'about_kits_text' => 'Предварително дефинираните комплекти Ви позволяват да изпишете група от артикули (активи, лицензи и др.) на избран потребител. Това може да бъде полезно, когато изписвате еднакви артикули в комплект.',
|
||||||
'checkout' => 'Checkout Kit ',
|
'checkout' => 'Изпиши Комплект ',
|
||||||
'create_success' => 'Kit was successfully created.',
|
'create_success' => 'Комплектът беше създаден.',
|
||||||
'create' => 'Create Predefined Kit',
|
'create' => 'Създай предифиниран комплект',
|
||||||
'update' => 'Update Predefined Kit',
|
'update' => 'Обнови предифиниран комплект',
|
||||||
'delete_success' => 'Kit was successfully deleted.',
|
'delete_success' => 'Комплектът беше изтрит.',
|
||||||
'update_success' => 'Kit was successfully updated.',
|
'update_success' => 'Комплектът беше обновен.',
|
||||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
'none_models' => 'Няма достатъчна наличност от :model за изписване. Не достигат :qty . ',
|
||||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
'none_licenses' => 'Няма достатъчно налични :license за изписване. Не достигат :qty . ',
|
||||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
'none_consumables' => 'Няма достатъчно налични бройки от :consumable за изписване. Не достигат :qty . ',
|
||||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
'none_accessory' => 'Няма достатъчно налични бройки от :accessory за изписване. Не достигат :qty . ',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -8,7 +8,7 @@ return array(
|
||||||
'owner_doesnt_match_asset' => 'Активът, който се опитвате да свържете с този лиценз е притежание на друго лице, различно от това, което е определено в падащия списък.',
|
'owner_doesnt_match_asset' => 'Активът, който се опитвате да свържете с този лиценз е притежание на друго лице, различно от това, което е определено в падащия списък.',
|
||||||
'assoc_users' => 'Този лиценз понастоящем е изписан на потребител и не може да бъде изтрит. Моля, първо впишете лиценза и тогава опитайте отново да го изтриете. ',
|
'assoc_users' => 'Този лиценз понастоящем е изписан на потребител и не може да бъде изтрит. Моля, първо впишете лиценза и тогава опитайте отново да го изтриете. ',
|
||||||
'select_asset_or_person' => 'Трябва да изберете актив или потребител, но не и двете.',
|
'select_asset_or_person' => 'Трябва да изберете актив или потребител, но не и двете.',
|
||||||
'not_found' => 'License not found',
|
'not_found' => 'Лиценът не е намерен',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Държава',
|
'country' => 'Държава',
|
||||||
'create' => 'Създаване на местоположение',
|
'create' => 'Създаване на местоположение',
|
||||||
'update' => 'Обновяване на местоположение',
|
'update' => 'Обновяване на местоположение',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Местоположение',
|
'name' => 'Местоположение',
|
||||||
'address' => 'Aдрес',
|
'address' => 'Aдрес',
|
||||||
'zip' => 'Пощенски код',
|
'zip' => 'Пощенски код',
|
||||||
|
|
|
@ -4,9 +4,9 @@ return array(
|
||||||
'ad' => 'Активна директория',
|
'ad' => 'Активна директория',
|
||||||
'ad_domain' => 'Домейн на активна директория',
|
'ad_domain' => 'Домейн на активна директория',
|
||||||
'ad_domain_help' => 'Това е понякога еднакво с вашия email домейн, но не винаги.',
|
'ad_domain_help' => 'Това е понякога еднакво с вашия email домейн, но не винаги.',
|
||||||
'ad_append_domain_label' => 'Append domain name',
|
'ad_append_domain_label' => 'Добави името на домейна',
|
||||||
'ad_append_domain' => 'Append domain name to username field',
|
'ad_append_domain' => 'Добави името на домейна към потребителското име',
|
||||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' ,
|
'ad_append_domain_help' => 'От потребителя не се изисква да въвежда "username@domain.local", достатъчно е да напише само "username".' ,
|
||||||
'admin_cc_email' => 'CC електронна поща',
|
'admin_cc_email' => 'CC електронна поща',
|
||||||
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
|
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
|
||||||
'is_ad' => 'Това е активна директория на сървър',
|
'is_ad' => 'Това е активна директория на сървър',
|
||||||
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Включване на известията',
|
'alerts_enabled' => 'Включване на известията',
|
||||||
'alert_interval' => 'Изтичаш праг на известия (в дни)',
|
'alert_interval' => 'Изтичаш праг на известия (в дни)',
|
||||||
'alert_inv_threshold' => 'Праг на известия за запаси',
|
'alert_inv_threshold' => 'Праг на известия за запаси',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'ID на активи',
|
'asset_ids' => 'ID на активи',
|
||||||
'audit_interval' => 'Одитен интервал',
|
'audit_interval' => 'Одитен интервал',
|
||||||
'audit_interval_help' => 'Ако се изисква редовно да извършвате физически одит на активите си, въведете интервала в месеци.',
|
'audit_interval_help' => 'Ако се изисква редовно да извършвате физически одит на активите си, въведете интервала в месеци.',
|
||||||
|
@ -25,7 +27,7 @@ return array(
|
||||||
'backups' => 'Архивиране',
|
'backups' => 'Архивиране',
|
||||||
'barcode_settings' => 'Настройки на баркод',
|
'barcode_settings' => 'Настройки на баркод',
|
||||||
'confirm_purge' => 'Потвърдете пречистване ',
|
'confirm_purge' => 'Потвърдете пречистване ',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
'confirm_purge_help' => 'Моля да потвърдите изтриването като въведете думата "DELETE" в полето. Изтриването не може да се прекрати и всички записи който са маркирани за истриване, ще бъдат безвъзвратно изтрити. (Добре е да направите архив преди това.)',
|
||||||
'custom_css' => 'Потребителски CSS',
|
'custom_css' => 'Потребителски CSS',
|
||||||
'custom_css_help' => 'Включете вашите CSS правила тук. Не използвайте <style></style> тагове.',
|
'custom_css_help' => 'Включете вашите CSS правила тук. Не използвайте <style></style> тагове.',
|
||||||
'custom_forgot_pass_url' => 'Персонализиран адрес за възстановяване на паролата',
|
'custom_forgot_pass_url' => 'Персонализиран адрес за възстановяване на паролата',
|
||||||
|
@ -41,23 +43,23 @@ return array(
|
||||||
'display_eol' => 'Визуализиране на EOL в таблиците',
|
'display_eol' => 'Визуализиране на EOL в таблиците',
|
||||||
'display_qr' => 'Показване на Square кодове',
|
'display_qr' => 'Показване на Square кодове',
|
||||||
'display_alt_barcode' => 'Показване на 1D баркод',
|
'display_alt_barcode' => 'Показване на 1D баркод',
|
||||||
'email_logo' => 'Email Logo',
|
'email_logo' => 'Е-майл лого',
|
||||||
'barcode_type' => '2D тип на баркод',
|
'barcode_type' => '2D тип на баркод',
|
||||||
'alt_barcode_type' => '1D тип на баркод',
|
'alt_barcode_type' => '1D тип на баркод',
|
||||||
'email_logo_size' => 'Square logos in email look best. ',
|
'email_logo_size' => 'Квадратно лого в е-майлът изглежда най-добре. ',
|
||||||
'eula_settings' => 'Настройки на EULA',
|
'eula_settings' => 'Настройки на EULA',
|
||||||
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'favicon' => 'Favicon',
|
'favicon' => 'Favicon',
|
||||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
'favicon_format' => 'Приетите файлови формати са ico, png, и gif. Другите формати на снимки може да не работят в всъчки браузъри.',
|
||||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
'favicon_size' => 'Favicons трябва да бъдат квадратна снимка с размери, 16х16 пиксела.',
|
||||||
'footer_text' => 'Допълнителен текст във футъра',
|
'footer_text' => 'Допълнителен текст във футъра',
|
||||||
'footer_text_help' => 'Този текст ще се визуализира в дясната част на футъра. Връзки могат да бъдат добавяни с използването на <a href="https://help.github.com/articles/github-flavored-markdown/">Github тип markdown</a>. Нови редове, хедър тагове, изображения и т.н. могат да доведат до непредвидими резултати.',
|
'footer_text_help' => 'Този текст ще се визуализира в дясната част на футъра. Връзки могат да бъдат добавяни с използването на <a href="https://help.github.com/articles/github-flavored-markdown/">Github тип markdown</a>. Нови редове, хедър тагове, изображения и т.н. могат да доведат до непредвидими резултати.',
|
||||||
'general_settings' => 'Общи настройки',
|
'general_settings' => 'Общи настройки',
|
||||||
'generate_backup' => 'Създаване на архив',
|
'generate_backup' => 'Създаване на архив',
|
||||||
'header_color' => 'Цвят на хедъра',
|
'header_color' => 'Цвят на хедъра',
|
||||||
'info' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
'info' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
||||||
'label_logo' => 'Label Logo',
|
'label_logo' => 'Лого за етикет',
|
||||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
'label_logo_size' => 'Квадратните логота изглеждат най-добре - ще бъдат показани в горния десен ъгъл на всеки артикулен етикет. ',
|
||||||
'laravel' => 'Версия на Laravel',
|
'laravel' => 'Версия на Laravel',
|
||||||
'ldap_enabled' => 'LDAP включен',
|
'ldap_enabled' => 'LDAP включен',
|
||||||
'ldap_integration' => 'LDAP интеграция',
|
'ldap_integration' => 'LDAP интеграция',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Използвайте TLS',
|
'ldap_tls' => 'Използвайте TLS',
|
||||||
'ldap_tls_help' => 'Това трябва да се маркира само ако изпълнявате STARTTLS на вашия LDAP сървър. ',
|
'ldap_tls_help' => 'Това трябва да се маркира само ако изпълнявате STARTTLS на вашия LDAP сървър. ',
|
||||||
'ldap_uname' => 'LDAP потребител за връзка',
|
'ldap_uname' => 'LDAP потребител за връзка',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP парола на потребител за връзка',
|
'ldap_pword' => 'LDAP парола на потребител за връзка',
|
||||||
'ldap_basedn' => 'Базов DN',
|
'ldap_basedn' => 'Базов DN',
|
||||||
'ldap_filter' => 'LDAP филтър',
|
'ldap_filter' => 'LDAP филтър',
|
||||||
|
@ -83,7 +89,7 @@ return array(
|
||||||
'ldap_auth_filter_query' => 'LDAP оторизационна заявка',
|
'ldap_auth_filter_query' => 'LDAP оторизационна заявка',
|
||||||
'ldap_version' => 'LDAP версия',
|
'ldap_version' => 'LDAP версия',
|
||||||
'ldap_active_flag' => 'LDAP флаг за активност',
|
'ldap_active_flag' => 'LDAP флаг за активност',
|
||||||
'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
|
'ldap_activated_flag_help' => 'Този флаг се изпозлва за определяне дали потребителя може да се логне в Snipe-IT и не оказва влияние за завеждането на артикули към потребителя.',
|
||||||
'ldap_emp_num' => 'LDAP номер на служител',
|
'ldap_emp_num' => 'LDAP номер на служител',
|
||||||
'ldap_email' => 'LDAP електронна поща',
|
'ldap_email' => 'LDAP електронна поща',
|
||||||
'license' => 'Софтуерен лиценз',
|
'license' => 'Софтуерен лиценз',
|
||||||
|
@ -97,12 +103,12 @@ return array(
|
||||||
'login_common_disabled_text' => 'Изключване на други оторизационни механизми',
|
'login_common_disabled_text' => 'Изключване на други оторизационни механизми',
|
||||||
'login_common_disabled_help' => 'Тази опция изключва останалите оторизационни механизми. Преди да включите тази настройка моля проверете дали REMOTE_USER механизмът работи',
|
'login_common_disabled_help' => 'Тази опция изключва останалите оторизационни механизми. Преди да включите тази настройка моля проверете дали REMOTE_USER механизмът работи',
|
||||||
'login_remote_user_custom_logout_url_text' => 'Персонализиран адрес за изход',
|
'login_remote_user_custom_logout_url_text' => 'Персонализиран адрес за изход',
|
||||||
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
|
'login_remote_user_custom_logout_url_help' => 'Ако уеб адреса е вписън тук, потребителите ще бъдат препратени към този URL след като излязат от Snipe-IT. Това е препоръчително за да се затвори сесията от доставчика на удостоверения правилно.',
|
||||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
'login_remote_user_header_name_text' => 'Поле по избор за потребителско име',
|
||||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
'login_remote_user_header_name_help' => 'Използвайте поле по избор вместо REMOTE_USER',
|
||||||
'logo' => 'Лого',
|
'logo' => 'Лого',
|
||||||
'logo_print_assets' => 'Използвай при пчат',
|
'logo_print_assets' => 'Използвай при печат',
|
||||||
'logo_print_assets_help' => 'Use branding on printable asset lists ',
|
'logo_print_assets_help' => 'Показвай логото при печат на листа с артикули ',
|
||||||
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
|
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
|
||||||
'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
|
'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
|
||||||
'show_in_model_list' => 'Показване в падащите менюта на моделите',
|
'show_in_model_list' => 'Показване в падащите менюта на моделите',
|
||||||
|
@ -114,36 +120,37 @@ return array(
|
||||||
'pwd_secure_complexity' => 'Сложност на паролата',
|
'pwd_secure_complexity' => 'Сложност на паролата',
|
||||||
'pwd_secure_complexity_help' => 'Изберете правилата за сложност на паролата, които искате да приложите.',
|
'pwd_secure_complexity_help' => 'Изберете правилата за сложност на паролата, които искате да приложите.',
|
||||||
'pwd_secure_min' => 'Минимални знаци за паролата',
|
'pwd_secure_min' => 'Минимални знаци за паролата',
|
||||||
'pwd_secure_min_help' => 'Minimum permitted value is 8',
|
'pwd_secure_min_help' => 'Минималният брой символи е 8',
|
||||||
'pwd_secure_uncommon' => 'Предотвратяване на общи пароли',
|
'pwd_secure_uncommon' => 'Предотвратяване на общи пароли',
|
||||||
'pwd_secure_uncommon_help' => 'Това ще забрани на потребителите да използват общи пароли от най-добрите 10 000 пароли, за които се съобщава, че са нарушени.',
|
'pwd_secure_uncommon_help' => 'Това ще забрани на потребителите да използват общи пароли от най-добрите 10 000 пароли, за които се съобщава, че са нарушени.',
|
||||||
'qr_help' => 'Първо включете QR кодовете, за да извършите тези настройки.',
|
'qr_help' => 'Първо включете QR кодовете, за да извършите тези настройки.',
|
||||||
'qr_text' => 'Съдържание на QR код',
|
'qr_text' => 'Съдържание на QR код',
|
||||||
'saml_enabled' => 'SAML enabled',
|
'saml_enabled' => 'SAML включен',
|
||||||
'saml_integration' => 'SAML Integration',
|
'saml_integration' => 'SAML интеграция',
|
||||||
'saml_sp_entityid' => 'Entity ID',
|
'saml_sp_entityid' => 'Иден. Номер',
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL адрес',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL адрес',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Публичен сертификат',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'Може да изберете IdP метадата използвайки URL или XML файл.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Асоцииране на поле - Username',
|
||||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
'saml_attr_mapping_username_help' => 'NameID ще се използва, ако мапването на атрибут е невалидно.',
|
||||||
'saml_forcelogin_label' => 'SAML Force Login',
|
'saml_forcelogin_label' => 'SAML задължителен вход',
|
||||||
'saml_forcelogin' => 'Make SAML the primary login',
|
'saml_forcelogin' => 'Направете SAML основен метод за вход',
|
||||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
'saml_forcelogin_help' => 'Може да използвате \'/login?nosaml\' за да се логнете през нормалната логин страница.',
|
||||||
'saml_slo_label' => 'SAML Single Log Out',
|
'saml_slo_label' => 'SAML единичен Log Out',
|
||||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
'saml_slo' => 'Изпраща LogoutRequest до IdP при Logout',
|
||||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
'saml_slo_help' => 'Това ще направи потребителя да бъде препратен към IdP при logout. Оставете това поле не маркирано ако IdP не поддържа SP-initiated SAML SLO.',
|
||||||
'saml_custom_settings' => 'SAML Custom Settings',
|
'saml_custom_settings' => 'SAML настройки по избор',
|
||||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
'saml_custom_settings_help' => 'Може да направите допълнителни настройки на onelogin/php-saml библиотеката. На ваша отговорност.',
|
||||||
'setting' => 'Настройка',
|
'setting' => 'Настройка',
|
||||||
'settings' => 'Настройки',
|
'settings' => 'Настройки',
|
||||||
'show_alerts_in_menu' => 'Показва съобщения в главното меню',
|
'show_alerts_in_menu' => 'Показва съобщения в главното меню',
|
||||||
'show_archived_in_list' => 'Архивирани активи',
|
'show_archived_in_list' => 'Архивирани активи',
|
||||||
'show_archived_in_list_text' => 'Показва архивираните активи в списъка "Всички активи"',
|
'show_archived_in_list_text' => 'Показва архивираните активи в списъка "Всички активи"',
|
||||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
'show_assigned_assets' => 'Показва активите зачислени към други активи',
|
||||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
'show_assigned_assets_help' => 'Показва активите, които са зачислени към други активи от Потребители -> Активи, Потребители -> Информация -> Разпечатай всички заведени, или Акаунт -> Покажи заведени активи.',
|
||||||
'show_images_in_email' => 'Показване на изображения в електронните съобщения',
|
'show_images_in_email' => 'Показване на изображения в електронните съобщения',
|
||||||
'show_images_in_email_help' => 'Премахнете отметката, ако Вашата инсталация е достъпна единствено във вътрешната мрежа или през VPN.',
|
'show_images_in_email_help' => 'Премахнете отметката, ако Вашата инсталация е достъпна единствено във вътрешната мрежа или през VPN.',
|
||||||
'site_name' => 'Име на системата',
|
'site_name' => 'Име на системата',
|
||||||
|
@ -151,19 +158,19 @@ return array(
|
||||||
'slack_channel' => 'Slack канал',
|
'slack_channel' => 'Slack канал',
|
||||||
'slack_endpoint' => 'Slack Endpoint',
|
'slack_endpoint' => 'Slack Endpoint',
|
||||||
'slack_integration' => 'Slack настройки',
|
'slack_integration' => 'Slack настройки',
|
||||||
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new" rel="noopener">create an incoming webhook</a> on your Slack account. Click on the <strong>Test Slack Integration</strong> button to confirm your settings are correct before saving. ',
|
'slack_integration_help' => 'Slack интеграцията е по избор, въпреки че крайната цел и канала са задължителни, ако искате да я ползате. За да се конфигурира Slack интеграцията трябва първо да <a href=":slack_link" target="_new" rel="noopener">създадете входяща връзка</a> във вашият Slack акаунт. Кликнете на <strong>Тест интеграция</strong> бутона за да потвърдите, че всичко работи преди да запишете настройките. ',
|
||||||
'slack_integration_help_button' => 'След запис на Slack информацията ще бъде показан бутон за тест.',
|
'slack_integration_help_button' => 'След запис на Slack информацията ще бъде показан бутон за тест.',
|
||||||
'slack_test_help' => 'Тест за коректна конфигурация на интеграцията със Slack. НЕОБХОДИМО Е ПЪРВО ДА ЗАПИШЕТЕ SLACK НАСТРОЙКИТЕ.',
|
'slack_test_help' => 'Тест за коректна конфигурация на интеграцията със Slack. НЕОБХОДИМО Е ПЪРВО ДА ЗАПИШЕТЕ SLACK НАСТРОЙКИТЕ.',
|
||||||
'snipe_version' => 'Snipe-IT версия',
|
'snipe_version' => 'Snipe-IT версия',
|
||||||
'support_footer' => 'Връзки към Snipe-it поддръжката във футъра',
|
'support_footer' => 'Връзки към Snipe-it поддръжката във футъра',
|
||||||
'support_footer_help' => 'Указва визуализацията на връзки към поддръжката на Snipe-IT и потребителската документация',
|
'support_footer_help' => 'Указва визуализацията на връзки към поддръжката на Snipe-IT и потребителската документация',
|
||||||
'version_footer' => 'Version in Footer ',
|
'version_footer' => 'Версия в долен колонтитул ',
|
||||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
'version_footer_help' => 'Определя кой ще вижда Snipe-IT версията и номера на компилация.',
|
||||||
'system' => 'Информация за системата',
|
'system' => 'Информация за системата',
|
||||||
'update' => 'Обновяване на настройките',
|
'update' => 'Обновяване на настройките',
|
||||||
'value' => 'Стойност',
|
'value' => 'Стойност',
|
||||||
'brand' => 'Брандиране',
|
'brand' => 'Брандиране',
|
||||||
'web_brand' => 'Web Branding Type',
|
'web_brand' => 'Тип уеб брандиране',
|
||||||
'about_settings_title' => 'Относно настройките',
|
'about_settings_title' => 'Относно настройките',
|
||||||
'about_settings_text' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
'about_settings_text' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
||||||
'labels_per_page' => 'Етикети на страница',
|
'labels_per_page' => 'Етикети на страница',
|
||||||
|
@ -215,8 +222,8 @@ return array(
|
||||||
'bottom' => 'Долу',
|
'bottom' => 'Долу',
|
||||||
'vertical' => 'Вертикално',
|
'vertical' => 'Вертикално',
|
||||||
'horizontal' => 'Хоризонтално',
|
'horizontal' => 'Хоризонтално',
|
||||||
'unique_serial' => 'Unique serial numbers',
|
'unique_serial' => 'Уникален сериен номер',
|
||||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
'unique_serial_help_text' => 'Отмятането на този чек, ще задължи ползването на уникални сериини номера на артикулите',
|
||||||
'zerofill_count' => 'Дължина на етикети на актив, включително zerofill',
|
'zerofill_count' => 'Дължина на етикети на актив, включително zerofill',
|
||||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
'username_format_help' => 'Тази настройка се изпозлва само при импортиране, ако потребителя не е въведен и ние трябва да му генерираме потребителско име.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'activated_help_text' => 'This user can login',
|
'activated_help_text' => 'Този потребител може да се логне',
|
||||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
'activated_disabled_help_text' => 'Не можете да редактирате статуса на активация на собствения си профил.',
|
||||||
'assets_user' => 'Активи предадени на :name',
|
'assets_user' => 'Активи предадени на :name',
|
||||||
'bulk_update_warn' => 'На път сте да редактирате свойствата на :user_count потребители. Моля обърнете внимание, че не можете да променяте собствените си атрибути използвайки този формуляр и трябва да нанесете промени към собствения си потребителски профил индивидуално.',
|
'bulk_update_warn' => 'На път сте да редактирате свойствата на :user_count потребители. Моля обърнете внимание, че не можете да променяте собствените си атрибути използвайки този формуляр и трябва да нанесете промени към собствения си потребителски профил индивидуално.',
|
||||||
'bulk_update_help' => 'Този формуляр ви позволява да обновявате няколко потребителски профила едновременно. Попълнете единствено полетата, които желаете да промените. Всички празни полета няма да бъдат променени.',
|
'bulk_update_help' => 'Този формуляр ви позволява да обновявате няколко потребителски профила едновременно. Попълнете единствено полетата, които желаете да промените. Всички празни полета няма да бъдат променени.',
|
||||||
|
@ -19,7 +19,7 @@ return array(
|
||||||
'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.',
|
'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.',
|
||||||
'print_assigned' => 'Печат на всички отдадени',
|
'print_assigned' => 'Печат на всички отдадени',
|
||||||
'software_user' => 'Софтуерни продукти, изписани на :name',
|
'software_user' => 'Софтуерни продукти, изписани на :name',
|
||||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
'send_email_help' => 'Трябва да предоставите е-майл адрес за този потребител за да му се изпратят името и паролата. Изпращането на име и парола може да стане при създаването на потребителя. Паролите се съхраняват криптирани и не могат да се възстановят.',
|
||||||
'view_user' => 'Преглед на потребител :name',
|
'view_user' => 'Преглед на потребител :name',
|
||||||
'usercsv' => 'CSV файл',
|
'usercsv' => 'CSV файл',
|
||||||
'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ',
|
'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ',
|
||||||
|
|
|
@ -12,7 +12,7 @@ return array(
|
||||||
'insufficient_permissions' => 'Нямате необходимите права.',
|
'insufficient_permissions' => 'Нямате необходимите права.',
|
||||||
'user_deleted_warning' => 'Този потребител е изтрит. За да редактирате данните за него или да му зададете актив, трябва първо да възстановите потребителя.',
|
'user_deleted_warning' => 'Този потребител е изтрит. За да редактирате данните за него или да му зададете актив, трябва първо да възстановите потребителя.',
|
||||||
'ldap_not_configured' => 'Интеграцията с LDAP не е конфигурирана за тази инсталация.',
|
'ldap_not_configured' => 'Интеграцията с LDAP не е конфигурирана за тази инсталация.',
|
||||||
'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' => 'Избраните потребители, които са активирани и имат валиден е-майл адрес им беше изпратен линк за смяна на парола.',
|
||||||
|
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
|
|
|
@ -4,10 +4,12 @@ return [
|
||||||
'send_password_link' => 'Изпрати връзка за повторно задаване на паролата',
|
'send_password_link' => 'Изпрати връзка за повторно задаване на паролата',
|
||||||
'email_reset_password' => 'Имейл за нулиране на паролата',
|
'email_reset_password' => 'Имейл за нулиране на паролата',
|
||||||
'reset_password' => 'Нулиране на паролата',
|
'reset_password' => 'Нулиране на паролата',
|
||||||
'saml_login' => 'Login via SAML',
|
'saml_login' => 'Вход чрез SAML',
|
||||||
'login' => 'Логин',
|
'login' => 'Логин',
|
||||||
'login_prompt' => 'Моля влезте в системата',
|
'login_prompt' => 'Моля влезте в системата',
|
||||||
'forgot_password' => 'Забравих си паролата',
|
'forgot_password' => 'Забравих си паролата',
|
||||||
'remember_me' => 'Запомни ме',
|
'remember_me' => 'Запомни ме',
|
||||||
|
'username_help_top' => 'Въведете вашето <strong>потребителско име</strong> за да получите линк за смяна на парола.',
|
||||||
|
'username_help_bottom' => 'Вашето потребителско име и е-майл адрес <em>може да</em> са еднакви или да не са, зависимост от вашата конфигурация. Ако не помните вашето потребителско име се свържете с Администратора. <br><br><strong>Потребители които нямат въведен е-майл адрес няма да получат линк за смяна на парола.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,13 +7,13 @@ return array(
|
||||||
'account_not_activated' => 'Потребителят все още не е активиран.',
|
'account_not_activated' => 'Потребителят все още не е активиран.',
|
||||||
'account_suspended' => 'Потребителят е временно спрян.',
|
'account_suspended' => 'Потребителят е временно спрян.',
|
||||||
'account_banned' => 'Потребителят е неактивен.',
|
'account_banned' => 'Потребителят е неактивен.',
|
||||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
'throttle' => 'Твърде много грешни опити. Моля опитайте отново след :minutes минути.',
|
||||||
|
|
||||||
'two_factor' => array(
|
'two_factor' => array(
|
||||||
'already_enrolled' => 'Your device is already enrolled.',
|
'already_enrolled' => 'Вашето устройство е вече вписано.',
|
||||||
'success' => 'You have successfully logged in.',
|
'success' => 'Вие влязохте успешно.',
|
||||||
'code_required' => 'Two-factor code is required.',
|
'code_required' => 'Необходим е код за двуфакторова идентификация.',
|
||||||
'invalid_code' => 'Two-factor code is invalid.',
|
'invalid_code' => 'Кода за двуфакторна идентификация е невалиден.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'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' => 'Имаше проблем при излизане от системата, моля опитайте отново.',
|
||||||
'success' => 'You have successfully logged out.',
|
'success' => 'Вие излязохте успешно.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'signup' => array(
|
'signup' => array(
|
||||||
|
@ -33,7 +33,7 @@ return array(
|
||||||
|
|
||||||
'forgot-password' => array(
|
'forgot-password' => array(
|
||||||
'error' => 'Проблем при извличането на код за възстановяване на паролата. Моля опитайте отново.',
|
'error' => 'Проблем при извличането на код за възстановяване на паролата. Моля опитайте отново.',
|
||||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
'success' => 'Ако този е-майл е в нашата система, ще получите линк за възстановяване на паролата.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'forgot-password-confirm' => array(
|
'forgot-password-confirm' => array(
|
||||||
|
|
|
@ -13,5 +13,5 @@ return array(
|
||||||
'upload' => 'Качване',
|
'upload' => 'Качване',
|
||||||
'select_file' => 'Изберете файл...',
|
'select_file' => 'Изберете файл...',
|
||||||
'select_files' => 'Изберете файлове...',
|
'select_files' => 'Изберете файлове...',
|
||||||
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
'generate_labels' => '{1} Генерирай Етикет|[2,*] Генерирай Етикети',
|
||||||
);
|
);
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
'bulkaudit' => 'Групов одит',
|
'bulkaudit' => 'Групов одит',
|
||||||
'bulkaudit_status' => 'Статус на одита',
|
'bulkaudit_status' => 'Статус на одита',
|
||||||
'bulk_checkout' => 'Общо отписване',
|
'bulk_checkout' => 'Общо отписване',
|
||||||
'bystatus' => 'by Status',
|
'bystatus' => 'по Статус',
|
||||||
'cancel' => 'Отказ',
|
'cancel' => 'Отказ',
|
||||||
'categories' => 'Категории',
|
'categories' => 'Категории',
|
||||||
'category' => 'Категория',
|
'category' => 'Категория',
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
'created' => 'Създадени артикули',
|
'created' => 'Създадени артикули',
|
||||||
'created_asset' => 'създадени активи',
|
'created_asset' => 'създадени активи',
|
||||||
'created_at' => 'Създаден на',
|
'created_at' => 'Създаден на',
|
||||||
'record_created' => 'Record Created',
|
'record_created' => 'Създаден на',
|
||||||
'updated_at' => 'Обновено на',
|
'updated_at' => 'Обновено на',
|
||||||
'currency' => '$', // this is deprecated
|
'currency' => '$', // this is deprecated
|
||||||
'current' => 'Текущи',
|
'current' => 'Текущи',
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
'depreciation_report' => 'Справка за амортизации',
|
'depreciation_report' => 'Справка за амортизации',
|
||||||
'details' => 'Детайли',
|
'details' => 'Детайли',
|
||||||
'download' => 'Изтегляне',
|
'download' => 'Изтегляне',
|
||||||
'download_all' => 'Download All',
|
'download_all' => 'Изтегляне',
|
||||||
'depreciation' => 'Амортизация',
|
'depreciation' => 'Амортизация',
|
||||||
'editprofile' => 'Редакция на профила',
|
'editprofile' => 'Редакция на профила',
|
||||||
'eol' => 'EOL',
|
'eol' => 'EOL',
|
||||||
|
@ -90,17 +90,17 @@
|
||||||
'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)',
|
'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)',
|
||||||
'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)',
|
'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)',
|
||||||
'lastnamefirstinitial_format' => 'Фамилно име Инициал на собствено (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Фамилно име Инициал на собствено (smithj@example.com)',
|
||||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
|
'firstintial_dot_lastname_format' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
|
||||||
'first' => 'Първа',
|
'first' => 'Първа',
|
||||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
'firstnamelastname' => 'Име и Фамилия (ivan.ivanov@example.com)',
|
||||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)',
|
||||||
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
|
'firstinitial.lastname' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
|
||||||
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
|
'firstnamelastinitial' => 'Име и първа буква от фамилия (ivani@example.com)',
|
||||||
'first_name' => 'Собствено име',
|
'first_name' => 'Собствено име',
|
||||||
'first_name_format' => 'Име (jane@example.com)',
|
'first_name_format' => 'Име (jane@example.com)',
|
||||||
'files' => 'Файлове',
|
'files' => 'Файлове',
|
||||||
'file_name' => 'Файл',
|
'file_name' => 'Файл',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Тип Файл',
|
||||||
'file_uploads' => 'Качени файлове',
|
'file_uploads' => 'Качени файлове',
|
||||||
'generate' => 'Генериране',
|
'generate' => 'Генериране',
|
||||||
'github_markdown' => 'Това поле позволява въвеждането на <a href="https://help.github.com/articles/github-flavored-markdown/">Github вид markdown</a>.',
|
'github_markdown' => 'Това поле позволява въвеждането на <a href="https://help.github.com/articles/github-flavored-markdown/">Github вид markdown</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Изображение',
|
'image' => 'Изображение',
|
||||||
'image_delete' => 'Изтриване на изображението',
|
'image_delete' => 'Изтриване на изображението',
|
||||||
'image_upload' => 'Качване на изображение',
|
'image_upload' => 'Качване на изображение',
|
||||||
'image_filetypes_help' => 'Приеманите типове файлове са jpg, png, gif и svg. Максималният размер за качване е: :size.',
|
'image_filetypes_help' => 'Файлов формат в jpg, webp, png, gif и svg. Максимален размер е :size .',
|
||||||
'import' => 'Зареждане',
|
'import' => 'Зареждане',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Импортиране',
|
||||||
'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' => 'Може да импортирате активи, аксесоари, лицензи, компоненти, консумативи и потребители чрез CSV файл. <br><br>CSV файла трябва да е разделен със запетая и форматирани колони, като тези от <a href="https://snipe-it.readme.io/docs/importing" target="_new">примерен CSV файл</a>.',
|
||||||
'import-history' => 'История на въвеждане',
|
'import-history' => 'История на въвеждане',
|
||||||
'asset_maintenance' => 'Поддръжка на активи',
|
'asset_maintenance' => 'Поддръжка на активи',
|
||||||
'asset_maintenance_report' => 'Справка за поддръжка на активи',
|
'asset_maintenance_report' => 'Справка за поддръжка на активи',
|
||||||
'asset_maintenances' => 'Поддръжки на активи',
|
'asset_maintenances' => 'Поддръжки на активи',
|
||||||
'item' => 'Информация',
|
'item' => 'Информация',
|
||||||
'insufficient_permissions' => 'Нямате необходимите права!',
|
'insufficient_permissions' => 'Нямате необходимите права!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Комплекти',
|
||||||
'language' => 'Език',
|
'language' => 'Език',
|
||||||
'last' => 'Последна',
|
'last' => 'Последна',
|
||||||
'last_login' => 'Последен достъп до системата',
|
'last_login' => 'Последен достъп до системата',
|
||||||
|
@ -133,11 +133,11 @@
|
||||||
'licenses' => 'Лицензи',
|
'licenses' => 'Лицензи',
|
||||||
'list_all' => 'Преглед на всички',
|
'list_all' => 'Преглед на всички',
|
||||||
'loading' => 'Зареждане',
|
'loading' => 'Зареждане',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'В демо версията това поле няма да се запише.',
|
||||||
'feature_disabled' => 'Тази функция е забранена за демо инсталацията.',
|
'feature_disabled' => 'Тази функция е забранена за демо инсталацията.',
|
||||||
'location' => 'Местоположение',
|
'location' => 'Местоположение',
|
||||||
'locations' => 'Местоположения',
|
'locations' => 'Местоположения',
|
||||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
'logo_size' => 'Квадратните логота изглеждат най-добре при Лого+Текст. Максималният размер на лого е 50x50 px. ',
|
||||||
'logout' => 'Изход',
|
'logout' => 'Изход',
|
||||||
'lookup_by_tag' => 'Търсене по етикет на актив',
|
'lookup_by_tag' => 'Търсене по етикет на актив',
|
||||||
'maintenances' => 'Профилактики',
|
'maintenances' => 'Профилактики',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Вход',
|
'sign_in' => 'Вход',
|
||||||
'signature' => 'Подпис',
|
'signature' => 'Подпис',
|
||||||
'skin' => 'Тема',
|
'skin' => 'Тема',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => 'Вашата Slack интеграция с Snipe-IT работи!',
|
||||||
'some_features_disabled' => 'DEMO MODE: Някои свойства не са разрешени за тази инсталация.',
|
'some_features_disabled' => 'DEMO MODE: Някои свойства не са разрешени за тази инсталация.',
|
||||||
'site_name' => 'Име на системата',
|
'site_name' => 'Име на системата',
|
||||||
'state' => 'Област',
|
'state' => 'Област',
|
||||||
|
@ -220,14 +220,14 @@
|
||||||
'unknown_admin' => 'Непознат администратор',
|
'unknown_admin' => 'Непознат администратор',
|
||||||
'username_format' => 'Формат на потребителско име',
|
'username_format' => 'Формат на потребителско име',
|
||||||
'update' => 'Обновяване',
|
'update' => 'Обновяване',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Позволените файлови разширения са png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf и rar. Максималният размер на файла е :size.',
|
||||||
'uploaded' => 'Качен',
|
'uploaded' => 'Качен',
|
||||||
'user' => 'Потребител',
|
'user' => 'Потребител',
|
||||||
'accepted' => 'приет',
|
'accepted' => 'приет',
|
||||||
'declined' => 'отказан',
|
'declined' => 'отказан',
|
||||||
'unaccepted_asset_report' => 'Неприети активи',
|
'unaccepted_asset_report' => 'Неприети активи',
|
||||||
'users' => 'Потребители',
|
'users' => 'Потребители',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Виж всички',
|
||||||
'viewassets' => 'Преглед на изписаните активи',
|
'viewassets' => 'Преглед на изписаните активи',
|
||||||
'website' => 'Страница',
|
'website' => 'Страница',
|
||||||
'welcome' => 'Добре дошли, :name',
|
'welcome' => 'Добре дошли, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Пощенски код',
|
'zip' => 'Пощенски код',
|
||||||
'noimage' => 'Липсва изображение или не е качено.',
|
'noimage' => 'Липсва изображение или не е качено.',
|
||||||
'token_expired' => 'Вашата сесия за формуляр изтече. Моля опитайте отново.',
|
'token_expired' => 'Вашата сесия за формуляр изтече. Моля опитайте отново.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Разрешен вход',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'За Одит',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Просрочен Одит',
|
||||||
'accept' => 'Accept :asset',
|
'accept' => 'Приеми :asset',
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'Съгласен съм',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'Отказ',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Подпишете се за да се съгласите с условията за ползване:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Изчисти подписа',
|
||||||
|
'show_help' => 'Покажи помощта',
|
||||||
|
'hide_help' => 'Скрий помощта',
|
||||||
];
|
];
|
||||||
|
|
|
@ -13,23 +13,23 @@ return array(
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"more_info_title" => "More Info",
|
"more_info_title" => "Допълнителна информация",
|
||||||
|
|
||||||
"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" => "Отмятането на това поле, ще редактира записа, за да се отрази новото местоположение. Оставайки това поле без отметка ще се отрази местоположението на актива само при одит.<br><br>Ако актива е изписан няма да се смени леговата локация.",
|
||||||
|
|
||||||
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
'assets' => 'Дълготрайни материални активи (ДМА), за кратко активи, се приемат всички материални ресурси на предприятието, които се използват повече от един отчетен период (за стопански и други цели). Проследават се по техния сериен или инвентарен номер.',
|
||||||
|
|
||||||
'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.',
|
'categories' => 'Категорийте спомагат за организиране на активите. Примерни категорий могат да бъдат "Настолни компютри", "Лаптопи", "Мобилни телефони", "Таблети", и т.н. Може да създадете ваши категорий по избор.',
|
||||||
|
|
||||||
'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' => 'Аксесоарите са консумативи, който се предостават на потребителите, като в повечете случай те не се проследяват по сериен номер или инвентарен номер, например мишки, клавиатури и др.',
|
||||||
|
|
||||||
'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' => 'Име на компаюнията може да бъде използвано, като поле за идентификация или за да ограничи/раздели списъка от активи, потребители, ако е пусната поддръжка на множество компании в административните настройки -> Общи настройки.',
|
||||||
|
|
||||||
'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
|
'components' => 'Компонентите са част от актив, като например хард-диск, RAM и др.',
|
||||||
|
|
||||||
'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
|
'consumables' => 'Консумативите са материали, който свършват по време на изпозлването им, като мастила за принтер, тонер касети, копирна хартия и др.',
|
||||||
|
|
||||||
'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
|
'depreciations' => 'Може да нагласите амортизация базирана на линеен метод.',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,12 @@ return array(
|
||||||
'click_to_confirm' => 'Моля кликнете на следния линк за да потвърдите вашия :web account:',
|
'click_to_confirm' => 'Моля кликнете на следния линк за да потвърдите вашия :web account:',
|
||||||
'click_on_the_link_accessory' => 'Моля, кликнете върху връзката в дъното, за да потвърдите, че сте получили аксесоара.',
|
'click_on_the_link_accessory' => 'Моля, кликнете върху връзката в дъното, за да потвърдите, че сте получили аксесоара.',
|
||||||
'click_on_the_link_asset' => 'Моля, кликнете върху връзката в дъното, за да потвърдите, че сте получили актива.',
|
'click_on_the_link_asset' => 'Моля, кликнете върху връзката в дъното, за да потвърдите, че сте получили актива.',
|
||||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
'Confirm_Asset_Checkin' => 'Потвърждение при връщане на актив',
|
||||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
'Confirm_Accessory_Checkin' => 'Потвърждение при връщане на аксесоар',
|
||||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
'Confirm_accessory_delivery' => 'Потвърждение при доставка на аксесоар',
|
||||||
'Confirm_license_delivery' => 'License delivery confirmation',
|
'Confirm_license_delivery' => 'Потвърждение при доставка на лиценз',
|
||||||
'Confirm_asset_delivery' => 'Asset delivery confirmation',
|
'Confirm_asset_delivery' => 'Потвърждение при доставка на актив',
|
||||||
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
|
'Confirm_consumable_delivery' => 'Потвърждение при доставка на консуматив',
|
||||||
'current_QTY' => 'Текуща наличност',
|
'current_QTY' => 'Текуща наличност',
|
||||||
'Days' => 'Дни',
|
'Days' => 'Дни',
|
||||||
'days' => 'Дни',
|
'days' => 'Дни',
|
||||||
|
@ -58,22 +58,22 @@ return array(
|
||||||
'test_email' => 'Тест Email от Snipe-IT',
|
'test_email' => 'Тест Email от Snipe-IT',
|
||||||
'test_mail_text' => 'Това е тест от Snipe-IT система за управление на активи. Ако сте получили това, email-а работи :)',
|
'test_mail_text' => 'Това е тест от Snipe-IT система за управление на активи. Ако сте получили това, email-а работи :)',
|
||||||
'the_following_item' => 'Следният артикул беше вписан:',
|
'the_following_item' => 'Следният артикул беше вписан:',
|
||||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
'low_inventory_alert' => 'Има :count артикул, който е под минималния праг за наличност или скоро ще се изчерпа.| Има :count артикула, които са под минималния праг за наличност или скоро ще се изчерпат.',
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
|
'assets_warrantee_alert' => 'Има :count актив с гаранция, която ще изтече в следващите :threshold дни.|Има :count активa с гаранция, която ще изтече в следващите :threshold дни.',
|
||||||
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
'license_expiring_alert' => 'Има :count лиценз, който изтича в следващите :threshold дни.|Има :count лиценза, които изтичат в следващите :threshold дни.',
|
||||||
'to_reset' => 'За да нулирате вашата :web password, попълнете този формуляр:',
|
'to_reset' => 'За да нулирате вашата :web password, попълнете този формуляр:',
|
||||||
'type' => 'Вид',
|
'type' => 'Вид',
|
||||||
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
|
'upcoming-audits' => 'Има :count актив, който подлежи на одит в следващите :threshold дни.|Има :count активи, които подлежат на отид през следващите :threshold дни.',
|
||||||
'user' => 'Потребител',
|
'user' => 'Потребител',
|
||||||
'username' => 'Потребителско име',
|
'username' => 'Потребителско име',
|
||||||
'welcome' => 'Добре дошли, :name',
|
'welcome' => 'Добре дошли, :name',
|
||||||
'welcome_to' => 'Добре дошли: уеб!',
|
'welcome_to' => 'Добре дошли: уеб!',
|
||||||
'your_credentials' => 'Вашите идентификационни данни за Snipe-IT',
|
'your_credentials' => 'Вашите идентификационни данни за Snipe-IT',
|
||||||
'Accessory_Checkin_Notification' => 'Accessory checked in',
|
'Accessory_Checkin_Notification' => 'Аксесоарат е вписан',
|
||||||
'Asset_Checkin_Notification' => 'Asset checked in',
|
'Asset_Checkin_Notification' => 'Актива е вписан',
|
||||||
'License_Checkin_Notification' => 'License checked in',
|
'License_Checkin_Notification' => 'Лиценза е вписан',
|
||||||
'Expected_Checkin_Report' => 'Expected asset checkin report',
|
'Expected_Checkin_Report' => 'Очакван рапорт за вписване на актив',
|
||||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
'Expected_Checkin_Notification' => 'Напомняне: :name крайната дата за вписване наближава',
|
||||||
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
'Expected_Checkin_Date' => 'Наближава срока за връщане на актив който е заведен на Вас, трябва да се върна на :date',
|
||||||
'your_assets' => 'View Your Assets'
|
'your_assets' => 'Преглед на вашите активи'
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'sent' => 'Линк към вашата парола бе изпратен!',
|
'sent' => 'Линк към вашата парола бе изпратен!',
|
||||||
'user' => 'No matching active user found with that email.',
|
'user' => 'Не са намерени активни потребители с този е-майл.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Země',
|
'country' => 'Země',
|
||||||
'create' => 'Vytvořit umístění',
|
'create' => 'Vytvořit umístění',
|
||||||
'update' => 'Upravit umístění',
|
'update' => 'Upravit umístění',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Název umístění',
|
'name' => 'Název umístění',
|
||||||
'address' => 'Adresa',
|
'address' => 'Adresa',
|
||||||
'zip' => 'PSČ',
|
'zip' => 'PSČ',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Upozornění zapnutá',
|
'alerts_enabled' => 'Upozornění zapnutá',
|
||||||
'alert_interval' => 'Mez upozornění na vypršení (ve dnech)',
|
'alert_interval' => 'Mez upozornění na vypršení (ve dnech)',
|
||||||
'alert_inv_threshold' => 'Mez upozornění skladu',
|
'alert_inv_threshold' => 'Mez upozornění skladu',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'ID majetku',
|
'asset_ids' => 'ID majetku',
|
||||||
'audit_interval' => 'Interval auditu',
|
'audit_interval' => 'Interval auditu',
|
||||||
'audit_interval_help' => 'Pokud budete muset pravidelně fyzicky kontrolovat svůj majetek, zadejte interval v měsících.',
|
'audit_interval_help' => 'Pokud budete muset pravidelně fyzicky kontrolovat svůj majetek, zadejte interval v měsících.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Použít TLS',
|
'ldap_tls' => 'Použít TLS',
|
||||||
'ldap_tls_help' => 'Tuto možnost byste měli zkontrolovat pouze v případě, že používáte STARTTLS na serveru LDAP. ',
|
'ldap_tls_help' => 'Tuto možnost byste měli zkontrolovat pouze v případě, že používáte STARTTLS na serveru LDAP. ',
|
||||||
'ldap_uname' => 'LDAP uživatelské jméno připojení',
|
'ldap_uname' => 'LDAP uživatelské jméno připojení',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP heslo připojení',
|
'ldap_pword' => 'LDAP heslo připojení',
|
||||||
'ldap_basedn' => 'Základní svázání DN',
|
'ldap_basedn' => 'Základní svázání DN',
|
||||||
'ldap_filter' => 'LDAP filtr',
|
'ldap_filter' => 'LDAP filtr',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'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',
|
||||||
'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_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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Obrázek',
|
'image' => 'Obrázek',
|
||||||
'image_delete' => 'Smazat obrázek',
|
'image_delete' => 'Smazat obrázek',
|
||||||
'image_upload' => 'Nahrát obrázek',
|
'image_upload' => 'Nahrát obrázek',
|
||||||
'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Gwlad',
|
'country' => 'Gwlad',
|
||||||
'create' => 'Creu Lleoliad',
|
'create' => 'Creu Lleoliad',
|
||||||
'update' => 'Diweddaru Lleoliad',
|
'update' => 'Diweddaru Lleoliad',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Enw Lleoliad',
|
'name' => 'Enw Lleoliad',
|
||||||
'address' => 'Cyfeiriad',
|
'address' => 'Cyfeiriad',
|
||||||
'zip' => 'Côd Post',
|
'zip' => 'Côd Post',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Rhybuddion ebost wedi alluogi',
|
'alerts_enabled' => 'Rhybuddion ebost wedi alluogi',
|
||||||
'alert_interval' => 'Trothwy Rhybuddion sy\'n Dod i Ben (mewn dyddiau)',
|
'alert_interval' => 'Trothwy Rhybuddion sy\'n Dod i Ben (mewn dyddiau)',
|
||||||
'alert_inv_threshold' => 'Trothwy Rhybudd Rhestr',
|
'alert_inv_threshold' => 'Trothwy Rhybudd Rhestr',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Rhifau Unigryw Asedau',
|
'asset_ids' => 'Rhifau Unigryw Asedau',
|
||||||
'audit_interval' => 'Cyfnod Awdit',
|
'audit_interval' => 'Cyfnod Awdit',
|
||||||
'audit_interval_help' => 'Os ydych angen gwneud awdit ffisegol, rhowch y cyfnod mewn misoedd.',
|
'audit_interval_help' => 'Os ydych angen gwneud awdit ffisegol, rhowch y cyfnod mewn misoedd.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Defnyddio TLS',
|
'ldap_tls' => 'Defnyddio TLS',
|
||||||
'ldap_tls_help' => 'Dewisiwch os ydych yn rhedeg STARTTLS ar eich server LDAP. ',
|
'ldap_tls_help' => 'Dewisiwch os ydych yn rhedeg STARTTLS ar eich server LDAP. ',
|
||||||
'ldap_uname' => 'Enw defnyddiwr i cysylltu trwy LDAP',
|
'ldap_uname' => 'Enw defnyddiwr i cysylltu trwy LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Cyfrinair i cysylltu trwy LDAP',
|
'ldap_pword' => 'Cyfrinair i cysylltu trwy LDAP',
|
||||||
'ldap_basedn' => 'DN Cyswllt Sylfaenol',
|
'ldap_basedn' => 'DN Cyswllt Sylfaenol',
|
||||||
'ldap_filter' => 'Hidlydd LDAP',
|
'ldap_filter' => 'Hidlydd LDAP',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Mewngofnodwch',
|
'login_prompt' => 'Mewngofnodwch',
|
||||||
'forgot_password' => 'Wedi anghofio\'r cyfrinair',
|
'forgot_password' => 'Wedi anghofio\'r cyfrinair',
|
||||||
'remember_me' => 'Cofiwch fi',
|
'remember_me' => 'Cofiwch fi',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Delwedd',
|
'image' => 'Delwedd',
|
||||||
'image_delete' => 'Dileu Delwedd',
|
'image_delete' => 'Dileu Delwedd',
|
||||||
'image_upload' => 'Uwchlwytho delwedd',
|
'image_upload' => 'Uwchlwytho delwedd',
|
||||||
'image_filetypes_help' => 'Mathau o ffeiliau a dderbynnir yw jpg, png, gif, a svg. Maint mwyaf yw :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Mewnforio',
|
'import' => 'Mewnforio',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
'does_not_exist' => 'Tilbehøret [:id] findes ikke.',
|
||||||
'assoc_users' => 'Dette tilbehør har pt. :count emner tjekket ud til brugere. Tjek tilbehør ind og prøv igen.',
|
'assoc_users' => 'Dette tilbehør har pt. :count emner tjekket ud til brugere. Tjek tilbehør ind og prøv igen.',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -20,6 +20,6 @@ return array(
|
||||||
'title' => 'Asset',
|
'title' => 'Asset',
|
||||||
'image' => 'Enhedsbillede',
|
'image' => 'Enhedsbillede',
|
||||||
'days_without_acceptance' => 'Dage uden accept',
|
'days_without_acceptance' => 'Dage uden accept',
|
||||||
'monthly_depreciation' => 'Monthly Depreciation'
|
'monthly_depreciation' => 'Månedlig afskrivning'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'about_kits_title' => 'About Predefined Kits',
|
'about_kits_title' => 'Om Foruddefinerede Kits',
|
||||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
'about_kits_text' => 'Foruddefinerede Kits lader dig hurtigt tjekke en samling af varer (aktiver, licenser osv.) til en bruger. Dette kan være nyttigt, når din onboarding proces er konsekvent på tværs af mange brugere, og alle brugere modtager de samme elementer.',
|
||||||
'checkout' => 'Checkout Kit ',
|
'checkout' => 'Checkout Kit ',
|
||||||
'create_success' => 'Kit was successfully created.',
|
'create_success' => 'Kit blev oprettet.',
|
||||||
'create' => 'Create Predefined Kit',
|
'create' => 'Opret foruddefineret Kit',
|
||||||
'update' => 'Update Predefined Kit',
|
'update' => 'Opdater foruddefineret Kit',
|
||||||
'delete_success' => 'Kit was successfully deleted.',
|
'delete_success' => 'Kit blev slettet.',
|
||||||
'update_success' => 'Kit was successfully updated.',
|
'update_success' => 'Kit blev opdateret.',
|
||||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
'none_models' => 'Der er ikke nok tilgængelige assets til :model til checkout. :qty er påkrævet. ',
|
||||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
'none_licenses' => 'Der er ikke nok ledige pladser til :license til chckout. :qty er påkrævet. ',
|
||||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
'none_consumables' => 'Der er ikke nok tilgængelige enheder af :consumable til checkout. :qty er påkrævet. ',
|
||||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
'none_accessory' => 'Der er ikke nok tilgængelige enheder :accessory til checkout. :qty er påkrævet. ',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -8,7 +8,7 @@ return array(
|
||||||
'owner_doesnt_match_asset' => 'Aktivet, du forsøger at associere med denne licens, ejes af en anden end den person, der er valgt i Tildelt-rullemenuen.',
|
'owner_doesnt_match_asset' => 'Aktivet, du forsøger at associere med denne licens, ejes af en anden end den person, der er valgt i Tildelt-rullemenuen.',
|
||||||
'assoc_users' => 'Denne licens er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller venligst licensen først, og prøv derefter at slette igen.',
|
'assoc_users' => 'Denne licens er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller venligst licensen først, og prøv derefter at slette igen.',
|
||||||
'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.',
|
'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.',
|
||||||
'not_found' => 'License not found',
|
'not_found' => 'Licens blev ikke fundet',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Land',
|
'country' => 'Land',
|
||||||
'create' => 'Opret placering',
|
'create' => 'Opret placering',
|
||||||
'update' => 'Opdateringssted',
|
'update' => 'Opdateringssted',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Navn på sted',
|
'name' => 'Navn på sted',
|
||||||
'address' => 'Adresse',
|
'address' => 'Adresse',
|
||||||
'zip' => 'Postnummer',
|
'zip' => 'Postnummer',
|
||||||
|
|
|
@ -4,9 +4,9 @@ return array(
|
||||||
'ad' => 'Active Directory',
|
'ad' => 'Active Directory',
|
||||||
'ad_domain' => 'Active Directory domæne',
|
'ad_domain' => 'Active Directory domæne',
|
||||||
'ad_domain_help' => 'Dette er nogle gange det samme som dit e-mail-domæne, men ikke altid.',
|
'ad_domain_help' => 'Dette er nogle gange det samme som dit e-mail-domæne, men ikke altid.',
|
||||||
'ad_append_domain_label' => 'Append domain name',
|
'ad_append_domain_label' => 'Tilføj domænenavn',
|
||||||
'ad_append_domain' => 'Append domain name to username field',
|
'ad_append_domain' => 'Tilføj domænenavn til feltet brugernavn',
|
||||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' ,
|
'ad_append_domain_help' => 'Brugeren er ikke forpligtet til at skrive "username@domain.local", de kan bare skrive "brugernavn".' ,
|
||||||
'admin_cc_email' => 'CC email',
|
'admin_cc_email' => 'CC email',
|
||||||
'admin_cc_email_help' => 'Hvis du vil sende en kopi af checkin/checkout emails som er sendt til brugere til en ekstra email konto, så tilføj den her. Ellers efterlad feltet tomt.',
|
'admin_cc_email_help' => 'Hvis du vil sende en kopi af checkin/checkout emails som er sendt til brugere til en ekstra email konto, så tilføj den her. Ellers efterlad feltet tomt.',
|
||||||
'is_ad' => 'Dette er en Active Directory-server',
|
'is_ad' => 'Dette er en Active Directory-server',
|
||||||
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Advarsler aktiveret',
|
'alerts_enabled' => 'Advarsler aktiveret',
|
||||||
'alert_interval' => 'Udløbsvarsel Threshold (i dage)',
|
'alert_interval' => 'Udløbsvarsel Threshold (i dage)',
|
||||||
'alert_inv_threshold' => 'Lagervarsletærskel',
|
'alert_inv_threshold' => 'Lagervarsletærskel',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Aktiv-id\'er',
|
'asset_ids' => 'Aktiv-id\'er',
|
||||||
'audit_interval' => 'Revisionsinterval',
|
'audit_interval' => 'Revisionsinterval',
|
||||||
'audit_interval_help' => 'Hvis du skal regelmæssigt kontrollere dine aktiver fysisk, skal du indtaste intervallet i måneder.',
|
'audit_interval_help' => 'Hvis du skal regelmæssigt kontrollere dine aktiver fysisk, skal du indtaste intervallet i måneder.',
|
||||||
|
@ -25,7 +27,7 @@ return array(
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_settings' => 'Stregkodeindstillinger',
|
'barcode_settings' => 'Stregkodeindstillinger',
|
||||||
'confirm_purge' => 'Bekræft rensning',
|
'confirm_purge' => 'Bekræft rensning',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
'confirm_purge_help' => 'Indtast teksten "DELETE" i boksen nedenfor for at tømme dine slettede poster. Denne handling kan ikke fortrydes og vil slette alle soft-slettede elementer og brugere PERMANENT. (Du bør lave en sikkerhedskopi først, bare for at være sikker.)',
|
||||||
'custom_css' => 'Brugerdefineret CSS',
|
'custom_css' => 'Brugerdefineret CSS',
|
||||||
'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.',
|
'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.',
|
||||||
'custom_forgot_pass_url' => 'Tilpasset Kodeord reset URL',
|
'custom_forgot_pass_url' => 'Tilpasset Kodeord reset URL',
|
||||||
|
@ -44,20 +46,20 @@ return array(
|
||||||
'email_logo' => 'Email Logo',
|
'email_logo' => 'Email Logo',
|
||||||
'barcode_type' => '2D stregkode type',
|
'barcode_type' => '2D stregkode type',
|
||||||
'alt_barcode_type' => '1D stregkode type',
|
'alt_barcode_type' => '1D stregkode type',
|
||||||
'email_logo_size' => 'Square logos in email look best. ',
|
'email_logo_size' => 'Kvadratiske logoer i e-mail ser bedst ud. ',
|
||||||
'eula_settings' => 'EULA-indstillinger',
|
'eula_settings' => 'EULA-indstillinger',
|
||||||
'eula_markdown' => 'Denne EULA tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github smagsmærket markdown</a>.',
|
'eula_markdown' => 'Denne EULA tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github smagsmærket markdown</a>.',
|
||||||
'favicon' => 'Favicon',
|
'favicon' => 'Favicon',
|
||||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
'favicon_format' => 'Accepterede filtyper er ico, png, og gif. Andre billedformater fungerer muligvis ikke i alle browsere.',
|
||||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
'favicon_size' => 'Favicons skal være firkantede billeder, 16x16 pixels.',
|
||||||
'footer_text' => 'Ekstra footer tekst ',
|
'footer_text' => 'Ekstra footer tekst ',
|
||||||
'footer_text_help' => 'Denne tekst vil vises i footeren i højre side. Der kan anvendes links ved hjælp af <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Linjeskift, headere, billeder etc. kan føre til uforudsigelige resultater.',
|
'footer_text_help' => 'Denne tekst vil vises i footeren i højre side. Der kan anvendes links ved hjælp af <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Linjeskift, headere, billeder etc. kan føre til uforudsigelige resultater.',
|
||||||
'general_settings' => 'Generelle indstillinger',
|
'general_settings' => 'Generelle indstillinger',
|
||||||
'generate_backup' => 'Generer sikkerhedskopiering',
|
'generate_backup' => 'Generer sikkerhedskopiering',
|
||||||
'header_color' => 'Hovedfarge',
|
'header_color' => 'Hovedfarge',
|
||||||
'info' => 'Disse indstillinger giver dig mulighed for at tilpasse visse aspekter af din installation.',
|
'info' => 'Disse indstillinger giver dig mulighed for at tilpasse visse aspekter af din installation.',
|
||||||
'label_logo' => 'Label Logo',
|
'label_logo' => 'Etiketlogo',
|
||||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
'label_logo_size' => 'Firkantede logoer ser bedst ud - vil blive vist øverst til højre på hver aktiv etiket. ',
|
||||||
'laravel' => 'Laravel Version',
|
'laravel' => 'Laravel Version',
|
||||||
'ldap_enabled' => 'LDAP aktiveret',
|
'ldap_enabled' => 'LDAP aktiveret',
|
||||||
'ldap_integration' => 'LDAP Integration',
|
'ldap_integration' => 'LDAP Integration',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Brug TLS',
|
'ldap_tls' => 'Brug TLS',
|
||||||
'ldap_tls_help' => 'Dette bør kun kontrolleres, hvis du kører STARTTLS på din LDAP-server.',
|
'ldap_tls_help' => 'Dette bør kun kontrolleres, hvis du kører STARTTLS på din LDAP-server.',
|
||||||
'ldap_uname' => 'LDAP Bind Brugernavn',
|
'ldap_uname' => 'LDAP Bind Brugernavn',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP-bindingsadgangskode',
|
'ldap_pword' => 'LDAP-bindingsadgangskode',
|
||||||
'ldap_basedn' => 'Base Bind DN',
|
'ldap_basedn' => 'Base Bind DN',
|
||||||
'ldap_filter' => 'LDAP-filter',
|
'ldap_filter' => 'LDAP-filter',
|
||||||
|
@ -83,7 +89,7 @@ return array(
|
||||||
'ldap_auth_filter_query' => 'LDAP-godkendelse forespørgsel',
|
'ldap_auth_filter_query' => 'LDAP-godkendelse forespørgsel',
|
||||||
'ldap_version' => 'LDAP Version',
|
'ldap_version' => 'LDAP Version',
|
||||||
'ldap_active_flag' => 'LDAP Active Flag',
|
'ldap_active_flag' => 'LDAP Active Flag',
|
||||||
'ldap_activated_flag_help' => 'This flag is used to determine whether a user can login to Snipe-IT and does not affect the ability to check items in or out to them.',
|
'ldap_activated_flag_help' => 'Dette flag bruges til at afgøre, om en bruger kan logge ind på Snipe-IT og påvirker ikke evnen til at tjekke elementer ind eller ud til dem.',
|
||||||
'ldap_emp_num' => 'LDAP medarbejdernummer',
|
'ldap_emp_num' => 'LDAP medarbejdernummer',
|
||||||
'ldap_email' => 'LDAP Email',
|
'ldap_email' => 'LDAP Email',
|
||||||
'license' => 'Software licens',
|
'license' => 'Software licens',
|
||||||
|
@ -98,8 +104,8 @@ return array(
|
||||||
'login_common_disabled_help' => 'Denne option deaktiverer andre authentiseringsmekanismer. Aktiver denne option, hvis du er sikker på at dit REMOTE_USER login allerede virker',
|
'login_common_disabled_help' => 'Denne option deaktiverer andre authentiseringsmekanismer. Aktiver denne option, hvis du er sikker på at dit REMOTE_USER login allerede virker',
|
||||||
'login_remote_user_custom_logout_url_text' => 'Tilpasset logout URL',
|
'login_remote_user_custom_logout_url_text' => 'Tilpasset logout URL',
|
||||||
'login_remote_user_custom_logout_url_help' => 'Hvis en URL er angivet her, vil brugere blive omstillet til den efter de har logget ud af Snipe-IT. Det er anvendeligt for at lukke bruger sessions i din authentiseringsmekanisme korrekt.',
|
'login_remote_user_custom_logout_url_help' => 'Hvis en URL er angivet her, vil brugere blive omstillet til den efter de har logget ud af Snipe-IT. Det er anvendeligt for at lukke bruger sessions i din authentiseringsmekanisme korrekt.',
|
||||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
'login_remote_user_header_name_text' => 'Brugerdefineret brugernavn header',
|
||||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
'login_remote_user_header_name_help' => 'Brug den angivne overskrift i stedet for REMOTE_USER',
|
||||||
'logo' => 'Logo',
|
'logo' => 'Logo',
|
||||||
'logo_print_assets' => 'Brug i udskrift',
|
'logo_print_assets' => 'Brug i udskrift',
|
||||||
'logo_print_assets_help' => 'Brug branding på udskrevne aktivlister ',
|
'logo_print_assets_help' => 'Brug branding på udskrevne aktivlister ',
|
||||||
|
@ -114,36 +120,37 @@ return array(
|
||||||
'pwd_secure_complexity' => 'Password Complexity',
|
'pwd_secure_complexity' => 'Password Complexity',
|
||||||
'pwd_secure_complexity_help' => 'Vælg, hvilke regler for adgangskompleksitet du ønsker at håndhæve.',
|
'pwd_secure_complexity_help' => 'Vælg, hvilke regler for adgangskompleksitet du ønsker at håndhæve.',
|
||||||
'pwd_secure_min' => 'Minimumskode til adgangskode',
|
'pwd_secure_min' => 'Minimumskode til adgangskode',
|
||||||
'pwd_secure_min_help' => 'Minimum permitted value is 8',
|
'pwd_secure_min_help' => 'Mindste tilladte værdi er 8',
|
||||||
'pwd_secure_uncommon' => 'Forhindre almindelige adgangskoder',
|
'pwd_secure_uncommon' => 'Forhindre almindelige adgangskoder',
|
||||||
'pwd_secure_uncommon_help' => 'Dette vil gøre det muligt for brugere at bruge almindelige adgangskoder fra de 10.000 passwords, der er rapporteret i tilfælde af brud.',
|
'pwd_secure_uncommon_help' => 'Dette vil gøre det muligt for brugere at bruge almindelige adgangskoder fra de 10.000 passwords, der er rapporteret i tilfælde af brud.',
|
||||||
'qr_help' => 'Aktiver QR-koder først for at indstille dette',
|
'qr_help' => 'Aktiver QR-koder først for at indstille dette',
|
||||||
'qr_text' => 'QR Kode Tekst',
|
'qr_text' => 'QR Kode Tekst',
|
||||||
'saml_enabled' => 'SAML enabled',
|
'saml_enabled' => 'SAML aktiveret',
|
||||||
'saml_integration' => 'SAML Integration',
|
'saml_integration' => 'SAML-integration',
|
||||||
'saml_sp_entityid' => 'Entity ID',
|
'saml_sp_entityid' => 'Enheds ID',
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Offentligt Certifikat',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'Du kan angive IdP metadata ved hjælp af en URL eller XML-fil.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Brugernavn',
|
||||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
'saml_attr_mapping_username_help' => 'NavnID vil blive brugt hvis attributmapping er uspecificeret eller ugyldig.',
|
||||||
'saml_forcelogin_label' => 'SAML Force Login',
|
'saml_forcelogin_label' => 'SAML gennemtving Login',
|
||||||
'saml_forcelogin' => 'Make SAML the primary login',
|
'saml_forcelogin' => 'Gør SAML til det primære login',
|
||||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
'saml_forcelogin_help' => 'Du kan bruge \'/login?nosaml\' for at komme til den normale loginside.',
|
||||||
'saml_slo_label' => 'SAML Single Log Out',
|
'saml_slo_label' => 'SAML Single log af',
|
||||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
'saml_slo' => 'Send en LogoutRequest til IdP ved Log af',
|
||||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
'saml_slo_help' => 'Dette vil omdirigere brugeren til IdP ved logout. Lad være umarkeret hvis IdP ikke korrekt understøtter SP-initieret SAML SLO.',
|
||||||
'saml_custom_settings' => 'SAML Custom Settings',
|
'saml_custom_settings' => 'SAML Custom Settings',
|
||||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
'saml_custom_settings_help' => 'Du kan angive yderligere indstillinger til onelogin/php-saml biblioteket. Brug på egen risiko.',
|
||||||
'setting' => 'Indstilling',
|
'setting' => 'Indstilling',
|
||||||
'settings' => 'Indstillinger',
|
'settings' => 'Indstillinger',
|
||||||
'show_alerts_in_menu' => 'Vis meddelelser i top menu',
|
'show_alerts_in_menu' => 'Vis meddelelser i top menu',
|
||||||
'show_archived_in_list' => 'Arkiverede aktiver',
|
'show_archived_in_list' => 'Arkiverede aktiver',
|
||||||
'show_archived_in_list_text' => 'Vis arkiverede aktiver i "Alle aktiver" listen',
|
'show_archived_in_list_text' => 'Vis arkiverede aktiver i "Alle aktiver" listen',
|
||||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
'show_assigned_assets' => 'Vis assets tildelt til assets',
|
||||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
'show_assigned_assets_help' => 'Vis assets som blev tildelt til andre assets i Vis bruger -> Aktiver, Vis bruger -> Info -> Udskriv alle Tildelt og på konto -> Vis Tildelte aktiver.',
|
||||||
'show_images_in_email' => 'Vis billeder i emails',
|
'show_images_in_email' => 'Vis billeder i emails',
|
||||||
'show_images_in_email_help' => 'Afkryds denne boks hvis din Snipe-IT installation er bag en VPN eller i et lukket netværk og brugere udenfor netværket vil forhinderes i at anvende billeder fra netværket i deres emails.',
|
'show_images_in_email_help' => 'Afkryds denne boks hvis din Snipe-IT installation er bag en VPN eller i et lukket netværk og brugere udenfor netværket vil forhinderes i at anvende billeder fra netværket i deres emails.',
|
||||||
'site_name' => 'Side navn',
|
'site_name' => 'Side navn',
|
||||||
|
@ -151,7 +158,7 @@ return array(
|
||||||
'slack_channel' => 'Slack Channel',
|
'slack_channel' => 'Slack Channel',
|
||||||
'slack_endpoint' => 'Slap endepunkt',
|
'slack_endpoint' => 'Slap endepunkt',
|
||||||
'slack_integration' => 'Slack Settings',
|
'slack_integration' => 'Slack Settings',
|
||||||
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new" rel="noopener">create an incoming webhook</a> on your Slack account. Click on the <strong>Test Slack Integration</strong> button to confirm your settings are correct before saving. ',
|
'slack_integration_help' => 'Slack integration er valgfri, men endpoint og kanal er påkrævet, hvis du ønsker at bruge det. For at konfigurere Slack integration, skal du først <a href=":slack_link" target="_new" rel="noopener">oprette en indgående webhook</a> på din Slack konto. Klik på knappen <strong>Test Slack Integration</strong> for at bekræfte, at dine indstillinger er korrekte, før du gemmer. ',
|
||||||
'slack_integration_help_button' => 'Nå du har gemt din Slack information, vil testknappen blive synlig.',
|
'slack_integration_help_button' => 'Nå du har gemt din Slack information, vil testknappen blive synlig.',
|
||||||
'slack_test_help' => 'Test om din Slack integration er konfigureret korrekt. DU SKAL FØRST OPDATERE OG GEMME DINE SLACK\'s INDSTILLINGER.',
|
'slack_test_help' => 'Test om din Slack integration er konfigureret korrekt. DU SKAL FØRST OPDATERE OG GEMME DINE SLACK\'s INDSTILLINGER.',
|
||||||
'snipe_version' => 'Snipe-IT version',
|
'snipe_version' => 'Snipe-IT version',
|
||||||
|
@ -218,5 +225,5 @@ return array(
|
||||||
'unique_serial' => 'Unikke serienumre',
|
'unique_serial' => 'Unikke serienumre',
|
||||||
'unique_serial_help_text' => 'Markering af denne boks medfører en unik begrænsning af aktivserier',
|
'unique_serial_help_text' => 'Markering af denne boks medfører en unik begrænsning af aktivserier',
|
||||||
'zerofill_count' => 'Længde af aktivetiketter, herunder zerofill',
|
'zerofill_count' => 'Længde af aktivetiketter, herunder zerofill',
|
||||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
'username_format_help' => 'Denne indstilling vil kun blive brugt af importprocessen, hvis et brugernavn ikke er angivet, og vi er nødt til at generere et brugernavn til dig.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -19,7 +19,7 @@ return array(
|
||||||
'ldap_config_text' => 'LDAP-konfigurationsindstillinger kan findes Admin> Indstillinger. Den (valgfrie) valgte placering vil blive indstillet for alle importerede brugere.',
|
'ldap_config_text' => 'LDAP-konfigurationsindstillinger kan findes Admin> Indstillinger. Den (valgfrie) valgte placering vil blive indstillet for alle importerede brugere.',
|
||||||
'print_assigned' => 'Udskriv alle tildelte',
|
'print_assigned' => 'Udskriv alle tildelte',
|
||||||
'software_user' => 'Software Checket ud til: navn',
|
'software_user' => 'Software Checket ud til: navn',
|
||||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
'send_email_help' => 'Du skal angive en e-mail-adresse for denne bruger for at sende dem legitimationsoplysninger. E-mailing af legitimationsoplysninger kan kun gøres ved brugeroprettelse. Adgangskoder gemmes i en envejs hash og kan ikke hentes når de er gemt.',
|
||||||
'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.',
|
||||||
|
|
|
@ -12,7 +12,7 @@ return array(
|
||||||
'insufficient_permissions' => 'Utilstrækkelige tilladelser.',
|
'insufficient_permissions' => 'Utilstrækkelige tilladelser.',
|
||||||
'user_deleted_warning' => 'Denne bruger er blevet slettet. Du skal gendanne denne bruger for at redigere dem eller tildele dem nye aktiver.',
|
'user_deleted_warning' => 'Denne bruger er blevet slettet. Du skal gendanne denne bruger for at redigere dem eller tildele dem nye aktiver.',
|
||||||
'ldap_not_configured' => 'LDAP-integration er ikke konfigureret til denne installation.',
|
'ldap_not_configured' => 'LDAP-integration er ikke konfigureret til denne installation.',
|
||||||
'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' => 'De valgte brugere, der er aktiveret og har en gyldig e-mail-adresser, har fået tilsendt et link til nulstilling af adgangskode.',
|
||||||
|
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
|
|
|
@ -4,10 +4,12 @@ return [
|
||||||
'send_password_link' => 'Send Link til nulstilling af adgangskode',
|
'send_password_link' => 'Send Link til nulstilling af adgangskode',
|
||||||
'email_reset_password' => 'Nulstil adgangskode',
|
'email_reset_password' => 'Nulstil adgangskode',
|
||||||
'reset_password' => 'Nulstil adgangskode',
|
'reset_password' => 'Nulstil adgangskode',
|
||||||
'saml_login' => 'Login via SAML',
|
'saml_login' => 'Log ind via SAML',
|
||||||
'login' => 'Login',
|
'login' => 'Login',
|
||||||
'login_prompt' => 'Log venligst ind',
|
'login_prompt' => 'Log venligst ind',
|
||||||
'forgot_password' => 'Jeg har glemt min adgangskode',
|
'forgot_password' => 'Jeg har glemt min adgangskode',
|
||||||
'remember_me' => 'Husk mig',
|
'remember_me' => 'Husk mig',
|
||||||
|
'username_help_top' => 'Indtast dit <strong>brugernavn</strong> for at få tilsendt et link til nulstilling af adgangskoden.',
|
||||||
|
'username_help_bottom' => 'Dit brugernavn og din emailadresse <em>kan</em> være den samme; men din konfiguration kan kæve at de er forskellige. Hvis du ikke kan huske dit brugernavn, så kontakt administratoren. <br><br><strong>Brugernavne uden tilhørende emailadresse vil ikke få tilsendt mail med link til reset af kodeord.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,13 +7,13 @@ return array(
|
||||||
'account_not_activated' => 'Denne brugerkonto er ikke aktiveret.',
|
'account_not_activated' => 'Denne brugerkonto er ikke aktiveret.',
|
||||||
'account_suspended' => 'Denne brugerkonto er suspenderet.',
|
'account_suspended' => 'Denne brugerkonto er suspenderet.',
|
||||||
'account_banned' => 'Denne brugerkonto er blokeret.',
|
'account_banned' => 'Denne brugerkonto er blokeret.',
|
||||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
'throttle' => 'For mange mislykkede loginforsøg. Prøv igen om : minutter minutter.',
|
||||||
|
|
||||||
'two_factor' => array(
|
'two_factor' => array(
|
||||||
'already_enrolled' => 'Your device is already enrolled.',
|
'already_enrolled' => 'Din enhed er allerede tilmeldt.',
|
||||||
'success' => 'You have successfully logged in.',
|
'success' => 'Du er blevet logget ind.',
|
||||||
'code_required' => 'Two-factor code is required.',
|
'code_required' => 'To-faktor-kode er påkrævet.',
|
||||||
'invalid_code' => 'Two-factor code is invalid.',
|
'invalid_code' => 'To-faktor kode er ugyldig.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'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' => 'Der opstod et problem under forsøget på at logge dig ud, prøv venligst igen.',
|
||||||
'success' => 'You have successfully logged out.',
|
'success' => 'Du har logget ud.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'signup' => array(
|
'signup' => array(
|
||||||
|
@ -33,7 +33,7 @@ return array(
|
||||||
|
|
||||||
'forgot-password' => array(
|
'forgot-password' => array(
|
||||||
'error' => 'Der opstod et problem, ved forsøg på at nulstille din adgangkode, prøv igen.',
|
'error' => 'Der opstod et problem, ved forsøg på at nulstille din adgangkode, prøv igen.',
|
||||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
'success' => 'Hvis e-mail-adressen findes i vores system, er en mail med gendannelse af adgangskode blevet sendt.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'forgot-password-confirm' => array(
|
'forgot-password-confirm' => array(
|
||||||
|
|
|
@ -13,5 +13,5 @@ return array(
|
||||||
'upload' => 'Upload',
|
'upload' => 'Upload',
|
||||||
'select_file' => 'Vælg fil ...',
|
'select_file' => 'Vælg fil ...',
|
||||||
'select_files' => 'Vælg filer...',
|
'select_files' => 'Vælg filer...',
|
||||||
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
'generate_labels' => '{1} Generer etiketter [2,*] Generer etiketter',
|
||||||
);
|
);
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
'bulkaudit' => 'Bulk Audit',
|
'bulkaudit' => 'Bulk Audit',
|
||||||
'bulkaudit_status' => 'Revisionsstatus',
|
'bulkaudit_status' => 'Revisionsstatus',
|
||||||
'bulk_checkout' => 'Masseudtjekning',
|
'bulk_checkout' => 'Masseudtjekning',
|
||||||
'bystatus' => 'by Status',
|
'bystatus' => 'efter status',
|
||||||
'cancel' => 'Annuller',
|
'cancel' => 'Annuller',
|
||||||
'categories' => 'Kategorier',
|
'categories' => 'Kategorier',
|
||||||
'category' => 'Kategori',
|
'category' => 'Kategori',
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
'created' => 'Elementet er oprettet',
|
'created' => 'Elementet er oprettet',
|
||||||
'created_asset' => 'skabte aktiver',
|
'created_asset' => 'skabte aktiver',
|
||||||
'created_at' => 'Skabt den',
|
'created_at' => 'Skabt den',
|
||||||
'record_created' => 'Record Created',
|
'record_created' => 'Record dannet',
|
||||||
'updated_at' => 'Opdateret kl',
|
'updated_at' => 'Opdateret kl',
|
||||||
'currency' => '$', // this is deprecated
|
'currency' => '$', // this is deprecated
|
||||||
'current' => 'Aktuelle',
|
'current' => 'Aktuelle',
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
'depreciation_report' => 'Afskrivningsrapport',
|
'depreciation_report' => 'Afskrivningsrapport',
|
||||||
'details' => 'Detaljer',
|
'details' => 'Detaljer',
|
||||||
'download' => 'Hent',
|
'download' => 'Hent',
|
||||||
'download_all' => 'Download All',
|
'download_all' => 'Download alt',
|
||||||
'depreciation' => 'Afskrivning',
|
'depreciation' => 'Afskrivning',
|
||||||
'editprofile' => 'Ret Din Profil',
|
'editprofile' => 'Ret Din Profil',
|
||||||
'eol' => 'EOL',
|
'eol' => 'EOL',
|
||||||
|
@ -90,17 +90,17 @@
|
||||||
'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)',
|
'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)',
|
||||||
'firstname_lastname_underscore_format' => 'Fornavn Efternavn (jane_smith@example.com)',
|
'firstname_lastname_underscore_format' => 'Fornavn Efternavn (jane_smith@example.com)',
|
||||||
'lastnamefirstinitial_format' => 'Efternavn Første initial (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Efternavn Første initial (smithj@example.com)',
|
||||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
|
'firstintial_dot_lastname_format' => 'Første bogstav i fornavn efternavn (jsmith@example.com)',
|
||||||
'first' => 'Første',
|
'first' => 'Første',
|
||||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
'firstnamelastname' => 'Fornavn efternavn (janesmith@example.com)',
|
||||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
'lastname_firstinitial' => 'Efternavn første bogstav i fornavn (smith_j@example.com)',
|
||||||
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
|
'firstinitial.lastname' => 'Første bogstav i fornavn.efternavn (j.smith@example.com)',
|
||||||
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
|
'firstnamelastinitial' => 'Fornavn førstebogstav i efternavn (janes@example.com)',
|
||||||
'first_name' => 'Fornavn',
|
'first_name' => 'Fornavn',
|
||||||
'first_name_format' => 'Fornavn (jane@example.com)',
|
'first_name_format' => 'Fornavn (jane@example.com)',
|
||||||
'files' => 'Filer',
|
'files' => 'Filer',
|
||||||
'file_name' => 'Fil',
|
'file_name' => 'Fil',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Filtype',
|
||||||
'file_uploads' => 'Filoverførsel',
|
'file_uploads' => 'Filoverførsel',
|
||||||
'generate' => 'Skab',
|
'generate' => 'Skab',
|
||||||
'github_markdown' => 'Dette felt tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'github_markdown' => 'Dette felt tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Billede',
|
'image' => 'Billede',
|
||||||
'image_delete' => 'Slet billede',
|
'image_delete' => 'Slet billede',
|
||||||
'image_upload' => 'Upload billede',
|
'image_upload' => 'Upload billede',
|
||||||
'image_filetypes_help' => 'Tilladte filtyper er jpg, png, gif, og svg. Maximalt tilladte upload størrelse er :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Importér',
|
'import' => 'Importér',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importerer',
|
||||||
'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' => 'Du kan importere assets, tilbehør, licenser, komponenter, forbrugsvarer og brugere via CSV-fil. <br><br>CSV skal være kommasepareret og formateret med overskrifter, der matcher dem i <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSV\'er i dokumentationen</a>.',
|
||||||
'import-history' => 'Importhistorik',
|
'import-history' => 'Importhistorik',
|
||||||
'asset_maintenance' => 'Vedligeholdelse af aktiv',
|
'asset_maintenance' => 'Vedligeholdelse af aktiv',
|
||||||
'asset_maintenance_report' => 'Aktiv vedligeholdelsesrapport',
|
'asset_maintenance_report' => 'Aktiv vedligeholdelsesrapport',
|
||||||
'asset_maintenances' => 'Vedligeholdelse af aktiv',
|
'asset_maintenances' => 'Vedligeholdelse af aktiv',
|
||||||
'item' => 'Emne',
|
'item' => 'Emne',
|
||||||
'insufficient_permissions' => 'Ingen rettigheder!',
|
'insufficient_permissions' => 'Ingen rettigheder!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Prædefinerede Kits',
|
||||||
'language' => 'Sprog',
|
'language' => 'Sprog',
|
||||||
'last' => 'Sidste',
|
'last' => 'Sidste',
|
||||||
'last_login' => 'Sidste login',
|
'last_login' => 'Sidste login',
|
||||||
|
@ -133,11 +133,11 @@
|
||||||
'licenses' => 'Licenser',
|
'licenses' => 'Licenser',
|
||||||
'list_all' => 'Vis alle',
|
'list_all' => 'Vis alle',
|
||||||
'loading' => 'Indlæser',
|
'loading' => 'Indlæser',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'Feltværdien vil ikke blive gemt i en demoinstallation.',
|
||||||
'feature_disabled' => 'Denne funktion er blevet deaktiveret til demoinstallationen.',
|
'feature_disabled' => 'Denne funktion er blevet deaktiveret til demoinstallationen.',
|
||||||
'location' => 'Lokation',
|
'location' => 'Lokation',
|
||||||
'locations' => 'Lokationer',
|
'locations' => 'Lokationer',
|
||||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
'logo_size' => 'Kvadratiske logoer ser bedst ud som Logo + Text. Logo maksimum størrelse er 50px høj x 500px bred. ',
|
||||||
'logout' => 'Log ud',
|
'logout' => 'Log ud',
|
||||||
'lookup_by_tag' => 'Søg på aktivkode',
|
'lookup_by_tag' => 'Søg på aktivkode',
|
||||||
'maintenances' => 'Vedligeholdelse',
|
'maintenances' => 'Vedligeholdelse',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Log ind',
|
'sign_in' => 'Log ind',
|
||||||
'signature' => 'Underskrift',
|
'signature' => 'Underskrift',
|
||||||
'skin' => 'Skin',
|
'skin' => 'Skin',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => 'Åh hai! Det ser ud til, at din Slack integration med Snipe-IT virker!',
|
||||||
'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.',
|
'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.',
|
||||||
'site_name' => 'Site Navn',
|
'site_name' => 'Site Navn',
|
||||||
'state' => 'Stat',
|
'state' => 'Stat',
|
||||||
|
@ -220,14 +220,14 @@
|
||||||
'unknown_admin' => 'Ukendt Admin',
|
'unknown_admin' => 'Ukendt Admin',
|
||||||
'username_format' => 'Brugernavn Format',
|
'username_format' => 'Brugernavn Format',
|
||||||
'update' => 'Opdatering',
|
'update' => 'Opdatering',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, og rar. Maksimalt tilladte uploadstørrelse er :size.',
|
||||||
'uploaded' => 'uploaded',
|
'uploaded' => 'uploaded',
|
||||||
'user' => 'Bruger',
|
'user' => 'Bruger',
|
||||||
'accepted' => 'accepteret',
|
'accepted' => 'accepteret',
|
||||||
'declined' => 'faldt',
|
'declined' => 'faldt',
|
||||||
'unaccepted_asset_report' => 'Uaccepterede aktiver',
|
'unaccepted_asset_report' => 'Uaccepterede aktiver',
|
||||||
'users' => 'Brugere',
|
'users' => 'Brugere',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Vis alle',
|
||||||
'viewassets' => 'Se Tildelte Aktiver',
|
'viewassets' => 'Se Tildelte Aktiver',
|
||||||
'website' => 'Hjemmeside',
|
'website' => 'Hjemmeside',
|
||||||
'welcome' => 'Velkommen, :name',
|
'welcome' => 'Velkommen, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Postnummer',
|
'zip' => 'Postnummer',
|
||||||
'noimage' => 'Intet billede uploadet eller billede ikke fundet.',
|
'noimage' => 'Intet billede uploadet eller billede ikke fundet.',
|
||||||
'token_expired' => 'Din form session er udløbet. Prøv igen.',
|
'token_expired' => 'Din form session er udløbet. Prøv igen.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Login aktiveret',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Forfalder til tilsyn',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Forfalden til tilsyn',
|
||||||
'accept' => 'Accept :asset',
|
'accept' => 'Accepter :asset',
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'Jeg accepterer',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'Jeg afviser',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Bekræft nedenfor for at angive, at du accepterer vilkårene for tjenesten:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Ryd signatur',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -21,7 +21,7 @@ return array(
|
||||||
|
|
||||||
'categories' => 'Aktiv-kategorier hjælper dig med at organisere dine enheder. Eksempler på kategorier kunne være "Stationære coputere", "Bærbare", "Mobiltelefoner", "Tabletter" osv., men du kan bruge aktiver kategorier på en hvilken som helst måde som giver mening for dig.',
|
'categories' => 'Aktiv-kategorier hjælper dig med at organisere dine enheder. Eksempler på kategorier kunne være "Stationære coputere", "Bærbare", "Mobiltelefoner", "Tabletter" osv., men du kan bruge aktiver kategorier på en hvilken som helst måde som giver mening for dig.',
|
||||||
|
|
||||||
'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' => 'Tilbehør er alt du udleverer til brugere men som ikke har et serienummer (eller som du er ligeglad med følge præcist). For eksempel, computermus eller tastaturer.',
|
||||||
|
|
||||||
'companies' => 'Virksomheder kan bruges som et simpelt id-felt, eller kan bruges til at begrænse synligheden af aktiver, brugere osv, hvis fuld virksomhedssupport er aktiveret i dine Admin-indstillinger.',
|
'companies' => 'Virksomheder kan bruges som et simpelt id-felt, eller kan bruges til at begrænse synligheden af aktiver, brugere osv, hvis fuld virksomhedssupport er aktiveret i dine Admin-indstillinger.',
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,12 @@ return array(
|
||||||
'click_to_confirm' => 'Venligst klik på følgende link for at bekræfte din: web-konto:',
|
'click_to_confirm' => 'Venligst klik på følgende link for at bekræfte din: web-konto:',
|
||||||
'click_on_the_link_accessory' => 'Venligst klik på linket nederst for at bekræfte, at du har modtaget tilbehør.',
|
'click_on_the_link_accessory' => 'Venligst klik på linket nederst for at bekræfte, at du har modtaget tilbehør.',
|
||||||
'click_on_the_link_asset' => 'Klik venligst på linket nederst for at bekræfte, at du har modtaget aktivet.',
|
'click_on_the_link_asset' => 'Klik venligst på linket nederst for at bekræfte, at du har modtaget aktivet.',
|
||||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
'Confirm_Asset_Checkin' => 'Asset checkin bekræftelse',
|
||||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
'Confirm_Accessory_Checkin' => 'Tilbehør checkin bekræftelse',
|
||||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
'Confirm_accessory_delivery' => 'Tilbehør leveringsbekræftelse',
|
||||||
'Confirm_license_delivery' => 'License delivery confirmation',
|
'Confirm_license_delivery' => 'Licens leveringsbekræftelse',
|
||||||
'Confirm_asset_delivery' => 'Asset delivery confirmation',
|
'Confirm_asset_delivery' => 'Asset leveringsbekræftelse',
|
||||||
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
|
'Confirm_consumable_delivery' => 'Forbrugsvare leveringsbekræftelse',
|
||||||
'current_QTY' => 'Nuværende QTY',
|
'current_QTY' => 'Nuværende QTY',
|
||||||
'Days' => 'Dage',
|
'Days' => 'Dage',
|
||||||
'days' => 'Dage',
|
'days' => 'Dage',
|
||||||
|
@ -63,17 +63,17 @@ return array(
|
||||||
'license_expiring_alert' => 'Der er :count licens(er) der udløber indenfor den/de næste :threshold dag(e).',
|
'license_expiring_alert' => 'Der er :count licens(er) der udløber indenfor den/de næste :threshold dag(e).',
|
||||||
'to_reset' => 'Nulstille din :web-adgangskode, udfylde denne formular:',
|
'to_reset' => 'Nulstille din :web-adgangskode, udfylde denne formular:',
|
||||||
'type' => 'Type',
|
'type' => 'Type',
|
||||||
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
|
'upcoming-audits' => 'Der er :count asset, som skal tilses inden :threshold dage. |Der er :count assets, som skal tilses inden :threshold dage.',
|
||||||
'user' => 'Bruger',
|
'user' => 'Bruger',
|
||||||
'username' => 'Brugernavn',
|
'username' => 'Brugernavn',
|
||||||
'welcome' => 'Velkommen :navn',
|
'welcome' => 'Velkommen :navn',
|
||||||
'welcome_to' => 'Velkommen til :web!',
|
'welcome_to' => 'Velkommen til :web!',
|
||||||
'your_credentials' => 'Dine Snipe-IT Legitimationsoplysninger',
|
'your_credentials' => 'Dine Snipe-IT Legitimationsoplysninger',
|
||||||
'Accessory_Checkin_Notification' => 'Accessory checked in',
|
'Accessory_Checkin_Notification' => 'Tilbehør tjekket ind',
|
||||||
'Asset_Checkin_Notification' => 'Asset checked in',
|
'Asset_Checkin_Notification' => 'Asset tjekket ind',
|
||||||
'License_Checkin_Notification' => 'License checked in',
|
'License_Checkin_Notification' => 'Licens tjekket ind',
|
||||||
'Expected_Checkin_Report' => 'Expected asset checkin report',
|
'Expected_Checkin_Report' => 'Forventet asset checkin rapport',
|
||||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
'Expected_Checkin_Notification' => 'Påmindelse: :name checkin deadline nærmer sig',
|
||||||
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
'Expected_Checkin_Date' => 'Et asset tjekket ud til dig skal tjekkes tilbage den :date',
|
||||||
'your_assets' => 'View Your Assets'
|
'your_assets' => 'Se dine assets'
|
||||||
);
|
);
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Land',
|
'country' => 'Land',
|
||||||
'create' => 'Standort erstellen',
|
'create' => 'Standort erstellen',
|
||||||
'update' => 'Standort aktualisieren',
|
'update' => 'Standort aktualisieren',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Standortname',
|
'name' => 'Standortname',
|
||||||
'address' => 'Adresse',
|
'address' => 'Adresse',
|
||||||
'zip' => 'Postleitzahl',
|
'zip' => 'Postleitzahl',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'E-Mail-Benachrichtigungen aktiviert',
|
'alerts_enabled' => 'E-Mail-Benachrichtigungen aktiviert',
|
||||||
'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)',
|
'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)',
|
||||||
'alert_inv_threshold' => 'Inventar Alarmschwelle',
|
'alert_inv_threshold' => 'Inventar Alarmschwelle',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'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 Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'TLS verwenden',
|
'ldap_tls' => 'TLS verwenden',
|
||||||
'ldap_tls_help' => 'Sollte nur wenn STARTTLS am LDAP Server verwendet wird, aktiviert sein. ',
|
'ldap_tls_help' => 'Sollte nur wenn STARTTLS am LDAP Server verwendet wird, aktiviert sein. ',
|
||||||
'ldap_uname' => 'LDAP Bind Nutzername',
|
'ldap_uname' => 'LDAP Bind Nutzername',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP Bind Passwort',
|
'ldap_pword' => 'LDAP Bind Passwort',
|
||||||
'ldap_basedn' => 'Basis Bind DN',
|
'ldap_basedn' => 'Basis Bind DN',
|
||||||
'ldap_filter' => 'LDAP Filter',
|
'ldap_filter' => 'LDAP Filter',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Öffentliches Zertifikat',
|
'saml_sp_x509cert' => 'Öffentliches Zertifikat',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadaten',
|
'saml_idp_metadata' => 'SAML IdP Metadaten',
|
||||||
'saml_idp_metadata_help' => 'Sie können die IdP-Metadaten über eine URL oder XML-Datei angeben.',
|
'saml_idp_metadata_help' => 'Sie können die IdP-Metadaten über eine URL oder XML-Datei angeben.',
|
||||||
'saml_attr_mapping_username' => 'Zuordnung - Benutzername',
|
'saml_attr_mapping_username' => 'Zuordnung - Benutzername',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Melden Sie sich bitte an',
|
'login_prompt' => 'Melden Sie sich bitte an',
|
||||||
'forgot_password' => 'Ich habe mein Passwort vergessen',
|
'forgot_password' => 'Ich habe mein Passwort vergessen',
|
||||||
'remember_me' => 'Angemeldet bleiben',
|
'remember_me' => 'Angemeldet bleiben',
|
||||||
|
'username_help_top' => '<strong>Benutzernamen</strong> eingeben, um einen Link zum Zurücksetzen des Passwortes per E-Mail zu erhalten.',
|
||||||
|
'username_help_bottom' => 'Abhängig von der Konfiguration, <em>kann</em> der Benutzername identisch mit ihrer E-Mailadresse sein. Falls Sie ihren Benutzernamen vergessen haben, kontaktieren Sie ihren Administrator.<br><br><strong>Benutzernamen ohne zugeordnete E-Mailadresse erhalten keine E-Mail zum Zurücksetzen des Passwortes.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Abbildung',
|
'image' => 'Abbildung',
|
||||||
'image_delete' => 'Bild löschen',
|
'image_delete' => 'Bild löschen',
|
||||||
'image_upload' => 'Bild hinzufügen',
|
'image_upload' => 'Bild hinzufügen',
|
||||||
'image_filetypes_help' => 'Erlaubte Dateitypen sind jpg, png, gif und svg. Die maximal erlaubte Upload-Größe beträgt :size.',
|
'image_filetypes_help' => 'Akzeptierte Dateitypen sind jpg, png, gif und svg. Maximale Uploadgröße ist :size.',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'importing' => 'Importiere',
|
'importing' => 'Importiere',
|
||||||
'importing_help' => 'Sie können Assets, Zubehör, Lizenzen, Komponenten, Verbrauchsmaterialien und Benutzer mittels CSV-Datei importieren. <br><br>Die CSV-Datei sollte kommagetrennt sein und eine Kopfzeile enthalten, die mit den <a href="https://snipe-it.readme.io/docs/importing" target="_new">Beispiel-CSVs aus der Dokumentation</a> übereinstimmen.',
|
'importing_help' => 'Sie können Assets, Zubehör, Lizenzen, Komponenten, Verbrauchsmaterialien und Benutzer mittels CSV-Datei importieren. <br><br>Die CSV-Datei sollte kommagetrennt sein und eine Kopfzeile enthalten, die mit den <a href="https://snipe-it.readme.io/docs/importing" target="_new">Beispiel-CSVs aus der Dokumentation</a> übereinstimmen.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'Ich akzeptiere',
|
'i_accept' => 'Ich akzeptiere',
|
||||||
'i_decline' => 'Ich lehne ab',
|
'i_decline' => 'Ich lehne ab',
|
||||||
'sign_tos' => 'Unterzeichnen Sie unten, um den Nutzungsbedingungen zuzustimmen:',
|
'sign_tos' => 'Unterzeichnen Sie unten, um den Nutzungsbedingungen zuzustimmen:',
|
||||||
'clear_signature' => 'Unterschrift löschen'
|
'clear_signature' => 'Unterschrift löschen',
|
||||||
|
'show_help' => 'Hilfe anzeigen',
|
||||||
|
'hide_help' => 'Hilfe ausblenden',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Χώρα',
|
'country' => 'Χώρα',
|
||||||
'create' => 'Δημιουργία τοποθεσίας',
|
'create' => 'Δημιουργία τοποθεσίας',
|
||||||
'update' => 'Ανανέωση τοποθεσίας',
|
'update' => 'Ανανέωση τοποθεσίας',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Όνομα τοποθεσίας',
|
'name' => 'Όνομα τοποθεσίας',
|
||||||
'address' => 'Διεύθυνση',
|
'address' => 'Διεύθυνση',
|
||||||
'zip' => 'Ταχυδρομικός Κώδικας',
|
'zip' => 'Ταχυδρομικός Κώδικας',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Ειδοποιήσεις ενεργοποιημένες',
|
'alerts_enabled' => 'Ειδοποιήσεις ενεργοποιημένες',
|
||||||
'alert_interval' => 'Ελάχιστο όριο λήξης ειδοποιήσεων (σε ημέρες)',
|
'alert_interval' => 'Ελάχιστο όριο λήξης ειδοποιήσεων (σε ημέρες)',
|
||||||
'alert_inv_threshold' => 'Ειδοποιήση ορίου αποθήκης',
|
'alert_inv_threshold' => 'Ειδοποιήση ορίου αποθήκης',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Στοιχεία ταυτότητας περιουσιακών στοιχείων',
|
'asset_ids' => 'Στοιχεία ταυτότητας περιουσιακών στοιχείων',
|
||||||
'audit_interval' => 'Διάρκεια ελέγχου',
|
'audit_interval' => 'Διάρκεια ελέγχου',
|
||||||
'audit_interval_help' => 'Αν απαιτείται να ελέγχετε τακτικά τα πάγια σας, εισάγετε το διάστημα σε μήνες.',
|
'audit_interval_help' => 'Αν απαιτείται να ελέγχετε τακτικά τα πάγια σας, εισάγετε το διάστημα σε μήνες.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Χρήση TLS',
|
'ldap_tls' => 'Χρήση TLS',
|
||||||
'ldap_tls_help' => 'Αυτό θα πρέπει να ελέγχεται μόνο αν εκτελείτε το STARTTLS στο διακομιστή LDAP.',
|
'ldap_tls_help' => 'Αυτό θα πρέπει να ελέγχεται μόνο αν εκτελείτε το STARTTLS στο διακομιστή LDAP.',
|
||||||
'ldap_uname' => 'LDAP δεσμεύει το όνομα χρήστη',
|
'ldap_uname' => 'LDAP δεσμεύει το όνομα χρήστη',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Κωδικός πρόσβασης δεσμού LDAP',
|
'ldap_pword' => 'Κωδικός πρόσβασης δεσμού LDAP',
|
||||||
'ldap_basedn' => 'Δέσμευση βάσης DN',
|
'ldap_basedn' => 'Δέσμευση βάσης DN',
|
||||||
'ldap_filter' => 'LDAP Φίλτρο',
|
'ldap_filter' => 'LDAP Φίλτρο',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Παρακαλούμε συνδεθείτε',
|
'login_prompt' => 'Παρακαλούμε συνδεθείτε',
|
||||||
'forgot_password' => 'Ξέχασα τον κωδικό μου',
|
'forgot_password' => 'Ξέχασα τον κωδικό μου',
|
||||||
'remember_me' => 'Να με θυμάσαι',
|
'remember_me' => 'Να με θυμάσαι',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Image',
|
'image' => 'Image',
|
||||||
'image_delete' => 'Διαγραφή εικόνας',
|
'image_delete' => 'Διαγραφή εικόνας',
|
||||||
'image_upload' => 'Μεταφόρτωση εικόνας',
|
'image_upload' => 'Μεταφόρτωση εικόνας',
|
||||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Εισαγωγή',
|
'import' => 'Εισαγωγή',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Country',
|
'country' => 'Country',
|
||||||
'create' => 'Create Location',
|
'create' => 'Create Location',
|
||||||
'update' => 'Update Location',
|
'update' => 'Update Location',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Location Name',
|
'name' => 'Location Name',
|
||||||
'address' => 'Address',
|
'address' => 'Address',
|
||||||
'zip' => 'Postal Code',
|
'zip' => 'Postal Code',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alerts Enabled',
|
'alerts_enabled' => 'Alerts Enabled',
|
||||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
||||||
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Asset IDs',
|
'asset_ids' => 'Asset IDs',
|
||||||
'audit_interval' => 'Audit Interval',
|
'audit_interval' => 'Audit Interval',
|
||||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
|
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Use TLS',
|
'ldap_tls' => 'Use TLS',
|
||||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||||
'ldap_uname' => 'LDAP Bind Username',
|
'ldap_uname' => 'LDAP Bind Username',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP Bind Password',
|
'ldap_pword' => 'LDAP Bind Password',
|
||||||
'ldap_basedn' => 'Base Bind DN',
|
'ldap_basedn' => 'Base Bind DN',
|
||||||
'ldap_filter' => 'LDAP Filter',
|
'ldap_filter' => 'LDAP Filter',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Please Login',
|
'login_prompt' => 'Please Login',
|
||||||
'forgot_password' => 'I forgot my password',
|
'forgot_password' => 'I forgot my password',
|
||||||
'remember_me' => 'Remember Me',
|
'remember_me' => 'Remember Me',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Image',
|
'image' => 'Image',
|
||||||
'image_delete' => 'Delete Image',
|
'image_delete' => 'Delete Image',
|
||||||
'image_upload' => 'Upload Image',
|
'image_upload' => 'Upload Image',
|
||||||
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Negara',
|
'country' => 'Negara',
|
||||||
'create' => 'Buat Lokasi',
|
'create' => 'Buat Lokasi',
|
||||||
'update' => 'Perbarui lokasi',
|
'update' => 'Perbarui lokasi',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Nama lokasi',
|
'name' => 'Nama lokasi',
|
||||||
'address' => 'Alamat',
|
'address' => 'Alamat',
|
||||||
'zip' => 'Kode pos',
|
'zip' => 'Kode pos',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Peringatan Email Diaktifkan',
|
'alerts_enabled' => 'Peringatan Email Diaktifkan',
|
||||||
'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)',
|
'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)',
|
||||||
'alert_inv_threshold' => 'Ambang Batas Invertaris',
|
'alert_inv_threshold' => 'Ambang Batas Invertaris',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'ID Aset',
|
'asset_ids' => 'ID Aset',
|
||||||
'audit_interval' => 'Memeriksa perbedaan',
|
'audit_interval' => 'Memeriksa perbedaan',
|
||||||
'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.',
|
'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Gunakan TLS',
|
'ldap_tls' => 'Gunakan TLS',
|
||||||
'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ',
|
'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ',
|
||||||
'ldap_uname' => 'LDAP Bind nama pengguna',
|
'ldap_uname' => 'LDAP Bind nama pengguna',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP Bind sandi',
|
'ldap_pword' => 'LDAP Bind sandi',
|
||||||
'ldap_basedn' => 'Mengikat Dasar DN',
|
'ldap_basedn' => 'Mengikat Dasar DN',
|
||||||
'ldap_filter' => 'Saring LDAP',
|
'ldap_filter' => 'Saring LDAP',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Silahkan Masuk',
|
'login_prompt' => 'Silahkan Masuk',
|
||||||
'forgot_password' => 'Saya lupa kata sandi saya',
|
'forgot_password' => 'Saya lupa kata sandi saya',
|
||||||
'remember_me' => 'Ingatkan saya',
|
'remember_me' => 'Ingatkan saya',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Gambar',
|
'image' => 'Gambar',
|
||||||
'image_delete' => 'Hapus Gambar',
|
'image_delete' => 'Hapus Gambar',
|
||||||
'image_upload' => 'Unggah Gambar',
|
'image_upload' => 'Unggah Gambar',
|
||||||
'image_filetypes_help' => 'Tipe file yang diterima adalah jpg, png, gif, dan svg. Maksimal ukuran foto diizinkan adalah :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Impor',
|
'import' => 'Impor',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,44 +1,44 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'bulk_delete' => 'Confirmar eliminación masiva de bienes',
|
'bulk_delete' => 'Confirma la Eliminación Masiva de Equipos',
|
||||||
'bulk_delete_help' => 'Revisar los bienes para eliminación masiva. Una vez eliminados, esos bienes pueden ser restaurados, pero no volverán a estar asociados con ningún usuario a los que esté asignado.',
|
'bulk_delete_help' => 'Revisar los equipos para eliminación masiva. Una vez eliminados, esos equipos pueden ser restaurados, pero no volverán a estar asociados a ninguno de los usuarios a los que estén asignados actualmente.',
|
||||||
'bulk_delete_warn' => 'Está a punto de borrar :asset_count.',
|
'bulk_delete_warn' => 'Estás a punto de eliminar :asset_count equipos.',
|
||||||
'bulk_update' => 'Actualización masiva de Equipos',
|
'bulk_update' => 'Actualización masiva de Equipos',
|
||||||
'bulk_update_help' => 'Este formulario le permite actualizar múltiples Equipos simultáneamente. Solo complete los campos que quiere modificar. Todo campo en blanco permanecerá sin cambios. ',
|
'bulk_update_help' => 'Este formulario te permite actualizar múltiples equipos simultáneamente. Solo debes completar los campos que quieres modificar. Todo campo en blanco permanecerá sin cambios. ',
|
||||||
'bulk_update_warn' => 'Esta a punto de editar las propiedades de :asset_count equipos.',
|
'bulk_update_warn' => 'Estás a punto de editar las propiedades de :asset_count equipos.',
|
||||||
'checkedout_to' => 'Asignado a',
|
'checkedout_to' => 'Asignado a',
|
||||||
'checkout_date' => 'Fecha de asignación',
|
'checkout_date' => 'Fecha de asignación',
|
||||||
'checkin_date' => 'Fecha de devolución',
|
'checkin_date' => 'Fecha de devolución',
|
||||||
'checkout_to' => 'Asignar a',
|
'checkout_to' => 'Asignar a',
|
||||||
'cost' => 'Precio Compra',
|
'cost' => 'Precio de compra',
|
||||||
'create' => 'Crear Equipo',
|
'create' => 'Creación de Equipo',
|
||||||
'date' => 'Fecha Compra',
|
'date' => 'Fecha de Compra',
|
||||||
'depreciation' => 'Depreciación',
|
'depreciation' => 'Depreciación',
|
||||||
'depreciates_on' => 'Se deprecia en',
|
'depreciates_on' => 'Se deprecia en',
|
||||||
'default_location' => 'Ubicación Predeterminada',
|
'default_location' => 'Ubicación Predeterminada',
|
||||||
'eol_date' => 'Fecha EOL',
|
'eol_date' => 'Fecha Fin Vida Útil',
|
||||||
'eol_rate' => 'Tasa de EOL',
|
'eol_rate' => 'Vita Útil',
|
||||||
'expected_checkin' => 'Fecha Esperada de Devolución',
|
'expected_checkin' => 'Fecha Esperada de Devolución',
|
||||||
'expires' => 'Expira',
|
'expires' => 'Expira',
|
||||||
'fully_depreciated' => 'Totalmente amortizado',
|
'fully_depreciated' => 'Totalmente Depreciado',
|
||||||
'help_checkout' => 'Si desea asignar este equipo inmediatamente, seleccione "Listo para Asignar" de la lista de estados de arriba. ',
|
'help_checkout' => 'Si deseas asignar este equipo inmediatamente, selecciona "Listo para Asignar" de la lista de estados de arriba. ',
|
||||||
'mac_address' => 'MAC Dirección',
|
'mac_address' => 'Dirección MAC',
|
||||||
'manufacturer' => 'Fabricante',
|
'manufacturer' => 'Fabricante',
|
||||||
'model' => 'Modelo',
|
'model' => 'Modelo',
|
||||||
'months' => 'meses',
|
'months' => 'meses',
|
||||||
'name' => 'Equipo',
|
'name' => 'Nombre del Equipo',
|
||||||
'notes' => 'Notas',
|
'notes' => 'Notas',
|
||||||
'order' => 'Nº Pedido',
|
'order' => 'Orden Número',
|
||||||
'qr' => 'Código QR',
|
'qr' => 'Código QR',
|
||||||
'requestable' => 'Los usuarios pueden solicitarlo',
|
'requestable' => 'Los usuarios pueden solicitar este equipo',
|
||||||
'select_statustype' => 'Selecciona estado',
|
'select_statustype' => 'Selecciona Tipo de Estado',
|
||||||
'serial' => 'N. Serie',
|
'serial' => 'Número de serie',
|
||||||
'status' => 'Estado',
|
'status' => 'Estado',
|
||||||
'tag' => 'Etiqueta',
|
'tag' => 'Etiqueta del Equipo',
|
||||||
'update' => 'Actualizar Equipo',
|
'update' => 'Actualizar Equipo',
|
||||||
'warranty' => 'Garantía',
|
'warranty' => 'Garantía',
|
||||||
'warranty_expires' => 'Vencimiento de la Garantía',
|
'warranty_expires' => 'Vencimiento de Garantía',
|
||||||
'years' => 'años',
|
'years' => 'años',
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'about_assets_title' => 'Acerca de Activos',
|
'about_assets_title' => 'Acerca de los Equipos',
|
||||||
'about_assets_text' => 'Los activos son elementos con número de serie o etiqueta de activos. Tienden a ser artículos de alto valor donde es importante identificar un elemento específico.',
|
'about_assets_text' => 'Los activos son elementos con número de serie o etiqueta de activos. Tienden a ser artículos de alto valor donde es importante identificar un elemento específico.',
|
||||||
'archived' => 'Archivado',
|
'archived' => 'Archivado',
|
||||||
'asset' => 'Equipo',
|
'asset' => 'Equipo',
|
||||||
'bulk_checkout' => 'Activos Asignados',
|
'bulk_checkout' => 'Asignar Equipos',
|
||||||
'checkin' => 'Quitar Equipo',
|
'checkin' => 'Devolver Equipo',
|
||||||
'checkout' => 'Activo de pago',
|
'checkout' => 'Asignar Equipo',
|
||||||
'clone' => 'Clonar Equipo',
|
'clone' => 'Clonar Equipo',
|
||||||
'deployable' => 'Desplegable',
|
'deployable' => 'Desplegable',
|
||||||
'deleted' => 'Este equipo ha sido eliminado. <a href="/hardware/:asset_id/restore">Click aqui para restaurarlot</a>.',
|
'deleted' => 'Este equipo ha sido eliminado. <a href="/hardware/:asset_id/restore">Click aquí para restaurarlo</a>.',
|
||||||
'edit' => 'Editar Equipo',
|
'edit' => 'Editar Equipo',
|
||||||
'model_deleted' => 'Este modelo de equipo ha sido borrado. Debe restaurar el modelo antes de poder restaurar el equipo.<br/><a href="/hardware/models/:model_id/restore">Hacer click aquí para restaurar el modelo</a>.',
|
'model_deleted' => 'Este modelo de equipo ha sido borrado. Debes restaurar el modelo antes de poder restaurar el equipo.<br/><a href="/hardware/models/:model_id/restore">Hacer click aquí para restaurar el modelo</a>.',
|
||||||
'requestable' => 'Requerible',
|
'requestable' => 'Puede Solicitarse',
|
||||||
'requested' => 'Solicitado',
|
'requested' => 'Solicitado',
|
||||||
'restore' => 'Restaurar equipo',
|
'restore' => 'Restaurar equipo',
|
||||||
'pending' => 'Pendiente',
|
'pending' => 'Equipos Pendiente',
|
||||||
'undeployable' => 'No desplegable',
|
'undeployable' => 'No desplegable',
|
||||||
'view' => 'Ver Equipo',
|
'view' => 'Ver Equipo',
|
||||||
);
|
);
|
||||||
|
|
|
@ -61,23 +61,23 @@ return array(
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Equipo no asignado, intentalo de nuevo',
|
'error' => 'Equipo no asignado, intentalo de nuevo',
|
||||||
'success' => 'Equipo asignado.',
|
'success' => 'Equipo asignado.',
|
||||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.',
|
||||||
'not_available' => '¡Ese artículo no está disponible para retirada!',
|
'not_available' => '¡Ese equipo no está disponible para asignar!',
|
||||||
'no_assets_selected' => 'Debes seleccionar al menos un elemento de la lista'
|
'no_assets_selected' => 'Debes seleccionar al menos un equipo de la lista'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
|
'error' => 'El equipo no pudo ser asignado, por favor inténtalo de nuevo',
|
||||||
'success' => 'Equipo quitado correctamente.',
|
'success' => 'El equipo fue asignado exitosamente.',
|
||||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
'user_does_not_exist' => 'Es usuario es invalido, por favor inténtalo de nuevo.',
|
||||||
'already_checked_in' => 'Ese activo ya se quito.',
|
'already_checked_in' => 'El equipo ya ha sido devuelto.',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
'requests' => array(
|
'requests' => array(
|
||||||
'error' => 'Bien no solicitado, por favor inténtelo de nuevo',
|
'error' => 'El equipo no pudo ser solicitado, por favor inténtalo de nuevo',
|
||||||
'success' => 'Bien solicitado correctamente.',
|
'success' => 'El equipos fue solicitado exitosamente.',
|
||||||
'canceled' => 'Solicitud de retirada cancelada con éxito'
|
'canceled' => 'La solicitud de asignación fue cancelada de forma exitosa'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'asset_tag' => 'Etiqueta',
|
'asset_tag' => 'Etiqueta de equipo',
|
||||||
'asset_model' => 'Modelo',
|
'asset_model' => 'Modelo',
|
||||||
'book_value' => 'Valor',
|
'book_value' => 'Precio',
|
||||||
'change' => 'Operación',
|
'change' => 'Operación',
|
||||||
'checkout_date' => 'Fecha de asignación',
|
'checkout_date' => 'Fecha de devolución',
|
||||||
'checkoutto' => 'Asignado',
|
'checkoutto' => 'Asignado a',
|
||||||
'diff' => 'Diferencia',
|
'diff' => 'Diferencia',
|
||||||
'dl_csv' => 'Descargar CSV',
|
'dl_csv' => 'Descargar CSV',
|
||||||
'eol' => 'EOL',
|
'eol' => 'Vida útil',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'location' => 'Localización',
|
'location' => 'Ubicación',
|
||||||
'purchase_cost' => 'Costo',
|
'purchase_cost' => 'Precio',
|
||||||
'purchase_date' => 'Comprado',
|
'purchase_date' => 'Comprado',
|
||||||
'serial' => 'N. Serie',
|
'serial' => 'Número de serie',
|
||||||
'status' => 'Estado',
|
'status' => 'Estado',
|
||||||
'title' => 'Equipo ',
|
'title' => 'Equipo ',
|
||||||
'image' => 'Imagen de dispositivo',
|
'image' => 'Imagen de dispositivo',
|
||||||
|
|
|
@ -2,26 +2,26 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Localización no existente.',
|
'does_not_exist' => 'Ubicación inexistente.',
|
||||||
'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ',
|
'assoc_users' => 'La ubicación esta asociada con al menos un usuario, por lo que no puede eliminarse. Actualiza la información de tus usuarios para que no la usen, e inténtalo de nuevo. ',
|
||||||
'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ',
|
'assoc_assets' => 'La ubicación esta asociada con al menos un equipo, por lo que no puede eliminarse. Por favor actualiza la información de tus equipos para que no la usen, e inténtalo de nuevo. ',
|
||||||
'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ',
|
'assoc_child_loc' => 'La ubicación esta asociada con al menos una ubicación hija, por lo que no puede eliminarse. Actualiza la información de tus ubicaciones para desasociarlas, e inténtalo de nuevo. ',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Localización no creada, Intentalo de nuevo.',
|
'error' => 'La ubicación no pudo ser creada, por favor inténtalo de nuevo.',
|
||||||
'success' => 'Localización creada.'
|
'success' => 'La ubicación fue creada exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Localización no actualizada, Intentalo de nuevo',
|
'error' => 'La ubicación no pudo ser actualizada, por favor inténtalo de nuevo',
|
||||||
'success' => 'Localización actualizada.'
|
'success' => 'La ubicación fue actualizada exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => '¿Está seguro que desea eliminar esta ubicación?',
|
'confirm' => '¿Estás seguro de que deseas eliminar esta ubicación?',
|
||||||
'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.',
|
'error' => 'Hubo un problema eliminando la ubicación. Por favor, inténtalo de nuevo.',
|
||||||
'success' => 'Localización eliminada.'
|
'success' => 'La ubicación fue eliminada exitosamente.'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,21 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'about_locations_title' => 'Acerca de ubicaciones',
|
'about_locations_title' => 'Acerca de Ubicaciones',
|
||||||
'about_locations' => 'Las Ubicaciones son utilizadas para hacer seguimiento de la información sobre ubicación de usuarios, bienes, y otros items',
|
'about_locations' => 'Las Ubicaciones son utilizadas para hacer seguimiento de la información de ubicación de usuarios, equipos, y otros items',
|
||||||
'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||||
'assets_checkedout' => 'Equipo asignado',
|
'assets_checkedout' => 'Equipos Asignados',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'city' => 'Ciudad',
|
'city' => 'Ciudad',
|
||||||
'state' => 'Provincia',
|
'state' => 'Departamento',
|
||||||
'country' => 'Pais',
|
'country' => 'Pais',
|
||||||
'create' => 'Crear Localización',
|
'create' => 'Crear ubicación',
|
||||||
'update' => 'Actualizar Localización',
|
'update' => 'Actualizar ubicación',
|
||||||
'name' => 'Nombre Localización',
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
|
'name' => 'Nombre de ubicación',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Código Postal',
|
||||||
'locations' => 'Localizaciones',
|
'locations' => 'Ubicaciones',
|
||||||
'parent' => 'Padre',
|
'parent' => 'Ubicación Padre',
|
||||||
'currency' => 'Divisa de la Localización',
|
'currency' => 'Moneda de ubicación',
|
||||||
'ldap_ou' => 'Búsqueda LDAP OU',
|
'ldap_ou' => 'OU de búsqueda LDAP',
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,40 +3,40 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Modelo inexistente.',
|
'does_not_exist' => 'Modelo inexistente.',
|
||||||
'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado',
|
'assoc_users' => 'Este modelo está asociado a uno o más equipos actualmente, por lo que no puede ser eliminado. Por favor elimina los equipos asociados, e inténtalo de nuevo. ',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Modelo no creado, Intentalo de nuevo.',
|
'error' => 'El modelo no fue creado, por favor inténtalo de nuevo.',
|
||||||
'success' => 'Modelo creado.',
|
'success' => 'El modelo fue creado exitosamente.',
|
||||||
'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.',
|
'duplicate_set' => 'Ya existe un modelo de equipo con el mismo nombre, fabricante y número de modelo.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Modelo no actualizado, Intentalo de nuevo',
|
'error' => 'El modelo no pudo ser actualizado, por favor inténtalo de nuevo',
|
||||||
'success' => 'Modelo actualizado.'
|
'success' => 'El modelo fue actualizado exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Estás seguro de querer eliminar el Modelo?',
|
'confirm' => '¿Estás seguro de que deseas eliminar este modelo de equipo?',
|
||||||
'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.',
|
'error' => 'Hubo un problema eliminando el modelo. Por favor, inténtalo de nuevo.',
|
||||||
'success' => 'Modelo eliminado.'
|
'success' => 'El modelo fue eliminado exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'restore' => array(
|
'restore' => array(
|
||||||
'error' => 'El modelo no fue restaurado, por favor intente nuevamente',
|
'error' => 'El modelo no pudo ser restaurado, por favor inténtalo de nuevo',
|
||||||
'success' => 'Modelo restaurado exitosamente.'
|
'success' => 'El modelo fue restaurado exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'bulkedit' => array(
|
'bulkedit' => array(
|
||||||
'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.',
|
'error' => 'Ningún campo ha cambiado, no hay nada que actualizar.',
|
||||||
'success' => 'Modelos actualizados.'
|
'success' => 'Los modelos fueron actualizados.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'bulkdelete' => array(
|
'bulkdelete' => array(
|
||||||
'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.',
|
'error' => 'Ningún modelo fue seleccionado, no se eliminó nada.',
|
||||||
'success' => '¡:success_count modelo(s) eliminado(s)!',
|
'success' => '¡:success_count modelo(s) eliminado(s)!',
|
||||||
'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.'
|
'success_partial' => ':success_count modelos fueron eliminados, sin embargo, :fail_count no pudieron ser eliminados debido a que aún tienen equipos asociados a ellos.'
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'create' => 'Crear Modelo Equipo',
|
'create' => 'Crear Modelo de Equipo',
|
||||||
'created_at' => 'Creado el',
|
'created_at' => 'Creado el',
|
||||||
'eol' => 'EOL',
|
'eol' => 'Vida útil',
|
||||||
'modelnumber' => 'Modelo No.',
|
'modelnumber' => 'Modelo Nro.',
|
||||||
'name' => 'Nombre Modelo',
|
'name' => 'Nombre Modelo de Equipo',
|
||||||
'numassets' => 'Equipos',
|
'numassets' => 'Equipos',
|
||||||
'title' => 'Modelos Equipos',
|
'title' => 'Modelos de equipo',
|
||||||
'update' => 'Actualizar Modelo',
|
'update' => 'Actualizar Modelo de Equipo',
|
||||||
'view' => 'Ver Modelo',
|
'view' => 'Ver Modelo de Equipo',
|
||||||
'update' => 'Actualizar Modelo',
|
'update' => 'Actualizar Modelo de Equipo',
|
||||||
'clone' => 'Clonar Modelo',
|
'clone' => 'Clonar Modelo',
|
||||||
'edit' => 'Editar Modelo',
|
'edit' => 'Editar Modelo',
|
||||||
);
|
);
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alertas habilitadas',
|
'alerts_enabled' => 'Alertas habilitadas',
|
||||||
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
||||||
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'IDs de Recurso',
|
'asset_ids' => 'IDs de Recurso',
|
||||||
'audit_interval' => 'Intervalo de auditoría',
|
'audit_interval' => 'Intervalo de auditoría',
|
||||||
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Usar TLS',
|
'ldap_tls' => 'Usar TLS',
|
||||||
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
||||||
'ldap_uname' => 'Enlazar usuario LDAP',
|
'ldap_uname' => 'Enlazar usuario LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Enlazar contraseña LDAP',
|
'ldap_pword' => 'Enlazar contraseña LDAP',
|
||||||
'ldap_basedn' => 'Enlazar base DN',
|
'ldap_basedn' => 'Enlazar base DN',
|
||||||
'ldap_filter' => 'Filtro LDAP',
|
'ldap_filter' => 'Filtro LDAP',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Certificado público',
|
'saml_sp_x509cert' => 'Certificado público',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
||||||
|
|
|
@ -2,31 +2,31 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Etiqueta de estado no existe.',
|
'does_not_exist' => 'Etiqueta de Estado inexistente.',
|
||||||
'assoc_assets' => 'Esta etiqueta de estado esta actualmente asociado con al menos un activo y no se puede eliminar. Por favor actualice sus activos para ya no hacer referencia a este estado y vuelva a intentarlo. ',
|
'assoc_assets' => 'Esta etiqueta de estado está asociada con al menos un equipo actualmente, por lo que no puede ser eliminada. Por favor actualiza tus equipos para que no hagan uso de esta etiqueta, e inténtalo de nuevo. ',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Etiqueta de estado no fue creada, por favor, inténtelo de nuevo.',
|
'error' => 'La etiqueta de estado no pudo ser creada, por favor inténtalo de nuevo.',
|
||||||
'success' => 'Etiqueta de estado fue creada exitosamente.'
|
'success' => 'La etiqueta de estado fue creada exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Etiqueta de estado no se ha actualizado, por favor, inténtelo de nuevo',
|
'error' => 'La etiqueta de estado no pudo ser actualizada, por favor inténtalo de nuevo',
|
||||||
'success' => 'Etiqueta de estado fue actualizada exitosamente.'
|
'success' => 'La etiqueta de estado fue actualizada exitosamente.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => '¿Está seguro que desea eliminar esta etiqueta de estado?',
|
'confirm' => '¿Estas seguro(a) de que quieres eliminar esta etiqueta de estado?',
|
||||||
'error' => 'Hubo un problema borrando la etiqueta de estado. Por favor, inténtelo de nuevo.',
|
'error' => 'Hubo un problema al eliminar la etiqueta de estado. Por favor inténtalo de nuevo.',
|
||||||
'success' => 'La etiqueta de estado se ha eliminado exitosamente.'
|
'success' => 'La etiqueta de estado fue eliminada de forma exitosa.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'help' => array(
|
'help' => array(
|
||||||
'undeployable' => 'Estos activos no pueden asignarse a nadie.',
|
'undeployable' => 'Estos equipos no pueden ser asignados.',
|
||||||
'deployable' => 'Estos activos se pueden desproteger. Una vez que se les asigna, asumirán un estado meta de <i class="fa fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
'deployable' => 'Estos equipos pueden ser asignados. Una vez estén asignados, asumirán el meta estado de <i class="fa fa-circle text-blue"></i> <strong>Asignado</strong>.',
|
||||||
'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.',
|
'archived' => 'Estos equipos no pueden ser asignados, y solo se mostrarán en la vista de Archivados. Esto es útil para retener información sobre equipos por razones de presupuesto/revisión histórica, mientras están fuera de la lista de equipos del día a día.',
|
||||||
'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.',
|
'pending' => 'Estos equipos no pueden ser asignados, suele usarse para ítems que están en reparación, o que se espera que regresen a circulación eventualmente.',
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'about' => 'Info Etiquetas Estado',
|
'about' => 'Acerca de las Etiquetas de Estado',
|
||||||
'archived' => 'Archivado',
|
'archived' => 'Archivado',
|
||||||
'create' => 'Crear Etiqueta Estado',
|
'create' => 'Crear Etiqueta de Estado',
|
||||||
'color' => 'Color de la Gráfica',
|
'color' => 'Color de la Gráfica',
|
||||||
'default_label' => 'Etiqueta Predeterminada',
|
'default_label' => 'Etiqueta Predeterminada',
|
||||||
'default_label_help' => 'Esto se usa para garantizar que las etiquetas de estado que utiliza con más frecuencia aparezcan en la parte superior del cuadro de selección al crear / editar activos.',
|
'default_label_help' => 'Esto se usa para asegurar que tus etiquetas de estado de uso frecuente aparezcan en primer lugar en el campo de selección de estado, durante la creación/edición de equipos.',
|
||||||
'deployable' => 'Desplegable',
|
'deployable' => 'Desplegable',
|
||||||
'info' => 'Las etiquetas de estado se utilizan para describir los diferentes estados en que pueden estar tus equipos. Pueden estar fuera en reparación, perdidos/robados, etc. Puedes crear nuevas etiquetas de estado para equipos desplegables, pendientes o archivados.',
|
'info' => 'Las etiquetas de estado se usan para describir los diferentes estados en que pueden estar tus equipos. Por ejemplo: fuera en reparación, perdidos/robados, etc. Puedes crear nuevas etiquetas de estado para equipos desplegables, pendientes o archivados.',
|
||||||
'name' => 'Estado',
|
'name' => 'Nombre Estado',
|
||||||
'pending' => 'Pendiente',
|
'pending' => 'Pendiente',
|
||||||
'status_type' => 'Tipo de estado',
|
'status_type' => 'Tipo Estado',
|
||||||
'show_in_nav' => 'Mostrar en la barra lateral',
|
'show_in_nav' => 'Mostrar en barra lateral',
|
||||||
'title' => 'Etiquetas Estado',
|
'title' => 'Etiquetas de Estado',
|
||||||
'undeployable' => 'No desplegable',
|
'undeployable' => 'No desplegable',
|
||||||
'update' => 'Actualizar Etiqueta Estado',
|
'update' => 'Actualizar Etiqueta de Estado',
|
||||||
);
|
);
|
||||||
|
|
|
@ -8,21 +8,21 @@ return array(
|
||||||
'createuser' => 'Crear Usuario',
|
'createuser' => 'Crear Usuario',
|
||||||
'deny' => 'Denegar',
|
'deny' => 'Denegar',
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'employee_num' => 'No. Empleado',
|
'employee_num' => 'Nro. Empleado',
|
||||||
'first_name' => 'Nombre',
|
'first_name' => 'Nombres',
|
||||||
'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.',
|
'groupnotes' => 'Agrega el usuario a un grupo, recuerda que los usuarios heredan permisos del grupo al que son agregados.',
|
||||||
'id' => 'ID',
|
'id' => 'Id',
|
||||||
'inherit' => 'Hereda de',
|
'inherit' => 'Heredar',
|
||||||
'job' => 'Departamento',
|
'job' => 'Cargo',
|
||||||
'last_login' => 'Ultimo Login',
|
'last_login' => 'Último acceso',
|
||||||
'last_name' => 'Apellidos',
|
'last_name' => 'Apellidos',
|
||||||
'location' => 'Localización',
|
'location' => 'Ubicación',
|
||||||
'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.',
|
'lock_passwords' => 'Los detalles de inicio de sesión no pueden ser cambiados en esta instalación.',
|
||||||
'manager' => 'Responsable',
|
'manager' => 'Jefe Inmediato',
|
||||||
'managed_locations' => 'Ubicaciones gestionadas',
|
'managed_locations' => 'Ubicaciones gestionadas',
|
||||||
'name' => 'Usuario',
|
'name' => 'Nombre',
|
||||||
'notes' => 'Notas',
|
'notes' => 'Notas',
|
||||||
'password_confirm' => 'Confirmar Password',
|
'password_confirm' => 'Confirmar contraseña',
|
||||||
'password' => 'Contraseña',
|
'password' => 'Contraseña',
|
||||||
'phone' => 'Teléfono',
|
'phone' => 'Teléfono',
|
||||||
'show_current' => 'Mostrar usuarios actuales',
|
'show_current' => 'Mostrar usuarios actuales',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Por favor, inicia sesión',
|
'login_prompt' => 'Por favor, inicia sesión',
|
||||||
'forgot_password' => 'He olvidado mi contraseña',
|
'forgot_password' => 'He olvidado mi contraseña',
|
||||||
'remember_me' => 'Recordarme',
|
'remember_me' => 'Recordarme',
|
||||||
|
'username_help_top' => 'Ingresa tu <strong>nombre de usuario</strong> para enviar un enlace de restablecimiento de contraseña.',
|
||||||
|
'username_help_bottom' => 'Tu nombre de usuario y correo electrónico <em>pueden</em> ser el mismo, pero puede que no lo sean, dependiendo de tu configuración. Si no recuerdas tu nombre de usuario, ponte en contacto con el administrador. <br><br><strong>A los nombres de usuario que no tengan un correo electrónico asociado, no se les enviará link de cambio de contraseña.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
||||||
'files' => 'Archivos',
|
'files' => 'Archivos',
|
||||||
'file_name' => 'Archivo',
|
'file_name' => 'Archivo',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Tipo de archivo',
|
||||||
'file_uploads' => 'Carga de Archivos',
|
'file_uploads' => 'Carga de Archivos',
|
||||||
'generate' => 'Generar',
|
'generate' => 'Generar',
|
||||||
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Imagen',
|
'image' => 'Imagen',
|
||||||
'image_delete' => 'Borrar imagen',
|
'image_delete' => 'Borrar imagen',
|
||||||
'image_upload' => 'Enviar imagen',
|
'image_upload' => 'Enviar imagen',
|
||||||
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif y svg. El tamaño máximo permitido es :size.',
|
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
'importing' => 'Importando',
|
'importing' => 'Importando',
|
||||||
'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' => 'Puedes importar activos, accesorios, licencias, componentes, insumos y usuarios vía archivos CSV.<br> <br> El CSV debe estar delimitado por comas y formateado con encabezados que coincidan con aquellos definidos en los <a href="https://snipe-it.readme.io/docs/importing" target="_new"> CSVs de muestra en la documentación</a>.',
|
||||||
'import-history' => 'Historial de Importación',
|
'import-history' => 'Historial de Importación',
|
||||||
'asset_maintenance' => 'Mantenimiento de Equipo',
|
'asset_maintenance' => 'Mantenimiento de Equipo',
|
||||||
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
||||||
'asset_maintenances' => 'Mantenimientos de Equipo',
|
'asset_maintenances' => 'Mantenimientos de Equipo',
|
||||||
'item' => 'Item',
|
'item' => 'Item',
|
||||||
'insufficient_permissions' => '¡Permisos insuficientes!',
|
'insufficient_permissions' => '¡Permisos insuficientes!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Equipamiento predefinido',
|
||||||
'language' => 'Lenguaje',
|
'language' => 'Lenguaje',
|
||||||
'last' => 'Último',
|
'last' => 'Último',
|
||||||
'last_login' => 'Último acceso',
|
'last_login' => 'Último acceso',
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
'licenses' => 'Licencias',
|
'licenses' => 'Licencias',
|
||||||
'list_all' => 'Listar Todo',
|
'list_all' => 'Listar Todo',
|
||||||
'loading' => 'Cargando',
|
'loading' => 'Cargando',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'El valor de este campo no será guardado en una instalación de demostración.',
|
||||||
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
||||||
'location' => 'Localización',
|
'location' => 'Localización',
|
||||||
'locations' => 'Localizaciones',
|
'locations' => 'Localizaciones',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Entrar',
|
'sign_in' => 'Entrar',
|
||||||
'signature' => 'Firma',
|
'signature' => 'Firma',
|
||||||
'skin' => 'Tema',
|
'skin' => 'Tema',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!',
|
||||||
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
||||||
'site_name' => 'Sitio',
|
'site_name' => 'Sitio',
|
||||||
'state' => 'Provincia',
|
'state' => 'Provincia',
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
'declined' => 'declinado',
|
'declined' => 'declinado',
|
||||||
'unaccepted_asset_report' => 'Activos no aceptados',
|
'unaccepted_asset_report' => 'Activos no aceptados',
|
||||||
'users' => 'Usuarios',
|
'users' => 'Usuarios',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Ver todos',
|
||||||
'viewassets' => 'Ver Equipos Asignados',
|
'viewassets' => 'Ver Equipos Asignados',
|
||||||
'website' => 'Sitio web',
|
'website' => 'Sitio web',
|
||||||
'welcome' => 'Bienvenido, :name',
|
'welcome' => 'Bienvenido, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
||||||
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Inicio de sesión habilitado',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Auditoría pendiente',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Auditoría retrasada',
|
||||||
'accept' => 'Aceptar :asset',
|
'accept' => 'Aceptar :asset',
|
||||||
'i_accept' => 'Acepto',
|
'i_accept' => 'Acepto',
|
||||||
'i_decline' => 'Rechazo',
|
'i_decline' => 'Rechazo',
|
||||||
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
||||||
'clear_signature' => 'Borrar firma'
|
'clear_signature' => 'Borrar firma',
|
||||||
|
'show_help' => 'Mostrar ayuda',
|
||||||
|
'hide_help' => 'Ocultar ayuda',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Pais',
|
'country' => 'Pais',
|
||||||
'create' => 'Crear Localización',
|
'create' => 'Crear Localización',
|
||||||
'update' => 'Actualizar Localización',
|
'update' => 'Actualizar Localización',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Nombre Localización',
|
'name' => 'Nombre Localización',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alertas habilitadas',
|
'alerts_enabled' => 'Alertas habilitadas',
|
||||||
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
||||||
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'IDs de Recurso',
|
'asset_ids' => 'IDs de Recurso',
|
||||||
'audit_interval' => 'Intervalo de auditoría',
|
'audit_interval' => 'Intervalo de auditoría',
|
||||||
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Usar TLS',
|
'ldap_tls' => 'Usar TLS',
|
||||||
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
||||||
'ldap_uname' => 'Enlazar usuario LDAP',
|
'ldap_uname' => 'Enlazar usuario LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Enlazar contraseña LDAP',
|
'ldap_pword' => 'Enlazar contraseña LDAP',
|
||||||
'ldap_basedn' => 'Enlazar base DN',
|
'ldap_basedn' => 'Enlazar base DN',
|
||||||
'ldap_filter' => 'Filtro LDAP',
|
'ldap_filter' => 'Filtro LDAP',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Certificado público',
|
'saml_sp_x509cert' => 'Certificado público',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Por favor, inicia sesión',
|
'login_prompt' => 'Por favor, inicia sesión',
|
||||||
'forgot_password' => 'He olvidado mi contraseña',
|
'forgot_password' => 'He olvidado mi contraseña',
|
||||||
'remember_me' => 'Recordarme',
|
'remember_me' => 'Recordarme',
|
||||||
|
'username_help_top' => 'Introduzca su <strong>nombre de usuario</strong> para enviar un enlace de restablecimiento de contraseña.',
|
||||||
|
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico <em>puede</em> ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador. <br><br><strong>A los usuarios sin una dirección de correo electrónico asociada no se enviará por correo electrónico un enlace de restablecimiento de contraseña.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
||||||
'files' => 'Archivos',
|
'files' => 'Archivos',
|
||||||
'file_name' => 'Archivo',
|
'file_name' => 'Archivo',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Tipo de archivo',
|
||||||
'file_uploads' => 'Carga de Archivos',
|
'file_uploads' => 'Carga de Archivos',
|
||||||
'generate' => 'Generar',
|
'generate' => 'Generar',
|
||||||
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Imagen',
|
'image' => 'Imagen',
|
||||||
'image_delete' => 'Borrar imagen',
|
'image_delete' => 'Borrar imagen',
|
||||||
'image_upload' => 'Enviar imagen',
|
'image_upload' => 'Enviar imagen',
|
||||||
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif y svg. El tamaño máximo permitido es :size.',
|
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
'importing' => 'Importando',
|
'importing' => 'Importando',
|
||||||
'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' => 'Puedes importar activos, accesorios, licencias, componentes, insumos y usuarios vía archivos CSV.<br> <br> El CSV debe estar delimitado por comas y formateado con encabezados que coincidan con aquellos definidos en los <a href="https://snipe-it.readme.io/docs/importing" target="_new"> CSVs de muestra en la documentación</a>.',
|
||||||
'import-history' => 'Historial de Importación',
|
'import-history' => 'Historial de Importación',
|
||||||
'asset_maintenance' => 'Mantenimiento de Equipo',
|
'asset_maintenance' => 'Mantenimiento de Equipo',
|
||||||
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
||||||
'asset_maintenances' => 'Mantenimientos de Equipo',
|
'asset_maintenances' => 'Mantenimientos de Equipo',
|
||||||
'item' => 'Item',
|
'item' => 'Item',
|
||||||
'insufficient_permissions' => '¡Permisos insuficientes!',
|
'insufficient_permissions' => '¡Permisos insuficientes!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Equipamiento predefinido',
|
||||||
'language' => 'Lenguaje',
|
'language' => 'Lenguaje',
|
||||||
'last' => 'Último',
|
'last' => 'Último',
|
||||||
'last_login' => 'Último acceso',
|
'last_login' => 'Último acceso',
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
'licenses' => 'Licencias',
|
'licenses' => 'Licencias',
|
||||||
'list_all' => 'Listar Todo',
|
'list_all' => 'Listar Todo',
|
||||||
'loading' => 'Cargando',
|
'loading' => 'Cargando',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'El valor de este campo no será guardado en una instalación de demostración.',
|
||||||
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
||||||
'location' => 'Localización',
|
'location' => 'Localización',
|
||||||
'locations' => 'Localizaciones',
|
'locations' => 'Localizaciones',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Entrar',
|
'sign_in' => 'Entrar',
|
||||||
'signature' => 'Firma',
|
'signature' => 'Firma',
|
||||||
'skin' => 'Tema',
|
'skin' => 'Tema',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!',
|
||||||
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
||||||
'site_name' => 'Sitio',
|
'site_name' => 'Sitio',
|
||||||
'state' => 'Provincia',
|
'state' => 'Provincia',
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
'declined' => 'declinado',
|
'declined' => 'declinado',
|
||||||
'unaccepted_asset_report' => 'Activos no aceptados',
|
'unaccepted_asset_report' => 'Activos no aceptados',
|
||||||
'users' => 'Usuarios',
|
'users' => 'Usuarios',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Ver todos',
|
||||||
'viewassets' => 'Ver Equipos Asignados',
|
'viewassets' => 'Ver Equipos Asignados',
|
||||||
'website' => 'Sitio web',
|
'website' => 'Sitio web',
|
||||||
'welcome' => 'Bienvenido, :name',
|
'welcome' => 'Bienvenido, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
||||||
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Inicio de sesión habilitado',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Auditoría pendiente',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Auditoría retrasada',
|
||||||
'accept' => 'Aceptar :asset',
|
'accept' => 'Aceptar :asset',
|
||||||
'i_accept' => 'Acepto',
|
'i_accept' => 'Acepto',
|
||||||
'i_decline' => 'Rechazo',
|
'i_decline' => 'Rechazo',
|
||||||
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
||||||
'clear_signature' => 'Borrar firma'
|
'clear_signature' => 'Borrar firma',
|
||||||
|
'show_help' => 'Mostrar ayuda',
|
||||||
|
'hide_help' => 'Ocultar ayuda',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Pais',
|
'country' => 'Pais',
|
||||||
'create' => 'Crear Localización',
|
'create' => 'Crear Localización',
|
||||||
'update' => 'Actualizar Localización',
|
'update' => 'Actualizar Localización',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Nombre Localización',
|
'name' => 'Nombre Localización',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
|
|
|
@ -5,8 +5,8 @@ return array(
|
||||||
'ad_domain' => 'Dominio del Directorio Activo',
|
'ad_domain' => 'Dominio del Directorio Activo',
|
||||||
'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.',
|
'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.',
|
||||||
'ad_append_domain_label' => 'Añadir nombre de dominio',
|
'ad_append_domain_label' => 'Añadir nombre de dominio',
|
||||||
'ad_append_domain' => 'Añadir nombre de dominio al campo de nombre de usuario',
|
'ad_append_domain' => 'Asignar nombre de dominio al campo del nombre de usuario',
|
||||||
'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".' ,
|
'ad_append_domain_help' => 'No se requiere que el usuario escriba "username@dominio.empresa", ellos podrán, simplemente digitar su nombre de usuario "username".' ,
|
||||||
'admin_cc_email' => 'CC Email',
|
'admin_cc_email' => 'CC Email',
|
||||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||||
'is_ad' => 'Este es un servidor de Directorio Activo',
|
'is_ad' => 'Este es un servidor de Directorio Activo',
|
||||||
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alertas habilitadas',
|
'alerts_enabled' => 'Alertas habilitadas',
|
||||||
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
||||||
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'IDs de Recurso',
|
'asset_ids' => 'IDs de Recurso',
|
||||||
'audit_interval' => 'Intervalo de auditoría',
|
'audit_interval' => 'Intervalo de auditoría',
|
||||||
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Usar TLS',
|
'ldap_tls' => 'Usar TLS',
|
||||||
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
||||||
'ldap_uname' => 'Enlazar usuario LDAP',
|
'ldap_uname' => 'Enlazar usuario LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Enlazar contraseña LDAP',
|
'ldap_pword' => 'Enlazar contraseña LDAP',
|
||||||
'ldap_basedn' => 'Enlazar base DN',
|
'ldap_basedn' => 'Enlazar base DN',
|
||||||
'ldap_filter' => 'Filtro LDAP',
|
'ldap_filter' => 'Filtro LDAP',
|
||||||
|
@ -98,7 +104,7 @@ return array(
|
||||||
'login_common_disabled_help' => 'Esta opción desactiva otros mecanismos de autenticación. Simplemente habilite esta opción si está seguro de que su inicio de sesión REMOTE_USER ya está funcionando',
|
'login_common_disabled_help' => 'Esta opción desactiva otros mecanismos de autenticación. Simplemente habilite esta opción si está seguro de que su inicio de sesión REMOTE_USER ya está funcionando',
|
||||||
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
|
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
|
||||||
'login_remote_user_custom_logout_url_help' => 'Sí se especifica un URL, los usuarios serán redireccionados a este URL una vez que cierren sesión en Snipe-TI. Esto es útil para cerrar sesiones de usuario de su Authentication Provider de forma correcta.',
|
'login_remote_user_custom_logout_url_help' => 'Sí se especifica un URL, los usuarios serán redireccionados a este URL una vez que cierren sesión en Snipe-TI. Esto es útil para cerrar sesiones de usuario de su Authentication Provider de forma correcta.',
|
||||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
'login_remote_user_header_name_text' => 'Cabecera de nombre de usuario personalizado',
|
||||||
'login_remote_user_header_name_help' => 'Usar la cabecera especificada en lugar de REMOTE_USER',
|
'login_remote_user_header_name_help' => 'Usar la cabecera especificada en lugar de REMOTE_USER',
|
||||||
'logo' => 'Logo',
|
'logo' => 'Logo',
|
||||||
'logo_print_assets' => 'Usar en Impresión',
|
'logo_print_assets' => 'Usar en Impresión',
|
||||||
|
@ -123,27 +129,28 @@ return array(
|
||||||
'saml_integration' => 'Integración SAML',
|
'saml_integration' => 'Integración SAML',
|
||||||
'saml_sp_entityid' => 'ID de la entidad',
|
'saml_sp_entityid' => 'ID de la entidad',
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'URL Servicio individual de cierre de sesión (SLS)',
|
||||||
'saml_sp_x509cert' => 'Certificado público',
|
'saml_sp_x509cert' => 'Certificado público',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata' => 'Metadatos SAML IdP',
|
||||||
|
'saml_idp_metadata_help' => 'Puede especificar los metadatos IdP usando un archivo URL o XML.',
|
||||||
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
||||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
'saml_attr_mapping_username_help' => 'NameID se utilizará si el mapeo de atributos no está especificado o no es válido.',
|
||||||
'saml_forcelogin_label' => 'SAML Force Login',
|
'saml_forcelogin_label' => 'Forzar inicio de sesión SAML',
|
||||||
'saml_forcelogin' => 'Make SAML the primary login',
|
'saml_forcelogin' => 'Hacer SAML el inicio de sesión principal',
|
||||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
'saml_forcelogin_help' => 'Puedes usar \'/login?nosaml\' para llegar a la página de inicio de sesión normal.',
|
||||||
'saml_slo_label' => 'SAML Single Log Out',
|
'saml_slo_label' => 'Cerrar sesión única SAML',
|
||||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
'saml_slo' => 'Enviar una solicitud de salida a IdP al cerrar sesión',
|
||||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||||
'saml_custom_settings' => 'SAML Custom Settings',
|
'saml_custom_settings' => 'SAML Custom Settings',
|
||||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
'saml_custom_settings_help' => 'Puedes especificar ajustes adicionales a la biblioteca onelogin/php-saml. Úsalo bajo tu propio riesgo.',
|
||||||
'setting' => 'Parámetro',
|
'setting' => 'Parámetro',
|
||||||
'settings' => 'Configuración',
|
'settings' => 'Configuración',
|
||||||
'show_alerts_in_menu' => 'Mostrar alertas en el menú superior',
|
'show_alerts_in_menu' => 'Mostrar alertas en el menú superior',
|
||||||
'show_archived_in_list' => 'Activos archivados',
|
'show_archived_in_list' => 'Activos archivados',
|
||||||
'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"',
|
'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"',
|
||||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
'show_assigned_assets' => 'Mostrar activos asignados a activos',
|
||||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
'show_assigned_assets_help' => 'Mostrar los activos que fueron asignados a otros activos en Ver Usuarios -> Activos, Ver Usuarios -> Información -> Imprimir todo lo asignado en la cuenta -> Ver activos asignados.',
|
||||||
'show_images_in_email' => 'Show images in emails',
|
'show_images_in_email' => 'Show images in emails',
|
||||||
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
||||||
'site_name' => 'Nombre del sitio',
|
'site_name' => 'Nombre del sitio',
|
||||||
|
|
|
@ -19,7 +19,7 @@ return array(
|
||||||
'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.',
|
'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.',
|
||||||
'print_assigned' => 'Imprimir todos los Asignados',
|
'print_assigned' => 'Imprimir todos los Asignados',
|
||||||
'software_user' => 'Software asignado a :name',
|
'software_user' => 'Software asignado a :name',
|
||||||
'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para este usuario para enviarle credenciales. Únicamente pueden enviarse credenciales por correo eléctronico durante la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
|
'send_email_help' => 'Debe proporcionar una dirección de correo electrónico para que este usuario para enviar las credenciales. Las credenciales de correo electrónico sólo se pueden hacer en la creación del usuario. Las contraseñas se almacenan en un hash de un solo sentido y no se pueden recuperar una vez guardadas.',
|
||||||
'view_user' => 'Ver Usuario :name',
|
'view_user' => 'Ver Usuario :name',
|
||||||
'usercsv' => 'Archivo CSV',
|
'usercsv' => 'Archivo CSV',
|
||||||
'two_factor_admin_optin_help' => 'La actual configuración de administración permite cumplimiento selectivo de autenticación de dos factores. ',
|
'two_factor_admin_optin_help' => 'La actual configuración de administración permite cumplimiento selectivo de autenticación de dos factores. ',
|
||||||
|
|
|
@ -12,7 +12,7 @@ return array(
|
||||||
'insufficient_permissions' => 'No tiene permiso.',
|
'insufficient_permissions' => 'No tiene permiso.',
|
||||||
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
|
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
|
||||||
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
|
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
|
||||||
'password_resets_sent' => 'A los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida se les ha enviado un enlace de restablecimiento de contraseña.',
|
'password_resets_sent' => 'Los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida han sido enviados un enlace de restablecimiento de contraseña.',
|
||||||
|
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
|
|
|
@ -4,10 +4,12 @@ return [
|
||||||
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
|
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
|
||||||
'email_reset_password' => 'Restaurar contraseña email',
|
'email_reset_password' => 'Restaurar contraseña email',
|
||||||
'reset_password' => 'Restablecer Contraseña',
|
'reset_password' => 'Restablecer Contraseña',
|
||||||
'saml_login' => 'Login via SAML',
|
'saml_login' => 'Iniciar sesión a través de SAML',
|
||||||
'login' => 'Iniciar Sesión',
|
'login' => 'Iniciar Sesión',
|
||||||
'login_prompt' => 'Por favor, inicia sesión',
|
'login_prompt' => 'Por favor, inicia sesión',
|
||||||
'forgot_password' => 'He olvidado mi contraseña',
|
'forgot_password' => 'He olvidado mi contraseña',
|
||||||
'remember_me' => 'Recordarme',
|
'remember_me' => 'Recordarme',
|
||||||
|
'username_help_top' => 'Introduzca su <strong>nombre de usuario</strong> para enviar un enlace de restablecimiento de contraseña.',
|
||||||
|
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico <em>puede</em> ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador. <br><br><strong>Los nombres de usuario sin un correo electrónico asociado no recibirá un correo electrónico con un enlace de restablecimiento de contraseña.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,13 +7,13 @@ return array(
|
||||||
'account_not_activated' => 'Este usuario no está activado.',
|
'account_not_activated' => 'Este usuario no está activado.',
|
||||||
'account_suspended' => 'Este usuario está desactivado.',
|
'account_suspended' => 'Este usuario está desactivado.',
|
||||||
'account_banned' => 'Este usuario ha sido expulsado.',
|
'account_banned' => 'Este usuario ha sido expulsado.',
|
||||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
'throttle' => 'Demasiados intentos fallidos de inicio de sesión. Por favor, inténtalo de nuevo en :minutes minutos.',
|
||||||
|
|
||||||
'two_factor' => array(
|
'two_factor' => array(
|
||||||
'already_enrolled' => 'Your device is already enrolled.',
|
'already_enrolled' => 'Su dispositivo ya está inscrito.',
|
||||||
'success' => 'You have successfully logged in.',
|
'success' => '¡Hola! Haz iniciado sesión correctamente.',
|
||||||
'code_required' => 'Two-factor code is required.',
|
'code_required' => 'El código de dos factores es necesario.',
|
||||||
'invalid_code' => 'Two-factor code is invalid.',
|
'invalid_code' => 'El código de dos factores no es válido.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'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' => 'Hubo un problema al intentar cerrar la sesión, por favor inténtelo de nuevo.',
|
||||||
'success' => 'You have successfully logged out.',
|
'success' => 'Se ha cerrado sesión correctamente.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'signup' => array(
|
'signup' => array(
|
||||||
|
@ -33,7 +33,7 @@ return array(
|
||||||
|
|
||||||
'forgot-password' => array(
|
'forgot-password' => array(
|
||||||
'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.',
|
'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.',
|
||||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
'success' => 'Si esa dirección de correo electrónico existe en nuestro sistema, se ha enviado un correo electrónico de recuperación de contraseña.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'forgot-password-confirm' => array(
|
'forgot-password-confirm' => array(
|
||||||
|
|
|
@ -13,5 +13,5 @@ return array(
|
||||||
'upload' => 'Subir',
|
'upload' => 'Subir',
|
||||||
'select_file' => 'Seleccionar Archivo...',
|
'select_file' => 'Seleccionar Archivo...',
|
||||||
'select_files' => 'Select Files...',
|
'select_files' => 'Select Files...',
|
||||||
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
|
||||||
);
|
);
|
||||||
|
|
|
@ -90,17 +90,17 @@
|
||||||
'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)',
|
'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)',
|
||||||
'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)',
|
'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)',
|
||||||
'lastnamefirstinitial_format' => 'Apellido First Initial (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Apellido First Initial (smithj@example.com)',
|
||||||
'firstintial_dot_lastname_format' => 'Inicial Apellido (j.smith@ejemplo.com)',
|
'firstintial_dot_lastname_format' => 'Primera Inicial Nombre Apellido (j.smith@ejemplo.com)',
|
||||||
'first' => 'Primero',
|
'first' => 'Primero',
|
||||||
'firstnamelastname' => 'Nombre Apellido (jane.smith@ejemplo.com)',
|
'firstnamelastname' => 'Primer Nombre Apellido (janesmith@ejemplo.com)',
|
||||||
'lastname_firstinitial' => 'Apellido Inicial (smith_j@ejemplo.com)',
|
'lastname_firstinitial' => 'Apellido Primera Inicial Nombre (smith_j@ejemplo.com)',
|
||||||
'firstinitial.lastname' => 'Inicial Apellido (j.smith@ejemplo.com)',
|
'firstinitial.lastname' => 'Primera inicial Nombre Apellido (j.smith@ejemplo.com)',
|
||||||
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
|
'firstnamelastinitial' => 'Nombre Primera Inicial Apellido (janes@ejemplo.com)',
|
||||||
'first_name' => 'Nombre',
|
'first_name' => 'Nombre',
|
||||||
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
||||||
'files' => 'Archivos',
|
'files' => 'Archivos',
|
||||||
'file_name' => 'Archivo',
|
'file_name' => 'Archivo',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Tipo de Archivo',
|
||||||
'file_uploads' => 'Carga de Archivos',
|
'file_uploads' => 'Carga de Archivos',
|
||||||
'generate' => 'Generar',
|
'generate' => 'Generar',
|
||||||
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo flavored de GitHub</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Imagen',
|
'image' => 'Imagen',
|
||||||
'image_delete' => 'Borrar imagen',
|
'image_delete' => 'Borrar imagen',
|
||||||
'image_upload' => 'Enviar imagen',
|
'image_upload' => 'Enviar imagen',
|
||||||
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif y svg. El tamaño máximo permitido es :size.',
|
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
'importing' => 'Importando',
|
'importing' => 'Importando',
|
||||||
'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' => 'Puede importar activos, accesorios, licencias, componentes, consumibles y usuarios a través de un archivo CSV. <br><br>El CSV debe estar delimitado por comas y con formato de encabezados que coincidan con el archivo <a href="https://snipe-it.readme.io/docs/importing" target="_new">CSV de muestra en la documentación</a>.',
|
||||||
'import-history' => 'Historial de Importación',
|
'import-history' => 'Historial de Importación',
|
||||||
'asset_maintenance' => 'Mantenimiento de Equipo',
|
'asset_maintenance' => 'Mantenimiento de Equipo',
|
||||||
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
||||||
'asset_maintenances' => 'Mantenimientos de Equipo',
|
'asset_maintenances' => 'Mantenimientos de Equipo',
|
||||||
'item' => 'Item',
|
'item' => 'Item',
|
||||||
'insufficient_permissions' => '¡Permisos insuficientes!',
|
'insufficient_permissions' => '¡Permisos insuficientes!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Kits predefinidos',
|
||||||
'language' => 'Lenguaje',
|
'language' => 'Lenguaje',
|
||||||
'last' => 'Último',
|
'last' => 'Último',
|
||||||
'last_login' => 'Último acceso',
|
'last_login' => 'Último acceso',
|
||||||
|
@ -133,11 +133,11 @@
|
||||||
'licenses' => 'Licencias',
|
'licenses' => 'Licencias',
|
||||||
'list_all' => 'Listar Todo',
|
'list_all' => 'Listar Todo',
|
||||||
'loading' => 'Cargando',
|
'loading' => 'Cargando',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'Este valor de campo no se guardará en una instalación de demostración.',
|
||||||
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.',
|
||||||
'location' => 'Localización',
|
'location' => 'Localización',
|
||||||
'locations' => 'Localizaciones',
|
'locations' => 'Localizaciones',
|
||||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
'logo_size' => 'Los logotipos cuadrados se ven mejor con Logo + Texto. El tamaño máximo del Logo es 50px de alto x 500px de ancho. ',
|
||||||
'logout' => 'Desconexión',
|
'logout' => 'Desconexión',
|
||||||
'lookup_by_tag' => 'Buscar por etiqueta de activo',
|
'lookup_by_tag' => 'Buscar por etiqueta de activo',
|
||||||
'maintenances' => 'Mantenimientos',
|
'maintenances' => 'Mantenimientos',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Entrar',
|
'sign_in' => 'Entrar',
|
||||||
'signature' => 'Firma',
|
'signature' => 'Firma',
|
||||||
'skin' => 'Tema',
|
'skin' => 'Tema',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => '¡Oh mira! ¡Parece que tu integración de Slack con Snipe-IT está funcionando!',
|
||||||
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
||||||
'site_name' => 'Sitio',
|
'site_name' => 'Sitio',
|
||||||
'state' => 'Provincia',
|
'state' => 'Provincia',
|
||||||
|
@ -220,14 +220,14 @@
|
||||||
'unknown_admin' => 'Admin Desconocido',
|
'unknown_admin' => 'Admin Desconocido',
|
||||||
'username_format' => 'Formato del nombre de usuario',
|
'username_format' => 'Formato del nombre de usuario',
|
||||||
'update' => 'Actualizar',
|
'update' => 'Actualizar',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf y rar. El tamaño máximo permitido es :size.',
|
||||||
'uploaded' => 'Subido',
|
'uploaded' => 'Subido',
|
||||||
'user' => 'Usuario',
|
'user' => 'Usuario',
|
||||||
'accepted' => 'aceptado',
|
'accepted' => 'aceptado',
|
||||||
'declined' => 'declinado',
|
'declined' => 'declinado',
|
||||||
'unaccepted_asset_report' => 'Activos no aceptados',
|
'unaccepted_asset_report' => 'Activos no aceptados',
|
||||||
'users' => 'Usuarios',
|
'users' => 'Usuarios',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Ver todos',
|
||||||
'viewassets' => 'Ver Equipos Asignados',
|
'viewassets' => 'Ver Equipos Asignados',
|
||||||
'website' => 'Sitio web',
|
'website' => 'Sitio web',
|
||||||
'welcome' => 'Bienvenido, :name',
|
'welcome' => 'Bienvenido, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
'noimage' => 'Imagen no subida o imagen no encontrada.',
|
||||||
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Inicio de sesión activado',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Para Auditoria',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Atrasado para la auditoría',
|
||||||
'accept' => 'Aceptar :asset',
|
'accept' => 'Aceptar :asset',
|
||||||
'i_accept' => 'Acepto',
|
'i_accept' => 'Acepto',
|
||||||
'i_decline' => 'Rechazo',
|
'i_decline' => 'Rechazo',
|
||||||
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
||||||
'clear_signature' => 'Borrar firma'
|
'clear_signature' => 'Borrar firma',
|
||||||
|
'show_help' => 'Mostrar ayuda',
|
||||||
|
'hide_help' => 'Ocultar ayuda',
|
||||||
];
|
];
|
||||||
|
|
|
@ -18,12 +18,12 @@ return array(
|
||||||
'click_to_confirm' => 'Por favor, pulsa en el siguiente enlace para verificar tu cuenta de :web:',
|
'click_to_confirm' => 'Por favor, pulsa en el siguiente enlace para verificar tu cuenta de :web:',
|
||||||
'click_on_the_link_accessory' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el accesorio.',
|
'click_on_the_link_accessory' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el accesorio.',
|
||||||
'click_on_the_link_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.',
|
'click_on_the_link_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.',
|
||||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
'Confirm_Asset_Checkin' => 'Confirmar devolución del activo',
|
||||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
'Confirm_Accessory_Checkin' => 'Confirmar devolución del accesorio',
|
||||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
'Confirm_accessory_delivery' => 'Confirma entrega de accesorio',
|
||||||
'Confirm_license_delivery' => 'License delivery confirmation',
|
'Confirm_license_delivery' => 'Confirma entrega de licencia',
|
||||||
'Confirm_asset_delivery' => 'Asset delivery confirmation',
|
'Confirm_asset_delivery' => 'Confirma entrega de activo',
|
||||||
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
|
'Confirm_consumable_delivery' => 'Confirma entrega de consumible',
|
||||||
'current_QTY' => 'Cantidad actual',
|
'current_QTY' => 'Cantidad actual',
|
||||||
'Days' => 'Días',
|
'Days' => 'Días',
|
||||||
'days' => 'Días',
|
'days' => 'Días',
|
||||||
|
@ -63,7 +63,7 @@ return array(
|
||||||
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
|
||||||
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
|
||||||
'type' => 'Tipo',
|
'type' => 'Tipo',
|
||||||
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
|
'upcoming-audits' => 'Hay :count activo que se está preparando para auditoría dentro de :threshold days.|Hay :count activos que se están preparando para auditoría en :threshold days.',
|
||||||
'user' => 'User',
|
'user' => 'User',
|
||||||
'username' => 'Username',
|
'username' => 'Username',
|
||||||
'welcome' => 'Bienvenido, :name',
|
'welcome' => 'Bienvenido, :name',
|
||||||
|
@ -72,7 +72,7 @@ return array(
|
||||||
'Accessory_Checkin_Notification' => 'Accesorio devuelto',
|
'Accessory_Checkin_Notification' => 'Accesorio devuelto',
|
||||||
'Asset_Checkin_Notification' => 'Activo devuelto',
|
'Asset_Checkin_Notification' => 'Activo devuelto',
|
||||||
'License_Checkin_Notification' => 'Licencia devuelta',
|
'License_Checkin_Notification' => 'Licencia devuelta',
|
||||||
'Expected_Checkin_Report' => 'Expected asset checkin report',
|
'Expected_Checkin_Report' => 'Informe de devolución de activo esperado',
|
||||||
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
|
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
|
||||||
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
|
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
|
||||||
'your_assets' => 'Ver tus activos'
|
'your_assets' => 'Ver tus activos'
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'País',
|
'country' => 'País',
|
||||||
'create' => 'Crear Ubicación',
|
'create' => 'Crear Ubicación',
|
||||||
'update' => 'Actualizar Ubicación',
|
'update' => 'Actualizar Ubicación',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Nombre de Ubicación',
|
'name' => 'Nombre de Ubicación',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'zip' => 'Código Postal',
|
'zip' => 'Código Postal',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Alertas de correo electrónico habilitadas',
|
'alerts_enabled' => 'Alertas de correo electrónico habilitadas',
|
||||||
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
||||||
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'IDs de activos',
|
'asset_ids' => 'IDs de activos',
|
||||||
'audit_interval' => 'Intervalo de Auditoría',
|
'audit_interval' => 'Intervalo de Auditoría',
|
||||||
'audit_interval_help' => 'Si tienes la obligación de auditar física y regularmente tus activos, ingresa el intervalo en meses.',
|
'audit_interval_help' => 'Si tienes la obligación de auditar física y regularmente tus activos, ingresa el intervalo en meses.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Usar TLS',
|
'ldap_tls' => 'Usar TLS',
|
||||||
'ldap_tls_help' => 'Esto debe seleccionarse solamente si estás ejecutando STARTTLS en tu servidor LDAP. ',
|
'ldap_tls_help' => 'Esto debe seleccionarse solamente si estás ejecutando STARTTLS en tu servidor LDAP. ',
|
||||||
'ldap_uname' => 'Enlazar Nombre de Usuario LDAP',
|
'ldap_uname' => 'Enlazar Nombre de Usuario LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'Enlazar Contraseña LDAP',
|
'ldap_pword' => 'Enlazar Contraseña LDAP',
|
||||||
'ldap_basedn' => 'Enlazar Base DN',
|
'ldap_basedn' => 'Enlazar Base DN',
|
||||||
'ldap_filter' => 'Filtro LDAP',
|
'ldap_filter' => 'Filtro LDAP',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Certificado público',
|
'saml_sp_x509cert' => 'Certificado público',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
'saml_attr_mapping_username' => 'Mapeo de Atributos - Nombre de Usuario',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Por favor, inicia sesión',
|
'login_prompt' => 'Por favor, inicia sesión',
|
||||||
'forgot_password' => 'Olvidé mi contraseña',
|
'forgot_password' => 'Olvidé mi contraseña',
|
||||||
'remember_me' => 'Recuérdame',
|
'remember_me' => 'Recuérdame',
|
||||||
|
'username_help_top' => 'Introduzca su <strong>nombre de usuario</strong> para enviar un enlace de restablecimiento de contraseña.',
|
||||||
|
'username_help_bottom' => 'Tu nombre de usuario y dirección de correo electrónico <em>puede</em> ser el mismo, pero puede que no lo sea, dependiendo de tu configuración. Si no puede recordar su nombre de usuario, póngase en contacto con su administrador. <br><br><strong>A los usuarios sin una dirección de correo electrónico asociada no se enviará por correo electrónico un enlace de restablecimiento de contraseña.</strong> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
||||||
'files' => 'Archivos',
|
'files' => 'Archivos',
|
||||||
'file_name' => 'Archivo',
|
'file_name' => 'Archivo',
|
||||||
'file_type' => 'File Type',
|
'file_type' => 'Tipo de archivo',
|
||||||
'file_uploads' => 'Carga de Archivos',
|
'file_uploads' => 'Carga de Archivos',
|
||||||
'generate' => 'Generar',
|
'generate' => 'Generar',
|
||||||
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo estilo GitHub</a>.',
|
'github_markdown' => 'Este campo acepta el <a href="https://help.github.com/articles/github-flavored-markdown/">formateo estilo GitHub</a>.',
|
||||||
|
@ -112,17 +112,17 @@
|
||||||
'image' => 'Imagen',
|
'image' => 'Imagen',
|
||||||
'image_delete' => 'Borrar Imagen',
|
'image_delete' => 'Borrar Imagen',
|
||||||
'image_upload' => 'Subir Imagen',
|
'image_upload' => 'Subir Imagen',
|
||||||
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif, y svg. El tamaño máximo permitido es :size.',
|
'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, webp, png, gif y svg. El tamaño máximo permitido es :size.',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
'importing' => 'Importando',
|
'importing' => 'Importando',
|
||||||
'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' => 'Puedes importar activos, accesorios, licencias, componentes, insumos y usuarios vía archivos CSV.<br> <br> El CSV debe estar delimitado por comas y formateado con encabezados que coincidan con aquellos definidos en los <a href="https://snipe-it.readme.io/docs/importing" target="_new"> CSVs de muestra en la documentación</a>.',
|
||||||
'import-history' => 'Importar Historial',
|
'import-history' => 'Importar Historial',
|
||||||
'asset_maintenance' => 'Mantenimiento de Activos',
|
'asset_maintenance' => 'Mantenimiento de Activos',
|
||||||
'asset_maintenance_report' => 'Reporte de Mantenimiento de Activo',
|
'asset_maintenance_report' => 'Reporte de Mantenimiento de Activo',
|
||||||
'asset_maintenances' => 'Mantenimientos de Activo',
|
'asset_maintenances' => 'Mantenimientos de Activo',
|
||||||
'item' => 'Elemento',
|
'item' => 'Elemento',
|
||||||
'insufficient_permissions' => '¡Permisos insuficientes!',
|
'insufficient_permissions' => '¡Permisos insuficientes!',
|
||||||
'kits' => 'Predefined Kits',
|
'kits' => 'Equipamiento predefinido',
|
||||||
'language' => 'Lenguaje',
|
'language' => 'Lenguaje',
|
||||||
'last' => 'Último',
|
'last' => 'Último',
|
||||||
'last_login' => 'Último Inicio de Sesión',
|
'last_login' => 'Último Inicio de Sesión',
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
'licenses' => 'Licencias',
|
'licenses' => 'Licencias',
|
||||||
'list_all' => 'Listar Todo',
|
'list_all' => 'Listar Todo',
|
||||||
'loading' => 'Cargando',
|
'loading' => 'Cargando',
|
||||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
'lock_passwords' => 'El valor de este campo no será guardado en una instalación de demostración.',
|
||||||
'feature_disabled' => 'Esta característica ha sido deshabilitada para la instalación demo.',
|
'feature_disabled' => 'Esta característica ha sido deshabilitada para la instalación demo.',
|
||||||
'location' => 'Ubicación',
|
'location' => 'Ubicación',
|
||||||
'locations' => 'Ubicaciones',
|
'locations' => 'Ubicaciones',
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
'sign_in' => 'Entrar',
|
'sign_in' => 'Entrar',
|
||||||
'signature' => 'Firma',
|
'signature' => 'Firma',
|
||||||
'skin' => 'Tema',
|
'skin' => 'Tema',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => '¡Parece que tu integración de Slack con Snipe-IT está funcionando!',
|
||||||
'some_features_disabled' => 'MODO DEMO: Algunas funciones están desactivadas para esta instalación.',
|
'some_features_disabled' => 'MODO DEMO: Algunas funciones están desactivadas para esta instalación.',
|
||||||
'site_name' => 'Nombre del Sitio',
|
'site_name' => 'Nombre del Sitio',
|
||||||
'state' => 'Estado',
|
'state' => 'Estado',
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
'declined' => 'rechazado',
|
'declined' => 'rechazado',
|
||||||
'unaccepted_asset_report' => 'Activos no aceptados',
|
'unaccepted_asset_report' => 'Activos no aceptados',
|
||||||
'users' => 'Usuarios',
|
'users' => 'Usuarios',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Ver todos',
|
||||||
'viewassets' => 'Ver Activos Asignados',
|
'viewassets' => 'Ver Activos Asignados',
|
||||||
'website' => 'Sitio Web',
|
'website' => 'Sitio Web',
|
||||||
'welcome' => 'Bienvenido, :name',
|
'welcome' => 'Bienvenido, :name',
|
||||||
|
@ -236,12 +236,14 @@
|
||||||
'zip' => 'Códio Postal',
|
'zip' => 'Códio Postal',
|
||||||
'noimage' => 'No se subió la imagen o no fue encontrada.',
|
'noimage' => 'No se subió la imagen o no fue encontrada.',
|
||||||
'token_expired' => 'Tu sesión ha expirado. Por favor inténtalo de nuevo.',
|
'token_expired' => 'Tu sesión ha expirado. Por favor inténtalo de nuevo.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Inicio de sesión habilitado',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Auditoría pendiente',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Auditoría retrasada',
|
||||||
'accept' => 'Aceptar :asset',
|
'accept' => 'Aceptar :asset',
|
||||||
'i_accept' => 'Acepto',
|
'i_accept' => 'Acepto',
|
||||||
'i_decline' => 'Rechazo',
|
'i_decline' => 'Rechazo',
|
||||||
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
'sign_tos' => 'Firma abajo para indicar que estás de acuerdo con los términos de servicio:',
|
||||||
'clear_signature' => 'Borrar firma'
|
'clear_signature' => 'Borrar firma',
|
||||||
|
'show_help' => 'Mostrar ayuda',
|
||||||
|
'hide_help' => 'Ocultar ayuda',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,6 +11,8 @@ return array(
|
||||||
'country' => 'Riik',
|
'country' => 'Riik',
|
||||||
'create' => 'Uus asukoht',
|
'create' => 'Uus asukoht',
|
||||||
'update' => 'Uuenda asukohta',
|
'update' => 'Uuenda asukohta',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'Asukoha nimi',
|
'name' => 'Asukoha nimi',
|
||||||
'address' => 'Aadress',
|
'address' => 'Aadress',
|
||||||
'zip' => 'Postiindeks',
|
'zip' => 'Postiindeks',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'Hoiatused on lubatud',
|
'alerts_enabled' => 'Hoiatused on lubatud',
|
||||||
'alert_interval' => 'Aegumatu häiretaseme künnis (päevades)',
|
'alert_interval' => 'Aegumatu häiretaseme künnis (päevades)',
|
||||||
'alert_inv_threshold' => 'Inventari hoiatuslävi',
|
'alert_inv_threshold' => 'Inventari hoiatuslävi',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'Varade ID-d',
|
'asset_ids' => 'Varade ID-d',
|
||||||
'audit_interval' => 'Auditi intervall',
|
'audit_interval' => 'Auditi intervall',
|
||||||
'audit_interval_help' => 'Kui teil on kohustus kontrollida oma vara füüsiliselt, sisestage intervall kuude kaupa.',
|
'audit_interval_help' => 'Kui teil on kohustus kontrollida oma vara füüsiliselt, sisestage intervall kuude kaupa.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'Kasutage TLS-i',
|
'ldap_tls' => 'Kasutage TLS-i',
|
||||||
'ldap_tls_help' => 'Seda tuleks kontrollida ainult siis, kui kasutate oma LDAP-serveris STARTTLS-i.',
|
'ldap_tls_help' => 'Seda tuleks kontrollida ainult siis, kui kasutate oma LDAP-serveris STARTTLS-i.',
|
||||||
'ldap_uname' => 'LDAP Bind\'i kasutajanimi',
|
'ldap_uname' => 'LDAP Bind\'i kasutajanimi',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP bind parool',
|
'ldap_pword' => 'LDAP bind parool',
|
||||||
'ldap_basedn' => 'Base Bind DN',
|
'ldap_basedn' => 'Base Bind DN',
|
||||||
'ldap_filter' => 'LDAP-filter',
|
'ldap_filter' => 'LDAP-filter',
|
||||||
|
@ -125,6 +131,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'Palun logi sisse',
|
'login_prompt' => 'Palun logi sisse',
|
||||||
'forgot_password' => 'Ma unustasin oma parooli',
|
'forgot_password' => 'Ma unustasin oma parooli',
|
||||||
'remember_me' => 'Jäta mind meelde',
|
'remember_me' => 'Jäta mind meelde',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
'image' => 'Pilt',
|
'image' => 'Pilt',
|
||||||
'image_delete' => 'Kustuta pilt',
|
'image_delete' => 'Kustuta pilt',
|
||||||
'image_upload' => 'Laadi pilt üles',
|
'image_upload' => 'Laadi pilt üles',
|
||||||
'image_filetypes_help' => 'Lubatud faililaiendid on jpg, png, gif ja svg. Suurim lubatud üleslaadimise maht on :size.',
|
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||||
'import' => 'Impordi',
|
'import' => 'Impordi',
|
||||||
'importing' => 'Importing',
|
'importing' => 'Importing',
|
||||||
'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>.',
|
||||||
|
@ -243,5 +243,7 @@
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'I accept',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'I decline',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||||
'clear_signature' => 'Clear Signature'
|
'clear_signature' => 'Clear Signature',
|
||||||
|
'show_help' => 'Show help',
|
||||||
|
'hide_help' => 'Hide help',
|
||||||
];
|
];
|
||||||
|
|
|
@ -12,6 +12,8 @@ return array(
|
||||||
'country' => 'كشور',
|
'country' => 'كشور',
|
||||||
'create' => 'ساخت مکان',
|
'create' => 'ساخت مکان',
|
||||||
'update' => 'به روز رسانی منطقه مکانی',
|
'update' => 'به روز رسانی منطقه مکانی',
|
||||||
|
'print_assigned' => 'Print Assigned',
|
||||||
|
'print_all_assigned' => 'Print All Assigned',
|
||||||
'name' => 'نام منطقه مکانی',
|
'name' => 'نام منطقه مکانی',
|
||||||
'address' => 'آدرس',
|
'address' => 'آدرس',
|
||||||
'zip' => 'کد پستی',
|
'zip' => 'کد پستی',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return array(
|
||||||
'alerts_enabled' => 'هشدارها فعال شد',
|
'alerts_enabled' => 'هشدارها فعال شد',
|
||||||
'alert_interval' => 'آستانه ی انقضای هشدارها( به روز)',
|
'alert_interval' => 'آستانه ی انقضای هشدارها( به روز)',
|
||||||
'alert_inv_threshold' => 'فهرست آستانه ی هشدار',
|
'alert_inv_threshold' => 'فهرست آستانه ی هشدار',
|
||||||
|
'allow_user_skin' => 'Allow user skin',
|
||||||
|
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
|
||||||
'asset_ids' => 'ID حساب',
|
'asset_ids' => 'ID حساب',
|
||||||
'audit_interval' => 'فاصله حسابرسی',
|
'audit_interval' => 'فاصله حسابرسی',
|
||||||
'audit_interval_help' => 'اگر شما ملزم هستید که به طور منظم از دارایی های خود حسابرسی کنید، فاصله را در ماه وارد کنید.',
|
'audit_interval_help' => 'اگر شما ملزم هستید که به طور منظم از دارایی های خود حسابرسی کنید، فاصله را در ماه وارد کنید.',
|
||||||
|
@ -72,6 +74,10 @@ return array(
|
||||||
'ldap_tls' => 'از TLS استفاده کنید',
|
'ldap_tls' => 'از TLS استفاده کنید',
|
||||||
'ldap_tls_help' => 'این باید فقط در صورتی که STARTTLS را در سرور LDAP خود اجرا می کنید، بررسی شود.',
|
'ldap_tls_help' => 'این باید فقط در صورتی که STARTTLS را در سرور LDAP خود اجرا می کنید، بررسی شود.',
|
||||||
'ldap_uname' => 'حالت نام کاربری نامرئی LDAP',
|
'ldap_uname' => 'حالت نام کاربری نامرئی LDAP',
|
||||||
|
'ldap_dept' => 'LDAP Department',
|
||||||
|
'ldap_phone' => 'LDAP Telephone Number',
|
||||||
|
'ldap_jobtitle' => 'LDAP Job Title',
|
||||||
|
'ldap_country' => 'LDAP Country',
|
||||||
'ldap_pword' => 'LDAP اتصال رمز عبور',
|
'ldap_pword' => 'LDAP اتصال رمز عبور',
|
||||||
'ldap_basedn' => 'اتصال پایگاه DN',
|
'ldap_basedn' => 'اتصال پایگاه DN',
|
||||||
'ldap_filter' => 'LDAP فیلتر',
|
'ldap_filter' => 'LDAP فیلتر',
|
||||||
|
@ -126,6 +132,7 @@ return array(
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Public Certificate',
|
||||||
|
'saml_sp_metadata_url' => 'Metadata URL',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||||
|
|
|
@ -9,5 +9,7 @@ return [
|
||||||
'login_prompt' => 'لطفا وارد شوید',
|
'login_prompt' => 'لطفا وارد شوید',
|
||||||
'forgot_password' => 'گذرواژه خود را فراموش کرده ام',
|
'forgot_password' => 'گذرواژه خود را فراموش کرده ام',
|
||||||
'remember_me' => 'مرا به خاطر بسپار',
|
'remember_me' => 'مرا به خاطر بسپار',
|
||||||
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||||
|
'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> ',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue