diff --git a/resources/lang/af/admin/hardware/form.php b/resources/lang/af/admin/hardware/form.php index 667e275065..a91c99d135 100644 --- a/resources/lang/af/admin/hardware/form.php +++ b/resources/lang/af/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Bate-tag', 'update' => 'Asset Update', 'warranty' => 'waarborg', + 'warranty_expires' => 'Warranty Expires', 'years' => 'jaar', ) ; diff --git a/resources/lang/af/admin/manufacturers/message.php b/resources/lang/af/admin/manufacturers/message.php index f914f72788..fa3c570978 100644 --- a/resources/lang/af/admin/manufacturers/message.php +++ b/resources/lang/af/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Vervaardiger suksesvol opgedateer.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie vervaardiger uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die vervaardiger. Probeer asseblief weer.', diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index b3080b539f..a527e4c031 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D barcode tipe', 'eula_settings' => 'EULA-instellings', 'eula_markdown' => 'Hierdie EULA laat Github-geurde markdown toe.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Algemene instellings', 'generate_backup' => 'Genereer rugsteun', 'header_color' => 'Opskrif Kleur', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP-aktiewe vlag', 'ldap_emp_num' => 'LDAP Werknemersnommer', 'ldap_email' => 'LDAP-e-pos', + 'license' => 'Software License', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'Hierdie Snipe-IT installasie kan skrifte van die buitewêreld laai.', 'login_note' => 'Login Nota', 'login_note_help' => 'Voeg opsioneel \'n paar sinne op jou aanmeldskerm, byvoorbeeld om mense te help wat \'n verlore of gesteelde toestel gevind het. Hierdie veld aanvaar Gitub-gegeurde markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'logo', 'full_multiple_companies_support_help_text' => 'Beperking van gebruikers (insluitend administrateurs) wat aan maatskappye toegewys is aan hul maatskappy se bates.', 'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'opsioneel', 'per_page' => 'Resultate per bladsy', 'php' => 'PHP weergawe', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slap integrasie is opsioneel, maar die eindpunt en die kanaal word benodig as u dit wil gebruik. Om Slack integrasie te konfigureer, moet jy eers \'n inkomende webhook op jou Slack-rekening skep.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT-weergawe', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Stelselinligting', 'update' => 'Opdateer instellings', 'value' => 'waarde', diff --git a/resources/lang/af/admin/statuslabels/table.php b/resources/lang/af/admin/statuslabels/table.php index 1c255bce14..24e1078b69 100644 --- a/resources/lang/af/admin/statuslabels/table.php +++ b/resources/lang/af/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'argief', 'create' => 'Skep statusetiket', 'color' => 'Grafiek Kleur', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'verbintenis', 'info' => 'Statusetikette word gebruik om die verskillende state waarin u bates kan wees, te beskryf. Hulle kan dalk herstel, verlore / gesteel wees, ens. U kan nuwe statusetikette skep vir ontplooibare, hangende en geargiveerde bates.', 'name' => 'Status Naam', diff --git a/resources/lang/af/admin/users/general.php b/resources/lang/af/admin/users/general.php index 1dce3b2bc9..aff5b79e78 100644 --- a/resources/lang/af/admin/users/general.php +++ b/resources/lang/af/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klik hier om dit te herstel.', 'last_login' => 'Laaste Aanmelding', 'ldap_config_text' => 'LDAP-konfigurasie-instellings kan Admin> Instellings gevind word. Die (opsionele) gekose ligging sal vir alle ingevoerde gebruikers gestel word.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Sagteware Uitgesoek na: naam', 'view_user' => 'Sien gebruiker: naam', 'usercsv' => 'CSV-lêer', diff --git a/resources/lang/af/general.php b/resources/lang/af/general.php index 9429c49c07..4d66a53177 100644 --- a/resources/lang/af/general.php +++ b/resources/lang/af/general.php @@ -70,6 +70,7 @@ 'department' => 'Departement', 'deployed' => 'ontplooi', 'depreciation_report' => 'Waardeverminderingsverslag', + 'details' => 'Details', 'download' => 'Aflaai', 'depreciation' => 'waardevermindering', 'editprofile' => 'Wysig jou profiel', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Dit word gebruik om e-posadresse te genereer wanneer u dit invoer', 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)', 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'eerste', 'first_name' => 'Eerste naam', 'first_name_format' => 'Voornaam (jane@example.com)', + 'files' => 'Files', 'file_name' => 'lêer', 'file_uploads' => 'Lêeroplaaie', 'generate' => 'genereer', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Vee prent uit', 'image_upload' => 'Laai prent op', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'invoer', 'import-history' => 'Invoer Geskiedenis', 'asset_maintenance' => 'Bate Onderhoud', @@ -118,6 +122,7 @@ 'locations' => 'plekke', 'logout' => 'Teken uit', 'lookup_by_tag' => 'Opsoek deur Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'vervaardiger', 'manufacturers' => 'vervaardigers', 'markdown' => 'Hierdie veld laat Gitub-gegeurde markdown toe.', @@ -171,8 +176,11 @@ 'select_company' => 'Kies Maatskappy', 'select_asset' => 'Kies Asset', 'settings' => 'instellings', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Teken in', 'signature' => 'Handtekening', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Sommige funksies is afgeskakel vir hierdie installasie.', 'site_name' => 'Site Naam', 'state' => 'staat', diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php index 245cfa9e86..ccc0b578c8 100644 --- a/resources/lang/ar/admin/hardware/form.php +++ b/resources/lang/ar/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'ترميز الأصل', 'update' => 'تحديث الأصل', 'warranty' => 'الضمان', + 'warranty_expires' => 'Warranty Expires', 'years' => 'سنوات', ) ; diff --git a/resources/lang/ar/admin/manufacturers/message.php b/resources/lang/ar/admin/manufacturers/message.php index 8df94bb26e..621f8e0a4f 100644 --- a/resources/lang/ar/admin/manufacturers/message.php +++ b/resources/lang/ar/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'تم تحديث الشركة المصنعة بنجاح.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الشركة المصنعة؟', 'error' => 'لقد حدثت مشكلة اثناء عملية حذف الشركة المصنعة، الرجاء المحاولة مرة اخرى.', diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index c22b7b1b37..4aa25ed6f0 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D نوع الباركود', 'eula_settings' => 'إعدادات اتفاقية ترخيص المستخدم النهائي', 'eula_markdown' => 'تسمح اتفاقية ترخيص المستخدم هذه بتطبيق نمط الكتابة من Github.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'الاعدادات العامة', 'generate_backup' => 'إنشاء النسخ الاحتياطي', 'header_color' => 'رأس اللون', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'لداب العلم النشط', 'ldap_emp_num' => 'رقم موظف لداب', 'ldap_email' => 'بريد لداب', + 'license' => 'Software License', 'load_remote_text' => 'المخطوطات عن بعد', 'load_remote_help_text' => 'هذا قنص إيت تثبيت يمكن تحميل البرامج النصية من العالم الخارجي.', 'login_note' => 'تسجيل الدخول ملاحظة', 'login_note_help' => 'اختيارياً تضمين بعض الجمل على شاشة تسجيل الدخول الخاصة بك، على سبيل المثال لمساعدة الناس الذين وجدوا أحد الأجهزة المفقودة أو المسروقة. يقبل هذا الحقل بتطبيق نمط الكتابة من Github', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'شعار', 'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.', 'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'اختياري', 'per_page' => 'النتائج لكل صفحة', 'php' => 'نسخة فب', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'نقطة نهاية سلاك', 'slack_integration' => 'إعدادات سلاك', 'slack_integration_help' => 'الربط مع Slack اختياري، ولكن نقطة النهاية endpoint والقناة channel مطلوبان إذا كنت ترغب في استخدامه. لاعداد الربط مع Slack، يجب أولا رابط ويب الكتروني قادم webhook على حساب Slack الخاص بك.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'قنص-إيت الإصدار', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'معلومات النظام', 'update' => 'إعدادات التحديث', 'value' => 'القيمة', diff --git a/resources/lang/ar/admin/statuslabels/table.php b/resources/lang/ar/admin/statuslabels/table.php index ae6d325d15..f672fe1022 100644 --- a/resources/lang/ar/admin/statuslabels/table.php +++ b/resources/lang/ar/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'مؤرشف', 'create' => 'إنشاء تسمية الحالة', 'color' => 'لون الرسم البياني', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'قابل للتوزيع', 'info' => 'يتم استخدام تسميات الحالة لوصف الحالات المحتملة للأصول التابعة لك. قد تكون قيد الصيانة أو ضمن المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تسميات حالة جديدة للأصول القابلة للتوزيع وقيد الانتظار والمؤرشفة.', 'name' => 'اسم الحالة', diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index 9e93d66f92..c26e0404c4 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'انقر هنا لاستعادتها.', 'last_login' => 'آخر دخول للمستخدم', 'ldap_config_text' => 'يمكن العثور على إعدادات تهيئة لداب المشرف> الإعدادات. سيتم تعيين الموقع (اختياري) المحدد لجميع المستخدمين الذين تم استيرادهم.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'البرامج المخرجة الى: :name', 'view_user' => 'عرض المستخدم :name', 'usercsv' => 'ملف CSV', diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index eaa592801d..70b0c9a9dc 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -70,6 +70,7 @@ 'department' => ' قسم، أقسام', 'deployed' => 'مُوزعة', 'depreciation_report' => 'تقرير الإستهلاك', + 'details' => 'Details', 'download' => 'تحميل', 'depreciation' => 'الإستهلاك', 'editprofile' => 'تعديل الملف الشخصي', @@ -79,9 +80,12 @@ 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'الأول', 'first_name' => 'الإسم الأول', 'first_name_format' => 'الاسم الأول (jane@example.com)', + 'files' => 'Files', 'file_name' => 'ملف', 'file_uploads' => 'تحميلات الملفات', 'generate' => 'توفير', @@ -94,7 +98,7 @@ 'image' => 'صورة', 'image_delete' => 'حذف الصورة', 'image_upload' => 'رفع صورة', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'استيراد', 'import-history' => 'استيراد الأرشيف', 'asset_maintenance' => 'صيانة الأصول', @@ -118,6 +122,7 @@ 'locations' => 'المواقع', 'logout' => 'تسجيل خروج', 'lookup_by_tag' => 'البحث عن طريق ترميز الأصل', + 'maintenances' => 'Maintenances', 'manufacturer' => 'الشركة المصنعة', 'manufacturers' => 'الشركات المصنعة', 'markdown' => 'يتيح هذا الحقل بتطبيق نمط الكتابة من Github.', @@ -171,8 +176,11 @@ 'select_company' => 'حدد الشركة', 'select_asset' => 'حدد مادة العرض', 'settings' => 'الإعدادات', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'تسجيل الدخول', 'signature' => 'التوقيع', + 'skin' => 'Skin', 'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.', 'site_name' => 'إسم الموقع', 'state' => 'المنطقة / الولاية', diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php index cad1e8d4c1..ac3fcfef33 100644 --- a/resources/lang/bg/admin/hardware/form.php +++ b/resources/lang/bg/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Инвентарен номер', 'update' => 'Обновяване на актив', 'warranty' => 'Гаранция', + 'warranty_expires' => 'Гаранцията изтича', 'years' => 'години', ) ; diff --git a/resources/lang/bg/admin/manufacturers/message.php b/resources/lang/bg/admin/manufacturers/message.php index 44ea5a9615..ae5cba8df6 100644 --- a/resources/lang/bg/admin/manufacturers/message.php +++ b/resources/lang/bg/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Производителят е обновен.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Сигурни ли сте, че искате да изтриете този производител?', 'error' => 'Възникна проблем при изтриването на проиводителя. Моля, опитайте отново.', diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index e0292f4acb..673c669de7 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D тип на баркод', 'eula_settings' => 'Настройки на EULA', 'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Общи настройки', 'generate_backup' => 'Създаване на архив', 'header_color' => 'Цвят на хедъра', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP флаг за активност', 'ldap_emp_num' => 'LDAP номер на служител', 'ldap_email' => 'LDAP електронна поща', + 'license' => 'Software License', 'load_remote_text' => 'Отдалечени скриптове', 'load_remote_help_text' => 'Тази Snipe-IT инсталация може да зарежда и изпълнява външни скриптове.', 'login_note' => 'Вход забележка', 'login_note_help' => 'По избор включете няколко изречения на екрана за вход, например, за да помогнете на хора, които са намерили изгубено или откраднато устройство. Това поле приема Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Лого', 'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.', 'full_multiple_companies_support_text' => 'Поддръжка на множество компании', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'незадължително', 'per_page' => 'Резултати на страница', 'php' => 'PHP версия', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack настройки', 'slack_integration_help' => 'Интеграцията със Slack е незадължителна. Ако желаете да я използвате е необходимо да настроите endpoint и канал. За да конфигурирате Slack интеграцията, първо създайте входящ webhook във Вашия Slack акаунт.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT версия', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Информация за системата', 'update' => 'Обновяване на настройките', 'value' => 'Стойност', diff --git a/resources/lang/bg/admin/statuslabels/table.php b/resources/lang/bg/admin/statuslabels/table.php index 34b2058ebf..6ed01d493b 100644 --- a/resources/lang/bg/admin/statuslabels/table.php +++ b/resources/lang/bg/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Архивирани', 'create' => 'Създаване на статус етикет', 'color' => 'Цвят на диаграма', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Може да бъде предоставен', 'info' => 'Статусите се използват за описване на различните състояния на Вашите активи. Например, това са Предаден за ремонт, Изгубен/откраднат и др. Можете да създавате нови статуси за активите, които могат да бъдат предоставяни, очакващи набавяне и архивирани.', 'name' => 'Статус', diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php index 40d7494992..5489f71bc8 100644 --- a/resources/lang/bg/admin/users/general.php +++ b/resources/lang/bg/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Кликнете тук, за да ги възстановите.', 'last_login' => 'Последен достъп до системата', 'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Софтуерни продукти, изписани на :name', 'view_user' => 'Преглед на потребител :name', 'usercsv' => 'CSV файл', diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index c04c6616e4..f2661d9dc9 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Изписване', 'city' => 'Град', 'click_here' => 'Натиснете тук', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Изчистване на селектираното', 'companies' => 'Компании', 'company' => 'Компания', 'component' => 'Компонент', @@ -70,6 +70,7 @@ 'department' => 'отдел', 'deployed' => 'Изписани', 'depreciation_report' => 'Справка за амортизации', + 'details' => 'Детайли', 'download' => 'Изтегляне', 'depreciation' => 'Амортизация', 'editprofile' => 'Редакция на профила', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане', 'filastname_format' => 'Инициал на името Фамилия (jsmith@example.com)', 'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Първа', 'first_name' => 'Собствено име', 'first_name_format' => 'Име (jane@example.com)', + 'files' => 'Файлове', 'file_name' => 'Файл', 'file_uploads' => 'Качени файлове', 'generate' => 'Генериране', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Изтриване на изображението', 'image_upload' => 'Качване на изображение', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Зареждане', 'import-history' => 'История на въвеждане', 'asset_maintenance' => 'Поддръжка на активи', @@ -118,6 +122,7 @@ 'locations' => 'Местоположения', 'logout' => 'Изход', 'lookup_by_tag' => 'Търсене по етикет на актив', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Производител', 'manufacturers' => 'Производители', 'markdown' => 'Това поле позволява ', @@ -171,8 +176,11 @@ 'select_company' => 'Изберете компания', 'select_asset' => 'Изберете актив', 'settings' => 'Настройки', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Вход', 'signature' => 'Подпис', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Някои свойства не са разрешени за тази инсталация.', 'site_name' => 'Име на системата', 'state' => 'Област', diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php index 6b8a93fe43..bd547eebc8 100644 --- a/resources/lang/cs/admin/hardware/form.php +++ b/resources/lang/cs/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Označení majetku', 'update' => 'Úprava majetku', 'warranty' => 'Záruka', + 'warranty_expires' => 'Warranty Expires', 'years' => 'roky', ) ; diff --git a/resources/lang/cs/admin/manufacturers/message.php b/resources/lang/cs/admin/manufacturers/message.php index adf03fd6e1..205fa64971 100644 --- a/resources/lang/cs/admin/manufacturers/message.php +++ b/resources/lang/cs/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Výrobce úspěšně vytvořen.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Opravdu chcete smazat tohoto výrobce?', 'error' => 'Vyskytl se problém se smazáním výrobce. Zkuste to znovu.', diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index 3bf1ea51d1..3bf7206a94 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Typ 1D čárového kódu', 'eula_settings' => 'Nastavení EULA', 'eula_markdown' => 'Tato EULA umožňuje Github markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Obecné nastavení', 'generate_backup' => 'Vytvořit zálohu', 'header_color' => 'Barva záhlaví', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP číslo zaměstnance', 'ldap_email' => 'LDAP email', + 'license' => 'Software License', 'load_remote_text' => 'Vzdálené skripty', 'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.', 'login_note' => 'Přihlásit se Poznámka', 'login_note_help' => 'Volitelně můžete na obrazovce přihlášení zadat několik vět, například pomoci lidem, kteří nalezli ztracené nebo ukradené zařízení. Toto pole akceptuje značku Github flavedmarkdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Omezení uživatelů (včetně správců) jsou přiřazená ke společnostem s majetkem společnosti.', 'full_multiple_companies_support_text' => 'Plná podpora více společností', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'volitelný', 'per_page' => 'Výsledků na stránku', 'php' => 'Verze PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack koncový bod', 'slack_integration' => 'Nastavení Slack', 'slack_integration_help' => 'Slack integrace je dobrovolná, nicméně pokud ho chcete používat jsou vyžadovány koncový bod a kanál. Chcete-li nakonfigurovat integraci Slack, nejprve ytvořte příchozí webhook na vašem Slack účtu.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Verze Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Systémové informace', 'update' => 'Upravit nastavení', 'value' => 'Hodnota', diff --git a/resources/lang/cs/admin/statuslabels/table.php b/resources/lang/cs/admin/statuslabels/table.php index 20c123f095..e69a9d2473 100644 --- a/resources/lang/cs/admin/statuslabels/table.php +++ b/resources/lang/cs/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archivováno', 'create' => 'Vytvořit označení stavu', 'color' => 'Barva grafu', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Připraveno k nasazení', 'info' => 'Označení stavu se používá k popisu různých stavů majetku. Můžou být v opravě, ztracení atd. Lze vytvořit nové stavy pro další možné stavy.', 'name' => 'Název stavu', diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php index 58639e02ca..e5ebb771fb 100644 --- a/resources/lang/cs/admin/users/general.php +++ b/resources/lang/cs/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klikněte zde pro obnovení.', 'last_login' => 'Poslední přihlášení', 'ldap_config_text' => 'Nastavení konfigurace LDAP lze nalézt v menu Správce> Nastavení. Vybrané (volitelně) místo bude nastaven pro všechny importované uživatele.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software vydaný pro :name', 'view_user' => 'Zobraz uživatele', 'usercsv' => 'CSV soubor', diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index 5753d32cb8..b507655d66 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -70,6 +70,7 @@ 'department' => 'Oddělení', 'deployed' => 'Vydané', 'depreciation_report' => 'Report zastarání', + 'details' => 'Details', 'download' => 'Stáhnout', 'depreciation' => 'Amortizace', 'editprofile' => 'Upravit profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu', 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)', 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'První', 'first_name' => 'Jméno', 'first_name_format' => 'Jméno (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Soubor', 'file_uploads' => 'Nahrání souboru', 'generate' => 'Vytvořit', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Smazat obrázek', 'image_upload' => 'Nahrát obrázek', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Import', 'import-history' => 'Historie importu', 'asset_maintenance' => 'Údržba zařízení', @@ -118,6 +122,7 @@ 'locations' => 'Umístění', 'logout' => 'Odhlásit', 'lookup_by_tag' => 'Vyhledávání podle značky majetku', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Výrobce', 'manufacturers' => 'Výrobci', 'markdown' => 'Toto pole umožňuje Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Zvolte společnost', 'select_asset' => 'Zvolte majetek', 'settings' => 'Nastavení', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Přihlásit se', 'signature' => 'Podpis', + 'skin' => 'Skin', 'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.', 'site_name' => 'Název lokality', 'state' => 'Stát', diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php index 37a8c22484..60f593750c 100644 --- a/resources/lang/da/admin/hardware/form.php +++ b/resources/lang/da/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Aktiv mærkat', 'update' => 'Aktiv Opdatering', 'warranty' => 'Garanti', + 'warranty_expires' => 'Warranty Expires', 'years' => 'år', ) ; diff --git a/resources/lang/da/admin/manufacturers/message.php b/resources/lang/da/admin/manufacturers/message.php index cb80b46c10..d988decfe3 100644 --- a/resources/lang/da/admin/manufacturers/message.php +++ b/resources/lang/da/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Producent opdateret med succes.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Er du sikker på, at du vil slette denne producent?', 'error' => 'Der opstod et problem ved at slette producenten. Prøv igen.', diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index 8312e581b9..0cdf09bed0 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D stregkode type', 'eula_settings' => 'EULA-indstillinger', 'eula_markdown' => 'Denne EULA tillader Github smagsmærket markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Generelle indstillinger', 'generate_backup' => 'Generer sikkerhedskopiering', 'header_color' => 'Hovedfarge', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP medarbejdernummer', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => 'Fjernskrifter', 'load_remote_help_text' => 'Denne Snipe-IT-installation kan indlæse scripts fra omverdenen.', 'login_note' => 'Login Note', 'login_note_help' => 'Indsæt eventuelt nogle sætninger på din loginskærm, for eksempel for at hjælpe personer, der har fundet en tabt eller stjålet enhed. Dette felt accepterer Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Begrænsning af brugere (herunder admins) tildelt virksomheder til deres virksomheds aktiver.', 'full_multiple_companies_support_text' => 'Fuld flere virksomheder support', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'valgfri', 'per_page' => 'Resultater pr. Side', 'php' => 'PHP Version', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slap endepunkt', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slap 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 skabe en indgående webhook på din Slack-konto.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Systemoplysninger', 'update' => 'Opdater indstillinger', 'value' => 'Værdi', diff --git a/resources/lang/da/admin/statuslabels/table.php b/resources/lang/da/admin/statuslabels/table.php index 3ed1a9aac8..937aa9ffd5 100644 --- a/resources/lang/da/admin/statuslabels/table.php +++ b/resources/lang/da/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'arkiverede', 'create' => 'Opret status label', 'color' => 'Diagramfarve', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', 'info' => 'Statusetiketter bruges til at beskrive de forskellige stater, dine aktiver kan være i. De kan være ude til reparation, tabt / stjålet osv. Du kan oprette nye statusetiketter til implementerbare, ventende og arkiverede aktiver.', 'name' => 'Status navn', diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php index 6fec215120..a680e3245b 100644 --- a/resources/lang/da/admin/users/general.php +++ b/resources/lang/da/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klik her for at gendanne dem.', 'last_login' => 'Sidste Login', 'ldap_config_text' => 'LDAP-konfigurationsindstillinger kan findes Admin> Indstillinger. Den (valgfrie) valgte placering vil blive indstillet for alle importerede brugere.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software Checket ud til: navn', 'view_user' => 'Se bruger :navn', 'usercsv' => 'CSV-fil', diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index b2c6c33760..4154c1de33 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -70,6 +70,7 @@ 'department' => 'Afdeling', 'deployed' => 'Implementeret', 'depreciation_report' => 'Afskrivningsrapport', + 'details' => 'Details', 'download' => 'Hent', 'depreciation' => 'Afskrivning', 'editprofile' => 'Ret Din Profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Dette bruges til at generere email-adresser ved importering', 'filastname_format' => 'Fornavnskarakter Efternavn (jsmith@example.com)', 'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Første', 'first_name' => 'Fornavn', 'first_name_format' => 'Fornavn (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fil', 'file_uploads' => 'Filoverførsel', 'generate' => 'Skab', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Slet billede', 'image_upload' => 'Upload billede', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importér', 'import-history' => 'Importhistorik', 'asset_maintenance' => 'Vedligeholdelse af aktiv', @@ -118,6 +122,7 @@ 'locations' => 'Lokationer', 'logout' => 'Log ud', 'lookup_by_tag' => 'Søg på aktivkode', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Producent', 'manufacturers' => 'Producenter', 'markdown' => 'Dette felt tillader Github koder.', @@ -171,8 +176,11 @@ 'select_company' => 'Vælg firma', 'select_asset' => 'Vælg Asset', 'settings' => 'Instillinger', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Log ind', 'signature' => 'Underskrift', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.', 'site_name' => 'Site Navn', 'state' => 'Stat', diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php index 7fa91ddbfb..d91c6a57e6 100644 --- a/resources/lang/de/admin/hardware/form.php +++ b/resources/lang/de/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Asset ID', 'update' => 'Asset Update', 'warranty' => 'Garantie', + 'warranty_expires' => 'Garantie Ablaufdatum', 'years' => 'Jahre', ) ; diff --git a/resources/lang/de/admin/licenses/general.php b/resources/lang/de/admin/licenses/general.php index 7f8c5cf8b1..f3876cd869 100644 --- a/resources/lang/de/admin/licenses/general.php +++ b/resources/lang/de/admin/licenses/general.php @@ -1,7 +1,7 @@ 'Lizenzen', + 'about_licenses_title' => 'Über Lizenzen', 'about_licenses' => 'Lizenzen werden verwendet, um Software zu verfolgen. Sie haben eine bestimmte Anzahl von Plätzen, die an Einzelpersonen ausgegeben werden können', 'checkin' => 'Lizenzaktivierung zurücknehmen', 'checkout_history' => 'Zuweisungsverlauf', diff --git a/resources/lang/de/admin/locations/message.php b/resources/lang/de/admin/locations/message.php index 27dd5fe4e7..91c5182398 100644 --- a/resources/lang/de/admin/locations/message.php +++ b/resources/lang/de/admin/locations/message.php @@ -5,7 +5,7 @@ return array( 'does_not_exist' => 'Der Standort ist nicht vorhanden.', 'assoc_users' => 'Dieser Standort ist mindestens einem Benutzer zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Benutzern und versuchen Sie es erneut diesen Standort zu entfernen. ', 'assoc_assets' => 'Dieser Standort ist mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Gegenständen und versuchen Sie es erneut diesen Standort zu entfernen. ', - 'assoc_child_loc' => 'Dieser Ort ist mit mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ', + 'assoc_child_loc' => 'Dieser Ort ist mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ', 'create' => array( diff --git a/resources/lang/de/admin/manufacturers/message.php b/resources/lang/de/admin/manufacturers/message.php index 40086fb186..56251163f7 100644 --- a/resources/lang/de/admin/manufacturers/message.php +++ b/resources/lang/de/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Der Hersteller wurde erfolgreich erstellt.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Sind sie sicher, dass sie diesen Hersteller löschen wollen?', 'error' => 'Beim löschen des Herstellers ist ein Problem aufgetreten. Bitte versuchen sie es erneut.', diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index 2513ce7352..3bcee8db78 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D Barcode Typ', 'eula_settings' => 'EULA Einstellungen', 'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.', + 'footer_text' => 'Zusätzlicher Fußzeilentext ', + 'footer_text_help' => 'Dieser Text wird in der rechten Fußzeile angezeigt. Links sind erlaubt mit Github Flavored Markdown. Zeilenumbrüche, Kopfzeilen, Bilder usw. können zu unvorhersehbaren Verhalten führen.', 'general_settings' => 'Allgemeine Einstellungen', 'generate_backup' => 'Backup erstellen', 'header_color' => 'Farbe der Kopfzeile', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Aktiv-Markierung', 'ldap_emp_num' => 'LDAP Mitarbeiternummer', 'ldap_email' => 'LDAP E-Mail', + 'license' => 'Softwarelizenz', 'load_remote_text' => 'Remote Skripte', 'load_remote_help_text' => 'Diese Installation von Snipe-IT kann Skripte von außerhalb laden.', 'login_note' => 'Anmeldenotiz', 'login_note_help' => 'Fügen Sie optional ein paar Sätze zu Ihrem Anmeldebildschirm hinzu, beispielsweise um Personen zu helfen, welche ein verlorenes oder gestohlenes Gerät gefunden haben. Dieses Feld akzeptiert Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren) die einer Firma zugewiesen sind zu den Assets der Firma.', 'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen', + 'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen', 'optional' => 'optional', 'per_page' => 'Ergebnisse pro Seite', 'php' => 'PHP Version', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpunkt', 'slack_integration' => 'Slack Einstellungen', 'slack_integration_help' => 'Die Slackintegration ist optional. Der Endpunkt und kanal werden benötigt, wenn man Slack benutzen will. Um Slack zu konfigurieren muss zuerst einen eingehenden Webhook in seinem Slackkonto einrichten.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT Version', + 'support_footer' => 'Fußzeile Support-Link ', + 'support_footer_help' => 'Geben Sie an, wer die Links zum Snipe-IT Support-Info und Benutzerhandbuch sieht', 'system' => 'Systeminformationen', 'update' => 'Einstellungen übernehmen', 'value' => 'Wert', diff --git a/resources/lang/de/admin/statuslabels/table.php b/resources/lang/de/admin/statuslabels/table.php index 9267139b01..e57621b4e6 100644 --- a/resources/lang/de/admin/statuslabels/table.php +++ b/resources/lang/de/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archiviert', 'create' => 'Statusbezeichnung erstellen', 'color' => 'Diagrammfarbe', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Einsetzbar', 'info' => 'Status Label werden eingesetzt um diverse Stati Ihrer Assets zu beschreiben. Diese können zB. in Reparatur sein, Gestohlen oder Verlohren worden sein. Sie können neue Status Labels für Einsetzbare, Unerledigte und Archivierte Assets erstellen.', 'name' => 'Statusname', diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php index a1fbb96539..46fc159153 100644 --- a/resources/lang/de/admin/users/general.php +++ b/resources/lang/de/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klicken Sie hier, um sie wiederherzustellen.', 'last_login' => 'Letzte Anmeldung', 'ldap_config_text' => 'Die LDAP Konfigurations Einstellungen finden Sie hier Admin -> Einstellungen. Der (optional) wählbare Standort wird für alle importierten Benutzer gesetzt.', + 'print_assigned' => 'Alles zugewiesene drucken', 'software_user' => 'Software herausgegeben an :name', 'view_user' => 'Benutzer :name ansehen', 'usercsv' => 'CSV Datei', diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index 227b56fbb7..7600ea7942 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -70,6 +70,7 @@ 'department' => 'Abteilung', 'deployed' => 'Herausgegeben', 'depreciation_report' => 'Abschreibungsbericht', + 'details' => 'Details', 'download' => 'Download', 'depreciation' => 'Abschreibung', 'editprofile' => 'Profil bearbeiten', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Dies wird verwendet, um E-Mail-Adressen beim Importieren zu generieren', 'filastname_format' => 'Initial des Vornamen + Nachname (jsmith@example.com)', 'firstname_lastname_format' => 'Vorname Nachname (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Vorname Nachname (max_mustermann@beispiel.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Erste', 'first_name' => 'Vorname', 'first_name_format' => 'Vorname (jane@example.com)', + 'files' => 'Dateien', 'file_name' => 'Datei', 'file_uploads' => 'Datei-Uploads', 'generate' => 'Generieren', @@ -94,7 +98,7 @@ 'image' => 'Abbildung', 'image_delete' => 'Bild löschen', 'image_upload' => 'Bild hinzufügen', - 'image_filetypes_help' => 'Zugelassene Dateitypen sind jpg, png, gif und svg.', + 'image_filetypes_help' => 'Erlaubte Dateitypen sind jpg, png, gif und svg. Die maximal erlaubte Upload-Größe beträgt :size.', 'import' => 'Import', 'import-history' => 'Import Verlauf', 'asset_maintenance' => 'Asset Wartung', @@ -118,6 +122,7 @@ 'locations' => 'Standorte', 'logout' => 'Abmelden', 'lookup_by_tag' => 'Nach Asset Tag suchen', + 'maintenances' => 'Wartungen', 'manufacturer' => 'Hersteller', 'manufacturers' => 'Hersteller', 'markdown' => 'Dieses Feld erlaubt Github Flavored Markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Firma auswählen', 'select_asset' => 'Asset auswählen', 'settings' => 'Einstellungen', - 'sign_in' => 'Einloggen', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', + 'sign_in' => 'Anmelden', 'signature' => 'Unterschrift', + 'skin' => 'Skin', 'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.', 'site_name' => 'Seitenname', 'state' => 'Bundesland', diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php index f2b9f157fc..2325eacc87 100644 --- a/resources/lang/el/admin/hardware/form.php +++ b/resources/lang/el/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Ετικέτα πόρων', 'update' => 'Ενημέρωση παγίου', 'warranty' => 'Εγγύηση', + 'warranty_expires' => 'Warranty Expires', 'years' => 'έτη', ) ; diff --git a/resources/lang/el/admin/manufacturers/message.php b/resources/lang/el/admin/manufacturers/message.php index 4d4087ffb5..bbb062f6b9 100644 --- a/resources/lang/el/admin/manufacturers/message.php +++ b/resources/lang/el/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Ο κατασκευαστής ενημερώθηκε με επιτυχία.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον κατασκευαστή;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας τον κατασκευαστή. Παρακαλώ δοκιμάστε ξανά.', diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index 7e35e1cb66..63188498d6 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D τύπο γραμμωτού κώδικα', 'eula_settings' => 'Ρυθμίσεις EULA', 'eula_markdown' => 'Αυτή η EULA επιτρέπει Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Γενικές ρυθμίσεις', 'generate_backup' => 'Δημιουργία Αντίγραφου Ασφαλείας', 'header_color' => 'Χρώμα επικεφαλίδας', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Ενεργή σημαία LDAP', 'ldap_emp_num' => 'Αριθμός υπαλλήλου LDAP', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => 'Απομακρυσμένα Scripts', 'load_remote_help_text' => 'Αυτή η εγκατάσταση Snipe-IT μπορεί να φορτώσει δέσμες ενεργειών από τον έξω κόσμο.', 'login_note' => 'Σύνδεση Σημείωση', 'login_note_help' => 'Προαιρετικά συμπεριλάβετε μερικές προτάσεις στην οθόνη σύνδεσης, για παράδειγμα για να βοηθήσετε άτομα που έχουν βρει μια χαμένη ή κλεμμένη συσκευή. Αυτό το πεδίο δέχεται Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Λογότυπο', 'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.', 'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'προαιρετικός', 'per_page' => 'Αποτελέσματα ανά σελίδα', 'php' => 'Έκδοση PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Χαμηλό τελικό σημείο', 'slack_integration' => 'Ρυθμίσεις χαλαρών', 'slack_integration_help' => 'Η ενσωμάτωση χαλάρωσης είναι προαιρετική, ωστόσο το τελικό σημείο και το κανάλι είναι απαραίτητα αν θέλετε να το χρησιμοποιήσετε. Για να ρυθμίσετε την ενσωμάτωση Slack, πρέπει πρώτα να δημιουργήσετε ένα εισερχόμενο webhook στον λογαριασμό σας Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-It έκδοση', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Πληροφορίες συστήματος', 'update' => 'Ενημέρωση ρυθμίσεων', 'value' => 'Τιμή', diff --git a/resources/lang/el/admin/statuslabels/table.php b/resources/lang/el/admin/statuslabels/table.php index 1cc6ae7e84..bc1dc4e678 100644 --- a/resources/lang/el/admin/statuslabels/table.php +++ b/resources/lang/el/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Αρχειοθετημένα', 'create' => 'Δημιουργία ετικέτας κατάστασης', 'color' => 'Χρώμα Γραφήματος', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Προς ανάπτυξη', 'info' => 'Οι ετικέτες κατάστασης χρησιμοποιούνται για να περιγράψουν τις διάφορες καταστάσεις στις οποίες θα μπορούσαν να βρίσκονται τα περιουσιακά στοιχεία σας. Μπορεί να είναι έξω για επισκευή, απώλεια / κλοπή κ.λπ. Μπορείτε να δημιουργήσετε νέες ετικέτες κατάστασης για αναπτυσσόμενα, εκκρεμή και αρχειοθετημένα στοιχεία ενεργητικού.', 'name' => 'Όνομα κατάστασης', diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php index 530e728761..5c489a5f4b 100644 --- a/resources/lang/el/admin/users/general.php +++ b/resources/lang/el/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Κάντε κλικ εδώ για να τα επαναφέρετε.', 'last_login' => 'Τελευταία σύνδεση', 'ldap_config_text' => 'Οι ρυθμίσεις διαμόρφωσης LDAP μπορούν να βρεθούν στο στοιχείο Διαχειριστής> Ρυθμίσεις. Η (επιλεγμένη) επιλεγμένη τοποθεσία θα οριστεί για όλους τους εισαγόμενους χρήστες.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Λογισμικό Έγινε έλεγχος σε: όνομα', 'view_user' => 'Προβολή χρήστη :ονόματος', 'usercsv' => 'CSV αρχείο', diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index ddec534cf6..e49afa83d6 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -70,6 +70,7 @@ 'department' => 'Τμήμα', 'deployed' => 'Έχουν αναπτυχθεί', 'depreciation_report' => 'Αναφορά απόσβεσης', + 'details' => 'Details', 'download' => 'Λήψη', 'depreciation' => 'Αποσβέσεις', 'editprofile' => 'Επεξεργασία Προφίλ', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή', 'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)', 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Πρώτο', 'first_name' => 'Όνομα', 'first_name_format' => 'Όνομα (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Αρχείο', 'file_uploads' => 'Ανέβασμα αρχείου', 'generate' => 'Δημιουργία', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Διαγραφή εικόνας', 'image_upload' => 'Μεταφόρτωση εικόνας', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Εισαγωγή', 'import-history' => 'Ιστορικό Εισαγωγών', 'asset_maintenance' => 'Συντήρηση Παγίου', @@ -118,6 +122,7 @@ 'locations' => 'Τοποθεσίες', 'logout' => 'Αποσύνδεση', 'lookup_by_tag' => 'Αναζήτηση με ετικέτα περιουσιακών στοιχείων', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Κατασκευαστής', 'manufacturers' => 'Κατασκευαστές', 'markdown' => 'Αυτό το πεδίο επιτρέπει Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Επιλογή εταιρείας', 'select_asset' => 'Επιλογή παγίου', 'settings' => 'Ρυθμίσεις', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Είσοδος', 'signature' => 'Υπογραφή', + 'skin' => 'Skin', 'some_features_disabled' => 'ΛΕΙΤΟΥΡΓΙΑ DEMO: Ορισμένες λειτουργίες είναι απενεργοποιημένες για αυτήν την εγκατάσταση.', 'site_name' => 'Όνομα ιστότοπου', 'state' => 'Κατάσταση', diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php index af643641d7..9b3ac32410 100644 --- a/resources/lang/en-GB/admin/hardware/form.php +++ b/resources/lang/en-GB/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', + 'warranty_expires' => 'Warranty Expires', 'years' => 'years', ) ; diff --git a/resources/lang/en-GB/admin/manufacturers/message.php b/resources/lang/en-GB/admin/manufacturers/message.php index 6586d2af44..21a4bc5aaf 100644 --- a/resources/lang/en-GB/admin/manufacturers/message.php +++ b/resources/lang/en-GB/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Manufacturer updated successfully.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index 70c807516c..f093042b59 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D barcode type', 'eula_settings' => 'EULA Settings', 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'General Settings', 'generate_backup' => 'Generate Backup', 'header_color' => 'Header Color', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP Employee Number', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', 'login_note' => 'Login Note', 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', 'per_page' => 'Results Per Page', 'php' => 'PHP Version', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', '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 create an incoming webhook on your Slack account.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'System Information', 'update' => 'Update Settings', 'value' => 'Value', diff --git a/resources/lang/en-GB/admin/statuslabels/table.php b/resources/lang/en-GB/admin/statuslabels/table.php index b9b5b7ec4e..27befb5ef7 100644 --- a/resources/lang/en-GB/admin/statuslabels/table.php +++ b/resources/lang/en-GB/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archived', 'create' => 'Create Status Label', 'color' => 'Chart Color', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', 'name' => 'Status Name', diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php index 985138d065..30355972fe 100644 --- a/resources/lang/en-GB/admin/users/general.php +++ b/resources/lang/en-GB/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Click here to restore them.', 'last_login' => 'Last Login', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 9df5b3df69..280cbe4cb8 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -70,6 +70,7 @@ 'department' => 'Department', 'deployed' => 'Deployed', 'depreciation_report' => 'Depreciation Report', + 'details' => 'Details', 'download' => 'Download', 'depreciation' => 'Depreciation', 'editprofile' => 'Edit Your Profile', @@ -79,9 +80,12 @@ 'email_domain_help' => 'This is used to generate email addresses when importing', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'First', 'first_name' => 'First Name', 'first_name_format' => 'First Name (jane@example.com)', + 'files' => 'Files', 'file_name' => 'File', 'file_uploads' => 'File Uploads', 'generate' => 'Generate', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Delete Image', 'image_upload' => 'Upload Image', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Import', 'import-history' => 'Import History', 'asset_maintenance' => 'Asset Maintenance', @@ -118,6 +122,7 @@ 'locations' => 'Locations', 'logout' => 'Logout', 'lookup_by_tag' => 'Lookup by Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Manufacturer', 'manufacturers' => 'Manufacturers', 'markdown' => 'This field allows Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Select Company', 'select_asset' => 'Select Asset', 'settings' => 'Settings', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Sign in', 'signature' => 'Signature', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', diff --git a/resources/lang/en-ID/admin/asset_maintenances/message.php b/resources/lang/en-ID/admin/asset_maintenances/message.php index 8fe4ac8486..ec9552cae9 100644 --- a/resources/lang/en-ID/admin/asset_maintenances/message.php +++ b/resources/lang/en-ID/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Pemeliharaan Aset berhasil dibuat.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Pemeliharaan Aset gagal dirubah, silakan coba lagi.', + 'success' => 'Pemeliharaan Aset berhasil dirubah.' ], 'asset_maintenance_incomplete' => 'Belum selesai', 'warranty' => 'Jaminan', diff --git a/resources/lang/en-ID/admin/consumables/general.php b/resources/lang/en-ID/admin/consumables/general.php index da60dc11e8..9d111b044f 100644 --- a/resources/lang/en-ID/admin/consumables/general.php +++ b/resources/lang/en-ID/admin/consumables/general.php @@ -3,7 +3,7 @@ return array( 'about_consumables_title' => 'Tentang Consumables', 'about_consumables_text' => 'Consumables adalah sesuatu yang dibeli yang akan digunakan dari waktu ke waktu. Misalnya, tinta printer atau kertas fotokopi.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Periksa Comsumable ke pengguna', 'consumable_name' => 'Nama Consumable', 'create' => 'Buat Consumable', 'item_no' => 'No Barang.', diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index a923c03181..37e1730a83 100644 --- a/resources/lang/en-ID/admin/custom_fields/general.php +++ b/resources/lang/en-ID/admin/custom_fields/general.php @@ -1,31 +1,32 @@ 'Custom Fields', - 'field' => 'Field', - 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', - 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database', - 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', - 'encrypted' => 'Encrypted', + 'custom_fields' => 'Bidang Kustom', + 'field' => 'Bidang', + 'about_fieldsets_title' => 'Tentang Fieldsets', + 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda membuat kelompok bidang khusus yang sering digunakan kembali untuk jenis model aset tertentu.', + 'custom_format' => 'Format regex khusus...', + 'encrypt_field' => 'Enkripsikan nilai bidang ini di database', + 'encrypt_field_help' => 'PERINGATAN: Mengenkripsi sebuah field membuatnya tidak bisa ditelusuri. + .', + 'encrypted' => 'Dienkripsi', 'fieldset' => 'Fieldset', 'qty_fields' => 'Qty Fields', - 'fieldsets' => 'Fieldsets', - 'fieldset_name' => 'Fieldset Name', - 'field_name' => 'Field Name', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', - 'field_element' => 'Form Element', - 'field_element_short' => 'Element', + 'fieldsets' => 'Fieldset', + 'fieldset_name' => 'Nama Fieldset', + 'field_name' => 'Nama bidang', + 'field_values' => 'Nilai bidang', + 'field_values_help' => 'Tambahkan opsi yang dapat dipilih, satu per baris. Baris kosong selain baris pertama akan diabaikan.', + 'field_element' => 'Elemen formulir', + 'field_element_short' => 'Elemen', 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', - 'required' => 'Required', + 'field_custom_format' => 'Format kostum regex', + 'field_custom_format_help' => 'Bidang ini memungkinkan Anda menggunakan ekspresi regex untuk validasi. Ini harus dimulai dengan "regex:" - misalnya, untuk memvalidasi bahwa nilai field kustom berisi IMEI yang valid (15 angka numerik), Anda akan menggunakan regex:/^[0-9]{15}$/.', + 'required' => 'Diperlukan', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Digunakan oleh Model', + 'order' => 'Pesanan', + 'create_fieldset' => 'Atur bidang baru', + 'create_field' => 'Kostum field baru', + 'value_encrypted' => 'Nilai field ini dienkripsi dalam database. Hanya pengguna admin yang bisa melihat nilai dekripsi', ); diff --git a/resources/lang/en-ID/admin/custom_fields/message.php b/resources/lang/en-ID/admin/custom_fields/message.php index ed66a6ba16..60d5408e84 100644 --- a/resources/lang/en-ID/admin/custom_fields/message.php +++ b/resources/lang/en-ID/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Bidang tersebut tidak tersedia.', + 'already_added' => 'Bidang sudah ditambahkan', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Bidang gagal dibuat, silahkan coba lagi.', + 'success' => 'Kategori Berhasil dibuat.', + 'assoc_success' => 'Kategori berhasil ditambahkan ke fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Kategori gagal diupdate, silahkan coba lagi', + 'success' => 'Kategori Berhasil dibuat.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Apakah Anda yakin ingin menghapus kategori ini?', + 'error' => 'Terjadi masalah saat menghapus kategori. Silahkan coba lagi.', + 'success' => 'Kategori berhasil dihapus.', + 'in_use' => 'Kategori masih digunakan.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Kategori tidak ada', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Kategori gagal dibuat, silahkan coba lagi.', + 'success' => 'Kategori Berhasil dibuat.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Kategori gagal diupdate, silahkan coba lagi', + 'success' => 'Kategori Berhasil diperbarui.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Apakah Anda yakin ingin menghapus kategori ini?', + 'error' => 'Terjadi masalah saat menghapus kategori. Silahkan coba lagi.', + 'success' => 'Kategori berhasil dihapus.', + 'in_use' => 'Kategori masih digunakan.', ) ), diff --git a/resources/lang/en-ID/admin/departments/table.php b/resources/lang/en-ID/admin/departments/table.php index 76494247be..5e237e234c 100644 --- a/resources/lang/en-ID/admin/departments/table.php +++ b/resources/lang/en-ID/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Nama departemen', + 'manager' => 'Manajer', + 'location' => 'Lokasi', + 'create' => 'Buat Departemen', + 'update' => 'Perbarui Departemen', ); diff --git a/resources/lang/en-ID/admin/depreciations/general.php b/resources/lang/en-ID/admin/depreciations/general.php index 034a300607..4c391019a4 100644 --- a/resources/lang/en-ID/admin/depreciations/general.php +++ b/resources/lang/en-ID/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Tentang Penyusutan Aset', 'about_depreciations' => 'Anda dapat mengatur depresiasi aset berdasarkan straight-line depreciation.', 'asset_depreciations' => 'Penyusutan Aset', - 'create' => 'Create Depreciation', + 'create' => 'Buat Pengurangan', 'depreciation_name' => 'Nama Penyusutan', 'number_of_months' => 'Jumlah Bulan', - 'update' => 'Update Depreciation', + 'update' => 'Perbarui pengurangan', ); diff --git a/resources/lang/en-ID/admin/groups/titles.php b/resources/lang/en-ID/admin/groups/titles.php index e26f8364f2..fbebd80a19 100644 --- a/resources/lang/en-ID/admin/groups/titles.php +++ b/resources/lang/en-ID/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Tentang grup', + 'about_groups' => 'Grup digunakan untuk menyamaratakan izin pengguna.', 'group_management' => 'Manajemen grup', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Buat Grup Baru', + 'update' => 'Atur Grup', 'group_name' => 'Nama Grup', 'group_admin' => 'Admin Kelompok', 'allow' => 'Diijinkan', diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php index fa80b1613b..a39a28cb3d 100644 --- a/resources/lang/en-ID/admin/hardware/form.php +++ b/resources/lang/en-ID/admin/hardware/form.php @@ -1,43 +1,44 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', + 'bulk_delete' => 'Konfirmasi hapus semua aset', + 'bulk_delete_help' => 'Tinjau aset untuk penghapusan massal di bawah ini. Setelah dihapus, aset ini dapat dipulihkan, namun tidak akan dikaitkan lagi dengan pengguna yang saat ini mereka tentukan.', + 'bulk_delete_warn' => 'Anda akan menghapus :asset_count assets.', 'bulk_update' => 'Perbarui Aset secara massal', 'bulk_update_help' => 'Formulir ini memungkinkan Anda untuk memperbarui beberapa aset sekaligus. Hanya mengisi kolom yang Anda butuhkan untuk mengubah. Setiap bidang dibiarkan kosong tidak berubah. ', 'bulk_update_warn' => 'Anda akan mengedit properti :asset_count aset.', 'checkedout_to' => 'Checkout ke', 'checkout_date' => 'Tanggal Check out', 'checkin_date' => 'Tanggal Check in', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', + 'checkout_to' => 'Checkout ke', + 'cost' => 'Biaya pembelian', 'create' => 'Buat Aset', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', - 'depreciates_on' => 'Depreciates On', + 'date' => 'Tanggal Pemebelian', + 'depreciation' => 'Penyusutan', + 'depreciates_on' => 'Penyusutan pada', 'default_location' => 'Lokasi Standar', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', + 'eol_date' => 'Tanggal EOL', + 'eol_rate' => 'Nilai EOL', + 'expected_checkin' => 'Tanggal Checkin yang Diharapkan', 'expires' => 'Kadaluarsa', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', + 'fully_depreciated' => 'Sepenuhnya disusutkan', + 'help_checkout' => 'Jika Anda ingin segera menetapkan aset ini, pilih "Ready to Deploy" dari daftar status di atas. ', + 'mac_address' => 'Alamat MAC', + 'manufacturer' => 'Pabrikan', 'model' => 'Model', 'months' => 'bulan', 'name' => 'Nama Aset', 'notes' => 'Catatan', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', + 'order' => 'Nomor Permintaan', + 'qr' => 'Kode QR', + 'requestable' => 'Pengguna dapat meminta aset ini', 'select_statustype' => 'Pilih Jenis Status', 'serial' => 'Serial', 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', + 'tag' => 'Tag Aset', + 'update' => 'Perbarui aset', 'warranty' => 'Garansi', + 'warranty_expires' => 'Garansi kadaluarsa', 'years' => 'tahun', ) ; diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php index 1def86dc9e..d897a3c1fb 100644 --- a/resources/lang/en-ID/admin/hardware/general.php +++ b/resources/lang/en-ID/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'about_assets_title' => 'Tentang Aset', + 'about_assets_text' => 'Aset adalah item yang dilacak dengan nomor seri atau tag aset. Mereka cenderung menjadi item nilai lebih tinggi di mana mengidentifikasi item tertentu yang penting.', + 'archived' => 'Diarsipkan', + 'asset' => 'Aset', + 'bulk_checkout' => 'Periksa aset ke Pengguna', + 'checkin' => 'Mendaftar aset', + 'checkout' => 'Periksa aset', + 'clone' => 'Gandakan aset', + 'deployable' => 'Bisa dicairkan', + 'deleted' => 'Aset ini telah dihapus Klik di sini untuk memulihkannya.', 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'filetype_info' => 'Tipe file yang dibolehkan png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'model_deleted' => 'Model Aset ini telah dihapus. Anda harus mengembalikan model sebelum mengembalikan Aset.
Klik di sini untuk memulihkan modelnya.', + 'requestable' => 'Permintaan', + 'requested' => 'Diminta', + 'restore' => 'Kembalikan Aset', + 'pending' => 'Tertunda', + 'undeployable' => 'Tidak dapat disebarkan', + 'view' => 'Lihat aset', ); diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php index e087cad26f..a0cff672ca 100644 --- a/resources/lang/en-ID/admin/hardware/message.php +++ b/resources/lang/en-ID/admin/hardware/message.php @@ -2,82 +2,81 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Peringatan:Aset ini telah ditandai karena saat ini tidak dapat dipasangkan lagi. Jika status ini telah berubah, harap perbarui status aset.', + 'does_not_exist' => 'Aset tidak ada.', + 'does_not_exist_or_not_requestable' => 'Percobaan yang bagus Aset itu tidak ada atau tidak dapat diminta.', + 'assoc_users' => 'Aset ini saat ini diperiksa ke pengguna dan tidak dapat dihapus. Harap periksa dulu asetnya, lalu coba hapus lagi. ', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Aset tidak dibuat, coba lagi. :(', + 'success' => 'Aset berhasil dibuat. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Aset tidak diperbarui, coba lagi', + 'success' => 'Aset Berhasil diperbarui.', + 'nothing_updated' => 'Tidak ada kategori yang dipilih, jadi tidak ada yang diperbarui.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Aset tidak dikembalikan, coba lagi', + 'success' => 'Aset Berhasil dikembalikan.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Audit aset tidak berhasil. Silahkan coba lagi.', + 'success' => 'Audit aset berhasil dimasuki.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Berkas tidak terhapus. Silahkan coba lagi.', + 'success' => 'File berhasil dihapus.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.', + 'success' => 'Berkas(s) berhasil diunggah.', + 'nofiles' => 'Anda tidak memilih file untuk diunggah, atau file yang ingin Anda unggah terlalu besar', + 'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Beberapa item tidak diimpor dengan benar.', + 'errorDetail' => 'Item berikut tidak diimpor karena kesalahan.', + 'success' => "File Anda telah diimpor", + 'file_delete_success' => "File anda telah berhasil dihapus", + 'file_delete_error' => "File tidak dapat dihapus", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Yakin ingin menghapus aset ini?', + 'error' => 'Terjadi masalah saat menghapus aset. Silahkan coba lagi.', + 'nothing_updated' => 'Tidak ada aset yang dipilih, jadi tidak ada yang diperbarui.', + 'success' => 'Aset berhasil dihapus.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'error' => 'Aset tidak dapat diperiksa, silahkan coba lagi', + 'success' => 'Aset berhasil diperiksa.', + 'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.', + 'not_available' => 'Aset itu tersebut tidak tersedia untuk checkout!', + 'no_assets_selected' => 'Anda harus memilih setidaknya satu aset dari daftar' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Aset tidak dicek, coba lagi', + 'success' => 'Aset berhasil dicek.', + 'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.', + 'already_checked_in' => 'Aset tersebut sudah diperiksa.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Aset tidak dikembalikan, coba lagi', + 'success' => 'Aset Berhasil dikembalikan.', + 'canceled' => 'Permintaan checkout berhasil dibatalkan' ) ); diff --git a/resources/lang/en-ID/admin/hardware/table.php b/resources/lang/en-ID/admin/hardware/table.php index e8baa09d5a..3bc12786c9 100644 --- a/resources/lang/en-ID/admin/hardware/table.php +++ b/resources/lang/en-ID/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', + 'asset_tag' => 'Tag Aset', 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', + 'book_value' => 'Jumlah', + 'change' => 'Masuk/keluar', + 'checkout_date' => 'Tanggal Check out', + 'checkoutto' => 'Memeriksa', 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'dl_csv' => 'Unduh CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', + 'location' => 'Lokasi', + 'purchase_cost' => 'Biaya', + 'purchase_date' => 'Dibeli', 'serial' => 'Serial', 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'title' => 'Aset ', + 'image' => 'Perangkat Gambar', + 'days_without_acceptance' => 'Hari tanpa penerimaan' ); diff --git a/resources/lang/en-ID/admin/licenses/form.php b/resources/lang/en-ID/admin/licenses/form.php index ce29167874..fb66a7ab1b 100644 --- a/resources/lang/en-ID/admin/licenses/form.php +++ b/resources/lang/en-ID/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', + 'asset' => 'Aset', + 'checkin' => 'Mendaftar', + 'create' => 'Buat Lisensi', + 'expiration' => 'Tanggal kadaluarsa', + 'license_key' => 'Kunci produk', + 'maintained' => 'Terawat', + 'name' => 'Nama software', + 'no_depreciation' => 'Jangan Depresiasi', + 'purchase_order' => 'Nomor pesanan pembelian', + 'reassignable' => 'Bisa dialihkan', + 'remaining_seats' => 'Jumlah Sisa', 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'termination_date' => 'Tanggal terminasi', + 'to_email' => 'Berlisensi untuk Email', + 'to_name' => 'Berlisensi untuk nama', + 'update' => 'Perbarui Lisensi', + 'checkout_help' => 'Anda harus memeriksa lisensi ke aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sama dengan orang yang Anda periksa dari aset tersebut.' ); diff --git a/resources/lang/en-ID/admin/licenses/general.php b/resources/lang/en-ID/admin/licenses/general.php index 25a536ec56..b1abe81765 100644 --- a/resources/lang/en-ID/admin/licenses/general.php +++ b/resources/lang/en-ID/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', + 'about_licenses_title' => 'Tentang Lisensi', + 'about_licenses' => 'Lisensi digunakan untuk melacak perangkat lunak. Mereka memiliki sejumlah seat tertentu yang bisa diperiksa ke individu', + 'checkin' => 'Daftar lisensi seat', + 'checkout_history' => 'Periksa riwayat', + 'checkout' => 'Periksa lisensi seat', + 'edit' => 'Ubah Lisensi', + 'filetype_info' => 'Tipe file yang dibolehkan png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'clone' => 'Gandakan Lisensi', + 'history_for' => 'Riwayat untuk ', + 'in_out' => 'Masuk/keluar', + 'info' => 'Informasi lisensi', + 'license_seats' => 'Lisensi seat', 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'seats' => 'Seat', + 'software_licenses' => 'Lisensi perangkat lunak', + 'user' => 'Pengguna', + 'view' => 'Lihat lisensi', ); diff --git a/resources/lang/en-ID/admin/licenses/message.php b/resources/lang/en-ID/admin/licenses/message.php index 3e7ee486c7..89ac844604 100644 --- a/resources/lang/en-ID/admin/licenses/message.php +++ b/resources/lang/en-ID/admin/licenses/message.php @@ -2,50 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', - 'select_asset_or_person' => 'You must select an asset or a user, but not both.', + 'does_not_exist' => 'Lisensi tidak ada.', + 'user_does_not_exist' => 'Pengguna tidak ada.', + 'asset_does_not_exist' => 'Aset yang ingin Anda kaitkan dengan lisensi ini tidak ada.', + 'owner_doesnt_match_asset' => 'Aset yang ingin Anda kaitkan dengan lisensi ini dimiliki oleh orang lain selain orang yang dipilih di dropdown yang ditugaskan.', + 'assoc_users' => 'Lisensi ini saat ini diperiksa oleh pengguna dan tidak dapat dihapus. Mohon periksa dulu lisensinya, lalu coba hapus lagi. ', + 'select_asset_or_person' => 'Anda harus memilih aset atau pengguna, namun tidak keduanya.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Lisensi gagal dibuat, silahkan coba lagi.', + 'success' => 'Lisensi Berhasil dibuat.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'File tidak terhapus Silahkan coba lagi.', + 'success' => 'File berhasil dihapus.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.', + 'success' => 'Berkas(s) berhasil diunggah.', + 'nofiles' => 'Anda tidak memilih file untuk diunggah, atau file yang ingin Anda unggah terlalu besar', + 'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Lisensi gagal dibuat, silahkan coba lagi', + 'success' => 'Lisensi Berhasil dibuat.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Apakah Anda yakin ingin menghapus lisensi ini?', + 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', + 'success' => 'Lisensi berhasil dihapus.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', + 'success' => 'Lisensi berhasil diperiksa' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', + 'success' => 'Lisensi berhasil diperiksa' ), ); diff --git a/resources/lang/en-ID/admin/licenses/table.php b/resources/lang/en-ID/admin/licenses/table.php index dfce4136cb..9a435223ec 100644 --- a/resources/lang/en-ID/admin/licenses/table.php +++ b/resources/lang/en-ID/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Ditugaskan untuk', + 'checkout' => 'Masuk/keluar', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', + 'license_email' => 'Lisensi Email', + 'license_name' => 'Berlisensi Untuk', + 'purchase_date' => 'Tanggal Pembelian', + 'purchased' => 'Dibeli', + 'seats' => 'Seat', + 'hardware' => 'Perangkat keras', 'serial' => 'Serial', - 'title' => 'License', + 'title' => 'Lisensi', ); diff --git a/resources/lang/en-ID/admin/locations/message.php b/resources/lang/en-ID/admin/locations/message.php index 3ba1eed3b6..763eb0e56b 100644 --- a/resources/lang/en-ID/admin/locations/message.php +++ b/resources/lang/en-ID/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Lokasi tidak ada.', + 'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ', + 'assoc_assets' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ', + 'assoc_child_loc' => 'Lokasi ini saat ini merupakan induk dari setidaknya satu lokasi anak dan tidak dapat dihapus. Perbarui lokasi Anda agar tidak lagi merujuk lokasi ini dan coba lagi. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Lokasi tidak dibuat, coba lagi.', + 'success' => 'Lokasi berhasil dibuat.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Lokasi tidak diperbarui, silakan coba lagi', + 'success' => 'Lokasi berhasil diperbarui.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Apakah anda yakin ingin menghapus lokasi ini?', + 'error' => 'Terjadi masalah saat menghapus lokasi. Silahkan coba lagi.', + 'success' => 'Lokasi telah berhasil dihapus.' ) ); diff --git a/resources/lang/en-ID/admin/locations/table.php b/resources/lang/en-ID/admin/locations/table.php index ffa69307d5..c2a5df04db 100644 --- a/resources/lang/en-ID/admin/locations/table.php +++ b/resources/lang/en-ID/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Tentang Lokasi', + 'about_locations' => 'Lokasi digunakan untuk melacak informasi lokasi bagi pengguna, aset, dan item lainnya', + 'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Aset ditetapkan', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'city' => 'Kota', + 'state' => 'Negara', + 'country' => 'Negara', + 'create' => 'Buat Lokasi', + 'update' => 'Perbarui lokasi', + 'name' => 'Nama lokasi', + 'address' => 'Alamat', + 'zip' => 'Kode pos', + 'locations' => 'Lokasi', + 'parent' => 'Induk', + 'currency' => 'Mata Uang Lokasi', + 'ldap_ou' => 'LDAP Cari OU', ); diff --git a/resources/lang/en-ID/admin/manufacturers/message.php b/resources/lang/en-ID/admin/manufacturers/message.php index 6586d2af44..4b3a0fed33 100644 --- a/resources/lang/en-ID/admin/manufacturers/message.php +++ b/resources/lang/en-ID/admin/manufacturers/message.php @@ -2,23 +2,28 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Produsen tidak ada.', + 'assoc_users' => 'Produsen ini saat ini terkait dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model Anda agar tidak lagi mereferensikan produsen ini dan coba lagi. ', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Produsen tidak dibuat, silahkan dicoba lagi.', + 'success' => 'Produsen berhasil dibuat.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Produsen tidak diperbarui, silahkan coba lagi', + 'success' => 'Produsen berhasil diperbarui.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Anda yakin ingin menghapus produsen ini?', + 'error' => 'Terjadi masalah saat menghapus produsen. Silahkan coba lagi.', + 'success' => 'Produsen berhasil dihapus.' ) ); diff --git a/resources/lang/en-ID/admin/manufacturers/table.php b/resources/lang/en-ID/admin/manufacturers/table.php index 4e3ea9904d..6920c5459e 100644 --- a/resources/lang/en-ID/admin/manufacturers/table.php +++ b/resources/lang/en-ID/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'about_manufacturers_title' => 'Tentang produsen', + 'about_manufacturers_text' => 'Produsen adalah perusahaan yang menciptakan aset Anda. Anda dapat menyimpan informasi kontak pendukung penting tentang mereka di sini, yang akan ditampilkan di halaman detail aset Anda.', + 'asset_manufacturers' => 'Produsen aset', + 'create' => 'Buat Produsen', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'name' => 'Nama', + 'support_email' => 'Email pendukung', + 'support_phone' => 'Telepon pendukung', + 'support_url' => 'URL pendukung', + 'update' => 'Perbarui produsen', 'url' => 'URL', ); diff --git a/resources/lang/en-ID/admin/models/general.php b/resources/lang/en-ID/admin/models/general.php index 7fc92ca6ae..a3c7265bd2 100644 --- a/resources/lang/en-ID/admin/models/general.php +++ b/resources/lang/en-ID/admin/models/general.php @@ -1,18 +1,18 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', + 'about_models_title' => 'Tentang Model Aset', + 'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.', + 'deleted' => 'Model ini telah dihapus. Klik di sini untuk memulihkannya.', + 'bulk_delete' => 'Bulk hapus model aset', + 'bulk_delete_help' => 'Gunakan kotak centang di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.', + 'bulk_delete_warn' => 'Anda akan menghapus: model aset model_count.', + 'restore' => 'Kembalikan model', + 'requestable' => 'Pengguna dapat meminta model ini', + 'show_mac_address' => 'Tampilkan bidang alamat MAC dalam aset model ini', + 'view_deleted' => 'View dihapus', + 'view_models' => 'Lihat model', 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'no_custom_field' => 'Tidak ada bidang khusus', ); diff --git a/resources/lang/en-ID/admin/models/message.php b/resources/lang/en-ID/admin/models/message.php index e3b29d5b4b..995b58d058 100644 --- a/resources/lang/en-ID/admin/models/message.php +++ b/resources/lang/en-ID/admin/models/message.php @@ -2,41 +2,41 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Model tidak ada.', + 'assoc_users' => 'Model ini saat ini dikaitkan dengan satu atau lebih aset dan tidak dapat dihapus. Harap hapus asetnya, lalu coba hapus lagi. ', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Model tidak dibuat, silahkan dicoba lagi.', + 'success' => 'Model berhasil dibuat.', + 'duplicate_set' => 'Model aset dengan nama, nama produsen dan nomor model yang sudah ada.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Model tidak diperbarui, silahkan dicoba lagi', + 'success' => 'Model berhasil diperbarui.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Yakin ingin menghapus model aset ini?', + 'error' => 'Terjadi masalah saat menghapus model. Silahkan coba lagi.', + 'success' => 'Model berhasil dihapus.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Aset tidak dikembalikan, coba lagi', + 'success' => 'Model berhasil dikembalikan.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Tidak ada bidang yang berubah, jadi tidak ada yang diperbarui.', + 'success' => 'Model diperbarui.' ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Tidak ada model yang dipilih, jadi tidak ada yang dihapus.', + 'success' => ':success_count model(s) dihapus!', + 'success_partial' => ':success_count model(s) telah dihapus, namun: fail_count tidak dapat dihapus karena mereka masih memiliki aset yang terkait dengannya.' ), ); diff --git a/resources/lang/en-ID/admin/models/table.php b/resources/lang/en-ID/admin/models/table.php index 11a512b3d3..362f11721e 100644 --- a/resources/lang/en-ID/admin/models/table.php +++ b/resources/lang/en-ID/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Buat Model Aset', + 'created_at' => 'Dibuat di', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Model nomor.', + 'name' => 'Nama model aset', + 'numassets' => 'Aset', + 'title' => 'Model aset', + 'update' => 'Perbarui model aset', + 'view' => 'Lihat model aset', + 'update' => 'Perbarui model aset', + 'clone' => 'Gandakan model', + 'edit' => 'Ubah model', ); diff --git a/resources/lang/en-ID/admin/reports/general.php b/resources/lang/en-ID/admin/reports/general.php index b03b97546f..94e8a85068 100644 --- a/resources/lang/en-ID/admin/reports/general.php +++ b/resources/lang/en-ID/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.' ); diff --git a/resources/lang/en-ID/admin/reports/message.php b/resources/lang/en-ID/admin/reports/message.php index d4c8f8198f..1ef096520e 100644 --- a/resources/lang/en-ID/admin/reports/message.php +++ b/resources/lang/en-ID/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Anda harus memilih setidaknya satu pilihan.' ); diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 8d28b72ca9..793804ade1 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -33,13 +33,15 @@ return array( 'default_eula_help_text' => 'Anda juga dapat mengaitkan EULA kastom dengan kategori aset tertentu.', 'display_asset_name' => 'Tampilan nama aset', 'display_checkout_date' => 'Tampilan tanggal keluar', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', + 'display_eol' => 'Tampilkan EOL dalam tampilan tabel', + 'display_qr' => 'Kode Tampilan Persegi', + 'display_alt_barcode' => 'Tampilkan kode batang 1D', 'barcode_type' => 'Tipe Kode Batang 2D', 'alt_barcode_type' => 'Tipe Kode Batang 1D', 'eula_settings' => 'Pengaturan EULA', 'eula_markdown' => 'EULA ini memungkinkan Github merasakan penurunan harga.', + 'footer_text' => 'Teks Footer Tambahan ', + 'footer_text_help' => 'Teks ini akan muncul di footer sisi kanan. Tautan diizinkan menggunakan Github flavored markdown. Jeda, tajuk, gambar, dll bisa mengakibatkan hasil yang tidak dapat diprediksi.', 'general_settings' => 'Pengaturan Umum', 'generate_backup' => 'Membuat Cadangan', 'header_color' => 'Warna Header', @@ -51,14 +53,14 @@ return array( 'ldap_login_test_help' => 'Masukkan nama pengguna dan kata sandi LDAP yang sah dari DN dasar yang anda tentukan di atas untuk menguji apakah proses masuk LDAP anda dikonfigurasi dengan benar. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.', 'ldap_login_sync_help' => 'Ini hanya tes yang bisa dilacak LDAP dengan benar. Jika pengesahan LDAP anda tidak benar, pengguna mungkin masih belum dapat masuk. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.', 'ldap_server' => 'Server LDAP', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', - 'ldap_server_cert' => 'LDAP SSL certificate validation', + 'ldap_server_help' => 'Ini harus dimulai dengan ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_cert' => 'Validasi sertifikat SSL LDAP', 'ldap_server_cert_ignore' => 'Izinkan Sertifikat SSL yang tidak sah', 'ldap_server_cert_help' => 'Pilih kotak centang ini jika anda menggunakan sertifikat SSL yang masuk sendiri dan ingin menerima sertifikat SSL yang tidak sah.', 'ldap_tls' => 'Gunakan TLS', 'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS di server LDAP anda. ', - 'ldap_uname' => 'LDAP Bind Username', - 'ldap_pword' => 'LDAP Bind Password', + 'ldap_uname' => 'LDAP Bind nama pengguna', + 'ldap_pword' => 'LDAP Bind sandi', 'ldap_basedn' => 'Mengikat Dasar DN', 'ldap_filter' => 'Saring LDAP', 'ldap_pw_sync' => 'Sinkronisasi kata sandi LDAP', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Bendera Aktif LDAP', 'ldap_emp_num' => 'Nomor Karyawan LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Lisensi perangkat lunak', 'load_remote_text' => 'Skrip Jarak Jauh', 'load_remote_help_text' => 'Instalasi Snipe-IT ini bisa membuat skrip dari dunia luar.', 'login_note' => 'Catatan Masuk', 'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk anda, misalnya membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima Rasa penurunan Github', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.', 'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan', + 'show_in_model_list' => 'Tunjukkan di Model dalam urutan ke bawah', 'optional' => 'pilihan', 'per_page' => 'Hasil Per Halaman', 'php' => 'Versi PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Titik Akhir Slack', 'slack_integration' => 'Pengaturan Slack', 'slack_integration_help' => 'Integrasi Slack bersifat opsional, namun titik akhir dan saluran diperlukan jika anda ingin menggunakannya. Untuk mengkonfigurasi integrasi Slack, anda harus terlebih dahulubuat webhook masuk di akun slack anda.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Versi Snipe-IT', + 'support_footer' => 'Link footer pendukung ', + 'support_footer_help' => 'Tentukan siapa yang melihat tautan ke informasi pendukung dan panduan pengguna Snipe-IT', 'system' => 'Informasi Sistem', 'update' => 'Perbarui Setelan', 'value' => 'Jumlah', diff --git a/resources/lang/en-ID/admin/statuslabels/message.php b/resources/lang/en-ID/admin/statuslabels/message.php index 6c01be26e9..c01ddf61c6 100644 --- a/resources/lang/en-ID/admin/statuslabels/message.php +++ b/resources/lang/en-ID/admin/statuslabels/message.php @@ -24,8 +24,8 @@ return array( 'help' => array( 'undeployable' => 'Aset ini tidak dapat diberikan kepada siapapun.', - 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', - 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'deployable' => 'Aset ini bisa diperiksa. Begitu mereka ditetapkan, mereka akan menganggap status meta Deployed.', + 'archived' => 'Aset ini tidak dapat diperiksa, dan hanya akan muncul di tampilan Arsip. Ini berguna untuk menyimpan informasi tentang aset untuk tujuan anggaran / sejarah namun menjauhkan mereka dari daftar aset sehari-hari.', 'pending' => 'Aset ini belum bisa diberikan kepada siapapun, sering digunakan untuk barang yang sedang diperbaiki, namun diperkirakan akan kembali beredar.', ), diff --git a/resources/lang/en-ID/admin/statuslabels/table.php b/resources/lang/en-ID/admin/statuslabels/table.php index b9b5b7ec4e..a9bd2803a4 100644 --- a/resources/lang/en-ID/admin/statuslabels/table.php +++ b/resources/lang/en-ID/admin/statuslabels/table.php @@ -1,17 +1,19 @@ 'About Status Labels', - 'archived' => 'Archived', - 'create' => 'Create Status Label', - 'color' => 'Chart Color', - 'deployable' => 'Deployable', - 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', - 'name' => 'Status Name', - 'pending' => 'Pending', - 'status_type' => 'Status Type', - 'show_in_nav' => 'Show in side nav', - 'title' => 'Status Labels', - 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'about' => 'Tentang Label Status', + 'archived' => 'Diarsipkan', + 'create' => 'Buat label status', + 'color' => 'Warna bagan', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', + 'deployable' => 'Bisa disebarkan', + 'info' => 'Label status digunakan untuk menggambarkan berbagai keadaan aset Anda. Mungkin ada perbaikan, kehilangan / pencurian, dll. Anda dapat membuat label status baru untuk aset yang dapat dideplesikan, tertunda dan diarsipkan.', + 'name' => 'Nama status', + 'pending' => 'Tertunda', + 'status_type' => 'Tipe status', + 'show_in_nav' => 'Tunjukkan di sisi nav', + 'title' => 'Label status', + 'undeployable' => 'Tidak dapat disebarkan', + 'update' => 'Perbarui label status', ); diff --git a/resources/lang/en-ID/admin/suppliers/message.php b/resources/lang/en-ID/admin/suppliers/message.php index cea332748f..cf6ef66e60 100644 --- a/resources/lang/en-ID/admin/suppliers/message.php +++ b/resources/lang/en-ID/admin/suppliers/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', + 'does_not_exist' => 'Pemasok tidak ada.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Pemasok belum dibuat, silahkan coba lagi.', + 'success' => 'Pemasok berhasil dibuat.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Pemasok tidak diperbarui, silakan coba lagi', + 'success' => 'Pemasok berhasil diperbarui.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.', - 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'confirm' => 'Yakin ingin menghapus pemasok ini?', + 'error' => 'Terjadi masalah saat menghapus pemasok. Silahkan coba lagi.', + 'success' => 'Pemasok berhasil dihapus.', + 'assoc_assets' => 'Pemasok saat ini terkait dengan :asset_count asset(s) aset dan tidak dapat dihapus. Harap perbarui aset Anda agar tidak lagi mereferensikan pemasok ini dan coba lagi. ', + 'assoc_licenses' => 'Saat ini Pemasok terkait dengan :licenses_count licences(s) dan tidak dapat dihapus. Harap perbarui lisensi Anda agar tidak lagi mereferensikan pemasok ini dan coba lagi. ', + 'assoc_maintenances' => 'Pemasok saat ini terkait dengan :asset_maintenances_count asset maintenances(s) dan tidak dapat dihapus. Harap perbarui pemeliharaan aset Anda agar tidak lagi mereferensikan pemasok ini dan coba lagi. ', ) ); diff --git a/resources/lang/en-ID/admin/suppliers/table.php b/resources/lang/en-ID/admin/suppliers/table.php index 2a7b07ca93..979b2bc040 100644 --- a/resources/lang/en-ID/admin/suppliers/table.php +++ b/resources/lang/en-ID/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', + 'about_suppliers_title' => 'Tentang Pemasok', + 'about_suppliers_text' => 'Pemasok digunakan untuk melacak sumber barang', + 'address' => 'Alamat pemasok', + 'assets' => 'Aset', + 'city' => 'Kota', + 'contact' => 'Nama Kontak', + 'country' => 'Negara', + 'create' => 'Buat pemasok', 'email' => 'Email', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Lisensi', + 'name' => 'Nama pemasok', + 'notes' => 'Catatan', + 'phone' => 'Telepon', + 'state' => 'Negara', + 'suppliers' => 'Pemasok', + 'update' => 'Perbarui pemasok', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Lihat pemasok', + 'view_assets_for' => 'Lihat Aset untuk', + 'zip' => 'Kode pos', ); diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php index 0abcb97291..7cfe33950b 100644 --- a/resources/lang/en-ID/admin/users/general.php +++ b/resources/lang/en-ID/admin/users/general.php @@ -3,23 +3,24 @@ return array( - 'assets_user' => 'Assets assigned to :name', + 'assets_user' => 'Aset ditetapkan untuk :name', 'bulk_update_warn' => 'Anda akan sunting properti dari :user_count pengguna. Silahkan catat anda tidak dapat menggubah atribut pengguna anda sendiri menggunakan formulir ini, dan harus membuat penyuntingan untuk pengguna anda sendiri secara pribadi.', 'bulk_update_help' => 'Formulir ini membolehkan anda perbarui beberapa pengguna sekaligus. Hanya mengisi bidang yang anda perlu ubah. Setiap bidang yang kosong akan tetap tidak berubah.', 'current_assets' => 'Aset saat ini diperiksa untuk pengguna ini', 'clone' => 'Gandakan pengguna', - 'contact_user' => 'Contact :name', + 'contact_user' => 'Kontak :name', 'edit' => 'Sunting Pengguna', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', + 'filetype_info' => 'Tipe file yang dibolehkan png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'Riwayat untuk :name', 'info' => 'Info', 'restore_user' => 'Klik disini untuk mengembalikan mereka.', 'last_login' => 'Masuk terakhir', 'ldap_config_text' => 'Pengaturan konfigurasi LDAP dapat ditemukan di Admin > Pengaturan. Lokasi pilihan (opsional) akan di atur untuk semua pengguna yang diimpor.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', + 'print_assigned' => 'Cetak semua yang ditetapkan', + 'software_user' => 'Software diperiksa untuk :name', + 'view_user' => 'Lihat pengguna :name', 'usercsv' => 'Berkas CSV', 'two_factor_admin_optin_help' => 'Pengaturan admin anda saat ini membolehkan pelaksanaan otentifikasi dua-faktor secara selektif. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_enrolled' => 'Perangkat 2FA Terdaftar ', + 'two_factor_active' => '2FA Aktif ', ); diff --git a/resources/lang/en-ID/admin/users/table.php b/resources/lang/en-ID/admin/users/table.php index e172921c1f..848080ec01 100644 --- a/resources/lang/en-ID/admin/users/table.php +++ b/resources/lang/en-ID/admin/users/table.php @@ -8,18 +8,18 @@ return array( 'createuser' => 'Membuat pengguna', 'deny' => 'Tolak', 'email' => 'Surel', - 'employee_num' => 'Employee No.', + 'employee_num' => 'Nomor karyawan.', 'first_name' => 'Nama depan', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'groupnotes' => 'Pilih grup yang akan ditetapkan ke pengguna, ingat bahwa pengguna mengambil hak akses grup yang ditetapkan.', 'id' => 'Id', - 'inherit' => 'Inherit', + 'inherit' => 'Mewarisi', 'job' => 'Judul pekerjaan', 'last_login' => 'Masuk terakhir', 'last_name' => 'Nama Belakang', 'location' => 'Lokasi', 'lock_passwords' => 'Rincian masuk tidak dapat diubah pada instalasi ini.', 'manager' => 'Manajer', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Lokasi yang Dikelola', 'name' => 'Nama', 'notes' => 'Catatan', 'password_confirm' => 'Konfirmasi kata sandi', @@ -29,10 +29,10 @@ return array( 'show_deleted' => 'Tampilkan pengguna yang dihapus', 'title' => 'Judul', 'to_restore_them' => 'untuk mengembalikan mereka.', - 'updateuser' => 'Update User', + 'updateuser' => 'Perbarui pengguna', 'username' => 'Nama pengguna', 'user_deleted_text' => 'Pengguna ini sudah ditandai sebagai sudah terhapus.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', + 'username_note' => '(Ini hanya digunakan untuk mengikat Direktori Aktif saja, bukan untuk login.)', + 'cloneuser' => 'Gandakan pengguna', 'viewusers' => 'Tampilkan pengguna', ); diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index f5a634545e..bc69d4d26d 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -1,89 +1,93 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', + 'accessories' => 'Aksesoris', + 'activated' => 'Diaktifkan', + 'accessory' => 'Aksesoris', + 'accessory_report' => 'Laporan Aksesori', + 'action' => 'Langkah', 'activity_report' => 'Laporan Aktifitas', 'address' => 'Alamat', 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', + 'add_seats' => 'Seat ditambahkan', + 'all_assets' => 'Semua aset', 'all' => 'Semua', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', + 'archived' => 'Diarsipkan', + 'asset_models' => 'Model aset', 'asset_model' => 'Model', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', + 'asset' => 'Aset', + 'asset_report' => 'Laporan aset', + 'asset_tag' => 'Penanda aset', + 'assets_available' => 'aset tersedia', 'audit' => 'Audit', 'audit_report' => 'Audit Log', - 'assets' => 'Assets', + 'assets' => 'Aset', 'avatar_delete' => 'Hapus Avatar', 'avatar_upload' => 'Unggah Avatar', 'back' => 'Kembali', 'bad_data' => 'Tidak ada yang ditemukan. Mungkinkah data buruk?', 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit_status' => 'Status Audit', + 'bulk_checkout' => 'Periksa Bulk', 'cancel' => 'Batal', 'categories' => 'Kategori', 'category' => 'Kategori', - 'change' => 'In/Out', + 'change' => 'Masuk/keluar', 'changeemail' => 'Ubah alamat surel', 'changepassword' => 'Ubah kata sandi', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', + 'checkin' => 'Mendaftar', + 'checkin_from' => 'Checkin dari', 'checkout' => 'Checkout', 'city' => 'Kota', 'click_here' => 'Klik disini', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Hapus yang dipilih', 'companies' => 'Perusahaan', 'company' => 'Perusahaan', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', + 'component' => 'Komponen', + 'components' => 'Komponen', + 'complete' => 'Lengkap', + 'consumable' => 'Dapat dikonsumsi', + 'consumables' => 'Dapat dikonsumsi', + 'country' => 'Negara', 'create' => 'Buat baru', - 'created' => 'Item Created', - 'created_asset' => 'created asset', + 'created' => 'Item telah dibuat', + 'created_asset' => 'buat aset', 'created_at' => 'Dibuat di', 'updated_at' => 'Diperbarui pada', 'currency' => 'IDR', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', + 'current' => 'Saat ini', + 'custom_report' => 'Laporan aset kostum', 'dashboard' => 'Dashboard', 'days' => 'hari', - 'days_to_next_audit' => 'Days to Next Audit', + 'days_to_next_audit' => 'Hari untuk audit selanjutnya', 'date' => 'Tanggal', 'debug_warning' => 'Peringatan!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning_text' => 'Aplikasi ini berjalan dalam mode produksi dengan debugging diaktifkan. Hal ini dapat mengekspos data sensitif jika aplikasi Anda dapat diakses oleh dunia luar. Nonaktifkan mode debug dengan menetapkan nilai APP_DEBUG value in your .env file to false.', 'delete' => 'Hapus', 'deleted' => 'Dihapus', 'delete_seats' => 'Tempat dihapus', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', + 'departments' => 'Departemen', + 'department' => 'Departemen', + 'deployed' => 'Diterapkan', + 'depreciation_report' => 'Laporan Penurunan', + 'details' => 'Detail', 'download' => 'Unduh', - 'depreciation' => 'Depreciation', + 'depreciation' => 'Penurunan nilai', 'editprofile' => 'Sunting profil anda', 'eol' => 'EOL', 'email_domain' => 'Email Domain', 'email_format' => 'Format Surel', 'email_domain_help' => 'Ini digunakan untuk menghasilkan alamat surel ketika saat mengimpor', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', + 'filastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Pertama', 'first_name' => 'Nama Pertama', 'first_name_format' => 'Nama Depan (jane@example.com)', + 'files' => 'Berkas', 'file_name' => 'Berkas', - 'file_uploads' => 'File Uploads', + 'file_uploads' => 'Unggah berkas', 'generate' => 'Generate', 'github_markdown' => 'This field accepts Github flavored markdown.', 'groups' => 'Groups', @@ -94,7 +98,7 @@ 'image' => 'Gambar', 'image_delete' => 'Hapus Gambar', 'image_upload' => 'Unggah Gambar', - 'image_filetypes_help' => 'Jenis berkas yang diterima adalah jpg, png, gif, dan svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Impor', 'import-history' => 'Riwayat Impor', 'asset_maintenance' => 'Asset Maintenance', @@ -118,6 +122,7 @@ 'locations' => 'Locations', 'logout' => 'Logout', 'lookup_by_tag' => 'Lookup by Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Manufacturer', 'manufacturers' => 'Manufacturers', 'markdown' => 'This field allows Github flavored markdown.', @@ -163,48 +168,51 @@ 'select_depreciation' => 'Select a Depreciation Type', 'select_location' => 'Pilih lokasi', 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', + 'select_model' => 'Pilih sebuah model', + 'select_supplier' => 'Pilih pabrikan', 'select_user' => 'Pilih pengguna', 'select_date' => 'Pilih tanggal (YYYY-MM-DD)', 'select_statuslabel' => 'Pilih status', 'select_company' => 'Pilih perusahaan', - 'select_asset' => 'Select Asset', + 'select_asset' => 'Pilih aset', 'settings' => 'Pengaturan', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Masuk', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', + 'signature' => 'Tanda tangan', + 'skin' => 'Skin', + 'some_features_disabled' => 'DEMO MODE: Beberapa fitur dinonaktifkan untuk penginstalan ini.', + 'site_name' => 'Nama Situs', + 'state' => 'Negara', 'status_labels' => 'Status Labels', 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', + 'supplier' => 'Pemasok', + 'suppliers' => 'Pemasok', + 'sure_to_delete' => 'Apakah anda yakin ingin menghapus', + 'submit' => 'Kirim', 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', + 'time_and_date_display' => 'Tampilan Waktu dan Tanggal', + 'total_assets' => 'total aset', + 'total_licenses' => 'total lisensi', + 'total_accessories' => 'total aksesoris', + 'total_consumables' => 'total masa pakai', + 'type' => 'Jenis', + 'undeployable' => 'Tidak dapat disebarkan', + 'unknown_admin' => 'Admin tidak diketahui', + 'username_format' => 'Format nama pengguna', + 'update' => 'Perbarui', + 'uploaded' => 'Unggah', + 'user' => 'Pengguna', + 'accepted' => 'diterima', + 'declined' => 'menurun', + 'unaccepted_asset_report' => 'Aset tidak diterima', + 'users' => 'Pengguna', + 'viewassets' => 'Lihat aset yang ditetapkan', + 'website' => 'Situs Web', + 'welcome' => 'Selamat datang :nama', + 'years' => 'tahun', 'yes' => 'Yes', 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', + 'noimage' => 'Gambar tidak diunggah atau gambar tidak ditemukan.', 'token_expired' => 'Sesi formulir anda sudah berakhir. Silahkan coba lagi.', ]; diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php index 275e44ef57..fcf1215c7d 100644 --- a/resources/lang/en-ID/mail.php +++ b/resources/lang/en-ID/mail.php @@ -3,32 +3,31 @@ return array( 'a_user_canceled' => 'Pengguna sudah membatalkan permintaan item di situs web', 'a_user_requested' => 'Pengguna sudah meminta sebuah item di situs web', - 'accessory_name' => 'Accessory Name:', + 'accessory_name' => 'Nama Aksesoris:', 'additional_notes' => 'Catatan Tambahan:', 'admin_has_created' => 'Admin sudah membuat akun untuk anda di :web situs web.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', + 'asset' => 'Aset:', + 'asset_name' => 'Nama Aset:', + 'asset_requested' => 'Permintaan aset', + 'asset_tag' => 'Tag Aset:', + 'assets_warrantee_expiring' => '{1} aset dengan garansi kedaluwarsa dalam 60 hari ke depan. Aset [2, Inf] dengan garansi akan habis dalam 60 hari ke depan.', + 'assigned_to' => 'Ditetapkan untuk', 'best_regards' => 'Salam hormat,', 'canceled' => 'Dibatalkan:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', + 'checkin_date' => 'Tanggal Check in:', + 'checkout_date' => 'Tanggal Check out:', + 'click_to_confirm' => 'Silahkan klik pada link berikut untuk mengkonfirmasi :akun web Anda:', + 'click_on_the_link_accessory' => 'Silahkan klik pada link di bagian bawah untuk mengkonfirmasi bahwa Anda telah menerima aksesori.', 'click_on_the_link_asset' => 'Silahkan klik pada tautan di bawah untuk konfirmasi anda sudah menerima aset itu.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', + 'Confirm_Asset_Checkin' => 'Konfirmasikan Checkin Aset.', + 'Confirm_Accessory_Checkin' => 'Konfirmasikan Checkin Aksesori.', + 'Confirm_accessory_delivery' => 'Konfirmasikan pengiriman aksesori.', + 'Confirm_asset_delivery' => 'Konfirmasikan pengiriman aset.', + 'Confirm_consumable_delivery' => 'Konfirmasikan pengiriman consumable.', + 'current_QTY' => 'QTY saat ini', 'Days' => 'Hari', 'days' => 'Hari', - 'expecting_checkin_date' => 'Expected Checkin Date:', + 'expecting_checkin_date' => 'Tanggal Checkin yang Diharapkan:', 'expires' => 'Berakhir', 'Expiring_Assets_Report' => 'Laporan aset berakhir.', 'Expiring_Licenses_Report' => 'Laporan lisensi berakhir.', @@ -36,16 +35,16 @@ return array( 'hi' => 'Hai', 'i_have_read' => 'Saya sudah baca dan menyetujui syarat penggunaan, dan sudah menerima item ini.', 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'items_below_minimum' => '{1} item yang berada di bawah persediaan minimum atau akan segera rendah. | [2, Inf] item yang berada di bawah minimum +                               persediaan atau akan segera rendah.', + 'Item_Request_Canceled' => 'Permintaan item dibatalkan', + 'Item_Requested' => 'Item yang diminta', + 'licenses_expiring' => '{1} lisensi kedaluwarsa 60 hari berikutnya. Lisensi [2, Inf] akan berakhir 60 hari ke depan.', + 'link_to_update_password' => 'Silahkan klik pada link berikut untuk memperbarui :web password:', + 'login_first_admin' => 'Login ke instalasi Snipe-IT baru Anda dengan menggunakan kredensial di bawah ini:', 'login' => 'Masuk:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', + 'Low_Inventory_Report' => 'Laporan Inventaris Rendah', + 'min_QTY' => 'QTY minimum', 'name' => 'Nama', 'new_item_checked' => 'Item baru sudah diperiksa atas nama anda, rinciannya dibawah ini.', 'password' => 'Kata Sandi:', @@ -56,18 +55,18 @@ return array( 'requested' => 'Diminta:', 'reset_link' => 'Tautan Atur ulang kata sandi anda', 'reset_password' => 'Klik disini untuk atur ulang kata sandi anda:', - 'serial' => 'Serial', - 'supplier' => 'Supplier', + 'serial' => 'Serial:', + 'supplier' => 'Pemasok', 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', + 'test_email' => 'Coba Email dari Snipe-IT', + 'test_mail_text' => 'Ini adalah uji coba dari Snipe-IT Asset Management System. Jika Anda mendapatkan ini, mail sedang bekerja :)', + 'the_following_item' => 'Item berikut telah diperiksa: ', + 'There_are' => '{1} Ada sebuah | [2, Inf] Ada banyak', 'to_reset' => 'Untuk atur ulang kata sandi situs web: anda, lengkapi formulir ini:', 'type' => 'Jenis', 'user' => 'Pengguna:', 'username' => 'Nama pengguna:', 'welcome' => 'Selamat datang :nama', 'welcome_to' => 'Selamat datang di :Web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'your_credentials' => 'Kredensial Snipe-IT Anda', ); diff --git a/resources/lang/en-ID/table.php b/resources/lang/en-ID/table.php index f7a49d86c1..ee00630a60 100644 --- a/resources/lang/en-ID/table.php +++ b/resources/lang/en-ID/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', + 'actions' => 'Tindakan', + 'action' => 'Langkah', + 'by' => 'Oleh', 'item' => 'Item', ); diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php index 7ae32ba8ad..9db4aae340 100644 --- a/resources/lang/en-ID/validation.php +++ b/resources/lang/en-ID/validation.php @@ -13,62 +13,62 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Atribut :harus diterima.', + 'active_url' => 'Atribut :bukan URL yang valid.', + 'after' => 'Atribut :harus tanggal setelah: tanggal.', + 'after_or_equal' => 'Atribut :harus tanggal setelah atau sama dengan: tanggal.', + 'alpha' => 'Atribut :hanya boleh berisi huruf.', + 'alpha_dash' => 'Atribut :hanya boleh berisi huruf, angka, dan tanda hubung.', + 'alpha_num' => 'Atribut :hanya boleh berisi huruf dan angka.', + 'array' => 'Atribut :harus berupa array.', + 'before' => 'Atribut :harus tanggal setelah: tanggal.', + 'before_or_equal' => 'Atribut :harus tanggal setelah atau sama dengan: tanggal.', 'between' => [ - 'numeric' => 'The :attribute must be between :min - :max.', - 'file' => 'The :attribute must be between :min - :max kilobytes.', - 'string' => 'The :attribute must be between :min - :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Atribut harus antara :min - : max.', + 'file' => 'Atribut harus antara :min - : max.', + 'string' => 'Atribut harus antara :min - : maks karakter.', + 'array' => 'Atribut :harus antara :min dan : max item.', ], - 'boolean' => 'The :attribute must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute format is invalid.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Atribut: harus benar atau salah.', + 'confirmed' => 'The: konfirmasi atribut tidak cocok.', + 'date' => 'Atribut :bukan Tanggal yang valid.', + 'date_format' => 'The: atribut tidak sesuai format: format.', + 'different' => 'The: atribut dan: lainnya harus berbeda.', + 'digits' => 'Atribut: harus: digit digit.', + 'digits_between' => 'Atribut :harus antara :min dan : max digit.', + 'dimensions' => 'Atribut: atribut memiliki dimensi gambar yang tidak benar.', + 'distinct' => 'The :Bidang atribut memiliki nilai duplikat.', + 'email' => 'Format atribut tidak valid.', + 'exists' => 'Yang dipilih: atribut tidak valid.', + 'file' => 'The: atribut harus berupa file.', + 'filled' => 'Bidang atribut harus memiliki nilai.', + 'image' => 'Atribut: harus berupa gambar.', + 'in' => 'Yang dipilih :atribut tidak valid.', + 'in_array' => 'Bidang atribut :tidak ada di :lainnya.', + 'integer' => 'Atribut harus integer.', + 'ip' => 'Atribut :harus alamat IP yang valid.', + 'ipv4' => 'Atribut :harus alamat IPv4 yang valid.', + 'ipv6' => 'Atribut :harus alamat IPv6 yang valid.', + 'json' => 'Atribut: harus string JSON yang valid.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Atribut: mungkin tidak lebih besar dari: maks.', + 'file' => 'Atribut :mungkin tidak lebih besar dari :max kilobyte.', + 'string' => 'Atribut :mungkin tidak lebih besar dari :karakter maks.', + 'array' => 'Atribut :mungkin tidak lebih dari :item maks.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Atribut harus berupa file tipe: :niai.', + 'mimetypes' => 'Atribut harus berupa file tipe: : nilai.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Atribut :minimal harus :min.', + 'file' => 'Atribut :minimal harus :min kilobyte.', + 'string' => 'Atribut :minimal harus :min karakter.', + 'array' => 'Atribut :setidaknya harus memiliki :item min.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'valid_regex' => 'That is not a valid regex. ', - 'regex' => 'The :attribute format is invalid.', + 'not_in' => 'Yang dipilih: atribut tidak valid.', + 'numeric' => 'The: atribut harus berupa angka.', + 'present' => 'Bidang atribut harus ada.', + 'valid_regex' => 'Ini bukan regex yang valid. ', + 'regex' => 'Format atribut tidak valid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', diff --git a/resources/lang/es-CO/admin/accessories/general.php b/resources/lang/es-CO/admin/accessories/general.php index cf577d8a6b..e11827d05d 100644 --- a/resources/lang/es-CO/admin/accessories/general.php +++ b/resources/lang/es-CO/admin/accessories/general.php @@ -5,8 +5,8 @@ return array( 'about_accessories_text' => 'Accesorios son cualquier cosa que entregues a los usuarios pero que no tenga numero de serie (o no te interese seguirlos). Por ejemplo, ratones o teclados.', 'accessory_category' => 'Categoría de accesorio', 'accessory_name' => 'Nombre de accesorio', - 'checkout' => 'Checkout Accesorio', - 'checkin' => 'Checkin Accesorio', + 'checkout' => 'Retirar Accesorio', + 'checkin' => 'Registrar Accesorio', 'create' => 'Crear Accesorio', 'edit' => 'Editar Accesorio', 'eula_text' => 'Categoría EULA', diff --git a/resources/lang/es-CO/admin/accessories/message.php b/resources/lang/es-CO/admin/accessories/message.php index 203a0789b8..be2b9d4204 100644 --- a/resources/lang/es-CO/admin/accessories/message.php +++ b/resources/lang/es-CO/admin/accessories/message.php @@ -16,9 +16,9 @@ return array( ), 'delete' => array( - 'confirm' => 'Estas seguro de borrar este accesorio?', - 'error' => 'Ha habido un problema eliminando este accesorio. Intentalo de nuevo.', - 'success' => 'El accesorio fue borrado con éxito.' + 'confirm' => '¿Estás seguro de querer borrar este accesorio?', + 'error' => 'Hubo un problema eliminando el accesorio. Por favor, inténtalo de nuevo.', + 'success' => 'El accesorio ha sido borrado con éxito.' ), 'checkout' => array( diff --git a/resources/lang/es-CO/admin/categories/general.php b/resources/lang/es-CO/admin/categories/general.php index 411830e381..64bfe23278 100644 --- a/resources/lang/es-CO/admin/categories/general.php +++ b/resources/lang/es-CO/admin/categories/general.php @@ -2,22 +2,22 @@ return array( 'about_categories_title' => 'Acerca de Categorías', - 'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: "PCs", "Portátiles", "Móviles", "Tabletas", etc.', - 'asset_categories' => 'Categorias', - 'category_name' => 'Categoría', - 'checkin_email' => 'Enviar un correo al usuario al efectuar la devolución.', + 'about_categories' => 'Las categorías te ayudan a organizar tus elementos. Algunos ejemplos de categoría pueden ser "Desktops", "Laptops", "Teléfonos Móviles", "Tablets", y otros, pero puedes usar las categorías de cualquier manera que tengan sentido para ti.', + 'asset_categories' => 'Categorías de Equipos', + 'category_name' => 'Nombre de la Categoría', + 'checkin_email' => 'Enviar un correo al usuario al registrar.', 'clone' => 'Clonar Categoría', 'create' => 'Crear Categoría', 'edit' => 'Editar Categoría', - 'eula_text' => 'Categoría EULA', - 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', - 'name' => 'Nombre de la categoría', - 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', - 'required_acceptance' => 'Se enviará un email a este usuario con un link para confirmar la aceptación de este item.', - 'required_eula' => 'Se enviará un email a este usuario con una copia del EULA', - 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', + 'eula_text' => 'Licencia de Categoría', + 'eula_text_help' => 'Este campo te permite personalizar tus licencias para tipos específicos de equipos, Si sólo tienes una licencia para todos tus activos, puedes seleccionar el cuadro debajo para usar la licencia primaria por defecto.', + 'name' => 'Nombre de la Categoría', + 'require_acceptance' => 'Requerir que los usuarios confirmen que aceptan los equipos en esta categoría.', + 'required_acceptance' => 'Se le enviará un email a este usuario con un enlace para confirmar que acepta este elemento.', + 'required_eula' => 'Se le enviará una copia de las licencias a este usuario', + 'no_default_eula' => 'No se ha encontrado una licencia primaria por defecto. Añade una en Configuración.', 'update' => 'Actualizar Categoría', - 'use_default_eula' => 'En su lugar, use el EULA por defecto.', - 'use_default_eula_disabled' => 'En su lugar, use el EULA por defecto. No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.', + 'use_default_eula' => 'Usa la licencia primaria predeterminada en su lugar.', + 'use_default_eula_disabled' => 'Usa la licencia primaria predeterminada en su lugar. No se ha establecido ninguna licencia primaria predeterminada. Por favor, añade una en las Configuraciones.', ); diff --git a/resources/lang/es-CO/admin/categories/message.php b/resources/lang/es-CO/admin/categories/message.php index 4878c7950d..d0536f8f77 100644 --- a/resources/lang/es-CO/admin/categories/message.php +++ b/resources/lang/es-CO/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Categoría inexistente.', - 'assoc_models' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada. ', - 'assoc_items' => 'Esta categoría está actualmente asociada con al menos uno: asset_type y no se puede eliminar. Por favor actualice su: asset_type para ya no hacer referencia a esta categoría e inténtelo de nuevo. ', + 'does_not_exist' => 'La categoría no existe.', + 'assoc_models' => 'Esta categoría está actualmente asociada con al menos un modelo y no puede ser eliminada. Por favor actualiza tus modelos para no referenciar más esta categoría e inténtalo de nuevo. ', + 'assoc_items' => 'Esta categoría está actualmente asociada con al menos un :asset_type y no puede ser eliminada. Por favor actualiza tus :asset_type para no referenciar más esta categoría e inténtalo de nuevo. ', 'create' => array( - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.' + 'error' => 'La categoría no fue creada, por favor inténtalo de nuevo.', + 'success' => 'Categoría creada con éxito.' ), 'update' => array( - 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', - 'success' => 'Categoría actualizada correctamente.' + 'error' => 'La categoría no se actualizó, por favor, inténtalo de nuevo', + 'success' => 'Categoría actualizada con éxito.' ), 'delete' => array( - 'confirm' => 'Estás seguro de eliminar esta categoría?', - 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.' + 'confirm' => '¿Estás seguro de que deseas eliminar esta categoría?', + 'error' => 'Hubo un problema eliminando la categoría. Por favor, inténtalo de nuevo.', + 'success' => 'La categoría fue eliminada con éxito.' ) ); diff --git a/resources/lang/es-CO/admin/categories/table.php b/resources/lang/es-CO/admin/categories/table.php index 441e322fcc..55ac255e5f 100644 --- a/resources/lang/es-CO/admin/categories/table.php +++ b/resources/lang/es-CO/admin/categories/table.php @@ -1,10 +1,10 @@ 'EULA', + 'eula_text' => 'Licencia', 'id' => 'ID', 'parent' => 'Padre', 'require_acceptance' => 'Aceptación', - 'title' => 'Categoría de equipo', + 'title' => 'Nombre de Categoría del Equipo', ); diff --git a/resources/lang/es-CO/admin/companies/general.php b/resources/lang/es-CO/admin/companies/general.php index 5a0aee84b2..d91a3ee3f3 100644 --- a/resources/lang/es-CO/admin/companies/general.php +++ b/resources/lang/es-CO/admin/companies/general.php @@ -1,6 +1,6 @@ 'Sobre las empresas', - 'about_companies_text' => 'Empresas pueden ser utilizadas como un campo de identificador simple, o pueden utilizarse para limitar la visibilidad de los activos, usuarios, etc, si el soporte completo a la empresa está habilitado en la configuración del Admin.', - 'select_company' => 'Seleccionar compañía', + 'about_companies_title' => 'Acerca de las Compañías', + 'about_companies_text' => 'Las compañías pueden ser usadas como un simple campo de identificación, o pueden ser usadas para limitar la visibilidad de los activos, usuarios, etc, si está habilitado el soporte completo a la compañía en tu configuración de administrador.', + 'select_company' => 'Seleccionar Compañía', ]; diff --git a/resources/lang/es-CO/admin/companies/message.php b/resources/lang/es-CO/admin/companies/message.php index a1bc7db6ff..201249e352 100644 --- a/resources/lang/es-CO/admin/companies/message.php +++ b/resources/lang/es-CO/admin/companies/message.php @@ -1,18 +1,18 @@ 'La compañía no existe.', - 'assoc_users' => 'Esta compañía ya está asociada con al menos un modelo y no puede eliminarse. Por favor, actualiza tus modelos para no referenciar esta compañía de nuevo y prueba otra vez. ', + 'does_not_exist' => 'La Compañía no existe.', + 'assoc_users' => 'Esta compañía está actualmente asociada con al menos un modelo y no puede ser eliminada. Por favor actualiza tus modelos para no referenciar más esta compañía e inténtalo de nuevo. ', 'create' => array( - 'error' => 'Esta compañía no ha sido creada, por favor pruebe de nuevo.', - 'success' => 'Compañía creada satisfactoriamente.' + 'error' => 'La compañía no fue creada, por favor, inténtalo de nuevo.', + 'success' => 'La compañía fue creada con éxito.' ), 'update' => array( - 'error' => 'Compañía no actualizada, por favor inténtelo de nuevo', - 'success' => 'Compañía actualizada correctamente.' + 'error' => 'La compañía no fue actualizada, por favor, inténtalo de nuevo', + 'success' => 'Compañía actualizada con éxito.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar esta compañía?', - 'error' => 'Hubo un problema eliminando esta compañía. Inténtelo de nuevo.', - 'success' => 'Esta compañía se eliminó satisfactoriamente.' + 'confirm' => '¿Estás seguro de que quieres eliminar esta compañía?', + 'error' => 'Hubo un problema eliminando la compañía. Por favor, inténtalo de nuevo.', + 'success' => 'La compañía fue eliminada con éxito.' ) ); diff --git a/resources/lang/es-CO/admin/components/general.php b/resources/lang/es-CO/admin/components/general.php index 5586f17c7c..4897aecb24 100644 --- a/resources/lang/es-CO/admin/components/general.php +++ b/resources/lang/es-CO/admin/components/general.php @@ -1,16 +1,16 @@ 'Sobre los componentes', - 'about_components_text' => 'Un Componente es parte de un Equipo, por ejemplo, Disco Duro, Ram, DVD, etc.', + 'about_components_title' => 'Acerca de Componentes', + 'about_components_text' => 'Los componentes son elementos que son parte de un equipo, por ejemplo, disco duro, RAM, etc.', 'component_name' => 'Nombre de Componente', - 'checkin' => 'Checkin Componente', - 'checkout' => 'Checkout Componente', - 'cost' => 'Costo de compra', - 'create' => 'Crear componente', - 'edit' => 'Editar componente', - 'date' => 'Fecha de compra', - 'order' => 'Nùmero de orden', + 'checkin' => 'Registrar Componente', + 'checkout' => 'Retirar Componente', + 'cost' => 'Costo de Compra', + 'create' => 'Crear Componente', + 'edit' => 'Editar Componente', + 'date' => 'Fecha de Compra', + 'order' => 'Orden Número', 'remaining' => 'Restante', 'total' => 'Total', 'update' => 'Actualizar Componente', diff --git a/resources/lang/es-CO/admin/components/message.php b/resources/lang/es-CO/admin/components/message.php index fb8de539ce..81125e81be 100644 --- a/resources/lang/es-CO/admin/components/message.php +++ b/resources/lang/es-CO/admin/components/message.php @@ -5,31 +5,31 @@ return array( 'does_not_exist' => 'El componente no existe.', 'create' => array( - 'error' => 'El componente no fuè creado, intentalo de nuevo.', - 'success' => 'El componente se creò satisfactoriamente.' + 'error' => 'El componente no fue creado, por favor inténtalo de nuevo.', + 'success' => 'Componente creado con éxito.' ), 'update' => array( - 'error' => 'El componente no se actualizò, intentalo de nuevo', - 'success' => 'Componente actualizado satisfactoriamente.' + 'error' => 'El componente no se actualizó, por favor inténtalo de nuevo', + 'success' => 'Componente actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Estàs seguro de que quieres borrar este componente?', - 'error' => 'Hubo un problema al querer borrar el componente, intentalo de nuevo.', - 'success' => 'El componente fue borrado satisfactoriamente.' + 'confirm' => '¿Estás seguro de que deseas eliminar este componente?', + 'error' => 'Hubo un problema eliminando el componente. Por favor, inténtalo de nuevo.', + 'success' => 'El componente fue eliminado con éxito.' ), 'checkout' => array( - 'error' => 'El componente no hizo check out, intentalo de nuevo', - 'success' => 'Check out del componente satisfactorio.', - 'user_does_not_exist' => 'El usuario es invalido, intentalo de nuevo.' + 'error' => 'El componente no fue retirado, por favor, inténtalo de nuevo', + 'success' => 'Componente retirado con éxito.', + 'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.' ), 'checkin' => array( - 'error' => 'El componente no fue checked in, intentalo de nuevo', - 'success' => 'Check in de componente satisfactorio.', - 'user_does_not_exist' => 'Es usuario es invalido, intentalo de nuevo.' + 'error' => 'El componente no fue registrado, por favor inténtalo de nuevo', + 'success' => 'Componente registrado con éxito.', + 'user_does_not_exist' => 'El usuario no es válido. Por favor inténtalo de nuevo.' ) diff --git a/resources/lang/es-CO/admin/components/table.php b/resources/lang/es-CO/admin/components/table.php index 92a95311ab..72f0b866d2 100644 --- a/resources/lang/es-CO/admin/components/table.php +++ b/resources/lang/es-CO/admin/components/table.php @@ -1,5 +1,5 @@ 'Nombre de Componente', + 'title' => 'Nombre del Componente', ); diff --git a/resources/lang/es-CO/admin/consumables/general.php b/resources/lang/es-CO/admin/consumables/general.php index ec6dba48d6..dc58dc1bb1 100644 --- a/resources/lang/es-CO/admin/consumables/general.php +++ b/resources/lang/es-CO/admin/consumables/general.php @@ -1,13 +1,13 @@ 'Acerca de los consumibles', - 'about_consumables_text' => 'Consumibles son cualquier cosa comprada que puede ser usada a lo largo del tiempo. Por ejemplo, tinta para impresora o papel para copiadora.', - 'checkout' => 'Checkout de consumible a usuario', + 'about_consumables_title' => 'Acerca de los Consumibles', + 'about_consumables_text' => 'Los consumibles son cualquier cosa comprada que será usada a lo largo del tiempo. Por ejemplo, tinta de impresora o papel para copiador.', + 'checkout' => 'Retirar Consumible al Usuario', 'consumable_name' => 'Nombre del Consumible', 'create' => 'Crear Consumible', - 'item_no' => 'Artículo núm.', + 'item_no' => 'Elemento No.', 'remaining' => 'Restante', 'total' => 'Total', - 'update' => 'Actualizar Consumible', + 'update' => 'Actualizar Consumibles', ); diff --git a/resources/lang/es-CO/admin/consumables/message.php b/resources/lang/es-CO/admin/consumables/message.php index ad6c4421f9..c1762b0ff1 100644 --- a/resources/lang/es-CO/admin/consumables/message.php +++ b/resources/lang/es-CO/admin/consumables/message.php @@ -5,31 +5,31 @@ return array( 'does_not_exist' => 'El consumible no existe.', 'create' => array( - 'error' => 'El consumible no fue creado, por favor intente nuevamente.', + 'error' => 'El consumible no fue creado, por favor, inténtalo de nuevo.', 'success' => 'Consumible creado con éxito.' ), 'update' => array( - 'error' => 'El consumible no fue subido, por favor intente nuevamente', - 'success' => 'El consumible fue subido con éxito.' + 'error' => 'Consumible no fue actualizado, por favor, inténtalo de nuevo', + 'success' => 'Consumible actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Está seguro que desea eliminar este consumible?', - 'error' => 'Hubo un error al borrar este consumible. Por favor intente nuevamente.', - 'success' => 'El consumible ha sido eliminado correctamente.' + 'confirm' => '¿Estás seguro de que quieres eliminar este consumible?', + 'error' => 'Hubo un problema al eliminar este consumible. Por favor inténtalo de nuevo.', + 'success' => 'El consumible fue eliminado con éxito.' ), 'checkout' => array( - 'error' => 'Consumible no fue retirado, por favor, inténtelo de nuevo', - 'success' => 'Consumible fue retirado satisfactoriamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'El consumible no fue retirado, por favor, inténtalo de nuevo', + 'success' => 'Consumible retirado con éxito.', + 'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.' ), 'checkin' => array( - 'error' => 'Consumible no fue ingresado, por favor, inténtelo de nuevo', - 'success' => 'Consumible fue ingresado satisfactoriamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'Consumible no fue registrado, por favor, inténtelo de nuevo', + 'success' => 'Consumible fue registrado con éxito.', + 'user_does_not_exist' => 'El usuario no es válido. Por favor inténtalo de nuevo.' ) diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index cd8060d81e..8c359bdf48 100644 --- a/resources/lang/es-CO/admin/custom_fields/general.php +++ b/resources/lang/es-CO/admin/custom_fields/general.php @@ -1,31 +1,31 @@ 'Campos personalizados', + 'custom_fields' => 'Campos Personalizados', 'field' => 'Campo', - 'about_fieldsets_title' => 'Acerca de los campos personalizados', - 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', - 'custom_format' => 'Formato a medida...', + 'about_fieldsets_title' => 'Acerca de los Grupos de Campos Personalizados (Fieldsets)', + 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que son frecuentemente reutilizados para modelos específicos de equipos.', + 'custom_format' => 'Formato regex personalizado...', 'encrypt_field' => 'Encriptar el valor de este campo en la base de datos', - 'encrypt_field_help' => 'CUIDADO: Encriptar un campo hace que no se pueda buscar por él.', + 'encrypt_field_help' => 'ADVERTENCIA: Encriptar un campo hace que no se pueda buscar.', 'encrypted' => 'Encriptado', - 'fieldset' => 'Grupo de campos personalizados', + 'fieldset' => 'Fieldset', 'qty_fields' => 'Campos de Cantidad', - 'fieldsets' => 'Grupo de campos personalizados', - 'fieldset_name' => 'Nombre del grupo', - 'field_name' => 'Nombre del campo', - 'field_values' => 'Valores de los Campos', - 'field_values_help' => 'Agregar opciones seleccionables, una por linea. Lineas en blanco ademas de la primera, serán ignoradas.', - 'field_element' => 'Elemento de formulario', + 'fieldsets' => 'Fieldset', + 'fieldset_name' => 'Nombre del Fieldset', + 'field_name' => 'Nombre del Campo', + 'field_values' => 'Valores del Campo', + 'field_values_help' => 'Añade opciones seleccionables, una por línea. Líneas en blanco además de la primera será ignorada.', + 'field_element' => 'Elemento de Formulario', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', - 'field_custom_format' => 'Formato personalizado', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format' => 'Formato Regex Personalizado', + 'field_custom_format_help' => 'Este campo te permite usar una expresión regex para la validación. Este debe empezar con "regex:" - por ejemplo, para validar que un valor de campo personalizado contiene un IMEI válido (15 dígitos numéricos), podrías usar regex:/^[0-9]{15}$/.', 'required' => 'Obligatorio', 'req' => 'Obl.', - 'used_by_models' => 'Usado Por Modelos', + 'used_by_models' => 'Usado por Modelos', 'order' => 'Orden', - 'create_fieldset' => 'Nuevo grupo de campos', - 'create_field' => 'Nuevo campo personalizado', - 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Solo los administradores pueden ver el valor desencriptado', + 'create_fieldset' => 'Nuevo Fieldset', + 'create_field' => 'Nuevo Campo Personalizado', + 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Sólo los administradores pueden ver el valor desencriptado', ); diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php index 26c077f490..b7a28ebfce 100644 --- a/resources/lang/es-CO/admin/custom_fields/message.php +++ b/resources/lang/es-CO/admin/custom_fields/message.php @@ -7,44 +7,44 @@ return array( 'already_added' => 'El campo ya fue añadido', 'create' => array( - 'error' => 'Campo no creado, por favor, inténtalo de nuevo.', - 'success' => 'Campo creado correctamente.', - 'assoc_success' => 'Campo correctamente añadido al grupo.' + 'error' => 'El campo no fue creado, por favor, inténtalo de nuevo.', + 'success' => 'Campo creado con éxito.', + 'assoc_success' => 'Campo agregado al fieldset con éxito.' ), 'update' => array( - 'error' => 'Campo no actualizado, por favor inténtelo de nuevo', - 'success' => 'Campo actualizado correctamente.' + 'error' => 'El campo no fue actualizado, por favor inténtalo de nuevo', + 'success' => 'Campo actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar este campo?', - 'error' => 'Hubo un problema al eliminar el campo. Inténtelo de nuevo.', - 'success' => 'El campo se eliminó correctamente.', - 'in_use' => 'El campo está aún en uso.', + 'confirm' => '¿Estás seguro de que quieres eliminar este campo?', + 'error' => 'Hubo un problema al eliminar el campo. Por favor inténtalo de nuevo.', + 'success' => 'Este campo fue eliminado con éxito.', + 'in_use' => 'El campo aún está en uso.', ) ), 'fieldset' => array( - 'does_not_exist' => 'El conjunto de campos no existe', + 'does_not_exist' => 'El fieldset no existe', 'create' => array( - 'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.', - 'success' => 'Grupo de campos creado satisfactoriamente.' + 'error' => 'El fieldset no fue creado, por favor inténtalo de nuevo.', + 'success' => 'Fieldset creado con éxito.' ), 'update' => array( - 'error' => 'El Grupo de campos no ha sido actualizado, por favor inténtelo de nuevo', - 'success' => 'Grupo de campos actualizado correctamente.' + 'error' => 'El fieldset no fue actualizado, por favor, inténtalo de nuevo', + 'success' => 'Fieldset actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar el grupo de campos?', - 'error' => 'Hubo un problema al eliminar el grupo de campos. Inténtelo de nuevo.', - 'success' => 'El grupo de campos se eliminó correctamente.', - 'in_use' => 'El grupo de campos está aún en uso.', + 'confirm' => '¿Estás seguro de que quieres eliminar este fieldset?', + 'error' => 'Hubo un problema al eliminar este fieldset. Por favor inténtalo de nuevo.', + 'success' => 'El fieldset fue eliminado con éxito.', + 'in_use' => 'El fieldset está aún en uso.', ) ), diff --git a/resources/lang/es-CO/admin/departments/message.php b/resources/lang/es-CO/admin/departments/message.php index fc0c0f4b41..7ac9a2a517 100644 --- a/resources/lang/es-CO/admin/departments/message.php +++ b/resources/lang/es-CO/admin/departments/message.php @@ -3,19 +3,19 @@ return array( 'does_not_exist' => 'El departamento no existe.', - 'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ', + 'assoc_users' => 'Este departamento está actualmente asociado con al menos un usuario y no puede ser eliminado. Por favor, actualiza tus usuarios para no referenciar más este departamento e inténtalo de nuevo. ', 'create' => array( - 'error' => 'El departamento no fue creado, por favor intente de nuevo.', - 'success' => 'Departamento creado con éxito.' + 'error' => 'El departamento no fue creado, por favor, inténtalo de nuevo.', + 'success' => 'Departamento fue creado con éxito.' ), 'update' => array( - 'error' => 'El departamento no se actualizó, por favor intente de nuevo', + 'error' => 'El departamento no fue actualizado, por favor inténtalo de nuevo', 'success' => 'Departamento actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Estás seguro de que deseas eliminar este departamento?', - 'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.', - 'success' => 'El departamento ha sido borrado exitosamente' + 'confirm' => '¿estás seguro de que quieres eliminar este departamento?', + 'error' => 'Hubo un problema al eliminar este departamento. Por favor inténtalo de nuevo.', + 'success' => 'El departamento fue eliminado con éxito.' ) ); diff --git a/resources/lang/es-CO/admin/departments/table.php b/resources/lang/es-CO/admin/departments/table.php index 05abf227d5..2db6cacad2 100644 --- a/resources/lang/es-CO/admin/departments/table.php +++ b/resources/lang/es-CO/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'CARNÉ DE IDENTIDAD', + 'id' => 'ID', 'name' => 'Nombre de Departamento', - 'manager' => 'Gerente', + 'manager' => 'Manager', 'location' => 'Ubicación', - 'create' => 'Crear departamento', - 'update' => 'Departamento de actualización', + 'create' => 'Crear Departamento', + 'update' => 'Actualizar Departamento', ); diff --git a/resources/lang/es-CO/admin/depreciations/general.php b/resources/lang/es-CO/admin/depreciations/general.php index f5c6d6e9fd..e370c0101d 100644 --- a/resources/lang/es-CO/admin/depreciations/general.php +++ b/resources/lang/es-CO/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'Info Amortización Equipos', - 'about_depreciations' => 'Puedes configurar clases de amortización para amortizar equipos de forma lineal.', - 'asset_depreciations' => 'Amortizaciones', - 'create' => 'Crear Amortización', - 'depreciation_name' => 'Nombre Amortización', - 'number_of_months' => 'Meses', - 'update' => 'Actualizar Amortización', + 'about_asset_depreciations' => 'Acerca de Depreciaciones de Equipos', + 'about_depreciations' => 'Puedes establecer las depreciaciones de equipos para depreciar los equipos basados en una depreciación en línea recta.', + 'asset_depreciations' => 'Depreciación de Equipos', + 'create' => 'Crear Depreciación', + 'depreciation_name' => 'Nombre de Depreciación', + 'number_of_months' => 'Número de Meses', + 'update' => 'Actualizar Depreciación', ); diff --git a/resources/lang/es-CO/admin/depreciations/message.php b/resources/lang/es-CO/admin/depreciations/message.php index a5dd1791b6..d7f00c33c5 100644 --- a/resources/lang/es-CO/admin/depreciations/message.php +++ b/resources/lang/es-CO/admin/depreciations/message.php @@ -2,13 +2,13 @@ return array( - 'does_not_exist' => 'Clase de amortización inexistente.', - 'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.', + 'does_not_exist' => 'La clase de depreciación no existe.', + 'assoc_users' => 'Esta depreciación está actualmente asociada con uno o mas modelos y no puede ser eliminada. Por favor, elimina los modelos y luego intenta borrarlas de nuevo. ', 'create' => array( - 'error' => 'Amortización no creada, intentalo de nuevo. :(', - 'success' => 'Amortización creada correctamente. :)' + 'error' => 'La clase de depreciación no fue creada, por favor, inténtalo de nuevo. :(', + 'success' => 'La clase de depreciación fue creada con éxito. :)' ), 'update' => array( diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php index 50c149e69b..fe4084e3c7 100644 --- a/resources/lang/es-CO/admin/hardware/form.php +++ b/resources/lang/es-CO/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Etiqueta', 'update' => 'Actualizar Equipo', 'warranty' => 'Garantía', + 'warranty_expires' => 'Vencimiento de la Garantía', 'years' => 'años', ) ; diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index b633f84be5..589416d8b0 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -63,7 +63,7 @@ return array( 'success' => 'Equipo asignado.', 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', 'not_available' => '¡Ese artículo no está disponible para retirada!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'no_assets_selected' => 'Debes seleccionar al menos un elemento de la lista' ), 'checkin' => array( diff --git a/resources/lang/es-CO/admin/manufacturers/message.php b/resources/lang/es-CO/admin/manufacturers/message.php index 767b223d47..5a952d7607 100644 --- a/resources/lang/es-CO/admin/manufacturers/message.php +++ b/resources/lang/es-CO/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Fabricante actualizado.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php index 90e4eafe82..304736d327 100644 --- a/resources/lang/es-CO/admin/models/general.php +++ b/resources/lang/es-CO/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'Acerca de modelos de activos', 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Este modelo ha sido borrado.Click aquí para restaurarlo.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Borrar Grandes Modelos de Activos', + 'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.', + 'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php index 8eab25ba11..53bea1807a 100644 --- a/resources/lang/es-CO/admin/models/message.php +++ b/resources/lang/es-CO/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', + '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.' ), ); diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index 59af89b677..f1c027066d 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.', 'custom_css' => 'CSS Personalizado', 'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'custom_forgot_pass_url' => 'Reestablecer URL de Contraseña Personalizada', + 'custom_forgot_pass_url_help' => 'Esto remplaza la URL incorporada para las contraseñas olvidadas en la pantalla de inicio, útil para dirigir a las personas a una funcionalidad de restablecimiento de contraseña LDAP interna o alojada. Esto efectivamente desactivará la funcionalidad local de olvido de contraseña.', + 'dashboard_message' => 'Mensajes del Panel', + 'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el Panel.', 'default_currency' => 'Moneda Predeterminada', 'default_eula_text' => 'EULA por defecto', 'default_language' => 'Idioma predeterminado', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tipo de códigos de barras 1D', 'eula_settings' => 'Configuración EULA', 'eula_markdown' => 'Este EULS permite makrdown estilo Github.', + 'footer_text' => 'Texto Adicional de Pie de Página ', + 'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando el formato flavored de GitHub. Saltos de línea, cabeceras, imágenes, etc, pueden resultar impredecibles.', 'general_settings' => 'Configuración General', 'generate_backup' => 'Generar Respaldo', 'header_color' => 'Color de encabezado', @@ -48,8 +50,8 @@ return array( 'ldap_enabled' => 'LDAP activado', 'ldap_integration' => 'Integración LDAP', 'ldap_settings' => 'Ajustes LDAP', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Certificado de validación SSL LDAP', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Flag activo LDAP', 'ldap_emp_num' => 'Número de empleado LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Licencia de Software', 'load_remote_text' => 'Scripts remotos', 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', 'login_note' => 'Nota de inicio de sesión', 'login_note_help' => 'Opcionalmente incluya algunas oraciones en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta Github con sabor markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', + 'show_in_model_list' => 'Mostrar en Desplegado de Modelos', 'optional' => 'opcional', 'per_page' => 'Resultados por página', 'php' => 'Versión de PHP', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'Texto Código QR', 'setting' => 'Parámetro', 'settings' => 'Configuración', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Mostrar alertas en el menú superior', + 'show_archived_in_list' => 'Activos archivados', + 'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"', 'site_name' => 'Nombre del sitio', 'slack_botname' => 'Nombre de bot en Slack', 'slack_channel' => 'Canal en Slack', 'slack_endpoint' => 'Terminal en Slack', 'slack_integration' => 'Configuración Slack', 'slack_integration_help' => 'La integración con Slack es opcional, de todos modos la terminal y el canal son requeridos si desea usarlo. Para configurar la integración con Slack, debe primero crear un webhook entrante en su cuenta de Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Version de Snipe-IT', + 'support_footer' => 'Enlaces de Soporte de Pie de Página ', + 'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT', 'system' => 'Información del Sistema', 'update' => 'Actualizar Parámetros', 'value' => 'Valor', diff --git a/resources/lang/es-CO/admin/statuslabels/table.php b/resources/lang/es-CO/admin/statuslabels/table.php index 8afb9716e6..87d903ce8f 100644 --- a/resources/lang/es-CO/admin/statuslabels/table.php +++ b/resources/lang/es-CO/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archivado', 'create' => 'Crear Etiqueta Estado', 'color' => 'Color de la Gráfica', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', '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.', 'name' => 'Estado', diff --git a/resources/lang/es-CO/admin/suppliers/message.php b/resources/lang/es-CO/admin/suppliers/message.php index 38b33553b7..8956e1ff62 100644 --- a/resources/lang/es-CO/admin/suppliers/message.php +++ b/resources/lang/es-CO/admin/suppliers/message.php @@ -20,8 +20,8 @@ return array( 'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.', 'success' => 'Proveedor eliminado.', 'assoc_assets' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'Este proveedor está actualmente asociado con :licenses_count licencia(s) y no puede ser eliminado. Por favor, actualiza tus licencias para no referenciar este proveedor e inténtalo de nuevo. ', + 'assoc_maintenances' => 'Este proveedor está actualmente asociado con :asset_maintenances_count mantenedor(es) de activo y no puede ser eliminado. Por favor, actualiza tus mantenedores de activo para no referenciar este proveedor e inténtalo de nuevo. ', ) ); diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index 2dbe0e95aa..64d8fd9613 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Haga clic aquí para restaurarlos.', 'last_login' => 'Último acceso', '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', 'software_user' => 'Software asignado a :name', 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php index 95c4834b3b..81db6c7894 100644 --- a/resources/lang/es-CO/admin/users/table.php +++ b/resources/lang/es-CO/admin/users/table.php @@ -30,7 +30,7 @@ return array( 'title' => 'Puesto', 'to_restore_them' => 'para restaurarlos.', 'updateuser' => 'Actualizar Usuario', - 'username' => 'UsuarioUsuario', + 'username' => 'Usuario', 'user_deleted_text' => 'Este usuario ha sido marcado como eliminado.', 'username_note' => '(Esto se usa solo para la conexión con Active Directory, no para el inicio de sesión.)', 'cloneuser' => 'Clonar Usuario', diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index 552effd6f0..d823a1b49c 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Asignar a un usuario', 'city' => 'Ciudad', 'click_here' => 'Pulsa aquí', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Eliminar Selección', 'companies' => 'Empresas', 'company' => 'Empresa', 'component' => 'Componente', @@ -70,6 +70,7 @@ 'department' => 'Departamento', 'deployed' => 'Instalados - ', 'depreciation_report' => 'Informe de amortización', + 'details' => 'Detalles', 'download' => 'Descargar', 'depreciation' => 'Amortización', 'editprofile' => 'Editar Perfil', @@ -79,22 +80,25 @@ 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', 'filastname_format' => 'Primera Inicial del Apellido (jsmith@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)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primero', 'first_name' => 'Nombre', 'first_name_format' => 'Primer Nombre (jane@ejemplo.com)', + 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_uploads' => 'Carga de Archivos', 'generate' => 'Generar', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Este campo acepta el formateo flavored de GitHub.', 'groups' => 'Grupos', 'gravatar_email' => 'Gravatar Email', 'history' => 'Historial', 'history_for' => 'Historial de', 'id' => 'Id', - 'image' => 'Image', + 'image' => 'Imagen', 'image_delete' => 'Borrar imagen', 'image_upload' => 'Enviar imagen', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif y svg. El tamaño máximo permitido es :size.', 'import' => 'Importar', 'import-history' => 'Historial de Importación', 'asset_maintenance' => 'Mantenimiento de Equipo', @@ -118,6 +122,7 @@ 'locations' => 'Localizaciones', 'logout' => 'Desconexión', 'lookup_by_tag' => 'Buscar por etiqueta de activo', + 'maintenances' => 'Mantenimientos', 'manufacturer' => 'Fabricante', 'manufacturers' => 'Fabricantes', 'markdown' => 'Este campo permite Github con sabor a markdown.', @@ -152,7 +157,7 @@ 'recent_activity' => 'Actividad Reciente', 'remove_company' => 'Eliminar Asociación de compañía', 'reports' => 'Informes', - 'restored' => 'restored', + 'restored' => 'restaurado', 'requested' => 'Solicitado', 'request_canceled' => 'Solicitud Cancelada', 'save' => 'Guardar', @@ -171,8 +176,11 @@ 'select_company' => 'Seleccionar empresa', 'select_asset' => 'Seleccionar activos', 'settings' => 'Opciones', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'skin' => 'Skin', 'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.', 'site_name' => 'Sitio', 'state' => 'Provincia', diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index f60f694204..dfd7068339 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -67,7 +67,7 @@ return array( 'not_in' => 'El :attribute seleccionado no es correcto.', 'numeric' => ':attribute debe ser un número.', 'present' => 'El campo: atributo debe estar presente.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'Este no es un regex válido. ', 'regex' => ':attribute formato incorrecto.', 'required' => ':attribute es obligatorio.', 'required_if' => ':attribute es obligatrio cuando :other es :value.', @@ -88,7 +88,7 @@ return array( 'unique' => ':attribute ya ha sido introducido.', 'uploaded' => 'El atributo: no se pudo cargar.', 'url' => ':attribute formato incorrecto.', - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "El :atrribute debe ser único.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index cd8060d81e..7d5b1ae5c9 100644 --- a/resources/lang/es-ES/admin/custom_fields/general.php +++ b/resources/lang/es-ES/admin/custom_fields/general.php @@ -20,7 +20,7 @@ return array( 'field_element_short' => 'Elemento', 'field_format' => 'Formato', 'field_custom_format' => 'Formato personalizado', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'Este campo te permite usar una expresión regex para la validación. Debería empezar con "regex:" - por ejemplo, para validar que un valor de campo personalizado contiene un IMEI válido (15 dígitos numéricos), podrías usar regex:/^[0-9]{15}$/.', 'required' => 'Obligatorio', 'req' => 'Obl.', 'used_by_models' => 'Usado Por Modelos', diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php index 50c149e69b..fe4084e3c7 100644 --- a/resources/lang/es-ES/admin/hardware/form.php +++ b/resources/lang/es-ES/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Etiqueta', 'update' => 'Actualizar Equipo', 'warranty' => 'Garantía', + 'warranty_expires' => 'Vencimiento de la Garantía', 'years' => 'años', ) ; diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index b633f84be5..589416d8b0 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -63,7 +63,7 @@ return array( 'success' => 'Equipo asignado.', 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', 'not_available' => '¡Ese artículo no está disponible para retirada!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'no_assets_selected' => 'Debes seleccionar al menos un elemento de la lista' ), 'checkin' => array( diff --git a/resources/lang/es-ES/admin/manufacturers/message.php b/resources/lang/es-ES/admin/manufacturers/message.php index 767b223d47..5a952d7607 100644 --- a/resources/lang/es-ES/admin/manufacturers/message.php +++ b/resources/lang/es-ES/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Fabricante actualizado.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', diff --git a/resources/lang/es-ES/admin/models/general.php b/resources/lang/es-ES/admin/models/general.php index 90e4eafe82..304736d327 100644 --- a/resources/lang/es-ES/admin/models/general.php +++ b/resources/lang/es-ES/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'Acerca de modelos de activos', 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Este modelo ha sido borrado.Click aquí para restaurarlo.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Borrar Grandes Modelos de Activos', + 'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.', + 'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php index 8eab25ba11..53bea1807a 100644 --- a/resources/lang/es-ES/admin/models/message.php +++ b/resources/lang/es-ES/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', + '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.' ), ); diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index 59af89b677..f1c027066d 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.', 'custom_css' => 'CSS Personalizado', 'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'custom_forgot_pass_url' => 'Reestablecer URL de Contraseña Personalizada', + 'custom_forgot_pass_url_help' => 'Esto remplaza la URL incorporada para las contraseñas olvidadas en la pantalla de inicio, útil para dirigir a las personas a una funcionalidad de restablecimiento de contraseña LDAP interna o alojada. Esto efectivamente desactivará la funcionalidad local de olvido de contraseña.', + 'dashboard_message' => 'Mensajes del Panel', + 'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el Panel.', 'default_currency' => 'Moneda Predeterminada', 'default_eula_text' => 'EULA por defecto', 'default_language' => 'Idioma predeterminado', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tipo de códigos de barras 1D', 'eula_settings' => 'Configuración EULA', 'eula_markdown' => 'Este EULS permite makrdown estilo Github.', + 'footer_text' => 'Texto Adicional de Pie de Página ', + 'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando el formato flavored de GitHub. Saltos de línea, cabeceras, imágenes, etc, pueden resultar impredecibles.', 'general_settings' => 'Configuración General', 'generate_backup' => 'Generar Respaldo', 'header_color' => 'Color de encabezado', @@ -48,8 +50,8 @@ return array( 'ldap_enabled' => 'LDAP activado', 'ldap_integration' => 'Integración LDAP', 'ldap_settings' => 'Ajustes LDAP', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', 'ldap_server_cert' => 'Certificado de validación SSL LDAP', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Flag activo LDAP', 'ldap_emp_num' => 'Número de empleado LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Licencia de Software', 'load_remote_text' => 'Scripts remotos', 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', 'login_note' => 'Nota de inicio de sesión', 'login_note_help' => 'Opcionalmente incluya algunas oraciones en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta Github con sabor markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', + 'show_in_model_list' => 'Mostrar en Desplegado de Modelos', 'optional' => 'opcional', 'per_page' => 'Resultados por página', 'php' => 'Versión de PHP', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'Texto Código QR', 'setting' => 'Parámetro', 'settings' => 'Configuración', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Mostrar alertas en el menú superior', + 'show_archived_in_list' => 'Activos archivados', + 'show_archived_in_list_text' => 'Mostrar activos archivados en el listado de "todos los archivos"', 'site_name' => 'Nombre del sitio', 'slack_botname' => 'Nombre de bot en Slack', 'slack_channel' => 'Canal en Slack', 'slack_endpoint' => 'Terminal en Slack', 'slack_integration' => 'Configuración Slack', 'slack_integration_help' => 'La integración con Slack es opcional, de todos modos la terminal y el canal son requeridos si desea usarlo. Para configurar la integración con Slack, debe primero crear un webhook entrante en su cuenta de Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Version de Snipe-IT', + 'support_footer' => 'Enlaces de Soporte de Pie de Página ', + 'support_footer_help' => 'Especifica quien ve los enlaces de información de Soporte y Manual de Usuarios de Snipe-IT', 'system' => 'Información del Sistema', 'update' => 'Actualizar Parámetros', 'value' => 'Valor', diff --git a/resources/lang/es-ES/admin/statuslabels/table.php b/resources/lang/es-ES/admin/statuslabels/table.php index 8afb9716e6..87d903ce8f 100644 --- a/resources/lang/es-ES/admin/statuslabels/table.php +++ b/resources/lang/es-ES/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archivado', 'create' => 'Crear Etiqueta Estado', 'color' => 'Color de la Gráfica', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', '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.', 'name' => 'Estado', diff --git a/resources/lang/es-ES/admin/suppliers/message.php b/resources/lang/es-ES/admin/suppliers/message.php index 38b33553b7..8956e1ff62 100644 --- a/resources/lang/es-ES/admin/suppliers/message.php +++ b/resources/lang/es-ES/admin/suppliers/message.php @@ -20,8 +20,8 @@ return array( 'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.', 'success' => 'Proveedor eliminado.', 'assoc_assets' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'Este proveedor está actualmente asociado con :licenses_count licencia(s) y no puede ser eliminado. Por favor, actualiza tus licencias para no referenciar este proveedor e inténtalo de nuevo. ', + 'assoc_maintenances' => 'Este proveedor está actualmente asociado con :asset_maintenances_count mantenedor(es) de activo y no puede ser eliminado. Por favor, actualiza tus mantenedores de activo para no referenciar este proveedor e inténtalo de nuevo. ', ) ); diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index 2dbe0e95aa..64d8fd9613 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Haga clic aquí para restaurarlos.', 'last_login' => 'Último acceso', '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', 'software_user' => 'Software asignado a :name', 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 552effd6f0..d823a1b49c 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Asignar a un usuario', 'city' => 'Ciudad', 'click_here' => 'Pulsa aquí', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Eliminar Selección', 'companies' => 'Empresas', 'company' => 'Empresa', 'component' => 'Componente', @@ -70,6 +70,7 @@ 'department' => 'Departamento', 'deployed' => 'Instalados - ', 'depreciation_report' => 'Informe de amortización', + 'details' => 'Detalles', 'download' => 'Descargar', 'depreciation' => 'Amortización', 'editprofile' => 'Editar Perfil', @@ -79,22 +80,25 @@ 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', 'filastname_format' => 'Primera Inicial del Apellido (jsmith@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)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primero', 'first_name' => 'Nombre', 'first_name_format' => 'Primer Nombre (jane@ejemplo.com)', + 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_uploads' => 'Carga de Archivos', 'generate' => 'Generar', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Este campo acepta el formateo flavored de GitHub.', 'groups' => 'Grupos', 'gravatar_email' => 'Gravatar Email', 'history' => 'Historial', 'history_for' => 'Historial de', 'id' => 'Id', - 'image' => 'Image', + 'image' => 'Imagen', 'image_delete' => 'Borrar imagen', 'image_upload' => 'Enviar imagen', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Los tipos de archivo aceptados son jpg, png, gif y svg. El tamaño máximo permitido es :size.', 'import' => 'Importar', 'import-history' => 'Historial de Importación', 'asset_maintenance' => 'Mantenimiento de Equipo', @@ -118,6 +122,7 @@ 'locations' => 'Localizaciones', 'logout' => 'Desconexión', 'lookup_by_tag' => 'Buscar por etiqueta de activo', + 'maintenances' => 'Mantenimientos', 'manufacturer' => 'Fabricante', 'manufacturers' => 'Fabricantes', 'markdown' => 'Este campo permite Github con sabor a markdown.', @@ -152,7 +157,7 @@ 'recent_activity' => 'Actividad Reciente', 'remove_company' => 'Eliminar Asociación de compañía', 'reports' => 'Informes', - 'restored' => 'restored', + 'restored' => 'restaurado', 'requested' => 'Solicitado', 'request_canceled' => 'Solicitud Cancelada', 'save' => 'Guardar', @@ -171,8 +176,11 @@ 'select_company' => 'Seleccionar empresa', 'select_asset' => 'Seleccionar activos', 'settings' => 'Opciones', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Entrar', 'signature' => 'Firma', + 'skin' => 'Skin', 'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.', 'site_name' => 'Sitio', 'state' => 'Provincia', diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index f60f694204..dfd7068339 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -67,7 +67,7 @@ return array( 'not_in' => 'El :attribute seleccionado no es correcto.', 'numeric' => ':attribute debe ser un número.', 'present' => 'El campo: atributo debe estar presente.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'Este no es un regex válido. ', 'regex' => ':attribute formato incorrecto.', 'required' => ':attribute es obligatorio.', 'required_if' => ':attribute es obligatrio cuando :other es :value.', @@ -88,7 +88,7 @@ return array( 'unique' => ':attribute ya ha sido introducido.', 'uploaded' => 'El atributo: no se pudo cargar.', 'url' => ':attribute formato incorrecto.', - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "El :atrribute debe ser único.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-VE/admin/accessories/general.php b/resources/lang/es-VE/admin/accessories/general.php index ff63e91c69..c772f5579c 100644 --- a/resources/lang/es-VE/admin/accessories/general.php +++ b/resources/lang/es-VE/admin/accessories/general.php @@ -1,22 +1,22 @@ 'Sobre accesorios', - 'about_accessories_text' => 'Accesorios son cualquier cosa que entregues a los usuarios pero que no tenga numero de serie (o no te interese seguirlos en forma unívoca). Por ejemplo, ratones o teclados.', - 'accessory_category' => 'Categoría de accesorio', - 'accessory_name' => 'Nombre de accesorio', - 'checkout' => 'Checkout Accesorio', - 'checkin' => 'Checkin Accesorio', + 'about_accessories_title' => 'Sobre los Accesorios', + 'about_accessories_text' => 'Los accesorios son cualquier cosa que entregas a los usuarios pero que no tiene un número de serial (o que no te importa seguirlos a cada uno). Por ejemplo, ratones o teclados.', + 'accessory_category' => 'Categoría de Accesorios', + 'accessory_name' => 'Nombre de Accesorio', + 'checkout' => 'Accesorio de Salida', + 'checkin' => 'Accesorio de Entrada', 'create' => 'Crear Accesorio', 'edit' => 'Editar Accesorio', - 'eula_text' => 'Categoría EULA', - 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', - 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', - 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', - 'total' => 'Total ', + 'eula_text' => 'Licencia de Categoría', + 'eula_text_help' => 'Este campo te permite personalizar tu licencia para tipo específicos de activos. Si sólo tienes una licencia para todos tus activos, puedes marcar el cuadro que está abajo para usar la licencia primaria por defecto.', + 'require_acceptance' => 'Requerir a los usuarios confirmar la aceptación de activos en esta categoría.', + 'no_default_eula' => 'No se encontró una licencia por defecto. Añade una en las configuraciones.', + 'total' => 'Total', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', - 'use_default_eula' => 'En su lugar, use el EULA por defecto.', - 'use_default_eula_disabled' => 'En su lugar, use el EULA por defecto. No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.', + 'use_default_eula' => 'Usa la licencia primaria por defecto en su lugar.', + 'use_default_eula_disabled' => 'Usa la licencia primaria por defecto en su lugar. No se ha establecido una licencia primaria por defecto. Por favor, añade una en las configuraciones.', ); diff --git a/resources/lang/es-VE/admin/accessories/message.php b/resources/lang/es-VE/admin/accessories/message.php index ac89aa1b91..82a960e269 100644 --- a/resources/lang/es-VE/admin/accessories/message.php +++ b/resources/lang/es-VE/admin/accessories/message.php @@ -3,34 +3,34 @@ return array( 'does_not_exist' => 'El accesorio no existe.', - 'assoc_users' => 'Este accesorio actualmente tiene :count entregados a usuarios. Por favor ingrese los accesorios y vuelva a intentar. ', + 'assoc_users' => 'El accesorio actual tiene :count elementos entregados a usuarios. Por favor ingresa los accesorios e intenta de nuevo. ', 'create' => array( - 'error' => 'El accesorio no fue creado, por favor, inténtalo de nuevo.', - 'success' => 'Accesorio creado correctamente.' + 'error' => 'El accesorio no se creó, inténtalo de nuevo.', + 'success' => 'El accesorio se ha creado con éxito.' ), 'update' => array( - 'error' => 'El accesorio no fue actualizado, por favor, inténtalo de nuevo', - 'success' => 'Accesorio actualizado correctamente.' + 'error' => 'El accesorio no se actualizó, inténtalo de nuevo', + 'success' => 'El accesorio se ha actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Estas seguro de borrar este accesorio?', - 'error' => 'Ha habido un problema eliminando este accesorio. Intentalo de nuevo.', - 'success' => 'El accesorio fue borrado con éxito.' + 'confirm' => '¿Estás seguro que deseas borrar este accesorio?', + 'error' => 'Hubo un problema borrando este accesorio. Por favor inténtalo nuevamente.', + 'success' => 'El accesorio se ha borrado con éxito.' ), 'checkout' => array( - 'error' => 'El accesorio no fue retirado, por favor vuelva a intentarlo', - 'success' => 'Accesorio retirado correctamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'Equipo no ha sido retirado, inténtalo de nuevo', + 'success' => 'El accesorio se ha retirado exitosamente.', + 'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.' ), 'checkin' => array( - 'error' => 'El accesorio no fue agregado, favor vuelva a intentarlo', - 'success' => 'Accesorio devuelto correctamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'El accesorio no fue ingresado, por favor inténtalo de nuevo', + 'success' => 'El accesorio se ha ingresado con éxito.', + 'user_does_not_exist' => 'Este usuario es inválido. Por favor, inténtalo de nuevo.' ) diff --git a/resources/lang/es-VE/admin/accessories/table.php b/resources/lang/es-VE/admin/accessories/table.php index d9ae14e265..c9de508b90 100644 --- a/resources/lang/es-VE/admin/accessories/table.php +++ b/resources/lang/es-VE/admin/accessories/table.php @@ -2,10 +2,10 @@ return array( 'dl_csv' => 'Descargar CSV', - 'eula_text' => 'EULA', - 'id' => 'ID', + 'eula_text' => 'Licencia', + 'id' => 'Identificación', 'require_acceptance' => 'Aceptación', - 'title' => 'Nombre accesorio', + 'title' => 'Nombre del Accesorio', ); diff --git a/resources/lang/es-VE/admin/asset_maintenances/form.php b/resources/lang/es-VE/admin/asset_maintenances/form.php index 7d367a06e9..d048dc08de 100644 --- a/resources/lang/es-VE/admin/asset_maintenances/form.php +++ b/resources/lang/es-VE/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Tipo de Mantenimiento de Equipo', + 'asset_maintenance_type' => 'Tipo de Mantenimiento', 'title' => 'Título', - 'start_date' => 'Fecha de Inicio', - 'completion_date' => 'Fecha de Terminación', + 'start_date' => 'Empezado', + 'completion_date' => 'Completado', 'cost' => 'Costo', 'is_warranty' => 'Mejora de la Garantía', - 'asset_maintenance_time' => 'Tiempo de Mantenimiento de Equipo (en días)', + 'asset_maintenance_time' => 'Días', 'notes' => 'Notas', - 'update' => 'Actualizar Mantenimiento de Equipo', - 'create' => 'Crear Mantenimiento de Equipo' + 'update' => 'Actualizar', + 'create' => 'Crear' ]; diff --git a/resources/lang/es-VE/admin/asset_maintenances/general.php b/resources/lang/es-VE/admin/asset_maintenances/general.php index 790bd666f0..7d154bb740 100644 --- a/resources/lang/es-VE/admin/asset_maintenances/general.php +++ b/resources/lang/es-VE/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Mantenimientos de Equipo', - 'edit' => 'Editar Mantenimiento de Equipo', - 'delete' => 'Eliminar Mantenimiento de Equipo', - 'view' => 'Ver Detalle de Mantenimiento de Equipo', - 'repair' => 'Reparación', + 'asset_maintenances' => 'Mantenimientos de Activos', + 'edit' => 'Editar Mantenimiento de Activos', + 'delete' => 'Borrar Mantenimiento de Activos', + 'view' => 'Ver Detalles de Mantenimiento de Activo', + 'repair' => 'Reparar', 'maintenance' => 'Mantenimiento', - 'upgrade' => 'Mejora' + 'upgrade' => 'Mejorar' ]; diff --git a/resources/lang/es-VE/admin/asset_maintenances/message.php b/resources/lang/es-VE/admin/asset_maintenances/message.php index dc09777877..e10b1a5188 100644 --- a/resources/lang/es-VE/admin/asset_maintenances/message.php +++ b/resources/lang/es-VE/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'El Mantenimiento de Equipo que buscaba no se encontró!', + 'not_found' => '¡El Mantenimiento de Activo que estás buscando no fue encontrado!', 'delete' => [ - 'confirm' => '¿Está seguro que desea eliminar este mantenimiento de equipo?', - 'error' => 'Hubo un problema al eliminar el mantenimiento de equipo. Por favor intente nuevamente.', - 'success' => 'El mantenimiento de equipo fue eliminado de manera exitosa.' + 'confirm' => '¿Estás seguro de que quieres borrar el mantenimiento de este activo?', + 'error' => 'Hubo un problema borrando el mantenimiento del activo. Por favor, inténtalo de nuevo.', + 'success' => 'El mantenimiento de activo fue eliminado con éxito.' ], 'create' => [ - 'error' => 'El Mantenimiento de Equipo no fue creado, por favor intente nuevamente.', - 'success' => 'El Mantenimiento de Equipo fue creado de manera exitosa.' + 'error' => 'El Mantenimiento de Activo no se ha creado, por favor inténtalo de nuevo.', + 'success' => 'Mantenimiento de Activo creado con éxito.' ], 'edit' => [ - 'error' => 'El mantenimiento de activo no fue editado. Por favor, intenta de nuevo.', - 'success' => 'Mantenimiento de activo editado con éxito.' + 'error' => 'El Mantenimiento de Activo no se ha editado, por favor inténtalo de nuevo.', + 'success' => 'Mantenimiento de Activo editado con éxito.' ], - 'asset_maintenance_incomplete' => 'Sin Completar', + 'asset_maintenance_incomplete' => 'No se ha completado aún', 'warranty' => 'Garantía', 'not_warranty' => 'Sin Garantía', ]; \ No newline at end of file diff --git a/resources/lang/es-VE/admin/asset_maintenances/table.php b/resources/lang/es-VE/admin/asset_maintenances/table.php index f63124dd19..eef3aab041 100644 --- a/resources/lang/es-VE/admin/asset_maintenances/table.php +++ b/resources/lang/es-VE/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Mantenimiento de Equipo', - 'asset_name' => 'Nombre del Equipo', + 'title' => 'Mantenimiento de Activo', + 'asset_name' => 'Nombre de Activo', 'is_warranty' => 'Garantía', 'dl_csv' => 'Descargar CSV' ]; diff --git a/resources/lang/es-VE/admin/categories/general.php b/resources/lang/es-VE/admin/categories/general.php index 7217a16a90..ad296c34ee 100644 --- a/resources/lang/es-VE/admin/categories/general.php +++ b/resources/lang/es-VE/admin/categories/general.php @@ -1,23 +1,23 @@ 'Sobre categorias', - 'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: "PCs", "Portátiles", "Móviles", "Tabletas", etc.', - 'asset_categories' => 'Categorias', - 'category_name' => 'Categoría', - 'checkin_email' => 'Enviar un correo al usuario al efectuar la devolución.', + 'about_categories_title' => 'Acerca de Categorías', + 'about_categories' => 'Las categorías te ayudan a organizar tus elementos. Algunos ejemplos de categoría pueden ser "PCs de escritorio", "Laptops", "Teléfonos Móbiles", "Tablets", etc, pero puedes usar categorías en cualquier manera que tengan sentido para ti.', + 'asset_categories' => 'Categorías de Activos', + 'category_name' => 'Nombre de la Categoría', + 'checkin_email' => 'Enviar un correo al usuario al entregar.', 'clone' => 'Clonar Categoría', - 'create' => 'Crear Categoría', + 'create' => 'Crear Catergoría', 'edit' => 'Editar Categoría', - 'eula_text' => 'Categoría EULA', - 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', - 'name' => 'Nombre de la categoría', - 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', - 'required_acceptance' => 'Se enviará un email a este usuario con un link para confirmar la aceptación de este item.', - 'required_eula' => 'Se enviará un email a este usuario con una copia del EULA', - 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', + 'eula_text' => 'Licencia de Categoría', + 'eula_text_help' => 'Este campo te permite personalizar tus licencias para tipos específicos de activos. Si sólo tienes una licencia para todos tus activos, puedes seleccionar el cuadro debajo para usar la primaria por defecto.', + 'name' => 'Nombre de la Categoría', + 'require_acceptance' => 'Requerir a los usuarios confirmar la aceptación de activos en esta categoría.', + 'required_acceptance' => 'Este usuario recibirá un correo con un enlace para confirmar la aceptación de este elemento.', + 'required_eula' => 'Este usuario recibirá por correo una copia de la licencia', + 'no_default_eula' => 'No se encontró una licencia por defecto. Añade una en las configuraciones.', 'update' => 'Actualizar Categoría', - 'use_default_eula' => 'En su lugar, use el EULA por defecto.', - 'use_default_eula_disabled' => 'En su lugar, use el EULA por defecto. No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.', + 'use_default_eula' => 'Usa la licencia primaria por defecto en su lugar.', + 'use_default_eula_disabled' => 'Usa la licencia primaria por defecto en su lugar. No se ha establecido una licencia primaria por defecto. Por favor, añade una en las configuraciones.', ); diff --git a/resources/lang/es-VE/admin/categories/message.php b/resources/lang/es-VE/admin/categories/message.php index 4878c7950d..890dca5023 100644 --- a/resources/lang/es-VE/admin/categories/message.php +++ b/resources/lang/es-VE/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Categoría inexistente.', - 'assoc_models' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada. ', - 'assoc_items' => 'Esta categoría está actualmente asociada con al menos uno: asset_type y no se puede eliminar. Por favor actualice su: asset_type para ya no hacer referencia a esta categoría e inténtelo de nuevo. ', + 'does_not_exist' => 'Esta categoría no existe.', + 'assoc_models' => 'Esta categoría está actualmente asociada con al menos un modelo y no puede ser borrada. Por favor, actualiza tus modelos para no referenciar esta categoría e inténtalo de nuevo. ', + 'assoc_items' => 'Esta categoría está asociada con al menos un :asset_type y no puede ser borrada. Por favor actualiza tus :asset_type para no referenciar más esta categoría e inténtelo de nuevo. ', 'create' => array( - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.' + 'error' => 'La categoría no se ha creado, inténtalo de nuevo.', + 'success' => 'La categoría ha sido creada con éxito.' ), 'update' => array( - 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', + 'error' => 'La categoría no fue actualizada, por favor inténtalo de nuevo', 'success' => 'Categoría actualizada correctamente.' ), 'delete' => array( - 'confirm' => 'Estás seguro de eliminar esta categoría?', - 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.' + 'confirm' => '¿Estás seguro de que quieres borrar está categoría?', + 'error' => 'Hubo un problema borrando esta categoría, por favor inténtelo nuevamente.', + 'success' => 'La categoría se ha eliminado con éxito.' ) ); diff --git a/resources/lang/es-VE/admin/categories/table.php b/resources/lang/es-VE/admin/categories/table.php index 441e322fcc..c88311d15a 100644 --- a/resources/lang/es-VE/admin/categories/table.php +++ b/resources/lang/es-VE/admin/categories/table.php @@ -1,10 +1,10 @@ 'EULA', - 'id' => 'ID', + 'eula_text' => 'Licencia', + 'id' => 'Identificación', 'parent' => 'Padre', 'require_acceptance' => 'Aceptación', - 'title' => 'Categoría de equipo', + 'title' => 'Nombre de la Categoría de Activo', ); diff --git a/resources/lang/es-VE/admin/companies/general.php b/resources/lang/es-VE/admin/companies/general.php index 5a0aee84b2..e236a1b811 100644 --- a/resources/lang/es-VE/admin/companies/general.php +++ b/resources/lang/es-VE/admin/companies/general.php @@ -1,6 +1,6 @@ 'Sobre las empresas', - 'about_companies_text' => 'Empresas pueden ser utilizadas como un campo de identificador simple, o pueden utilizarse para limitar la visibilidad de los activos, usuarios, etc, si el soporte completo a la empresa está habilitado en la configuración del Admin.', - 'select_company' => 'Seleccionar compañía', + 'about_companies_title' => 'Acerca de compañías', + 'about_companies_text' => 'Las compañías pueden ser usadas como un campo simple de identificación, o pueden ser usadas para limitar la visibilidad de los activos, usuarios, etc si el soporte completo a la compañía está activado en tus configuraciones de administrador.', + 'select_company' => 'Seleccionar Compañía', ]; diff --git a/resources/lang/es-VE/admin/companies/message.php b/resources/lang/es-VE/admin/companies/message.php index a1bc7db6ff..8069d530e6 100644 --- a/resources/lang/es-VE/admin/companies/message.php +++ b/resources/lang/es-VE/admin/companies/message.php @@ -1,18 +1,18 @@ 'La compañía no existe.', - 'assoc_users' => 'Esta compañía ya está asociada con al menos un modelo y no puede eliminarse. Por favor, actualiza tus modelos para no referenciar esta compañía de nuevo y prueba otra vez. ', + 'assoc_users' => 'Esta compañía está actualmente asociada con al menos un modelo y no puede ser eliminada. Por favor, actualiza tus modelos para no referenciar más esta compañía e inténtalo de nuevo. ', 'create' => array( - 'error' => 'Esta compañía no ha sido creada, por favor pruebe de nuevo.', - 'success' => 'Compañía creada satisfactoriamente.' + 'error' => 'La compañía no ha sido creada, por favor intente de nuevo.', + 'success' => 'Compañía creada con éxito.' ), 'update' => array( - 'error' => 'Compañía no actualizada, por favor inténtelo de nuevo', + 'error' => 'La compañía no se ha actualizado, por favor inténtelo de nuevo', 'success' => 'Compañía actualizada correctamente.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar esta compañía?', - 'error' => 'Hubo un problema eliminando esta compañía. Inténtelo de nuevo.', - 'success' => 'Esta compañía se eliminó satisfactoriamente.' + 'confirm' => '¿Estás seguro que deseas borrar esta compañía?', + 'error' => 'Hubo un problema borrando la compañía. Por favor inténtelo de nuevo.', + 'success' => 'La compañía se ha borrado con éxito.' ) ); diff --git a/resources/lang/es-VE/admin/companies/table.php b/resources/lang/es-VE/admin/companies/table.php index 7b3301aad8..f70a3e99d0 100644 --- a/resources/lang/es-VE/admin/companies/table.php +++ b/resources/lang/es-VE/admin/companies/table.php @@ -5,5 +5,5 @@ return array( 'title' => 'Compañía', 'update' => 'Actualizar Compañía', 'name' => 'Nombre de Compañía', - 'id' => 'ID', + 'id' => 'Identificación', ); diff --git a/resources/lang/es-VE/admin/components/general.php b/resources/lang/es-VE/admin/components/general.php index 5586f17c7c..faf44ed7ff 100644 --- a/resources/lang/es-VE/admin/components/general.php +++ b/resources/lang/es-VE/admin/components/general.php @@ -1,16 +1,16 @@ 'Sobre los componentes', - 'about_components_text' => 'Un Componente es parte de un Equipo, por ejemplo, Disco Duro, Ram, DVD, etc.', + 'about_components_title' => 'Acerca de Componentes', + 'about_components_text' => 'Los componentes son elementos que son parte de un activo, por ejemplo, HDD, RAM, etc.', 'component_name' => 'Nombre de Componente', - 'checkin' => 'Checkin Componente', - 'checkout' => 'Checkout Componente', - 'cost' => 'Costo de compra', - 'create' => 'Crear componente', - 'edit' => 'Editar componente', - 'date' => 'Fecha de compra', - 'order' => 'Nùmero de orden', + 'checkin' => 'Ingreso de Componente', + 'checkout' => 'Salida de Componente', + 'cost' => 'Costo de Compra', + 'create' => 'Crear Componente', + 'edit' => 'Editar Componente', + 'date' => 'Fecha de Compra', + 'order' => 'Número de Orden', 'remaining' => 'Restante', 'total' => 'Total', 'update' => 'Actualizar Componente', diff --git a/resources/lang/es-VE/admin/components/message.php b/resources/lang/es-VE/admin/components/message.php index fb8de539ce..23407f80df 100644 --- a/resources/lang/es-VE/admin/components/message.php +++ b/resources/lang/es-VE/admin/components/message.php @@ -5,31 +5,31 @@ return array( 'does_not_exist' => 'El componente no existe.', 'create' => array( - 'error' => 'El componente no fuè creado, intentalo de nuevo.', - 'success' => 'El componente se creò satisfactoriamente.' + 'error' => 'El componente no se ha creado, por favor inténtalo de nuevo.', + 'success' => 'Componente creado con éxito.' ), 'update' => array( - 'error' => 'El componente no se actualizò, intentalo de nuevo', - 'success' => 'Componente actualizado satisfactoriamente.' + 'error' => 'El componente no se ha actualizado, por favor inténtalo de nuevo', + 'success' => 'Componente actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Estàs seguro de que quieres borrar este componente?', - 'error' => 'Hubo un problema al querer borrar el componente, intentalo de nuevo.', - 'success' => 'El componente fue borrado satisfactoriamente.' + 'confirm' => '¿Estás seguro de que quieres borrar este componente?', + 'error' => 'Hubo un problema al borrar el componente. Por favor inténtalo de nuevo.', + 'success' => 'El componente se ha borrado con éxito.' ), 'checkout' => array( - 'error' => 'El componente no hizo check out, intentalo de nuevo', - 'success' => 'Check out del componente satisfactorio.', - 'user_does_not_exist' => 'El usuario es invalido, intentalo de nuevo.' + 'error' => 'El componente no se ha retirado, inténtelo de nuevo', + 'success' => 'El componente se ha retirado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor, inténtelo de nuevo.' ), 'checkin' => array( - 'error' => 'El componente no fue checked in, intentalo de nuevo', - 'success' => 'Check in de componente satisfactorio.', - 'user_does_not_exist' => 'Es usuario es invalido, intentalo de nuevo.' + 'error' => 'El componente no se ha ingresado, por favor inténtalo de nuevo', + 'success' => 'Componente ingresado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor inténtelo de nuevo.' ) diff --git a/resources/lang/es-VE/admin/components/table.php b/resources/lang/es-VE/admin/components/table.php index 92a95311ab..72f0b866d2 100644 --- a/resources/lang/es-VE/admin/components/table.php +++ b/resources/lang/es-VE/admin/components/table.php @@ -1,5 +1,5 @@ 'Nombre de Componente', + 'title' => 'Nombre del Componente', ); diff --git a/resources/lang/es-VE/admin/consumables/general.php b/resources/lang/es-VE/admin/consumables/general.php index ec6dba48d6..4392927a6e 100644 --- a/resources/lang/es-VE/admin/consumables/general.php +++ b/resources/lang/es-VE/admin/consumables/general.php @@ -1,12 +1,12 @@ 'Acerca de los consumibles', - 'about_consumables_text' => 'Consumibles son cualquier cosa comprada que puede ser usada a lo largo del tiempo. Por ejemplo, tinta para impresora o papel para copiadora.', - 'checkout' => 'Checkout de consumible a usuario', + 'about_consumables_title' => 'Acerca de Consumibles', + 'about_consumables_text' => 'Los consumibles son cualquier cosa comprada que se usará con el tiempo. Por ejemplo, tinta de impresora o papel para la copiadora.', + 'checkout' => 'Salida de Consumible al Usuario', 'consumable_name' => 'Nombre del Consumible', 'create' => 'Crear Consumible', - 'item_no' => 'Artículo núm.', + 'item_no' => 'Artículo No.', 'remaining' => 'Restante', 'total' => 'Total', 'update' => 'Actualizar Consumible', diff --git a/resources/lang/es-VE/admin/consumables/message.php b/resources/lang/es-VE/admin/consumables/message.php index ad6c4421f9..73a21639ec 100644 --- a/resources/lang/es-VE/admin/consumables/message.php +++ b/resources/lang/es-VE/admin/consumables/message.php @@ -5,31 +5,31 @@ return array( 'does_not_exist' => 'El consumible no existe.', 'create' => array( - 'error' => 'El consumible no fue creado, por favor intente nuevamente.', + 'error' => 'El consumible no fue creado, por favor inténtalo de nuevo.', 'success' => 'Consumible creado con éxito.' ), 'update' => array( - 'error' => 'El consumible no fue subido, por favor intente nuevamente', - 'success' => 'El consumible fue subido con éxito.' + 'error' => 'El consumible no fue actualizado, por favor inténtalo de nuevo', + 'success' => 'Consumible actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Está seguro que desea eliminar este consumible?', - 'error' => 'Hubo un error al borrar este consumible. Por favor intente nuevamente.', - 'success' => 'El consumible ha sido eliminado correctamente.' + 'confirm' => '¿Estás seguro de que deseas borrar este consumible?', + 'error' => 'Hubo un problema borrando el consumible. Por favor inténtalo de nuevo.', + 'success' => 'El consumible fue borrado con éxito.' ), 'checkout' => array( - 'error' => 'Consumible no fue retirado, por favor, inténtelo de nuevo', - 'success' => 'Consumible fue retirado satisfactoriamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'El consumible no fue retirado, por favor inténtelo de nuevo', + 'success' => 'El consumible fue retirado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor, inténtelo de nuevo.' ), 'checkin' => array( - 'error' => 'Consumible no fue ingresado, por favor, inténtelo de nuevo', - 'success' => 'Consumible fue ingresado satisfactoriamente.', - 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' + 'error' => 'El consumible no fue ingresado, por favor, inténtelo de nuevo', + 'success' => 'El consumible fue ingresado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor inténtelo de nuevo.' ) diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index cd8060d81e..dd19e4b4e0 100644 --- a/resources/lang/es-VE/admin/custom_fields/general.php +++ b/resources/lang/es-VE/admin/custom_fields/general.php @@ -1,31 +1,31 @@ 'Campos personalizados', + 'custom_fields' => 'Campos Personalizados', 'field' => 'Campo', - 'about_fieldsets_title' => 'Acerca de los campos personalizados', - 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', - 'custom_format' => 'Formato a medida...', + 'about_fieldsets_title' => 'Acerca de Fieldsets', + 'about_fieldsets_text' => 'Fieldsets te permite crear grupos de campos personalizados que están frecuentemente siendo reutilizados para tipos específicos de modelos de activos.', + 'custom_format' => 'Formato regex personalizado...', 'encrypt_field' => 'Encriptar el valor de este campo en la base de datos', - 'encrypt_field_help' => 'CUIDADO: Encriptar un campo hace que no se pueda buscar por él.', + 'encrypt_field_help' => 'ADVERTENCIA: Encriptar un campo hace que no pueda ser buscado.', 'encrypted' => 'Encriptado', - 'fieldset' => 'Grupo de campos personalizados', + 'fieldset' => 'Grupo de Campos', 'qty_fields' => 'Campos de Cantidad', - 'fieldsets' => 'Grupo de campos personalizados', - 'fieldset_name' => 'Nombre del grupo', - 'field_name' => 'Nombre del campo', - 'field_values' => 'Valores de los Campos', - 'field_values_help' => 'Agregar opciones seleccionables, una por linea. Lineas en blanco ademas de la primera, serán ignoradas.', - 'field_element' => 'Elemento de formulario', + 'fieldsets' => 'Grupo de Campos', + 'fieldset_name' => 'Nombre del Grupo de Campos', + 'field_name' => 'Nombre del Campo', + 'field_values' => 'Valores del Campo', + 'field_values_help' => 'Añadir opciones seleccionables, una por línea. Líneas en blanco además de la primera serán ignoradas.', + 'field_element' => 'Elemento de Formulario', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', - 'field_custom_format' => 'Formato personalizado', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format' => 'Formato Personalizado de Regex', + 'field_custom_format_help' => 'Este campo te permite usar una expresión regex para la validación. Debería empezar como "regex:" - por ejemplo, para validar que un campo personalizado contiene un IMEI válido (15 dígitos numéricos), tú usarías regex:/^[0-9]{15}$/.', 'required' => 'Obligatorio', 'req' => 'Obl.', - 'used_by_models' => 'Usado Por Modelos', + 'used_by_models' => 'Usado por Modelos', 'order' => 'Orden', - 'create_fieldset' => 'Nuevo grupo de campos', - 'create_field' => 'Nuevo campo personalizado', - 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Solo los administradores pueden ver el valor desencriptado', + 'create_fieldset' => 'Nuevo Fieldset', + 'create_field' => 'Nuevo Campo Personalizado', + 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Sólo los administradores podrán ver el valor desencriptado', ); diff --git a/resources/lang/es-VE/admin/custom_fields/message.php b/resources/lang/es-VE/admin/custom_fields/message.php index 26c077f490..f3ffbeb6c1 100644 --- a/resources/lang/es-VE/admin/custom_fields/message.php +++ b/resources/lang/es-VE/admin/custom_fields/message.php @@ -4,47 +4,47 @@ return array( 'field' => array( 'invalid' => 'El campo no existe.', - 'already_added' => 'El campo ya fue añadido', + 'already_added' => 'El campo ya fue agregado', 'create' => array( - 'error' => 'Campo no creado, por favor, inténtalo de nuevo.', - 'success' => 'Campo creado correctamente.', - 'assoc_success' => 'Campo correctamente añadido al grupo.' + 'error' => 'El campo no fue creado, por favor inténtalo de nuevo.', + 'success' => 'Campo creado con éxito.', + 'assoc_success' => 'Campo añadido al Fieldset con éxito.' ), 'update' => array( - 'error' => 'Campo no actualizado, por favor inténtelo de nuevo', - 'success' => 'Campo actualizado correctamente.' + 'error' => 'El campo no se ha actualizado, por favor, inténtelo de nuevo', + 'success' => 'Campo actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar este campo?', - 'error' => 'Hubo un problema al eliminar el campo. Inténtelo de nuevo.', - 'success' => 'El campo se eliminó correctamente.', - 'in_use' => 'El campo está aún en uso.', + 'confirm' => '¿Estás seguro de querer borrar este campo?', + 'error' => 'Hubo un problema al borrar el campo. Por favor, inténtelo de nuevo.', + 'success' => 'El campo fue borrado con éxito.', + 'in_use' => 'Campo aún en uso.', ) ), 'fieldset' => array( - 'does_not_exist' => 'El conjunto de campos no existe', + 'does_not_exist' => 'No existe el Fieldset', 'create' => array( - 'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.', - 'success' => 'Grupo de campos creado satisfactoriamente.' + 'error' => 'No se ha creado el Fieldset, por favor, inténtelo de nuevo.', + 'success' => 'Fieldset creado con éxito.' ), 'update' => array( - 'error' => 'El Grupo de campos no ha sido actualizado, por favor inténtelo de nuevo', - 'success' => 'Grupo de campos actualizado correctamente.' + 'error' => 'El Fieldset no ha sido actualizado, por favor, inténtelo de nuevo', + 'success' => 'Fieldset actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Seguro que quieres eliminar el grupo de campos?', - 'error' => 'Hubo un problema al eliminar el grupo de campos. Inténtelo de nuevo.', - 'success' => 'El grupo de campos se eliminó correctamente.', - 'in_use' => 'El grupo de campos está aún en uso.', + 'confirm' => '¿Estás seguro de querer eliminar este campo?', + 'error' => 'Hubo un problema al eliminar el Fieldset. Por favor, inténtelo de nuevo.', + 'success' => 'El Fieldset ha sido borrado con éxito.', + 'in_use' => 'Este Fieldset aún está en uso.', ) ), diff --git a/resources/lang/es-VE/admin/departments/message.php b/resources/lang/es-VE/admin/departments/message.php index fc0c0f4b41..4b040d99d9 100644 --- a/resources/lang/es-VE/admin/departments/message.php +++ b/resources/lang/es-VE/admin/departments/message.php @@ -3,19 +3,19 @@ return array( 'does_not_exist' => 'El departamento no existe.', - 'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ', + 'assoc_users' => 'Este departamento está actualmente asociado con al menos un usuario y no puede ser borrado. Por favor actualiza tus usuarios para no referenciar este departamento e inténtelo de nuevo. ', 'create' => array( - 'error' => 'El departamento no fue creado, por favor intente de nuevo.', + 'error' => 'El departamento no fue creado, por favor, inténtelo de nuevo.', 'success' => 'Departamento creado con éxito.' ), 'update' => array( - 'error' => 'El departamento no se actualizó, por favor intente de nuevo', - 'success' => 'Departamento actualizado con éxito.' + 'error' => 'El departamento no se ha actualizado, por favor, inténtelo de nuevo', + 'success' => 'El departamento fue actualizado con éxito.' ), 'delete' => array( - 'confirm' => '¿Estás seguro de que deseas eliminar este departamento?', - 'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.', - 'success' => 'El departamento ha sido borrado exitosamente' + 'confirm' => '¿Estás seguro de que quieres borrar este departamento?', + 'error' => 'Hubo un problema al borrar el departamento. Por favor, inténtelo de nuevo.', + 'success' => 'El departamento ha sido borrado con éxito.' ) ); diff --git a/resources/lang/es-VE/admin/departments/table.php b/resources/lang/es-VE/admin/departments/table.php index 05abf227d5..87fce07403 100644 --- a/resources/lang/es-VE/admin/departments/table.php +++ b/resources/lang/es-VE/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'CARNÉ DE IDENTIDAD', + 'id' => 'Identificación', 'name' => 'Nombre de Departamento', 'manager' => 'Gerente', 'location' => 'Ubicación', 'create' => 'Crear departamento', - 'update' => 'Departamento de actualización', + 'update' => 'Actualizar Departamento', ); diff --git a/resources/lang/es-VE/admin/depreciations/general.php b/resources/lang/es-VE/admin/depreciations/general.php index f5c6d6e9fd..48306c3433 100644 --- a/resources/lang/es-VE/admin/depreciations/general.php +++ b/resources/lang/es-VE/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'Info Amortización Equipos', - 'about_depreciations' => 'Puedes configurar clases de amortización para amortizar equipos de forma lineal.', - 'asset_depreciations' => 'Amortizaciones', - 'create' => 'Crear Amortización', - 'depreciation_name' => 'Nombre Amortización', - 'number_of_months' => 'Meses', - 'update' => 'Actualizar Amortización', + 'about_asset_depreciations' => 'Sobre Depreciación de Activos', + 'about_depreciations' => 'Puedes configurar la depreciación de activos para depreciar activos basados en una depreciación en línea recta.', + 'asset_depreciations' => 'Depreciación de Activos', + 'create' => 'Crear Depreciación', + 'depreciation_name' => 'Nombre de Depreciación', + 'number_of_months' => 'Número de Meses', + 'update' => 'Actualizar Depreciación', ); diff --git a/resources/lang/es-VE/admin/depreciations/message.php b/resources/lang/es-VE/admin/depreciations/message.php index a5dd1791b6..c30b55a1b7 100644 --- a/resources/lang/es-VE/admin/depreciations/message.php +++ b/resources/lang/es-VE/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Clase de amortización inexistente.', - 'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.', + 'does_not_exist' => 'La clase de depreciación no existe.', + 'assoc_users' => 'La depreciación está actualmente asociada a uno o más modelos y no puede ser borrada. Por favor, borra los modelos y luego inténtalo nuevamente. ', 'create' => array( - 'error' => 'Amortización no creada, intentalo de nuevo. :(', - 'success' => 'Amortización creada correctamente. :)' + 'error' => 'La clase de depreciación no ha sido creada, por favor, inténtalo de nuevo. :(', + 'success' => 'La clase de depreciación creada con éxito. :)' ), 'update' => array( - 'error' => 'Amortización no actualizada, intentalo de nuevo.', - 'success' => 'Amortización actualizada correctamente.' + 'error' => 'La clase de depreciación no fue actualizada, por favor, inténtalo de nuevo', + 'success' => 'La clase de depreciación ha sido actualizada con éxito.' ), 'delete' => array( - 'confirm' => 'Estas seguro que quieres eliminar la Amortización?', - 'error' => 'Amortización no eliminada, intentalo de nuevo.', - 'success' => 'Amortización eliminada correctamente.' + 'confirm' => '¿Estás seguro de que quieres borrar esta clase de depreciación?', + 'error' => 'Hubo un problema borrando la clase de depreciación. Por favor inténtalo de nuevo.', + 'success' => 'La clase de depreciación ha sido actualizada con éxito.' ) ); diff --git a/resources/lang/es-VE/admin/depreciations/table.php b/resources/lang/es-VE/admin/depreciations/table.php index d0e2f193cc..78453a049c 100644 --- a/resources/lang/es-VE/admin/depreciations/table.php +++ b/resources/lang/es-VE/admin/depreciations/table.php @@ -2,9 +2,9 @@ return array( - 'id' => 'ID', + 'id' => 'Identificación', 'months' => 'Meses', - 'term' => 'Termina', + 'term' => 'Duración', 'title' => 'Nombre ', ); diff --git a/resources/lang/es-VE/admin/groups/message.php b/resources/lang/es-VE/admin/groups/message.php index 4b7f99ca54..db8f2a14a1 100644 --- a/resources/lang/es-VE/admin/groups/message.php +++ b/resources/lang/es-VE/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'El grupo ya existe!', + 'group_exists' => '¡El grupo ya existe!', 'group_not_found' => 'El grupo [:id] no existe.', - 'group_name_required' => 'El campo nombre es obligatorio', + 'group_name_required' => 'El nombre del campo es necesario', 'success' => array( - 'create' => 'Grupo creado.', - 'update' => 'Grupo actualizado.', - 'delete' => 'Grupo eliminado.', + 'create' => 'Grupo creado con éxito.', + 'update' => 'Grupo actualizado con éxito.', + 'delete' => 'Grupo borrado con éxito.', ), 'delete' => array( - 'confirm' => 'Seguroq que quieres Eliminar grupo?', - 'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.', - 'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.', - 'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.', + 'confirm' => '¿Estás seguro de querer borrar este grupo?', + 'create' => 'Hubo un problema al crear el grupo, por favor, inténtalo de nuevo.', + 'update' => 'Hubo un problema al actualizar el grupo, por favor, inténtalo de nuevo.', + 'delete' => 'Hubo un problema al borrar el grupo, por favor, inténtalo de nuevo.', ), ); diff --git a/resources/lang/es-VE/admin/groups/table.php b/resources/lang/es-VE/admin/groups/table.php index c002d06ba8..88c182b7bd 100644 --- a/resources/lang/es-VE/admin/groups/table.php +++ b/resources/lang/es-VE/admin/groups/table.php @@ -2,7 +2,7 @@ return array( - 'id' => 'ID', + 'id' => 'Identificación', 'name' => 'Nombre', 'users' => '# de Usuarios', diff --git a/resources/lang/es-VE/admin/groups/titles.php b/resources/lang/es-VE/admin/groups/titles.php index c9d6ca4a6d..fa2ed72f70 100644 --- a/resources/lang/es-VE/admin/groups/titles.php +++ b/resources/lang/es-VE/admin/groups/titles.php @@ -1,13 +1,13 @@ 'Acerca de los grupos', - 'about_groups' => 'Los Grupos son usados para generar permisos de usuarios.', - 'group_management' => 'Gestión de Grupos', - 'create' => 'Crear un grupo nuevo', + 'about_groups_title' => 'Acerca de los Grupos', + 'about_groups' => 'Los grupos son usados para generalizar permisos de usuario.', + 'group_management' => 'Administración de Grupo', + 'create' => 'Crear Nuevo Grupo', 'update' => 'Editar Grupo', 'group_name' => 'Nombre de Grupo', - 'group_admin' => 'Admin Grupo', + 'group_admin' => 'Administración de Grupo', 'allow' => 'Permitir', 'deny' => 'Denegar', diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php index 50c149e69b..b90be5c180 100644 --- a/resources/lang/es-VE/admin/hardware/form.php +++ b/resources/lang/es-VE/admin/hardware/form.php @@ -1,43 +1,44 @@ 'Confirmar eliminación masiva de bienes', - '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_warn' => 'Está a punto de borrar :asset_count.', - '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_warn' => 'Esta a punto de editar las propiedades de :asset_count equipos.', - 'checkedout_to' => 'Asignado a', - 'checkout_date' => 'Fecha de asignación', - 'checkin_date' => 'Fecha de devolución', - 'checkout_to' => 'Asignar a', - 'cost' => 'Precio Compra', - 'create' => 'Crear Equipo', - 'date' => 'Fecha Compra', + 'bulk_delete' => 'Confirmar Eliminación Masiva de Activos', + 'bulk_delete_help' => 'Revisa los activos para eliminación masiva abajo. Una vez borrados, estos activos pueden ser restaurados, pero no estarán asociados con ningún usuario al que estén asignados actualmente.', + 'bulk_delete_warn' => 'Vas a eliminar :asset_count activos.', + 'bulk_update' => 'Actualización Masiva de Activos', + 'bulk_update_help' => 'Este formulario te permite actualizar múltiples activos de una vez. Sólo llena los campos que necesites cambiar. Cualquier campo dejado en blanco permanecerá sin cambios. ', + 'bulk_update_warn' => 'Estás a punto de editar las propiedades de :asset_count activos.', + 'checkedout_to' => 'Asignado A', + 'checkout_date' => 'Fecha de Salida', + 'checkin_date' => 'Fecha de Ingreso', + 'checkout_to' => 'Asignar A', + 'cost' => 'Costo de Compra', + 'create' => 'Crear Activo', + 'date' => 'Fecha de Compra', 'depreciation' => 'Depreciación', - 'depreciates_on' => 'Se deprecia en', + 'depreciates_on' => 'Se Deprecia En', 'default_location' => 'Ubicación Predeterminada', - 'eol_date' => 'Fecha EOL', - 'eol_rate' => 'Tasa de EOL', - 'expected_checkin' => 'Fecha Esperada de Devolución', - 'expires' => 'Expira', - 'fully_depreciated' => 'Totalmente amortizado', - 'help_checkout' => 'Si desea asignar este equipo inmediatamente, seleccione "Listo para Asignar" de la lista de estados de arriba. ', - 'mac_address' => 'MAC Dirección', + 'eol_date' => 'Fecha de Fin de Vida', + 'eol_rate' => 'Tasa de Fin de Vida', + 'expected_checkin' => 'Fecha de Entrega Prevista', + 'expires' => 'Vence', + 'fully_depreciated' => 'Completamente Depreciado', + 'help_checkout' => 'Si deseas asignar este activo inmediatamente, selecciona "Listo para Asignar" de la lista de estados arriba. ', + 'mac_address' => 'Dirección MAC', 'manufacturer' => 'Fabricante', 'model' => 'Modelo', 'months' => 'meses', - 'name' => 'Equipo', + 'name' => 'Nombre de Activo', 'notes' => 'Notas', - 'order' => 'Nº Pedido', + 'order' => 'Número de Orden', 'qr' => 'Código QR', - 'requestable' => 'Los usuarios pueden solicitarlo', - 'select_statustype' => 'Selecciona estado', - 'serial' => 'N. Serie', + 'requestable' => 'Los usuarios pueden solicitar este activo', + 'select_statustype' => 'Seleccionar Tipo de Estado', + 'serial' => 'Serial', 'status' => 'Estado', - 'tag' => 'Etiqueta', - 'update' => 'Actualizar Equipo', + 'tag' => 'Etiqueta de Activo', + 'update' => 'Actualizar Activo', 'warranty' => 'Garantía', + 'warranty_expires' => 'La garantía vence', 'years' => 'años', ) ; diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php index 6b5e982b4d..df24d94983 100644 --- a/resources/lang/es-VE/admin/hardware/general.php +++ b/resources/lang/es-VE/admin/hardware/general.php @@ -2,22 +2,22 @@ return array( 'about_assets_title' => 'Acerca de Activos', - '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 seguidos mediante el número del serial o la etiqueta del activo. Tienden a ser objetos de mayor valor en los que identificar un objeto específico importa.', 'archived' => 'Archivado', - 'asset' => 'Equipo', - 'bulk_checkout' => 'Asignar activos a un usuario', - 'checkin' => 'Quitar Equipo', - 'checkout' => 'Activo de pago', - 'clone' => 'Clonar Equipo', - 'deployable' => 'Desplegable', - 'deleted' => 'Este equipo ha sido eliminado. Click aqui para restaurarlot.', - 'edit' => 'Editar Equipo', - 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', - 'model_deleted' => 'Este modelo de equipo ha sido borrado. Debe restaurar el modelo antes de poder restaurar el equipo.
Hacer click aquí para restaurar el modelo.', - 'requestable' => 'Requerible', + 'asset' => 'Activo', + 'bulk_checkout' => 'Activos Asignados al Usuario', + 'checkin' => 'Ingresar Activo', + 'checkout' => 'Retirar Activo', + 'clone' => 'Clonar Activo', + 'deployable' => 'Enviable', + 'deleted' => 'Este activo ha sido borrado. Click aquí para restaurarlos.', + 'edit' => 'Editar Activo', + 'filetype_info' => 'Los tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'model_deleted' => 'Este modelo de activos ha sido borrado. Debes restaurar el modelo antes de poder restaurar los activos.
Click aquí para restaurar el modelo.', + 'requestable' => 'Solicitable', 'requested' => 'Solicitado', - 'restore' => 'Restaurar equipo', + 'restore' => 'Restaurar Activo', 'pending' => 'Pendiente', - 'undeployable' => 'No desplegable', - 'view' => 'Ver Equipo', + 'undeployable' => 'No enviable', + 'view' => 'Ver Activo', ); diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index b633f84be5..10ef52135b 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -2,82 +2,81 @@ return array( - 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. - Si no es correcto, actualiza su estado.', - 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', - 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', + 'undeployable' => 'Advertencia: este activo ha sido marcado actualmente como no enviable. Si este estado cambia, por favor actualiza el estado de activos.', + 'does_not_exist' => 'El activo no existe.', + 'does_not_exist_or_not_requestable' => 'Buen intento. Ese activo no existe o no es solicitable.', + 'assoc_users' => 'Este activo está actualmente asignado a un usuario y no puede ser borrado. Por favor, revisa el activo primero y luego intenta borrarlo. ', 'create' => array( - 'error' => 'Equipo no creado, intentalo de nuevo. :(', - 'success' => 'Equipo creado. :)' + 'error' => 'El activo no ha sido creado, por favor, inténtelo de nuevo. :(', + 'success' => 'Activo creado con éxito. :)' ), 'update' => array( - 'error' => 'Equipo no actualizado, intentalo de nuevo', - 'success' => 'Equipo actualizado.', - 'nothing_updated' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'error' => 'Activo no ha sido actualizado, por favor, inténtelo de nuevo', + 'success' => 'Activo actualizado con éxito.', + 'nothing_updated' => 'Ningún campo fue seleccionado, así que nada se actualizó.', ), 'restore' => array( - 'error' => 'El equipo no fue restaurado, por favor intente nuevamente', - 'success' => 'Equipo restaurado correctamente.' + 'error' => 'El activo no fue restaurado, por favor, inténtalo de nuevo', + 'success' => 'Activo restaurado correctamente.' ), 'audit' => array( - 'error' => 'La auditoría de activos no tuvo éxito. Vuelve a intentarlo.', - 'success' => 'Auditoría de activos registrada correctamente.' + 'error' => 'La auditoria de activo no tuvo éxito. Inténtalo de nuevo.', + 'success' => 'Audoría de activo registrada con éxito.' ), 'deletefile' => array( - 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo eliminado correctamente.', + 'error' => 'El archivo no fue borrado. Por favor, inténtalo de nuevo.', + 'success' => 'Archivo borrado con éxito.', ), 'upload' => array( - 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo(s) cargado correctamente.', - 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', - 'invalidfiles' => 'Uno o más sus archivos es demasiado grande o es de un tipo no permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf y txt.', + 'error' => 'Archivo(s) no cargado(s). Por favor, inténtelo nuevamente.', + 'success' => 'Archivo(s) cargado(s) con éxito.', + 'nofiles' => 'No seleccionaste ningún archivo para actualizar, o el archivo que estás intentando cargar es demasiado grande', + 'invalidfiles' => 'Uno o más de tus archivos es demasiado grande o es de un tipo que no está permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf, y txt.', ), 'import' => array( - 'error' => 'Algunos elementos no se pudieron importar correctamente.', - 'errorDetail' => 'Estos elementos no pudieron importarse debido a errores.', + 'error' => 'Algunos de los elementos no se importaron correctamente.', + 'errorDetail' => 'Lo siguientes elementos no se importaron debido a errores.', 'success' => "Tu archivo ha sido importado", 'file_delete_success' => "Tu archivo ha sido eliminado con éxito", - 'file_delete_error' => "No pudimos eliminar tu archivo", + 'file_delete_error' => "El archivo no se pudo eliminar", ), 'delete' => array( - 'confirm' => 'Estás seguro que quieres eliminar el equipo?', - 'error' => 'Equipo no eliminado, intentalo de nuevo.', - 'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.', - 'success' => 'Equipo eliminado.' + 'confirm' => '¿Estás seguro de que quieres borrar este archivo?', + 'error' => 'Ha habido un problema eliminando el activo. Por favor, inténtelo de nuevo.', + 'nothing_updated' => 'Ningún activo se seleccionó, así que nada fue borrado.', + 'success' => 'El activo fue borrado con éxito.' ), 'checkout' => array( - 'error' => 'Equipo no asignado, intentalo de nuevo', - 'success' => 'Equipo asignado.', - 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', - 'not_available' => '¡Ese artículo no está disponible para retirada!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'error' => 'El activo no se ha asignado, por favor, inténtelo de nuevo', + 'success' => 'Activo asignado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor, inténtelo de nuevo.', + 'not_available' => '¡Ese activo no está disponible para retirar!', + 'no_assets_selected' => 'Debes seleccionar al menos un activo de la lista' ), 'checkin' => array( - 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', - 'success' => 'Equipo quitado correctamente.', - 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', - 'already_checked_in' => 'Ese activo ya se quito.', + 'error' => 'El activo no se ha registrado, por favor, inténtelo de nuevo', + 'success' => 'Activo registrado con éxito.', + 'user_does_not_exist' => 'El usuario es inválido. Por favor inténtelo de nuevo.', + 'already_checked_in' => 'Ese activo ya ha sido registrado.', ), 'requests' => array( - 'error' => 'Bien no solicitado, por favor inténtelo de nuevo', - 'success' => 'Bien solicitado correctamente.', - 'canceled' => 'Solicitud de retirada cancelada con éxito' + 'error' => 'El activo no fue solicitado, por favor, inténtalo de nuevo', + 'success' => 'Activo solicitado correctamente.', + 'canceled' => 'Solicitud de asignación cancelada con éxito' ) ); diff --git a/resources/lang/es-VE/admin/hardware/table.php b/resources/lang/es-VE/admin/hardware/table.php index c43cc6285c..22cc189069 100644 --- a/resources/lang/es-VE/admin/hardware/table.php +++ b/resources/lang/es-VE/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Etiqueta', + 'asset_tag' => 'Etiqueta de Activo', 'asset_model' => 'Modelo', 'book_value' => 'Valor', - 'change' => 'Operación', - 'checkout_date' => 'Fecha de asignación', + 'change' => 'Registrado / Asignado', + 'checkout_date' => 'Fecha de Asignación', 'checkoutto' => 'Asignado', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', - 'eol' => 'EOL', - 'id' => 'ID', + 'eol' => 'Fin de Vida', + 'id' => 'Identificación', 'location' => 'Localización', 'purchase_cost' => 'Costo', 'purchase_date' => 'Comprado', - 'serial' => 'N. Serie', + 'serial' => 'Serial', 'status' => 'Estado', - 'title' => 'Equipo ', + 'title' => 'Activo ', 'image' => 'Imagen de dispositivo', - 'days_without_acceptance' => 'Días Sin Aceptación' + 'days_without_acceptance' => 'Días sin Aceptación' ); diff --git a/resources/lang/es-VE/admin/licenses/form.php b/resources/lang/es-VE/admin/licenses/form.php index 3724e53dbd..48e4c03009 100644 --- a/resources/lang/es-VE/admin/licenses/form.php +++ b/resources/lang/es-VE/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Equipo', - 'checkin' => 'Quita', - 'create' => 'Nueva Licencia', + 'asset' => 'Activo', + 'checkin' => 'Registro', + 'create' => 'Crear Licencia', 'expiration' => 'Fecha de vencimiento', - 'license_key' => 'Clave de producto', + 'license_key' => 'Clave del Producto', 'maintained' => 'Mantenido', - 'name' => 'Aplicación', - 'no_depreciation' => 'No Amortizar', + 'name' => 'Nombre del software', + 'no_depreciation' => 'No depreciar', 'purchase_order' => 'Número de orden de compra', 'reassignable' => 'Reasignable', - 'remaining_seats' => 'Posiciones Restantes', + 'remaining_seats' => 'Intalaciones Restantes', 'seats' => 'Instalaciones', - 'termination_date' => 'Fecha de Fin', - 'to_email' => 'Registrado a Email', - 'to_name' => 'Registrado a Nombre', + 'termination_date' => 'Fecha de Finalización', + 'to_email' => 'Licenciado al Correo Electrónico', + 'to_name' => 'Licenciado a Nombre', 'update' => 'Actualizar Licencia', - 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' + 'checkout_help' => 'Debes asignar una licencia a un activo de hardware o a una persona. Puedes seleccionar ambos pero el dueño del activo debe coincidir con la persona a la que le registras el activo.' ); diff --git a/resources/lang/es-VE/admin/licenses/general.php b/resources/lang/es-VE/admin/licenses/general.php index 8a5d6db90e..b6cacb89b1 100644 --- a/resources/lang/es-VE/admin/licenses/general.php +++ b/resources/lang/es-VE/admin/licenses/general.php @@ -1,21 +1,21 @@ 'Acerca de licencias', - 'about_licenses' => 'Las licencias son para identificar software. Tienen un número específico de asientos que pueden ser asignados a individuos', - 'checkin' => 'Quitar Instalación', - 'checkout_history' => 'Historial Asignaciones', - 'checkout' => 'Asignar Instalación', - 'edit' => 'Editar Usuario', - 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', - 'clone' => 'Clonar Usuario', - 'history_for' => 'Historial para ', - 'in_out' => 'Quita/Asigna', - 'info' => 'Info Licencia', - 'license_seats' => 'Num. Instalaciones', - 'seat' => 'Instalación', - 'seats' => 'Instalaciones', - 'software_licenses' => 'Licencias Software', + 'about_licenses_title' => 'Acerca de las Licencias', + 'about_licenses' => 'Las licencias son usadas para rastrear el software. Tienen un número específico de puestos que pueden ser asignados a individuos', + 'checkin' => 'Registrar Puestos de Licencia', + 'checkout_history' => 'Historial de Asignaciones', + 'checkout' => 'Registrar Puesto de Licencia', + 'edit' => 'Editar Licencia', + 'filetype_info' => 'Los tipos de archivo permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'clone' => 'Clonar Licencia', + 'history_for' => 'Historial de ', + 'in_out' => 'Registrado / Asignado', + 'info' => 'Información de licencia', + 'license_seats' => 'Puestos de Licencia', + 'seat' => 'Puesto', + 'seats' => 'Puestos', + 'software_licenses' => 'Licencias de Software', 'user' => 'Usuario', - 'view' => 'Ver Licencias', + 'view' => 'Ver Licencia', ); diff --git a/resources/lang/es-VE/admin/licenses/message.php b/resources/lang/es-VE/admin/licenses/message.php index 90324024a1..bcd0a7f0f8 100644 --- a/resources/lang/es-VE/admin/licenses/message.php +++ b/resources/lang/es-VE/admin/licenses/message.php @@ -2,50 +2,50 @@ return array( - 'does_not_exist' => 'Categoría inexistente.', - 'user_does_not_exist' => 'Usuario inexistente.', - 'asset_does_not_exist' => 'El equipo que intentas asignar a esta licencia no existe.', - 'owner_doesnt_match_asset' => 'El equipo al que estas intentando asignar esta licenciam, está asignado a un usuario diferente que el de la licencia.', - 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', - 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', + 'does_not_exist' => 'La licencia no existe.', + 'user_does_not_exist' => 'El usuario no existe.', + 'asset_does_not_exist' => 'El activo que intentas asociar con esta licencia no existe.', + 'owner_doesnt_match_asset' => 'El activo al que estás intentando asociar con esta licencia está asignado a un usuario diferente al de la persona seleccionada para retirar.', + 'assoc_users' => 'Esta licencia está actualmente asignada a un usuario y no puede ser borrada. Por favor, revisa la licencia primero y luego intenta borrarla. ', + 'select_asset_or_person' => 'Debes seleccionar un activo o un usuario, pero no ambos.', 'create' => array( - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.' + 'error' => 'La licencia no se ha creado, inténtelo de nuevo.', + 'success' => 'Licencia creada con éxito.' ), 'deletefile' => array( - 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo eliminado correctamente.', + 'error' => 'El archivo no fue borrado. Por favor, inténtalo de nuevo.', + 'success' => 'Archivo borrado con éxito.', ), 'upload' => array( - 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo(s) cargado correctamente.', + 'error' => 'Archivo(s) no cargado(s). Por favor, inténtelo nuevamente.', + 'success' => 'Archivo(s) cargado(s) con éxito.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', - 'invalidfiles' => 'Uno o más de tus ficheros son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', + 'invalidfiles' => 'Uno o más de tus archivos son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', ), 'update' => array( - 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', - 'success' => 'Categoría actualizada correctamente.' + 'error' => 'La licencia no se ha actualizado, inténtalo de nuevo', + 'success' => 'Licencia actualizada con éxito.' ), 'delete' => array( - 'confirm' => 'Estás seguro de eliminar esta categoría?', - 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.' + 'confirm' => '¿Estás seguro de querer borrar esta licencia?', + 'error' => 'Hubo un problema al borrar la licencia. Por favor, inténtalo de nuevo.', + 'success' => 'La licencia fue eliminada con éxito.' ), 'checkout' => array( - 'error' => 'Equipo no asignado, intentalo de nuevo', - 'success' => 'Equipo asignado.' + 'error' => 'Hubo un problema asignando la licencia. Por favor, inténtelo de nuevo.', + 'success' => 'La licencia fue asignada con éxito' ), 'checkin' => array( - 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', - 'success' => 'Equipo quitado correctamente.' + 'error' => 'Hubo un problema registrando la licencia. Por favor, inténtalo de nuevo.', + 'success' => 'La licencia fue registrada con éxito' ), ); diff --git a/resources/lang/es-VE/admin/licenses/table.php b/resources/lang/es-VE/admin/licenses/table.php index c5b82e4147..7f83898354 100644 --- a/resources/lang/es-VE/admin/licenses/table.php +++ b/resources/lang/es-VE/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Asignada a', - 'checkout' => 'Quita/Asigna', + 'assigned_to' => 'Asignado A', + 'checkout' => 'Registrado / Asignado', 'id' => 'ID', - 'license_email' => 'Email', - 'license_name' => 'Licenciado a', - 'purchase_date' => 'Fecha Compra', - 'purchased' => 'Comprada', - 'seats' => 'Instalaciones', - 'hardware' => 'Equipo', - 'serial' => 'N. Serie', - 'title' => 'Categoría de equipo', + 'license_email' => 'Correo Electrónico de la Licencia', + 'license_name' => 'Licenciado A', + 'purchase_date' => 'Fecha de Compra', + 'purchased' => 'Comprado', + 'seats' => 'Puestos', + 'hardware' => 'Hardware', + 'serial' => 'Serial', + 'title' => 'Licencia', ); diff --git a/resources/lang/es-VE/admin/locations/message.php b/resources/lang/es-VE/admin/locations/message.php index 80fb8e1d24..9f3f45b82c 100644 --- a/resources/lang/es-VE/admin/locations/message.php +++ b/resources/lang/es-VE/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Localización no existente.', - 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ', - '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_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. ', + 'does_not_exist' => 'La ubicación no existe.', + 'assoc_users' => 'Esta ubicación está actualmente asociada con al menos un usuario y no puede ser borrada. Por favor actualiza tus usuarios para no referenciar más esta ubicación e inténtalo de nuevo. ', + 'assoc_assets' => 'Esta ubicación está actualmente asociada con al menos un activo y no puede ser borrada. Por favor actualiza tus activos para no referenciar más esta ubicación e inténtalo de nuevo. ', + 'assoc_child_loc' => 'Esta ubicación es actualmente padre al menos una ubicación hija y no puede ser borrada. Por favor actualiza tus ubicaciones para no referenciar más esta ubicación e inténtalo de nuevo. ', 'create' => array( - 'error' => 'Localización no creada, Intentalo de nuevo.', - 'success' => 'Localización creada.' + 'error' => 'La ubicación no fue creada, por favor, inténtelo de nuevo.', + 'success' => 'Ubicación creada con éxito.' ), 'update' => array( - 'error' => 'Localización no actualizada, Intentalo de nuevo', - 'success' => 'Localización actualizada.' + 'error' => 'La ubicación no fue actualizada, por favor inténtelo de nuevo', + 'success' => 'La ubicación fue actualizada con éxito.' ), 'delete' => array( - 'confirm' => '¿Está seguro que desea eliminar esta ubicación?', - 'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.', - 'success' => 'Localización eliminada.' + 'confirm' => '¿Está seguro que querer borrar esta ubicación?', + 'error' => 'Hubo un problema borrando la ubicación. Por favor, inténtalo de nuevo.', + 'success' => 'La ubicación fue borrada con exito.' ) ); diff --git a/resources/lang/es-VE/admin/locations/table.php b/resources/lang/es-VE/admin/locations/table.php index 46efe23134..8f01c8155e 100644 --- a/resources/lang/es-VE/admin/locations/table.php +++ b/resources/lang/es-VE/admin/locations/table.php @@ -1,21 +1,21 @@ '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', - 'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Equipo asignado', - 'id' => 'ID', + 'about_locations_title' => 'Acerca de las Ubicaciones', + 'about_locations' => 'Las ubicaciones son usadas para seguir la información de la ubicación de usuarios, activos, y otros objetos', + 'assets_rtd' => 'Activos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Activos Asignados', + 'id' => 'Identificación', 'city' => 'Ciudad', - 'state' => 'Provincia', - 'country' => 'Pais', - 'create' => 'Crear Localización', - 'update' => 'Actualizar Localización', - 'name' => 'Nombre Localización', + 'state' => 'Estado', + 'country' => 'País', + 'create' => 'Crear Ubicación', + 'update' => 'Actualizar Ubicación', + 'name' => 'Nombre de Ubicación', 'address' => 'Dirección', - 'zip' => 'Códio Postal', - 'locations' => 'Localizaciones', + 'zip' => 'Código Postal', + 'locations' => 'Ubicaciones', 'parent' => 'Padre', - 'currency' => 'Divisa de la Localización', + 'currency' => 'Divisa de la Ubicación', 'ldap_ou' => 'Búsqueda LDAP OU', ); diff --git a/resources/lang/es-VE/admin/manufacturers/message.php b/resources/lang/es-VE/admin/manufacturers/message.php index 767b223d47..a528c7482a 100644 --- a/resources/lang/es-VE/admin/manufacturers/message.php +++ b/resources/lang/es-VE/admin/manufacturers/message.php @@ -2,23 +2,28 @@ return array( - 'does_not_exist' => 'Fabricante inexistente.', - 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', + 'does_not_exist' => 'El fabricante no existe.', + 'assoc_users' => 'Este fabricante está actualmente asociado con al menos un modelo y no puede ser borrado. Por favor, actualiza tus modelos para no referenciar este fabricante e inténtelo de nuevo. ', 'create' => array( - 'error' => 'Fabricante no creado, Intentalo de nuevo.', - 'success' => 'Fabricante creado.' + 'error' => 'El fabricante no ha sido creado, por favor, inténtalo de nuevo.', + 'success' => 'Fabricante creado con éxito.' ), 'update' => array( - 'error' => 'Fabricante no actualizado, Intentalo de nuevo', - 'success' => 'Fabricante actualizado.' + 'error' => 'El fabricante no ha sido actualizado, por favor, inténtelo de nuevo', + 'success' => 'Fabricante actualizado con éxito.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' ), 'delete' => array( - 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', - 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', - 'success' => 'Fabricante Eliminado.' + 'confirm' => '¿Estás seguro de querer borrar este fabricante?', + 'error' => 'Hubo un problema borrando el fabricante. Por favor, inténtalo de nuevo.', + 'success' => 'Fabricante borrado con éxito.' ) ); diff --git a/resources/lang/es-VE/admin/manufacturers/table.php b/resources/lang/es-VE/admin/manufacturers/table.php index 972d33b71b..05ad749aa8 100644 --- a/resources/lang/es-VE/admin/manufacturers/table.php +++ b/resources/lang/es-VE/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'Sobre fabricantes', - 'about_manufacturers_text' => 'Los fabricantes son las empresas que crean sus activos. Aquí puede almacenar importante información de contacto sobre ellos, que se mostrará en sus páginas de detalle de activos.', - 'asset_manufacturers' => 'Fabricantes', + 'about_manufacturers_title' => 'Sobre Fabricantes', + 'about_manufacturers_text' => 'Los fabricantes son las compañías que crean tus activos. Puedes guardar información importante de soporte aquí, que será mostrado en la páginas de detalles de tu activo.', + 'asset_manufacturers' => 'Fabricantes de Activos', 'create' => 'Crear Fabricante', 'id' => 'ID', 'name' => 'Nombre', - 'support_email' => 'Email de soporte', - 'support_phone' => 'Teléfono de soporte', - 'support_url' => 'URL de soporte', + 'support_email' => 'Correo de soporte', + 'support_phone' => 'Teléfono de Soporte', + 'support_url' => 'URL de Soporte', 'update' => 'Actualizar Fabricante', 'url' => 'URL', diff --git a/resources/lang/es-VE/admin/models/general.php b/resources/lang/es-VE/admin/models/general.php index 90e4eafe82..966c9266be 100644 --- a/resources/lang/es-VE/admin/models/general.php +++ b/resources/lang/es-VE/admin/models/general.php @@ -1,18 +1,18 @@ 'Acerca de modelos de activos', - 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'Este modelo ha sido borrado.Click aquí para restaurarlo.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'about_models_title' => 'Acerca de los Modelos de Activos', + 'about_models_text' => 'Los Modelos de Activos son un grupo de activos idénticos. "MBP 2013", "iPhone 6S", etc.', + 'deleted' => 'Este modelo ha sido borrado. Click aquí para restaurarlo.', + 'bulk_delete' => 'Eliminación Masiva de Modelos de Activos', + 'bulk_delete_help' => 'Usa las casillas abajo para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activo que tienen distintos activos asociados con ellos no pueden ser borrados hasta que los activos sean asociados a un modelo diferente.', + 'bulk_delete_warn' => 'Estás a punto de borrar :model_count modelos de activo.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', - 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', + 'show_mac_address' => 'Mostrar campo de dirección MAC en activos en este modelo', 'view_deleted' => 'Ver Borrados', 'view_models' => 'Ver Modelos', - 'fieldset' => 'Grupos de campo', - 'no_custom_field' => 'No hay campos personalizados', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'Sin campos personalizados', ); diff --git a/resources/lang/es-VE/admin/models/message.php b/resources/lang/es-VE/admin/models/message.php index 8eab25ba11..45183d6621 100644 --- a/resources/lang/es-VE/admin/models/message.php +++ b/resources/lang/es-VE/admin/models/message.php @@ -2,41 +2,41 @@ return array( - 'does_not_exist' => 'Modelo inexistente.', - 'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado', + 'does_not_exist' => 'El modelo no existe.', + 'assoc_users' => 'Este modelo está asignado a uno o más activos y no puede ser eliminado. Por favor, borra los activos y luego intenta borrarlo nuevamente. ', 'create' => array( - 'error' => 'Modelo no creado, Intentalo de nuevo.', - 'success' => 'Modelo creado.', + 'error' => 'El modelo no fue creado, por favor inténtalo de nuevo.', + 'success' => 'Modelo creado con éxito.', 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.', ), 'update' => array( - 'error' => 'Modelo no actualizado, Intentalo de nuevo', - 'success' => 'Modelo actualizado.' + 'error' => 'El modelo no fue actualizado, por favor, inténtalo de nuevo', + 'success' => 'Modelo actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Estás seguro de querer eliminar el Modelo?', - 'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.', - 'success' => 'Modelo eliminado.' + 'confirm' => '¿Estás seguro de que quieres borrar este modelo de activo?', + 'error' => 'Hubo un problema borrando el modelo. Por favor inténtalo de nuevo.', + 'success' => 'El modelo fue borrado con éxito.' ), 'restore' => array( - 'error' => 'El modelo no fue restaurado, por favor intente nuevamente', - 'success' => 'Modelo restaurado exitosamente.' + 'error' => 'El modelo no fue restaurado, por favor inténtalo de nuevo', + 'success' => 'Modelo restaurado con éxito.' ), 'bulkedit' => array( - 'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'error' => 'Ningún cambio fue cambiado, así que nada se actualizó.', 'success' => 'Modelos actualizados.' ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', + '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.' ), ); diff --git a/resources/lang/es-VE/admin/models/table.php b/resources/lang/es-VE/admin/models/table.php index 23298d575a..6e8e0ee46a 100644 --- a/resources/lang/es-VE/admin/models/table.php +++ b/resources/lang/es-VE/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Crear Modelo Equipo', + 'create' => 'Crear Modelo de Activo', 'created_at' => 'Creado el', - 'eol' => 'EOL', + 'eol' => 'Fin de Vida', 'modelnumber' => 'Modelo No.', - 'name' => 'Nombre Modelo', - 'numassets' => 'Equipos', - 'title' => 'Modelos Equipos', - 'update' => 'Actualizar Modelo', - 'view' => 'Ver Modelo', - 'update' => 'Actualizar Modelo', + 'name' => 'Nombre de Activo de Modelo', + 'numassets' => 'Activos', + 'title' => 'Modelos de Activo', + 'update' => 'Actualizar Modelo de Activo', + 'view' => 'Ver Modelos de Activo', + 'update' => 'Actualizar Modelo de Activo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', ); diff --git a/resources/lang/es-VE/admin/reports/general.php b/resources/lang/es-VE/admin/reports/general.php index f6251cdbf3..3b22703bd8 100644 --- a/resources/lang/es-VE/admin/reports/general.php +++ b/resources/lang/es-VE/admin/reports/general.php @@ -1,5 +1,5 @@ 'Selecciona las opciones de tu informe de Equipos.' + 'info' => 'Selecciona que opciones quieres para tu informe de activos.' ); diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index 59af89b677..40db00fbed 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -3,157 +3,172 @@ return array( 'ad' => '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' => 'Este es a veces el mismo que el correo electrónico de dominio, pero no siempre.', 'is_ad' => 'Este es un servidor de Directorio Activo', 'alert_email' => 'Enviar alertas a', - 'alerts_enabled' => 'Alertas habilitadas', + 'alerts_enabled' => 'Alertas de correo electrónico habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', - 'asset_ids' => 'IDs de Recurso', - '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_warning_days' => 'Umbral de advertencia de auditoría', - 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', - 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', + 'asset_ids' => 'IDs de activos', + '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_warning_days' => 'Umbral de Aviso de Auditoría', + 'audit_warning_days_help' => '¿Con cuántos días de antelación deberíamos advertirte que tus activos se deben auditar?', + 'auto_increment_assets' => 'Generar identificaciones de activos autoincrementales', 'auto_increment_prefix' => 'Prefijo (opcional)', - 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', - 'backups' => 'Copias de seguridad', - 'barcode_settings' => 'Configuración de Código de Barras', - 'confirm_purge' => 'Confirmar la purga', - 'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.', + 'auto_incrementing_help' => 'Activar las identificaciones de activos autoincrementantes para establecer esto', + 'backups' => 'Copias de Seguridad', + 'barcode_settings' => 'Configuración del Código de Barras', + 'confirm_purge' => 'Confirmar Purga', + 'confirm_purge_help' => 'Introduce el texto "DELETE" en la caja abajo para purgar tus registros borrados. Esta acción no es reversible.', 'custom_css' => 'CSS Personalizado', - 'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', - 'default_currency' => 'Moneda Predeterminada', - 'default_eula_text' => 'EULA por defecto', - 'default_language' => 'Idioma predeterminado', - 'default_eula_help_text' => 'También puede asociar EULAs personalizadas para categorías especificas de equipos.', - 'display_asset_name' => 'Mostrar Nombre Equipo', - 'display_checkout_date' => 'Mostrar Fecha de Salida', - 'display_eol' => 'Mostrar EOL', + 'custom_css_help' => 'Introduce cualquier CSS personalizado que quieras utilizar. No incluyas las etiquetas <style></style> .', + 'custom_forgot_pass_url' => 'Personalizar URL de Restablecimiento de Contraseña', + 'custom_forgot_pass_url_help' => 'Esto remplaza la URL incorporada para contraseña olvidada en la pantalla de inicio, útil para dirigir a las personas a una funcionalidad de restablecimiento de interna o alojada en LDPA. Esto deshabilitará la funcionalidad local de contraseña olvidada.', + 'dashboard_message' => 'Mensajes del Panel', + 'dashboard_message_help' => 'Este texto aparecerá en el panel para cualquiera que tenga permiso de ver el panel.', + 'default_currency' => 'Divisa predeterminada', + 'default_eula_text' => 'Licencia Predeterminada', + 'default_language' => 'Lenguaje Predeterminado', + 'default_eula_help_text' => 'También puedes asociar licencias personalizadas a categorías de activos específicas.', + 'display_asset_name' => 'Mostrar Nombre del Equipo', + 'display_checkout_date' => 'Mostrar fecha de Salida', + 'display_eol' => 'Mostrar Fin de Vida en la vista de tabla', 'display_qr' => 'Mostrar Códigos QR', - 'display_alt_barcode' => 'Mostrar códigos de barras en 1D', - 'barcode_type' => 'Tipo de códigos de barras 2D', - 'alt_barcode_type' => 'Tipo de códigos de barras 1D', - 'eula_settings' => 'Configuración EULA', - 'eula_markdown' => 'Este EULS permite makrdown estilo Github.', + 'display_alt_barcode' => 'Mostrar código de barras 1D', + 'barcode_type' => 'Tipo de código de barras 2D', + 'alt_barcode_type' => 'Tipo de código de barras 1D', + 'eula_settings' => 'Configuración de Licencia', + 'eula_markdown' => 'Esta licencia permite markdown estilo Github.', + 'footer_text' => 'Texto adicional de pie de página ', + 'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces están permitidos usando el markdown estilo Github. Saltos de línea, cabeceras, imágenes, etc., pueden dar resultados impredecibles.', 'general_settings' => 'Configuración General', 'generate_backup' => 'Generar Respaldo', - 'header_color' => 'Color de encabezado', - 'info' => 'Estos parámetros permirten personalizar ciertos aspectos de la aplicación.', - 'laravel' => 'Versión de Laravel', + 'header_color' => 'Color de Encabezado', + 'info' => 'Estos ajustes te dejan personalizar ciertos aspectos de tu instalación.', + 'laravel' => 'Versión de Lavarel', 'ldap_enabled' => 'LDAP activado', 'ldap_integration' => 'Integración LDAP', - 'ldap_settings' => 'Ajustes LDAP', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_settings' => 'Configuración LDAP', + 'ldap_login_test_help' => 'Introduce un usuario y contraseña LDAP válidos desde la base DN que especificaste antes para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', + 'ldap_login_sync_help' => 'Esto solo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.', 'ldap_server' => 'Servidor LDAP', - 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', - 'ldap_server_cert' => 'Certificado de validación SSL LDAP', - 'ldap_server_cert_ignore' => 'Permitir certificados SSL inválidos', - 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL auto firmado y quieres aceptar un certificado SSL inválido.', + 'ldap_server_help' => 'Esto debería empezar con ldap:// (para no-encriptados o TLS) o ldaps:// (para SSL)', + 'ldap_server_cert' => 'Validación de certificado LDAP SSL', + 'ldap_server_cert_ignore' => 'Permitir Certificado SSL inválido', + 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL autofirmado y te gustaría aceptar un certificado SSL inválido.', 'ldap_tls' => 'Usar TLS', - 'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ', - 'ldap_uname' => 'Enlazar usuario LDAP', - 'ldap_pword' => 'Enlazar contraseña LDAP', - 'ldap_basedn' => 'Enlazar base DN', + 'ldap_tls_help' => 'Esto debe seleccionarse solamente si estás ejecutando STARTTLS en tu servidor LDAP. ', + 'ldap_uname' => 'Enlazar Nombre de Usuario LDAP', + 'ldap_pword' => 'Enlazar Contraseña LDAP', + 'ldap_basedn' => 'Enlazar Base DN', 'ldap_filter' => 'Filtro LDAP', 'ldap_pw_sync' => 'Sincronización de Contraseña LDAP', - 'ldap_pw_sync_help' => 'Desmarca esta casilla si no quieres mantener las contraseñas LDAP sincronizadas con las contraseñas locales. Desactivar esto significa que tus usuarios no podrán acceder si tu servidor LDAP no está disponible por algún motivo.', - 'ldap_username_field' => 'Campo de usuario', + 'ldap_pw_sync_help' => 'Desmarca esta casilla si no deseas mantener las contraseñas LDAP sincronizadas con las contraseñas locales. Desactivar esto significa que tus usuarios no podrían acceder al inicio de sesión si tu servidor LDAP no está disponible por alguno razón.', + 'ldap_username_field' => 'Campo de Nombre de Usuario', 'ldap_lname_field' => 'Apellido', - 'ldap_fname_field' => 'Nombre LDAP', - 'ldap_auth_filter_query' => 'Consulta de autentificación LDAP', + 'ldap_fname_field' => 'Primer Nombre LDAP', + 'ldap_auth_filter_query' => 'Solicitud de Autenticación LDAP', 'ldap_version' => 'Versión LDAP', 'ldap_active_flag' => 'Flag activo LDAP', - 'ldap_emp_num' => 'Número de empleado LDAP', - 'ldap_email' => 'Email LDAP', + 'ldap_emp_num' => 'Número de Empleado LDAP', + 'ldap_email' => 'Correo electrónico LDAP', + 'license' => 'Licencia de Software', 'load_remote_text' => 'Scripts remotos', - 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', - 'login_note' => 'Nota de inicio de sesión', - 'login_note_help' => 'Opcionalmente incluya algunas oraciones en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta Github con sabor markdown', + 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde el mundo exterior.', + 'login_note' => 'Nota de Inicio de Sesión', + 'login_note_help' => 'Opcionalmente incluye unas pocas oraciones, por ejemplo para asistir a personas que han encontrado o perdido un dispositivo. Este campo acepta el markdown estilo Github', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', - 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', - 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', + 'full_multiple_companies_support_help_text' => 'Restringir usuarios (incluyendo administradores) asignados a compañías a sus activos de la compañía.', + 'full_multiple_companies_support_text' => 'Soporte Completo de Múltiples Compañías', + 'show_in_model_list' => 'Mostrar en Modelos Desplegados', 'optional' => 'opcional', - 'per_page' => 'Resultados por página', + 'per_page' => 'Resultados por Página', 'php' => 'Versión de PHP', - 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .', - 'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.', + 'php_gd_info' => 'Debes instalar php-gd para mostrar códigos QR, ve las instrucciones de instalación.', + 'php_gd_warning' => 'PHP Image Processing y GD plugin NO ESTÁN instalados.', 'pwd_secure_complexity' => 'Complejidad de la contraseña', - 'pwd_secure_complexity_help' => 'Seleccione las reglas de complejidad de las contraseñas que desee aplicar.', + 'pwd_secure_complexity_help' => 'Selecciona las reglas de complejidad que quieras aplicar.', 'pwd_secure_min' => 'Caracteres mínimos de contraseña', 'pwd_secure_min_help' => 'El valor mínimo permitido es 5', 'pwd_secure_uncommon' => 'Evitar contraseñas comunes', - 'pwd_secure_uncommon_help' => 'Esto impedirá que los usuarios usen contraseñas comunes de las 10,000 contraseñas principales que se notifican en las infracciones.', - 'qr_help' => 'Activa Códigos QR antes para poder ver esto', - 'qr_text' => 'Texto Código QR', - 'setting' => 'Parámetro', - 'settings' => 'Configuración', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', - 'site_name' => 'Nombre del sitio', + 'pwd_secure_uncommon_help' => 'Esto impedirá a los usuarios de usar contraseñas comunes de el top 10.000 de contraseñas que se notifiquen en las infracciones.', + 'qr_help' => 'Activa Códigos QR primero para establecer esto', + 'qr_text' => 'Texto del Código QR', + 'setting' => 'Configuración', + 'settings' => 'Configuraciones', + 'show_alerts_in_menu' => 'Mostrar alertas en el menú superior', + 'show_archived_in_list' => 'Activos archivados', + 'show_archived_in_list_text' => 'Mostrar activos archivados en la lista de "todos los activos"', + 'site_name' => 'Nombre del Sitio', 'slack_botname' => 'Nombre de bot en Slack', 'slack_channel' => 'Canal en Slack', 'slack_endpoint' => 'Terminal en Slack', 'slack_integration' => 'Configuración Slack', - 'slack_integration_help' => 'La integración con Slack es opcional, de todos modos la terminal y el canal son requeridos si desea usarlo. Para configurar la integración con Slack, debe primero crear un webhook entrante en su cuenta de Slack.', + 'slack_integration_help' => 'La integración con Slack es opcional, sin embargo, la terminal y el canal son necesarios si quieres usarlo. Para configurar la integración con Slack, debes primero crear un webhook entrante en su cuenta de Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Version de Snipe-IT', - 'system' => 'Información del Sistema', - 'update' => 'Actualizar Parámetros', + 'support_footer' => 'Enlaces de Soporte de Pie de Página ', + 'support_footer_help' => 'Especifica quién ve los links a la información de Soporte Snipe-IT y el Manual de Usuario', + 'system' => 'Información de Sistema', + 'update' => 'Actualizar Configuraciones', 'value' => 'Valor', 'brand' => 'Marca', - 'about_settings_title' => 'Acerca de Ajustes', - 'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.', - 'labels_per_page' => 'Etiquetas por pàgina', + 'about_settings_title' => 'Acerca de las Configuraciones', + 'about_settings_text' => 'Estas configuraciones te dejan personalizar ciertos aspectos de tu instalación.', + 'labels_per_page' => 'Etiquetas por página', 'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)', - 'next_auto_tag_base' => 'Siguiente incremento automático', - 'page_padding' => 'Margenès de pàgina (pulgadas)', - 'purge' => 'Purgar registros eliminados', - 'labels_display_bgutter' => 'Borde inferior de la Etiqueta', - 'labels_display_sgutter' => 'Borde lateral de la Etiqueta', + 'next_auto_tag_base' => 'Próximo auto-incremento', + 'page_padding' => 'Márgenes de página (pulgadas)', + 'purge' => 'Purgar Registros Eliminados', + 'labels_display_bgutter' => 'Borde inferior de la etiqueta', + 'labels_display_sgutter' => 'Borde lateral de la etiqueta', 'labels_fontsize' => 'Tamaño de fuente de la etiqueta', 'labels_pagewidth' => 'Ancho de la hoja de etiqueta', 'labels_pageheight' => 'Altura de la hoja de etiqueta', - 'label_gutters' => 'Espaciamiento de etiqueta (pulgadas)', + 'label_gutters' => 'Espaciado de etiquetas (pulgadas)', 'page_dimensions' => 'Dimensiones de la página (pulgadas)', 'label_fields' => 'Campos visibles de la etiqueta', 'inches' => 'pulgadas', 'width_w' => 'an', 'height_h' => 'al', 'show_url_in_emails' => 'Enlace a Snipe-IT en correos electrónicos', - 'show_url_in_emails_help_text' => 'Desmarca esta casilla si no deseas volver a vincular tu instalación de Snipe-IT en tus pies de página de correo electrónico. Útil si la mayoría de sus usuarios nunca inician sesión.', + 'show_url_in_emails_help_text' => 'Desmarca esta casilla si no deseas volver a enlazar a tu instalación Snipe-IT en los pie de página de tu correo electrónico. Útil si la mayoría de tus usuarios nunca inicia sesión. ', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Altura máxima de la miniatura', - 'thumbnail_max_h_help' => 'Altura máxima en píxeles que las miniaturas pueden mostrar en la vista de listado. Mín. 25, máximo 500.', + 'thumbnail_max_h_help' => 'Altura máxima en píxeles que las miniaturas pueden mostrar en la vista de lista. Mín 25, max 500.', 'two_factor' => 'Autenticación en dos pasos', 'two_factor_secret' => 'Código de verificación en dos pasos', - 'two_factor_enrollment' => 'Enrolamiento en verificación en dos pasos', + 'two_factor_enrollment' => 'Inscripción de verificación en dos pasos', 'two_factor_enabled_text' => 'Activar la verificación en dos pasos', - 'two_factor_reset' => 'Reiniciar Secreto de verificación en dos pasos', - 'two_factor_reset_help' => 'Esto forzará al usuario a inscribirse otra vez su dispositivo con Google Authenticator. Esto puede ser útil si la pérdida o robo de su dispositivo actualmente inscrito. ', - 'two_factor_reset_success' => 'Verificación en dos pasos de dispositivo reiniciado exitosamente', - 'two_factor_reset_error' => 'Falló la Verificación en dos pasos del dispositivo', - 'two_factor_enabled_warning' => 'Permitiendo dos factores si no está activado inmediatamente obliga a autenticar con un dispositivo de autenticación de Google inscritos. Usted tendrá la posibilidad de inscribirse el dispositivo si uno no está inscrito actualmente.', - 'two_factor_enabled_help' => 'Esto encenderá la autenticación de dos factores usando Google Authenticator.', - 'two_factor_optional' => 'Selectiva (los usuarios pueden activar o desactivar si está permitido)', + 'two_factor_reset' => 'Reiniciar Secreto de Verificación en dos Pasos', + 'two_factor_reset_help' => 'Esto forzará al usuario a inscribir sus dispositivos con el Autenticador de Google nuevamente. Esto puede ser útil si su dispositivo inscrito actualmente se pierde o es robado. ', + 'two_factor_reset_success' => 'Verificación de dos pasos del dispositivo reiniciado exitosamente', + 'two_factor_reset_error' => 'La verificación de dos pasos del dispositivo ha fallado', + 'two_factor_enabled_warning' => 'Habilitar la verificación de dos factores si no está activado actualmente de inmediato te forzará a autenticarte con un dispositivo inscrito en Autenticación de Google. Tendrás la habilidad de inscribir tu dispositivo si uno no está actualmente inscrito.', + 'two_factor_enabled_help' => 'Esto activará la autenticación de la verificación de dos factores usando el Autenticador de Google.', + 'two_factor_optional' => 'Selectivo (Usuarios pueden habilitar o deshabilitar si está permitido)', 'two_factor_required' => 'Requerido para todos los usuarios', 'two_factor_disabled' => 'Desactivado', - 'two_factor_enter_code' => 'Ingrese código de verificación en dos pasos', - 'two_factor_config_complete' => 'Enviar código', - 'two_factor_enabled_edit_not_allowed' => 'El administrador no permite modificar esta configuración.', - 'two_factor_enrollment_text' => "Autenticación de doble factor se requiere, sin embargo el dispositivo no ha inscrito todavía. Abra la aplicación Google Authenticator y escanear el código QR a continuación para inscribir a su dispositivo. Una vez que haya inscrito su dispositivo, introduzca el código de abajo", + 'two_factor_enter_code' => 'Ingrese Código de Verificación en dos pasos', + 'two_factor_config_complete' => 'Enviar Código', + 'two_factor_enabled_edit_not_allowed' => 'Tu administrador no te permite editar esta configuración.', + 'two_factor_enrollment_text' => "La autenticación de dos pasos es necesaria, sin embargo, tu dispositivo no ha sido inscrito aún. Abre tu aplicación de Autenticador de Google y escanea el código QR abajo para registrar tu dispositivo. Una vez hayas registrado tu dispositivo, introduce el código abajo", 'require_accept_signature' => 'Requerir Firma', - 'require_accept_signature_help_text' => 'Para activar esta función se requiere que los usuarios firmen fisicamente aceptando el activo.', + 'require_accept_signature_help_text' => 'Habilitar esta función requerirá a los usuarios firmar físicamente al aceptar un activo.', 'left' => 'izquierda', 'right' => 'derecha', 'top' => 'arriba', - 'bottom' => 'fondo', + 'bottom' => 'abajo', 'vertical' => 'vertical', 'horizontal' => 'horizontal', - 'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros', + 'zerofill_count' => 'Longitud de las etiquetas de activos, incluyendo relleno de ceros', ); diff --git a/resources/lang/es-VE/admin/settings/message.php b/resources/lang/es-VE/admin/settings/message.php index 3980dcd7a8..6646cee61b 100644 --- a/resources/lang/es-VE/admin/settings/message.php +++ b/resources/lang/es-VE/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'Ha ocurrido un error al actualizar. ', - 'success' => 'Parámetros actualizados correctamente.' + 'error' => 'Un error ha ocurrido mientras se actualizaba. ', + 'success' => 'Configuraciones actualizados con éxito.' ), 'backup' => array( - 'delete_confirm' => 'Está seguro que desea eliminar este archivo de respaldo? Esta acción no puede ser revertida. ', + 'delete_confirm' => '¿Estás seguro de que quieres eliminar este archivo de respaldo? Esta acción no puede deshacerse. ', 'file_deleted' => 'El archivo de respaldo fue eliminado satisfactoriamente. ', - 'generated' => 'Un nuevo archivo de respaldo fue creado satisfactoriamente.', - 'file_not_found' => 'El archivo de respaldo no se ha encontrado en el servidor.', + 'generated' => 'Un nuevo archivo de respaldo ha sido creado con éxito.', + 'file_not_found' => 'El archivo de respaldo no puede ser encontrado en el servidor.', ), 'purge' => array( 'error' => 'Ha ocurrido un error mientras se realizaba el purgado. ', - 'validation_failed' => 'Su confirmación de purga es incorrecta. Por favor, escriba la palabra "Borrar" en el cuadro de confirmación.', - 'success' => 'Registros eliminados correctamente purgados.' + 'validation_failed' => 'Su confirmación de purga es incorrecta. Por favor, escriba la palabra "DELETE" en el cuadro de confirmación.', + 'success' => 'Registros de borrado purgados correctamente.' ), ); diff --git a/resources/lang/es-VE/admin/statuslabels/message.php b/resources/lang/es-VE/admin/statuslabels/message.php index c158f22b1a..9af6cdaf6b 100644 --- a/resources/lang/es-VE/admin/statuslabels/message.php +++ b/resources/lang/es-VE/admin/statuslabels/message.php @@ -3,30 +3,30 @@ return array( 'does_not_exist' => 'Etiqueta de estado no existe.', - '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á actualmente asociado con al menos un Activo y no puede ser borrada. Por favor, actualiza tus activos para no referenciar más este estado e inténtalo de nuevo. ', 'create' => array( - 'error' => 'Etiqueta de estado no fue creada, por favor, inténtelo de nuevo.', - 'success' => 'Etiqueta de estado fue creada exitosamente.' + 'error' => 'La etiqueta de estado no fue creada, por favor, inténtalo de nuevo.', + 'success' => 'La etiqueta de estado fue creada con éxito.' ), 'update' => array( - 'error' => 'Etiqueta de estado no se ha actualizado, por favor, inténtelo de nuevo', - 'success' => 'Etiqueta de estado fue actualizada exitosamente.' + 'error' => 'La etiqueta de estado no fue actualizada, por favor, inténtelo de nuevo', + 'success' => 'La etiqueta de estado fue actualizada con éxito.' ), 'delete' => array( - 'confirm' => '¿Está seguro que desea eliminar esta etiqueta de estado?', - 'error' => 'Hubo un problema borrando la etiqueta de estado. Por favor, inténtelo de nuevo.', - 'success' => 'La etiqueta de estado se ha eliminado exitosamente.' + 'confirm' => '¿Estás seguro de querer eliminar esta etiqueta de estado?', + 'error' => 'Huno un problema borrando la etiqueta de estado. Por favor, inténtalo de nuevo.', + 'success' => 'La etiqueta de estado se ha eliminado con éxito.' ), 'help' => array( 'undeployable' => 'Estos activos no pueden asignarse a nadie.', - 'deployable' => 'Estos activos se pueden desproteger. Una vez que se les asigna, asumirán un estado meta de Deployed.', - '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.', - '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.', + 'deployable' => 'Estos activos pueden ser retirados. Una vez hayan sido asignados, asumirán el metaestado de Desplegados.', + 'archived' => 'Estos activos no pueden ser asignados, y sólo se mostrarán en la vista archivada. Esto es útil para retener información acerca de activos para propósitos históricos o de presupuesto, pero manteniéndolos fuera de la lista de activos del día a día.', + 'pending' => 'Estos activos no pueden ser asignados a nadie aún, usados a menudo para artículos que son para reparar pero se espera que vuelvan a circulación.', ), ); diff --git a/resources/lang/es-VE/admin/statuslabels/table.php b/resources/lang/es-VE/admin/statuslabels/table.php index 8afb9716e6..1637bd6e33 100644 --- a/resources/lang/es-VE/admin/statuslabels/table.php +++ b/resources/lang/es-VE/admin/statuslabels/table.php @@ -1,17 +1,19 @@ 'Info Etiquetas Estado', + 'about' => 'Acerca de los estados de etiqueta', 'archived' => 'Archivado', - 'create' => 'Crear Etiqueta Estado', - 'color' => 'Color de la Gráfica', - '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.', - 'name' => 'Estado', + 'create' => 'Crear estado de etiqueta', + 'color' => 'Color del Gráfico', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', + 'deployable' => 'Enviable', + 'info' => 'Las etiquetas de estado se utilizan para describir los diferentes estados en que pueden estar tus activos. Pueden estar fuera en reparación, perdidos/robados, etc. Puedes crear nuevas etiquetas de estado para activos desplegables, pendientes o archivados.', + 'name' => 'Nombre de estado', 'pending' => 'Pendiente', - 'status_type' => 'Tipo de estado', + 'status_type' => 'Tipo de Estado', 'show_in_nav' => 'Mostrar en la barra lateral', - 'title' => 'Etiquetas Estado', + 'title' => 'Etiquetas de Estado', 'undeployable' => 'No desplegable', - 'update' => 'Actualizar Etiqueta Estado', + 'update' => 'Actualizar Etiqueta de Estado', ); diff --git a/resources/lang/es-VE/admin/suppliers/message.php b/resources/lang/es-VE/admin/suppliers/message.php index 38b33553b7..b9c411724a 100644 --- a/resources/lang/es-VE/admin/suppliers/message.php +++ b/resources/lang/es-VE/admin/suppliers/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Proveedor does not exist.', + 'does_not_exist' => 'El proveedor no existe.', 'create' => array( - 'error' => 'Proveedor no creado, Intentalo de nuevo.', - 'success' => 'Proveedor creado.' + 'error' => 'El proveedor no ha sido creado, inténtalo de nuevo.', + 'success' => 'Proveedor creado con éxito.' ), 'update' => array( - 'error' => 'Proveedor no actualizado, Intentalo de nuevo', - 'success' => 'Proveedor actualizado.' + 'error' => 'El proveedor no ha sido actualizado, por favor, inténtalo de nuevo', + 'success' => 'Proveedor actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Estás seguro de querer eliminar este Proveedor?', - 'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.', - 'success' => 'Proveedor eliminado.', - 'assoc_assets' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'confirm' => '¿Estás seguro de que quieres borrar este proveedor?', + 'error' => 'Hubo un problema borrando el proveedor. Por favor, inténtalo de nuevo.', + 'success' => 'El proveedor fue eliminado con éxito.', + 'assoc_assets' => 'Este proveedor está actualmente asociado con :asset_count activo(s) y no puede ser borrado. Por favor, actualiza tus activos para no referenciar más este proveedor e inténtalo de nuevo. ', + 'assoc_licenses' => 'Este proveedor está actualmente asociado con :licenses_count licencia(s) y no puede ser borrado. Por favor, actualiza tus licencias para no referenciar más este proveedor e inténtalo de nuevo. ', + 'assoc_maintenances' => 'Este proveedor está actualmente asociado con :asset_maintenances_count mantenedor(es) de activo y no puede ser eliminado. Por favor, actualiza tus mantenedores de activo para no referenciar este proveedor e inténtalo de nuevo. ', ) ); diff --git a/resources/lang/es-VE/admin/suppliers/table.php b/resources/lang/es-VE/admin/suppliers/table.php index f576b2d372..a6ed1f9a43 100644 --- a/resources/lang/es-VE/admin/suppliers/table.php +++ b/resources/lang/es-VE/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'Acerca de Proveedores', - 'about_suppliers_text' => 'Los Proveedores son utilizados para hacer seguimiento de la fuente de los items', + 'about_suppliers_title' => 'Acerca de los Proveedores', + 'about_suppliers_text' => 'Los proveedores son utilizados para seguir la fuente de los artículos', 'address' => 'Dirección del Proveedor', - 'assets' => 'Equipos', + 'assets' => 'Activos', 'city' => 'Ciudad', - 'contact' => 'Nombre Contacto', - 'country' => 'Pais', + 'contact' => 'Nombre de Contacto', + 'country' => 'País', 'create' => 'Crear Proveedor', - 'email' => 'Email', + 'email' => 'Correo electrónico', 'fax' => 'Fax', 'id' => 'ID', 'licenses' => 'Licencias', - 'name' => 'Nombre', + 'name' => 'Nombre del Proveedor', 'notes' => 'Notas', 'phone' => 'Teléfono', - 'state' => 'Provincia', + 'state' => 'Estado', 'suppliers' => 'Proveedores', 'update' => 'Actualizar Proveedor', 'url' => 'URL', 'view' => 'Ver Proveedor', - 'view_assets_for' => 'Ver Equipos para', + 'view_assets_for' => 'Ver Activos para', 'zip' => 'Código Postal', ); diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php index 2dbe0e95aa..25055c9b54 100644 --- a/resources/lang/es-VE/admin/users/general.php +++ b/resources/lang/es-VE/admin/users/general.php @@ -3,23 +3,24 @@ return array( - 'assets_user' => 'Equipos asignados a :name', - 'bulk_update_warn' => 'Estás a punto de modificar las propiedades de :user_count usuarios. Por favor, ten en cuenta que no puedes modificar las propiedades de tu propio usuario con este formulario, y debes realizar las modificaciones a tu propio usuario de forma individual.', - 'bulk_update_help' => 'Este formulario permite actualizar múltiples usuarios simultáneamente. Rellena únicamente los campos que necesites cambiar. Cualquier campo que quede en blanco no se actualizará.', - 'current_assets' => 'Equipos checked out a este usuario', - 'clone' => 'Clonar Usuario', - 'contact_user' => 'Contacta con :name', + 'assets_user' => 'Activos asignados a :name', + 'bulk_update_warn' => 'Estas a punto de editar las propiedades de :user_count usuarios. Por favor, ten en cuenta que no puedes cambiar los atributos de tus usuarios usando este formulario, y debes editar tu propio usuario individualmente.', + 'bulk_update_help' => 'Este formulario te permite actualizar múltiples usuarios a la vez. Sólo llena los campos que necesites cambiar. Cualquier campo dejado en blanco permanecerá sin cambios.', + 'current_assets' => 'Activos actualmente asignados a este usuario', + 'clone' => 'Clonar usuario', + 'contact_user' => 'Contactar a :name', 'edit' => 'Editar Usuario', - 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', - 'history_user' => 'Historial de :name', - 'info' => 'Información', + 'filetype_info' => 'Los tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'history_user' => 'Historial para :name', + 'info' => 'Info', 'restore_user' => 'Haga clic aquí para restaurarlos.', - 'last_login' => 'Último acceso', - 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', - 'software_user' => 'Software asignado a :name', + 'last_login' => 'Último Inicio de Sesión', + 'ldap_config_text' => 'Los parámetros de configuración LDAP pueden ser encontrados en Admin > Settings. La ubicación (opcional) seleccionada será establecida para todos los usuarios importados.', + 'print_assigned' => 'Imprimir Todos los Asignados', + 'software_user' => 'Software Asignado a :name', 'view_user' => 'Ver Usuario :name', '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_enrolled' => 'Dispositivo con 2FA inscrito ', - 'two_factor_active' => '2FA Activo ', + 'two_factor_admin_optin_help' => 'Tus configuraciones de administrador actuales permiten cumplimiento selectivo de autenticación de dos factores. ', + 'two_factor_enrolled' => 'Dispositivo 2FA inscrito ', + 'two_factor_active' => '2FA activo ', ); diff --git a/resources/lang/es-VE/admin/users/message.php b/resources/lang/es-VE/admin/users/message.php index 52d0fdab9e..3f454f3e69 100644 --- a/resources/lang/es-VE/admin/users/message.php +++ b/resources/lang/es-VE/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'Ha aceptado con éxito este equipo.', - 'declined' => 'Ha declinado con éxito este equipo.', - 'bulk_manager_warn' => 'Sus usuarios han sido correctamente actualizados, de todos modos la entrada de administrador no fue guardada porque el administrador seleccionado también estaba en la lista de usuarios a ser editada, y los usuarios no pueden ser sus propior administradores. Vuelva a seleccionar los usuarios, excluyendo al administrador.', - 'user_exists' => 'El Usuario ya existe!', - 'user_not_found' => 'Usuario [:id] no existe.', - 'user_login_required' => 'El campo Usuario es obligatorio', - 'user_password_required' => 'El password es obligatorio.', - 'insufficient_permissions' => 'No tiene permiso.', - '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.', + 'accepted' => 'Has aceptado este activo con éxito.', + 'declined' => 'Has rechazado este activo con éxito.', + 'bulk_manager_warn' => 'Tus usuarios han sido actualizados con éxito, sin embargo tu entrada de administrador no fue guardada debido que el administrador que seleccionaste también era un usuario de la lista que iba a ser editada, y los usuarios no pueden editar a su propio administrador. Por favor selecciona a tus usuarios de nuevo, excluyendo al administrador.', + 'user_exists' => '¡El usuario ya existe!', + 'user_not_found' => 'El usuario [:id] no existe.', + 'user_login_required' => 'El campo de usuario es obligatorio', + 'user_password_required' => 'La contraseña es obligatoria.', + 'insufficient_permissions' => 'Permisos insuficientes.', + 'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberás restaurar este usuario para editarlo o asignarle nuevos activos.', + 'ldap_not_configured' => 'La integración LDAP no ha sido configurada para esta instalación.', 'success' => array( - 'create' => 'Usuario correctamente creado.', - 'update' => 'Usuario correctamente actualizado.', - 'update_bulk' => 'Usuarios correctamente actualizados!', - 'delete' => 'Usuario correctamente eliminado.', - 'ban' => 'Usuario correctamente bloqueado.', - 'unban' => 'Usuario correctamente desbloqueado.', - 'suspend' => 'Usuario correctamente suspendido.', - 'unsuspend' => 'Usuario correctamente no suspendido.', - 'restored' => 'Usuario correctamente restaurado.', - 'import' => 'Usuarios importados correctamente.', + 'create' => 'El usuario fue creado con éxito.', + 'update' => 'El usuario fue actualizado con éxito.', + 'update_bulk' => '¡Los usuarios fueron actualizados con éxito!', + 'delete' => 'Usuario borrado con éxito.', + 'ban' => 'Usuario bloqueado con éxito.', + 'unban' => 'Usuario desbloqueado con éxito.', + 'suspend' => 'Usuario suspendido con éxito.', + 'unsuspend' => 'Usuario des-suspendido con éxito.', + 'restored' => 'Usuario restaurado con éxito.', + 'import' => 'Usuarios importados con éxito.', ), 'error' => array( - 'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.', - 'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.', - 'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.', - 'delete_has_assets' => 'Este usuario tiene elementos asignados y no se pueden eliminar.', - 'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.', - 'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.', - 'asset_already_accepted' => 'Este equipo ya ha sido aceptado.', - 'accept_or_decline' => 'Debe aceptar o declinar este equipo.', - 'incorrect_user_accepted' => 'El equipo que has permitido aceptar no te tiene checkeado a ti.', - 'ldap_could_not_connect' => 'No se ha podido conectar con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', - 'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ', - 'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', - 'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', - 'password_ldap' => 'La contraseña para esta cuenta es administrada por LDAP / Active Directory. Póngase en contacto con su departamento de TI para cambiar su contraseña.', + 'create' => 'Hubo un problema creando el usuario. Por favor, inténtalo de nuevo.', + 'update' => 'Hubo un problema actualizando al usuario. Por favor, inténtalo de nuevo.', + 'delete' => 'Hubo un problema borrando el usuario. Por favor, inténtalo de nuevo.', + 'delete_has_assets' => 'Este usuario tiene elementos asignados y no pudo ser borrado.', + 'unsuspend' => 'Hubo un problema des-suspendiendo al usuario. Por favor inténtelo de nuevo.', + 'import' => 'Hubo un problema importando usuarios. Por favor inténtelo de nuevo.', + 'asset_already_accepted' => 'Este activo ya ha sido aceptado.', + 'accept_or_decline' => 'Debes aceptar o rechazar este activo.', + 'incorrect_user_accepted' => 'El activo que intentaste aceptar no fue asignado a ti.', + 'ldap_could_not_connect' => 'No se pudo conectar al servidor LDAP. Por favor verifica la configuración LDAP de tu servidor en el archivo de configuración LDAP.
Error del servidor LDAP:', + 'ldap_could_not_bind' => 'No se pudo enlazar al servidor LDAP. Por favor verifica la configuración LDAP de tu servidor en el archivo de configuración LDAP.
Error del servidor LDAP: ', + 'ldap_could_not_search' => 'No se pudo buscar el servidor LDAP. Por favor verifica la configuración LDAP de tu servidor en el archivo de configuración LDAP.
Error del servidor LDAP:', + 'ldap_could_not_get_entries' => 'No se pudieron obtener las entradas del servidor LDAP. Por favor verifica la configuración LDAP de tu servidor en el archivo de configuración LDAP.
Error del servidor LDAP:', + 'password_ldap' => 'La contraseña para esta cuenta es manejada por LDAP/Active Directory. Por favor contacta a tu departamento de IT para cambiar tu contraseña. ', ), 'deletefile' => array( - 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo eliminado correctamente.', + 'error' => 'El archivo no fue borrado. Por favor, inténtalo de nuevo.', + 'success' => 'Archivo borrado con éxito.', ), 'upload' => array( - 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', - 'success' => 'Archivo(s) cargado correctamente.', + 'error' => 'Archivo(s) no cargado(s). Por favor, inténtelo nuevamente.', + 'success' => 'Archivo(s) cargado(s) con éxito.', 'nofiles' => 'No ha seleccionado ningún archivo para subir', - 'invalidfiles' => 'Uno o más sus archivos es demasiado grande o es de un tipo no permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf y txt.', + 'invalidfiles' => 'Uno o más de tus archivos es demasiado grande o es de un tipo que no está permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf, y txt.', ), ); diff --git a/resources/lang/es-VE/admin/users/table.php b/resources/lang/es-VE/admin/users/table.php index 95c4834b3b..d22567c018 100644 --- a/resources/lang/es-VE/admin/users/table.php +++ b/resources/lang/es-VE/admin/users/table.php @@ -3,36 +3,36 @@ return array( 'activated' => 'Activo', 'allow' => 'Permitir', - 'checkedout' => 'Equipos', + 'checkedout' => 'Activos', 'created_at' => 'Creado', 'createuser' => 'Crear Usuario', 'deny' => 'Denegar', - 'email' => 'Email', - 'employee_num' => 'No. Empleado', + 'email' => 'Correo electrónico', + 'employee_num' => 'No. Empleado.', 'first_name' => 'Nombre', 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', - 'id' => 'ID', + 'id' => 'Id', 'inherit' => 'Hereda de', - 'job' => 'Departamento', - 'last_login' => 'Ultimo Login', - 'last_name' => 'Apellidos', - 'location' => 'Localización', + 'job' => 'Título profesional', + 'last_login' => 'Último Inicio de Sesión', + 'last_name' => 'Apellido', + 'location' => 'Ubicación', 'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.', 'manager' => 'Responsable', - 'managed_locations' => 'Ubicaciones gestionadas', - 'name' => 'Usuario', + 'managed_locations' => 'Ubicaciones adminsitradas', + 'name' => 'Nombre', 'notes' => 'Notas', - 'password_confirm' => 'Confirmar Password', + 'password_confirm' => 'Confirmar Contraseña', 'password' => 'Contraseña', 'phone' => 'Teléfono', - 'show_current' => 'Mostrar usuarios actuales', - 'show_deleted' => 'Mostrar usuarios eliminados', - 'title' => 'Puesto', + 'show_current' => 'Mostrar Usuarios Actuales', + 'show_deleted' => 'Mostrar Usuarios Eliminados', + 'title' => 'Título', 'to_restore_them' => 'para restaurarlos.', 'updateuser' => 'Actualizar Usuario', - 'username' => 'UsuarioUsuario', - 'user_deleted_text' => 'Este usuario ha sido marcado como eliminado.', - 'username_note' => '(Esto se usa solo para la conexión con Active Directory, no para el inicio de sesión.)', + 'username' => 'Nombre de usuario', + 'user_deleted_text' => 'Este usuario ha sido marcado como borrado.', + 'username_note' => '(Esto es usado sólo para el enlace de Active Directory, no para iniciar sesión.)', 'cloneuser' => 'Clonar Usuario', 'viewusers' => 'Ver Usuarios', ); diff --git a/resources/lang/es-VE/auth/general.php b/resources/lang/es-VE/auth/general.php index c260df2120..f14003beff 100644 --- a/resources/lang/es-VE/auth/general.php +++ b/resources/lang/es-VE/auth/general.php @@ -1,12 +1,12 @@ 'Enviar enlace de restablecimiento de contraseña', - 'email_reset_password' => 'Restaurar contraseña email', + 'send_password_link' => 'Enviar Enlace de Reestablecimiento de Contraseña', + 'email_reset_password' => 'Restablecer Contraseña Email', 'reset_password' => 'Restablecer Contraseña', 'login' => 'Iniciar Sesión', 'login_prompt' => 'Por favor, inicia sesión', - 'forgot_password' => 'He olvidado mi contraseña', - 'remember_me' => 'Recordarme', + 'forgot_password' => 'Olvidé mi contraseña', + 'remember_me' => 'Recuérdame', ]; diff --git a/resources/lang/es-VE/auth/message.php b/resources/lang/es-VE/auth/message.php index 6861d02c75..ff418f3791 100644 --- a/resources/lang/es-VE/auth/message.php +++ b/resources/lang/es-VE/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'Ya existe un usuario con este e-mail.', - 'account_not_found' => 'El nombre de usuario o contraseña es incorrecta.', - 'account_not_activated' => 'Este usuario no está activado.', - 'account_suspended' => 'Este usuario está desactivado.', - 'account_banned' => 'Este usuario ha sido expulsado.', - 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en alrededor de :minutes minuto(s).', + 'account_already_exists' => 'Una cuenta con este correo ya existe.', + 'account_not_found' => 'El nombre de usuario o la contraseña son incorrectos.', + 'account_not_activated' => 'La cuenta de este usuario no está activada.', + 'account_suspended' => 'La cuenta de este usuario está suspendida.', + 'account_banned' => 'La cuenta de este usuario está bloqueada.', + 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor inténtalo de nuevo en :minutes minuto(s).', 'signin' => array( - 'error' => 'Ha habido un problema al iniciar sesión. Por favor, vuelve a intentarlo.', - 'success' => 'has iniciado sesión correctamente.', + 'error' => 'Hubo un problema mientras se intentaba iniciar su sesión, por favor inténtelo de nuevo.', + 'success' => 'Has iniciado sesión con éxito.', ), 'signup' => array( - 'error' => 'Ha habido un problema al crear la cuenta. Por favor, vuelve a intentarlo.', - 'success' => 'Cuenta creada correctamente.', + 'error' => 'Hubo un problema mientras se creaba la cuenta, por favor inténtalo de nuevo.', + 'success' => 'Cuenta creada con éxito.', ), 'forgot-password' => array( - 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', - 'success' => 'Email de recuperación de password enviado.', + 'error' => 'Hubo un problema al intentar obtener un código para restablecer la contraseña, inténtalo de nuevo.', + 'success' => 'Email de recuperación de contraseña enviado con éxito.', ), 'forgot-password-confirm' => array( - 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', - 'success' => 'El password ha sido reseteado correctamente.', + 'error' => 'Ha habido un problema mientras se intentaba restablecer tu contraseña, por favor, inténtalo de nuevo.', + 'success' => 'Tu contraseña ha sido reiniciada con éxito.', ), 'activate' => array( - 'error' => 'Ha habido un problema al intentar activar la cuenta. Por favor, vuelve a intentarlo..', - 'success' => 'Cuenta correctamente activada.', + 'error' => 'Hubo un problema intentando activar tu cuenta, por favor inténtalo de nuevo.', + 'success' => 'Tu cuenta ha sido activada con éxito.', ), ); diff --git a/resources/lang/es-VE/button.php b/resources/lang/es-VE/button.php index 90017cd29b..cda9c42512 100644 --- a/resources/lang/es-VE/button.php +++ b/resources/lang/es-VE/button.php @@ -2,14 +2,14 @@ return array( 'actions' => 'Acciones', - 'add' => 'Agregar nuevo', + 'add' => 'Añadir Nuevo', 'cancel' => 'Cancelar', - 'checkin_and_delete' => 'Verificar y eliminar usuario', + 'checkin_and_delete' => 'Registrar y Borrar Usuario', 'delete' => 'Borrar', 'edit' => 'Editar', 'restore' => 'Restaurar', - 'request' => 'Solicitud', + 'request' => 'Solicitar', 'submit' => 'Enviar', - 'upload' => 'Subir', + 'upload' => 'Cargar', 'select_file' => 'Seleccionar Archivo...', ); diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index 552effd6f0..e35cdb439d 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -4,207 +4,215 @@ 'accessories' => 'Accesorios', 'activated' => 'Activado', 'accessory' => 'Accesorio', - 'accessory_report' => 'Reporte de Accesorios', + 'accessory_report' => 'Reporte de Accesorio', 'action' => 'Acción', 'activity_report' => 'Reporte de Actividad', 'address' => 'Dirección', 'admin' => 'Admin', - 'add_seats' => 'Sitios añadidos', - 'all_assets' => 'Todos los Equipos', - 'all' => 'Todos los', + 'add_seats' => 'Puestos añadidos', + 'all_assets' => 'Todos los Activos', + 'all' => 'Todo', 'archived' => 'Archivado', - 'asset_models' => 'Modelos', + 'asset_models' => 'Modelos de Activos', 'asset_model' => 'Modelo', - 'asset' => 'Equipo', - 'asset_report' => 'Reporte de Equipos', - 'asset_tag' => 'Etiqueta', - 'assets_available' => 'equipos disponibles', - 'audit' => 'Auditoría', - 'audit_report' => 'Registro de auditoría', - 'assets' => 'Equipos', - 'avatar_delete' => 'Eliminar Avatar', - 'avatar_upload' => 'Subir Avatar', - 'back' => 'Atras', - 'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?', - 'bulkaudit' => 'Auditoría masiva', - 'bulkaudit_status' => 'Estado de auditoría', - 'bulk_checkout' => 'Procesar en Lote', + 'asset' => 'Activo', + 'asset_report' => 'Reporte de Activo', + 'asset_tag' => 'Etiqueta de Activo', + 'assets_available' => 'activos disponibles', + 'audit' => 'Auditar', + 'audit_report' => 'Registro de Auditoría', + 'assets' => 'Activos', + 'avatar_delete' => 'Borrar Avatar', + 'avatar_upload' => 'Cargar Avatar', + 'back' => 'Atrás', + 'bad_data' => 'No se ha encontrado nada. ¿Quizás datos incorrectos?', + 'bulkaudit' => 'Auditoría Masiva', + 'bulkaudit_status' => 'Auditar Estado', + 'bulk_checkout' => 'Asignación Masiva', 'cancel' => 'Cancelar', 'categories' => 'Categorías', 'category' => 'Categoría', - 'change' => 'Entrada / salida', - 'changeemail' => 'Cambiar Email', - 'changepassword' => 'Cambiar Password', - 'checkin' => 'Quitar Equipo', - 'checkin_from' => 'Devolución de', - 'checkout' => 'Asignar a un usuario', + 'change' => 'Entrada/Salida', + 'changeemail' => 'Cambiar Dirección de Correo Electrónico', + 'changepassword' => 'Cambiar Contraseña', + 'checkin' => 'Registrar', + 'checkin_from' => 'Registrar desde', + 'checkout' => 'Asignar', 'city' => 'Ciudad', - 'click_here' => 'Pulsa aquí', - 'clear_selection' => 'Clear Selection', - 'companies' => 'Empresas', - 'company' => 'Empresa', + 'click_here' => 'Click aquí', + 'clear_selection' => 'Limpiar selección', + 'companies' => 'Compañías', + 'company' => 'Compañía', 'component' => 'Componente', 'components' => 'Componentes', 'complete' => 'Completo', 'consumable' => 'Consumible', 'consumables' => 'Consumibles', - 'country' => 'Pais', - 'create' => 'Crear Localización', - 'created' => 'Artículo creado', - 'created_asset' => 'equipo creado', - 'created_at' => 'Creado el', - 'updated_at' => 'Actualizado en', - 'currency' => '€', // this is deprecated + 'country' => 'País', + 'create' => 'Crear Nuevo', + 'created' => 'Elemento Creado', + 'created_asset' => 'activo creado', + 'created_at' => 'Creado El', + 'updated_at' => 'Actualizado El', + 'currency' => '$', // this is deprecated 'current' => 'Actual', - 'custom_report' => 'Reporte de Equipos Personalizado', + 'custom_report' => 'Reporte de Activos Personalizados', 'dashboard' => 'Tablero', 'days' => 'días', - 'days_to_next_audit' => 'Días a la próxima auditoría', - 'date' => 'Fecha Compra', + 'days_to_next_audit' => 'Días para la Próxima Auditoría', + 'date' => 'Fecha', 'debug_warning' => '¡Advertencia!', - 'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor APP_DEBUG en su archivo .env a false.', + 'debug_warning_text' => 'Esta aplicación se está ejecutando en modo producción con el depurador activado. Esto puede exponer datos sensibles si tu aplicación es accesible al exterior. Desactiva el modo de depuración mediante la configuración del valor APP_DEBUG en tu archivo .env a false.', 'delete' => 'Borrar', 'deleted' => 'Borrado', - 'delete_seats' => 'Asientos eliminados', + 'delete_seats' => 'Puestos Borrados', 'departments' => 'Departamentos', 'department' => 'Departamento', - 'deployed' => 'Instalados - ', - 'depreciation_report' => 'Informe de amortización', - 'download' => 'Descargar', - 'depreciation' => 'Amortización', - 'editprofile' => 'Editar Perfil', - 'eol' => 'EOL', - 'email_domain' => 'Dominio de correo electrónico', - 'email_format' => 'Formato de correo electrónico', - 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', - 'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)', - 'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)', - 'first' => 'Primero', + 'deployed' => 'Desplegado', + 'depreciation_report' => 'Reporte de Depreciación', + 'details' => 'Detalles', + 'download' => 'Descarga', + 'depreciation' => 'Depreciación', + 'editprofile' => 'Editar tu Perfil', + 'eol' => 'Fin de Vida', + 'email_domain' => 'Dominio de Correo Electrónico', + 'email_format' => 'Formato de Correo Electrónico', + 'email_domain_help' => 'Este se utiliza para generar direcciones de correo al importar', + 'filastname_format' => 'Primera Inicial y Apellido (jsmith@example.com)', + 'firstname_lastname_format' => 'Nombre y Apellido (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Primer Nombre y Apellido (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', + 'first' => 'Primer', 'first_name' => 'Nombre', 'first_name_format' => 'Primer Nombre (jane@ejemplo.com)', + 'files' => 'Archivos', 'file_name' => 'Archivo', 'file_uploads' => 'Carga de Archivos', 'generate' => 'Generar', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Este campo acepta el formateo estilo GitHub.', 'groups' => 'Grupos', - 'gravatar_email' => 'Gravatar Email', + 'gravatar_email' => 'Dirección de Correo Gravatar', 'history' => 'Historial', - 'history_for' => 'Historial de', - 'id' => 'Id', - 'image' => 'Image', - 'image_delete' => 'Borrar imagen', - 'image_upload' => 'Enviar imagen', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'history_for' => 'Historial para', + 'id' => 'ID', + 'image' => 'Imagen', + 'image_delete' => 'Borrar 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.', 'import' => 'Importar', - 'import-history' => 'Historial de Importación', - 'asset_maintenance' => 'Mantenimiento de Equipo', - 'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo', - 'asset_maintenances' => 'Mantenimientos de Equipo', - 'item' => 'Item', + 'import-history' => 'Importar Historial', + 'asset_maintenance' => 'Mantenimiento de Activos', + 'asset_maintenance_report' => 'Reporte de Mantenimiento de Activo', + 'asset_maintenances' => 'Mantenimientos de Activo', + 'item' => 'Elemento', 'insufficient_permissions' => '¡Permisos insuficientes!', 'language' => 'Lenguaje', 'last' => 'Último', - 'last_login' => 'Último acceso', - 'last_name' => 'Apellidos', + 'last_login' => 'Último Inicio de Sesión', + 'last_name' => 'Apellido', 'license' => 'Licencia', 'license_report' => 'Reporte de Licencias', - 'licenses_available' => 'licencias libres', + 'licenses_available' => 'licencias disponibles', 'licenses' => 'Licencias', 'list_all' => 'Listar Todo', 'loading' => 'Cargando', - 'lock_passwords' => 'Este campo no puede ser editado en ésta instalación.', - 'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.', - 'location' => 'Localización', - 'locations' => 'Localizaciones', - 'logout' => 'Desconexión', - 'lookup_by_tag' => 'Buscar por etiqueta de activo', + 'lock_passwords' => 'Este campo no puede ser editado en esta instalación.', + 'feature_disabled' => 'Esta característica ha sido deshabilitada para la instalación demo.', + 'location' => 'Ubicación', + 'locations' => 'Ubicaciones', + 'logout' => 'Cerrar sesión', + 'lookup_by_tag' => 'Buscar por etiqueta del activo', + 'maintenances' => 'Mantenimientos', 'manufacturer' => 'Fabricante', 'manufacturers' => 'Fabricantes', - 'markdown' => 'Este campo permite Github con sabor a markdown.', - 'min_amt' => 'Cantidad mínima', - 'min_amt_help' => 'Número mínimo de elementos que deben estar disponibles antes de obtiene desencadenar una alerta.', - 'model_no' => 'Modelo No.', - 'months' => 'Meses', - 'moreinfo' => 'Más Info', - 'name' => 'Nombre Localización', + 'markdown' => 'Este campo permite formateo estilo Github.', + 'min_amt' => 'Cantidad Mínima', + 'min_amt_help' => 'Mínimo número de elementos que deben estar disponibles antes de que las ofertas sean activadas.', + 'model_no' => 'Modelo nú.', + 'months' => 'meses', + 'moreinfo' => 'Más Información', + 'name' => 'Nombre', 'next' => 'Siguiente', 'next_audit_date' => 'Próxima fecha de auditoría', 'last_audit' => 'Última auditoría', - 'new' => 'nuevo!', - 'no_depreciation' => 'No Amortizar', + 'new' => '¡nuevo!', + 'no_depreciation' => 'Sin Depreciación', 'no_results' => 'Sin Resultados.', 'no' => 'No', 'notes' => 'Notas', - 'order_number' => 'Nùmero de orden', + 'order_number' => 'Número de Orden', 'page_menu' => 'Mostrando elementos de _MENU_', 'pagination_info' => 'Mostrando _START_ de _END_ de elementos _TOTAL_', - 'pending' => 'Equipo Pendiente', + 'pending' => 'Pendiente', 'people' => 'Usuarios', - 'per_page' => 'Resultados Por Pag', - 'previous' => 'Previo', + 'per_page' => 'Resultados Por Página', + 'previous' => 'Anterior', 'processing' => 'Procesando', - 'profile' => 'Perfil', - 'purchase_cost' => 'Precio Compra', - 'purchase_date' => 'Fecha de compra', - 'qty' => 'Cant', + 'profile' => 'Tu Perfil', + 'purchase_cost' => 'Costo de Compra', + 'purchase_date' => 'Fecha de Compra', + 'qty' => 'Cantidad', 'quantity' => 'Cantidad', - 'ready_to_deploy' => 'Disponibles', + 'ready_to_deploy' => 'Listo para enviar', 'recent_activity' => 'Actividad Reciente', - 'remove_company' => 'Eliminar Asociación de compañía', - 'reports' => 'Informes', - 'restored' => 'restored', + 'remove_company' => 'Eliminar Asociación de la Compañía', + 'reports' => 'Reportes', + 'restored' => 'restaurado', 'requested' => 'Solicitado', 'request_canceled' => 'Solicitud Cancelada', 'save' => 'Guardar', 'select' => 'Seleccionar', 'search' => 'Buscar', - 'select_category' => 'Seleccione una categoría', - 'select_department' => 'Seleccione un departamento', - 'select_depreciation' => 'Seleccionar un tipo de Amortización', + 'select_category' => 'Seleccionar una categoría', + 'select_department' => 'Seleccionar un Departamento', + 'select_depreciation' => 'Seleccionar un Tipo de Depreciación', 'select_location' => 'Seleccionar una Ubicación', 'select_manufacturer' => 'Seleccionar un Fabricante', 'select_model' => 'Seleccionar un Modelo', - 'select_supplier' => 'Seleccionar un Proveedor', - 'select_user' => 'Seleccionar un usuario', + 'select_supplier' => 'Selecciona un Proveedor', + 'select_user' => 'Selecciona un Usuario', 'select_date' => 'Seleccione Fecha (AAAA-MM-DD)', - 'select_statuslabel' => 'Seleccionar Estado', - 'select_company' => 'Seleccionar empresa', - 'select_asset' => 'Seleccionar activos', - 'settings' => 'Opciones', + 'select_statuslabel' => 'Seleccione Estado', + 'select_company' => 'Seleccione Compañía', + 'select_asset' => 'Seleccione Activo', + 'settings' => 'Configuraciones', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Entrar', 'signature' => 'Firma', - 'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.', - 'site_name' => 'Sitio', - 'state' => 'Provincia', - 'status_labels' => 'Etiquetas Estados', - 'status' => 'Estados', + 'skin' => 'Skin', + 'some_features_disabled' => 'MODO DEMO: Algunas funciones están desactivadas para esta instalación.', + 'site_name' => 'Nombre del Sitio', + 'state' => 'Estado', + 'status_labels' => 'Etiquetas de Estado', + 'status' => 'Estado', 'supplier' => 'Proveedor', 'suppliers' => 'Proveedores', - 'sure_to_delete' => '¿Está seguro que desea eliminar', + 'sure_to_delete' => '¿Está seguro que quieres borrar', 'submit' => 'Enviar', 'target' => 'Objetivo', - 'time_and_date_display' => 'Hora y fecha', - 'total_assets' => 'Equipos', + 'time_and_date_display' => 'Visualización de Hora y Fecha', + 'total_assets' => 'total de activos', 'total_licenses' => 'licencias totales', - 'total_accessories' => 'total de accesorios', + 'total_accessories' => 'accesorios totales', 'total_consumables' => 'total de consumibles', 'type' => 'Tipo', - 'undeployable' => 'No Instalable', - 'unknown_admin' => 'Admin Desconocido', - 'username_format' => 'Formato del nombre de usuario', + 'undeployable' => 'No desplegable', + 'unknown_admin' => 'Administrador Desconocido', + 'username_format' => 'Formato de Nombre de Usuario', 'update' => 'Actualizar', - 'uploaded' => 'Subido', + 'uploaded' => 'Actualizado', 'user' => 'Usuario', 'accepted' => 'aceptado', - 'declined' => 'declinado', + 'declined' => 'rechazado', 'unaccepted_asset_report' => 'Activos no aceptados', 'users' => 'Usuarios', - 'viewassets' => 'Ver Equipos Asignados', - 'website' => 'Sitio web', + 'viewassets' => 'Ver Activos Asignados', + 'website' => 'Sitio Web', 'welcome' => 'Bienvenido, :name', 'years' => 'años', 'yes' => 'Si', 'zip' => 'Códio Postal', - 'noimage' => 'Imagen no subida o imagen no encontrada.', - 'token_expired' => 'Su sesión ha expirado, Intente otra ves.', + 'noimage' => 'No se subió la imagen o no fue encontrada.', + 'token_expired' => 'Tu sesión ha expirado. Por favor inténtalo de nuevo.', ]; diff --git a/resources/lang/es-VE/mail.php b/resources/lang/es-VE/mail.php index 33a8ffe8bf..46d840bed0 100644 --- a/resources/lang/es-VE/mail.php +++ b/resources/lang/es-VE/mail.php @@ -1,71 +1,71 @@ 'El usuario ha cancelado el item solicitado en la pagina Web', - 'a_user_requested' => 'Un usuario a solicitado un item en la pagina Web', - 'accessory_name' => 'Nombre de accesorio:', - 'additional_notes' => 'Notas adicionales:', - 'admin_has_created' => 'Un administrador ha creado una cuenta para ti en la web :web.', + 'a_user_canceled' => 'Un usuario ha cancelado una solicitud de articulo en el sitio web', + 'a_user_requested' => 'Un usuario ha solicitado un artículo en el sitio web', + 'accessory_name' => 'Nombre del Accesorio:', + 'additional_notes' => 'Notas Adicionales:', + 'admin_has_created' => 'Un administrador ha creado una cuenta para ti en el sitio web de :web.', 'asset' => 'Activo:', - 'asset_name' => 'Nombre del activo:', + 'asset_name' => 'Nombre de Activo:', 'asset_requested' => 'Activo solicitado', - 'asset_tag' => 'Etiqueta de activo:', - 'assets_warrantee_expiring' => '{1} Activo con garantia expirando en los próximos 60 días.|[2,Inf] Activos con garantías expirando en los próximos 60 días.', - 'assigned_to' => 'Asignado a', - 'best_regards' => 'Cordialmente,', + 'asset_tag' => 'Etiqueta de Activo:', + 'assets_warrantee_expiring' => '{1} activo con garantia expirando en los próximos 60 días.|[2,Inf] activos con garantías expirando en los próximos 60 días.', + 'assigned_to' => 'Asignado A', + 'best_regards' => 'Atentamente,', 'canceled' => 'Cancelado:', - 'checkin_date' => 'Fecha de entrada:', - 'checkout_date' => 'Fecha de salida:', + 'checkin_date' => 'Fecha de Entrada:', + 'checkout_date' => 'Fecha de Salida:', '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_asset' => 'Haga clic en el enlace en la parte inferior para confirmar que ha recibido el activo.', - 'Confirm_Asset_Checkin' => 'Confirmación de retorno de activo.', - 'Confirm_Accessory_Checkin' => 'Confirmar devolución del accesorio.', - 'Confirm_accessory_delivery' => 'Confirman entrega de accesorio.', - 'Confirm_asset_delivery' => 'Confirman entrega de activos.', + 'Confirm_Asset_Checkin' => 'Confirmación de Registro de Activo.', + 'Confirm_Accessory_Checkin' => 'Confirmar Registro del Accesorio.', + 'Confirm_accessory_delivery' => 'Confirmar entrega de accesorio.', + 'Confirm_asset_delivery' => 'Confirman entrega de activo.', 'Confirm_consumable_delivery' => 'Confirmar entrega consumible.', 'current_QTY' => 'Cantidad actual', 'Days' => 'Días', 'days' => 'Días', - 'expecting_checkin_date' => 'Fecha de devolución prevista:', - 'expires' => 'Expira', - 'Expiring_Assets_Report' => 'Informe de activos que expiran.', - 'Expiring_Licenses_Report' => 'Informe de licencias que expiran.', + 'expecting_checkin_date' => 'Fecha de Entrega Prevista:', + 'expires' => 'Vence', + 'Expiring_Assets_Report' => 'Reportes de Activos que Vencen.', + 'Expiring_Licenses_Report' => 'Reportes de Licencias que Vencen.', 'hello' => 'Hola', 'hi' => 'Hola', - 'i_have_read' => 'Ha leído y aceptado los términos de uso y he recibido este artículo.', - 'item' => 'Articulo:', - 'items_below_minimum' => 'artículo {1} está por debajo del mínimo inventario o que pronto estará bajo. | [2, Inf] elementos que están por debajo de mínimo inventario o pronto estarán bajos.', - 'Item_Request_Canceled' => 'Solicitud de cancelación de requerimiento', - 'Item_Requested' => 'Artículo solicitado', + 'i_have_read' => 'He leído y acepto los términos de uso, y he recibido éste artículo.', + 'item' => 'Artículo:', + 'items_below_minimum' => '{1} artículo está por debajo del mínimo inventario o que pronto estará bajo. | [2, Inf] elementos que están por debajo de mínimo inventario o pronto estarán bajos.', + 'Item_Request_Canceled' => 'Solicitud de Artículo Cancelada', + 'Item_Requested' => 'Artículo Solicitado', 'licenses_expiring' => '{1} licencia por expirar en los próximos 60 días. | [2, Inf] licencias caducan en los próximos 60 días.', - 'link_to_update_password' => 'Haga clic en el siguiente enlace para actualizar su: contraseña de la web:', - 'login_first_admin' => 'Inicie sesión en su nueva instalación de Snipe-IT con las credenciales siguientes:', - 'login' => 'Entrar:', + 'link_to_update_password' => 'Haz click en el siguiente link para actualizar la contraseña de tu :web:', + 'login_first_admin' => 'Inicia sesión en tu nueva instalación de Snipe-IT usando las credenciales abajo:', + 'login' => 'Iniciar Sesión:', 'Low_Inventory_Report' => 'Reporte de inventario bajo', 'min_QTY' => 'Cantidad mínima', 'name' => 'Nombre', - 'new_item_checked' => 'Un nuevo artículo se ha extraído bajo su nombre, los detalles están a continuación.', + 'new_item_checked' => 'Un nuevo artículo se ha retirado bajo tu nombre, los detalles están a continuación.', 'password' => 'Contraseña:', - 'password_reset' => 'Reiniciar la contraseña', + 'password_reset' => 'Restablecer Contraseña', - 'read_the_terms' => 'Por favor lea las condiciones de uso a continuación.', - 'read_the_terms_and_click' => 'Por favor lea los términos de uso abajo y haga clic en el enlace en la parte inferior para confirmar que leído y acepta los términos de uso y han recibido el activo.', + 'read_the_terms' => 'Por favor lee los términos de uso a continuación.', + 'read_the_terms_and_click' => 'Por favor lea los términos de uso a continuación y haga clic en el enlace en la parte inferior para confirmar que has leído y aceptas los términos de uso y has recibido el activo.', 'requested' => 'Solicitado:', - 'reset_link' => 'Tu enlace de restablecimiento de contraseña', - 'reset_password' => 'Haga Clic aquí para restablecer su contraseña:', - 'serial' => 'Número de serie:', + 'reset_link' => 'Tu Enlace de Reestablecimiento de Contraseña', + 'reset_password' => 'Haz click aquí para reestablecer tu contraseña:', + 'serial' => 'Serial:', 'supplier' => 'Proveedor', 'tag' => 'Etiqueta', 'test_email' => 'Email de prueba de Snipe-IT', 'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)', 'the_following_item' => 'El siguiente artículo ha sido devuelto: ', - 'There_are' => 'Hay', + 'There_are' => '{1} Hay | [2, Inf] Hay', 'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:', 'type' => 'Tipo', 'user' => 'Usuario:', 'username' => 'Nombre de usuario:', - 'welcome' => 'Bienvenido, :name', - 'welcome_to' => '¡Bienvenido a: web!', + 'welcome' => 'Bienvenido :name', + 'welcome_to' => '¡Bienvenido a :web!', 'your_credentials' => 'Tus credenciales de Snipe-IT', ); diff --git a/resources/lang/es-VE/passwords.php b/resources/lang/es-VE/passwords.php index 4f11c27bc6..1206a07a6f 100644 --- a/resources/lang/es-VE/passwords.php +++ b/resources/lang/es-VE/passwords.php @@ -1,7 +1,7 @@ 'El link de la contraseña ha sido enviada!', - 'user' => 'El usuario no existe o no tiene un email asociado', + 'sent' => '¡El enlace de tu contraseña ha sido enviado!', + 'user' => 'El usuario no existe o no tiene una dirección de coreo electrónico asociada', ]; diff --git a/resources/lang/es-VE/reminders.php b/resources/lang/es-VE/reminders.php index 0f168fec4b..bd89801d78 100644 --- a/resources/lang/es-VE/reminders.php +++ b/resources/lang/es-VE/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", + "password" => "Las contraseñas deben ser de seis caracteres y coincidir con la confirmación.", - "user" => "Usuario o E-Mail incorrectos", + "user" => "El nombre de usuario o la dirección de correo son incorrectos", - "token" => "El token para resetear el password no es válido.", + "token" => "Esta token para restablecer la contraseña es inválido.", - "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", + "sent" => "Si se encontró un correo electrónico coincide, ¡un recordatorio de contraseña fue enviado!", ); diff --git a/resources/lang/es-VE/table.php b/resources/lang/es-VE/table.php index 1ad5301590..f59a30b934 100644 --- a/resources/lang/es-VE/table.php +++ b/resources/lang/es-VE/table.php @@ -5,6 +5,6 @@ return array( 'actions' => 'Acciones', 'action' => 'Acción', 'by' => 'Por', - 'item' => 'Item', + 'item' => 'Artículo', ); diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php index f60f694204..cf36988df0 100644 --- a/resources/lang/es-VE/validation.php +++ b/resources/lang/es-VE/validation.php @@ -13,82 +13,82 @@ return array( | */ - 'accepted' => ':attribute debe ser aceptado.', - 'active_url' => ':attribute no es una URL correcta.', - 'after' => ':attribute debe ser posterior a :date.', - 'after_or_equal' => 'El atributo: debe ser una fecha posterior o igual a: fecha.', - 'alpha' => ':attribute solo acepta letras.', - 'alpha_dash' => ':attribute solo acepta letras, números y guiones.', - 'alpha_num' => ':attribute solo acepta letras y números.', - 'array' => 'El: atributo debe ser una matriz.', - 'before' => ':attribute debe ser anterior a :date.', - 'before_or_equal' => 'El atributo: debe ser una fecha anterior o igual a: fecha.', + 'accepted' => 'El: atributo debe ser aceptado.', + 'active_url' => 'El :atributo no es una URL correcta.', + 'after' => 'El :attribute debe ser posterior a :date.', + 'after_or_equal' => 'El :attribute debe ser una fecha posterior o igual a :date.', + 'alpha' => 'El :attribute sólo debe contener letras.', + 'alpha_dash' => 'El :attribute debe sólo aceptar letras, números y guiones.', + 'alpha_num' => 'El :attribute debe sólo acepta letras y números.', + 'array' => 'El :attribute debe ser una matriz.', + 'before' => 'El :attribute sólo debe ser anterior a :date.', + 'before_or_equal' => 'El :attribute debe ser una fecha anterior o igual a :date.', 'between' => [ - 'numeric' => ':attribute debe estar entre :min - :max.', - 'file' => ':attribute debe estar entre :min - :max kilobytes.', - 'string' => ':attribute debe estar entre :min - :max caracteres.', - 'array' => 'El atributo: debe tener entre: min y: elementos máximos.', + 'numeric' => 'El :attribute debe estar entre :min - :max.', + 'file' => 'El :attribute debe estar entre :min - :max kilobytes.', + 'string' => 'El :attribute debe estar entre :min - :max caracteres.', + 'array' => 'El atributo: debe tener entre :min y :max elementos.', ], - 'boolean' => ':attribute debe ser verdadero o falso.', - 'confirmed' => ':attribute la confirmación no coincide.', - 'date' => ':attribute no es una fecha correcta.', - 'date_format' => ':attribute no cumple el formato :format.', - 'different' => ':attribute y :other deben ser diferentes.', - 'digits' => ':attribute debe tener :digits dígitos.', - 'digits_between' => ':attribute debe tener entre :min y :max dígitos.', - 'dimensions' => 'El atributo: tiene dimensiones de imagen no válidas.', - 'distinct' => 'El campo: atributo tiene un valor duplicado.', - 'email' => ':attribute formato incorrecto.', - 'exists' => 'El :attribute seleccionado no es correcto.', - 'file' => 'El: atributo debe ser un archivo.', - 'filled' => 'El campo: atributo debe tener un valor.', - 'image' => ':attribute debe ser una imagen.', - 'in' => 'El :attribute seleccionado no es correcto.', - 'in_array' => 'El campo: atributo no existe en: otro.', - 'integer' => ':attribute debe ser un número entero.', - 'ip' => ':attribute debe ser una dirección IP correcta.', - 'ipv4' => 'El atributo: debe ser una dirección IPv4 válida.', - 'ipv6' => 'El atributo: debe ser una dirección IPv6 válida.', - 'json' => 'El atributo: debe ser una cadena JSON válida.', + 'boolean' => 'El :attribute debe ser verdadero o falso.', + 'confirmed' => 'La :attribute confirmación no coincide.', + 'date' => 'El :attribute no es una fecha correcta.', + 'date_format' => 'El :attribute no cumple el formato :format.', + 'different' => 'Los :attribute y :other deben ser diferentes.', + 'digits' => 'El :attribute debe tener :digits digitos.', + 'digits_between' => 'El :attribute debe tener entre :min y :max dígitos.', + 'dimensions' => 'El :attribute tiene dimensiones de imagen no válidas.', + 'distinct' => 'El campo :attribute tiene un valor duplicado.', + 'email' => 'El formato :attribute es inválido.', + 'exists' => 'El :attribute seleccionado es inválido.', + 'file' => 'Estte :attribute debe ser un archivo.', + 'filled' => 'El campo :attribute debe tener un valor.', + 'image' => 'El :attribute debe ser una imagen.', + 'in' => 'El :attribute seleccionado es inválido.', + 'in_array' => 'El :attribute no existe en :other.', + 'integer' => 'El :attribute debe ser un número entero.', + 'ip' => 'El :attribute debe ser una dirección IP correcta.', + 'ipv4' => 'El :atrribute debe ser una dirección IPv4 válida.', + 'ipv6' => 'El :atrribute debe ser una dirección IPv6 válida.', + 'json' => 'El :atrribute debe ser una dirección IPv4 válida.', 'max' => [ - 'numeric' => ':attribute no debe ser mayor que :max.', - 'file' => ':attribute no debe ser mayor que :max kilobytes.', - 'string' => ':attribute no debe tener como máximo :max caracteres.', - 'array' => 'El atributo: puede no tener más que: elementos máximos.', + 'numeric' => 'El :attribute no debe ser mayor que :max kilobytes.', + 'file' => 'El :attribute no debe tener como máximo :max caracteres.', + 'string' => 'El :attribute no debe tener más de :max caracteres.', + 'array' => 'El :attribute no debe tener más de :max caracteres.', ], - 'mimes' => ':attribute debe ser un archivo del tipo: :values.', - 'mimetypes' => 'El atributo: debe ser un archivo de tipo:: valores.', + 'mimes' => 'El :attribute debe ser un archivo del tipo: :values.', + 'mimetypes' => 'El :attribute debe ser un archivo del tipo: :values.', 'min' => [ - 'numeric' => ':attribute debe ser como mínimo :min.', - 'file' => ':attribute debe ser como mínimo de :min kilobytes.', - 'string' => ':attribute debe contener como mínimo :min caracteres.', - 'array' => 'El atributo: debe tener al menos: elementos min.', + 'numeric' => 'El :attribute debe ser como mínimo :min.', + 'file' => 'El :attribute debe ser como mínimo de :min kilobytes.', + 'string' => 'El :attribute debe ser como mínimo de :min kilobytes.', + 'array' => 'El :attribute debe ser como mínimo de :min kilobytes.', ], - 'not_in' => 'El :attribute seleccionado no es correcto.', - 'numeric' => ':attribute debe ser un número.', - 'present' => 'El campo: atributo debe estar presente.', - 'valid_regex' => 'That is not a valid regex. ', - 'regex' => ':attribute formato incorrecto.', - 'required' => ':attribute es obligatorio.', - 'required_if' => ':attribute es obligatrio cuando :other es :value.', - 'required_unless' => 'El campo: atributo es obligatorio a menos que: otro esté en: valores.', - 'required_with' => ':attribute es obligatrio cuando :values es present.', - 'required_with_all' => 'El campo: atributo se requiere cuando: los valores están presentes.', - 'required_without' => ':attribute es obligatrio cuando :values es not present.', - 'required_without_all' => 'El campo: atributo es necesario cuando ninguno de: valores están presentes.', - 'same' => ':attribute y :other deben coincidir.', + 'not_in' => 'El :attribute seleccionado es inválido.', + 'numeric' => 'El :attribute debe ser un número entero.', + 'present' => 'El campo :attribute debe tener un valor.', + 'valid_regex' => 'Este no es un regex válido. ', + 'regex' => 'El formato :attribute es inválido.', + 'required' => 'El campo :attribute es obligatorio.', + 'required_if' => 'El :attribute es obligatorio cuando :other es :value.', + 'required_unless' => 'El campo :attribute es obligatorio cuando :other es :value.', + 'required_with' => 'El :attribute es obligatrio cuando :values está presente.', + 'required_with_all' => 'El campo :attribute es obligatrio cuando :values está presente.', + 'required_without' => 'El :attribute es obligatrio cuando :values está presente.', + 'required_without_all' => 'El campo :attribute es obligatrio cuando :values es present.', + 'same' => 'Los :attribute y :other deben ser diferentes.', 'size' => [ - 'numeric' => ':attribute debe tener :size.', - 'file' => ':attribute debe tener :size kilobytes.', - 'string' => ':attribute debe tener :size caracteres.', - 'array' => 'El atributo: debe contener: elementos de tamaño.', + 'numeric' => 'Estte :attribute debe ser :size.', + 'file' => 'El :attribute debe tener :size kilobytes.', + 'string' => 'El :attribute debe tener :size kilobytes.', + 'array' => 'El :attribute debe contener :size elementos.', ], - 'string' => 'El atributo: debe ser una cadena.', - 'timezone' => 'El atributo: debe ser una zona válida.', - 'unique' => ':attribute ya ha sido introducido.', - 'uploaded' => 'El atributo: no se pudo cargar.', - 'url' => ':attribute formato incorrecto.', - "unique_undeleted" => "The :attribute must be unique.", + 'string' => 'Este :attribute debe ser una cadena.', + 'timezone' => 'El :attribute debe ser una zona válida.', + 'unique' => 'El :attribute ya está en uso.', + 'uploaded' => 'El :attribute fallo al cargar.', + 'url' => 'El formato :attribute es inválido.', + "unique_undeleted" => "El :atrribute debe ser único.", /* |-------------------------------------------------------------------------- @@ -114,11 +114,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "El campo: atributo contiene un carácter que no está permitido.", - "email_array" => "Una o más direcciones de correo electrónico no es válida.", + 'alpha_space' => "El campo :attribute contiene un caracter que no está permitido.", + "email_array" => "Una o más direcciones de correo electrónico no son válidas.", "hashed_pass" => "Tu contraseña actual es incorrecta", 'dumbpwd' => 'Esa contraseña es muy común.', - "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.", + "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido", ], /* diff --git a/resources/lang/et/admin/hardware/form.php b/resources/lang/et/admin/hardware/form.php index 1463461b5b..108dc24df9 100644 --- a/resources/lang/et/admin/hardware/form.php +++ b/resources/lang/et/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Varade silt', 'update' => 'Varade värskendamine', 'warranty' => 'Garantii', + 'warranty_expires' => 'Warranty Expires', 'years' => 'aastat', ) ; diff --git a/resources/lang/et/admin/manufacturers/message.php b/resources/lang/et/admin/manufacturers/message.php index 864fc30f47..319596b6a1 100644 --- a/resources/lang/et/admin/manufacturers/message.php +++ b/resources/lang/et/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Tootja uuendamine õnnestus.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Kas oled kindel, et soovid selle tootja kustutada?', 'error' => 'Tootja kustutamisel tekkis probleem. Palun proovi uuesti.', diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php index b870dae4a7..6b84fba388 100644 --- a/resources/lang/et/admin/settings/general.php +++ b/resources/lang/et/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D-vöötkoodi tüüp', 'eula_settings' => 'EULA seaded', 'eula_markdown' => 'EULA võimaldab Githubi maitsestatud hinnalisa.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'üldised seaded', 'generate_backup' => 'Loo varundamine', 'header_color' => 'Päise värv', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktiivne lipp', 'ldap_emp_num' => 'LDAPi töötaja number', 'ldap_email' => 'LDAP-e-post', + 'license' => 'Software License', 'load_remote_text' => 'Remote skriptid', 'load_remote_help_text' => 'See Snipe-IT-i install võib laadida skripte välisest maailmast.', 'login_note' => 'Logi sisse Märkus', 'login_note_help' => 'Soovi korral lisage oma sisselogimisekraanile mõni lause, näiteks selleks, et aidata inimesi, kes on leidnud kadunud või varastatud seadme. See väli võtab vastu Github maitsestatud markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Kasutajate (sh administraatorite) piiramine, mis on määratud firmadele ettevõtte varadele.', 'full_multiple_companies_support_text' => 'Terve mitu ettevõtete toetust', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'vabatahtlik', 'per_page' => 'Tulemused lehel', 'php' => 'PHP versioon', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Lõpp-punkt', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Lühike integreerimine on valikuline, kuid lõpp-punkt ja kanal on vajalikud, kui soovite seda kasutada. Lõpetamise integratsiooni seadistamiseks peate esmalt looma sissetuleva veebihooaja oma Slacki kontol.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT versioon', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Süsteemi informatsioon', 'update' => 'Värskenda seaded', 'value' => 'Väärtus', diff --git a/resources/lang/et/admin/statuslabels/table.php b/resources/lang/et/admin/statuslabels/table.php index 9435aac3fd..4e56d0f9fa 100644 --- a/resources/lang/et/admin/statuslabels/table.php +++ b/resources/lang/et/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arhiveeritud', 'create' => 'Uus staatuse silt', 'color' => 'Joonise värv', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Käivitatav', 'info' => 'Olekuteemeid kasutatakse erinevate seisundite kirjeldamiseks, millised on teie varad. Need võivad olla remondi-, kaotatud / varastatud jne jaoks. Saate luua uusi olekuteid, mida saab kasutada käimasolevatel, ootel ja arhiveeritud varadel.', 'name' => 'Saatuse nimi', diff --git a/resources/lang/et/admin/users/general.php b/resources/lang/et/admin/users/general.php index 70d4c0ca42..ef4f0b4eb5 100644 --- a/resources/lang/et/admin/users/general.php +++ b/resources/lang/et/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Nende taastamiseks klõpsake siin.', 'last_login' => 'Viimane sisselogimine', 'ldap_config_text' => 'LDAP-i konfiguratsiooniseadeid saab leida Admin> Seaded. (Valikuline) valitud asukoht määratakse kõigi imporditud kasutajate jaoks.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Kasutaja :name valdusesse antud tarkvara', 'view_user' => 'Vaata kasutajat :name', 'usercsv' => 'CSV fail', diff --git a/resources/lang/et/general.php b/resources/lang/et/general.php index 7cc620a499..2096c215a1 100644 --- a/resources/lang/et/general.php +++ b/resources/lang/et/general.php @@ -70,6 +70,7 @@ 'department' => 'Osakond', 'deployed' => 'Kasutusele võetud', 'depreciation_report' => 'Amortisatsiooniaruanne', + 'details' => 'Details', 'download' => 'Lae alla', 'depreciation' => 'Amortisatsioon', 'editprofile' => 'Muuda oma profiili', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks', 'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)', 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Esimene', 'first_name' => 'Eesnimi', 'first_name_format' => 'Eesnimi (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fail', 'file_uploads' => 'Faili üleslaadimine', 'generate' => 'Genereeri', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Kustuta pilt', 'image_upload' => 'Laadi pilt üles', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Impordi', 'import-history' => 'Impordi ajalugu', 'asset_maintenance' => 'Varade hooldus', @@ -118,6 +122,7 @@ 'locations' => 'Asukohad', 'logout' => 'Logi välja', 'lookup_by_tag' => 'Varatüübi järgi otsimine', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Tootja', 'manufacturers' => 'Tootjad', 'markdown' => 'See väli lubab Githubi maitsestatud markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Vali ettevõte', 'select_asset' => 'Vali vahend', 'settings' => 'Seaded', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Logi sisse', 'signature' => 'Allkiri', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.', 'site_name' => 'Saidi nimi', 'state' => 'Maakond', diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php index ca67b07fb2..7111480de1 100644 --- a/resources/lang/fa/admin/hardware/form.php +++ b/resources/lang/fa/admin/hardware/form.php @@ -52,6 +52,7 @@ return array( 'update' => 'به روز رسانی دارایی ', 'warranty' => 'گارانتی', + 'warranty_expires' => 'Warranty Expires', 'years' => 'سال ها', ) ; diff --git a/resources/lang/fa/admin/manufacturers/message.php b/resources/lang/fa/admin/manufacturers/message.php index 68f9f3a63b..e0d17bf5c8 100644 --- a/resources/lang/fa/admin/manufacturers/message.php +++ b/resources/lang/fa/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'تولید کننده موفقیت به روز رسانی شد.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'آیا شما مطمئن هستید که میخواهید این تولید کننده را حذف کنید؟', 'error' => 'مسئله ای در حذف سازنده وجود دارد. لطفا دوباره تلاش کنید.', diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index 5c13c084ba..47b1cacae7 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'نوع بارکد 1D', 'eula_settings' => 'EULA تنظیمات', 'eula_markdown' => 'این EULA اجازه می دهد تا Github با طعم markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'تنظیمات عمومی', 'generate_backup' => 'تولید پشتیبان گیری', 'header_color' => 'رنگ هدر', @@ -71,14 +73,23 @@ return array( 'ldap_active_flag' => ' پرچم فعالLDAP', 'ldap_emp_num' => 'LDAP تعداد کارکنان', 'ldap_email' => 'ایمیل LDAP', + 'license' => 'Software License', 'load_remote_text' => 'اسکریپت از راه دور', 'load_remote_help_text' => 'این برنامه نصب می تواند اسکریپت ها را از دنیای خارج بارگذاری کند. ', 'login_note' => 'توجه داشته باشید ورود', 'login_note_help' => 'به صورت دلخواه شامل چند جمله در صفحه ورود به سیستم خود، به عنوان مثال برای کمک به افرادی که یک دستگاه گم شده یا دزدیده شده را پیدا کرده اند. این فیلد مارجین طعم Github را می پذیرد', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'لوگو', 'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.', 'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'اختیاری', 'per_page' => 'نتایج در هر صفحه', 'php' => 'نسخه php', @@ -103,7 +114,11 @@ return array( 'slack_endpoint' => 'نقطه پایان اسلک', 'slack_integration' => 'تنظیمات اسلک', 'slack_integration_help' => 'ادغام اسلاک اختیاری است، با این حال نقطه پایانی و کانال مورد نیاز است اگر شما مایل به استفاده از آن هستید. برای پیکربندی ادغام اسلاک، شما باید اول ایجاد یک را webhook های دریافتی بر روی حساب اسلاک خود کنید.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'نسخه Snipe_IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'اطلاعات سیستم', 'update' => 'به‌ روزرسانی تنظیمات', 'value' => 'عنوان آیتم', diff --git a/resources/lang/fa/admin/statuslabels/table.php b/resources/lang/fa/admin/statuslabels/table.php index e88992ba3f..94bef55219 100644 --- a/resources/lang/fa/admin/statuslabels/table.php +++ b/resources/lang/fa/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'آرشیو', 'create' => 'ساخت برچسب وضعیت', 'color' => 'رنگ نمودار', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'گسترش', 'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.', 'name' => 'نام وضعیت', diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php index 8cd5fa1417..6181afb4b1 100644 --- a/resources/lang/fa/admin/users/general.php +++ b/resources/lang/fa/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'برای بازسازی آنها اینجا کلیک کنید.', 'last_login' => 'آخرین ورود', 'ldap_config_text' => 'تنظشیمات تاییدیه LDPA در فولدر app/config در فایلی به نام idap.php وجود دارد.مکان مشخص شده برای تمامی کاربران وارد شده تنظیم میشود.شما نیاز دارید که حداقل یه مکان را اضافه کرده باشید تا بتوانید از این ویژگی استفاده کنید.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'برنامه چک شد برای:', 'view_user' => 'نمایش کاربر :', 'usercsv' => 'فایل CSV', diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index fe80d877da..93b33679d6 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -72,6 +72,7 @@ 'department' => 'گروه', 'deployed' => 'مستقر', 'depreciation_report' => 'استهلاک گزارش', + 'details' => 'Details', 'download' => 'دانلود', 'depreciation' => 'مستهلک کردن', 'editprofile' => 'ویرایش پروفایل شما', @@ -81,9 +82,12 @@ 'email_domain_help' => 'این برای تولید آدرس های ایمیل هنگام وارد کردن استفاده می شود', 'filastname_format' => 'اولین نام خانوادگی (jsmith@example.com)', 'firstname_lastname_format' => 'نام خانوادگی (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'اولین', 'first_name' => 'نام', 'first_name_format' => 'نام (jane@example.com)', + 'files' => 'Files', 'file_name' => 'فایل', 'file_uploads' => 'بارگذاری پرونده', 'generate' => 'تولید', @@ -96,7 +100,7 @@ 'image' => 'Image', 'image_delete' => 'عکس های پاک شده', 'image_upload' => 'آپلود تصویر', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'واردات', 'import-history' => 'واردات تاریخ', 'asset_maintenance' => 'نگهداشت دارایی', @@ -122,6 +126,7 @@ 'locations' => 'مکانها', 'logout' => 'خروج', 'lookup_by_tag' => 'نگاهی به Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'سازنده', 'manufacturers' => 'تولیدکننده‌ها', 'markdown' => 'این فیلد اجازه می دهد تا گیت هاب به سلیقه خود نشانه گذاری کند . markdown.', @@ -175,8 +180,11 @@ 'select_company' => 'انتخاب شرکت', 'select_asset' => 'انتخاب دارایی', 'settings' => 'تنظيمات', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'ورود به سیستم', 'signature' => 'امضا', + 'skin' => 'Skin', 'some_features_disabled' => 'MODE DEMO: برخی از ویژگی ها برای این نصب غیر فعال هستند.', 'site_name' => 'نام سایت', 'state' => 'وضعیت', diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php index 3741554d88..14f39cb668 100644 --- a/resources/lang/fi/admin/hardware/form.php +++ b/resources/lang/fi/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Laitetunniste', 'update' => 'Laitepäivitys', 'warranty' => 'Takuu', + 'warranty_expires' => 'Warranty Expires', 'years' => 'vuotta', ) ; diff --git a/resources/lang/fi/admin/manufacturers/message.php b/resources/lang/fi/admin/manufacturers/message.php index d984151d5d..b20bae0d57 100644 --- a/resources/lang/fi/admin/manufacturers/message.php +++ b/resources/lang/fi/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Valmistaja päivitettiin onnistuneesti.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän valmistajan?', 'error' => 'Valmistajan poistamisessa tapahtui virhe. Ole hyvä ja yritä uudelleen.', diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index 92409e9925..727c6c91a8 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D viivakoodityyppi', 'eula_settings' => 'EULA-asetukset', 'eula_markdown' => 'Tämä EULA sallii Github-maustamattoman markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Yleiset asetukset', 'generate_backup' => 'Luo varmuuskopio', 'header_color' => 'Yläosion logo', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP-aktiivinen lippu', 'ldap_emp_num' => 'LDAP-työntekijän numero', 'ldap_email' => 'LDAP Sähköposti', + 'license' => 'Software License', 'load_remote_text' => 'Etäkriptit', 'load_remote_help_text' => 'Tämä Snipe-IT-asennus voi ladata skriptejä ulkopuolelta.', 'login_note' => 'Kirjautumisviesti', 'login_note_help' => 'Voit myös sisällyttää muutamia lauseita kirjautumisruudulle, esimerkiksi auttaa ihmisiä, jotka ovat löytäneet kadonneen tai varastetun laitteen. Tämä kenttä hyväksyy Github-maustamaton markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Käyttäjien (myös ylläpitäjien) rajoittaminen yrityksille varattavaksi yrityksen omiin varoihin.', 'full_multiple_companies_support_text' => 'Täysi monikansallisten yritysten tuki', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'valinnainen', 'per_page' => 'Tuloksia Per Sivu', 'php' => 'Versio PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Lakkautettu loppupiste', 'slack_integration' => 'Slackin asetukset', 'slack_integration_help' => 'Liukas integraatio on valinnainen, mutta loppupiste ja kanava ovat välttämättömiä, jos haluat käyttää sitä. Jos haluat määrittää Liukastumisen integrointi, sinun on ensin tehtävä luoda saapuva Webhook Laskutus-tilillesi.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT versio', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Järjestelmän Tiedot', 'update' => 'Päivitä Asetukset', 'value' => 'Arvo', diff --git a/resources/lang/fi/admin/statuslabels/table.php b/resources/lang/fi/admin/statuslabels/table.php index 6cedfaf209..c5c4d70802 100644 --- a/resources/lang/fi/admin/statuslabels/table.php +++ b/resources/lang/fi/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arkistoitu', 'create' => 'Uusi Tilamerkintä', 'color' => 'Kaavion väri', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Käyttööotettavissa', 'info' => 'Tilamerkintöjä käytetään kuvailemaan laitteidesi eri tiloja. Ne voivat olla korjauksessa, hävinneitä/varastettuja jne. Voit luoa uusia tilamerkintöjä käyttöönotettaville, odottaville sekä arkistoiduille laitteille.', 'name' => 'Tilan Nimi', diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php index 7c7f87c014..580573b958 100644 --- a/resources/lang/fi/admin/users/general.php +++ b/resources/lang/fi/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klikkaa tästä palauttaaksesi ne.', 'last_login' => 'Viimeisin kirjautuminen', 'ldap_config_text' => 'LDAP-määritysasetukset löytyvät Järjestelmänvalvoja> Asetukset. Valinnainen (valinnainen) sijainti määritetään kaikille tuodulle käyttäjälle.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Käyttäjälle :name luovutetut ohjelmistot', 'view_user' => 'Näytä Käyttäjä :name', 'usercsv' => 'CSV-tiedosto', diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index 60dfac3029..f01112a392 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -70,6 +70,7 @@ 'department' => 'osasto', 'deployed' => 'Käyttöönotettu', 'depreciation_report' => 'Poistoraportti', + 'details' => 'Details', 'download' => 'Lataa', 'depreciation' => 'Poistoluokka', 'editprofile' => 'Muokkaa Profiilia', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Tätä käytetään luomaan sähköpostiosoitteita tuotaessa', 'filastname_format' => 'Ensimmäinen sukunimi (jsmith@example.com)', 'firstname_lastname_format' => 'Etunimi Sukunimi (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Ensimmäinen', 'first_name' => 'Etunimi', 'first_name_format' => 'Etunimi (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Tiedosto', 'file_uploads' => 'Tiedostolataus', 'generate' => 'Luo', @@ -94,7 +98,7 @@ 'image' => 'Kuva', 'image_delete' => 'Poista Kuva', 'image_upload' => 'Lähetä Kuva', - 'image_filetypes_help' => 'Hyväksytyt tiedostotyypit ovat jpg, png, gif ja svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Tuo tiedot', 'import-history' => 'Tuontihistoria', 'asset_maintenance' => 'Omaisuuden ylläpito', @@ -118,6 +122,7 @@ 'locations' => 'Sijainnit', 'logout' => 'Kirjaudu Ulos', 'lookup_by_tag' => 'Haku nimellä Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Valmistaja', 'manufacturers' => 'Valmistajat', 'markdown' => 'Tämä kenttä mahdollistaa Github-maustamattoman markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Valitse Yritys', 'select_asset' => 'Valitse Asset', 'settings' => 'Asetukset', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Kirjaudu sisään', 'signature' => 'Allekirjoitus', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO-TILA: Jotkin ominaisuudet eivät ole käytössä tässä asennuksessa.', 'site_name' => 'Sivuston Nimi', 'state' => 'Lääni', diff --git a/resources/lang/fil/admin/accessories/general.php b/resources/lang/fil/admin/accessories/general.php new file mode 100644 index 0000000000..0fc94ba151 --- /dev/null +++ b/resources/lang/fil/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Ang tungkol sa mga Aksesorya', + 'about_accessories_text' => 'Ang mga aksesorya ay tumutukoy sa anumang bagay na iyong inisyusa mga gumagamit ngunit wala itong serial number (o wala kang pakialam sa paghahanap basi sa kaibahan nito). Halimbawa, ang mga mouse ng kompyuter o mga keyboards.', + 'accessory_category' => 'Ang Katergorya sa Aksesorya', + 'accessory_name' => 'Ang Pangalan ng Aksesorya', + 'checkout' => 'I-checkout ang Aksesorya', + 'checkin' => 'I-checkin ang Aksesorya', + 'create' => 'Magsagawa ng Aksesorya', + 'edit' => 'I-edit ang Aksesorya', + 'eula_text' => 'Ang Kategorya ng EULA', + 'eula_text_help' => 'Ang field na. ito ay nagpahintulot sa iyo na mag-customize ng iyong EULA para sa partikular na mga uri ng mga asset. Kapag ikaw ay mayroon lamang isang EULA sa lahat ng iyong mga asset, maaari mong i-check ang kahon o bax sa ibaba para gamitin ang pangunahing default.', + 'require_acceptance' => 'Nangangailangan sa mga gumagamit o user na i-komperma ang pagtanggap ng mga asset sa kategoryang ito.', + 'no_default_eula' => 'Walang nakitang pangunahing default ng EULA. Magdagdag ng isa sa mga setting.', + 'total' => 'Ang kabuuan', + 'remaining' => 'Kumuha', + 'update' => 'I-update ang Aksesorya', + 'use_default_eula' => 'Sa halip ay gamitin ang ang pangunahing default ng EULA.', + 'use_default_eula_disabled' => 'Sa halip ay gumamit ng pangunahing default na EULA. Walang pangunahing default na EULA na nai-set. Paki-dagdag ng isa sa mga setting.', + +); diff --git a/resources/lang/fil/admin/accessories/message.php b/resources/lang/fil/admin/accessories/message.php new file mode 100644 index 0000000000..48e3f3a6d3 --- /dev/null +++ b/resources/lang/fil/admin/accessories/message.php @@ -0,0 +1,37 @@ + 'Ang aksesoryang ito ay hindi umiiral.', + 'assoc_users' => 'Ang aksesoryang ito ay kasalukuyang mayroong :pag-check out sa pag-kwenta ng mga aytem sa mga gumagamit o user. Paki-tingnan sa mga aksesorya at subukang muli. ', + + 'create' => array( + 'error' => 'Ang aksesorya ay hindi naisagawa, mangyaring subukan muli.', + 'success' => 'Ang aksesorya ay matagumpay na nailikha.' + ), + + 'update' => array( + 'error' => 'Ang aksesorya ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang aksesorya ay matagumpay na nai-upadate.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang aksesoryang ito?', + 'error' => 'Mayroong isyu sa pagdelete ng aksesorya. Mangyaring subukang muli.', + 'success' => 'Ang aksesorya ay matagumpay na nai-delete.' + ), + + 'checkout' => array( + 'error' => 'Ang aksesorya ay hindi na-check out, mangyaring subukang muli', + 'success' => 'Ang aksesorya ay matagumoay na nai-check out.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi tama. Mangyaring subukang muli.' + ), + + 'checkin' => array( + 'error' => 'Ang aksesorya ay hindi nai-check in, mangyaring subukang muli', + 'success' => 'Ang aksesorya ay matagumpay na nai-check in.', + 'user_does_not_exist' => 'Ang ang user na iyon ay hindi tama. Mangyaring subukang muli.' + ) + + +); diff --git a/resources/lang/fil/admin/accessories/table.php b/resources/lang/fil/admin/accessories/table.php new file mode 100644 index 0000000000..6a11d59383 --- /dev/null +++ b/resources/lang/fil/admin/accessories/table.php @@ -0,0 +1,11 @@ + 'I-download ang CSV', + 'eula_text' => 'Ang EULA', + 'id' => 'Ang ID', + 'require_acceptance' => 'Ang Pagtanggap', + 'title' => 'Ang Pangalan ng Aksesorya', + + +); diff --git a/resources/lang/fil/admin/asset_maintenances/form.php b/resources/lang/fil/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..c800b1753b --- /dev/null +++ b/resources/lang/fil/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Ang Tipo ng Pagpapanatili', + 'title' => 'Ang Pamagat', + 'start_date' => 'Nagsimula na', + 'completion_date' => 'Nakompleto na', + 'cost' => 'Gastos', + 'is_warranty' => 'Ang Pagpapabuti ng Warantiya', + 'asset_maintenance_time' => 'Mga Araw', + 'notes' => 'Mga Palatandaan', + 'update' => 'I-update', + 'create' => 'Magsagawa' + ]; diff --git a/resources/lang/fil/admin/asset_maintenances/general.php b/resources/lang/fil/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..2a2bf0022e --- /dev/null +++ b/resources/lang/fil/admin/asset_maintenances/general.php @@ -0,0 +1,11 @@ + 'Ang mga Pagpapanatili sa mga Asset', + 'edit' => 'I-edit ang Pagpapanatili sa Asset', + 'delete' => 'I-delete ang Pagpapanatili sa Asset', + 'view' => 'Tingnan ang mga Detalye sa Pagpapanatili ng Asset', + 'repair' => 'Ayusin', + 'maintenance' => 'Ang Pagpapanatili', + 'upgrade' => 'I-upgrade' + ]; diff --git a/resources/lang/fil/admin/asset_maintenances/message.php b/resources/lang/fil/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..4785205f1a --- /dev/null +++ b/resources/lang/fil/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Hindi natagpuan ang Maintenance ng Asset na iyong hinahanap!', + 'delete' => [ + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang asset maintenance na ito?', + 'error' => 'May natagpuang isyu sa pag-delete ng asset maintenance. Mangyaring subukang muli.', + 'success' => 'Ang asset maintenance ay matagumpay na nai-delete.' + ], + 'create' => [ + 'error' => 'Ang Asset Maintenace ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Matagumpay na naisagawa ang Asset Maintenance.' + ], + 'edit' => [ + 'error' => 'Ang Asset Maintenace ay hindi na-edit, mangyaring subukang muli.', + 'success' => 'Ang Asset Maintenance ay matagumay nang na-edit.' + ], + 'asset_maintenance_incomplete' => 'Hindi pa nakompleto', + 'warranty' => 'Ang warantiya', + 'not_warranty' => 'Hindi Warantiya', + ]; \ No newline at end of file diff --git a/resources/lang/fil/admin/asset_maintenances/table.php b/resources/lang/fil/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..53c84ce789 --- /dev/null +++ b/resources/lang/fil/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Ang Asset Maintenance', + 'asset_name' => 'Ang Pangalan ng Asset', + 'is_warranty' => 'Ang Warantiya', + 'dl_csv' => 'I-download ang CSV' + ]; diff --git a/resources/lang/fil/admin/categories/general.php b/resources/lang/fil/admin/categories/general.php new file mode 100644 index 0000000000..00d9bfd1ac --- /dev/null +++ b/resources/lang/fil/admin/categories/general.php @@ -0,0 +1,23 @@ + 'Ang Tungkol sa mga Kategorya', + 'about_categories' => 'Ang mga kategorya ay tumutulong sa iyo i-organisa ang iyong nga aytem. Maaaring ang iilang halimbawa ng mga kategorya ay ang "Mga Desktop", "Mga Laptop", "Mga Mobile Phones", "Mga Tablet", at iba pa, ngunit pwede kang gumamit ng mga kategorya na para sa iyo ay may kabuluhan.', + 'asset_categories' => 'Ang mga Kategorya ng Asset', + 'category_name' => 'Ang Pangalan ng Kategorya', + 'checkin_email' => 'Magpadala ng email sa user kun mag-checkin.', + 'clone' => 'Ang Kategrya ay I-clone', + 'create' => 'Magsagawa ng Kategorya', + 'edit' => 'I-edit ang Kategorya', + 'eula_text' => 'Ang Kategorya ng EULA', + 'eula_text_help' => 'Ang field na ito ay nagpapahintulot ss iyo na mag-customize ng iyong EULA para sa partikular na uri ng mga asset. Kung mayroon kalang isang EULA para sa lahat ng iyong mga asset, maaari mong i-check ang box sa ibaba para magamit ang pangunahing default.', + 'name' => 'Ang Pangalan ng Katergorya', + 'require_acceptance' => 'Nangangailangan sa mga user ang pag-komperma ng pagtanggap ng mga asset sa kategoryang ito.', + 'required_acceptance' => 'Mangyaring magkaroon ng email ang user sa link para magkomperma ng pagtanggap sa aytem na ito.', + 'required_eula' => 'Ang user ay mabigyan ng email para sa kopya ng EULA', + 'no_default_eula' => 'Walang natagpuang pangunahing default ng EULA. Magdagdag ng isa sa mga setting.', + 'update' => 'I-update ang Katergorya', + 'use_default_eula' => 'Sa halip ay gamitin ang ang pangunahing default ng EULA.', + 'use_default_eula_disabled' => 'Sa halip ay gumamit ng pangunahing default na EULA. Walang pangunahing default na EULA na nai-set. Paki-dagdag ng isa sa mga setting.', + +); diff --git a/resources/lang/fil/admin/categories/message.php b/resources/lang/fil/admin/categories/message.php new file mode 100644 index 0000000000..88f8534c82 --- /dev/null +++ b/resources/lang/fil/admin/categories/message.php @@ -0,0 +1,25 @@ + 'Hindi umiiral ang mga kategoryang ito.', + 'assoc_models' => 'Ang kategorya ay kasalukuyang naiugnay sa hindi bumaba sa isang modelo at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga modelo upang hindi na mag-reperens sa katergoryang ito at muling subukan. ', + 'assoc_items' => 'Ang kategoryang ito ay kasalukuyang naiugnay sa hindi bumaba sa isang : asset_type at hindi maaaring mai-delete. Mangyaring i-update ang iyong asset :asset_type para hindi na magreperens sa kategoryang ito at muling subukan. ', + + 'create' => array( + 'error' => 'Hindi naisagawa ang kategoryang ito, mangyaring subukang muli.', + 'success' => 'Matagumpay na naisagwa ang kategorya.' + ), + + 'update' => array( + 'error' => 'Hindi na-update ang kategorya, mangyaring subukang muli', + 'success' => 'Matagumpay na nai-update ang kategorya.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang kategoryang ito?', + 'error' => 'Mayroong isyu sa pag-delete ng kategoryan. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang kategorya.' + ) + +); diff --git a/resources/lang/fil/admin/categories/table.php b/resources/lang/fil/admin/categories/table.php new file mode 100644 index 0000000000..31c5137547 --- /dev/null +++ b/resources/lang/fil/admin/categories/table.php @@ -0,0 +1,10 @@ + 'Ang EULA', + 'id' => 'Ang ID', + 'parent' => 'Pinagmulan', + 'require_acceptance' => 'Ang Pagtanggap', + 'title' => 'Ang Pangalan ng Kategorya ng Asset', + +); diff --git a/resources/lang/fil/admin/companies/general.php b/resources/lang/fil/admin/companies/general.php new file mode 100644 index 0000000000..0c1162441e --- /dev/null +++ b/resources/lang/fil/admin/companies/general.php @@ -0,0 +1,6 @@ + 'Ang Tungkol sa mga Kumpanya', + 'about_companies_text' => 'Ang mga kumpanya ay maaaring magamit bilang isang simpleng field ng pag-identify, o ito rin ay maaring magamit para i-limita ang bisibiliti ng mga asset, mga gumagamit, atbp kung pinagana ang buong suporta ng kumpanya sa iyong mga setting ng Admin.', + 'select_company' => 'Pumili ng Kumpanya', +]; diff --git a/resources/lang/fil/admin/companies/message.php b/resources/lang/fil/admin/companies/message.php new file mode 100644 index 0000000000..dab7d69443 --- /dev/null +++ b/resources/lang/fil/admin/companies/message.php @@ -0,0 +1,18 @@ + 'Ang Kumpanya ay hindi umiiral.', + 'assoc_users' => 'Ang kategoryang ito ay kasalukuyang naiugnay sa hindi bumaba sa isang modelo at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga modelo upang hindi na magreperens sa kumpanyang ito at paki-subok muli. ', + 'create' => array( + 'error' => 'Ang kumpanya ay hindi naisagawa, magyaring subukang muli.', + 'success' => 'Ang kumpanya ay matagumpay na naisagawa.' + ), + 'update' => array( + 'error' => 'Ang kumpanya ay hindi nai-update, magyaring subukang muli', + 'success' => 'Ang kumpanya ay matagumpay na nai-update.' + ), + 'delete' => array( + 'confirm' => 'Sigurado kaba na i-delete mo ang kumpanyang ito?', + 'error' => 'Mayroong isyu sa pag-delete ng kumpanya. Mangayaring subukang muli.', + 'success' => 'Ang kompayang ito ay matagumpay na nailikha.' + ) +); diff --git a/resources/lang/fil/admin/companies/table.php b/resources/lang/fil/admin/companies/table.php new file mode 100644 index 0000000000..aaf6307764 --- /dev/null +++ b/resources/lang/fil/admin/companies/table.php @@ -0,0 +1,9 @@ + 'Ang mga kumpanya', + 'create' => 'Magsagawa ng Kumpanya', + 'title' => 'Ang kumpanya', + 'update' => 'I-update ang Kumpanya', + 'name' => 'Ang Pangalan ng Kumpanya', + 'id' => 'Ang ID', +); diff --git a/resources/lang/fil/admin/components/general.php b/resources/lang/fil/admin/components/general.php new file mode 100644 index 0000000000..1c415719d3 --- /dev/null +++ b/resources/lang/fil/admin/components/general.php @@ -0,0 +1,17 @@ + 'Ang Tungkol sa mga Komponent', + 'about_components_text' => 'Ang mga komponent ay mga aytem na bahagi ng isang asset, halimbawa HDD, RAM, atbp.', + 'component_name' => 'Ang Pangalan ng Komponent', + 'checkin' => 'I-checkin ang Komponent', + 'checkout' => 'I-checkout ang Komponent', + 'cost' => 'Ang Halaga ng Pagbili', + 'create' => 'Magsagawa ng Komponent', + 'edit' => 'I-edit ang Komponent', + 'date' => 'Ang Petsa ng Pagbili', + 'order' => 'Ang Numero ng Order', + 'remaining' => 'Ang Natitira', + 'total' => 'Ang Kabuuan', + 'update' => 'I-update ang Komponent', +); diff --git a/resources/lang/fil/admin/components/message.php b/resources/lang/fil/admin/components/message.php new file mode 100644 index 0000000000..1d18089b96 --- /dev/null +++ b/resources/lang/fil/admin/components/message.php @@ -0,0 +1,36 @@ + 'Ang komponent na ito ay hindi umiiral.', + + 'create' => array( + 'error' => 'Ang komponent ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang komponent ay matagumpay na naisagawa.' + ), + + 'update' => array( + 'error' => 'Ang komponent ay hindi nai-update, manyaring subukang muli', + 'success' => 'Ang komponent ay matagumpay na naisagawa.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang komponent na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng komponent. Mangayring subukang muli.', + 'success' => 'Ang komponent ay matagumpay na naisagawa.' + ), + + 'checkout' => array( + 'error' => 'Ang komponent ay hindi nai-check out, mangyaring subukang muli', + 'success' => 'Ang komponent ay matagukpay nang nai-check out.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.' + ), + + 'checkin' => array( + 'error' => 'Ang kompnent ay hindi nai-check in, mangyaring subukang muli', + 'success' => 'Ang komponent ay matagumpay na nai-check in.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.' + ) + + +); diff --git a/resources/lang/fil/admin/components/table.php b/resources/lang/fil/admin/components/table.php new file mode 100644 index 0000000000..2fa5af0998 --- /dev/null +++ b/resources/lang/fil/admin/components/table.php @@ -0,0 +1,5 @@ + 'Ang Pangalan ng Komponent', +); diff --git a/resources/lang/fil/admin/consumables/general.php b/resources/lang/fil/admin/consumables/general.php new file mode 100644 index 0000000000..d33c940a0e --- /dev/null +++ b/resources/lang/fil/admin/consumables/general.php @@ -0,0 +1,13 @@ + 'Ang Tungkol sa mga Consumable', + 'about_consumables_text' => 'Ang mga Consumable ay tumutukoy sa anumang binili na pwedeng maubos sa paglipas ng panahon. Halimbawa nito ay, printer ink or papel ng copier.', + 'checkout' => 'I-checkout ang Consumable sa User', + 'consumable_name' => 'Ang Pangalan ng Consumable', + 'create' => 'Magsagawa ng Consumable', + 'item_no' => 'Ang Numero ng Aytem.', + 'remaining' => 'Ang natitira', + 'total' => 'Ang Kabuuan', + 'update' => 'I-update ang Consumable', +); diff --git a/resources/lang/fil/admin/consumables/message.php b/resources/lang/fil/admin/consumables/message.php new file mode 100644 index 0000000000..6bfce0c757 --- /dev/null +++ b/resources/lang/fil/admin/consumables/message.php @@ -0,0 +1,36 @@ + 'Ang consumable ay hindi umiiral.', + + 'create' => array( + 'error' => 'Ang consumable ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang consumable ay matagumpay na nai-likha.' + ), + + 'update' => array( + 'error' => 'Ang consumable ay hindi nai-update, manyaring subukang muli', + 'success' => 'Ang consumable ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na i-delete mo ang consumable na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng consumable. Mangayaring subukang muli.', + 'success' => 'Ang consumable na ito ay matagumpay na nai-delete.' + ), + + 'checkout' => array( + 'error' => 'Ang consumable ay hindi nai-check out, mangyaring subukang muli', + 'success' => 'Ang consumable ay matagumpay na nai-check out.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.' + ), + + 'checkin' => array( + 'error' => 'Ang consumable ay hindi nai-check in, mangyaring subukang muli', + 'success' => 'Ang consumable ay matagumpay na nai-check in.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.' + ) + + +); diff --git a/resources/lang/fil/admin/consumables/table.php b/resources/lang/fil/admin/consumables/table.php new file mode 100644 index 0000000000..6e380528b0 --- /dev/null +++ b/resources/lang/fil/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Ang Pangalan ng Consumable', +); diff --git a/resources/lang/fil/admin/custom_fields/general.php b/resources/lang/fil/admin/custom_fields/general.php new file mode 100644 index 0000000000..d7c67cc64f --- /dev/null +++ b/resources/lang/fil/admin/custom_fields/general.php @@ -0,0 +1,31 @@ + 'I-kuston ang mga Fields', + 'field' => 'Ang Field', + 'about_fieldsets_title' => 'Ang Tungkol sa Fieldsets', + 'about_fieldsets_text' => 'Ang Fieldsets ay nagbibigay permiso sa iyo na magsagawa ng grupo ng kustom na mga fields na madalas na ginagamit muli para sa partikular na tipo ng modelo ng asset.', + 'custom_format' => 'I-kustom ang pormat ng regex...', + 'encrypt_field' => 'I-encrypt ang balyu sa field na ito sa database', + 'encrypt_field_help' => 'BABALA: Ang pag-encrypt ng field ay maaaring maging hindi na ito maisaliksik.', + 'encrypted' => 'Na-encrypt na', + 'fieldset' => 'Ang Fieldset', + 'qty_fields' => 'Ang Qty ng Fields', + 'fieldsets' => 'Ang mga Fieldset', + 'fieldset_name' => 'Ang Pangalang ng Fieldset', + 'field_name' => 'Ang Pangalang ng Field', + 'field_values' => 'Ang mga Balyu ng Field', + 'field_values_help' => 'Magdagdag ng mga opsyon na madaling mapili, isa bawat linya. Ang mga blangkong linya maliban sa unang linya ay huwag intindihin.', + 'field_element' => 'Ang Form ng Elemento', + 'field_element_short' => 'Ang Elemento', + 'field_format' => 'Ang Pormat', + 'field_custom_format' => 'I-kustom ang Pormat ng Regex', + 'field_custom_format_help' => 'Ang field na ito ay nagbibigay permiso sa iyo na ekpresyon ng regex para sa pag-validate. ito ay dapat na magsimula sa "regex:" - halimbawa, upang ma-validate balyu ng nakustomang field na naglalaman ng balidong IMEI (15 numeric digits), ikaw ay gagamit ng regex:/^[0-9]{15}$/.', + 'required' => 'Kinakailangan', + 'req' => 'Kinakailangan.', + 'used_by_models' => 'Ginagamit ng mga Modelo', + 'order' => 'Ang Kaayusan', + 'create_fieldset' => 'Ang Bagong Fieldset', + 'create_field' => 'Ang Bagong Custom Field', + 'value_encrypted' => 'Ang balyu ng field na ito ay naka-encrypt sa database. Ang admin na mga gumagamit lamang ang maaaring maka-tanaw sa na-decrypt na balyu', +); diff --git a/resources/lang/fil/admin/custom_fields/message.php b/resources/lang/fil/admin/custom_fields/message.php new file mode 100644 index 0000000000..06c9834f6a --- /dev/null +++ b/resources/lang/fil/admin/custom_fields/message.php @@ -0,0 +1,57 @@ + array( + 'invalid' => 'Ang field ay hindi umiiral.', + 'already_added' => 'Ang field ay naidagdag na', + + 'create' => array( + 'error' => 'Ang field ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang field ay matagumpay na naisagawa.', + 'assoc_success' => 'Ang field ay matagumpay na naidagdag sa fieldset.' + ), + + 'update' => array( + 'error' => 'Ang field ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang field ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang field na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng field. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang field.', + 'in_use' => 'Ang field ay kasalukuyang ginagamit.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Ang fieldset ay hindi umiiral', + + 'create' => array( + 'error' => 'Ang fieldset ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang fieldset ay matagumpay na naisagawa.' + ), + + 'update' => array( + 'error' => 'Ang fieldset ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang fieldset ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang fieldset na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng fieldset. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang fieldset.', + 'in_use' => 'Ang fieldset ay kasalukuyang ginagamit.', + ) + + ), + + + + + + +); diff --git a/resources/lang/fil/admin/departments/message.php b/resources/lang/fil/admin/departments/message.php new file mode 100644 index 0000000000..0f4f85046c --- /dev/null +++ b/resources/lang/fil/admin/departments/message.php @@ -0,0 +1,21 @@ + 'Ang departamento ay hindi umiiral.', + 'assoc_users' => 'Ang departamentong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang user at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga user upang hindi na magreperens sa departamentong ito at paki-subok muli. ', + 'create' => array( + 'error' => 'Ang departamento ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang departamento ay matagumpay na naisagawa.' + ), + 'update' => array( + 'error' => 'Ang departamento ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang departamento ay matagumpay na nai-update.' + ), + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang departamentong ito?', + 'error' => 'Mayroong isyu sa pag-delete ng departamento. Mangayring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang departamento.' + ) + +); diff --git a/resources/lang/fil/admin/departments/table.php b/resources/lang/fil/admin/departments/table.php new file mode 100644 index 0000000000..afd6364f32 --- /dev/null +++ b/resources/lang/fil/admin/departments/table.php @@ -0,0 +1,11 @@ + 'Ang ID', + 'name' => 'Ang Pangalan ng Departamento', + 'manager' => 'Ang Namamahala', + 'location' => 'Ang Lokasyon', + 'create' => 'Magsagawa ng Departamento', + 'update' => 'I-update ang Departamento', + ); diff --git a/resources/lang/fil/admin/depreciations/general.php b/resources/lang/fil/admin/depreciations/general.php new file mode 100644 index 0000000000..cab1d42ba7 --- /dev/null +++ b/resources/lang/fil/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'Tungkol sa Depresasyon ng Asset', + 'about_depreciations' => 'Pwede kang mag-set up ng depresasyon para mai-depreciate ang mga asset basi sa straight-line depreciation.', + 'asset_depreciations' => 'Ang Depresasyon ng Asset', + 'create' => 'Magsagawa ng Depresasyon', + 'depreciation_name' => 'Ang Pangalan ng Depresasyon', + 'number_of_months' => 'Ang Bilang ng mga Buwan', + 'update' => 'I-update ang Depresasyon', + +); diff --git a/resources/lang/fil/admin/depreciations/message.php b/resources/lang/fil/admin/depreciations/message.php new file mode 100644 index 0000000000..54fa9bb103 --- /dev/null +++ b/resources/lang/fil/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Ang klase ng depresasyon ay hindi umiiral.', + 'assoc_users' => 'Ang depresasyong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga modelo at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ', + + + 'create' => array( + 'error' => 'Ang klase ng depresasyon ay hindi naisagawa, mangayring subukang muli. :(', + 'success' => 'Ang klase ng depresayon ang matagumpay na nai-likha. :)' + ), + + 'update' => array( + 'error' => 'Ang klase ng depresasyon ay hindi nai-update, mangayring subukang muli', + 'success' => 'Ang klase ng depresayon ang matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang klase ng depresasyong ito?', + 'error' => 'Mayroong isyu sa pag-delete ng kalse ng depresasyon. Mangayring subukang muli.', + 'success' => 'Ang klase ng depresayon ang matagumpay na nai-delete.' + ) + +); diff --git a/resources/lang/fil/admin/depreciations/table.php b/resources/lang/fil/admin/depreciations/table.php new file mode 100644 index 0000000000..3180b3cab6 --- /dev/null +++ b/resources/lang/fil/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'Ang ID', + 'months' => 'Mga Buwan', + 'term' => 'Ang Termino', + 'title' => 'Ang Pangalan ', + +); diff --git a/resources/lang/fil/admin/groups/message.php b/resources/lang/fil/admin/groups/message.php new file mode 100644 index 0000000000..8ccbe709c0 --- /dev/null +++ b/resources/lang/fil/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Ang grupo ay umiiral na!', + 'group_not_found' => 'Ang grupo [:id] ay hindi umiiral.', + 'group_name_required' => 'Ang pangalan ng field ay kinakailangan', + + 'success' => array( + 'create' => 'Ang grupo ay matagumpay na nalikha.', + 'update' => 'Ang grupo ay matagumpay na nai-update.', + 'delete' => 'Ang grupo ay matagumpay na nai-delete.', + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang grupong ito?', + 'create' => 'Mayroong isyu sa pagsagawa ng grupo. Mangyaring subukang muli.', + 'update' => 'Mayroong isyu sa pag-update sa grupo. Mangyaring subukang muli.', + 'delete' => 'Mayroong isyu sa pag-delete ng grupo. Mangyaring subukang muli.', + ), + +); diff --git a/resources/lang/fil/admin/groups/table.php b/resources/lang/fil/admin/groups/table.php new file mode 100644 index 0000000000..bf29a9d082 --- /dev/null +++ b/resources/lang/fil/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Ang Id', + 'name' => 'Ang Pangalan', + 'users' => '# ng mga Gumagamit', + +); diff --git a/resources/lang/fil/admin/groups/titles.php b/resources/lang/fil/admin/groups/titles.php new file mode 100644 index 0000000000..d577f44f86 --- /dev/null +++ b/resources/lang/fil/admin/groups/titles.php @@ -0,0 +1,14 @@ + 'Ang Tungkol sa mga Grupo', + 'about_groups' => 'Ang mga grupo ay ginagamit para mag-generalize ng mga pahintulot sa gumagamit.', + 'group_management' => 'Ang Pamamahala ng Grupo', + 'create' => 'Magsagawa ng Bagong Grupo', + 'update' => 'I-edit ang Grupo', + 'group_name' => 'Ang Pangalan ng Grupo', + 'group_admin' => 'Ang Admin ng Grupo', + 'allow' => 'Magbigay Pahintulot', + 'deny' => 'Tanggihan', + +); diff --git a/resources/lang/fil/admin/hardware/form.php b/resources/lang/fil/admin/hardware/form.php new file mode 100644 index 0000000000..bc55207d55 --- /dev/null +++ b/resources/lang/fil/admin/hardware/form.php @@ -0,0 +1,44 @@ + 'I-kumperma ang Maramihang Pagdelete ng mga Assets', + 'bulk_delete_help' => 'Surrin ang mga asset para sa maramihing pagdelete sa ibaba. Kapag nai-delete na, ang mga asset na ito ay pwedeng maibalik sa dati, pero hindi na ito maiugnay sa kahit sinong user na nakatalaga nito.', + 'bulk_delete_warn' => 'Ikaw ay mag-delete ng :asset_count na mga asset.', + 'bulk_update' => 'Ang Maramihang Asset na Nai-update', + 'bulk_update_help' => 'Ang form na ito ay nagbibigay sa iyo ng pahintulot para mag-update ng maramihang asset nang sabay-sabay. Lagyan lamang ang mga field na gusto mong baguhin. Anumang mga field na blangko ay mananatiling walang pagbabago. ', + 'bulk_update_warn' => 'Ikaw ay mag-delete ng :asset_count assets.', + 'checkedout_to' => 'I-check Out Sa', + 'checkout_date' => 'Ang Petsa ng Pagcheck-out', + 'checkin_date' => 'Ang Petsa ng Pag-checkin', + 'checkout_to' => 'Mag-check out sa', + 'cost' => 'Ang Halaga ng Pagbili', + 'create' => 'Magsagawa ng Asset', + 'date' => 'Ang Petsa ng Pagbili', + 'depreciation' => 'Ang Depresasyon', + 'depreciates_on' => 'Ma-depreciate Sa', + 'default_location' => 'I-default ang Lakasyon', + 'eol_date' => 'Ang Petsa ng EOL', + 'eol_rate' => 'Ang Halaga ng EOL', + 'expected_checkin' => 'Ang Inaasahang Petsa ng Pag-checkin', + 'expires' => 'Mawalan ng Bisa', + 'fully_depreciated' => 'Ganap nang Na-depreciate', + 'help_checkout' => 'Kung nais mong italaga ang asset na ito sa madaling panahon, piliin ang "Ready to Deploy" mula sa listahan ng katangian sa itaas. ', + 'mac_address' => 'Ang MAC address', + 'manufacturer' => 'Ang Tagapagsagawa', + 'model' => 'Ang modelo', + 'months' => 'mga buwan', + 'name' => 'Ang Pangalan ng Asset', + 'notes' => 'Ang mga Palatandaan', + 'order' => 'Ang Numero ng Order', + 'qr' => 'Ang Code ng QR', + 'requestable' => 'Ang mga gumagamit ay pwedeng mag-rekwest ng asset na ito', + 'select_statustype' => 'Pumili ng Tipo ng Katayuan', + 'serial' => 'Ang Seryal', + 'status' => 'Ang Katayuan', + 'tag' => 'Ang Tag ng Asset', + 'update' => 'Ang Update sa Asset', + 'warranty' => 'Ang Warantiya', + 'warranty_expires' => 'Nag-expire na ang Warantiya', + 'years' => 'mga taon', +) +; diff --git a/resources/lang/fil/admin/hardware/general.php b/resources/lang/fil/admin/hardware/general.php new file mode 100644 index 0000000000..72e27984a8 --- /dev/null +++ b/resources/lang/fil/admin/hardware/general.php @@ -0,0 +1,23 @@ + 'Ang Tungkol sa mga Asset', + 'about_assets_text' => 'Ang mga asset ay mga aytem na sinubaybayan ng serial number o tag ng asset. May mga posiilidad na ito ay mataas na balyu ng mga aytem kung saan tinitingna ang partikular na mga aytem.', + 'archived' => 'Ang Archive', + 'asset' => 'Ang Asset', + 'bulk_checkout' => 'Mag-checkout ng mga Asset sa user', + 'checkin' => 'I-checkin ang Asset', + 'checkout' => 'I-checkout ang Asset', + 'clone' => 'I-clone ang Asset', + 'deployable' => 'Pwedeng mai-deploy', + 'deleted' => 'Ang asset na ito ay nai-delete na. I-klick dito para ibalik sa dati.', + 'edit' => 'I-edit ang Asset', + 'filetype_info' => 'Ang mga pinapayagang uri ng file ay png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, at rar.', + 'model_deleted' => 'Ang model ng mga Asset na ito ay nai-delete na. Dapat mo munang ibalik sa dati ang model bago ibalik sa dati ang Asset.
I-klick dito para ibalik sa dati ang model.', + 'requestable' => 'Pwedeng Ma-rekwest', + 'requested' => 'Ni-rekwest', + 'restore' => 'Ibalik sa dati ang Asset', + 'pending' => 'Hindi pa nasimulan', + 'undeployable' => 'Hindi pwedeng i-deploy', + 'view' => 'Tingnan ang Asset', +); diff --git a/resources/lang/fil/admin/hardware/message.php b/resources/lang/fil/admin/hardware/message.php new file mode 100644 index 0000000000..16297b0d63 --- /dev/null +++ b/resources/lang/fil/admin/hardware/message.php @@ -0,0 +1,83 @@ + 'Babala: Ang asset na ito ay kasalukuyang namarkahan bilang hindi pwedeng mai-deploy.. + Kung nabago na ang katayuang ito, paki-update ng katayuan ng asset.', + 'does_not_exist' => 'Hindi umiiral ang asset.', + 'does_not_exist_or_not_requestable' => 'Magaling na pagsubok. Ang asset na iyon ay hindi umiiral o hindi pwedeng i-rekwest.', + 'assoc_users' => 'Ang asset na ito ay kasalukuyang nai-check out sa isang user at hindi na maaaring mai-delete. Mangyaring suriin muna ang asset, at pagkatapos subukang i-delete muli. ', + + 'create' => array( + 'error' => 'Ang asset ay hindi naisagawa, mangyaring subukang muli. :(', + 'success' => 'Ang asset ay matagumpay na naisagawa. :)' + ), + + 'update' => array( + 'error' => 'Ang asset ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang asset ay matagumpay na nai-update.', + 'nothing_updated' => 'Walang napiling mga fields, kaya walang nai-update.', + ), + + 'restore' => array( + 'error' => 'Ang asset ay hindi naibalik sa dati, mangyaring subukang muli', + 'success' => 'Ang asset ay matagumpay nang naibalik sa dati.' + ), + + 'audit' => array( + 'error' => 'Ang audit ng asset ay hindi nagtagumpay. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-log ang audit ng asset.' + ), + + + 'deletefile' => array( + 'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.', + 'success' => 'Ang file ay matagumpay nang nai-delete.', + ), + + 'upload' => array( + 'error' => 'Ang file(s) ay hindi nai-upload. Mangyaring subukang muli.', + 'success' => 'Ang file(s) ay matagumpay na nai-upload.', + 'nofiles' => 'Hindi ka pumili ng maga files para sa i-upload, o ang file na gusto mong i-upload ay masyadong malaki', + 'invalidfiles' => 'Ang isa o higit sa iyong mga file ay masyadong malaki o isang uri ng file na hindi pinapayagan. Ang mga pinapayagang mga file ay ang png, gif, jpg, doc, docx, pdf, at txt.', + ), + + 'import' => array( + 'error' => 'Ang iilang mga aytem ay hindi nai-import ng tama.', + 'errorDetail' => 'Ang mga sumusunod na mga Aytem ay hindi na-import dahil sa mga error.', + 'success' => "Ang iyong file ay na-import na", + 'file_delete_success' => "Ang iyong file ay matagumpay nang nai-upload", + 'file_delete_error' => "Ang file ay hindi mai-delete", + ), + + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang asset na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng asset. Mangyaring subukang muli.', + 'nothing_updated' => 'Walang napiling mga asset, kaya walang nai-delete.', + 'success' => 'Matagumpay na nai-delete ang asset.' + ), + + 'checkout' => array( + 'error' => 'Ang asset ay hindi nai-check out, mangyaring subukang muli', + 'success' => 'Matagumpay na nai-check out ang asset.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.', + 'not_available' => 'Ang asset ay hindi pwedeng mai-checkout!', + 'no_assets_selected' => 'Dapat kang pumili ng kahit isang asset mula sa listahan' + ), + + 'checkin' => array( + 'error' => 'Ang asset ay hindi nai-check in, mangyaring subukang muli', + 'success' => 'Ang asset ay matagumpay na nai-check in.', + 'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.', + 'already_checked_in' => 'Ang asset ay nai-check in na.', + + ), + + 'requests' => array( + 'error' => 'Ang asset ay hindi nai-rekwest, mangyaring subukang muli', + 'success' => 'Matagumpay na nai-rekwest ang asset.', + 'canceled' => 'Ang rekwest sa pag-checkout ay matagumpay na nakansela' + ) + +); diff --git a/resources/lang/fil/admin/hardware/table.php b/resources/lang/fil/admin/hardware/table.php new file mode 100644 index 0000000000..c932c8eeeb --- /dev/null +++ b/resources/lang/fil/admin/hardware/table.php @@ -0,0 +1,24 @@ + 'Ang Tag ng Asset', + 'asset_model' => 'Ang Modelo', + 'book_value' => 'Ang Balyu', + 'change' => 'Papasok/Palabas', + 'checkout_date' => 'Ang Petsa ng Pagcheck-out', + 'checkoutto' => 'Nai-check Out', + 'diff' => 'Ang Diff', + 'dl_csv' => 'I-download ang CSV', + 'eol' => 'Ang EOL', + 'id' => 'Ang ID', + 'location' => 'Ang Lokasyon', + 'purchase_cost' => 'Ang Presyo', + 'purchase_date' => 'Nabili na', + 'serial' => 'Ang Seryal', + 'status' => 'Ang Katayuan', + 'title' => 'Ang Asset ', + 'image' => 'Ang Imahe ng Device', + 'days_without_acceptance' => 'Ang mga Araw na Walang Pagtanggap' + +); diff --git a/resources/lang/fil/admin/licenses/form.php b/resources/lang/fil/admin/licenses/form.php new file mode 100644 index 0000000000..4c7e23e9e2 --- /dev/null +++ b/resources/lang/fil/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Ang Asset', + 'checkin' => 'I-checkin', + 'create' => 'Magsagawa ng Lisensya', + 'expiration' => 'Ang Petsa ng Pagka-expire', + 'license_key' => 'Ang Key ng Produkto', + 'maintained' => 'Pinapanatili', + 'name' => 'Ang Pangalan ng Software', + 'no_depreciation' => 'Huwag I-depreciate', + 'purchase_order' => 'Ang Numero ng Order ng Pagbili', + 'reassignable' => 'Pwede maitalaga sa iba', + 'remaining_seats' => 'Ang mga natitirang mga Seat', + 'seats' => 'Ang mga seat', + 'termination_date' => 'Ang Petsa ng Pagpatigil', + 'to_email' => 'Ang Lisensya para Makapag-email', + 'to_name' => 'Ang Lisensya para sa Pangalan', + 'update' => 'I-update ang Lisensya', + 'checkout_help' => 'Dapat mong suriin ang isang lisensya na naipalabas sa asset ng hardware o sa isang tao. Pwedeng mong piliin ang dalawa, pero ang may-ari ng asset ay dapat na tumugma sa taong iyong tinitingnan ang asset nai-out sa.' +); diff --git a/resources/lang/fil/admin/licenses/general.php b/resources/lang/fil/admin/licenses/general.php new file mode 100644 index 0000000000..866da0e8cd --- /dev/null +++ b/resources/lang/fil/admin/licenses/general.php @@ -0,0 +1,21 @@ + 'Ang Tungkol sa mga Lisensya', + 'about_licenses' => 'Ang mga lisensya ay ay ginagamit para subaybayan ang software. Mayrron itong tuloy na mga numero ng seats na pwedeng i-check out sa mga indibidwal', + 'checkin' => 'I-checkin ang Lisensya ng Seat', + 'checkout_history' => 'I-checkout ang Kasaysayan', + 'checkout' => 'I-checkout ang Lisensya ng Seat', + 'edit' => 'I-edit ang Lisensya', + 'filetype_info' => 'Ang mga pinapayagang uri ng file ay png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, at rar.', + 'clone' => 'I-clone ang Lisensya', + 'history_for' => 'Ang kasaysayan para sa ', + 'in_out' => 'Papasok/Palabas', + 'info' => 'Ang Impormasyon sa Lisensya', + 'license_seats' => 'Ang Lisensya ng mga Seat', + 'seat' => 'Ang Seat', + 'seats' => 'Ang mga seat', + 'software_licenses' => 'Ang mga Lisenysa ng Software', + 'user' => 'Ang gumagamit', + 'view' => 'Tingnan ang Lisensya', +); diff --git a/resources/lang/fil/admin/licenses/message.php b/resources/lang/fil/admin/licenses/message.php new file mode 100644 index 0000000000..f03a33f672 --- /dev/null +++ b/resources/lang/fil/admin/licenses/message.php @@ -0,0 +1,51 @@ + 'Ang lisensya ay hindi umiiral.', + 'user_does_not_exist' => 'Ang gumagamit ay hindi umiiral.', + 'asset_does_not_exist' => 'Ang asset na sinusubukang mong iugnay sa lisensyang ito ay hindi umiiral.', + 'owner_doesnt_match_asset' => 'Ang asset na sinusubukan nong iugnay sa lisensyang ito ay pag-aari ng isang tao maliban sa taong piniling maitalaga sa dropdown.', + 'assoc_users' => 'Ang lisensyang ito ay kasalukuyang nai-check out sa isang user at hindi maaaring mai-delete. Mangyaring suriin muna na naka in ang lisensya, at pagkatapos subukang i-delete muli. ', + 'select_asset_or_person' => 'Dapat kang pumili ng isang asset o isang user, pero hindi ang dalawa.', + + + 'create' => array( + 'error' => 'Ang lisensya ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang lisensya ay matagumpay na naisagawa.' + ), + + 'deletefile' => array( + 'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.', + 'success' => 'Ang file ay matagumpay nang nai-delete.', + ), + + 'upload' => array( + 'error' => 'Ang file(s) ay hindi nai-upload. Mangyaring subukang muli.', + 'success' => 'Ang file(s) ay matagumpay na nai-upload.', + 'nofiles' => 'Hindi ka pumili ng maga files para sa i-upload, o ang file na gusto mong i-upload ay masyadong malaki', + 'invalidfiles' => 'Ang isa o higit sa iyong mga file ay masyadong malaki o isang uri ng file na hindi pinapayagan. Ang mga pinapayagang mga file ay ang png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + ), + + 'update' => array( + 'error' => 'Ang lisensya ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang lisensya ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang lisensyang ito?', + 'error' => 'Mayroong isyu sa pag-delete ng lisensya. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang lisensya.' + ), + + 'checkout' => array( + 'error' => 'Mayroong isyu sa pag-check out ng lisensya. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-check out ang lisensya' + ), + + 'checkin' => array( + 'error' => 'Mayroong isyu sa pag-check in ng lisensya. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-check in ang lisensya' + ), + +); diff --git a/resources/lang/fil/admin/licenses/table.php b/resources/lang/fil/admin/licenses/table.php new file mode 100644 index 0000000000..5a5ca511f3 --- /dev/null +++ b/resources/lang/fil/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Nakatalaga Sa', + 'checkout' => 'Papasok/Palabas', + 'id' => 'Ang ID', + 'license_email' => 'Ang Lisensya ng Email', + 'license_name' => 'Ang Lisensya Para sa', + 'purchase_date' => 'Ang Petsa ng Pagbili', + 'purchased' => 'Nabili na', + 'seats' => 'Ang mga seat', + 'hardware' => 'Ang Hardware', + 'serial' => 'Ang Seryal', + 'title' => 'Ang Lisensya', + +); diff --git a/resources/lang/fil/admin/locations/message.php b/resources/lang/fil/admin/locations/message.php new file mode 100644 index 0000000000..1ab245958f --- /dev/null +++ b/resources/lang/fil/admin/locations/message.php @@ -0,0 +1,27 @@ + 'Ang lokasyon ay hindi umiiral.', + 'assoc_users' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang user at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga user upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', + 'assoc_assets' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang asset at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga asset upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', + 'assoc_child_loc' => 'Ang lokasyong ito ay kasalukuyang pinagmumulan sa hindi bumaba sa lokasyon isang bata at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga lokasyon upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', + + + 'create' => array( + 'error' => 'Ang lokasyon ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang lokasyon ay matagumpay na naisagawa.' + ), + + 'update' => array( + 'error' => 'Ang lokasyon ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang lokasyon ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang lokasyong ito?', + 'error' => 'Mayroong isyu sa pag-delete ng lokasyon. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang lokasyon.' + ) + +); diff --git a/resources/lang/fil/admin/locations/table.php b/resources/lang/fil/admin/locations/table.php new file mode 100644 index 0000000000..9153274401 --- /dev/null +++ b/resources/lang/fil/admin/locations/table.php @@ -0,0 +1,21 @@ + 'Ang Tungkol sa mga Lokasyon', + 'about_locations' => 'Ang lokasyon ay ginagamit para magsubaybay sa lokasyon ng impormasyon para sa mga gumagamit, mga asset, at iba pang mga aytem', + 'assets_rtd' => 'Ang mga asset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Ang Naktalagang mga Asset', + 'id' => 'Ang ID', + 'city' => 'Ang Siyudad', + 'state' => 'Ang Estado', + 'country' => 'Ang Bansa', + 'create' => 'Magsagawa ng Lokasyon', + 'update' => 'I-update ang Lokasyon', + 'name' => 'Ang Pangalan ng Lokasyon', + 'address' => 'Ang Address', + 'zip' => 'Ang Postal Code', + 'locations' => 'Ang mga Lokasyon', + 'parent' => 'Ang Pinagmulan', + 'currency' => 'Ang Salapi ng Lugar', + 'ldap_ou' => 'Ang LDAP Search OU', + ); diff --git a/resources/lang/fil/admin/manufacturers/message.php b/resources/lang/fil/admin/manufacturers/message.php new file mode 100644 index 0000000000..04c0fcf65d --- /dev/null +++ b/resources/lang/fil/admin/manufacturers/message.php @@ -0,0 +1,29 @@ + 'Ang Tagapagsagawa ay hindi umiiral.', + 'assoc_users' => 'Ang tagapagsagawa ay kasalukuyang naiugnay sa hindi bumaba sa isang modelo at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga modelo upang hindi na mag-reperens sa tagapagsagawang ito at paki-subokang muli. ', + + 'create' => array( + 'error' => 'Ang tagapagsagawa ay hindi nailikha, mangyaring subukang muli.', + 'success' => 'Matagumpay na nailikha ang tagapagsagawa.' + ), + + 'update' => array( + 'error' => 'Ang tagapagsagawa ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Matagumpay na nai-update ang tagapagsagawa.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang tagapagsagawang ito?', + 'error' => 'Mayroong isyu sa pag-delete ng tagapagsagawa. Mangayaring subukang muli.', + 'success' => 'Ang Tagapagsagawa na ito ay matagumpay na nai-delete.' + ) + +); diff --git a/resources/lang/fil/admin/manufacturers/table.php b/resources/lang/fil/admin/manufacturers/table.php new file mode 100644 index 0000000000..9ab1201c1a --- /dev/null +++ b/resources/lang/fil/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'Ang Tungkol sa Tagapagsagawa', + 'about_manufacturers_text' => 'Ang mga Tagapagsagawa ay ang mga kompanyang nagsagawa ng iyong mga asset. Maaari kang mag-imbak ng mga mahalagang impormasyon tungkol sa kontak para sa suporta dito, na maaaring ipakita sa pahina ng mga detalye ng iyong asset.', + 'asset_manufacturers' => 'Ang mga Tagapagsagawa ng Asset', + 'create' => 'Maglikha ng Tagapagsagawa', + 'id' => 'Ang ID', + 'name' => 'Ang Pangalan', + 'support_email' => 'Ang Suportang Email', + 'support_phone' => 'Ang Suporta sa Telepono', + 'support_url' => 'Ang Suportang URL', + 'update' => 'I-update ang Tagapagsagawa', + 'url' => 'Ang URL', + +); diff --git a/resources/lang/fil/admin/models/general.php b/resources/lang/fil/admin/models/general.php new file mode 100644 index 0000000000..bb61533b8b --- /dev/null +++ b/resources/lang/fil/admin/models/general.php @@ -0,0 +1,18 @@ + 'Ang Tungkol sa mga Modelo ng Asset', + 'about_models_text' => 'Ang mga Modelo ng Asset ay isang paraan para i-grupo ang magkakaparehong mga asset. "MBP 2013", "IPhone 6s", atbp.', + 'deleted' => 'Ang modelong ito ay nai-delete na. I-klik dito para maibalik sa dati.', + 'bulk_delete' => 'Ang Maramihang Pag-delete sa mga Modelo ng Asset', + 'bulk_delete_help' => 'Gamitin ang mga checkboxes sa ibaba para i-komperma ang pag-delete sa mga napiling mga modelo ng asset. Ang mga modelo ng asset na mayroong mga asset na nai-ugnay sa mga ito ay hindi pwedeng i-delete hanggang sa ang lahat ng mga asset ay nai-ugnay sa ibat-ibang modelo.', + 'bulk_delete_warn' => 'Ikaw ay mag-delete ng :model_count mga modelo ng asset.', + 'restore' => 'Ibalik sa dati ang Modelo', + 'requestable' => 'Ang mga gumagamit ay pwedeng mag-rekwest ng modelong ito', + 'show_mac_address' => 'Ipakita ang field MAC address sa mga asset ng modelong ito', + 'view_deleted' => 'Tingnan ang mga Nai-delete na', + 'view_models' => 'Tingnan ang mga Modelo', + 'fieldset' => 'Ang Fieldset', + 'no_custom_field' => 'Walang nai-kustom na mga field', + +); diff --git a/resources/lang/fil/admin/models/message.php b/resources/lang/fil/admin/models/message.php new file mode 100644 index 0000000000..b5022bffde --- /dev/null +++ b/resources/lang/fil/admin/models/message.php @@ -0,0 +1,42 @@ + 'Ang modelo ay hindi umiiral.', + 'assoc_users' => 'Ang modelong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga asset at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ', + + + 'create' => array( + 'error' => 'Ang modelo ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang modelo ay matagumpay na naisagawa.', + 'duplicate_set' => 'Ang modelo ng asset na may ganyang pangalan, ang tagapagsagawa at ang modelo ay umiiral na.', + ), + + 'update' => array( + 'error' => 'Ang modelo ay hindi nai-update, mangyaring subukang muli', + 'success' => 'Ang modelo ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang modelo ng asset?', + 'error' => 'Mayroong isyu sa pag-delete ng modelo. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang modelo.' + ), + + 'restore' => array( + 'error' => 'Ang modelo ay hindi naibalik sa dati, mangyaring subukang muli', + 'success' => 'Ang modelo ay matagumpay na naibalik.' + ), + + 'bulkedit' => array( + 'error' => 'Walang nabagong mga field, kaya walang nai-update.', + 'success' => 'Ang mga modelo ay naiupdate na.' + ), + + 'bulkdelete' => array( + 'error' => 'Walang napiling mga model, kaya walang nai-delete.', + 'success' => ':success_count model(s) na-delete na!', + 'success_partial' => ':success_count ang mga modelo ay na-delete na, gayunpaman ::success_count ang mga modelo ay hindi mai-delete dahil sa mayron pa silang asset na naiuugnay sa kanila.' + ), + +); diff --git a/resources/lang/fil/admin/models/table.php b/resources/lang/fil/admin/models/table.php new file mode 100644 index 0000000000..72592e8d86 --- /dev/null +++ b/resources/lang/fil/admin/models/table.php @@ -0,0 +1,17 @@ + 'Magsagawa ng Modelo ng Asset', + 'created_at' => 'Naisagawa sa', + 'eol' => 'Ang EOL', + 'modelnumber' => 'Ang Model No.', + 'name' => 'Ang Pangalan ng Modelo ng Asset', + 'numassets' => 'Ang mga asset', + 'title' => 'Ang mga Modelo ng Asset', + 'update' => 'I-update ang Modelo ng Asset', + 'view' => 'Tingnan ang Modelo ng Asset', + 'update' => 'I-update ang Modelo ng Asset', + 'clone' => 'I-clone ang Modelo', + 'edit' => 'I-edit ang Modelo', +); diff --git a/resources/lang/fil/admin/reports/general.php b/resources/lang/fil/admin/reports/general.php new file mode 100644 index 0000000000..0b7e5a46b5 --- /dev/null +++ b/resources/lang/fil/admin/reports/general.php @@ -0,0 +1,5 @@ + 'Pumili ng opsyon na gusto mo para sa iyong report sa asset.' +); diff --git a/resources/lang/fil/admin/reports/message.php b/resources/lang/fil/admin/reports/message.php new file mode 100644 index 0000000000..da2b5e1978 --- /dev/null +++ b/resources/lang/fil/admin/reports/message.php @@ -0,0 +1,5 @@ + 'Kinakailangan mong pumili ng kahit ISANG opsyon.' +); diff --git a/resources/lang/fil/admin/settings/general.php b/resources/lang/fil/admin/settings/general.php new file mode 100644 index 0000000000..43ded10b4c --- /dev/null +++ b/resources/lang/fil/admin/settings/general.php @@ -0,0 +1,174 @@ + 'Ang Aktibong Direktorya', + 'ad_domain' => 'Ang Aktibong Direktorya ng domain', + 'ad_domain_help' => 'Ito ay minsan kapareho ng iyong email domain, pero hindi permanente.', + 'is_ad' => 'Ito ay isang server ng Aktibong Direktorya', + 'alert_email' => 'Magpadala ng mga alert sa', + 'alerts_enabled' => 'Ang Email Alerts ay Pinagana', + 'alert_interval' => 'Ang Alerts Threshold ay Mag-expire (sa iilang araw)', + 'alert_inv_threshold' => 'Ang Threshold ng Inventory Alert', + 'asset_ids' => 'Ang mga ID ng asset', + 'audit_interval' => 'Ang Pagitan ng Audit', + 'audit_interval_help' => 'Kung ikaw ay kinakailangan na regular na magbilang ng iyomg mga pag-aari, ilagay ang agwat sa buwan.', + 'audit_warning_days' => 'Ang Warning Threshold ng Audit', + 'audit_warning_days_help' => 'Mga ilang araw na makaadvans kami sa pagpaalala sa iyo kapag ang mga asset ay nakasaad na para sa pag-audit?', + 'auto_increment_assets' => 'Magsagawa ng mga ID para sa auto-incrementing na asset', + 'auto_increment_prefix' => 'Ang prefix (opsyonal)', + 'auto_incrementing_help' => 'Paganahin muna ang ID ng auto-incrementing asset para i-set ito', + 'backups' => 'Mga backup', + 'barcode_settings' => 'Ang mga Setting sa Barcode', + 'confirm_purge' => 'I-kumperma ang Pag-purge', + 'confirm_purge_help' => 'I-enter ang tekstong "DELETE" sa kahon sa ibaba para i-purge ang mga nai-delete na mga rekord. Ang aksyon na ito ay hindi na pwedeng maibalik.', + 'custom_css' => 'I-custom ang CSS', + 'custom_css_help' => 'Mag-enter ng kahit anung kustom na mag-override ng CSS na nais mong gamitin. Wag isali ang <style></style> mga tag.', + 'custom_forgot_pass_url' => 'I-custom ang URL ng Pag-reset sa Password', + 'custom_forgot_pass_url_help' => 'Papalitan nito ang built-in ng nakalimutang URL ng password sa skreen ng log-in, kapaki-pakinabang upang magdirekta sa panloob o ang password reset functionality ng LDAP. Ito ay epektibong hindi magpagana ng lokal na gumagamit para sa punsyonalidad sa nakalimutang password.', + 'dashboard_message' => 'Áng Mensahi sa Dashboard', + 'dashboard_message_help' => 'Ang tekstong ito ay lilitaw sa dashboard para sa sinuman na mayroong permiso na tumingin sa dashboard.', + 'default_currency' => 'Ang Default na Currency', + 'default_eula_text' => 'Ang Default na EULA', + 'default_language' => 'Ang Default na Linggwahe', + 'default_eula_help_text' => 'Maaari kang mag-ugnay ng kustom na EULAS sa partikular na mga katergorya ng asset.', + 'display_asset_name' => 'Ipakita ang Pangalan ng Asset', + 'display_checkout_date' => 'Ang Petsa ng Pag-checkout ay Ipakita', + 'display_eol' => 'Ipakita sa table view ang EOL', + 'display_qr' => 'Ang mga Square Codes ay Ipakita', + 'display_alt_barcode' => 'Ipakita ang 1D barcode', + 'barcode_type' => 'Ang Uri ng 2D Barcode', + 'alt_barcode_type' => 'Ang uri ng 1D barcode', + 'eula_settings' => 'Ang mga Setting ng EULA', + 'eula_markdown' => 'Ang EULA na ito ay nagpahintulot ng Github flavored na markdown.', + 'footer_text' => 'Ang Karagdagang Teksto ng Footer ', + 'footer_text_help' => 'Ang tekstong ito ay lilitaw sa kanang bahagsi ng footer. Ang mga links ay pinapayagan gamit ang Github flavored na markdown. Ang biak na mga Linya, mga header, mga imahi, atbp ay maaaring magsaad ng hindi inaasahang mga resulta.', + 'general_settings' => 'Ang Pangakalahatang mga Setting', + 'generate_backup' => 'Magsagawa ng Backup', + 'header_color' => 'Ang Kulay ng Header', + 'info' => 'Ang mga settings na ito ay pwedeng magbigay paalam sa sa iyo na i-customise ng iilang mga speto ng iyong pag-iinstall.', + 'laravel' => 'Ang Laravel na Bersyon', + 'ldap_enabled' => 'Pinagana ang LDAP', + 'ldap_integration' => 'Ang integrasyon ng LDAP', + 'ldap_settings' => 'Ang mga setting ng LDAP', + 'ldap_login_test_help' => 'Mag-enter ng balidong LDAP username at password mula sa binatayang DN na iyong ibinatay sa itaas upang subukan kung ang iyong LDAP login ay maayos na nai-configure. DAPAT MO MUNANG I-SAVE ANG IYONG UPDATED NA MGA SETTING NG LDAP.', + 'ldap_login_sync_help' => 'Ito ay susubok lamang sa LDAP na mag-sync nang maayos. Kapag ang iyong LDAP Authentication query ay hindi tama, ang mga gumagamit ay hindi parin makapag-login. DAPAT MO MUNANG I-SAVE ANG IYONG UPDATED NA MGA SETTING NG LDAP.', + 'ldap_server' => 'Ang Serber ng LDAP', + 'ldap_server_help' => 'Ito ay dapat na magsimula sa ldap:// (para sa hindi naka-encrypt or TLS) o ldaps:// (para sa SSL)', + 'ldap_server_cert' => 'Ang pagpapatibay sa sertipikasyon ng LDAP SSL', + 'ldap_server_cert_ignore' => 'Payagan ang hindi balidong Sertipiko ng SSL', + 'ldap_server_cert_help' => 'Piliin ang checkbox na ito kapag ikay ay gumagamit ng self signed na SSL cert at gutong tumanggap ng hindi balidong sertipiko ng SSL.', + 'ldap_tls' => 'Gumamit ng TLS', + 'ldap_tls_help' => 'Ito ay dapat na mai-check lamang kung ikaw ay nagpapatakbo ng STARTTLS sa iyong serber ng LDAP. ', + 'ldap_uname' => 'Ang Bind Username ng LDAP', + 'ldap_pword' => 'Ang Bind Password ng LDAP', + 'ldap_basedn' => 'Ang Bind DN ng Base', + 'ldap_filter' => 'Ang Filter ng LDAP', + 'ldap_pw_sync' => 'Ang Password Sync ng LDAP', + 'ldap_pw_sync_help' => 'Alisan ng tsek ang kahon kapag hindi mo gustong magpanatili ng mga password sync ng LDAP sa lokal na mga password. Ang hindi pagpapagana nito ay nangangahulugang na ang iyong gumagamit ay maaaring hindi makapag-login kapag ang iyong serber ng LDAP ay hindi maabot sa iilang mga kadahilanan.', + 'ldap_username_field' => 'Ang Field ng Username', + 'ldap_lname_field' => 'Ang Huling Pangalan', + 'ldap_fname_field' => 'Unang Pangalan ng LDAP', + 'ldap_auth_filter_query' => 'Ang Authentication query ng LDAP', + 'ldap_version' => 'Ang Bersyon ng LDAP', + 'ldap_active_flag' => 'Ang Aktibong Flag ng LDAP', + 'ldap_emp_num' => 'Ang Numero ng Empleyado ng LDAP', + 'ldap_email' => 'Ang Email ng LDAP', + 'license' => 'Ang Lisensya ng Software', + 'load_remote_text' => 'Ang Remote ng mga Iskrip', + 'load_remote_help_text' => 'Ang pag-install ng Snipe-IT ay maaaring makapag load ng mga iskrip mula sa labas ng mundo.', + 'login_note' => 'Ang Note sa Pag-login', + 'login_note_help' => 'Opsyonal na maglakip ng iilang mga pangungusap sa iyong skreen, halimbawa upang makapaghatid ng tulong sa mga taong nakakita ng nawawala o ninakaw na device. Ang field na ito ay tumatanggap ng Github flavored na markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', + 'logo' => 'Ang Logo', + 'full_multiple_companies_support_help_text' => 'Pagbabawal sa mga gumagamit (kasama ang mga admin) na nakatalaga sa mga asset ng kanilang kompanya.', + 'full_multiple_companies_support_text' => 'Ang Buong Suporta sa Maramihang Kompanya', + 'show_in_model_list' => 'Ipakita sa Modelo ng mga Dropdowns', + 'optional' => 'opsyonal', + 'per_page' => 'Ang mga Resulta Bawat Pahina', + 'php' => 'Ang Bersyon ng PHP', + 'php_gd_info' => 'Dapat kang mag-install ng php-gd para makapag-pakita ng mga code ng QR, tingnan ang mga batayan sa pag-install.', + 'php_gd_warning' => 'Hindi na-install ang Pagpoproseso ng Imahe ng PHP at plugin ng GD.', + 'pwd_secure_complexity' => 'Ang Pagkakumplikado ng Password', + 'pwd_secure_complexity_help' => 'Pumili sa alin mang patakaran sa pagkakumplikado ng password ang gusto mong ipatupad.', + 'pwd_secure_min' => 'Ang minimum na mga karakter ng password', + 'pwd_secure_min_help' => 'Ang minimum na pinahihintulutang balyu ay 5', + 'pwd_secure_uncommon' => 'Iwasan ang karaniwang mga password', + 'pwd_secure_uncommon_help' => 'Ito ay hindi magpayag sa mga user sa paggamit ng mga karaniwang password na nagmula sa top 10,000 na mga password na nai-report sa mga paglabag.', + 'qr_help' => 'Paganahin muna ang mga Codes ng QR sa pagtakda nito', + 'qr_text' => 'Ang Teksto ng Code ng QR', + 'setting' => 'Mga Setting', + 'settings' => 'Ang mga Setting', + 'show_alerts_in_menu' => 'Ipakita ang mga alert sa itaas ng pagpipilian', + 'show_archived_in_list' => 'Ang mga Asset na Naka-archive', + 'show_archived_in_list_text' => 'Ipakita ang mga asset na naka-archive sa listahan ng "lahat ng mga asset"', + 'site_name' => 'Ang Pangalan ng Site', + 'slack_botname' => 'Ang Slack Botname', + 'slack_channel' => 'Ang Slack Channel', + 'slack_endpoint' => 'Ang Slack Endpoint', + 'slack_integration' => 'Ang mga Setting ng Slack', + 'slack_integration_help' => 'Ang integrasyon ng slack ay opsyonal, gayunpaman ang endpoint at channle ay kinakailangan kung nais mo itong gamitin. Para i-configure ang integrasyon ng Slack, ay kinakailangan mo munangmagsagawa ng papasok na webhook sa iyong account sa Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', + 'snipe_version' => 'Ang bersyon ng Snipe-IT', + 'support_footer' => 'Sumusuporta ng mga Link ng Footer ', + 'support_footer_help' => 'I-specify kung sino ang nakakakita ng mga link sa impormasyon ng Snipe-IT Support at ang mga User Manual', + 'system' => 'Ang Impormasyon ng Sistema', + 'update' => 'Ang mga Setting ay I-update', + 'value' => 'Balyu', + 'brand' => 'Ang Pagkakaroon ng Brand', + 'about_settings_title' => 'Ang Tungkol sa mga Setting', + 'about_settings_text' => 'Ang mga setting na ito ay nagbibigay permiso sa pag-customize ng iilang aspeto sa iyong pag-install.', + 'labels_per_page' => 'Ang mga label ng bawat pahina', + 'label_dimensions' => 'Ang mga dimensyon ng label (pulgada)', + 'next_auto_tag_base' => 'Ang sumusunod na auto-increment', + 'page_padding' => 'Ang mga margin ng pahina (pulgada)', + 'purge' => 'Ang mga Rekords na Nai-delete sa Pag-purge', + 'labels_display_bgutter' => 'Mag-label sa ilalim ng gutter', + 'labels_display_sgutter' => 'Mag-label sa gilid ng gutter', + 'labels_fontsize' => 'Ang sukat ng font ng label', + 'labels_pagewidth' => 'Mag-label sa lapad ng sheet', + 'labels_pageheight' => 'Mag-label sa taas ng sheet', + 'label_gutters' => 'Ang label sa pagitan (pulgada)', + 'page_dimensions' => 'Ang mga dimensyon ng pahina (pulgada)', + 'label_fields' => 'Mag-label sa bisibol na mga fields', + 'inches' => 'pulgada', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'I-link ang Snipe-IT sa mga Email', + 'show_url_in_emails_help_text' => 'I-uncheck ang box na ito kung hindi mo gustong mag-link pabalik sa pag-install ng Snipe-IT sa mga footers ng iyong email. Ito ay kapaki-pakinabang kung karamihan sa iyong mga gumagamit ay kailanman hindi mag-login. ', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Ang maximum na taas ng thumbnail', + 'thumbnail_max_h_help' => 'Ang maximum na taas sa mga pixels na kung saan ang mga thumbnails ay maaaring magpapakita ng view ng mga listahan. Min 25, max 500.', + 'two_factor' => 'Ang Dalawang Factor ng Pag-authenticate', + 'two_factor_secret' => 'Ang Two-Factor na Code', + 'two_factor_enrollment' => 'Ang Two-Factor Enrollment', + 'two_factor_enabled_text' => 'Paganahin ang Dalawang Factor', + 'two_factor_reset' => 'I-reset ang Two-Factor na Sekreto', + 'two_factor_reset_help' => 'Ito ay maaaring magpilit sa mga gumagamit na mag-enroll muli sa kanilang device gamit ang Google Authenticator. Ito ay maaaring kapaki-pakinabang kung ang kanilang na-enroll na device ay nawala o ninakaw. ', + 'two_factor_reset_success' => 'Ang dalawang factor na device ay matagumpay na nai-reset', + 'two_factor_reset_error' => 'Ang pag-reset sa dalawang factor na device ay hindi nagtagumpay', + 'two_factor_enabled_warning' => 'Paganahin ang dalawang factor kapag ito ay kasalukuyang hindi pinagana ay maaari itong maghatid ng madalian na pagpilit na mag-authenticate gamit ang Google Auth sa na-enroll na device. Ikaw ay mayroong abilidad na i-enroll ang iyong device kapag may isa na hindi pa kasalukuyang naka-enroll.', + 'two_factor_enabled_help' => 'Ito ay magpapagana sa two-factor authentication gamit ang Google Authenticator.', + 'two_factor_optional' => 'Selektib (Maaaring paganahin o hindi pagaganahin ng mga gumagamit kung pahihintulutan)', + 'two_factor_required' => 'Kinakailangan para sa lahat ng mga gumagamit', + 'two_factor_disabled' => 'Huwag paganahin', + 'two_factor_enter_code' => 'I-enter ang Two-Factor Code', + 'two_factor_config_complete' => 'I-submit ang Code', + 'two_factor_enabled_edit_not_allowed' => 'Ang iyong tagapangasiwa ay hindi magpapahintulot sa iyo na i-edit ang mga setting na ito.', + 'two_factor_enrollment_text' => "Ang Two factor authentication ay kinakailangan, gayunpaman ang iyong device ay hindi ma na-enroll. Buksan mo ang itong Google Authenticator app at i-scan ang QR code sa ibaba para ma-enroll ang iyong device. Kapag na-enroll na ang device. i-enter ang code sa ibaba", + 'require_accept_signature' => 'Nangangailangan ng Pag-lagda', + 'require_accept_signature_help_text' => 'Sa pagpapagana ng katangian nito ay nangangailangan sa mga gumagamit na pisikal na mag-sign off sa pagtanggap ng isang asset.', + 'left' => 'kaliwa', + 'right' => 'kanan', + 'top' => 'itaas', + 'bottom' => 'ibaba', + 'vertical' => 'bertikal', + 'horizontal' => 'pahalang', + 'zerofill_count' => 'Ang haba ng mga tags ng asset, kabilang ang zerofill', +); diff --git a/resources/lang/fil/admin/settings/message.php b/resources/lang/fil/admin/settings/message.php new file mode 100644 index 0000000000..a8294c4d58 --- /dev/null +++ b/resources/lang/fil/admin/settings/message.php @@ -0,0 +1,22 @@ + array( + 'error' => 'May naganap na error habang nag-update. ', + 'success' => 'Matagumpay na nai-update ang mga setting.' + ), + 'backup' => array( + 'delete_confirm' => 'Sigurado kaba na gusto mong i-delete ang back-up file na ito? Ang aksyong ito ay hindi pwedeng maibalik. ', + 'file_deleted' => 'Ang back-up file ay matagumpay na nai-delete. ', + 'generated' => 'Ang bagong back-up file ay matagumpay na nai-sagawa.', + 'file_not_found' => 'Ang back-up file na iyon ay hindi makita sa serber.', + ), + 'purge' => array( + 'error' => 'Ang error ay nagyari habang nag-purge. ', + 'validation_failed' => 'Ang iyong kompermasyon sa purge ay hindi tama. Mangyaring i-type ang salitang "DELETE" sa confirmation box.', + 'success' => 'Matagumpay na nai-purge ang nai-delete na rekords.' + ), + +); diff --git a/resources/lang/fil/admin/statuslabels/message.php b/resources/lang/fil/admin/statuslabels/message.php new file mode 100644 index 0000000000..215a7b255b --- /dev/null +++ b/resources/lang/fil/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Ang Status Label ay hindi umiiral.', + 'assoc_assets' => 'Ang Status Label na ito ay kasalukuyang nai-ugnay sa hindi bumaba sa isang Asset at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga asset upang hindi na magreperens sa katayuan at paki-subok muli. ', + + + 'create' => array( + 'error' => 'Ang Status Label ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang Status Label ay matagumpay na nai-likha.' + ), + + 'update' => array( + 'error' => 'Ang Status Label ay hindi nai-update, manyaring subukang muli', + 'success' => 'Ang Status Label ay matagumpay na nai-update.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang Status Label na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng Status Label. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang Status Label.' + ), + + 'help' => array( + 'undeployable' => 'Ang mga asset na ito ay hindi maaaring maitalaga sa sinuman.', + 'deployable' => 'Ang asset na ito ay pwedeng mai-check out. Kapag naitalaga na sila, sila ay pwede magpalagay ng meta status ng Nai-deploy.', + 'archived' => 'Ang mga asset na ito ay hindi maaaring mai-check out, at maipakita lamang sa Archived view. Ito ay kapakipakinabang sa pagpapanatili ng impormasyon tungkol sa mga asset para sa budgeting/historic na layunin ngunit ang pagpapanatili nito mula sa pang-araw-araw na listahan ng asset.', + 'pending' => 'Ang mga asset na ito ay hindi maaaring ma-italaga sa sinuman, kadalasang ginagamit para sa mga aytem naipalabas para sa pagkumpuni, ngunit inaasahang magbalik sa sirkulasyon.', + ), + +); diff --git a/resources/lang/fil/admin/statuslabels/table.php b/resources/lang/fil/admin/statuslabels/table.php new file mode 100644 index 0000000000..16f1ec6b14 --- /dev/null +++ b/resources/lang/fil/admin/statuslabels/table.php @@ -0,0 +1,19 @@ + 'Tungkol sa Label ng Katayuan', + 'archived' => 'Nailagay na sa Archive', + 'create' => 'Magsagawa ng Label ng Katayuan', + 'color' => 'Ang Kulay ng Chart', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', + 'deployable' => 'Pwedeng Mai-deploy', + 'info' => 'Ang mga label ng estado o katayuan ay ginagamit sa paglalarawan sa ibat-ibang estado ng iyong mga asset. Ito ay maaaring mailabas para sa pagsasaayos, nawala/ninakaw, atbp. Pwede kang gumawa ng ibang mga label ng estado para ss madaling mai-deploy, hindi natapos at mga na-archive na asset.', + 'name' => 'Ang Pangalan ng Estado', + 'pending' => 'Hindi pa natapos', + 'status_type' => 'Ang Uri ng Katayuan', + 'show_in_nav' => 'Ipakita sa side nav', + 'title' => 'Ang mga Label ng Katayuan', + 'undeployable' => 'Hindi pwedeng i-deploy', + 'update' => 'I-update ang Label ng Katayuan', +); diff --git a/resources/lang/fil/admin/suppliers/message.php b/resources/lang/fil/admin/suppliers/message.php new file mode 100644 index 0000000000..cabaff70c5 --- /dev/null +++ b/resources/lang/fil/admin/suppliers/message.php @@ -0,0 +1,27 @@ + 'Hindi umiiral ang tagapagsuplay.', + + + 'create' => array( + 'error' => 'Ang tagapagsuplay ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Matagumpay na naisagawa nga tagapagsuplay.' + ), + + 'update' => array( + 'error' => 'Hindi nai-update ang tagapagsuplay, mangyaring subukang muli', + 'success' => 'Matagumpay na nai-update ang tagapagsuplay.' + ), + + 'delete' => array( + 'confirm' => 'Sigurado kaba na gusto mong i-delete ang tagapagsuplay na ito?', + 'error' => 'Mayroong isyu sa pag-delete ng tagapagsuplay. Mangyaring subukang muli.', + 'success' => 'Matagumpay na nai-delete ang tagapagsuplay.', + 'assoc_assets' => 'Ang tagapagsuplay ay kasalukuyang naiugnay sa :asset_count asset(s) at hindi maaaring mai-delete. Manyaring i-update ang iyong mga asset upang hindi na magreperens sa tagapagsuplay na ito at pakisubok muli. ', + 'assoc_licenses' => 'Ang tagapagsuplay ay kasalukuyang naiugnay sa :licenses_count licences(s) at hindi maaaring mai-delete. Manyaring i-update ang iyong mga lisensya upang hindi na magreperens sa tagapagsuplay na ito at pakisubok muli. ', + 'assoc_maintenances' => 'Ang tagapagsuplay ay kasalukuyang naiugnay sa :asset_maintenances_count asset maintenances(s) at hindi maaaring mai-delete. Manyaring i-update ang iyong asset maintenances upang hindi na magreperens sa tagapagsuplay na ito at pakisubok muli. ', + ) + +); diff --git a/resources/lang/fil/admin/suppliers/table.php b/resources/lang/fil/admin/suppliers/table.php new file mode 100644 index 0000000000..0661ddc4b5 --- /dev/null +++ b/resources/lang/fil/admin/suppliers/table.php @@ -0,0 +1,27 @@ + 'Ang Tungkol sa Tagapagsuplay', + 'about_suppliers_text' => 'Ang mga tagapagsuplay ay may kakayahang magsubabay sa pinagmulan ng mga aytem', + 'address' => 'Ang Address ng Tagapagsuplay', + 'assets' => 'Ang mga Asset', + 'city' => 'Ang Siyudad', + 'contact' => 'Ang Pangalan ng Kontak', + 'country' => 'Ang Bansa', + 'create' => 'Magsagawa ng Tagapagsuplay', + 'email' => 'Ang Email', + 'fax' => 'Fax', + 'id' => 'Ang ID', + 'licenses' => 'Ang mga Lisensya', + 'name' => 'Ang Pangalan ng Tagapagsuplay', + 'notes' => 'Ang mga Palatandaan', + 'phone' => 'Ang Telepono', + 'state' => 'Ang Estado', + 'suppliers' => 'Ang mga Tagapagsuplay', + 'update' => 'I-update ang Tagapagsuplay', + 'url' => 'Ang URL', + 'view' => 'Tingnan ang Tagapagsuplay', + 'view_assets_for' => 'Tingnan ang mga Asset para sa', + 'zip' => 'Ang Postal Code', + +); diff --git a/resources/lang/fil/admin/users/general.php b/resources/lang/fil/admin/users/general.php new file mode 100644 index 0000000000..5cebc38e58 --- /dev/null +++ b/resources/lang/fil/admin/users/general.php @@ -0,0 +1,26 @@ + 'Ang mga asset na nakatalaga sa :name', + 'bulk_update_warn' => 'Ikaw ay mag-edit ng mga katangian ng :user_count mga gumagamit. Mangyaring tandaan na hindi mo maaaring mabago ang iyong sariling user attributes gamit ang form na ito, at kinakailangang magsagawa ng pag-edit sa iyong sariling user nang mag-isa.', + 'bulk_update_help' => 'Ang form na ito ay nagbibigay sa iyo ng pahintulot para mag-update ng maramihang gumagamit ng isang beses. Lagyan lamang ang mga field na gusto mong baguhin. Anumang mga field na blangko ay mananatiling walang pagbabago.', + 'current_assets' => 'Ang assets ay kasalukuyang nai-check out sa gumagamit na ito', + 'clone' => 'I-clone ang User', + 'contact_user' => 'Kontak :name', + 'edit' => 'I-edit ang Gumamit', + 'filetype_info' => 'Ang mga pinapayagang uri ng file ay png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, at rar.', + 'history_user' => 'Ang kasaysayan para sa :name', + 'info' => 'Impormasyon', + 'restore_user' => 'I-klik dito upang maibalik ang mga ito.', + 'last_login' => 'Ang Huling Pag-login', + 'ldap_config_text' => 'Pwedeng makita ang configuration settings ng LDAP Admin > Settings. Ang (opsyonal) napiling lokasyon ay itatakda para sa lahat ng mga na-import na mga gumagamit o user.', + 'print_assigned' => 'I-print ang Lahat ng Nakatalaga', + 'software_user' => 'Ang Software ay Nai-check out sa :name', + 'view_user' => 'Tingnan ang User :name', + 'usercsv' => 'Ang CSV file', + 'two_factor_admin_optin_help' => 'Ang iyong kasalukuyang mga admin settings ay napapahintulot ng selektibong pagpapatupad ng two-factor authentication. ', + 'two_factor_enrolled' => 'Ang Na-enroll na 2FA Device ', + 'two_factor_active' => 'Ang 2FA Active ', + ); diff --git a/resources/lang/fil/admin/users/message.php b/resources/lang/fil/admin/users/message.php new file mode 100644 index 0000000000..1bbf8a3cd3 --- /dev/null +++ b/resources/lang/fil/admin/users/message.php @@ -0,0 +1,60 @@ + 'Matagumpay mong natanggap ang asset na ito.', + 'declined' => 'Matagumpay mong hindi tinaggap ang asset na ito.', + 'bulk_manager_warn' => 'Ang iyong mga user ay matagumpay nang nai-update, subalit ang iyong manager entry ay hindi nai-save dahil ang manager na iyong pinili ay kabilang sa listahan ng user na kailangang i-edit, at ang mga user ay maaaring wala sa sarili nilang pamamahala. Mangyaring pumiling muli ng iyong user, hindi kasama ang manager.', + 'user_exists' => 'Ang user ay umiiral na!', + 'user_not_found' => 'Ang User [:id] hindi umiiral.', + 'user_login_required' => 'Ang field ng login ay kinakailangan', + 'user_password_required' => 'Ang password ay kinakailangan.', + 'insufficient_permissions' => 'Hindi sapat na mga pahintulot.', + 'user_deleted_warning' => 'Ang user na ito ay nai-delete na. Kailangang ibalik ang user na ito upang i-edit o mag-assign ng bagong mga asset.', + 'ldap_not_configured' => 'Ang integrasyon ng LDAP ay hindi nai-configure sa pag-install na ito.', + + + 'success' => array( + 'create' => 'Ang user ay matagumpay na nalikha.', + 'update' => 'Ang user ay matagumpay na nai-update.', + 'update_bulk' => 'Ang mga user ay matagumpay nai-update!', + 'delete' => 'Ang user ay matagumpay na nai-delete.', + 'ban' => 'Ang user ay matagumpay na nai-ban.', + 'unban' => 'Ang user ay matagumpay na nai-unban.', + 'suspend' => 'Ang user ay matagumpay na nasuspende.', + 'unsuspend' => 'Ang user ay matagumpay na hindi na sinuspende.', + 'restored' => 'Ang user ay matagumpay na naibalik sa dati.', + 'import' => 'Ang mga user ay matagumpay nang na-import.', + ), + + 'error' => array( + 'create' => 'Mayroong isyu sa pagsagawa ng user. Mangyaring subukang muli.', + 'update' => 'Mayroong isyu sa pag-update sa user. Mangyaring subukang muli.', + 'delete' => 'Mayroong isyu sa pag-delete ng user. Mangyaring subukang muli.', + 'delete_has_assets' => 'Ang user na ito any may mga aytem na nai-assign at hindi maaring i-delete.', + 'unsuspend' => 'Mayroong isyu sa pagtanggal ng suspenso sa user. Mangyaring subukang muli.', + 'import' => 'Mayroong isyu sa pag-import ng mga user. Mangyaring subukang muli.', + 'asset_already_accepted' => 'Ang asset na ito ay tinanggap na.', + 'accept_or_decline' => 'Dapat mong tanggapin o kaya tanggihan ang asset na ito.', + 'incorrect_user_accepted' => 'Ang asset na tinangka mong tanggapin ay hindi nai-check out sa iyo.', + 'ldap_could_not_connect' => 'Hindi maka-konekta sa serber ng LDAP. Mangyaring surrin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file.
May error mula sa Serber ng LDAP:', + 'ldap_could_not_bind' => 'Hindi makapah-bind sa serber ng LDAP. Mangyaring suriin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file.
may error mula sa Serber ng LDAP: + ', + 'ldap_could_not_search' => 'Hindi makapaghanap ng serber ng LDAP. Mangyaring suriin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file.
may error mula sa Serber ng LDAP:', + 'ldap_could_not_get_entries' => 'Hindi makakuha ng entry mula sa serber ng LDAP. Mangyaring surrin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file.
May-error mula sa Serber ng LDAP:', + 'password_ldap' => 'Ang password sa account na ito ay pinamahalaan ng LDAP/Actibong Direktorya. Mangyaring komontak sa iyong IT department para baguhin ang iyong password. ', + ), + + 'deletefile' => array( + 'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.', + 'success' => 'Ang file ay matagumpay nang nai-delete.', + ), + + 'upload' => array( + 'error' => 'Ang file(s) ay hindi nai-upload. Mangyaring subukang muli.', + 'success' => 'Ang file(s) ay matagumpay na nai-upload.', + 'nofiles' => 'Hindi ka pumili ng kahit anong mga file para i-upload', + 'invalidfiles' => 'Ang isa o higit sa iyong mga file ay masyadong malaki o isang uri ng file na hindi pinapayagan. Ang mga pinapayagang mga file ay ang png, gif, jpg, doc, docx, pdf, at txt.', + ), + +); diff --git a/resources/lang/fil/admin/users/table.php b/resources/lang/fil/admin/users/table.php new file mode 100644 index 0000000000..4d7467222c --- /dev/null +++ b/resources/lang/fil/admin/users/table.php @@ -0,0 +1,38 @@ + 'Aktibo', + 'allow' => 'Pahintulutan', + 'checkedout' => 'Ang mga asset', + 'created_at' => 'Naisagawa', + 'createuser' => 'Magsagawa ng User', + 'deny' => 'Tanggihan', + 'email' => 'Email', + 'employee_num' => 'Ang Numero ng Empleyado.', + 'first_name' => 'Ang Unang Pangalan', + 'groupnotes' => 'Pumili ng grupo para mag-talaga ng user, tandaan na ang user ay may mga permiso sa grupo kung saan sila ay naka-assign.', + 'id' => 'Ang Id', + 'inherit' => 'Minana', + 'job' => 'Ang Titulo sa Trabaho', + 'last_login' => 'Ang Huling Pag-login', + 'last_name' => 'Ang Huling Pangalan', + 'location' => 'Ang Lokasyon', + 'lock_passwords' => 'Ang mga detalye ng login hindi pwedeng mababago sa pag-install na ito.', + 'manager' => 'Namamahala', + 'managed_locations' => 'Ang Pinamahalaang mga Lokasyon', + 'name' => 'Pangalan', + 'notes' => 'Ang mga Paalala', + 'password_confirm' => 'I-komperma ang Password', + 'password' => 'Ang Password', + 'phone' => 'Ang Telepono', + 'show_current' => 'Ipakita ang Kasalukuyang mga User', + 'show_deleted' => 'Ipakita ang Nai-delete na mga User', + 'title' => 'Ang Pamagat', + 'to_restore_them' => 'upang ibalik sa dati.', + 'updateuser' => 'I-update ang User', + 'username' => 'Ang pangalan ng gumagamit', + 'user_deleted_text' => 'Ang user na ito ay namarkahang nai-delete na.', + 'username_note' => '(Ito ay ginagamit para sa Aktibong binding ng Direktorya lamang, hindi sa login.)', + 'cloneuser' => 'I-clone ang User', + 'viewusers' => 'Tingnan ang mga Gumagamit', +); diff --git a/resources/lang/fil/auth/general.php b/resources/lang/fil/auth/general.php new file mode 100644 index 0000000000..146b80bf9f --- /dev/null +++ b/resources/lang/fil/auth/general.php @@ -0,0 +1,12 @@ + 'I-send ang Link para sa Pag-reset ng Password', + 'email_reset_password' => 'Mag-email ng Password Reset', + 'reset_password' => 'I-reset ang Password', + 'login' => 'Mag-login', + 'login_prompt' => 'Paki-login', + 'forgot_password' => 'Nakalimutan ko ang aking password', + 'remember_me' => 'Tandaan ako', + ]; + diff --git a/resources/lang/fil/auth/message.php b/resources/lang/fil/auth/message.php new file mode 100644 index 0000000000..d128cb6a6b --- /dev/null +++ b/resources/lang/fil/auth/message.php @@ -0,0 +1,37 @@ + 'Ang account na may ganitong email ay umiiral na.', + 'account_not_found' => 'Ang pangalan ng gumagamit o password ay hindi wasto.', + 'account_not_activated' => 'Hindi napagana ang account ng user na ito.', + 'account_suspended' => 'Ang account ng user na ito ay suspendido.', + 'account_banned' => 'Ang account ng user na ito ay nai-ban.', + 'throttle' => 'Sobrang daming pagtangka sa pag-login na nabigo. Mangyaring subukang muli sa iilang minuto:mga minuto.', + + 'signin' => array( + 'error' => 'Maayroong problema habang sunusubukang i-login ka, mangyaring subukang muli.', + 'success' => 'Ikaw ay matagumay na naka-log in.', + ), + + 'signup' => array( + 'error' => 'Mayoong problema habang sinusubukang isagawa ang iyong account, mangyaring subukang muli.', + 'success' => 'Matagumpay na naisagawa ang account.', + ), + + 'forgot-password' => array( + 'error' => 'Mayroong problema habang sinusubukang kunin ang code sa pag-reset ng password, mangyaring subukang muli.', + 'success' => 'Matagumpay na naipasa ang email para sa pag-recover ng password.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'Mayroong problema habang sunusubukang i-reset ang iyong password, mangyaring subukang muli.', + 'success' => 'Ang iyong password ay nai-reset na.', + ), + + 'activate' => array( + 'error' => 'Mayroong problema habang sinusubukang paganahin ang iyong account, mangyaring subukang muli.', + 'success' => 'Matagumpay na napagana ang iyong account.', + ), + +); diff --git a/resources/lang/fil/button.php b/resources/lang/fil/button.php new file mode 100644 index 0000000000..0c681b2e9b --- /dev/null +++ b/resources/lang/fil/button.php @@ -0,0 +1,15 @@ + 'Ang mga aksyon', + 'add' => 'Magdagdag ng bago', + 'cancel' => 'I-kansela', + 'checkin_and_delete' => 'Mag-chekin at I-delete ang User', + 'delete' => 'I-delete', + 'edit' => 'I-edit', + 'restore' => 'Ibalik sa dati', + 'request' => 'Mga Rekwest', + 'submit' => 'I-sumita', + 'upload' => 'I-upload', + 'select_file' => 'Pumili ng File...', +); diff --git a/resources/lang/fil/general.php b/resources/lang/fil/general.php new file mode 100644 index 0000000000..b7f6ec0917 --- /dev/null +++ b/resources/lang/fil/general.php @@ -0,0 +1,218 @@ + 'Mga Aksesorya', + 'activated' => 'Pinagana', + 'accessory' => 'Ang Aksesorya', + 'accessory_report' => 'Ang Ulat sa Aksesorya', + 'action' => 'Aksyon', + 'activity_report' => 'Ang Ulat sa Aktibidad', + 'address' => 'Ang Address', + 'admin' => 'Ang admin', + 'add_seats' => 'Mga upuang naidagdag', + 'all_assets' => 'Ang Lahat ng mga Assets', + 'all' => 'Ang Lahat', + 'archived' => 'Ang Archive', + 'asset_models' => 'Ang mga Model ng Asset', + 'asset_model' => 'Ang modelo', + 'asset' => 'Ang Asset', + 'asset_report' => 'Ang Report ng Asset', + 'asset_tag' => 'Ang Tag ng Asset', + 'assets_available' => 'ang pwedeng magamit na mga asset', + 'audit' => 'Ang Audit', + 'audit_report' => 'Ang Log ng Audit', + 'assets' => 'Ang mga Assets', + 'avatar_delete' => 'I-delete ang Avatar', + 'avatar_upload' => 'I-upload ang Avatar', + 'back' => 'Bumalik', + 'bad_data' => 'Walang nahahanap. Siguro may masamang mga datus?', + 'bulkaudit' => 'Ang Bulk Audit', + 'bulkaudit_status' => 'Ang Estado ng Audit', + 'bulk_checkout' => 'Ang Bulk Checkout', + 'cancel' => 'I-kansela', + 'categories' => 'Mga kategorya', + 'category' => 'Ang kategorya', + 'change' => 'Papasok/Palabas', + 'changeemail' => 'Baguhin ang Email Address', + 'changepassword' => 'Baguhin ang Password', + 'checkin' => 'I-checkin', + 'checkin_from' => 'Nag-checkin mula sa', + 'checkout' => 'Nag-checkout', + 'city' => 'Siyudad', + 'click_here' => 'Mag-klik dito', + 'clear_selection' => 'I-clear ang Seleksyon', + 'companies' => 'Ang mga kompanya', + 'company' => 'Ang kompanya', + 'component' => 'Ang Komponent', + 'components' => 'Ang mga komponent', + 'complete' => 'Nakompleto na', + 'consumable' => 'Pwedeng Ikonsumo', + 'consumables' => 'Mga pwedeng ikonsumo', + 'country' => 'Ang Bansa', + 'create' => 'Magsagawa ng Bago', + 'created' => 'Ang Naisagawang Aytem', + 'created_asset' => 'ang naisagawang asset', + 'created_at' => 'Naisagawa sa', + 'updated_at' => 'Na-update sa', + 'currency' => '$', // this is deprecated + 'current' => 'Ang kasalukuyan', + 'custom_report' => 'I-kustom ang Report ng Asset', + 'dashboard' => 'Ang Dashboard', + 'days' => 'mga araw', + 'days_to_next_audit' => 'Mga Araw para sa Sumusunod na Audit', + 'date' => 'Ang Petsa', + 'debug_warning' => 'Babala!', + 'debug_warning_text' => 'Ang applilasyon na ito ay tumatakbo sa produksyon na may pagpapagana sa pag-debug. ito ay ma-expose sa sensitibong datus kapag ang iyong aplikasyon ay madaling ma-akses sa labas ng mundo. Huwag paganahin ang debug mode sa pamamagitan pag-set sa APP_DEBUG balyu ng iyong .env file sa false.', + 'delete' => 'I-delete', + 'deleted' => 'Nai-delete na', + 'delete_seats' => 'Ang Nai-delete na mga Seats', + 'departments' => 'Ang mga Departamento', + 'department' => 'Ang Departmento', + 'deployed' => 'Itinalaga', + 'depreciation_report' => 'Ang Report ng Derpresasyon', + 'details' => 'Ang mga detalye', + 'download' => 'I-download', + 'depreciation' => 'Ang Depresasyon', + 'editprofile' => 'I-edit ang Iyong Propayl', + 'eol' => 'Ang EOL', + 'email_domain' => 'Ang Dominyo ng Email', + 'email_format' => 'Ang Pormat ng Email', + 'email_domain_help' => 'Ito ay ginagamit para makapagsagawa ng email address kapag mag-import', + 'filastname_format' => 'Ang Unang Inisyal Huling Pangalan (jsmith@example.com)', + 'firstname_lastname_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', + 'first' => 'Una', + 'first_name' => 'Ang Unang Pangalan', + 'first_name_format' => 'Ang Unang Pangalan (jane@example.com)', + 'files' => 'Ang mga file', + 'file_name' => 'Ang File', + 'file_uploads' => 'Ang mga upload na File', + 'generate' => 'Isagawa', + 'github_markdown' => 'Ang field na ito ay tumatanggap ng Github flavored na markdown.', + 'groups' => 'Ang mga grupo', + 'gravatar_email' => 'Ang Gravatar na Email Address', + 'history' => 'Kasaysayan', + 'history_for' => 'Ang kasaysayan para sa', + 'id' => 'Ang ID', + 'image' => 'Ang Imahe', + 'image_delete' => 'I-delete ang Imahe', + 'image_upload' => 'I-upload ang Imahe', + 'image_filetypes_help' => 'Ang tinanggap na uri ng file ay jpg, png, gif, at svg. Pinapayagan ang pag-upload ng max na laki : laki.', + 'import' => 'I-import', + 'import-history' => 'I-import ang Kasaysayan', + 'asset_maintenance' => 'Ang Pagpapanatili ng Asset', + 'asset_maintenance_report' => 'Ang Report sa Pagpapanatili ng Asset', + 'asset_maintenances' => 'Ang mga Pagpapanatili sa Asset', + 'item' => 'Aytem', + 'insufficient_permissions' => 'Hindi sapat na mha pahintulot!', + 'language' => 'Lengguwahe', + 'last' => 'Huli', + 'last_login' => 'Ang Huling Pag-login', + 'last_name' => 'Ang Huling Pangalan', + 'license' => 'Ang Lisensya', + 'license_report' => 'Ang Report ng Lisensya', + 'licenses_available' => 'ang pwedeng magamit na mga lisensya', + 'licenses' => 'Ang mga lisensya', + 'list_all' => 'Ilista ang Lahat', + 'loading' => 'Naglo-load', + 'lock_passwords' => 'Ang field na ito ay hindi ma-edit sa intallation na ito.', + 'feature_disabled' => 'Ang katangiang ito ay hindi na pinagana sa demo ng pag-install.', + 'location' => 'Ang Lokasyon', + 'locations' => 'Ang mga Lokasyon', + 'logout' => 'Mag-logout', + 'lookup_by_tag' => 'Maghanap sa pamamagitan ng Asset Tag', + 'maintenances' => 'Ang mga Pagpapanatili', + 'manufacturer' => 'Ang Tagapagsagawa', + 'manufacturers' => 'Ang mga Tagapagsagawa', + 'markdown' => 'Ang field na ito ay nagpapahintulot sa iyo na Github flavored na markdown.', + 'min_amt' => 'Ang Min. QTY', + 'min_amt_help' => 'Ang pinakamababang bilang ng mga aytem na pwedeng magamit bago mag-trigger ang alert.', + 'model_no' => 'Ang Model No.', + 'months' => 'mga buwan', + 'moreinfo' => 'Karagdagang Impormasyon', + 'name' => 'Pangalan', + 'next' => 'Susunod', + 'next_audit_date' => 'Ang Susunod na Petsa ng Pag-audit', + 'last_audit' => 'Ang Huling Pag-audit', + 'new' => 'bago!', + 'no_depreciation' => 'Walang Depresasyon', + 'no_results' => 'Walang mga Resulta.', + 'no' => 'Hindi', + 'notes' => 'Ang mga Paalala', + 'order_number' => 'Ang Numero ng Pagkakasunod-sunod', + 'page_menu' => 'Ipinapakita_MENU_mga aytem', + 'pagination_info' => 'Ipinapakita _SIMULA_ hanggang _HULI_ ng_KABUUANG_ mga aytem', + 'pending' => 'Hindi pa nasimulan', + 'people' => 'Mga Tao', + 'per_page' => 'Ang mga Resulta Bawat Pahina', + 'previous' => 'Ang Nakaraan', + 'processing' => 'Pinoproseso', + 'profile' => 'Ang iyong propayl', + 'purchase_cost' => 'Ang Halaga ng Pagbili', + 'purchase_date' => 'Ang Petsa ng Pagbili', + 'qty' => 'Ang QTY', + 'quantity' => 'Ang Dami', + 'ready_to_deploy' => 'Handa nang I-deploy', + 'recent_activity' => 'Ang Kasalukuyang Aktibidad', + 'remove_company' => 'Tanggalin ang Assosasyon ng Kompanya', + 'reports' => 'Mga Ulat', + 'restored' => 'ibinalik sa dati', + 'requested' => 'Ang Nirekwest', + 'request_canceled' => 'Ang mga Rekwest ay Nakansela', + 'save' => 'I-save', + 'select' => 'Pumili', + 'search' => 'Maghanap', + 'select_category' => 'Pumili ng Kategorya', + 'select_department' => 'Pumili ng Departamento', + 'select_depreciation' => 'Pumili ng Tipo ng Depresasyon', + 'select_location' => 'Pumili ng Lokasyon', + 'select_manufacturer' => 'Pumili ng Tagapagsagawa', + 'select_model' => 'Pumili ng Modelo', + 'select_supplier' => 'Pumili ng Tagapagsuplay', + 'select_user' => 'Pumili ng User', + 'select_date' => 'Pumili ng Petsa (YYYY-MM-DD)', + 'select_statuslabel' => 'Pumuli ng Katayuan', + 'select_company' => 'Pumili ng Kompanya', + 'select_asset' => 'Pumili ng mga Asset', + 'settings' => 'Ang mga setting', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', + 'sign_in' => 'Mag Sign in', + 'signature' => 'Ang Lagda', + 'skin' => 'Skin', + 'some_features_disabled' => 'DEMO MODE: Ang iilang mga katangian ay na-disable para sa pag-install na ito.', + 'site_name' => 'Ang Pangalan ng Site', + 'state' => 'Ang Estado', + 'status_labels' => 'Ang mga Label ng Katayuan', + 'status' => 'Ang Katayuan', + 'supplier' => 'Ang Tagapagsuplay', + 'suppliers' => 'Ang mga Tagapagsuplay', + 'sure_to_delete' => 'Sigurado kaba na gusto mong i-delete', + 'submit' => 'I-sumita', + 'target' => 'Ang Punterya', + 'time_and_date_display' => 'Ang Pagpapakita sa Oras at Petsa', + 'total_assets' => 'ang kabuuang mga asset', + 'total_licenses' => 'ang kabuuang mga lisensya', + 'total_accessories' => 'ang kabuuang mga aksesorya', + 'total_consumables' => 'ang kabuuang mga consumable', + 'type' => 'Ang Tipo', + 'undeployable' => 'Hindi pwedeng i-depoy', + 'unknown_admin' => 'Hindi matukoy na Admin', + 'username_format' => 'Ang Pormat sa Pangalan ng Gumagamit', + 'update' => 'I-update', + 'uploaded' => 'Nai-upload', + 'user' => 'Ang gumagamit', + 'accepted' => 'tinanggap na', + 'declined' => 'tinanggihan', + 'unaccepted_asset_report' => 'Hindi tinanggap na mga Asset', + 'users' => 'Ang mga gumagamit', + 'viewassets' => 'Tingna ang mga Assets na Naka-assign', + 'website' => 'Ang Webiste', + 'welcome' => 'Maligayang pagdating, :name', + 'years' => 'mga taon', + 'yes' => 'Oo', + 'zip' => 'Zip', + 'noimage' => 'Walang imahe na nai-upload o walang nakitang imahe.', + 'token_expired' => 'Ang iyong sesyon ng form ay na-expire na. Mangyaring subukang muli.', + ]; diff --git a/resources/lang/fil/mail.php b/resources/lang/fil/mail.php new file mode 100644 index 0000000000..136914d7fe --- /dev/null +++ b/resources/lang/fil/mail.php @@ -0,0 +1,73 @@ + 'Ang gumagamit o user ay nag-kansela ng rekwest na aytem sa website', + 'a_user_requested' => 'Ang gumagamit ay nag-rekwest ng aytem sa website', + 'accessory_name' => 'Ang Pangalan ng Aksesorya:', + 'additional_notes' => 'Ang mga Karagdagang mga Lista:', + 'admin_has_created' => 'Ang tagapangasiwa ay nakapagsagawa ng isang account para sa iyo sa :web website.', + 'asset' => 'Ang Asset:', + 'asset_name' => 'Ang Pangalan ng Asset:', + 'asset_requested' => 'Ang nirekwest na asset', + 'asset_tag' => 'Ang Tag ng Asset:', + 'assets_warrantee_expiring' => '{1} ang asset na may warantiya na ma-expire sa sumusunod na 60 na mga araw.|[2,Inf] mga asset na may mga warantiya + ma-expire sa sumusunod na 60 na mga araw.', + 'assigned_to' => 'Nakatalaga Sa', + 'best_regards' => 'Lubos na bumabati,', + 'canceled' => 'Nakansela:', + 'checkin_date' => 'Ang Petsa ng Pag-checkin:', + 'checkout_date' => 'Ang Petsa ng Pag-checkout:', + 'click_to_confirm' => 'Paki-klik sa mga sumusunod na link para i-komperma ang iyong :web account:', + 'click_on_the_link_accessory' => 'Paki-klik sa link na nasa ibaba para i-komperma na ikaw ay nakakatanggap ng aksesorya.', + 'click_on_the_link_asset' => 'Paki-klik sa link na nasa ibaba para i-komperma na ikaw ay nakakatanggap ng asset.', + 'Confirm_Asset_Checkin' => 'I-komperma ang Pag-checkin ng Asset.', + 'Confirm_Accessory_Checkin' => 'I-komperma ang Pag-checkin ng Aksesorya.', + 'Confirm_accessory_delivery' => 'I-komperma ang paghahatid ng aksesorya.', + 'Confirm_asset_delivery' => 'I-komperma ang paghahatid ng asset.', + 'Confirm_consumable_delivery' => 'I-komperma ang paghahatid ng consumable.', + 'current_QTY' => 'Ang kasalukuyang QTY', + 'Days' => 'Mga araw', + 'days' => 'Mga araw', + 'expecting_checkin_date' => 'Ang Inaasahang Petsa ng Pag-checkin:', + 'expires' => 'Mawalang bisa', + 'Expiring_Assets_Report' => 'Ang Pa-expire na Report sa mga Asset.', + 'Expiring_Licenses_Report' => 'Ang Pa-expire na Report sa mga Lisensya.', + 'hello' => 'Kumusta', + 'hi' => 'Kumusta', + 'i_have_read' => 'Ako ay nakabasa ay sumasang-ayon sa mga tuntunin ng paggamit, at ang aytem na ito ay aking tinatanggap.', + 'item' => 'Aytem:', + 'items_below_minimum' => '{1} ang aytem na mababa sa minimum na imbentaryo o malapit nang maging mababa.|[2,Inf] ang mga aytem na mababa sa minimum na + imbentaryo o malapit nang maging mababa.', + 'Item_Request_Canceled' => 'Ang Rekwest na Aytem ay Nakansela', + 'Item_Requested' => 'Ang Nirekwest na Aytem', + 'licenses_expiring' => '{1} ang lisensya ay mawalan ng bisa sa sumusunod na 60 araw.|[2,Inf] ang lisensya ay mawalan ng bisa sa sumusunod na 60 araw.', + 'link_to_update_password' => 'Paki-klik sa mga sumusunod na link para makapag-update sa iyong :web password:', + 'login_first_admin' => 'Mag-login sa iyong bagong pag-install ng Snipe-IT gamit ang mga kredensyal sa ibaba:', + 'login' => 'Mag-login:', + 'Low_Inventory_Report' => 'Ang Mababang Report ng Imbentaryo', + 'min_QTY' => 'Ang Min QTY', + 'name' => 'Ang Pangalan', + 'new_item_checked' => 'Ang bagong aytem na nai-check out sa ilalim ng iyong pangalan, ang mga detalye ay nasa ibaba.', + 'password' => 'Ang Password:', + 'password_reset' => 'Ang Pagbago ng Password', + + 'read_the_terms' => 'Paki-basa sa mga tuntunin ng paggamit sa ibaba.', + 'read_the_terms_and_click' => 'Paki-basa sa mga tuntunin ng paggamit sa ibaba, at i-klik ang link sa ibaba para mag-komperma na ikaw ay bumasa at sumasang-ayon sa mga tuntunin ng paggamit, at pagtanggap ng asset.', + 'requested' => 'Mga Nai-rekwest:', + 'reset_link' => 'Ang Link para sa Pag-reset ng Password', + 'reset_password' => 'I-klik ito para ma-reset ang iyong password:', + 'serial' => 'Ang Seryal:', + 'supplier' => 'Ang Tagapagsuplay', + 'tag' => 'Ang Tag', + 'test_email' => 'I-test ang Email mula sa Snipe-IT', + 'test_mail_text' => 'Ito ay isang test mula sa Snipe-IT Asset Management System. Kung natanggap mo ito, ang mail na ito ay gumagana :)', + 'the_following_item' => 'Ang mga sumusunod na mga aytem ay nai-check in: ', + 'There_are' => '{1} Mayroong isang|[2,Inf] Mayroong mga', + 'to_reset' => 'Para mai-reset ang iyong :web password, kumpletuhin ang form na ito:', + 'type' => 'Klase', + 'user' => 'Gumagamit:', + 'username' => 'Pangalan ng gumagamit:', + 'welcome' => 'Maligayang pagdating :ang pangalan', + 'welcome_to' => 'Maligayang pagdating sa: web!', + 'your_credentials' => 'Ang iyong mga Kredensyal sa Snipe-IT', +); diff --git a/resources/lang/fil/pagination.php b/resources/lang/fil/pagination.php new file mode 100644 index 0000000000..f54812313a --- /dev/null +++ b/resources/lang/fil/pagination.php @@ -0,0 +1,20 @@ + '« Nakaraan', + + 'next' => 'Susunod »', + +); diff --git a/resources/lang/fil/passwords.php b/resources/lang/fil/passwords.php new file mode 100644 index 0000000000..653e37f978 --- /dev/null +++ b/resources/lang/fil/passwords.php @@ -0,0 +1,7 @@ + 'Nai-send na ang link ng iyong password!', + 'user' => 'Ang user na iyon ay hindi umiiral o walang naiugnay na email address', +]; + diff --git a/resources/lang/fil/reminders.php b/resources/lang/fil/reminders.php new file mode 100644 index 0000000000..698f5ccb32 --- /dev/null +++ b/resources/lang/fil/reminders.php @@ -0,0 +1,24 @@ + "Dapat na may 6 na mga karakter ang password at tumugma sa kumpirmasyon.", + + "user" => "Ang username o ang email address ay hindi tama", + + "token" => "Hindi balido ang password rest token na ito.", + + "sent" => "Kapag mayroong nakita na tumugmanang email address, ang paalala sa password ay nai-send na!", + +); diff --git a/resources/lang/fil/table.php b/resources/lang/fil/table.php new file mode 100644 index 0000000000..f41bf7b0a2 --- /dev/null +++ b/resources/lang/fil/table.php @@ -0,0 +1,10 @@ + 'Ang mga aksyon', + 'action' => 'Ang aksyon', + 'by' => 'Batay sa', + 'item' => 'Ang Aytem', + +); diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php new file mode 100644 index 0000000000..36b62caee9 --- /dev/null +++ b/resources/lang/fil/validation.php @@ -0,0 +1,137 @@ + 'Ang: katangian na kailangan tanggapin.', + 'active_url' => 'Ang: katangian ay hindi isang balidong URL.', + 'after' => 'Ang :katangian ay dapat na gawin ang petsa pagkatapos ng :petsa.', + 'after_or_equal' => 'Ang :katangian ay dapat na gawin ang petsa pagkatapos ng o katumbas sa:petsa.', + 'alpha' => 'Ang :katangian ay maaaring naglalaman lang ng mga letra.', + 'alpha_dash' => 'Ang :katangian ay maaaring naglalaman lamang ng mga letra, mga numero, at mga dashes.', + 'alpha_num' => 'Ang :katangian ay maaaring naglalaman lamang ng mga letra at mga numero.', + 'array' => 'Ang :katangian ay dapat isang hanay.', + 'before' => 'Ang :katangian ay dapat na gawing petsa bago ang :petsa.', + 'before_or_equal' => 'Ang :katangian ay dapat na gawin ang petsa pagkatapos ng o katumbas sa:petsa.', + 'between' => [ + 'numeric' => 'Ang: katangian dapat na nasa pagitan ng: min -: max.', + 'file' => 'Ang: katangian dapat nasa pagitan ng: min -: max na kilobytes.', + 'string' => 'Ang: katangiang dapat na nasa pagitan ng: min -: ni max na mga karakter.', + 'array' => 'Ang :katangian na dapat magkaroon ng pagitan sa :min and :max na mga aytem.', + ], + 'boolean' => 'Ang :katangian na dapat maging tama o mali.', + 'confirmed' => 'Ang :kompermasyong sa katangian ay hindi nagtugma.', + 'date' => 'Ang :hindi balidong petsa ng katangian.', + 'date_format' => 'Ang :hindi nagtugma sa katangian nag pormat:pormat.', + 'different' => 'Ang :katangian at ang :iba pa dapat na hindi magkapareho.', + 'digits' => 'Ang :katangian ay dapat na :mga digit digit.', + 'digits_between' => 'Ang :katangian ay dapat nasa pagitan ng :min at :max na mga digit.', + 'dimensions' => 'Ang :katangian ay mayroong hindi balidong dimensyon ng mga imahe.', + 'distinct' => 'Ang :field na katangian ay mayroong dobleng balyu.', + 'email' => 'Ang :pormat ng katangian ay hindi balido o wasto.', + 'exists' => 'Ang napili na :katangian ay hindi balido.', + 'file' => 'Ang :katangian ay dapat na isang file.', + 'filled' => 'Ang :field na katangian ay dapat na mayroong balyu.', + 'image' => 'Ang :katangian at dapat na isang imahe.', + 'in' => 'Ang napili na :katangian ay hindi balido.', + 'in_array' => 'Ang :field na katangian ay hindi umiiral sa :iba pa.', + 'integer' => 'Ang :katangian ay dapat ns isang integer.', + 'ip' => 'Ang :katangian ay dapat na isang balidong mga IP address.', + 'ipv4' => 'Ang :katangian ay dapat na isang balidong IPv4 address.', + 'ipv6' => 'Ang :katangian ay dapat na isang balidong IPv6 address.', + 'json' => 'Ang :katangian ay dapa na isang balidong JSON na string.', + 'max' => [ + 'numeric' => 'Ang :katangian ay maaaring hindi lalagpas sa :max.', + 'file' => 'Ang :katangian ay maaaring hindi lalagpas sa :max na kilobytes.', + 'string' => 'Ang :katangian ay maaaring hindi lalagpas sa :max na mga karakter.', + 'array' => 'Ang :katangian ay maaaring hindi magkaroon ng higit sa :max na mga aytem.', + ], + 'mimes' => 'Ang :katangian ay dapat na isang uri ng file :mga balyu.', + 'mimetypes' => 'Ang :katangian ay dapat na isang uri ng file :mga balyu.', + 'min' => [ + 'numeric' => 'Ang :katangian ay dapat na hindi bumaba sa :min.', + 'file' => 'Ang :katangian ay dapat na hindi bumaba sa :min na kilobytes.', + 'string' => 'Ang :katangian ay dapat na hindi bumaba sa :min na mga karakter.', + 'array' => 'Ang :katangian ay dapat na magkaroon ng hindi bumaba sa :min na mga aytem.', + ], + 'not_in' => 'Ang napili na :katangian ay hindi balido.', + 'numeric' => 'Ang :katangian ay dapat na isang numero.', + 'present' => 'Ang :field ng katangian ay dapat na naroroon.', + 'valid_regex' => 'Hindi ito balidong regex. ', + 'regex' => 'Ang :promat ng katangian ay hindi balido.', + 'required' => 'Ang :field ng katangian ay kinakailangan.', + 'required_if' => 'Ang :field ng katangian ay kinakailangan kapag :ang iba ay :balyu.', + 'required_unless' => 'Ang :field ng katangian ay kinakailangan maliban kung :ang iba ay nasa :mga balyu.', + 'required_with' => 'Ang :field.ng katangian ay kinakailangan kapag :ang mga balyu ay naroroon.', + 'required_with_all' => 'Ang :field ng katangian ay kinakailangan kapag :ang mga balyu ay naroroon.', + 'required_without' => 'Ang :field ng katangian ay kinakailangan kapag :ang mga balyu ay naroroon.', + 'required_without_all' => 'Ang :field ng katangian ay kinakailangan kapag wala sa :mga balyu ay naroroon.', + 'same' => 'Ang :katangian at :ang iba ay dapat magkatugma.', + 'size' => [ + 'numeric' => 'Ang :katangian ay dapat na :sukat.', + 'file' => 'Ang :katangian ay dapat na :sukat na kilobytes.', + 'string' => 'Ang :katangian ay dapat na maging :sukat ng mga karakter.', + 'array' => 'Ang :katangian ay dapat na magkaroon ng :sukat ng mga aytem.', + ], + 'string' => 'Ang :katangian ay dapat na isang string.', + 'timezone' => 'Ang :katangian ay dapat na isang balidong zone.', + 'unique' => 'Ang :katangian ay nakuha na.', + 'uploaded' => 'Ang :katangian ay hindi nagtagumpay sa pag-upload.', + 'url' => 'Ang :pormat ng katangian ng pormat ay hindi balido.', + "unique_undeleted" => "Ang :katangian ay dapat na natatangi.", + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'alpha_space' => "Ang :field ng katangian ay naglalaman ng karakter na hindi pinapayagan.", + "email_array" => "Imbalido ang isa o higit pang mga email address.", + "hashed_pass" => "Ang iyong kasalukuyang password ay hindi wasto", + 'dumbpwd' => 'Ang password ay sobrang pangkaraniwan.', + "statuslabel_type" => "Kinakailangang pumili ng balidong uri ng label ng estado", + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +); diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php index a15c5cea48..b5f54ccb49 100644 --- a/resources/lang/fr/admin/hardware/form.php +++ b/resources/lang/fr/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Numéro d\'inventaire', 'update' => 'Mise à jour de l\'actif', 'warranty' => 'Garantie', + 'warranty_expires' => 'Warranty Expires', 'years' => 'années', ) ; diff --git a/resources/lang/fr/admin/manufacturers/message.php b/resources/lang/fr/admin/manufacturers/message.php index 27c5f51a54..e18826a296 100644 --- a/resources/lang/fr/admin/manufacturers/message.php +++ b/resources/lang/fr/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Le fabricant a été mis à jour avec succès.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fabricant ?', 'error' => 'Un problème a eu lieu pendant la suppression du fabricant. Veuillez essayer à nouveau.', diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index 514f0a3656..e283b4be16 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Type du code-barres 1D', 'eula_settings' => 'Configuration pour les licences d\'utilisation', 'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des "Github flavored markdown".', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Configuration générale', 'generate_backup' => 'Générer une sauvegarde', 'header_color' => 'Couleur de l\'en-tête', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Signal d\'activation LDAP', 'ldap_emp_num' => 'Numéro d\'employé LDAP', 'ldap_email' => 'E-mail LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Scripts distants', 'load_remote_help_text' => 'Cette installation Snipe-IT peut charger des scripts depuis le monde extérieur.', 'login_note' => 'Note de connexion', 'login_note_help' => 'Ajoutez éventuellement quelques phrases sur votre écran de connexion, par exemple pour aider les personnes ayant trouvé un appareil perdu ou volé. Ce champ accepte Github aromatisé markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restreindre les utilisateurs (admins compris) assignés à des organisations aux biens de leur propre organisation.', 'full_multiple_companies_support_text' => 'Support complet des organisations multiples', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'facultatif', 'per_page' => 'Résultats par page', 'php' => 'Version de PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Configuration "Slack"', 'slack_integration_help' => 'L\'intégration de Slack est facultative, mai le "endpoint" et le "channel" sont nécessaires pour son utilisation. Pour configurer l\'intégration Slack, vous devez d\'abord créer un "incoming webhook" dans votre compte Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Version de Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Information du système', 'update' => 'Mettre à jour les paramètres', 'value' => 'Valeur', diff --git a/resources/lang/fr/admin/statuslabels/table.php b/resources/lang/fr/admin/statuslabels/table.php index 76e4c54acb..e77730f16a 100644 --- a/resources/lang/fr/admin/statuslabels/table.php +++ b/resources/lang/fr/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Retiré', 'create' => 'Créé une étiquette de statut', 'color' => 'Couleur du graphique', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Déployable', 'info' => 'Les étiquettes d\'état sont utilisés pour décrire les différents états de vos actifs. Ils peuvent être pour réparation , perdu / volé , etc. Vous pouvez créer de nouvelles étiquettes d\'état pour déployable , en attente et actifs retirés.', 'name' => 'Nom du statut', diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php index 94157ef786..73562434a5 100644 --- a/resources/lang/fr/admin/users/general.php +++ b/resources/lang/fr/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Cliquez ici pour les restaurer.', 'last_login' => 'Dernière connexion', 'ldap_config_text' => 'Les paramètres de configuration LDAP se trouvent sous Admin > Réglages. La localisation sélectionnée (optionnelle) sera définie pour tous les utilisateurs importés.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Logiciels associés avec :name', 'view_user' => 'Voir l\'utilisateur :name', 'usercsv' => 'Fichier CSV', diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index 86e747596d..cf2757fa60 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -70,6 +70,7 @@ 'department' => 'département', 'deployed' => 'Déployé', 'depreciation_report' => 'Rapport d’amortissement', + 'details' => 'Details', 'download' => 'Télécharger', 'depreciation' => 'Amortissement', 'editprofile' => 'Éditer votre profile', @@ -79,9 +80,12 @@ 'email_domain_help' => 'C\'est utilisé pour générer des adresses e-mail lors de l\'importation', 'filastname_format' => 'Première lettre du prénom Nom de famille (jsmith@example.com)', 'firstname_lastname_format' => 'Prénom Nom de famille (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Premier', 'first_name' => 'Prénom', 'first_name_format' => 'Prénom (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fichier', 'file_uploads' => 'Uploads de fichiers', 'generate' => 'Générer', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Supprimer l\'image', 'image_upload' => 'Charger une image', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importer', 'import-history' => 'Importer l\'historique', 'asset_maintenance' => 'Gestion des actifs', @@ -118,6 +122,7 @@ 'locations' => 'Lieux', 'logout' => 'Se déconnecter', 'lookup_by_tag' => 'Recherche par étiquette de bien', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Fabricant', 'manufacturers' => 'Fabricants', 'markdown' => 'Ce champ permet Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Sélectionnez une compagnie', 'select_asset' => 'Choisir un bien', 'settings' => 'Préférences', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Connexion', 'signature' => 'Signature', + 'skin' => 'Skin', 'some_features_disabled' => 'MODE DEMO: Certaines fonctionnalités sont désactivées pour cette installation.', 'site_name' => 'Nom du Site', 'state' => 'État', diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php index dd51edcb27..a7ae891c6d 100644 --- a/resources/lang/ga-IE/admin/hardware/form.php +++ b/resources/lang/ga-IE/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Clib Sócmhainní', 'update' => 'Nuashonrú Sócmhainní', 'warranty' => 'Bharántas', + 'warranty_expires' => 'Warranty Expires', 'years' => 'blianta', ) ; diff --git a/resources/lang/ga-IE/admin/manufacturers/message.php b/resources/lang/ga-IE/admin/manufacturers/message.php index 9d96303e44..e861d4b6de 100644 --- a/resources/lang/ga-IE/admin/manufacturers/message.php +++ b/resources/lang/ga-IE/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Déantar an monaróir chun cinn go rathúil.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'An bhfuil tú cinnte gur mian leat an monaróir seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an monaróir. Arís, le d\'thoil.', diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index f02d9191f0..77cb1953c1 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Cineál barrach 1D', 'eula_settings' => 'Socruithe EULA', 'eula_markdown' => 'Ceadaíonn an EULA seo Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Socruithe Ginearálta', 'generate_backup' => 'Gin Cúltaca', 'header_color' => 'Dath Ceannteideal', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Bratach Gníomhach LDAP', 'ldap_emp_num' => 'Uimhir Fostaí LDAP', 'ldap_email' => 'Ríomhphost LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Scripteanna cianda', 'load_remote_help_text' => 'Is féidir leis an Snipe-IT seo a shuiteáil scripteanna a luchtú ón domhan lasmuigh.', 'login_note' => 'Logáil isteach Nóta', 'login_note_help' => 'Áirítear go roghnúil cúpla abairt ar do scáileán logála isteach, mar shampla chun cabhrú le daoine a bhfuair gléas caillte nó goidte. Glacann an réimse seo le Github blastáilte markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Úsáideoirí srianta (lena n-áirítear admins) a shanntar do chuideachtaí le sócmhainní na cuideachta.', 'full_multiple_companies_support_text' => 'Tacaíocht Iomlána Iompórtálacha Iomlán', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'roghnach', 'per_page' => 'Torthaí ar an Leathanach', 'php' => 'Leagan PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Dúnadh Deiridh', 'slack_integration' => 'Socruithe Slack', 'slack_integration_help' => 'Tá comhtháthú sciath roghnach, ach is gá an deireadhphointe agus an cainéal más mian leat é a úsáid. Chun comhtháthú Slack a chumrú, caithfidh tú an chéad creastaigh webhook isteach ar do chuntas Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT leagan', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Eolas Córas', 'update' => 'Socruithe Nuashonraithe', 'value' => 'Luach', diff --git a/resources/lang/ga-IE/admin/statuslabels/table.php b/resources/lang/ga-IE/admin/statuslabels/table.php index 009feb2fb2..78565d2893 100644 --- a/resources/lang/ga-IE/admin/statuslabels/table.php +++ b/resources/lang/ga-IE/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archived', 'create' => 'Lipéad Stádas a Chruthaigh', 'color' => 'Cairt Dath', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Infheidhmithe', 'info' => 'Úsáidtear lipéid stádas chun cur síos a dhéanamh ar na stáit éagsúla a d\'fhéadfadh do shócmhainní a bheith ann. Féadfaidh siad a bheith amach le haghaidh a dheisiú, a chailltear / a goideadh, etc. Is féidir leat lipéid stádais nua a chruthú le haghaidh sócmhainní in-imscartha, ar feitheamh agus i gcartlann.', 'name' => 'Ainm Stádas', diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php index b94131d0cd..2f83a1e48c 100644 --- a/resources/lang/ga-IE/admin/users/general.php +++ b/resources/lang/ga-IE/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Cliceáil anseo chun iad a athchóiriú.', 'last_login' => 'Logáil isteach deireanach', 'ldap_config_text' => 'Is féidir suímh chumraíochta LDAP a fháil Admin> Settings. Socrófar an suíomh roghnaithe (roghnach) do gach úsáideoir a allmhairítear.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Bogearraí Seiceáil amach chuig: ainm', 'view_user' => 'Féach Úsáideoir: ainm', 'usercsv' => 'Comhad CSV', diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php index 979c779275..03b84914ca 100644 --- a/resources/lang/ga-IE/general.php +++ b/resources/lang/ga-IE/general.php @@ -70,6 +70,7 @@ 'department' => 'Roinn', 'deployed' => 'Imscaradh', 'depreciation_report' => 'Tuarascáil Dímheas', + 'details' => 'Details', 'download' => 'Íoslódáil', 'depreciation' => 'Dímheas', 'editprofile' => 'Cuir do phróifíl in eagar', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Úsáidtear é seo chun seoltaí ríomhphoist a ghiniúint nuair a allmhairítear iad', 'filastname_format' => 'An Chéad Ainm Deiridh Tosaigh (jsmith@example.com)', 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'An Chéad', 'first_name' => 'Ainm', 'first_name_format' => 'Céadainm (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Comhad', 'file_uploads' => 'Uaslódáil comhad', 'generate' => 'Gin', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Scrios Íomhá', 'image_upload' => 'Íomhá Uaslódáil', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Iompórtáil', 'import-history' => 'Stair Iompórtála', 'asset_maintenance' => 'Cothabháil Sócmhainní', @@ -118,6 +122,7 @@ 'locations' => 'Suímh', 'logout' => 'Logáil Amach', 'lookup_by_tag' => 'Féach ar Chlib Sócmhainní', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Déantóir', 'manufacturers' => 'Déantóirí', 'markdown' => 'Ceadaíonn an réimse seo Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Roghnaigh Cuideachta', 'select_asset' => 'Roghnaigh Sócmhainn', 'settings' => 'Socruithe', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Sínigh isteach', 'signature' => 'Síniú', + 'skin' => 'Skin', 'some_features_disabled' => 'MODH DEMO: Tá gnéithe áirithe faoi mhíchumas don shuiteáil seo agus athshocróidh na sonraí sa chóras seo go laethúil.', 'site_name' => 'Ainm an tSuímh', 'state' => 'Stáit', diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php index 5b56b9c417..ea3011bb2a 100644 --- a/resources/lang/he/admin/hardware/form.php +++ b/resources/lang/he/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'תג נכס', 'update' => 'עדכון נכס', 'warranty' => 'אַחֲרָיוּת', + 'warranty_expires' => 'Warranty Expires', 'years' => 'שנים', ) ; diff --git a/resources/lang/he/admin/manufacturers/message.php b/resources/lang/he/admin/manufacturers/message.php index ea4082c1c0..de767c5f3f 100644 --- a/resources/lang/he/admin/manufacturers/message.php +++ b/resources/lang/he/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'היצרן עודכן בהצלחה.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?', 'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.', diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index 5fd504ad47..e059da5f0a 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'סוג 1D ברקוד', 'eula_settings' => 'הגדרות EULA', 'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'הגדרות כלליות', 'generate_backup' => 'צור גיבוי', 'header_color' => 'צבע כותרת', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP סמל פעיל', 'ldap_emp_num' => 'מספר עובד LDAP', 'ldap_email' => 'דוא"ל LDAP', + 'license' => 'Software License', 'load_remote_text' => 'סקריפטים מרחוק', 'load_remote_help_text' => 'זה Snipe-IT להתקין יכול לטעון סקריפטים מהעולם החיצון.', 'login_note' => 'הערה התחברות', 'login_note_help' => 'אופציונלי לכלול כמה משפטים במסך הכניסה שלך, למשל כדי לעזור לאנשים שמצאו מכשיר אבוד או נגנב. השדה הזה מקבל Github בטעם מרקדון ', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'סֵמֶל', 'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.', 'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'אופציונאלי', 'per_page' => 'תוצאות לעמוד', 'php' => 'גרסת PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'נקודת הקצה המרוחקת', 'slack_integration' => 'הגדרות רפוי', 'slack_integration_help' => 'אינטגרציה חלשה היא אופציונלית, אך נקודת הקצה והערוץ נדרשות אם ברצונך להשתמש בה. כדי להגדיר את האינטגרציה החלשה, עליך תחילה ליצור יצירת webhook נכנסת בחשבון ה- Slack שלך.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT גירסה', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'מידע מערכת', 'update' => 'עדכן הגדרות', 'value' => 'ערך', diff --git a/resources/lang/he/admin/statuslabels/table.php b/resources/lang/he/admin/statuslabels/table.php index 12dd4d44c2..2720e0a50f 100644 --- a/resources/lang/he/admin/statuslabels/table.php +++ b/resources/lang/he/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'בארכיון', 'create' => 'צור תווית סטטוס', 'color' => 'צבע תרשים', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'ניתן לפריסה', 'info' => 'תוויות סטטוס משמשות לתיאור המצבים השונים שהנכסים שלך יכולים להיות בהם. הם עשויים להיות מחוץ לתיקונים, לאיבוד / לגניבה וכו \'. ניתן ליצור תוויות סטטוס חדשות עבור נכסים הניתנים לפריסה, ממתינים ועומדים בארכיון.', 'name' => 'שם סטטוס', diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php index 01567e62b7..a3befd8509 100644 --- a/resources/lang/he/admin/users/general.php +++ b/resources/lang/he/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'לחץ כאן כדי לשחזר אותם.', 'last_login' => 'כניסה אחרונה', 'ldap_config_text' => 'הגדרות תצורה של LDAP נמצאות \'מנהל\'> \'הגדרות\'. המיקום הנבחר (אופציונלי) ייקבע עבור כל המשתמשים המיובאים.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'התוכנה נבדקה אל: שם', 'view_user' => 'הצג משתמש: שם', 'usercsv' => 'קובץ CSV', diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index 1898137298..b9189031d0 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -70,6 +70,7 @@ 'department' => 'מַחלָקָה', 'deployed' => 'פרוס', 'depreciation_report' => 'דוח פחת', + 'details' => 'Details', 'download' => 'הורד', 'depreciation' => 'פְּחָת', 'editprofile' => 'ערוך את הפרופיל שלך', @@ -79,9 +80,12 @@ 'email_domain_help' => 'זה משמש ליצירת כתובות דוא"ל בעת ייבוא', 'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)', 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'ראשון', 'first_name' => 'שם פרטי', 'first_name_format' => 'שם פרטי (jane@example.com)', + 'files' => 'Files', 'file_name' => 'קוֹבֶץ', 'file_uploads' => 'העלאות קבצים', 'generate' => 'לִיצוֹר', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'מחק תמונה', 'image_upload' => 'העלאת תמונה', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'יְבוּא', 'import-history' => 'היסטוריית הייבוא', 'asset_maintenance' => 'אחזקת נכסים', @@ -118,6 +122,7 @@ 'locations' => 'מיקומים', 'logout' => 'להתנתק', 'lookup_by_tag' => 'בדיקה על ידי תג הנכס', + 'maintenances' => 'Maintenances', 'manufacturer' => 'יַצרָן', 'manufacturers' => 'היצרנים', 'markdown' => 'שדה זה מאפשר Github בטעם מרקדון .', @@ -171,8 +176,11 @@ 'select_company' => 'בחר חברה', 'select_asset' => 'בחר נכס', 'settings' => 'הגדרות', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'היכנס', 'signature' => 'חֲתִימָה', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: תכונות מסוימות מושבתות עבור התקנה זו.', 'site_name' => 'שם אתר', 'state' => 'מדינה', diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php index da1551eb6d..04f0cf0523 100644 --- a/resources/lang/hr/admin/hardware/form.php +++ b/resources/lang/hr/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Oznaka imovine', 'update' => 'Ažuriranje aktiva', 'warranty' => 'garancija', + 'warranty_expires' => 'Warranty Expires', 'years' => 'godina', ) ; diff --git a/resources/lang/hr/admin/manufacturers/message.php b/resources/lang/hr/admin/manufacturers/message.php index fcb40d74a3..18396d597b 100644 --- a/resources/lang/hr/admin/manufacturers/message.php +++ b/resources/lang/hr/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Proizvođač je uspješno ažuriran.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovog proizvođača?', 'error' => 'Došlo je do problema s brisanjem proizvođača. Molim te pokušaj ponovno.', diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index 47509597d7..7b8bb56b3d 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D tip crtičnog koda', 'eula_settings' => 'EULA postavke', 'eula_markdown' => 'Ovo EULA dopušta Gordan markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Opće postavke', 'generate_backup' => 'Izradi sigurnosnu kopiju', 'header_color' => 'Boja zaglavlja', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktivna zastava', 'ldap_emp_num' => 'Broj zaposlenika LDAP-a', 'ldap_email' => 'LDAP e-pošta', + 'license' => 'Software License', 'load_remote_text' => 'Daljinske skripte', 'load_remote_help_text' => 'Ova instalacija Snipe-IT može učitati skripte iz vanjskog svijeta.', 'login_note' => 'Prijava bilješke', 'login_note_help' => 'Po želji možete uključiti nekoliko rečenica na zaslonu za prijavu, na primjer, kako biste pomogli osobama koje su pronašle izgubljeni ili ukradeni uređaj. Ovo polje prihvaća Gordinu s okusom s okusom', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) koje tvrtke dodjeljuju imovini tvrtke.', 'full_multiple_companies_support_text' => 'Potpuna podrška za više tvrtki', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'neobavezan', 'per_page' => 'Rezultati po stranici', 'php' => 'PHP verzija', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Zatezanje postavki', 'slack_integration_help' => 'Slaba integracija nije obavezna, no krajnja točka i kanal su potrebni ako ga želite koristiti. Da biste konfigurirali zamršenu integraciju, prvo morate izraditi dolazni webhook na vašem računu Zalogao.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT verzija', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Informacije o sustavu', 'update' => 'Ažuriraj postavke', 'value' => 'Vrijednost', diff --git a/resources/lang/hr/admin/statuslabels/table.php b/resources/lang/hr/admin/statuslabels/table.php index af1e6e7ae8..5757085b3b 100644 --- a/resources/lang/hr/admin/statuslabels/table.php +++ b/resources/lang/hr/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arhivirano', 'create' => 'Stvaranje oznake statusa', 'color' => 'Boja grafikona', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'razmjestiti', 'info' => 'Oznake statusa upotrebljavaju se za opisivanje različitih država koje vaša imovina može biti. Oni mogu biti izvan za popravak, izgubljen / ukraden, itd. Možete stvoriti nove oznake statusa za raspoložive, čekajuće i arhivirane imovine.', 'name' => 'Naziv statusa', diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php index 26581617c2..b73fdcab39 100644 --- a/resources/lang/hr/admin/users/general.php +++ b/resources/lang/hr/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Kliknite ovdje da biste ih vratili.', 'last_login' => 'Zadnja prijava', 'ldap_config_text' => 'Postavke LDAP konfiguracije mogu se pronaći u Administrator> Postavke. Odabrana lokacija (opcionalno) bit će postavljena za sve uvezene korisnike.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Softver je provjeren na: ime', 'view_user' => 'Prikaži korisnika: ime', 'usercsv' => 'CSV datoteku', diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index 9f08ab3c5b..a0881de404 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -70,6 +70,7 @@ 'department' => 'odjel', 'deployed' => 'razmještene', 'depreciation_report' => 'Izvješće o amortizaciji', + 'details' => 'Details', 'download' => 'Preuzimanje', 'depreciation' => 'deprecijacija', 'editprofile' => 'Uredi svoj profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Ovo se koristi za generiranje e-adresa prilikom uvoza', 'filastname_format' => 'Prvo početno prezime (jsmith@example.com)', 'firstname_lastname_format' => 'Prezime prezime (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Prvi', 'first_name' => 'Ime', 'first_name_format' => 'Ime (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Datoteka', 'file_uploads' => 'Prijenos datoteka', 'generate' => 'Generirati', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Izbriši sliku', 'image_upload' => 'Prenesite sliku', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Uvoz', 'import-history' => 'Povijest uvoza', 'asset_maintenance' => 'Održavanje imovine', @@ -118,6 +122,7 @@ 'locations' => 'lokacije', 'logout' => 'Odjaviti se', 'lookup_by_tag' => 'Pretraživanje pomoću oznake imovine', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Proizvođač', 'manufacturers' => 'Proizvođači', 'markdown' => 'Ovo polje dopušta gordi s okusom "Github ".', @@ -171,8 +176,11 @@ 'select_company' => 'Odaberite tvrtku', 'select_asset' => 'Odaberite Asset', 'settings' => 'postavke', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Prijaviti se', 'signature' => 'Potpis', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Neke su značajke onemogućene za ovu instalaciju.', 'site_name' => 'Ime stranice', 'state' => 'država', diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php index fc69332387..67b91f25a6 100644 --- a/resources/lang/hu/admin/hardware/form.php +++ b/resources/lang/hu/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Eszköz azonosító', 'update' => 'Eszköz frissítés', 'warranty' => 'Garancia', + 'warranty_expires' => 'Warranty Expires', 'years' => 'évek', ) ; diff --git a/resources/lang/hu/admin/manufacturers/message.php b/resources/lang/hu/admin/manufacturers/message.php index a19363dce0..47a912ef4e 100644 --- a/resources/lang/hu/admin/manufacturers/message.php +++ b/resources/lang/hu/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Gyártó sikeresen frissítve.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Biztosan törölni szeretnéd ezt a gyártót?', 'error' => 'Probléma adódott a gyártó törlése közben. Próbálkozz újra.', diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index 31a3d3962b..f579613f26 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D vonalkód típusa', 'eula_settings' => 'EULA beállítások', 'eula_markdown' => 'Ez az EULA lehetővé teszi Github ízesített markdown-et.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Általános beállítások', 'generate_backup' => 'Háttér létrehozása', 'header_color' => 'Fejléc színe', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktív zászló', 'ldap_emp_num' => 'LDAP alkalmazott száma', 'ldap_email' => 'LDAP e-mail', + 'license' => 'Software License', 'load_remote_text' => 'Távoli parancsfájlok', 'load_remote_help_text' => 'Ez a Snipe-IT telepítés betölti a szkripteket a külvilágtól.', 'login_note' => 'Bejelentkezési megjegyzés', 'login_note_help' => 'Opcionálisan tartalmazhat néhány mondatot a bejelentkezési képernyőn, például, hogy segítse az embereket, akik elvesztett vagy ellopott eszközt találtak. Ez a mező elfogad Github ízesített markdown-et', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'logo', 'full_multiple_companies_support_help_text' => 'A vállalatoknak a vállalat eszközeihez rendelt felhasználók (köztük az adminisztrátorok) korlátozása.', 'full_multiple_companies_support_text' => 'Teljes több vállalat támogatása', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'választható', 'per_page' => 'Eredmények oldalanként', 'php' => 'PHP verzió', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Laza végpont', 'slack_integration' => 'Laza beállítások', 'slack_integration_help' => 'A laza integráció opcionális, de a végpont és a csatorna akkor szükséges, ha használni szeretné. A laza integráció beállításához elõször létre kell hoznia egy bejövõ webhook-et a Slack fiókján.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT változat', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Rendszer információ', 'update' => 'Frissítési beállítások', 'value' => 'Érték', diff --git a/resources/lang/hu/admin/statuslabels/table.php b/resources/lang/hu/admin/statuslabels/table.php index cce40f2f6e..8f1687f916 100644 --- a/resources/lang/hu/admin/statuslabels/table.php +++ b/resources/lang/hu/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archivált', 'create' => 'Státusz címke létrehozása', 'color' => 'Grafikon színe', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Telepíthető', 'info' => 'A státusz címkék arra szolgálnak, hogy az eszközök különböző állapotát leírják. Például javítás alatt, eltűnt/ellopott, stb. Új címkéket is létre lehet hozni telepíthető, függőben levő és archivált eszközökhöz.', 'name' => 'Státusz elnevezése', diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index 70795a908f..2e2b355d78 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Kattintson ide a visszaállításhoz.', 'last_login' => 'Utolsó bejelentkezés', 'ldap_config_text' => 'Az LDAP konfigurációs beállításai megtalálhatók az Adminisztrálás> Beállítások menüben. Az (opcionális) kiválasztott hely minden importált felhasználó számára be lesz állítva.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Szoftver ellenőrzése: név', 'view_user' => 'Felhasználó megtekintése: név', 'usercsv' => 'CSV fájl', diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index 1419846f43..81c0f4c81e 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -70,6 +70,7 @@ 'department' => 'Osztály', 'deployed' => 'Telepített', 'depreciation_report' => 'Értékcsökkenés riport', + 'details' => 'Details', 'download' => 'Letöltés', 'depreciation' => 'Értékcsökkenés', 'editprofile' => 'Profil szerkeztése', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Ezt az e-mail címek létrehozásához használják az importálás során', 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)', 'firstname_lastname_format' => 'Utónév (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Első', 'first_name' => 'Keresztnév', 'first_name_format' => 'Keresztnév (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fájl', 'file_uploads' => 'Fájlfeltöltések', 'generate' => 'Létrehoz', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Kép törlése', 'image_upload' => 'Kép feltöltése', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importálás', 'import-history' => 'Import történet', 'asset_maintenance' => 'Eszköz karbantartás', @@ -118,6 +122,7 @@ 'locations' => 'Helyek', 'logout' => 'Kijelentkezés', 'lookup_by_tag' => 'Keresés az Asset Tag segítségével', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Gyártó', 'manufacturers' => 'Gyártók', 'markdown' => 'Ez a mező enged a Github flavored markdown-hoz.', @@ -171,8 +176,11 @@ 'select_company' => 'Vállalat kiválasztása', 'select_asset' => 'Válassza ki az eszköz', 'settings' => 'Beállítások', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Bejelentkezés', 'signature' => 'Aláírás', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Néhány funkció le van tiltva a telepítéshez.', 'site_name' => 'Hely neve', 'state' => 'Megye', diff --git a/resources/lang/id/admin/hardware/form.php b/resources/lang/id/admin/hardware/form.php index 6ac4bb3b47..df9b0ebee6 100644 --- a/resources/lang/id/admin/hardware/form.php +++ b/resources/lang/id/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Tag Aset', 'update' => 'Perbarui Aset', 'warranty' => 'Garansi', + 'warranty_expires' => 'Warranty Expires', 'years' => 'tahun', ) ; diff --git a/resources/lang/id/admin/manufacturers/message.php b/resources/lang/id/admin/manufacturers/message.php index e294c33455..2b521f3c78 100644 --- a/resources/lang/id/admin/manufacturers/message.php +++ b/resources/lang/id/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Produsen sukses di perbarui.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Apakah Anda yakin untuk menghapus produsen ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan produsen. Silahkan coba kembali.', diff --git a/resources/lang/id/admin/models/general.php b/resources/lang/id/admin/models/general.php index 5d95192566..e26fb0a58a 100644 --- a/resources/lang/id/admin/models/general.php +++ b/resources/lang/id/admin/models/general.php @@ -6,7 +6,7 @@ return array( 'deleted' => 'Model ini telah dihapus. Click di sini untuk memulihkan.', 'bulk_delete' => 'Menghapus massal aset model', 'bulk_delete_help' => 'Centang kotak di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete_warn' => 'Anda akan menghapus :model_count asset models.', 'restore' => 'Mengembalikan Model', 'requestable' => 'Pengguna dapat meminta model ini', 'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini', diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index 7de14a2e69..d3c9d0012a 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tipe Barcode 1D', 'eula_settings' => 'Konfigurasi EULA', 'eula_markdown' => 'EULA mengijinkan Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Konfigurasi umum', 'generate_backup' => 'Membuat cadangan', 'header_color' => 'Warna Header', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'Nomor karyawan LDAP', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => 'Kode jarak jauh', 'load_remote_help_text' => 'Snipe-IT dapat menggunakan kode program dari luar.', 'login_note' => 'Login Catatan', 'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk Anda, misalnya untuk membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima posur rasa Github', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.', 'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'pilihan', 'per_page' => 'Hasil per halaman', 'php' => 'Versi PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Pengaturan Slack', 'slack_integration_help' => 'Penggabungan Slack adalah pilihan, namun untuk kanal dan titik akhir wajib jika anda hendak menggunakannya. Untuk konfigurasi penggabungan slack, anda harus membuat kaitan masuk pada akun slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Versi Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Informasi Sistem', 'update' => 'Pengaturan perbaruan', 'value' => 'Harga', diff --git a/resources/lang/id/admin/statuslabels/table.php b/resources/lang/id/admin/statuslabels/table.php index e10e6b43fd..258a443f1f 100644 --- a/resources/lang/id/admin/statuslabels/table.php +++ b/resources/lang/id/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Diarsipkan', 'create' => 'Membuat label status', 'color' => 'Warna Bagan', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Dapat digunakan', 'info' => 'Label status digunakan untuk menjelaskan berbagai macam status aset. Sebagai contoh, rusak/hilang, dalam perbaikan dan sebagainya. Anda dapat membuat status label baru untuk penundaan aset, aset yang dapat digunakan dan aset yang diarsipkan.', 'name' => 'Nama Status', diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php index 1e474883d8..bce61e0b3d 100644 --- a/resources/lang/id/admin/users/general.php +++ b/resources/lang/id/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klik di sini untuk mengembalikannya.', 'last_login' => 'Terakhir masuk', 'ldap_config_text' => 'Konfigurasi LDAP terdapat di Admin > Pengaturan. Jika lokasi di pilih, maka akan di impor untuk semua pengguna.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Perangkat lunak pada :name', 'view_user' => 'Lihat pengguna: name', 'usercsv' => 'Berkas CSV', diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index 7b7e9b6460..cb9caf35c5 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -70,6 +70,7 @@ 'department' => 'Departemen', 'deployed' => 'Dijalankan', 'depreciation_report' => 'Laporan penyusutan', + 'details' => 'Details', 'download' => 'Download', 'depreciation' => 'Penyusutan', 'editprofile' => 'Sunting profil anda', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Ini digunakan untuk untuk membuat email ketika melakukan proses import', 'filastname_format' => 'Inisial pertama - Nama belakang (jsmith@example.com)', 'firstname_lastname_format' => 'Nama depan - Nama belakang (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Pertama', 'first_name' => 'Nama Depan', 'first_name_format' => 'Nama Depan (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Berkas', 'file_uploads' => 'Unggah Berkas', 'generate' => 'Generate', @@ -94,7 +98,7 @@ 'image' => 'Gambar', 'image_delete' => 'Menghapus gambar', 'image_upload' => 'Unggah gambar', - 'image_filetypes_help' => 'Tipe file yang diterima adalah jpg, png, gif, dan svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Impor', 'import-history' => 'Sejarah Impor', 'asset_maintenance' => 'Pemeliharaan Aset', @@ -118,6 +122,7 @@ 'locations' => 'Lokasi', 'logout' => 'Keluar', 'lookup_by_tag' => 'Mencari berdasarkan tag aset', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Produsen', 'manufacturers' => 'Produsen', 'markdown' => 'Field ini mengizinkan Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Memilih Perusahaan', 'select_asset' => 'Memilih Aset', 'settings' => 'Pengaturan', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Masuk', 'signature' => 'Tanda tangan', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO: Beberapa fitur tidak aktif.', 'site_name' => 'Nama Situs', 'state' => 'Provinsi', diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php index d681a7df6f..92190efb6d 100644 --- a/resources/lang/it/admin/custom_fields/general.php +++ b/resources/lang/it/admin/custom_fields/general.php @@ -20,7 +20,7 @@ return array( 'field_element_short' => 'Elemento', 'field_format' => 'Formato', 'field_custom_format' => 'Formato personalizzato', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'Questo campo ti permette di utilizzare un\'espressione regex per la validazione. Deve iniziare con "regex:" - ad esempio, per validare il valore di un campo personalizzato contenente un IMEI (15 cifre numeriche), userai regex:/^[0-9]{15}$/.', 'required' => 'Obbligatorio', 'req' => 'Obbl.', 'used_by_models' => 'Usato dai Modelli', diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php index 378959ff29..7c157f3d0d 100644 --- a/resources/lang/it/admin/hardware/form.php +++ b/resources/lang/it/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Etichetta bene', 'update' => 'Aggiornamento bene', 'warranty' => 'Garanzia', + 'warranty_expires' => 'Warranty Expires', 'years' => 'anni', ) ; diff --git a/resources/lang/it/admin/manufacturers/message.php b/resources/lang/it/admin/manufacturers/message.php index fc85fcb3c4..00ba56cbe8 100644 --- a/resources/lang/it/admin/manufacturers/message.php +++ b/resources/lang/it/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Produttore aggiornato con successo.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Sei sicuro di voler eliminare questo produttore?', 'error' => 'C\'è stato un problema nell\'eliminazione del produttore. Riprova.', diff --git a/resources/lang/it/admin/models/general.php b/resources/lang/it/admin/models/general.php index 1bebbb4719..380a9a4bf7 100644 --- a/resources/lang/it/admin/models/general.php +++ b/resources/lang/it/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'Informazioni sui modelli di Asset', 'about_models_text' => 'I modelli sono un modo per raggruppare Asset identici. "MBP 2016", "IPhone 6s", etc.', 'deleted' => 'Questo modello è stato eliminato.Clicca qui per ripristinarlo.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Eliminazione di massa di modelli Asset', + 'bulk_delete_help' => 'Utilizza le caselle di controllo in basso per confermare la cancellazione dei modelli di asset selezionati. I modelli di asset con asset ad essi associati non possono essere eliminati finché le risorse non sono associate a un modello diverso.', + 'bulk_delete_warn' => 'Stai per cancellare :asset_count assets.', 'restore' => 'Ripristinare il modello', 'requestable' => 'Gli utenti possono richiedere questo modello', 'show_mac_address' => 'Mostra MAC Address dei beni in questo modello', diff --git a/resources/lang/it/admin/models/message.php b/resources/lang/it/admin/models/message.php index cbd57d39dd..45fd0b3f42 100644 --- a/resources/lang/it/admin/models/message.php +++ b/resources/lang/it/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Non sono stati selezionati modelli, quindi non è stato eliminato nulla.', + 'success' => ':success_count modelli eliminati!', + 'success_partial' => ':success_count modelli sono stati eliminati, tuttavia non è stato possibile eliminare :fail_count modelli perché dispongono ancora di risorse associate.' ), ); diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index 00dff8e2e3..3a8a7b385f 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Inserire il testo "DELETE" nel campo di seguito per eliminare i tuoi record cancellati. Quest\'operazione non può essere annullata.', 'custom_css' => 'CSS Personalizzato', 'custom_css_help' => 'Inserisci qualsiasi CSS personalizzato che vuoi utilizzare. Do not include the <style></style> tags.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'custom_forgot_pass_url' => 'URL di Reset Password personalizzata', + 'custom_forgot_pass_url_help' => 'Sostituisce l\'URL della password dimenticata incorporata nella schermata di accesso, utile per indirizzare le persone alla funzionalità di ripristino della password LDAP interna o ospitata. Disabiliterà completamente la funzionalità della password dimenticata dell\'utente locale.', + 'dashboard_message' => 'Messaggio di dashboard', + 'dashboard_message_help' => 'Questo testo verrà visualizzato nella dashboard per chiunque abbia il permesso di visualizzare il dashboard.', 'default_currency' => 'Valuta predefinita', 'default_eula_text' => 'EULA Predefinita', 'default_language' => 'Lingua predefinita', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tipo di codice a barre 1D', 'eula_settings' => 'Impostazioni EULA', 'eula_markdown' => 'Questa EULA consente Github flavored markdown.', + 'footer_text' => 'Ulteriori testo di piè di pagina ', + 'footer_text_help' => 'Questo testo verrà visualizzato nel piè di pagina destro. I collegamenti sono consentiti utilizzando markdown Github. Le interruzioni di linea, le intestazioni, le immagini, ecc. Possono dare risultati imprevedibili.', 'general_settings' => 'Impostazioni Generali', 'generate_backup' => 'Crea Backup', 'header_color' => 'Colore intestazione', @@ -48,8 +50,8 @@ return array( 'ldap_enabled' => 'LDAP abilitato', 'ldap_integration' => 'Integrazione LDAP', 'ldap_settings' => 'Impostazioni LDAP', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_test_help' => 'Immettere un nome utente e una password LDAP validi dal DN di base specificato in precedenza per verificare se il login LDAP è configurato correttamente. DEVI SALVARE LE IMPOSTAZIONI LDAP AGGIORNATE PRIMA.', + 'ldap_login_sync_help' => 'Questo verifica solamente che LDAP possa sincronizzare correttamente. Se la tua query di autenticazione LDAP non è corretta, gli utenti potrebbero non essere ancora in grado di accedere. DEVI SALVARE LE IMPOSTAZIONI LDAP PRIMA DI EFFETTUARE QUESTO TEST.', 'ldap_server' => 'Server LDAP', 'ldap_server_help' => 'Questo dovrebbe iniziare con ldap: // (per unencrypted o TLS) o ldaps: // (per SSL)', 'ldap_server_cert' => 'Validazione certificato SSL di LDAP', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'ID impiegato LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Licenza software', 'load_remote_text' => 'Script remoti', 'load_remote_help_text' => 'Questa installazione di Snipe-IT può caricare script dal mondo esterno.', 'login_note' => 'Nota di accesso', 'login_note_help' => 'Facoltativamente includere alcune frasi nella schermata di login, ad esempio per aiutare le persone che hanno trovato un dispositivo perso o rubato. Questo campo accetta Goodotto flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringere gli utenti (amministratori inclusi) assegnati ad una azienda agli asset della propria azienda.', 'full_multiple_companies_support_text' => 'Supporto completo ad aziende multiple', + 'show_in_model_list' => 'Mostra in menu a discesa del modello', 'optional' => 'facoltativo', 'per_page' => 'Risultati per Pagina', 'php' => 'PHP Version', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'QR Code Text', 'setting' => 'Impostazioni', 'settings' => 'Impostazioni', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Mostra avvisi nel menu in alto', + 'show_archived_in_list' => 'Risorse archiviate', + 'show_archived_in_list_text' => 'Mostra le risorse archiviate nella lista "tutte le risorse"', 'site_name' => 'Nome sito', 'slack_botname' => 'Botname Slack', 'slack_channel' => 'Canale Slack', 'slack_endpoint' => 'Finale Slack', 'slack_integration' => 'Impostazioni Slack', 'slack_integration_help' => 'L\'integrazione con Slack è opzionale, comunque il finale ed il canale sono richiesto se tu vuoi usarlo. Per configurare l\'integrazione con Slack, tu devi prima creare un webhook nel tuo account di Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Supporto per i collegamenti a piè di pagina ', + 'support_footer_help' => 'Specificare chi vede i collegamenti alle informazioni sul supporto IT e su Snipe-IT', 'system' => 'Informazioni di sistema', 'update' => 'Aggiorna impostazioni', 'value' => 'Valore', diff --git a/resources/lang/it/admin/statuslabels/table.php b/resources/lang/it/admin/statuslabels/table.php index 8c4fef4dc5..9a46588580 100644 --- a/resources/lang/it/admin/statuslabels/table.php +++ b/resources/lang/it/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archiviato', 'create' => 'Crea Etichetta di Stato', 'color' => 'Colore del grafico', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Distribuibile', 'info' => 'Le etichette di stato sono usate per descrivere i vari stati dei beni. Essi possono essere fuori per la riparazione, perso o rubato, etc. È possibile creare nuove etichette di stato per schierabili, in attesa e dei beni archiviati.', 'name' => 'Nome Stato', diff --git a/resources/lang/it/admin/suppliers/message.php b/resources/lang/it/admin/suppliers/message.php index ed31f9cc2d..fb78f23049 100644 --- a/resources/lang/it/admin/suppliers/message.php +++ b/resources/lang/it/admin/suppliers/message.php @@ -20,8 +20,8 @@ return array( 'error' => 'C\'è stato un problema nell\'eliminazione del fornitore. Riprova.', 'success' => 'Fornitore eliminato con successo.', 'assoc_assets' => 'Questo fornitore è attualmente associato ad almeno un modello e non può essere eliminato. Si prega di aggiornare i modelli di riferimento e riprovare.', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'Questo fornitore è attualmente associato a :licenses_count licenze e non può essere eliminato. Si prega di aggiornare le licenze in modo che non si colleghino a questo fornitore e riprova. ', + 'assoc_maintenances' => 'Questo fornitore è attualmente associato con :asset_maintenances_count manutenzioni e non può essere cancellato. Aggiorna prima le manutenzioni per fare in modo che non referenzino questo fornitore e riprova. ', ) ); diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php index c863fea2db..134dcc0dc3 100644 --- a/resources/lang/it/admin/users/general.php +++ b/resources/lang/it/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Clicca qui per ripristinarli.', 'last_login' => 'Ultimo accesso', 'ldap_config_text' => 'Le impostazioni di configurazione di LDAP possono essere trovate su Admin > Impostazioni. La posizione selezionata (facoltativa) verrà impostata per tutti gli utenti importati.', + 'print_assigned' => 'Stampa tutti assegnati', 'software_user' => 'Software estratto a :name', 'view_user' => 'Visualizza Utente :name', 'usercsv' => 'CSV file', diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index 69d63934f8..4d15ebeda6 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Scarica', 'city' => 'Città', 'click_here' => 'Clicca qui', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Annulla selezione', 'companies' => 'Aziende', 'company' => 'Azienda', 'component' => 'Componente', @@ -70,6 +70,7 @@ 'department' => 'Dipartimento', 'deployed' => 'Distribuita', 'depreciation_report' => 'Report degli Obsoleti', + 'details' => 'Dettagli', 'download' => 'Scarica', 'depreciation' => 'Obsoleti', 'editprofile' => 'Edita il tuo profilo', @@ -79,22 +80,25 @@ 'email_domain_help' => 'Questo viene utilizzato per generare indirizzi e-mail durante l\'importazione', 'filastname_format' => 'Prima cognome iniziale (jsmith@example.com)', 'firstname_lastname_format' => 'Nome cognome (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Nome cognome (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primo', 'first_name' => 'Nome', 'first_name_format' => 'Nome (jane@example.com)', + 'files' => 'Files', 'file_name' => 'File', 'file_uploads' => 'Carica i file', 'generate' => 'Genera', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Questo campo consente a Markdown Github.', 'groups' => 'Gruppi', 'gravatar_email' => 'Indirizzo Email Gravatar', 'history' => 'Storia', 'history_for' => 'Cronologia', 'id' => 'ID', - 'image' => 'Image', + 'image' => 'Immagine', 'image_delete' => 'Cancella l\'Immagine', 'image_upload' => 'Carica immagine', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'I tipi di file accettati sono jpg, png, gif e svg. La dimensione massima consentita per il caricamento è :size.', 'import' => 'Importa', 'import-history' => 'Storia di importazione', 'asset_maintenance' => 'Manutenzione Prodotto', @@ -118,6 +122,7 @@ 'locations' => 'Luoghi', 'logout' => 'logout', 'lookup_by_tag' => 'Ricerca da Asset Tag', + 'maintenances' => 'Manutenzioni', 'manufacturer' => 'Produttore', 'manufacturers' => 'Produttori', 'markdown' => 'Questo campo consente a Gridubdown flavored markdown.', @@ -152,7 +157,7 @@ 'recent_activity' => 'Attività Recenti', 'remove_company' => 'Rimuovi associazioni azienda', 'reports' => 'Reports', - 'restored' => 'restored', + 'restored' => 'ripristinato', 'requested' => 'Richiesto', 'request_canceled' => 'Richiesta annullata', 'save' => 'Salva', @@ -171,8 +176,11 @@ 'select_company' => 'Seleziona Azienda', 'select_asset' => 'Seleziona Asset', 'settings' => 'Impostazioni', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Accedi', 'signature' => 'Firma', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO: Alcune caratteristiche sono disabilitate in questa modalità.', 'site_name' => 'Nome sito', 'state' => 'Stato', diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index e160facb44..0144d52016 100644 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -67,7 +67,7 @@ return array( 'not_in' => 'L\' :attribute selezionato è invalido.', 'numeric' => 'L\' :attribute deve essere un numero.', 'present' => 'Il campo attributo deve essere presente.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'Questa non è una regex valida. ', 'regex' => 'Il formato dell\' :attribute è invalido.', 'required' => 'Il campo :attribute è obblogatorio.', 'required_if' => 'L\' :attribute è richiesto quando :other è :value.', @@ -88,7 +88,7 @@ return array( 'unique' => 'L\' :attribute è già stato preso.', 'uploaded' => 'L\'attributo: non è riuscito a caricare.', 'url' => 'Il formato dell\' :attribute è invalido.', - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "L'attributo deve essere univoco.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php index df72658ae3..772c2236c3 100644 --- a/resources/lang/ja/admin/hardware/form.php +++ b/resources/lang/ja/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => '資産タグ', 'update' => '資産アップデート', 'warranty' => '保証', + 'warranty_expires' => 'Warranty Expires', 'years' => '年', ) ; diff --git a/resources/lang/ja/admin/manufacturers/message.php b/resources/lang/ja/admin/manufacturers/message.php index d05a669fe4..47ab925add 100644 --- a/resources/lang/ja/admin/manufacturers/message.php +++ b/resources/lang/ja/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => '製造元が更新できませんでした。もう一度試して下さい。' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => '本当にこの製造元を削除しますか?', 'error' => '製造元を削除する際に問題が発生しました。もう一度試して下さい。', diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index c8a832d738..bf095038f1 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'バーコードタイプ', 'eula_settings' => 'EULA設定', 'eula_markdown' => 'この EULA は、Github flavored markdownで、利用可能です。', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => '全般設定', 'generate_backup' => 'バックアップを作成', 'header_color' => 'ヘッダーカラー', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP アクティブ フラグ', 'ldap_emp_num' => 'LDAP 社員番号', 'ldap_email' => 'LDAP メール', + 'license' => 'Software License', 'load_remote_text' => 'リモートスクリプト', 'load_remote_help_text' => 'Snipe-ITのインストールは、外部からスクリプトを読み込むことが可能です。', 'login_note' => 'ログインメッセージ', 'login_note_help' => 'オプションで、紛失または盗難されたデバイスを見つけた人を支援するなど、ログイン画面に文章を表示することができます。このフィールドはGithub flavored markdownが使用できます。', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'ロゴ', 'full_multiple_companies_support_help_text' => 'ユーザー (管理者を含む) に 資産の割り当て を制限します。', 'full_multiple_companies_support_text' => '複数企業をサポートします。', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'オプション', 'per_page' => 'ページ毎の結果', 'php' => 'PHPバージョン', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slack integration はオプションです。しかしながら endpoint と channel は必須です。 Slack integration を設定するためには, まず初めに Slack アカウントで incoming web hook を作成 して下さい。', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT バージョン', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'システム情報', 'update' => '設定を更新', 'value' => '価値', diff --git a/resources/lang/ja/admin/statuslabels/table.php b/resources/lang/ja/admin/statuslabels/table.php index 4da97c2a40..aa05d4db80 100644 --- a/resources/lang/ja/admin/statuslabels/table.php +++ b/resources/lang/ja/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'アーカイブ', 'create' => 'ステータスラベルを作成', 'color' => 'グラフの色', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => '配備可能', 'info' => 'ステータスラベルは資産の様々な状態の説明に利用されます。修理中であったり、紛失/盗難かもしれません。資産を配備可能、ペンディング、保管といった新しいステータスラベルを作成できます。', 'name' => 'ステータス名', diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php index fc3326bb80..2ad521c6e8 100644 --- a/resources/lang/ja/admin/users/general.php +++ b/resources/lang/ja/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => '復元するには、ここをクリックします。', 'last_login' => '最終ログイン', 'ldap_config_text' => 'LDAP 構成設定 管理者 > 設定。 選択した場所は、インポートされたすべてのユーザーに対して設定されます。', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'ソフトウェアは :name にチェックアウトしました。', 'view_user' => '利用者 :name を表示', 'usercsv' => 'CSVファイル', diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php index 7f1f9f5611..34f906d5bd 100644 --- a/resources/lang/ja/general.php +++ b/resources/lang/ja/general.php @@ -70,6 +70,7 @@ 'department' => '部署', 'deployed' => '配備済', 'depreciation_report' => '減価償却レポート', + 'details' => 'Details', 'download' => 'ダウンロード', 'depreciation' => '減価償却', 'editprofile' => 'プロファイルを編集', @@ -79,9 +80,12 @@ 'email_domain_help' => 'インポート時に作成するe-mail アドレス', 'filastname_format' => '名 イニシャル 姓 (jsmith@example.com)', 'firstname_lastname_format' => '名 姓 (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => '最初', 'first_name' => '姓', 'first_name_format' => '名 (jane@example.com)', + 'files' => 'Files', 'file_name' => 'ファイル', 'file_uploads' => 'ファイルアップロード', 'generate' => '作成', @@ -94,7 +98,7 @@ 'image' => '画像', 'image_delete' => '画像を削除', 'image_upload' => '画像をアップロード', - 'image_filetypes_help' => '受け入れられるファイルタイプはjpg、png、gif、svgです。', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'インポート', 'import-history' => 'インポート履歴', 'asset_maintenance' => '資産管理', @@ -118,6 +122,7 @@ 'locations' => '設置場所の数', 'logout' => 'ログアウト', 'lookup_by_tag' => '資産タグで参照', + 'maintenances' => 'Maintenances', 'manufacturer' => '製造元', 'manufacturers' => '製造元の数', 'markdown' => 'このフィールドでは Github flavored markdown. が利用可能です', @@ -171,8 +176,11 @@ 'select_company' => '所属を選択', 'select_asset' => '資産を選択します。', 'settings' => '設定', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'サインイン', 'signature' => '署名', + 'skin' => 'Skin', 'some_features_disabled' => 'デモモード : いくつかの機能はこのインストールでは無効化されます', 'site_name' => 'サイト名', 'state' => '都道府県', diff --git a/resources/lang/ko/admin/hardware/form.php b/resources/lang/ko/admin/hardware/form.php index 0ad9e7332b..8ec0326350 100644 --- a/resources/lang/ko/admin/hardware/form.php +++ b/resources/lang/ko/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => '자산 태그', 'update' => '자산 갱신', 'warranty' => '보증', + 'warranty_expires' => '보증 만료일', 'years' => '년', ) ; diff --git a/resources/lang/ko/admin/manufacturers/message.php b/resources/lang/ko/admin/manufacturers/message.php index dd99cce769..2d3626011e 100644 --- a/resources/lang/ko/admin/manufacturers/message.php +++ b/resources/lang/ko/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => '제조업체가 갱신되었습니다.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => '이 제조업체를 삭제하시겠습니까?', 'error' => '제조업체를 삭제하는 중에 문제가 생겼습니다. 다시 시도해 주세요.', diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index e8c7064fa4..4848b66e7f 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D 바코드 형식', 'eula_settings' => '최종 사용 계약 설정', 'eula_markdown' => '이 최종 사용 계약은 GFM을 따른다.', + 'footer_text' => '추가 꼬리말', + 'footer_text_help' => '이 글은 오른쪽 꼬리말에 보여집니다. 링크는 Github flavored markdown를 참조하시면 됩니다. 줄 바꿈 머리글, 이미지 등은 보여지지 않습니다.', 'general_settings' => '일반 설정', 'generate_backup' => '백업 생성', 'header_color' => '머릿말 색상', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP 활성 플래그', 'ldap_emp_num' => 'LDAP 피고용인 번호', 'ldap_email' => 'LDAP 이메일', + 'license' => '소프트웨어 라이센스', 'load_remote_text' => '원격 스크립트', 'load_remote_help_text' => '이 Snipe-IT 설치는 인터넷에서 스크립트들을 읽어 올 수 있습니다.', 'login_note' => '로그인 참고', 'login_note_help' => '선택적으로 분실되거나 도난당한 장치를 찾은 사람들을 돕기 위한, 로그인 화면에 몇 문장을 포함하십시오. 이 항목에는 Github flavored markdown 를 사용할 수 있습니다.', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => '로고', 'full_multiple_companies_support_help_text' => '자신이 속한 공급자 자산에 공급자를 할당하는 것을 제한하는 사용자들 (관리자 포함)', 'full_multiple_companies_support_text' => '전체 다중 공급자들 지원', + 'show_in_model_list' => '모델 드롭다운에 표시', 'optional' => '선택 사항', 'per_page' => '페이지 당 결과', 'php' => 'PHP 버전', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack 종료점', 'slack_integration' => 'Slack 설정', 'slack_integration_help' => '느슨한 통합은 부가기능이지만, 사용하고 싶다면 종료점과 채널이 필요합니다. 느슨한 통합을 설정하려면, 우선 Slack 장부에webhook 저장소를 생성해야 합니다.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT 버전', + 'support_footer' => '꼬리말 링크 지원', + 'support_footer_help' => 'Snipe-IT 지원 정보 및 사용자 매뉴얼 보기 권한 설정', 'system' => '시스템 정보', 'update' => '갱신 설정', 'value' => '가치', diff --git a/resources/lang/ko/admin/statuslabels/table.php b/resources/lang/ko/admin/statuslabels/table.php index a0a9a44511..2ce25e9906 100644 --- a/resources/lang/ko/admin/statuslabels/table.php +++ b/resources/lang/ko/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => '보관됨', 'create' => '상태 꼬리표 생성', 'color' => '차트 색', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => '사용가능', 'info' => '상태 꼬리표는 소유한 자산들의 다양한 상태들을 묘사할 때 사용됩니다. 수리요망, 분실/도난 등이 될 것입니다. 사용 할 수 있거나, 대기중이거나 보관된 자산들 대상으로 새로운 상태 딱지를 생성할 수 있습니다.', 'name' => '상태 명', diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php index 7721f2ff3b..1d86b8f9f5 100644 --- a/resources/lang/ko/admin/users/general.php +++ b/resources/lang/ko/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => '그것들을 복원하려면 여기를 클릭하세요.', 'last_login' => '마지막 로그인', 'ldap_config_text' => 'LDAP 구성 설정들은 Admin > Settings 에서 찾을 수 있습니다. (부가적으로) 선택된 장소는 불러온 모든 사용자들에게 설정됩니다.', + 'print_assigned' => 'Assigned 자산 모두 인쇄', 'software_user' => '소프트웨어 반출 목록 :name', 'view_user' => '사용자 보기 :name', 'usercsv' => 'CSV 파일', diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php index ee8e0a2ecd..57f9979c46 100644 --- a/resources/lang/ko/general.php +++ b/resources/lang/ko/general.php @@ -70,6 +70,7 @@ 'department' => '부서', 'deployed' => '사용중', 'depreciation_report' => '감가상각 보고서', + 'details' => '상세 정보', 'download' => '내려받기', 'depreciation' => '감가 상각', 'editprofile' => '프로필 수정', @@ -79,9 +80,12 @@ 'email_domain_help' => '읽어오기시 전자 우편 주소를 생성하는데 사용됩니다.', 'filastname_format' => '초기 성명 (jsmith@example.com)', 'firstname_lastname_format' => '이름 성 (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => '이름 성 (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => '첫번째', 'first_name' => '이름', 'first_name_format' => '이름 (jane@example.com)', + 'files' => '파일', 'file_name' => '파일', 'file_uploads' => '파일 올리기', 'generate' => '생성', @@ -94,7 +98,7 @@ 'image' => '이미지', 'image_delete' => '이미지 삭제', 'image_upload' => '이미지 올리기', - 'image_filetypes_help' => '허용되는 파일 형식은 jpg, png, gif 및 svg입니다.', + 'image_filetypes_help' => 'jpg, png, gif, svg 확장자만 업로드 가능합니다. 업로드 가능한 최대 파일 크기는 :size 입니다.', 'import' => '불러오기', 'import-history' => '가져오기 이력', 'asset_maintenance' => '자산 관리', @@ -118,6 +122,7 @@ 'locations' => '위치', 'logout' => '로그아웃', 'lookup_by_tag' => '자산 태그로 조회', + 'maintenances' => '유지 관리', 'manufacturer' => '제조업체', 'manufacturers' => '제조업체', 'markdown' => '이 항목은 GFM을 따릅니다.', @@ -171,8 +176,11 @@ 'select_company' => '회사 선택', 'select_asset' => '자산 선택', 'settings' => '설정', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => '로그인', 'signature' => '서명', + 'skin' => 'Skin', 'some_features_disabled' => '데모 모드: 설치 시 일부 기능은 사용할 수 없습니다.', 'site_name' => '사이트 명', 'state' => '주', diff --git a/resources/lang/lt/admin/hardware/form.php b/resources/lang/lt/admin/hardware/form.php index 525215f2e4..1522fc079f 100644 --- a/resources/lang/lt/admin/hardware/form.php +++ b/resources/lang/lt/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Įrangos pavadinimas', 'update' => 'Įrangos atnaujinimas', 'warranty' => 'Garantija', + 'warranty_expires' => 'Warranty Expires', 'years' => 'metai', ) ; diff --git a/resources/lang/lt/admin/manufacturers/message.php b/resources/lang/lt/admin/manufacturers/message.php index a191e6617c..d255145e2c 100644 --- a/resources/lang/lt/admin/manufacturers/message.php +++ b/resources/lang/lt/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Gamintojas sėkmingai atnaujintas.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šį gamintoją?', 'error' => 'Nepavyko ištrinti gamintojo. Prašome bandykite dar kartą.', diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index 0928028109..47ced0cac3 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D barkodo tipas', 'eula_settings' => 'EULA nustatymai', 'eula_markdown' => 'Šis EULA leidžia Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Bendrieji nustatymai', 'generate_backup' => 'Atsarginė kopija', 'header_color' => 'Atraštės spalva', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktyvios vėliavos', 'ldap_emp_num' => 'LDAP darbuotojų skaičius', 'ldap_email' => 'LDAP el.paštas', + 'license' => 'Software License', 'load_remote_text' => 'Nuotoliniai skriptai', 'load_remote_help_text' => 'Šis Snipe-IT įdiegimas gali įtraukti programinius kodus iš interneto.', 'login_note' => 'Prisijungimo pastaba', 'login_note_help' => 'Pasirinktinai į savo prisijungimo ekraną įtraukite keletą sakinių, pavyzdžiui, kad padėtumėte žmonėms, kurie rasti pamestą ar pavogtą įrenginį. Šiame lauke pritariama "Github" skonio markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logotipas', 'full_multiple_companies_support_help_text' => 'Apriboti vartotojai (įskaitant administratorius) priskirtus kompanijoms.', 'full_multiple_companies_support_text' => 'Pilnas kelių kompanijų palaikymas', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'pasirinktinai', 'per_page' => 'Rezultatai puslapyje', 'php' => 'PHP versija', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack\'o galutinis taškas', 'slack_integration' => 'Slack\'o nustatymai', 'slack_integration_help' => 'Slack\'o integravimas yra pasirinktinis, tačiau kanalas ir galutinis taškas reikalingas jie jūs norite juos naudoti su Slack programėle. Norėdami konfigūruoti Slack\'o integraciją pirmiausia privalote sukurti įeinantį priedą savo turimoje Slack\'o paskyroje.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT versija', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Sistemos informacija', 'update' => 'Atnaujinti nustatymus', 'value' => 'Vertė', diff --git a/resources/lang/lt/admin/statuslabels/table.php b/resources/lang/lt/admin/statuslabels/table.php index 862e36c105..c1517a195a 100644 --- a/resources/lang/lt/admin/statuslabels/table.php +++ b/resources/lang/lt/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archyvuota', 'create' => 'Sukurti būlės kortelę', 'color' => 'Diagramos spalva', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Naudojamas', 'info' => 'Būklės kortelės naudojamos apibūdinti įvairias jūsų įrangos būkles, kuriose ji randasi. Kortelės gali būti nurodančios, kad įranga remontuojama, prarasta, pavota ir t. t. Jūs galite suskurti naują būklės kortelę išduotiems, atnaujinamiems ir kitiems įrenginiams.', 'name' => 'Būklės pavadinimas', diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php index 1778c1ea86..934a5cab7e 100644 --- a/resources/lang/lt/admin/users/general.php +++ b/resources/lang/lt/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Spauskite čia norėdami juos atkurti.', 'last_login' => 'Paskutinis prisijungimas', 'ldap_config_text' => 'LDAP konfigūracijos parametrus galite rasti Administratorius> Nustatymai. Pasirinkta vieta (pasirinktinai) bus nustatyta visiems importuojamiems vartotojams.', + 'print_assigned' => 'Print All Assigned', 'software_user' => ':name išduota įranga', 'view_user' => 'Peržiūrėti :name vartotoją', 'usercsv' => 'CSV dokumentas', diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php index de6185e27c..a7495af641 100644 --- a/resources/lang/lt/general.php +++ b/resources/lang/lt/general.php @@ -70,6 +70,7 @@ 'department' => 'Departamentas', 'deployed' => 'Naudojama', 'depreciation_report' => 'Nusidėvėjimo ataskaita', + 'details' => 'Details', 'download' => 'Atsisiųsti', 'depreciation' => 'Nusidėvėjimas', 'editprofile' => 'Koreguoti profilį', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Tai naudojama importuojant importuojamus el. Pašto adresus', 'filastname_format' => 'V. Pavardė (vpavarde@example.com)', 'firstname_lastname_format' => 'Vardas Pavardė (vpavarde@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Pirmas', 'first_name' => 'Vardas', 'first_name_format' => 'Vardas (vpavarde@example.com)', + 'files' => 'Files', 'file_name' => 'Failas', 'file_uploads' => 'Failo Įkėlimas', 'generate' => 'Sukurti', @@ -94,7 +98,7 @@ 'image' => 'Paveikslėlis', 'image_delete' => 'Ištrinti nuotrauką', 'image_upload' => 'Įkelti nuotrauką', - 'image_filetypes_help' => 'Palaikomi failų formatai yra jpg, png, gif, ir svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Įkelti', 'import-history' => 'Importuoti istoriją', 'asset_maintenance' => 'Įrangos priežiūra', @@ -118,6 +122,7 @@ 'locations' => 'Vietovės', 'logout' => 'Atsijungti', 'lookup_by_tag' => 'Paiešką pagal turto žymą', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Gamintojas', 'manufacturers' => 'Gamintojai', 'markdown' => 'Šis laukas leidžia Github skonio markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Pasirinkite kompaniją', 'select_asset' => 'Pasirinkite įrangą', 'settings' => 'Nustatymai', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Prisijungti', 'signature' => 'Parašas', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: kai kurios funkcijos yra išjungtos šio diegimo metu.', 'site_name' => 'Interneto puslapio pavadinimas', 'state' => 'Rajonas', diff --git a/resources/lang/lv/admin/hardware/form.php b/resources/lang/lv/admin/hardware/form.php index 3470eb00bf..37cea96291 100644 --- a/resources/lang/lv/admin/hardware/form.php +++ b/resources/lang/lv/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Asset Tag', 'update' => 'Aktīvu atjaunošana', 'warranty' => 'Garantija', + 'warranty_expires' => 'Warranty Expires', 'years' => 'gadiem', ) ; diff --git a/resources/lang/lv/admin/manufacturers/message.php b/resources/lang/lv/admin/manufacturers/message.php index 209769bb0c..5cafd8dcc0 100644 --- a/resources/lang/lv/admin/manufacturers/message.php +++ b/resources/lang/lv/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Ražotājs tika veiksmīgi atjaunināts.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Vai tiešām vēlaties dzēst šo ražotāju?', 'error' => 'Radās problēma, izdzēšot ražotāju. Lūdzu mēģiniet vēlreiz.', diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php index 8161ac250e..03e24f9be3 100644 --- a/resources/lang/lv/admin/settings/general.php +++ b/resources/lang/lv/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D svītrkoda tips', 'eula_settings' => 'EULA iestatījumi', 'eula_markdown' => 'Šis EULA ļauj Github aromatizēts markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Vispārīgie iestatījumi', 'generate_backup' => 'Izveidot dublējumu', 'header_color' => 'Galvenes krāsa', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktīvā karodziņa', 'ldap_emp_num' => 'LDAP darbinieku skaits', 'ldap_email' => 'LDAP e-pasts', + 'license' => 'Software License', 'load_remote_text' => 'Attàlie skripti', 'load_remote_help_text' => 'Šī Snipe-IT instalēšana var ielādēt skriptus no ārpasaules.', 'login_note' => 'Pieteikšanās piezīme', 'login_note_help' => 'Jūsu pieteikšanās ekrānā pēc izvēles var iekļaut dažus teikumus, piemēram, lai palīdzētu cilvēkiem, kuri ir atraduši nozaudētu vai nozagtu ierīci. Šajā laukā tiek pieņemti Github aromatizēti atzīme', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logotips', 'full_multiple_companies_support_help_text' => 'Ierobežot lietotājus (tostarp administratorus), kas uzņēmumiem piešķirti viņu uzņēmuma aktīvos.', 'full_multiple_companies_support_text' => 'Pilns vairāku uzņēmumu atbalsts', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'pēc izvēles', 'per_page' => 'Rezultāti lapā', 'php' => 'PHP versija', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Vāja integrācija nav obligāta, taču galapunkts un kanāls ir vajadzīgi, ja vēlaties to izmantot. Lai konfigurētu Slack integrāciju, vispirms izveidojiet ienākošo webhook savā Slack kontā.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT versija', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Sistēmas informācija', 'update' => 'Atjauniniet iestatījumus', 'value' => 'Vērtība', diff --git a/resources/lang/lv/admin/statuslabels/table.php b/resources/lang/lv/admin/statuslabels/table.php index 595e5701b7..ef4f346228 100644 --- a/resources/lang/lv/admin/statuslabels/table.php +++ b/resources/lang/lv/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arhivēts', 'create' => 'Izveidot statusa marķējumu', 'color' => 'Diagrammas krāsa', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Izvietojams', 'info' => 'Statusa etiķetes tiek izmantotas, lai aprakstītu dažādas valstis, kurās varētu būt aktīvi. Tie var būt paredzēti remontam, nozaudēšanai / nozagšanai utt. Varat izveidot jaunas statusa etiķetes izvietojamiem, gaidīšanas un arhivētiem aktīviem.', 'name' => 'Statusa nosaukums', diff --git a/resources/lang/lv/admin/users/general.php b/resources/lang/lv/admin/users/general.php index 719a1e92e0..b8eccdb8da 100644 --- a/resources/lang/lv/admin/users/general.php +++ b/resources/lang/lv/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Noklikšķiniet šeit, lai tos atjaunotu.', 'last_login' => 'Pēdējais pieteikšanās', 'ldap_config_text' => 'LDAP konfigurācijas iestatījumus var atrast Admin> Settings. Atlasītā atrašanās vieta (izvēles) tiks iestatīta visiem importētajiem lietotājiem.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Programmatūra Pārbaudīta: nosaukums', 'view_user' => 'Apskatīt Lietotāju: vārds', 'usercsv' => 'CSV fails', diff --git a/resources/lang/lv/general.php b/resources/lang/lv/general.php index f24f365635..e053daa413 100644 --- a/resources/lang/lv/general.php +++ b/resources/lang/lv/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Izrakstīšanās', 'city' => 'Pilsēta', 'click_here' => 'Noklikšķiniet šeit', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Notīrīt izvēli', 'companies' => 'Kompānijas', 'company' => 'Uzņēmums', 'component' => 'Komponents', @@ -70,6 +70,7 @@ 'department' => 'nodaļa', 'deployed' => 'Izvietota', 'depreciation_report' => 'Amortizācijas atskaite', + 'details' => 'Detaļas', 'download' => 'Lejupielādēt', 'depreciation' => 'Nolietojums', 'editprofile' => 'Rediģējiet savu profilu', @@ -79,22 +80,25 @@ 'email_domain_help' => 'To izmanto, lai importētu e-pasta adreses', 'filastname_format' => 'Pirmais sākotnējais uzvārds (jsmith@example.com)', 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Vārds Uzvārds (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Vispirms', 'first_name' => 'Vārds', 'first_name_format' => 'Vārds (jane@example.com)', + 'files' => 'Datnes', 'file_name' => 'Fails', 'file_uploads' => 'Faila augšupielāde', 'generate' => 'Izveidot', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Šajā laukā tiek pieņemts Github pieņemtais marķējums.', 'groups' => 'Grupas', 'gravatar_email' => 'Gravatar e-pasta adrese', 'history' => 'Vēsture', 'history_for' => 'Vēsture par', 'id' => 'ID', - 'image' => 'Image', + 'image' => 'Attēls', 'image_delete' => 'Dzēst attēlu', 'image_upload' => 'Augšupielādēt attēlu', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Pieņemtie faila tipi ir jpg, png, gif un svg. Maksimālais augšupielādes izmērs ir :size.', 'import' => 'Importēt', 'import-history' => 'Importa vēsture', 'asset_maintenance' => 'Aktīvu uzturēšana', @@ -118,6 +122,7 @@ 'locations' => 'Atrašanās vietas', 'logout' => 'Izlogoties', 'lookup_by_tag' => 'Meklēt pēc Asset Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Ražotājs', 'manufacturers' => 'Ražotāji', 'markdown' => 'Šajā laukā ir iespējota Github aromatizēta atzīme.', @@ -171,8 +176,11 @@ 'select_company' => 'Izvēlieties uzņēmumu', 'select_asset' => 'Izvēlieties Asset', 'settings' => 'Iestatījumi', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Ielogoties', 'signature' => 'Paraksts', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: dažas instalācijas funkcijas ir atspējotas.', 'site_name' => 'Vietnes nosaukums', 'state' => 'Valsts', diff --git a/resources/lang/mi/admin/hardware/form.php b/resources/lang/mi/admin/hardware/form.php index 077281ce31..fa580c3273 100644 --- a/resources/lang/mi/admin/hardware/form.php +++ b/resources/lang/mi/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Tae Taonga', 'update' => 'Te Whakahou Ahua', 'warranty' => 'Te tiwhikete', + 'warranty_expires' => 'Warranty Expires', 'years' => 'tau', ) ; diff --git a/resources/lang/mi/admin/manufacturers/message.php b/resources/lang/mi/admin/manufacturers/message.php index 6c400d2080..cb6e56c109 100644 --- a/resources/lang/mi/admin/manufacturers/message.php +++ b/resources/lang/mi/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Kua angitu te kaihanga.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Kei te hiahia koe ki te muku i tenei kaiwhakanao?', 'error' => 'He raru kei te whakakore i te kaihanga. Tena ngana ano.', diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php index babcb91f61..32a197956b 100644 --- a/resources/lang/mi/admin/settings/general.php +++ b/resources/lang/mi/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D momo tapanga', 'eula_settings' => 'Tautuhinga EULA', 'eula_markdown' => 'Ka taea e tenei EULA te Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Tautuhinga Whānui', 'generate_backup' => 'Whakaritea te Whakaora', 'header_color' => 'Tae pane', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Karaimana Mahi', 'ldap_emp_num' => 'Tau Taumahi LDAP', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => 'Ngā Hōtuhi Mamao', 'load_remote_help_text' => 'Ka taea e tenei kohinga Snipe-IT te kawe i nga tuhinga mai i te ao o waho.', 'login_note' => 'Whakauru Tuhipoka', 'login_note_help' => 'Ka whakauruhia etahi waahanga i runga i to mata takiuru, hei tauira hei awhina i nga tangata i kitea he mea ngaro, tahae ranei. Ka whakaaetia e tenei mara Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Moko', 'full_multiple_companies_support_help_text' => 'Te whakaiti i nga kaiwhakamahi (tae atu ki nga kaiwhakahaere) kua tohaina ki nga kamupene ki nga taonga a to kamupene.', 'full_multiple_companies_support_text' => 'Te Tautoko Kamupene Maha', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'kōwhiringa', 'per_page' => 'Nga Hua Nga Whārangi', 'php' => 'PHP Version', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Ngā Tautuhinga Hati', 'slack_integration_help' => 'Ko te whakauru i te whakauru he mea whiriwhiri, engari e hiahiatia ana te tohu me te waahana ki te hiahia koe ki te whakamahi. Hei whirihora i te whakauru o Slack, me create koe i te webhook i runga i to pūkete Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Whakaaetanga-IT putanga', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Mōhiohio Pūnaha', 'update' => 'Tautuhinga Whakahōu', 'value' => 'Uara', diff --git a/resources/lang/mi/admin/statuslabels/table.php b/resources/lang/mi/admin/statuslabels/table.php index 9f3050651f..3bdc6ff621 100644 --- a/resources/lang/mi/admin/statuslabels/table.php +++ b/resources/lang/mi/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Whakamahia', 'create' => 'Waihanga Tapanga Whakaaetanga', 'color' => 'Tae Tae', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Kaore e taea', 'info' => 'Ka whakamahia nga tapanga taatai ​​hei whakaahua i nga ahuatanga ka taea e nga taonga hei whakauru ki a koe. Ka puta pea ki te whakapai, ki te ngaro, ki te tahae, me era atu. Ka taea e koe te hanga i nga waahanga hou hou mo nga mea e taea ana e nga mea e pa ana, e tatari ana me te kounga.', 'name' => 'Ingoa Tūnga', diff --git a/resources/lang/mi/admin/users/general.php b/resources/lang/mi/admin/users/general.php index 9669f6f647..4c15ad04f7 100644 --- a/resources/lang/mi/admin/users/general.php +++ b/resources/lang/mi/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Pāwhiri ki konei kia whakahokia mai.', 'last_login' => 'Whakauru Whakamutunga', 'ldap_config_text' => 'Ka taea te kitea nga tautuhinga whirihora LDAP Kaiwhakahaere> Tautuhinga. Ko te (tahua) kua tohua te tauwāhi kua tohua mo nga kaiwhakamahi katoa kua kawemai.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Pūmanawa Kua tirotirohia ki: ingoa', 'view_user' => 'Tirohia te Kaiwhakamahi: ingoa', 'usercsv' => 'Kōnae CSV', diff --git a/resources/lang/mi/general.php b/resources/lang/mi/general.php index 42151206e0..01257932e5 100644 --- a/resources/lang/mi/general.php +++ b/resources/lang/mi/general.php @@ -70,6 +70,7 @@ 'department' => 'Tari', 'deployed' => 'Kua tohua', 'depreciation_report' => 'Te Poari Kaute', + 'details' => 'Details', 'download' => 'Tikiake', 'depreciation' => 'Te whakahekenga moni', 'editprofile' => 'Whakatikahia to Whakaatu', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Ka whakamahia tenei ki te whakaputa i nga wahitau īmēra ina kawemai', 'filastname_format' => 'Tuatahi Ingoa Tuatahi (jsmith@example.com)', 'firstname_lastname_format' => 'Ingoa Tuatahi Ingoa Mutu (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Tuatahi', 'first_name' => 'Ingoa Tuatahi', 'first_name_format' => 'Ingoa Tuatahi (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Kōnae', 'file_uploads' => 'Ngā Tukunga Kōnae', 'generate' => 'Whakanuia', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Mukua te Whakaahua', 'image_upload' => 'Tukuna Whakaahua', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Kawemai', 'import-history' => 'Kaweake Kawemai', 'asset_maintenance' => 'Te Whakahaere Ahua', @@ -118,6 +122,7 @@ 'locations' => 'Tauranga', 'logout' => 'Whakaaturanga', 'lookup_by_tag' => 'Te tirotiro i te Tohu Taonga', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Kaihanga', 'manufacturers' => 'Kaihanga', 'markdown' => 'Ka whakaaetia e tenei maraa Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Tīpako Kamupene', 'select_asset' => 'Tīpakohia te Tahua', 'settings' => 'Tautuhinga', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Waitohu', 'signature' => 'Waitohu', + 'skin' => 'Skin', 'some_features_disabled' => 'TE WHAKAMAHI MĀTAURANGA: Kua monokia ētahi āhuatanga mo tenei tāutanga me te raraunga i tenei pūnaha ka tautuhi i ia ra.', 'site_name' => 'Ingoa Pae', 'state' => 'State', diff --git a/resources/lang/mn/admin/hardware/form.php b/resources/lang/mn/admin/hardware/form.php index 6b33145ecf..d127fc2f7a 100644 --- a/resources/lang/mn/admin/hardware/form.php +++ b/resources/lang/mn/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Хөрөнгийн шошго', 'update' => 'Хөрөнгийн шинэчлэлт', 'warranty' => 'Баталгаат', + 'warranty_expires' => 'Warranty Expires', 'years' => 'жил', ) ; diff --git a/resources/lang/mn/admin/manufacturers/message.php b/resources/lang/mn/admin/manufacturers/message.php index a15cb4e3cd..4da97fe26a 100644 --- a/resources/lang/mn/admin/manufacturers/message.php +++ b/resources/lang/mn/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Үйлдвэрлэгч амжилттай шинэчлэгдсэн.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Та энэ үйлдвэрлэгчийн устгахыг хүсч байгаадаа итгэлтэй байна уу?', 'error' => 'Үйлдвэрлэгчийг устгахад асуудал гарлаа. Дахин оролдоно уу.', diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php index 952eca5817..8be9bc6dac 100644 --- a/resources/lang/mn/admin/settings/general.php +++ b/resources/lang/mn/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D бар кодын төрөл', 'eula_settings' => 'EULA тохиргоо', 'eula_markdown' => 'Энэ EULA нь Гитуб амттай markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Ерөнхий Тохиргоо', 'generate_backup' => 'Нөөц үүсгэх', 'header_color' => 'Толгойн өнгө', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP Ажилчдын тоо', 'ldap_email' => 'LDAP И-мэйл', + 'license' => 'Software License', 'load_remote_text' => 'Алсын Scripts', 'load_remote_help_text' => 'Энэ Snipe-IT суулгах нь гаднах ертөнцөөс скриптүүдийг дуудаж чаддаг.', 'login_note' => 'Нэвтрэх Тайлбар', 'login_note_help' => 'Нэвтрэх дэлгэц дээр цөөн хэдэн өгүүлбэрийг оруулаад, жишээ нь алдагдсан эсвэл хулгайлсан төхөөрөмжийг олж авсан хүмүүст туслах. Энэ талбар Github амт markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Лого', 'full_multiple_companies_support_help_text' => 'Компаниудын өмч хөрөнгөд компанид хуваарилсан хэрэглэгчдийг (түүний дотор админуудыг) хязгаарлах.', 'full_multiple_companies_support_text' => 'Олон тооны компаниудын дэмжлэг', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'Нэмэлт', 'per_page' => 'Нэг хуудасны үр дүн', 'php' => 'PHP хувилбар', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack тохиргоо', 'slack_integration_help' => 'Slack интеграци нь сонголттой боловч та ашиглахыг хүсэж байгаа бол төгсгөл болон суваг шаардлагатай. Slack интеграцыг тохируулахын тулд та эхлээд нэвтэрч байгаа вэбхook Slack дансанд эхлүүлэх ёстой.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT хувилбар', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Системийн мэдээлэл', 'update' => 'Тохиргоог шинэчлэнэ', 'value' => 'Утга', diff --git a/resources/lang/mn/admin/statuslabels/table.php b/resources/lang/mn/admin/statuslabels/table.php index d1aec89564..5596b14cd7 100644 --- a/resources/lang/mn/admin/statuslabels/table.php +++ b/resources/lang/mn/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Архивлагдсан', 'create' => 'Статусын шошго үүсгэнэ үү', 'color' => 'График өнгө', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Даалгавартай', 'info' => 'Статусын шошгонууд нь таны өмч хөрөнгүүдийн янз бүрийн мужуудыг тодорхойлоход хэрэглэгддэг. Засварлах, алдагдах, хулгайлагдах гэх мэтчилэн байж болно. Та байршуулах боломжтой, хүлээгдэж байгаа, архивлагдсан хөрөнгөд зориулсан шинэ статусыг үүсгэж болно.', 'name' => 'Статусын нэр', diff --git a/resources/lang/mn/admin/users/general.php b/resources/lang/mn/admin/users/general.php index 69cd1e2357..c888c3d1e3 100644 --- a/resources/lang/mn/admin/users/general.php +++ b/resources/lang/mn/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Тэднийг сэргээхийн тулд энд дарна уу.', 'last_login' => 'Сүүлчийн Нэвтрэх', 'ldap_config_text' => 'LDAP тохиргооны тохиргоог Админ> Тохиргоо гэж олж болно. (Заавал биш) сонгосон байршлыг бүх импортлогчдын хувьд тохируулах болно.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Програм хангамж: нэр', 'view_user' => 'Хэрэглэгч: нэрийг харах', 'usercsv' => 'CSV файл', diff --git a/resources/lang/mn/general.php b/resources/lang/mn/general.php index 87a9e77d2f..1eb05e3a97 100644 --- a/resources/lang/mn/general.php +++ b/resources/lang/mn/general.php @@ -70,6 +70,7 @@ 'department' => 'Газар', 'deployed' => 'Суулгасан', 'depreciation_report' => 'Элэгдлийн тайлан', + 'details' => 'Details', 'download' => 'Татаж авах', 'depreciation' => 'Элэгдэл', 'editprofile' => 'Өөрийн профайлаа засах', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Энэ нь импортлох үед имэйл хаяг үүсгэхэд ашиглагддаг', 'filastname_format' => 'Эхний анхны нэр (jsmith@example.com)', 'firstname_lastname_format' => 'Эхний нэрний нэр (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Эхлээд', 'first_name' => 'Нэр', 'first_name_format' => 'Эхний нэр (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Файл', 'file_uploads' => 'Файл оруулах', 'generate' => 'Үүсгэх', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Зураг устгах', 'image_upload' => 'Зургийн байршуулалт', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Импорт', 'import-history' => 'Түүхийг импортлох', 'asset_maintenance' => 'Хөрөнгийн засвар үйлчилгээ', @@ -118,6 +122,7 @@ 'locations' => 'Байршил', 'logout' => 'Гарах', 'lookup_by_tag' => 'Хөрөнгийн Tagаар хайх', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Үйлдвэрлэгч', 'manufacturers' => 'Үйлдвэрлэгчид', 'markdown' => 'Энэ талбар нь Гитуб амттай markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Компани сонгох', 'select_asset' => 'Хөрөнгийг сонгоно уу', 'settings' => 'Тохиргоо', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Нэвтрэх', 'signature' => 'Гарын үсэг', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Энэ суулгацад зарим функцууд хаагдсан байна.', 'site_name' => 'Сайтын нэр', 'state' => 'Улс', diff --git a/resources/lang/ms/admin/hardware/form.php b/resources/lang/ms/admin/hardware/form.php index 34fb49adfd..436a6c9d79 100644 --- a/resources/lang/ms/admin/hardware/form.php +++ b/resources/lang/ms/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Tag Harta', 'update' => 'Kemaskini Harta', 'warranty' => 'Waranti', + 'warranty_expires' => 'Warranty Expires', 'years' => 'tahun', ) ; diff --git a/resources/lang/ms/admin/manufacturers/message.php b/resources/lang/ms/admin/manufacturers/message.php index d3659f0f5c..4f34c93e72 100644 --- a/resources/lang/ms/admin/manufacturers/message.php +++ b/resources/lang/ms/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Pengeluar berjaya dikemaskini.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Anda pasti anda ingin hapuskan pengeluar ini?', 'error' => 'Ada isu semasa menghapuskan pengeluar. Sila cuba lagi.', diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index 22a83dd153..28f59974e1 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Jenis kod bar 1D', 'eula_settings' => 'Tetapan EULA', 'eula_markdown' => 'EULA ini membolehkan markah Github berperisa.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Tetapan umum', 'generate_backup' => 'Hasilkan Backup', 'header_color' => 'Warna Tandukan', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Bendera Aktif LDAP', 'ldap_emp_num' => 'Nombor Kakitangan LDAP', 'ldap_email' => 'E-mel LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Skrip Jauh', 'load_remote_help_text' => 'Pemasangan Snipe-IT ini boleh memuatkan skrip dari dunia luar.', 'login_note' => 'Nota Masuk', 'login_note_help' => 'Opsyenal termasuk beberapa ayat pada skrin log masuk anda, contohnya untuk membantu orang yang telah menemui peranti yang hilang atau dicuri. Medan ini menerima markah Github markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Membataskan pengguna (termasuk pentadbir) yang diberikan kepada syarikat kepada aset syarikat mereka.', 'full_multiple_companies_support_text' => 'Sokongan Syarikat Pelbagai Penuh', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'pilihan', 'per_page' => 'Senarai Setiap Mukasurat', 'php' => 'Versi PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Endpoint Slack', 'slack_integration' => 'Tetapan Slack', 'slack_integration_help' => 'Penyepaduan slack adalah pilihan, namun titik akhir dan saluran diperlukan jika anda ingin menggunakannya. Untuk mengkonfigurasi integrasi Slack, anda mesti terlebih dahulu create webhook masuk pada akaun Slack anda.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Versi Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Maklumat Sistem', 'update' => 'Kemaskini Tetapan', 'value' => 'Nilai', diff --git a/resources/lang/ms/admin/statuslabels/table.php b/resources/lang/ms/admin/statuslabels/table.php index 9b8c12a839..e9fb99b2bd 100644 --- a/resources/lang/ms/admin/statuslabels/table.php +++ b/resources/lang/ms/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Diarkibkan', 'create' => 'Cipata Label Status', 'color' => 'Warna Carta', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', 'info' => 'Label status digunakan untuk menggambarkan pelbagai negeri aset anda boleh masuk. Mereka mungkin keluar untuk dibaiki, hilang / dicuri, dan lain-lain. Anda boleh membuat label status baru untuk aset yang boleh ditugaskan, tertunda dan diarkibkan.', 'name' => 'Nama Status', diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php index 40dbe555a3..3e3b8d00de 100644 --- a/resources/lang/ms/admin/users/general.php +++ b/resources/lang/ms/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klik di sini untuk memulihkannya.', 'last_login' => 'Log masuk terakhir', 'ldap_config_text' => 'Tetapan konfigurasi LDAP boleh didapati Admin> Tetapan. Lokasi (pilihan) yang dipilih akan ditetapkan untuk semua pengguna yang diimport.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Perisian diagihkan kepada :nama', 'view_user' => 'Papar Pengguna :nama', 'usercsv' => 'Fail CSV', diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php index ec280107ab..0406439a51 100644 --- a/resources/lang/ms/general.php +++ b/resources/lang/ms/general.php @@ -70,6 +70,7 @@ 'department' => 'Jabatan', 'deployed' => 'Telah Diagihkan', 'depreciation_report' => 'Laporan Susut nilai', + 'details' => 'Details', 'download' => 'Muat turun', 'depreciation' => 'Susut Nilai', 'editprofile' => 'Kemaskini Profail Anda', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Ini digunakan untuk menjana alamat e-mel semasa mengimport', 'filastname_format' => 'Nama Akhir Permulaan Pertama (jsmith@example.com)', 'firstname_lastname_format' => 'Nama Akhir Nama Pertama (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Pertama', 'first_name' => 'Nama pertama', 'first_name_format' => 'Nama Pertama (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fail', 'file_uploads' => 'Muat Naik Fail', 'generate' => 'Laksanakan', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Hapuskan imej', 'image_upload' => 'Muat naik imej', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Import', 'import-history' => 'Sejarah Import', 'asset_maintenance' => 'Penyelenggaraan Aset', @@ -118,6 +122,7 @@ 'locations' => 'Lokasi', 'logout' => 'Log keluar', 'lookup_by_tag' => 'Cari dengan Tag Aset', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Pengeluar', 'manufacturers' => 'Pengeluar', 'markdown' => 'Bidang ini membolehkan markah rasa Github.', @@ -171,8 +176,11 @@ 'select_company' => 'Pilih Syarikat', 'select_asset' => 'Pilih Asset', 'settings' => 'Tetapan', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Log masuk', 'signature' => 'Tandatangan', + 'skin' => 'Skin', 'some_features_disabled' => 'MODEM DEMO: Sesetengah ciri dilumpuhkan untuk pemasangan ini.', 'site_name' => 'Nama Sesawang', 'state' => 'Negeri', diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php index fdf0cbfc51..10da2fa401 100644 --- a/resources/lang/nl/admin/hardware/form.php +++ b/resources/lang/nl/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Materiaaltag', 'update' => 'Materiaalupdate', 'warranty' => 'Garantie', + 'warranty_expires' => 'Warranty Expires', 'years' => 'jaar', ) ; diff --git a/resources/lang/nl/admin/manufacturers/message.php b/resources/lang/nl/admin/manufacturers/message.php index 2213828a25..67897e5ad7 100644 --- a/resources/lang/nl/admin/manufacturers/message.php +++ b/resources/lang/nl/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Fabrikant succesvol bijgewerkt.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Weet u zeker dat deze fabrikant verwijderd kan worden?', 'error' => 'Er was een probleem bij het verwijderen. Probeer opnieuw.', diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index bc52217acd..ecc9ab0c36 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Streepjescode soort', 'eula_settings' => 'Gebruikersovereenkomsten instellingen', 'eula_markdown' => 'Deze gebruikersovereenkomst staat Github flavored markdown toe.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Algemene Instellingen', 'generate_backup' => 'Genereer een backup', 'header_color' => 'Kleur van koptekst', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP actief vlag', 'ldap_emp_num' => 'LDAP personeelsnummer', 'ldap_email' => 'LDAP E-mail', + 'license' => 'Software License', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'Deze Snipe-IT installatie kan scripts van de buitenwereld laden.', 'login_note' => 'Inlog notitie', 'login_note_help' => 'Hier kan je optioneel een paar regels tekst weergeven, bijvoorbeeld om mensen die een verloren of gestolen apparaat hebben gevonden te assisteren. Dit veld accepteert Github markdown opmaak', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Beperk gebruikers (ook admins) die gekoppeld zijn aan hun bedrijf tot hun bedrijfsproducten.', 'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'mogelijk', 'per_page' => 'Resultaten per pagina', 'php' => 'PHP versie', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack eindpunt', 'slack_integration' => 'Slack instellingen', 'slack_integration_help' => 'Slack intergratie is niet verplicht, maar de endpoint en kanaal zijn verplicht als je het wilt gebruiken. Om Slack integratie te configureren moet je eerst maak een nieuwe webhook aan in je Slack account.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT Versie', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Systeem informatie', 'update' => 'Wijzig instelingen', 'value' => 'Waarde', diff --git a/resources/lang/nl/admin/statuslabels/table.php b/resources/lang/nl/admin/statuslabels/table.php index 6859b4fad8..fc03fc7bb9 100644 --- a/resources/lang/nl/admin/statuslabels/table.php +++ b/resources/lang/nl/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Gearchiveerd', 'create' => 'Maak een Status Label', 'color' => 'Diagram kleur', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Uitrolbaar', 'info' => 'Status labels worden gebruikt om de status van je producten te beschrijven. Ze kunnen worden gerepareerd, verloren/gestolen, etc. Je kan nieuwe status labels maken voor uitrolbaar, inbehandeling en gearchiveerde producten.', 'name' => 'Statusnaam', diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php index 66bbedf1e3..23af692063 100644 --- a/resources/lang/nl/admin/users/general.php +++ b/resources/lang/nl/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klik hier om ze te herstellen.', 'last_login' => 'Laatst aangemeld', 'ldap_config_text' => 'LDAP configuratie kan worden gevonden in Admin > Instellingen. De (optioneel) geselecteerde locatie zal voor alle geimporteerde gebruikers ingesteld worden.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software toegekend aan :name', 'view_user' => 'Bekijk gebruiker :name', 'usercsv' => 'CSV bestand', diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php index 6246342808..b8a7187844 100644 --- a/resources/lang/nl/general.php +++ b/resources/lang/nl/general.php @@ -70,6 +70,7 @@ 'department' => 'Afdeling', 'deployed' => 'Ingezet', 'depreciation_report' => 'Afschrijvingsrapport', + 'details' => 'Details', 'download' => 'Download', 'depreciation' => 'Afschrijving', 'editprofile' => 'Bewerk jouw profiel', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Dit wordt gebruikt voor het genereren van e-mailadressen bij het importeren', 'filastname_format' => 'Eerste Initiaal Achternaam (jsmith@example.com)', 'firstname_lastname_format' => 'Voornaam Achternaam (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Eerste', 'first_name' => 'Voornaam', 'first_name_format' => 'Voornaam (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Bestand', 'file_uploads' => 'Bestand uploaden', 'generate' => 'Genereer', @@ -94,7 +98,7 @@ 'image' => 'Afbeelding', 'image_delete' => 'Afbeelding verwijderen', 'image_upload' => 'Afbeelding uploaden', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importeer', 'import-history' => 'Import historie', 'asset_maintenance' => 'Materiaal onderhoud', @@ -118,6 +122,7 @@ 'locations' => 'Locaties', 'logout' => 'Afmelden', 'lookup_by_tag' => 'Opzoeken via object ID', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Fabrikant', 'manufacturers' => 'Fabrikanten', 'markdown' => 'Dit veld staat Github markdown gebruik toe.', @@ -171,8 +176,11 @@ 'select_company' => 'Selecteer een bedrijf', 'select_asset' => 'Selecteer product', 'settings' => 'Instellingen', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Aanmelden', 'signature' => 'Handtekening', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODUS: Sommige functies zijn uitgeschakeld voor deze installatie.', 'site_name' => 'Sitenaam', 'state' => 'Status', diff --git a/resources/lang/no/admin/hardware/form.php b/resources/lang/no/admin/hardware/form.php index b6ed59450c..cfeb5a96eb 100644 --- a/resources/lang/no/admin/hardware/form.php +++ b/resources/lang/no/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Eiendelsmerke', 'update' => 'Oppdater eiendel', 'warranty' => 'Garanti', + 'warranty_expires' => 'Warranty Expires', 'years' => 'år', ) ; diff --git a/resources/lang/no/admin/manufacturers/message.php b/resources/lang/no/admin/manufacturers/message.php index 723e597225..70cc320b45 100644 --- a/resources/lang/no/admin/manufacturers/message.php +++ b/resources/lang/no/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Oppdatering av produsent vellykket.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette denne produsenten?', 'error' => 'Det oppstod et problem under sletting av produsenten. Prøv igjen.', diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index 7bb0a9f01d..b8aa764f45 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D strekkodetype', 'eula_settings' => 'EULA-innstillinger', 'eula_markdown' => 'Denne EULAen tillater Github Flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Generelle innstillinger', 'generate_backup' => 'Generer Sikkerhetskopi', 'header_color' => 'Overskriftsfarge', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP aktive flag', 'ldap_emp_num' => 'LDAP ansattnummer', 'ldap_email' => 'LDAP E-post', + 'license' => 'Software License', 'load_remote_text' => 'Eksterne Skript', 'load_remote_help_text' => 'Denne Snipe-IT-installasjonen kan laste skript fra Internett.', 'login_note' => 'Logg inn melding', 'login_note_help' => 'Eventuelt inkludere et par setninger på logg inn skjermen, for eksempel for å hjelpe mennesker som har funnet en mistet eller stjålet enhet. Dette feltet godtar Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.', 'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'valgfri', 'per_page' => 'Resultater pr side', 'php' => 'PHP-versjon', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack endepunkt', 'slack_integration' => 'Slack-innstillinger', 'slack_integration_help' => 'Slack-integrasjon er valgfritt, men endepunkt og kanal er påkrevd hvis du vil bruke det. For å konfigurere Slack-integrasjon må du først opprette en innkommende webhook på din Slack-konto.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT-versjon', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Systeminformasjon', 'update' => 'Oppdater innstillinger', 'value' => 'Verdi', diff --git a/resources/lang/no/admin/statuslabels/table.php b/resources/lang/no/admin/statuslabels/table.php index ba0fdbf8b1..9d4e88635b 100644 --- a/resources/lang/no/admin/statuslabels/table.php +++ b/resources/lang/no/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arkivert', 'create' => 'Opprett statusmerke', 'color' => 'Graf-farge', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Utleverbar', 'info' => 'Statusmerker brukes for å beskrive de forskjellige statusene dine eiendeler kan ha. De kan være under reparasjon, tapt/stjålet, osv. Du kan opprette nye statusmerker for utleverbare, under arbeid eller arkiverte eiendeler.', 'name' => 'Statusnavn', diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php index 28a772c09f..7e9cd559fa 100644 --- a/resources/lang/no/admin/users/general.php +++ b/resources/lang/no/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klikk her for å gjenopprette dem.', 'last_login' => 'Siste innlogging', 'ldap_config_text' => 'LDAP-konfigurasjonsinnstillingene kan finnes på Admin > innstillinger. Den (Valgfrie) valgte plasseringen angis for alle importerte brukere.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Programvare utsjekket til :name', 'view_user' => 'Vis bruker :name', 'usercsv' => 'CSV-fil', diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php index 782806b291..c0c9c8ae4d 100644 --- a/resources/lang/no/general.php +++ b/resources/lang/no/general.php @@ -70,6 +70,7 @@ 'department' => 'Avdeling', 'deployed' => 'Utlevert', 'depreciation_report' => 'Avskrivningsrapport', + 'details' => 'Details', 'download' => 'Last ned', 'depreciation' => 'Avskrivning', 'editprofile' => 'Rediger din profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Brukes til å generere e-postadresser ved import', 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)', 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Første', 'first_name' => 'Fornavn', 'first_name_format' => 'Fornavn (oladunk@example.com)', + 'files' => 'Files', 'file_name' => 'Fil', 'file_uploads' => 'Filopplastinger', 'generate' => 'Generer', @@ -94,7 +98,7 @@ 'image' => 'Bilde', 'image_delete' => 'Slett bilde', 'image_upload' => 'Last opp bilde', - 'image_filetypes_help' => 'Godkjente filtyper er jpg, png, gif og svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importer', 'import-history' => 'Importhistorikk', 'asset_maintenance' => 'Vedlikehold av eiendeler', @@ -118,6 +122,7 @@ 'locations' => 'Lokasjoner', 'logout' => 'Logg ut', 'lookup_by_tag' => 'Søk på ID-merke', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Produsent', 'manufacturers' => 'Produsenter', 'markdown' => 'Dette feltet tillater Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Velg bedrift', 'select_asset' => 'Velg eiendel', 'settings' => 'Innstillinger', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Logg inn', 'signature' => 'Signatur', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODUS: Noe funksjonalitet er skrudd av i denne installasjonen.', 'site_name' => 'Nettstedsnavn', 'state' => 'Stat', diff --git a/resources/lang/pl/admin/custom_fields/general.php b/resources/lang/pl/admin/custom_fields/general.php index 2986002b1e..4f1233ec18 100644 --- a/resources/lang/pl/admin/custom_fields/general.php +++ b/resources/lang/pl/admin/custom_fields/general.php @@ -20,7 +20,7 @@ return array( 'field_element_short' => 'Element', 'field_format' => 'Format', 'field_custom_format' => 'Format niestandardowy', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'To pole umożliwia użycie wyrażenia regularnego do sprawdzania poprawności. Wyrażenie powinno zaczynać się od "regex:" - na przykład, aby sprawdzić, czy niestandardowa wartość pola zawiera poprawny IMEI (15 cyfr), trzeba użyć regex: / ^[0-9]{15}$ /.', 'required' => 'Wymagane', 'req' => 'Wymagane', 'used_by_models' => 'Używane przez modele', diff --git a/resources/lang/pl/admin/hardware/form.php b/resources/lang/pl/admin/hardware/form.php index 5ac55e2c50..9bb274ee0e 100644 --- a/resources/lang/pl/admin/hardware/form.php +++ b/resources/lang/pl/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Tag-i zasobu/nabytku', 'update' => 'Aktualizacja zasobu/nabytku', 'warranty' => 'Gwarancja', + 'warranty_expires' => 'Gwarancja wygasa', 'years' => 'rok', ) ; diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php index b81718e2aa..2c334efa72 100644 --- a/resources/lang/pl/admin/hardware/message.php +++ b/resources/lang/pl/admin/hardware/message.php @@ -63,7 +63,7 @@ return array( 'success' => 'Przypisano nabytek/zasób.', 'user_does_not_exist' => 'Nieprawidłowy użytkownik. Proszę spróbować ponownie.', 'not_available' => 'Ten składnik aktywów nie jest dostępny do zamówienia!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'no_assets_selected' => 'Musisz wybrać co najmniej jeden zasób z listy' ), 'checkin' => array( diff --git a/resources/lang/pl/admin/manufacturers/message.php b/resources/lang/pl/admin/manufacturers/message.php index 26d0d878b9..74e3edd2b9 100644 --- a/resources/lang/pl/admin/manufacturers/message.php +++ b/resources/lang/pl/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Producent zaktualizowany pomyślnie.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Czy na pewno usunąć danego producenta?', 'error' => 'Podczas usuwania producenta wystąpił błąd. Spróbuj ponownie.', diff --git a/resources/lang/pl/admin/models/general.php b/resources/lang/pl/admin/models/general.php index 57e398191c..01efcef8f2 100644 --- a/resources/lang/pl/admin/models/general.php +++ b/resources/lang/pl/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'O Modelach aktywów', 'about_models_text' => 'Modele aktywów są sposobem grupowania identycznych aktywów. "MBP 2013", "IPhone 6s", itp.', 'deleted' => 'Model został usunięty. Kliknij aby przywrócić.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Zbiorcze usuwanie modeli aktywów', + 'bulk_delete_help' => 'Użyj poniższych pól wyboru, aby potwierdzić usunięcie wybranych modeli zasobów. Modele zasobów z którymi są powiązane zasoby, nie mogą zostać usunięte, dopóki zasoby nie zostaną powiązane z innym modelem.', + 'bulk_delete_warn' => 'Zamierzasz usunąć :model_count modeli aktywów.', 'restore' => 'Przywróć Model', 'requestable' => 'Użytkownicy mogą zażądać tego modelu', 'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach', diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php index f651e3f920..368fc49153 100644 --- a/resources/lang/pl/admin/models/message.php +++ b/resources/lang/pl/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Nie wybrano modeli, więc nic nie zostało usunięte.', + 'success' => 'Zostało usunięte :success_count model(i)!', + 'success_partial' => ':success_count model(i) zostało usuniętych, jednakże :fail_count nie udało się usunąć, ponieważ wciąż są powiązane z nimi zasoby.' ), ); diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index 44f615dd59..271ccb6739 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Wpisz w poniższe pole słowo "DELETE" aby wyczyścić usunięte rekordy. Tej czynności nie da się cofnąć.', 'custom_css' => 'Własny CSS', 'custom_css_help' => 'Wprowadź własny kod CSS. Nie używaj tagów <style></style>.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', + 'custom_forgot_pass_url' => 'Niestandardowy adres URL resetowania hasła', 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'dashboard_message' => 'Komunikat pulpitu nawigacyjnego', + 'dashboard_message_help' => 'Ten tekst pojawi się na pulpicie nawigacyjnym dla każdego, kto ma uprawnienia do wyświetlania pulpitu.', 'default_currency' => 'Domyślna Waluta', 'default_eula_text' => 'Domyślna EULA', 'default_language' => 'Domyślny język', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Kod kreskowy typu 1D', 'eula_settings' => 'Ustawienia Licencji', 'eula_markdown' => 'Ta licencja zezwala na Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Ustawienia ogólne', 'generate_backup' => 'Stwórz Kopie zapasową', 'header_color' => 'Kolor nagłówka', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Aktywna flaga LDAP', 'ldap_emp_num' => 'Nr pracownika LDAP', 'ldap_email' => 'E-mail pracownika LDAP', + 'license' => 'Licencja oprogramowania', 'load_remote_text' => 'Skrypty zdalne', 'load_remote_help_text' => 'Ta instalacja Snipe-IT może załadować skrypty z zewnętrznego świata.', 'login_note' => 'Noty logowania', 'login_note_help' => 'Opcjonalnie umieść kilka zdań na ekranie logowania, na przykład w celu pomocy osobom, które znalazły zagubione lub skradzione urządzenia. To pole akceptuje oznaczenia Github ', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Ograniczenie do użytkowników', 'full_multiple_companies_support_text' => 'Wsparcie dla wielu firm', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'opcjonalny', 'per_page' => 'Wyników na stronie', 'php' => 'Wersja PHP', @@ -94,7 +105,7 @@ return array( 'setting' => 'Ustawienie', 'settings' => 'Ustawienia', 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', + 'show_archived_in_list' => 'Zarchiwizowane zasoby', 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'site_name' => 'Nazwa Witryny', 'slack_botname' => 'Slack Botname', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Ustawienia Slack', 'slack_integration_help' => 'Integracja luzowa jest opcjonalna, jednakże punkt końcowy i kanał są wymagane, jeśli chcesz go używać. Aby skonfigurować integrację Slack, musisz najpierw tworzyć przychodzący webhook na swoim koncie Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Wersja Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Informacje o Systemie', 'update' => 'Ustawienia Aktualizacji', 'value' => 'Wartość', diff --git a/resources/lang/pl/admin/statuslabels/table.php b/resources/lang/pl/admin/statuslabels/table.php index dc208e1384..651b253c59 100644 --- a/resources/lang/pl/admin/statuslabels/table.php +++ b/resources/lang/pl/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Zarchiwizowane', 'create' => 'Stwórz Status', 'color' => 'Paleta kolorów', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Gotowe do wdrożenia', 'info' => 'Status jest używany by opisać różne stany w jakich mogą znaleźć się twoje aktywa. Mogą być one w trakcie naprawy, zgubione/ukradzione itd. Możesz tworzyć nowe etykiety statusu dla gotowych do wdrożenia, oczekujących oraz zarchiwizowanych aktywów.', 'name' => 'Nazwa Statusu', diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php index 7a7583e5c1..d26ca81f30 100644 --- a/resources/lang/pl/admin/users/general.php +++ b/resources/lang/pl/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Kliknij tutaj, aby je przywrócić.', 'last_login' => 'Ostatnie logowanie', 'ldap_config_text' => 'Ustawienia konfiguracji LDAP mogą być znalezione w Administracja -> Ustawienia. Opcjonalnie wybierz lokalizacje, która będzie ustawiona dla zaimportowanych użytkowników.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Oprogramowanie przypisane do :name', 'view_user' => 'Zobacz Użytkownika :name', 'usercsv' => 'plik CSV', diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php index fdfeb4e931..4b15650f89 100644 --- a/resources/lang/pl/general.php +++ b/resources/lang/pl/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Przypisz', 'city' => 'Miasto', 'click_here' => 'Kliknij tutaj', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Wyczyść zaznaczone', 'companies' => 'Firmy', 'company' => 'Firma', 'component' => 'Składnik', @@ -70,6 +70,7 @@ 'department' => 'Lokalizacja', 'deployed' => 'Rozmieszczone', 'depreciation_report' => 'Raport Amortyzacji', + 'details' => 'Szczegóły', 'download' => 'Pobieranie', 'depreciation' => 'Amortyzacja', 'editprofile' => 'Edytuj Swój Profil', @@ -79,22 +80,25 @@ 'email_domain_help' => 'To jest używane do generowania e-maili podczas importowania', 'filastname_format' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)', 'firstname_lastname_format' => 'Imię nazwisko (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Imię Nazwisko (pawel@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Pierwszy', 'first_name' => 'Imię', 'first_name_format' => 'Imię (jane@example.com)', + 'files' => 'Pliki', 'file_name' => 'Plik', 'file_uploads' => 'Dodaj plik', 'generate' => 'Generuj', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'To pole akceptuje markdown z Github\'a.', 'groups' => 'Grupy', 'gravatar_email' => 'adres Email Gravatara', 'history' => 'Historia', 'history_for' => 'Historia dla', 'id' => 'ID', - 'image' => 'Image', + 'image' => 'Zdjęcie', 'image_delete' => 'Usuń zdjęcie', 'image_upload' => 'Dodaj zdjęcie', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Akceptowane typy plików to jpg, png, gif i svg. Maksymalny dozwolony rozmiar przesyłania to: rozmiar.', 'import' => 'Zaimportuj', 'import-history' => 'Historia importu', 'asset_maintenance' => 'Utrzymanie aktywów', @@ -118,6 +122,7 @@ 'locations' => 'Lokalizacje', 'logout' => 'Wyloguj się', 'lookup_by_tag' => 'Wyszukaj poprzez znacznik aktywa', + 'maintenances' => 'Utrzymanie', 'manufacturer' => 'Producent', 'manufacturers' => 'Producenci', 'markdown' => 'To pole pozwala na użycie GFM (Github flavored markdown).', @@ -152,7 +157,7 @@ 'recent_activity' => 'Ostatnia aktywność', 'remove_company' => 'Usuń powiązanie firmy', 'reports' => 'Raporty', - 'restored' => 'restored', + 'restored' => 'przywrócone', 'requested' => 'Wymagane', 'request_canceled' => 'Żądanie anulowane', 'save' => 'Zapisz', @@ -171,8 +176,11 @@ 'select_company' => 'Wybierz firmę', 'select_asset' => 'Wybierz aktywa', 'settings' => 'Ustawienia', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Zaloguj się', 'signature' => 'Podpis', + 'skin' => 'Skin', 'some_features_disabled' => 'Wersja demonstracyjna: Pewne funkcje zostały wyłączone w tej instalacji.', 'site_name' => 'Nazwa Witryny', 'state' => 'Województwo', diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 99d71400f8..2dce7cc3a1 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -67,7 +67,7 @@ return array( 'not_in' => 'Wybrany :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', 'present' => ':attribute nie może być puste.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'Nieprawidłowe wyrażenie regularne. ', 'regex' => 'Format :attribute jest niewłaściwy.', 'required' => ':attribute nie może być puste.', 'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.', @@ -88,7 +88,7 @@ return array( 'unique' => ':attribute został już wzięty.', 'uploaded' => 'Nie udało się przesłać atrybutu:.', 'url' => 'Format pola :attribute jest niewłaściwy.', - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "Wartość :attribute musi być unikalna.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php index 38562dd74e..b5dd5a9d7c 100644 --- a/resources/lang/pt-BR/admin/hardware/form.php +++ b/resources/lang/pt-BR/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Marcação do Ativo', 'update' => 'Atualização do Ativo', 'warranty' => 'Garantia', + 'warranty_expires' => 'Garantia expira', 'years' => 'anos', ) ; diff --git a/resources/lang/pt-BR/admin/manufacturers/message.php b/resources/lang/pt-BR/admin/manufacturers/message.php index a1216ab150..e241c97de3 100644 --- a/resources/lang/pt-BR/admin/manufacturers/message.php +++ b/resources/lang/pt-BR/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Fabricante atualizado com sucesso.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Tem certeza de que deseja excluir este fabricante?', 'error' => 'Ocorreu um erro ao tentar deletar o fabricante. Por favor, tente novamente.', diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index 1a52145d62..3b7d3145e9 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Código de barras do tipo 1D', 'eula_settings' => 'Configuração do termo de uso', 'eula_markdown' => 'Este EULA permite Github flavored markdown.', + 'footer_text' => 'Texto de rodapé adicional', + 'footer_text_help' => 'Este texto aparecerá no lado direito do rodapé. São permitidos o uso de hiperligações, utilizando Github flavored markdown. O uso de quebras de linha, cabeçalhos, imagens, etc... podem ter resultados imprevisíveis. ', 'general_settings' => 'Configuracoes Gerais', 'generate_backup' => 'Backup Criado', 'header_color' => 'Cor do Cabeçalho', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Marcação ativa LDAP', 'ldap_emp_num' => 'Número do funcionário LDAP', 'ldap_email' => 'Email', + 'license' => 'Licença de software', 'load_remote_text' => 'Scripts Remotos', 'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar qualquer scripts do mundo.', 'login_note' => 'Login Note', 'login_note_help' => 'Optionally inclui algumas coisas na sua tela de login, por exemplo para ajudar pessoas que acharam um equipamento perdido ou um equipamento furtado. Este campo aceita Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', 'full_multiple_companies_support_text' => 'Suporte multi-empresa completo', + 'show_in_model_list' => 'Mostrar modelos em menu de cascata', 'optional' => 'Opcional', 'per_page' => 'Resultados Por Página', 'php' => 'Versão do PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Endpoint do Slack', 'slack_integration' => 'Configurações do Stack', 'slack_integration_help' => 'A integração com o Stack é opicional, entretando o endpoint e o canal são obrigatórios se você deseja usá-lo. Para configurar a integração com o Stack, você precisa primeiro criar um webhook de entrada na sua conta no Stack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Versão do Snipe-IT', + 'support_footer' => 'Links de rodapé de suporte', + 'support_footer_help' => 'Especifica quem vê os links de Suporte e Manual de utilizador do Snipe-IT', 'system' => 'Informação do sistema', 'update' => 'Atualizar Configurações', 'value' => 'Valor', diff --git a/resources/lang/pt-BR/admin/statuslabels/table.php b/resources/lang/pt-BR/admin/statuslabels/table.php index 0be87c06c4..5c98909916 100644 --- a/resources/lang/pt-BR/admin/statuslabels/table.php +++ b/resources/lang/pt-BR/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arquivado', 'create' => 'Criar Rótulo de Status', 'color' => 'Cor do Gráfico', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Implementável', 'info' => 'Rótulos de status são usados para descrever os vários estados que seus ativos podem estar. Eles podem ser fora do ar para reparo, perdido/roubado, etc. Você pode criar novos rótulos de status para ativos implementáveis, pendentes e arquivados.', 'name' => 'Nome do Status', diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php index 84b0800e1a..adeec87385 100644 --- a/resources/lang/pt-BR/admin/users/general.php +++ b/resources/lang/pt-BR/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Clique aqui para restaurá-los.', 'last_login' => 'Último Login', 'ldap_config_text' => 'As configurações do LDAP podem ser encontradas em \'Administrador > Definições\'. A localização (opcional) selecionada será definida para todos os usuários importados.', + 'print_assigned' => 'Imprimir todos atribuídos', 'software_user' => 'Check-out de software para :name', 'view_user' => 'Ver Usuário :name', 'usercsv' => 'Arquivo CSV', diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index bed7254fd0..4aea60fd37 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -70,6 +70,7 @@ 'department' => 'Departamento', 'deployed' => 'Implantado', 'depreciation_report' => 'Relatório de Depreciações', + 'details' => 'Detalhes', 'download' => 'Download', 'depreciation' => 'Depreciação', 'editprofile' => 'Editar Seu Perfil', @@ -79,13 +80,16 @@ 'email_domain_help' => 'Isto é usado para gerar endereços de e-mail na importação', 'filastname_format' => 'Primeira Inicial com sobrenome (jsmith@example.com)', 'firstname_lastname_format' => 'Primeiro nome com sobrenome (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Nome próprio e Sobrenome (jane_smith@exemplo.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primeira', 'first_name' => 'Primeiro Nome', 'first_name_format' => 'Primeiro nome (jane@example.com)', + 'files' => 'Ficheiros', 'file_name' => 'Arquivo', 'file_uploads' => 'Carregamentos de Arquivos', 'generate' => 'Gerar', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Este campo aceita Github flavored markdown.', 'groups' => 'Grupos', 'gravatar_email' => 'Endereço de E-mail do Gravatar', 'history' => 'Histórico', @@ -94,7 +98,7 @@ 'image' => 'Imagem', 'image_delete' => 'Excluir Imagem', 'image_upload' => 'Carregar Imagem', - 'image_filetypes_help' => 'Tipos de arquivos aceitos: jpg, png, gif e svg.', + 'image_filetypes_help' => 'Os tipos de ficheiros aceites são jpg, png,gif e svg. O tamanho máximo permitido para envio é de :size.', 'import' => 'Importar', 'import-history' => 'Importar Histórico', 'asset_maintenance' => 'Manutenção de Ativo', @@ -118,6 +122,7 @@ 'locations' => 'Locais', 'logout' => 'Sair', 'lookup_by_tag' => 'Pesquisa pela Tag ativos', + 'maintenances' => 'Manutenções', 'manufacturer' => 'Fabricante', 'manufacturers' => 'Fabricantes', 'markdown' => 'Este campo permite Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Selecione a empresa', 'select_asset' => 'Selecionar Ativo', 'settings' => 'Configurações', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Entrar', 'signature' => 'Assinatura', + 'skin' => 'Skin', 'some_features_disabled' => 'MODO DE DEMONSTRAÇÃO: Algumas funcionalidades estão desativadas nesta instalação.', 'site_name' => 'Nome do Site', 'state' => 'Estado', diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php index f0044afed8..79d55197fd 100644 --- a/resources/lang/pt-PT/admin/custom_fields/general.php +++ b/resources/lang/pt-PT/admin/custom_fields/general.php @@ -20,7 +20,8 @@ return array( 'field_element_short' => 'Elemento', 'field_format' => 'Formato', 'field_custom_format' => 'Formato personalizado', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'Este campo permite-lhe o uso de uma expressão "regex" para validação. A expressão deve começar por "regex:" - por exemplo, para validar que um campo personalizado contém um IMEI válido (15 dígitos numéricos), deve utilizar: regex:/^[0-9]{15}$/. +', 'required' => 'Requerido', 'req' => 'Req.', 'used_by_models' => 'Usado por modelos', diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php index 5361af9ccd..15f7809eaf 100644 --- a/resources/lang/pt-PT/admin/hardware/form.php +++ b/resources/lang/pt-PT/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Etiqueta do Ativo', 'update' => 'Atualização do ativo', 'warranty' => 'Garantia', + 'warranty_expires' => 'Garantia expira', 'years' => 'anos', ) ; diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index 1a66f84c30..7414855be4 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -63,7 +63,7 @@ return array( 'success' => 'Artigo alocado com sucesso.', 'user_does_not_exist' => 'O utilizador é inválido. Por favor, tente novamente.', 'not_available' => 'Esse recurso não está disponível para checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'no_assets_selected' => 'Deve escolher pelo menos um artigo da lista' ), 'checkin' => array( diff --git a/resources/lang/pt-PT/admin/manufacturers/message.php b/resources/lang/pt-PT/admin/manufacturers/message.php index 0e04a5b682..0ba43a046b 100644 --- a/resources/lang/pt-PT/admin/manufacturers/message.php +++ b/resources/lang/pt-PT/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Fabricante atualizado com sucesso.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Tem a certeza que pretende remover este fabricante?', 'error' => 'Ocorreu um problema ao remover este fabricante. Por favor, tente novamente.', diff --git a/resources/lang/pt-PT/admin/models/general.php b/resources/lang/pt-PT/admin/models/general.php index cd5b74b4b0..ffb27a7a77 100644 --- a/resources/lang/pt-PT/admin/models/general.php +++ b/resources/lang/pt-PT/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'Sobre os modelos dos artigos', 'about_models_text' => 'Os Modelos dos artigos são uma maneira para agrupar artigos idênticos. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'O modelo foi removido. Clique aqui para o restaurar.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Eliminar modelos de artigos em massa', + 'bulk_delete_help' => 'Use as caixas de selecção abaixo para confirmar a eliminação dos modelos de artigos selecionados. Modelos de artigos que contenham artigos associados não serão eliminados até que estes artigos sejam associados a um modelo diferente.', + 'bulk_delete_warn' => 'Esta prestes a eliminar :model_count modelos de artigos.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Este modelo pode ser requisitado pelos utilizadores', 'show_mac_address' => 'Mostrar endereço MAC dos artigos neste modelo', diff --git a/resources/lang/pt-PT/admin/models/message.php b/resources/lang/pt-PT/admin/models/message.php index d607b00bad..b06c6dfbb5 100644 --- a/resources/lang/pt-PT/admin/models/message.php +++ b/resources/lang/pt-PT/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Nenhum modelo selecionado, por isso nenhum modelo foi eliminado.', + 'success' => ':sucess_count modelo(s) eliminados!', + 'success_partial' => ':sucess_count modelo(s) eliminados, no entanto :fail_count não foram eliminados, porque ainda têm artigos associados.' ), ); diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 2300469fb8..42f2cc2863 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Escreva o texto "DELETE" na caixa abaixo para remover os registos eliminados. Esta ação não pode ser desfeita.', 'custom_css' => 'CSS Personalizado', 'custom_css_help' => 'Insira o CSS personalizado que deseja utilizar. Não use as tags .', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'custom_forgot_pass_url' => 'Endereço de redefinição de palavra-passe personalizado', + 'custom_forgot_pass_url_help' => 'Isto substitui o endereço de recuperação de palavra-passe que vem configurado por defeito na página de login, útil para direcionar utilizadores para o serviço de recuperação de palavras-passe da LDAP interna ou alojada. Vai efetivamente desabilitar a funcionalidade de "palavra-passe esquecida" do utilizador local.', + 'dashboard_message' => 'Mensagem do painel de controle', + 'dashboard_message_help' => 'Este texto aparecerá no painel de controle, para qualquer utilizador que tenha permissões para ver o painel de controle.', 'default_currency' => 'Moeda padrão', 'default_eula_text' => 'EULA padrão', 'default_language' => 'Idioma predefinido', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tipo de código de barras 1D', 'eula_settings' => 'Definições de EULA', 'eula_markdown' => 'Este EULA permite Github flavored markdown.', + 'footer_text' => 'Texto de rodapé adicional', + 'footer_text_help' => 'Este texto aparecerá no lado direito do rodapé. São permitidos o uso de hiperligações, utilizando Github flavored markdown. O uso de quebras de linha, cabeçalhos, imagens, etc... podem ter resultados imprevisíveis. ', 'general_settings' => 'Configurações Gerais', 'generate_backup' => 'Gerar Backup', 'header_color' => 'Cor do cabeçalho', @@ -48,8 +50,8 @@ return array( 'ldap_enabled' => 'LDAP ativo', 'ldap_integration' => 'Integração LDAP', 'ldap_settings' => 'Configurações LDAP', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_test_help' => 'Introduza um utilizador e palavra-passe da LDAP válido pertencente ao DN que especificou acima +ara testar se a sua autenticação da LDAP foi configurada corretamente, PRIMEIRO DEVE GRAVAR AS SUAS DEFINIÇÕES ATUALIZADAS DA LDAP.', + 'ldap_login_sync_help' => 'Isto apenas testa que a LDAP consegue sincronizar corretamente. Se a sua consulta de autenticação LDAP não estiver correta, os utilizadores poderão ainda não conseguir fazer a autenticação. PRIMEIRO DEVE GRAVAR AS SUAS DEFINIÇÕES ATUALIZADAS DA LDAP.', 'ldap_server' => 'Servidor LDAP', 'ldap_server_help' => 'Isso deve começar com ldap: / / (para não-criptado ou TLS) ou ldaps: / / (para SSL)', 'ldap_server_cert' => 'Validação certificado SSL LDAP', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Opção LDAP Activo', 'ldap_emp_num' => 'Número funcionário LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Licença de software', 'load_remote_text' => 'Scripts Remotos', 'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar scripts do mundo exterior.', 'login_note' => 'Login Note', 'login_note_help' => 'Opcionalmente, inclua algumas frases na tela de login, por exemplo, para ajudar as pessoas que encontraram um dispositivo perdido ou roubado. Este campo aceita Gitão com sabor marcado', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', 'full_multiple_companies_support_text' => 'Suporte multi-empresa completo', + 'show_in_model_list' => 'Mostrar modelos em menu de cascata', 'optional' => 'opcional', 'per_page' => 'Resultados por página', 'php' => 'Versão do PHP', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'Texto do Código QR', 'setting' => 'Configuração', 'settings' => 'Configurações', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Mostrar alertas no topo do menu', + 'show_archived_in_list' => 'Artigos arquivados', + 'show_archived_in_list_text' => 'Mostrar artigos arquivados na lista "todos os artigos"', 'site_name' => 'Nome do site', 'slack_botname' => 'Botname Slack', 'slack_channel' => 'Canal Slack', 'slack_endpoint' => 'Endpoint Slack', 'slack_integration' => 'Definições Slack', 'slack_integration_help' => 'A integração com Slack é opcional. Contudo, se pretender usar o endpoint e o canal são obrigatórios. Para configurar a integração com Slack, deve previamente criar um incoming webhook na sua conta Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Versão Snipe-IT', + 'support_footer' => 'Links de rodapé de suporte', + 'support_footer_help' => 'Especifica quem vê os links de Suporte e Manual de utilizador do Snipe-IT', 'system' => 'Informação de Sistema', 'update' => 'Atualizar Configurações', 'value' => 'Valor', diff --git a/resources/lang/pt-PT/admin/statuslabels/table.php b/resources/lang/pt-PT/admin/statuslabels/table.php index 2aa9cb8385..dbfd19b380 100644 --- a/resources/lang/pt-PT/admin/statuslabels/table.php +++ b/resources/lang/pt-PT/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arquivado', 'create' => 'Criar Estado', 'color' => 'Cor do Grafico', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Implementável', 'info' => 'Estados são usados para descrever as várias situações em que os artigos se podem encontrar. Podem estar em reparação, perdidos/roubados, etc. É possível criar Estados para artigos implementáveis, pendentes ou arquivados.', 'name' => 'Nome do Estado', diff --git a/resources/lang/pt-PT/admin/suppliers/message.php b/resources/lang/pt-PT/admin/suppliers/message.php index 2793283bed..f8acf5a32e 100644 --- a/resources/lang/pt-PT/admin/suppliers/message.php +++ b/resources/lang/pt-PT/admin/suppliers/message.php @@ -19,9 +19,9 @@ return array( 'confirm' => 'Tem a certeza que pretende remover este fornecedor?', 'error' => 'Ocorreu um problema ao remover este fornecedor. Por favor, tente novamente.', 'success' => 'Fornecedor removido com sucesso.', - 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_assets' => 'Este fornecedor esta atualmente associado a :asset_count artigo(s) e não pode ser eliminado. Por favor, atualize os artigos para que não referenciem este fornecedor e tente novamente.', + 'assoc_licenses' => 'Este fornecedor esta atualmente associado a :licenses_count licença(s) e não pode ser eliminado. Por favor, atualize as suas licenças para que não referenciem este fornecedor e tente novamente.', + 'assoc_maintenances' => 'Este fornecedor esta atualmente associado a :asset_maintenances_count manutenção(ões) e não pode ser eliminado. Por favor, atualize as suas manutenções de artigos para que não referenciem este fornecedor e tente novamente.', ) ); diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php index 03736815be..ea9ca8242c 100644 --- a/resources/lang/pt-PT/admin/users/general.php +++ b/resources/lang/pt-PT/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Clique aqui para restaurá-los.', 'last_login' => 'Último início de sessão', 'ldap_config_text' => 'As definições de configuração do LDAP podem ser encontradas em Administrador > Definições. A localização (opcional) selecionada vai ser defenida para todos os utilizadores importados.', + 'print_assigned' => 'Imprimir todos atribuídos', 'software_user' => 'Software alocado a :name', 'view_user' => 'Ver Utilizador :name', 'usercsv' => 'Ficheiro CSV', diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index 8c740b3311..74d22f9115 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Alocar', 'city' => 'Cidade', 'click_here' => 'Clique aqui', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Limpar seleção', 'companies' => 'Empresas', 'company' => 'Empresa', 'component' => 'Componente', @@ -70,6 +70,7 @@ 'department' => 'Departamento', 'deployed' => 'Implementado', 'depreciation_report' => 'Relatório de Depreciação', + 'details' => 'Detalhes', 'download' => 'Download', 'depreciation' => 'Depreciação', 'editprofile' => 'Editar o seu perfil', @@ -79,22 +80,25 @@ 'email_domain_help' => 'Isto é usado para criar endereços de email ao importar', 'filastname_format' => 'Primeira Inicial Último Nome(jsmith@example.com)', 'firstname_lastname_format' => 'Primeiro Nome Último Nome (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Nome próprio e Sobrenome (jane_smith@exemplo.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primeiro', 'first_name' => 'Nome', 'first_name_format' => 'Primeiro Nome (jane@example.com)', + 'files' => 'Ficheiros', 'file_name' => 'Ficheiro', 'file_uploads' => 'Upload de Ficheiros', 'generate' => 'Gerar', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Este campo aceita Github flavored markdown.', 'groups' => 'Grupos', 'gravatar_email' => 'Endereço de email do Gravatar', 'history' => 'Histórico', 'history_for' => 'Histórico para', 'id' => 'ID', - 'image' => 'Image', + 'image' => 'Imagem', 'image_delete' => 'Apagar imagem', 'image_upload' => 'Carregar Imagem', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Os tipos de ficheiros aceites são jpg, png,gif e svg. O tamanho máximo permitido para envio é de :size.', 'import' => 'Importar', 'import-history' => 'Histórico de Importação', 'asset_maintenance' => 'Manutenção de Artigo', @@ -118,6 +122,7 @@ 'locations' => 'Localizações', 'logout' => 'Sair', 'lookup_by_tag' => 'Procurar por Código', + 'maintenances' => 'Manutenções', 'manufacturer' => 'Fabricante', 'manufacturers' => 'Fabricantes', 'markdown' => 'Este campo permite Github flavored markdown.', @@ -152,7 +157,7 @@ 'recent_activity' => 'Actividade Recente', 'remove_company' => 'Remover associação de empresa', 'reports' => 'Relatórios', - 'restored' => 'restored', + 'restored' => 'restaurado', 'requested' => 'Solicitado', 'request_canceled' => 'Pedido cancelado', 'save' => 'Guardar', @@ -171,8 +176,11 @@ 'select_company' => 'Selecione a empresa', 'select_asset' => 'Selecionar artigo', 'settings' => 'Configurações', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Iniciar sessão', 'signature' => 'Assinatura', + 'skin' => 'Skin', 'some_features_disabled' => 'MODO DE DEMONSTRAÇÃO: Algumas funcionalidades estão desativadas para esta instalação.', 'site_name' => 'Nome do site', 'state' => 'Distrito', diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index 4ad95f601b..3d3542c6b2 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -67,7 +67,7 @@ return array( 'not_in' => 'O :attribute selecionado é inválido.', 'numeric' => ':attribute tem que ser um número.', 'present' => 'O campo: atributo deve estar presente.', - 'valid_regex' => 'That is not a valid regex. ', + 'valid_regex' => 'Este não é um código regex válido.', 'regex' => 'O formato do :attribute é inválido.', 'required' => ':attribute é obrigatório.', 'required_if' => 'O :attribute é obrigatório quando :other é :value.', @@ -88,7 +88,7 @@ return array( 'unique' => 'Este :attribute já existe.', 'uploaded' => 'O atributo: não foi possível carregar.', 'url' => 'O formato do :attribute é inválido.', - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "O :atribute deve ser único.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ro/admin/custom_fields/general.php b/resources/lang/ro/admin/custom_fields/general.php index 3316e108ba..bb50187c73 100644 --- a/resources/lang/ro/admin/custom_fields/general.php +++ b/resources/lang/ro/admin/custom_fields/general.php @@ -20,7 +20,7 @@ return array( 'field_element_short' => 'Element', 'field_format' => 'Format', 'field_custom_format' => 'Format personalizat', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'Acest câmp vă permite să utilizați o expresie de tip regex pentru validare. Ar trebui să înceapă cu "regex:" - de exemplu, pentru a valida că o valoare de câmp conține un IMEI valid (15 cifre numerice), veti folosi regex: / ^[0-9]{15}$ /.', 'required' => 'Necesar', 'req' => 'Req.', 'used_by_models' => 'Folosit de modele', diff --git a/resources/lang/ro/admin/hardware/form.php b/resources/lang/ro/admin/hardware/form.php index aa5aa2914a..b0e8053f0a 100644 --- a/resources/lang/ro/admin/hardware/form.php +++ b/resources/lang/ro/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Eticheta activ', 'update' => 'Actualizeaza activ', 'warranty' => 'Garantie', + 'warranty_expires' => 'Garanția expiră', 'years' => 'Ani', ) ; diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php index da10154c5b..a3d1fa065d 100644 --- a/resources/lang/ro/admin/hardware/message.php +++ b/resources/lang/ro/admin/hardware/message.php @@ -62,7 +62,7 @@ return array( 'success' => 'Activul a fost predat.', 'user_does_not_exist' => 'Utilizatorul este invalid. Va rugam incercati iar.', 'not_available' => 'Activul respectiv nu este disponibil pentru checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' + 'no_assets_selected' => 'Trebuie să selectați cel puțin un articol din lista' ), 'checkin' => array( diff --git a/resources/lang/ro/admin/manufacturers/message.php b/resources/lang/ro/admin/manufacturers/message.php index c94d34c4b0..c533795d33 100644 --- a/resources/lang/ro/admin/manufacturers/message.php +++ b/resources/lang/ro/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Producatorul a fost actualizat.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Sunteti sigur ca vreti sa stergeti producatorul?', 'error' => 'A aparut o problema la stergerea producatorului. Va rugam incercati iar.', diff --git a/resources/lang/ro/admin/models/general.php b/resources/lang/ro/admin/models/general.php index afe447a87a..8fe85ad043 100644 --- a/resources/lang/ro/admin/models/general.php +++ b/resources/lang/ro/admin/models/general.php @@ -4,9 +4,9 @@ return array( 'about_models_title' => 'Despre modelele de active', 'about_models_text' => 'Modelele de activ sunt o modalitate de a grupa active identice. "MBP 2013", "iPhone 6s" etc.', 'deleted' => 'Modelul a fost sters. Apasati aici pentru a-l restaura.', - 'bulk_delete' => 'Bulk Delete Asset Models', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete' => 'Stergere in masa a modelelor de echipamente', + 'bulk_delete_help' => 'Utilizați casetele de selectare de mai jos pentru a confirma ștergerea modelelor de echipamente selectate. Modelele care au echipamente asociate cu acestea nu pot fi șterse până când activele nu sunt asociate cu un alt model.', + 'bulk_delete_warn' => 'Sunteți pe cale să ștergeți modelul de echipament: model_count.', 'restore' => 'Restaurare model', 'requestable' => 'Utilizatorii pot solicita acest model', 'show_mac_address' => 'Arata campul Adresa MAC in acest model', diff --git a/resources/lang/ro/admin/models/message.php b/resources/lang/ro/admin/models/message.php index d6aff2bf79..f83005db44 100644 --- a/resources/lang/ro/admin/models/message.php +++ b/resources/lang/ro/admin/models/message.php @@ -34,9 +34,9 @@ return array( ), 'bulkdelete' => array( - 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'error' => 'Nu au fost selectate câmpuri, deci nimic nu a fost actualizat.', + 'success' => 'Au fost șterse :success_count model(e)!', + 'success_partial' => 'Au fost șterse :success_count modele, cu toate acestea :fail_count nu au putut fi șterse deoarece au în continuare active asociate cu acestea.' ), ); diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index 687aa7d4ba..3bdb9dd79b 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -23,7 +23,7 @@ return array( 'confirm_purge_help' => 'Introduceți textul "DELETE" în caseta de mai jos pentru a elimina înregistrările șterse. Această acțiune nu poate fi anulată.', 'custom_css' => 'CSS personalizat', 'custom_css_help' => 'Introduceți orice suprascrieri personalizate CSS pe care doriți să le utilizați. Nu includeți etichetele <style></style>.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', + 'custom_forgot_pass_url' => 'Adresă URL personalizată pentru resetarea parolei', 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', 'dashboard_message' => 'Dashboard Message', 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tip de cod de bare 1D', 'eula_settings' => 'Setările EULA', 'eula_markdown' => 'Această licență EULA permite Github aromdown markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'setari generale', 'generate_backup' => 'Generați Backup', 'header_color' => 'Culoarea antetului', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'Numărul angajatului LDAP', 'ldap_email' => 'LDAP e-mail', + 'license' => 'Licență software', 'load_remote_text' => 'Scripturi de la distanță', 'load_remote_help_text' => 'Această instalare Snipe-IT poate încărca scripturi din lumea exterioară.', 'login_note' => 'Conectați-vă Notă', 'login_note_help' => 'Opțional includeți câteva propoziții în ecranul de conectare, de exemplu, pentru a ajuta persoanele care au găsit un dispozitiv pierdut sau furat. Acest câmp acceptă markdown Github aromdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Siglă', 'full_multiple_companies_support_help_text' => 'Restricționarea utilizatorilor (inclusiv a administratorilor) atribuite companiilor activelor companiei lor.', 'full_multiple_companies_support_text' => 'Suport complet pentru multiple companii', + 'show_in_model_list' => 'Afișați în lista de selecție de model', 'optional' => 'facultativ', 'per_page' => 'Rezultate pe pagina', 'php' => 'Versiune PHP', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'Text cod QR', 'setting' => 'Setare', 'settings' => 'Setari', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Afișați alertele din meniul de sus', + 'show_archived_in_list' => 'Active arhivate', + 'show_archived_in_list_text' => 'Arată activele arhivate în lista cu toate activele', 'site_name' => 'Nume site', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slack integration este opțională, totuși punctul final și canalul sunt necesare dacă doriți să îl utilizați. Pentru a configura integrarea Slack, mai întâi trebuie să creați create un webhook de pe contul dvs. Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT versiune', + 'support_footer' => 'Legăturile de suport in subsol ', + 'support_footer_help' => 'Specificați cine vede legăturile la informațiile despre asistența Snipe-IT și la Manualul utilizatorilor', 'system' => 'Informatii sistem', 'update' => 'Actualizeaza setari', 'value' => 'Valoare', diff --git a/resources/lang/ro/admin/statuslabels/table.php b/resources/lang/ro/admin/statuslabels/table.php index dedee8e013..1fd49a8f80 100644 --- a/resources/lang/ro/admin/statuslabels/table.php +++ b/resources/lang/ro/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arhivat', 'create' => 'Creeaza eticheta status', 'color' => 'Grafic Culoare', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Lansabil', 'info' => 'Etichetele de status sunt folosite pentru a descrie diferite statusuri in care se pot afla activele. Ele pot fi trimise la reparat, pierdut/furat, etc. Poti crea noi etichete de status pentru active lansabile, in asteptare sau arhivate.', 'name' => 'Nume status', diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php index 65cdfbd879..b6f2ef11f0 100644 --- a/resources/lang/ro/admin/users/general.php +++ b/resources/lang/ro/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Faceți clic aici pentru a le restaura.', 'last_login' => 'Ultima logare', 'ldap_config_text' => 'Setările de configurare LDAP pot fi găsite pe Administrator> Setări. Locația selectată (opțional) va fi setată pentru toți utilizatorii importați.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software predat catre :name', 'view_user' => 'Vezi utilizator :name', 'usercsv' => 'Fișier CSV', diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php index 0e536f4d35..c4480bfbea 100644 --- a/resources/lang/ro/general.php +++ b/resources/lang/ro/general.php @@ -70,6 +70,7 @@ 'department' => 'Departament', 'deployed' => 'Pus in folosinta', 'depreciation_report' => 'Raport depreciere', + 'details' => 'Details', 'download' => 'Descarca', 'depreciation' => 'Depreciere', 'editprofile' => 'Editeaza propriul profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Acesta este folosit pentru a genera adrese de e-mail atunci când importați', 'filastname_format' => 'Primul nume inițial (jsmith@example.com)', 'firstname_lastname_format' => 'Nume Prenume Nume (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Primul', 'first_name' => 'Prenume', 'first_name_format' => 'Prenume (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fisier', 'file_uploads' => 'Upload fisier', 'generate' => 'Genereaza', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Sterge poza', 'image_upload' => 'Incarca poza', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Import', 'import-history' => 'Istoricul importurilor', 'asset_maintenance' => 'Mentenanta produs', @@ -118,6 +122,7 @@ 'locations' => 'Locatii', 'logout' => 'Log out', 'lookup_by_tag' => 'Căutarea după eticheta de activ', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Producator', 'manufacturers' => 'Producatori', 'markdown' => 'Acest câmp permite marcarea Github markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Selectați Companie', 'select_asset' => 'Selectați Activ', 'settings' => 'Setari', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Logheaza-te', 'signature' => 'Semnătură', + 'skin' => 'Skin', 'some_features_disabled' => 'Modul DEMO: Unele caracteristici sunt dezactivate pentru această instalare.', 'site_name' => 'Nume site', 'state' => 'Judet', diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php index feeacdf4fa..68c6426549 100644 --- a/resources/lang/ru/admin/hardware/form.php +++ b/resources/lang/ru/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Тег актива', 'update' => 'Изменить актив', 'warranty' => 'Гарантия', + 'warranty_expires' => 'Warranty Expires', 'years' => 'Лет', ) ; diff --git a/resources/lang/ru/admin/manufacturers/message.php b/resources/lang/ru/admin/manufacturers/message.php index 94fcab0e20..30a05cfc1b 100644 --- a/resources/lang/ru/admin/manufacturers/message.php +++ b/resources/lang/ru/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Производитель успешно обновлен.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Вы действительно хотите удалить производителя?', 'error' => 'При удалении производителя возникла ошибка. Повторите попытку.', diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index 6ca712d765..9b98b7133b 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Тип линейного штрихкода', 'eula_settings' => 'Настройки лицензионного соглашения', 'eula_markdown' => 'Это EULA поддерживает форматирование Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Общие настройки', 'generate_backup' => 'Создать резервную копию', 'header_color' => 'Цвет заголовка', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Активный флаг LDAP', 'ldap_emp_num' => 'Номер сотрудника LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Внешние скрипты', 'load_remote_help_text' => 'Данная установка Snipe-IT может загружать внешние скрипты.', 'login_note' => 'Комментарий для экрана логина', 'login_note_help' => 'Опционально выводит несколько предложений на экране логина. Например, чтобы помочь людям, которые нашли потерянное или украденное устройство. Здесь можно использовать Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Логотип', 'full_multiple_companies_support_help_text' => 'Ограничить доступ пользователям (включая админов) только активами их компаний.', 'full_multiple_companies_support_text' => 'Полная поддержка нескольких компаний', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'не обязательно', 'per_page' => 'Результатов на страницу', 'php' => 'Версия PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack endpoint', 'slack_integration' => 'Настройки Slack', 'slack_integration_help' => 'Интеграция в Slack опциональна, однако endpoint и канал необходимы, если вы хотите использовать её. Для настройки интеграции в Slack вы должны сначала создать входящий webhook в своём аккаунте Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Версия Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Информация о системе', 'update' => 'Обновить настройки', 'value' => 'Значение', diff --git a/resources/lang/ru/admin/statuslabels/table.php b/resources/lang/ru/admin/statuslabels/table.php index 5f6135dcbd..9a5b9dd79d 100644 --- a/resources/lang/ru/admin/statuslabels/table.php +++ b/resources/lang/ru/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Архивные', 'create' => 'Создать статус актива', 'color' => 'Цвет диаграммы', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Доступные', 'info' => 'Статус активов необходим для отслеживания состояния активов. Активы могут быть утеряны, находится в сервисных центрах, в архиве либо быть готовыми к использованию.', 'name' => 'Название статуса', diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php index d45242795d..0b88a841bf 100644 --- a/resources/lang/ru/admin/users/general.php +++ b/resources/lang/ru/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Нажмите здесь, чтобы восстановить их.', 'last_login' => 'Последний вход', 'ldap_config_text' => 'Параметры конфигурации LDAP можно найти Администратор > Параметры. Выбранное местоположение будет установлено для всех импортируемых пользователей. (Необязательно).', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Программное обеспечение привязано к :name', 'view_user' => 'Показать пользователя :name', 'usercsv' => 'CSV файл', diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php index 32da7bdd02..aab24993ee 100644 --- a/resources/lang/ru/general.php +++ b/resources/lang/ru/general.php @@ -70,6 +70,7 @@ 'department' => 'Департамент', 'deployed' => 'Развернут', 'depreciation_report' => 'Отчет по амортизации', + 'details' => 'Детали', 'download' => 'Загрузка', 'depreciation' => 'Амортизация', 'editprofile' => 'Редактировать свой профиль', @@ -79,13 +80,16 @@ 'email_domain_help' => 'Он используется для генерации адреса при импорте', 'filastname_format' => 'Первая буква имени и фамилия (jsmith@example.com)', 'firstname_lastname_format' => 'Имя и фамилия через точку (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Имя и фамилия (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'В начало', 'first_name' => 'Имя', 'first_name_format' => 'Имя (jane@example.com)', + 'files' => 'Файлы', 'file_name' => 'Файл', 'file_uploads' => 'Загрузка файла', 'generate' => 'Сгенерировать', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Это поле поддерживает разметку markdown.', 'groups' => 'Группы', 'gravatar_email' => 'Адрес электронной почты Gravatar', 'history' => 'История', @@ -94,7 +98,7 @@ 'image' => 'Изображение', 'image_delete' => 'Удалить изображение', 'image_upload' => 'Загрузить изображение', - 'image_filetypes_help' => 'Поддерживаемые типы файлов: jpg, png, gif и svg.', + 'image_filetypes_help' => 'Приемлемые типы файлов: jpg, png, gif и svg. Максимальный размер загружаемого файла :size.', 'import' => 'Импорт', 'import-history' => 'История импорта', 'asset_maintenance' => 'Обслуживание', @@ -118,6 +122,7 @@ 'locations' => 'Места', 'logout' => 'Выйти', 'lookup_by_tag' => 'Поиск по тегу актива', + 'maintenances' => 'Техобслуживание', 'manufacturer' => 'Производитель', 'manufacturers' => 'Производители', 'markdown' => 'облегченный язык разметки.', @@ -171,8 +176,11 @@ 'select_company' => 'Выберите компанию', 'select_asset' => 'Выбрать актив', 'settings' => 'Настройки', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Вход', 'signature' => 'Подпись', + 'skin' => 'Skin', 'some_features_disabled' => 'ДЕМО РЕЖИМ: Некоторые функции отключены.', 'site_name' => 'Название сайта', 'state' => 'Область/Регион', diff --git a/resources/lang/sl/admin/hardware/form.php b/resources/lang/sl/admin/hardware/form.php index 5d3e0e2da0..fcb91278e9 100644 --- a/resources/lang/sl/admin/hardware/form.php +++ b/resources/lang/sl/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Oznaka sredstva', 'update' => 'Posodobitev sredstva', 'warranty' => 'Garancija', + 'warranty_expires' => 'Garancija poteče', 'years' => 'let', ) ; diff --git a/resources/lang/sl/admin/manufacturers/message.php b/resources/lang/sl/admin/manufacturers/message.php index 6aa4e1f2ab..7972144bf1 100644 --- a/resources/lang/sl/admin/manufacturers/message.php +++ b/resources/lang/sl/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Proizvajalec je uspešno posodobljen.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Ali ste prepričani, da želite izbrisati tega proizvajalca?', 'error' => 'Pri izbrisu proizvajalca je prišlo do težave. Prosim poskusite ponovno.', diff --git a/resources/lang/sl/admin/settings/general.php b/resources/lang/sl/admin/settings/general.php index c53e2391ba..01cc19cb22 100644 --- a/resources/lang/sl/admin/settings/general.php +++ b/resources/lang/sl/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Tip 1D črtne kode', 'eula_settings' => 'Nastavitve EULA', 'eula_markdown' => 'Ta EULA dovoljuje Github z okusom markdowna.', + 'footer_text' => 'Dodatno besedilo noge ', + 'footer_text_help' => 'To besedilo bo prikazano v desnem delu noge. Povezave so dovoljene z uporabo Gothub okusno markdown. Prelomi vrstic, glave, slike itd. Lahko povzročijo nepredvidljive rezultate.', 'general_settings' => 'Splošne nastavitve', 'generate_backup' => 'Ustvari varnostno kopiranje', 'header_color' => 'Barva glave', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'Aktivna zastava LDAP', 'ldap_emp_num' => 'LDAP številka zaposlenega', 'ldap_email' => 'E-pošta LDAP', + 'license' => 'Licenca za programsko opremo', 'load_remote_text' => 'Oddaljene skripte', 'load_remote_help_text' => 'Ta namestitev Snipe-IT lahko naloži skripte iz zunanjega sveta.', 'login_note' => 'Opomba za prijavo', 'login_note_help' => 'Na zaslonu za prijavo lahko dodate še nekaj stavkov, na primer za pomoč ljudem, ki so našli izgubljeno ali ukradeno napravo. To polje sprejema Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logotip', 'full_multiple_companies_support_help_text' => 'Omejevanje uporabnikov (tudi administratorjev), dodeljenih podjetjem za sredstva podjetja.', 'full_multiple_companies_support_text' => 'Popolna podpora podjetij', + 'show_in_model_list' => 'Prikaži v spustnem meniju Modeli', 'optional' => 'Opcijsko', 'per_page' => 'Rezultatov na stran', 'php' => 'PHP različica', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack nastavitve', 'slack_integration_help' => 'Slack integracija je neobvezna, vendar je potrebna končna točka in kanal, če ga želite uporabiti. Če želite konfigurirati integracijo Slack, morate najprej ustvariti dohodni spletnik na vašem slack računu.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT različica', + 'support_footer' => 'Povezava do podpore v nogi ', + 'support_footer_help' => 'Določite, kdo vidi povezave do informacij o podpori Snipe-IT in uporabniškega priročnika', 'system' => 'Sistemske informacije', 'update' => 'Posodobi nastavitve', 'value' => 'Vrednost', @@ -135,12 +150,12 @@ return array( 'two_factor_enrollment' => 'Dvo-stopni vpis', 'two_factor_enabled_text' => 'Omogoči dvostopenjsko avtentikacijo', 'two_factor_reset' => 'Ponastavi dvo-stopenjsko skrivnost', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_reset_help' => 'To bo prisililo uporabnika, da znova vnese svojo napravo z Google Authenticator. To je lahko uporabno, če je njihova trenutno vpisana naprava izgubljena ali ukradena. ', + 'two_factor_reset_success' => 'Dvostopenjska naprava je bila uspešno ponastavljena', + 'two_factor_reset_error' => 'Ponastavitev dvostopenjskih naprav ni uspela', + 'two_factor_enabled_warning' => 'Omogočanje dvostopenjske avtentifikacije, če trenutno ni omogočeno, vas bo takoj prisililo, da se potrdite s storitvijo Google Auth. Imeli boste možnost vpisati svojo napravo, če niste včlanjeni.', + 'two_factor_enabled_help' => 'S pomočjo storitve Google Authenticator se bo vklopilo dvostopenjsko preverjanje pristnosti.', + 'two_factor_optional' => 'Selektivno (uporabniki lahko dovolijo ali onemogočijo, če imajo dovoljeno to funkcijo)', 'two_factor_required' => 'Zahtevano za vse uporabnike', 'two_factor_disabled' => 'Onemogočeno', 'two_factor_enter_code' => 'Vnesite dvo-stopenjsko kodo', diff --git a/resources/lang/sl/admin/statuslabels/table.php b/resources/lang/sl/admin/statuslabels/table.php index 7acc4409ea..3e11b9040e 100644 --- a/resources/lang/sl/admin/statuslabels/table.php +++ b/resources/lang/sl/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arhivirano', 'create' => 'Ustvari oznako stanja', 'color' => 'Barva grafikona', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Razporejeno', 'info' => 'Oznake stanja se uporabljajo za oznako različnih statusov, v katerih so lahko vaša sredstva. Morda so na popravilu, so izgubljene / ukradene itd. Ustvarite lahko nove oznake statusov za sredstva.', 'name' => 'Ime statusa', diff --git a/resources/lang/sl/admin/users/general.php b/resources/lang/sl/admin/users/general.php index 186389bb33..bbdda6dbe8 100644 --- a/resources/lang/sl/admin/users/general.php +++ b/resources/lang/sl/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Kliknite tukaj, da jih obnovite.', 'last_login' => 'Zadnja prijava', 'ldap_config_text' => 'Nastavitve konfiguracije LDAP-a lahko najdete v zavihku Admin> Nastavitve. Izbrana lokacija bo nastavljena za vse uvožene uporabnike.', + 'print_assigned' => 'Natisni vse dodeljene', 'software_user' => 'Programska oprema izdana osebi :name', 'view_user' => 'Ogled uporabnika :name', 'usercsv' => 'Datoteko CSV', diff --git a/resources/lang/sl/general.php b/resources/lang/sl/general.php index 1e017dcd27..6bdfd6a22a 100644 --- a/resources/lang/sl/general.php +++ b/resources/lang/sl/general.php @@ -65,11 +65,12 @@ 'debug_warning_text' => 'Ta aplikacija deluje v načinu proizvodnje z omogočenim odpravljanjem napak. To lahko razkrije občutljive podatke, če je vaša aplikacija dostopna zunanjemu svetu. Onemogoči način za odpravljanje napak z nastavitvijo APP_DEBUG vrednost v vaši .env datoteki do false.', 'delete' => 'Izbriši', 'deleted' => 'Izbrisano', - 'delete_seats' => 'Deleted Seats', + 'delete_seats' => 'Izbrisana mesta', 'departments' => 'Oddelki', 'department' => 'Oddelek', 'deployed' => 'Razporejeno', 'depreciation_report' => 'Poročilo o amortizaciji', + 'details' => 'Podrobnosti', 'download' => 'Prenosi', 'depreciation' => 'Amortizacija', 'editprofile' => 'Uredite svoj profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'To se uporablja za ustvarjanje e-poštnih naslovov pri uvozu', 'filastname_format' => 'Prva črka imena priimek (jsmith@example.com)', 'firstname_lastname_format' => 'Ime priimek (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Ime priimek (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Prvi', 'first_name' => 'Ime', 'first_name_format' => 'Ime (jane@example.com)', + 'files' => 'Datoteke', 'file_name' => 'Datoteka', 'file_uploads' => 'Nalaganje datotek', 'generate' => 'Ustvari', @@ -94,7 +98,7 @@ 'image' => 'Slika', 'image_delete' => 'Izbriši sliko', 'image_upload' => 'Naloži sliko', - 'image_filetypes_help' => 'Sprejeti tipi datotek so jpg, png, gif in svg.', + 'image_filetypes_help' => 'Sprejeti tipi datotek so jpg, png, gif in svg. Dovoljena je največja velikost nalaganja: velikost.', 'import' => 'Uvozi', 'import-history' => 'Uvoz zgodovine', 'asset_maintenance' => 'Vzdrževanje sredstev', @@ -118,6 +122,7 @@ 'locations' => 'Lokacije', 'logout' => 'Odjava', 'lookup_by_tag' => 'Iskanje po oznaki sredstva', + 'maintenances' => 'Vzdrževanje', 'manufacturer' => 'Proizvajalec', 'manufacturers' => 'Proizvajalci', 'markdown' => 'To polje omogoča Github z okusom markdowna.', @@ -137,7 +142,7 @@ 'notes' => 'Opombe', 'order_number' => 'Številka naročila', 'page_menu' => 'Prikazuj elemente _MENU_', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'pagination_info' => 'Prikazuje _START_ za _END_ _TOTAL_ elementov', 'pending' => 'V teku', 'people' => 'Osebe', 'per_page' => 'Rezultatov na stran', @@ -171,8 +176,11 @@ 'select_company' => 'Izberite podjetje', 'select_asset' => 'Izberite Sredstvo', 'settings' => 'Nastavitve', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Prijava', 'signature' => 'Podpis', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: nekatere funkcije so onemogočene za to namestitev.', 'site_name' => 'Ime mesta', 'state' => 'Stanje', @@ -180,7 +188,7 @@ 'status' => 'Status', 'supplier' => 'Dobavitelj', 'suppliers' => 'Dobavitelji', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete' => 'Ali ste prepričani, da želite izbrisati', 'submit' => 'Pošlji', 'target' => 'Cilj', 'time_and_date_display' => 'Prikaz časa in datuma', @@ -189,9 +197,9 @@ 'total_accessories' => 'skupno dodatkov', 'total_consumables' => 'skupno potrošni material', 'type' => 'Tip', - 'undeployable' => 'Un-deployable', + 'undeployable' => 'Nerazporejeno', 'unknown_admin' => 'Neznan skrbnik', - 'username_format' => 'Username Format', + 'username_format' => 'Format za uporabniško ime', 'update' => 'Posodobi', 'uploaded' => 'Naloženo', 'user' => 'Uporabnik', @@ -199,12 +207,12 @@ 'declined' => 'zavrnjeno', 'unaccepted_asset_report' => 'Nesprejeta sredstva', 'users' => 'Uporabniki', - 'viewassets' => 'View Assigned Assets', + 'viewassets' => 'Ogled dodeljenih sredstev', 'website' => 'Spletna stran', - 'welcome' => 'Welcome, :name', + 'welcome' => 'Dobrodošli, :ime', 'years' => 'let', 'yes' => 'Da', - 'zip' => 'Zip', + 'zip' => 'Pošta', 'noimage' => 'Ni naložene slike ali slike ni mogoče najti.', 'token_expired' => 'Vaša seja je potekla. Prosimo, poizkusite ponovno.', ]; diff --git a/resources/lang/sl/mail.php b/resources/lang/sl/mail.php index 7bb9e154c4..028746bf85 100644 --- a/resources/lang/sl/mail.php +++ b/resources/lang/sl/mail.php @@ -18,19 +18,19 @@ return array( 'checkout_date' => 'Datum izdaje:', 'click_to_confirm' => 'Prosimo, kliknite na naslednjo povezavo, da potrdite svoj :spletni račun:', 'click_on_the_link_accessory' => 'Prosimo, kliknite povezavo na dnu, da potrdite, da ste prejeli dodatno opremo.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', + 'click_on_the_link_asset' => 'Prosimo, kliknite na povezavo na dnu, da potrdite, da ste prejeli opremo.', + 'Confirm_Asset_Checkin' => 'Potrdite sprejem sredstev.', + 'Confirm_Accessory_Checkin' => 'Potrdite sprejem dodatne opreme.', + 'Confirm_accessory_delivery' => 'Potrdite dostavo dodatne opreme.', + 'Confirm_asset_delivery' => 'Potrdite dobavo sredstva.', + 'Confirm_consumable_delivery' => 'Potrdite dobavo potrošnega materiala.', + 'current_QTY' => 'Trenutna količina', 'Days' => 'Dnevi', 'days' => 'Dnevi', 'expecting_checkin_date' => 'Predviden datum dobave:', 'expires' => 'Poteče', 'Expiring_Assets_Report' => 'Poročilo o izteku sredstev.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Expiring_Licenses_Report' => 'Poročilo o izteku licenc.', 'hello' => 'Pozdravljeni', 'hi' => 'Zdravo', 'i_have_read' => 'Sem prebral oz. prebrala in se strinjam s pogoji uporabe. Potrjujem prejetje opreme.', @@ -57,15 +57,15 @@ return array( 'serial' => 'Serijska številka:', 'supplier' => 'Dobavitelj', 'tag' => 'Oznaka', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', + 'test_email' => 'Testna e-pošta od Snipe-IT', + 'test_mail_text' => 'To je testna e-pošta sistema Snipe-IT Asset Management. Če ste prejeli to e-pošto, potem pošta dela. :)', 'the_following_item' => 'Naslednji element je bil sprejet: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', + 'There_are' => '{1} Obstaja | [2, Inf] Obstajajo', + 'to_reset' => 'Če želite ponastaviti svoje: spletno geslo, izpolnite ta obrazec:', 'type' => 'Tip', 'user' => 'Uporabnik:', 'username' => 'Uporabniško ime:', 'welcome' => 'Dobrodošli: ime', 'welcome_to' => 'Dobrodošli na :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'your_credentials' => 'Vaše poverilnice Snipe-IT', ); diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php index 9747cf3dfa..efc479d223 100644 --- a/resources/lang/sv-SE/admin/hardware/form.php +++ b/resources/lang/sv-SE/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Garanti', + 'warranty_expires' => 'Warranty Expires', 'years' => 'år', ) ; diff --git a/resources/lang/sv-SE/admin/manufacturers/message.php b/resources/lang/sv-SE/admin/manufacturers/message.php index 9bc4348ed2..83114602da 100644 --- a/resources/lang/sv-SE/admin/manufacturers/message.php +++ b/resources/lang/sv-SE/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Tillverkaren uppdaterades utan problem.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Är du säker på att du vill ta bort?', 'error' => 'Det gick inte att ta bort tillverkaren. Vänligen försök igen.', diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index ef92cc3102..550b902ba4 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D streckkodstyp', 'eula_settings' => 'EULA-inställningar', 'eula_markdown' => 'Detta EULA tillåter Github smaksatt markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Allmänna inställningar', 'generate_backup' => 'Skapa säkerhetskopia', 'header_color' => 'Sidhuvudets färg', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP anställd nummer', 'ldap_email' => 'LDAP-e-post', + 'license' => 'Software License', 'load_remote_text' => 'Fjärrskript', 'load_remote_help_text' => 'Denna Snipe-IT-installation kan ladda skript från omvärlden.', 'login_note' => 'Inloggning Obs', 'login_note_help' => 'Välj eventuellt några meningar på din inloggningsskärm, till exempel för att hjälpa personer som har hittat en förlorad eller stulen enhet. Detta fält accepterar Github smaksatt markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logotyp', 'full_multiple_companies_support_help_text' => 'Begränsa användare (inklusive administratörer) tilldelade företag till företagets tillgångar.', 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'frivillig', 'per_page' => 'Resultat per sida', 'php' => 'PHP-versionen', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slak integration är valfri, men ändpunkten och kanalen krävs om du vill använda den. För att konfigurera Slack integration måste du först skapa en inkommande webhook på ditt Slack-konto.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT-versionen', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Systeminformation', 'update' => 'Uppdatera inställningarna', 'value' => 'Värde', diff --git a/resources/lang/sv-SE/admin/statuslabels/table.php b/resources/lang/sv-SE/admin/statuslabels/table.php index b4901367c5..0a084134bf 100644 --- a/resources/lang/sv-SE/admin/statuslabels/table.php +++ b/resources/lang/sv-SE/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'arkiveras', 'create' => 'Skapa statusetikett', 'color' => 'Diagramfärg', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', 'info' => 'Statusetiketter används för att beskriva de olika tillstånd som dina tillgångar kan vara i. De kan vara ute för reparation, förlorade / stulna etc. Du kan skapa nya statusetiketter för deployerbara, pågående och arkiverade tillgångar.', 'name' => 'Statusnamn', diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php index 508f7f6319..1566c25af9 100644 --- a/resources/lang/sv-SE/admin/users/general.php +++ b/resources/lang/sv-SE/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Klicka här för att återställa dem.', 'last_login' => 'Senaste inloggning', 'ldap_config_text' => 'LDAP-konfigurationsinställningar finns Admin> Inställningar. Den (valfria) valda platsen kommer att ställas in för alla importerade användare.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Programvara Kontrollerad till: namn', 'view_user' => 'Visa användare: namn', 'usercsv' => 'CSV-fil', diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 41e9c30958..143ed387f3 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -70,6 +70,7 @@ 'department' => 'Avdelning', 'deployed' => 'Används', 'depreciation_report' => 'Avskrivningsrapport', + 'details' => 'Details', 'download' => 'Ladda ner', 'depreciation' => 'Avskrivning', 'editprofile' => 'Ändra Din Profil', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Detta används för att generera e-postadresser vid import', 'filastname_format' => 'Första Initiala Efternamn (jsmith@example.com)', 'firstname_lastname_format' => 'Förnamn Efternamn (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Först', 'first_name' => 'Förnamn', 'first_name_format' => 'Förnamn (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Fil', 'file_uploads' => 'Filuppladdning', 'generate' => 'Generera', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Ta bort Bild', 'image_upload' => 'Ladda upp Bild', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Importera', 'import-history' => 'Importera historik', 'asset_maintenance' => 'Inventarieunderhåll', @@ -118,6 +122,7 @@ 'locations' => 'Platser', 'logout' => 'Logga ut', 'lookup_by_tag' => 'Lookup med tillgångslabel', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Tillverkare', 'manufacturers' => 'Tillverkare', 'markdown' => 'Detta fält tillåter Github smaksatt markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Välj företag', 'select_asset' => 'Välj Asset', 'settings' => 'Inställningar', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Logga in', 'signature' => 'Signatur', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Vissa funktioner är inaktiverade för den här installationen.', 'site_name' => 'Sidnamn', 'state' => 'stat', diff --git a/resources/lang/ta/admin/hardware/form.php b/resources/lang/ta/admin/hardware/form.php index f0242aec14..b7ac6ea9bf 100644 --- a/resources/lang/ta/admin/hardware/form.php +++ b/resources/lang/ta/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'சொத்து டேக்', 'update' => 'சொத்து புதுப்பிப்பு', 'warranty' => 'உத்தரவாதத்தை', + 'warranty_expires' => 'Warranty Expires', 'years' => 'ஆண்டுகள்', ) ; diff --git a/resources/lang/ta/admin/manufacturers/message.php b/resources/lang/ta/admin/manufacturers/message.php index df22d0c1ee..9407c4f84e 100644 --- a/resources/lang/ta/admin/manufacturers/message.php +++ b/resources/lang/ta/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'இந்த உற்பத்தியாளரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'தயாரிப்பாளரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php index dfc69b905c..d442bd84f5 100644 --- a/resources/lang/ta/admin/settings/general.php +++ b/resources/lang/ta/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1 டி பார்கோடு வகை', 'eula_settings' => 'EULA அமைப்புகள்', 'eula_markdown' => 'இந்த EULA கிட் ருசியான மார்க் டவுன் 12335_1_321 ஐ அனுமதிக்கிறது.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'பொது அமைப்புகள்', 'generate_backup' => 'காப்பு உருவாக்குதல்', 'header_color' => 'தலைப்பு வண்ணம்', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP செயலில் கொடி', 'ldap_emp_num' => 'LDAP பணியாளர் எண்', 'ldap_email' => 'LDAP மின்னஞ்சல்', + 'license' => 'Software License', 'load_remote_text' => 'ரிமோட் ஸ்கிரிப்டுகள்', 'load_remote_help_text' => 'இந்த ஸ்னாப்-ஐடி நிறுவலானது வெளியில் இருந்து ஸ்கிரிப்ட்களை ஏற்றுவதற்கு ஏற்றது.', 'login_note' => 'குறிப்பு குறிப்பு', 'login_note_help' => 'விருப்பமாக உங்கள் உள்நுழைவுத் திரையில் சில விதிமுறைகளைச் சேர்க்கலாம், உதாரணமாக இழந்த அல்லது களவாடப்பட்ட சாதனத்தை கண்டறிந்தவர்களுக்கு உதவவும். இந்த புலம் ஜி.ஐ.டி ருசியான மார்க் டவுன் ஐ ஏற்றுக்கொள்கிறது', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'சின்னம்', 'full_multiple_companies_support_help_text' => 'தங்கள் நிறுவனத்தின் சொத்துக்களுக்கு நிறுவனங்களுக்கு ஒதுக்கப்பட்டுள்ள பயனர்களை (நிர்வாகிகள் உட்பட) கட்டுப்படுத்துதல்.', 'full_multiple_companies_support_text' => 'முழு பல நிறுவனங்கள் ஆதரவு', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'விருப்ப', 'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு', 'php' => 'PHP பதிப்பு', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'ஸ்லாக் முடிவுக்கு', 'slack_integration' => 'மெல்லிய அமைப்புகள்', 'slack_integration_help' => 'ஸ்லேக் ஒருங்கிணைப்பு விருப்பமானது, இருப்பினும் இறுதிப் பக்கமும் சேனலும் நீங்கள் பயன்படுத்த விரும்பினால், அவசியம். ஸ்லேக் ஒருங்கிணைப்பை கட்டமைக்க, நீங்கள் முதலில் உங்கள் ஸ்லைடு கணக்கில் உள்வரும் webhook ஐ உருவாக்க வேண்டும்.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'ஸ்னாப்-ஐடி பதிப்பு', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'கணினி தகவல்', 'update' => 'அமைப்புகள் புதுப்பிக்கவும்', 'value' => 'மதிப்பு', diff --git a/resources/lang/ta/admin/statuslabels/table.php b/resources/lang/ta/admin/statuslabels/table.php index ef29997ffc..cf2a70dd86 100644 --- a/resources/lang/ta/admin/statuslabels/table.php +++ b/resources/lang/ta/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'காப்பகப்படுத்தியவை', 'create' => 'நிலை லேபிள் உருவாக்கவும்', 'color' => 'விளக்கப்படம் நிறம்', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'அணியப்படுத்தக்', 'info' => 'நிலைமை லேபிள்கள் உங்கள் சொத்துக்கள் இருக்கும் பல்வேறு மாநிலங்களை விவரிக்க பயன்படுத்தப்படுகின்றன. அவை சரிசெய்யப்பட்டு, இழந்த / திருடப்பட்டவையாக இருக்கலாம். நீங்கள் வரிசைப்படுத்தக்கூடிய, நிலுவையிலுள்ள மற்றும் காப்பகப்படுத்தப்பட்ட சொத்துகளுக்கான புதிய நிலை லேபிள்களை உருவாக்கலாம்.', 'name' => 'நிலைமை பெயர்', diff --git a/resources/lang/ta/admin/users/general.php b/resources/lang/ta/admin/users/general.php index 29c6d2e06c..47a4814aa7 100644 --- a/resources/lang/ta/admin/users/general.php +++ b/resources/lang/ta/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'அவற்றை மீட்டெடுக்க இங்கு கிளிக் செய்க.', 'last_login' => 'கடைசி தேதி', 'ldap_config_text' => 'LDAP உள்ளமைவு அமைப்புகள் நிர்வாகம்> அமைப்புகள். இறக்குமதி செய்யப்பட்ட அனைத்து பயனர்களுக்கும் (விரும்பினால்) தேர்ந்தெடுக்கப்பட்ட இடம் அமைக்கப்படும்.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'மென்பொருள் சரிபார்க்கப்பட்டது: பெயர்', 'view_user' => 'பயனர் காண்க: பெயர்', 'usercsv' => 'CSV கோப்பு', diff --git a/resources/lang/ta/general.php b/resources/lang/ta/general.php index 27872c5c80..94dbc0c582 100644 --- a/resources/lang/ta/general.php +++ b/resources/lang/ta/general.php @@ -70,6 +70,7 @@ 'department' => 'துறை', 'deployed' => 'பயன்படுத்தப்படும்போது', 'depreciation_report' => 'தேய்மானம் அறிக்கை', + 'details' => 'Details', 'download' => 'பதிவிறக்க', 'depreciation' => 'தேய்மானம்', 'editprofile' => 'உங்கள் சுயவிவரம் திருத்தவும்', @@ -79,9 +80,12 @@ 'email_domain_help' => 'இறக்குமதி செய்யும் போது மின்னஞ்சல் முகவரிகள் உருவாக்க இது பயன்படுகிறது', 'filastname_format' => 'முதல் தொடக்க கடைசி பெயர் (jsmith@example.com)', 'firstname_lastname_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'முதல்', 'first_name' => 'முதல் பெயர்', 'first_name_format' => 'முதல் பெயர் (jane@example.com)', + 'files' => 'Files', 'file_name' => 'கோப்பு', 'file_uploads' => 'கோப்பு பதிவேற்றங்கள்', 'generate' => 'உருவாக்குதல்', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'படத்தை நீக்கு', 'image_upload' => 'படத்தை பதிவேற்றம் செய்யவும்', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'இறக்குமதி', 'import-history' => 'வரலாற்றை இறக்குமதி செய்க', 'asset_maintenance' => 'சொத்து பராமரிப்பு', @@ -118,6 +122,7 @@ 'locations' => 'இடங்கள்', 'logout' => 'வெளியேறு', 'lookup_by_tag' => 'சொத்து டேக் மூலம் பார்', + 'maintenances' => 'Maintenances', 'manufacturer' => 'உற்பத்தியாளர்', 'manufacturers' => 'உற்பத்தியாளர்கள்', 'markdown' => 'இந்தத் துறையில் ஜிடிப் ருசியான மார்க் டவுன் ஐ அனுமதிக்கிறது.', @@ -171,8 +176,11 @@ 'select_company' => 'நிறுவனம் தேர்ந்தெடு', 'select_asset' => 'சொத்து தேர்ந்தெடு', 'settings' => 'அமைப்புகள்', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'உள்நுழைக', 'signature' => 'கையொப்பம்', + 'skin' => 'Skin', 'some_features_disabled' => 'டெமோ முறை: இந்த நிறுவலுக்கு சில அம்சங்கள் முடக்கப்பட்டுள்ளன.', 'site_name' => 'தள பெயர்', 'state' => 'நிலை', diff --git a/resources/lang/th/admin/hardware/form.php b/resources/lang/th/admin/hardware/form.php index b293a95f47..cb53261c2c 100644 --- a/resources/lang/th/admin/hardware/form.php +++ b/resources/lang/th/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'รหัสทรัพย์สิน', 'update' => 'ปรับปรุงสินทรัพย์', 'warranty' => 'การรับประกัน', + 'warranty_expires' => 'Warranty Expires', 'years' => 'ปี', ) ; diff --git a/resources/lang/th/admin/manufacturers/message.php b/resources/lang/th/admin/manufacturers/message.php index 23ee2a48e6..cc32ab987a 100644 --- a/resources/lang/th/admin/manufacturers/message.php +++ b/resources/lang/th/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'ปรับปรุงผู้ผลิตเรียบร้อยแล้ว' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'คุณแน่ใจที่จะลบผู้ผลิตนี้?', 'error' => 'มีปัญหาระหว่างการลบผู้ผลิต กรุณาลองใหม่อีกครั้ง', diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index d148f33b23..79767079e6 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'บาร์โค้ด 1D', 'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน', 'eula_markdown' => 'อนุญาต EULA นี้ Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'การตั้งค่าทั่วไป', 'generate_backup' => 'สร้างการสำรองข้อมูล', 'header_color' => 'สีส่วนหัว', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'หมายเลขพนักงานของ LDAP', 'ldap_email' => 'อีเมล LDAP', + 'license' => 'ไลเซนซ์ซอฟต์แวร์', 'load_remote_text' => 'สคริปต์ระยะไกล', 'load_remote_help_text' => 'การติดตั้ง Snipe-IT นี้สามารถโหลดสคริปต์จากภายนอกได้', 'login_note' => 'เข้าสู่ระบบหมายเหตุ', 'login_note_help' => 'คุณสามารถเลือกไม่กี่ประโยคในหน้าจอการเข้าสู่ระบบของคุณเช่นช่วยผู้ที่พบอุปกรณ์สูญหายหรือถูกขโมย ฟิลด์นี้ยอมรับเครื่องหมายการค้าที่มีรสปรุงรส Github', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'โลโก้', 'full_multiple_companies_support_help_text' => 'จำกัด ผู้ใช้ (รวมทั้งผู้ดูแลระบบ) ที่มอบหมายให้ บริษัท ไปยังสินทรัพย์ของ บริษัท', 'full_multiple_companies_support_text' => 'การสนับสนุนหลาย บริษัท', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'ออฟชั่นเสริม', 'per_page' => 'ผลการค้นหาต่อหน้า', 'php' => 'เวอร์ชัน PHP', @@ -93,7 +104,7 @@ return array( 'qr_text' => 'ข้อความโค้ด QR', 'setting' => 'การตั้งค่า', 'settings' => 'ตั้งค่า', - 'show_alerts_in_menu' => 'Show alerts in top menu', + 'show_alerts_in_menu' => 'แสดงการแจ้งเตือนในเมนูด้านบน', 'show_archived_in_list' => 'Archived Assets', 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'site_name' => 'ชื่อไซต์', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', 'slack_integration_help' => 'Slack integration คือออฟชั่นเสริม อย่างไรก็ตามหากคุณต้องการใช้มันคุณจะต้องมี endpoint และ channel เพื่อการกำหนดค่า Slack integration คุณจำเป็นต้องสร้าง create an incoming webhook บน Slack account ของคุณก่อน', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'ข้อมูลระบบ', 'update' => 'แก้ไขการตั้งค่า', 'value' => 'มูลค่า', diff --git a/resources/lang/th/admin/statuslabels/table.php b/resources/lang/th/admin/statuslabels/table.php index cd3239524f..31e0614238 100644 --- a/resources/lang/th/admin/statuslabels/table.php +++ b/resources/lang/th/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'ที่เก็บถาวร', 'create' => 'สร้างป้ายสถานะ', 'color' => 'สีแผนภูมิ', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'สามารถใช้งานได้', 'info' => 'ป้ายสถานะใช้สำหรับบ่งบอกสถานะของสินทรัพย์ของคุณว่าอยู่ในสถานะใด ซึ่งอาจจะอยู่สถานะ เช่น ซ่อมแซม สูญหาย ถูกขโมย เป็นต้น คุณสามารถสร้างป้ายสถานะสำหรับ สามารถใช้งานได้ หรืออยู่ในระหว่างการดำเนินการ หรือ ถูกเก็บไว้ถาวร', 'name' => 'ชื่อสถานะ', diff --git a/resources/lang/th/admin/suppliers/message.php b/resources/lang/th/admin/suppliers/message.php index f95787c4db..220374a2d6 100644 --- a/resources/lang/th/admin/suppliers/message.php +++ b/resources/lang/th/admin/suppliers/message.php @@ -19,9 +19,9 @@ return array( 'confirm' => 'คุณแน่ใจว่าคุณตั้งใจจะลบซัพพลายเออร์นี้?', 'error' => 'มีปัญหาระหว่างลบซัพพลายเออร์ กรุณาลองใหม่อีกครั้ง', 'success' => 'ลบซัพพลายเออร์เสร็จสมบูรณ์แล้ว', - 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_assets' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ', + 'assoc_licenses' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ', + 'assoc_maintenances' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ', ) ); diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php index 8b95f34b34..84ce0eec22 100644 --- a/resources/lang/th/admin/users/general.php +++ b/resources/lang/th/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'คลิกที่นี่เพื่อเรียกคืน', 'last_login' => 'เข้าสู่ระบบล่าสุด', 'ldap_config_text' => 'คุณสามารถตั้งค่าการกำหนดค่า LDAP ได้ Admin> การตั้งค่า สถานที่ที่เลือก (เลือกได้) จะถูกตั้งค่าสำหรับผู้ใช้ที่นำเข้าทั้งหมด', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'ซอฟต์แวร์ที่กำหนดให้ :name', 'view_user' => 'ดูผู้ใช้ :name', 'usercsv' => 'ไฟล์ CSV', diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php index 63855479d6..e370bc90eb 100644 --- a/resources/lang/th/general.php +++ b/resources/lang/th/general.php @@ -40,7 +40,7 @@ 'checkout' => 'เช็คเอาท์', 'city' => 'เมือง', 'click_here' => 'คลิกที่นี่', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'ยกเลิกการเลือก', 'companies' => 'บริษัท', 'company' => 'บริษัท', 'component' => 'ตัวแทน', @@ -70,6 +70,7 @@ 'department' => 'แผนก', 'deployed' => 'กำลังใช้งาน', 'depreciation_report' => 'รายงานการเสื่อมราคา', + 'details' => 'ราย​ละเอียด', 'download' => 'ดาวน์โหลด', 'depreciation' => 'การเสื่อมราคา', 'editprofile' => 'แก้ไขโปรไฟล์ของคุณ', @@ -79,9 +80,12 @@ 'email_domain_help' => 'ใช้เพื่อสร้างที่อยู่อีเมลเมื่อนำเข้า', 'filastname_format' => 'ชื่อย่อครั้งแรก (jsmith@example.com)', 'firstname_lastname_format' => 'ชื่อนามสกุล (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'ชื่อนามสกุล (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'เริ่ม', 'first_name' => 'ชื่อจริง', 'first_name_format' => 'ชื่อ (jane@example.com)', + 'files' => 'ไฟล์', 'file_name' => 'ไฟล์', 'file_uploads' => 'อัปโหลดไฟล์', 'generate' => 'สร้าง', @@ -91,10 +95,10 @@ 'history' => 'ประวัติศาสตร์', 'history_for' => 'ประวัติของ', 'id' => 'ID', - 'image' => 'Image', + 'image' => 'รูป', 'image_delete' => 'ลบรูปภาพประจำตัว', 'image_upload' => 'อัพโหลดภาพ', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'นำเข้า', 'import-history' => 'นำเข้าประวัติ', 'asset_maintenance' => 'การซ่อมบำรุงสินทรัพย์', @@ -118,6 +122,7 @@ 'locations' => 'สถานที่', 'logout' => 'ออกจากระบบ', 'lookup_by_tag' => 'การค้นหาตามแท็กเนื้อหา', + 'maintenances' => 'ซ่อมบำรุง', 'manufacturer' => 'ผู้ผลิต', 'manufacturers' => 'ผู้ผลิต', 'markdown' => 'ฟิลด์นี้ช่วยให้ Github markdown markdown', @@ -152,7 +157,7 @@ 'recent_activity' => 'กิจกรรมล่าสุด', 'remove_company' => 'นำออกสมาคม บริษัท', 'reports' => 'รายงาน', - 'restored' => 'restored', + 'restored' => 'คืนค่า', 'requested' => 'คำร้องขอ', 'request_canceled' => 'คำขอยกเลิกแล้ว', 'save' => 'บันทึก', @@ -171,8 +176,11 @@ 'select_company' => 'เลือก บริษัท', 'select_asset' => 'เลือกเนื้อหา', 'settings' => 'การตั้งค่า', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'ลงชื่อเข้าใช้', 'signature' => 'ลายเซ็น', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: คุณลักษณะบางอย่างถูกปิดใช้งานสำหรับการติดตั้งนี้', 'site_name' => 'ชื่อไซต์', 'state' => 'รัฐ', diff --git a/resources/lang/tl/admin/accessories/general.php b/resources/lang/tl/admin/accessories/general.php new file mode 100644 index 0000000000..22771aff0c --- /dev/null +++ b/resources/lang/tl/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'About Accessories', + 'about_accessories_text' => '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.', + 'accessory_category' => 'Accessory Category', + 'accessory_name' => 'Accessory Name', + 'checkout' => 'Checkout Accessory', + 'checkin' => 'Checkin Accessory', + 'create' => 'Create Accessory', + 'edit' => 'Edit Accessory', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'total' => 'Total', + 'remaining' => 'Avail', + 'update' => 'Update Accessory', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + +); diff --git a/resources/lang/tl/admin/accessories/message.php b/resources/lang/tl/admin/accessories/message.php new file mode 100644 index 0000000000..92998a4e14 --- /dev/null +++ b/resources/lang/tl/admin/accessories/message.php @@ -0,0 +1,37 @@ + 'The accessory does not exist.', + 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + + 'create' => array( + 'error' => 'The accessory was not created, please try again.', + 'success' => 'The accessory was successfully created.' + ), + + 'update' => array( + 'error' => 'The accessory was not updated, please try again', + 'success' => 'The accessory was updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this accessory?', + 'error' => 'There was an issue deleting the accessory. Please try again.', + 'success' => 'The accessory was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Accessory was not checked out, please try again', + 'success' => 'Accessory checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), + + 'checkin' => array( + 'error' => 'Accessory was not checked in, please try again', + 'success' => 'Accessory checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/tl/admin/accessories/table.php b/resources/lang/tl/admin/accessories/table.php new file mode 100644 index 0000000000..311db913fb --- /dev/null +++ b/resources/lang/tl/admin/accessories/table.php @@ -0,0 +1,11 @@ + 'I-Download ang CSV', + 'eula_text' => 'Ang EULA', + 'id' => 'Ang ID', + 'require_acceptance' => 'Pagtanggap', + 'title' => 'Ang Pangalan ng Accessory', + + +); diff --git a/resources/lang/tl/admin/asset_maintenances/form.php b/resources/lang/tl/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..b743dcdda8 --- /dev/null +++ b/resources/lang/tl/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Ang Uri ng Pagpapanatili', + 'title' => 'Ang Pamagat', + 'start_date' => 'Nagsimula na', + 'completion_date' => 'Nakumpleto na', + 'cost' => 'Ang Halaga', + 'is_warranty' => 'Ang Pagpapabuti ng Warantiya', + 'asset_maintenance_time' => 'Ang mga araw', + 'notes' => 'Ang mga Palatandaan', + 'update' => 'I-update', + 'create' => 'Lumikha' + ]; diff --git a/resources/lang/tl/admin/asset_maintenances/general.php b/resources/lang/tl/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..c06b2ea2a6 --- /dev/null +++ b/resources/lang/tl/admin/asset_maintenances/general.php @@ -0,0 +1,11 @@ + 'Bagay na may halaga sa Kabuhayan', + 'edit' => 'I-edit ang Bagay na may halaga sa Kabuhayan', + 'delete' => 'Tanggalin ang Bagay na may halaga sa Kabuhayan', + 'view' => 'Tignan ang mga Detalye sa Bagay na may halaga sa Kabuhayan', + 'repair' => 'Isaayos', + 'maintenance' => 'Kabuhayan', + 'upgrade' => 'Pagtaas' + ]; diff --git a/resources/lang/tl/admin/asset_maintenances/message.php b/resources/lang/tl/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..d121115825 --- /dev/null +++ b/resources/lang/tl/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Asset Maintenance you were looking for was not found!', + 'delete' => [ + 'confirm' => 'Are you sure you wish to delete this asset maintenance?', + 'error' => 'There was an issue deleting the asset maintenance. Please try again.', + 'success' => 'The asset maintenance was deleted successfully.' + ], + 'create' => [ + 'error' => 'Asset Maintenance was not created, please try again.', + 'success' => 'Asset Maintenance created successfully.' + ], + 'edit' => [ + 'error' => 'Asset Maintenance was not edited, please try again.', + 'success' => 'Asset Maintenance edited successfully.' + ], + 'asset_maintenance_incomplete' => 'Not Completed Yet', + 'warranty' => 'Warranty', + 'not_warranty' => 'Not Warranty', + ]; \ No newline at end of file diff --git a/resources/lang/tl/admin/asset_maintenances/table.php b/resources/lang/tl/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..0ad2584b2e --- /dev/null +++ b/resources/lang/tl/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Propyedad sa Kinabubuhay', + 'asset_name' => 'Sa Ngalan ng Propyedad', + 'is_warranty' => 'Garantiya', + 'dl_csv' => 'I-download sa CSV' + ]; diff --git a/resources/lang/tl/admin/categories/general.php b/resources/lang/tl/admin/categories/general.php new file mode 100644 index 0000000000..16b3b79f51 --- /dev/null +++ b/resources/lang/tl/admin/categories/general.php @@ -0,0 +1,23 @@ + 'About Categories', + 'about_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.', + 'asset_categories' => 'Asset Categories', + 'category_name' => 'Category Name', + 'checkin_email' => 'Send email to user on checkin.', + 'clone' => 'Clone Category', + 'create' => 'Create Category', + 'edit' => 'Edit Category', + 'eula_text' => 'Category EULA', + 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'name' => 'Category Name', + 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', + 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', + 'required_eula' => 'This user will be emailed a copy of the EULA', + 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'update' => 'Update Category', + 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + +); diff --git a/resources/lang/tl/admin/categories/message.php b/resources/lang/tl/admin/categories/message.php new file mode 100644 index 0000000000..48cf5478e1 --- /dev/null +++ b/resources/lang/tl/admin/categories/message.php @@ -0,0 +1,25 @@ + 'Category does not exist.', + 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + + 'create' => array( + 'error' => 'Category was not created, please try again.', + 'success' => 'Category created successfully.' + ), + + 'update' => array( + 'error' => 'Category was not updated, please try again', + 'success' => 'Category updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this category?', + 'error' => 'There was an issue deleting the category. Please try again.', + 'success' => 'The category was deleted successfully.' + ) + +); diff --git a/resources/lang/tl/admin/categories/table.php b/resources/lang/tl/admin/categories/table.php new file mode 100644 index 0000000000..a3ee96ae7f --- /dev/null +++ b/resources/lang/tl/admin/categories/table.php @@ -0,0 +1,10 @@ + 'EULA', + 'id' => 'ID', + 'parent' => 'Parent', + 'require_acceptance' => 'Acceptance', + 'title' => 'Asset Category Name', + +); diff --git a/resources/lang/tl/admin/companies/general.php b/resources/lang/tl/admin/companies/general.php new file mode 100644 index 0000000000..9a47968977 --- /dev/null +++ b/resources/lang/tl/admin/companies/general.php @@ -0,0 +1,6 @@ + 'About Companies', + 'about_companies_text' => '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.', + 'select_company' => 'Select Company', +]; diff --git a/resources/lang/tl/admin/companies/message.php b/resources/lang/tl/admin/companies/message.php new file mode 100644 index 0000000000..a6db573519 --- /dev/null +++ b/resources/lang/tl/admin/companies/message.php @@ -0,0 +1,18 @@ + 'Company does not exist.', + 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'create' => array( + 'error' => 'Company was not created, please try again.', + 'success' => 'Company created successfully.' + ), + 'update' => array( + 'error' => 'Company was not updated, please try again', + 'success' => 'Company updated successfully.' + ), + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this company?', + 'error' => 'There was an issue deleting the company. Please try again.', + 'success' => 'The Company was deleted successfully.' + ) +); diff --git a/resources/lang/tl/admin/companies/table.php b/resources/lang/tl/admin/companies/table.php new file mode 100644 index 0000000000..2f86126ff2 --- /dev/null +++ b/resources/lang/tl/admin/companies/table.php @@ -0,0 +1,9 @@ + 'Companies', + 'create' => 'Create Company', + 'title' => 'Company', + 'update' => 'Update Company', + 'name' => 'Company Name', + 'id' => 'ID', +); diff --git a/resources/lang/tl/admin/components/general.php b/resources/lang/tl/admin/components/general.php new file mode 100644 index 0000000000..75c9d250ab --- /dev/null +++ b/resources/lang/tl/admin/components/general.php @@ -0,0 +1,17 @@ + 'About Components', + 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', + 'component_name' => 'Component Name', + 'checkin' => 'Checkin Component', + 'checkout' => 'Checkout Component', + 'cost' => 'Purchase Cost', + 'create' => 'Create Component', + 'edit' => 'Edit Component', + 'date' => 'Purchase Date', + 'order' => 'Order Number', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Component', +); diff --git a/resources/lang/tl/admin/components/message.php b/resources/lang/tl/admin/components/message.php new file mode 100644 index 0000000000..1d13970f23 --- /dev/null +++ b/resources/lang/tl/admin/components/message.php @@ -0,0 +1,36 @@ + 'Component does not exist.', + + 'create' => array( + 'error' => 'Component was not created, please try again.', + 'success' => 'Component created successfully.' + ), + + 'update' => array( + 'error' => 'Component was not updated, please try again', + 'success' => 'Component updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this component?', + 'error' => 'There was an issue deleting the component. Please try again.', + 'success' => 'The component was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Component was not checked out, please try again', + 'success' => 'Component checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), + + 'checkin' => array( + 'error' => 'Component was not checked in, please try again', + 'success' => 'Component checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/tl/admin/components/table.php b/resources/lang/tl/admin/components/table.php new file mode 100644 index 0000000000..3d4fed6a7f --- /dev/null +++ b/resources/lang/tl/admin/components/table.php @@ -0,0 +1,5 @@ + 'Component Name', +); diff --git a/resources/lang/tl/admin/consumables/general.php b/resources/lang/tl/admin/consumables/general.php new file mode 100644 index 0000000000..53a69f8c03 --- /dev/null +++ b/resources/lang/tl/admin/consumables/general.php @@ -0,0 +1,13 @@ + 'About Consumables', + 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', + 'checkout' => 'Checkout Consumable to User', + 'consumable_name' => 'Consumable Name', + 'create' => 'Create Consumable', + 'item_no' => 'Item No.', + 'remaining' => 'Remaining', + 'total' => 'Total', + 'update' => 'Update Consumable', +); diff --git a/resources/lang/tl/admin/consumables/message.php b/resources/lang/tl/admin/consumables/message.php new file mode 100644 index 0000000000..48a3cfbd9f --- /dev/null +++ b/resources/lang/tl/admin/consumables/message.php @@ -0,0 +1,36 @@ + 'Consumable does not exist.', + + 'create' => array( + 'error' => 'Consumable was not created, please try again.', + 'success' => 'Consumable created successfully.' + ), + + 'update' => array( + 'error' => 'Consumable was not updated, please try again', + 'success' => 'Consumable updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this consumable?', + 'error' => 'There was an issue deleting the consumable. Please try again.', + 'success' => 'The consumable was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Consumable was not checked out, please try again', + 'success' => 'Consumable checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ), + + 'checkin' => array( + 'error' => 'Consumable was not checked in, please try again', + 'success' => 'Consumable checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.' + ) + + +); diff --git a/resources/lang/tl/admin/consumables/table.php b/resources/lang/tl/admin/consumables/table.php new file mode 100644 index 0000000000..bb76721f17 --- /dev/null +++ b/resources/lang/tl/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Consumable Name', +); diff --git a/resources/lang/tl/admin/custom_fields/general.php b/resources/lang/tl/admin/custom_fields/general.php new file mode 100644 index 0000000000..564a9617d9 --- /dev/null +++ b/resources/lang/tl/admin/custom_fields/general.php @@ -0,0 +1,31 @@ + 'Custom Fields', + 'field' => 'Field', + 'about_fieldsets_title' => 'About Fieldsets', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'custom_format' => 'Custom regex format...', + 'encrypt_field' => 'Encrypt the value of this field in the database', + 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', + 'encrypted' => 'Encrypted', + 'fieldset' => 'Fieldset', + 'qty_fields' => 'Qty Fields', + 'fieldsets' => 'Fieldsets', + 'fieldset_name' => 'Fieldset Name', + 'field_name' => 'Field Name', + 'field_values' => 'Field Values', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_element' => 'Form Element', + 'field_element_short' => 'Element', + 'field_format' => 'Format', + 'field_custom_format' => 'Custom Regex Format', + 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'required' => 'Required', + 'req' => 'Req.', + 'used_by_models' => 'Used By Models', + 'order' => 'Order', + 'create_fieldset' => 'New Fieldset', + 'create_field' => 'New Custom Field', + 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', +); diff --git a/resources/lang/tl/admin/custom_fields/message.php b/resources/lang/tl/admin/custom_fields/message.php new file mode 100644 index 0000000000..ed66a6ba16 --- /dev/null +++ b/resources/lang/tl/admin/custom_fields/message.php @@ -0,0 +1,57 @@ + array( + 'invalid' => 'That field does not exist.', + 'already_added' => 'Field already added', + + 'create' => array( + 'error' => 'Field was not created, please try again.', + 'success' => 'Field created successfully.', + 'assoc_success' => 'Field successfully added to fieldset.' + ), + + 'update' => array( + 'error' => 'Field was not updated, please try again', + 'success' => 'Field updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this field?', + 'error' => 'There was an issue deleting the field. Please try again.', + 'success' => 'The field was deleted successfully.', + 'in_use' => 'Field is still in use.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Fieldset does not exist', + + 'create' => array( + 'error' => 'Fieldset was not created, please try again.', + 'success' => 'Fieldset created successfully.' + ), + + 'update' => array( + 'error' => 'Fieldset was not updated, please try again', + 'success' => 'Fieldset updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this fieldset?', + 'error' => 'There was an issue deleting the fieldset. Please try again.', + 'success' => 'The fieldset was deleted successfully.', + 'in_use' => 'Fieldset is still in use.', + ) + + ), + + + + + + +); diff --git a/resources/lang/tl/admin/departments/message.php b/resources/lang/tl/admin/departments/message.php new file mode 100644 index 0000000000..d65f4fbb2b --- /dev/null +++ b/resources/lang/tl/admin/departments/message.php @@ -0,0 +1,21 @@ + 'Department does not exist.', + 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'create' => array( + 'error' => 'Department was not created, please try again.', + 'success' => 'Department created successfully.' + ), + 'update' => array( + 'error' => 'Department was not updated, please try again', + 'success' => 'Department updated successfully.' + ), + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this department?', + 'error' => 'There was an issue deleting the department. Please try again.', + 'success' => 'The department was deleted successfully.' + ) + +); diff --git a/resources/lang/tl/admin/departments/table.php b/resources/lang/tl/admin/departments/table.php new file mode 100644 index 0000000000..76494247be --- /dev/null +++ b/resources/lang/tl/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Department Name', + 'manager' => 'Manager', + 'location' => 'Location', + 'create' => 'Create Department', + 'update' => 'Update Department', + ); diff --git a/resources/lang/tl/admin/depreciations/general.php b/resources/lang/tl/admin/depreciations/general.php new file mode 100644 index 0000000000..1fca0e2cb7 --- /dev/null +++ b/resources/lang/tl/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'About Asset Depreciations', + 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', + 'asset_depreciations' => 'Asset Depreciations', + 'create' => 'Create Depreciation', + 'depreciation_name' => 'Depreciation Name', + 'number_of_months' => 'Number of Months', + 'update' => 'Update Depreciation', + +); diff --git a/resources/lang/tl/admin/depreciations/message.php b/resources/lang/tl/admin/depreciations/message.php new file mode 100644 index 0000000000..c20e52c13c --- /dev/null +++ b/resources/lang/tl/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Depreciation class does not exist.', + 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + + + 'create' => array( + 'error' => 'Depreciation class was not created, please try again. :(', + 'success' => 'Depreciation class created successfully. :)' + ), + + 'update' => array( + 'error' => 'Depreciation class was not updated, please try again', + 'success' => 'Depreciation class updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this depreciation class?', + 'error' => 'There was an issue deleting the depreciation class. Please try again.', + 'success' => 'The depreciation class was deleted successfully.' + ) + +); diff --git a/resources/lang/tl/admin/depreciations/table.php b/resources/lang/tl/admin/depreciations/table.php new file mode 100644 index 0000000000..5ba01d132c --- /dev/null +++ b/resources/lang/tl/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'ID', + 'months' => 'Months', + 'term' => 'Term', + 'title' => 'Name ', + +); diff --git a/resources/lang/tl/admin/groups/message.php b/resources/lang/tl/admin/groups/message.php new file mode 100644 index 0000000000..f14b6339e8 --- /dev/null +++ b/resources/lang/tl/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Group already exists!', + 'group_not_found' => 'Group [:id] does not exist.', + 'group_name_required' => 'The name field is required', + + 'success' => array( + 'create' => 'Group was successfully created.', + 'update' => 'Group was successfully updated.', + 'delete' => 'Group was successfully deleted.', + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this group?', + 'create' => 'There was an issue creating the group. Please try again.', + 'update' => 'There was an issue updating the group. Please try again.', + 'delete' => 'There was an issue deleting the group. Please try again.', + ), + +); diff --git a/resources/lang/tl/admin/groups/table.php b/resources/lang/tl/admin/groups/table.php new file mode 100644 index 0000000000..13c43c3bc1 --- /dev/null +++ b/resources/lang/tl/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Id', + 'name' => 'Ngalan', + 'users' => '# ng mga Gumagamit', + +); diff --git a/resources/lang/tl/admin/groups/titles.php b/resources/lang/tl/admin/groups/titles.php new file mode 100644 index 0000000000..99e8cc1f6f --- /dev/null +++ b/resources/lang/tl/admin/groups/titles.php @@ -0,0 +1,14 @@ + 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', + 'group_management' => 'Group Management', + 'create' => 'Create New Group', + 'update' => 'Edit Group', + 'group_name' => 'Group Name', + 'group_admin' => 'Group Admin', + 'allow' => 'Allow', + 'deny' => 'Deny', + +); diff --git a/resources/lang/tl/admin/hardware/form.php b/resources/lang/tl/admin/hardware/form.php new file mode 100644 index 0000000000..9b3ac32410 --- /dev/null +++ b/resources/lang/tl/admin/hardware/form.php @@ -0,0 +1,44 @@ + 'Confirm Bulk Delete Assets', + 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', + 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', + 'bulk_update' => 'Bulk Update Assets', + 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', + 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', + 'checkedout_to' => 'Checked Out To', + 'checkout_date' => 'Checkout Date', + 'checkin_date' => 'Checkin Date', + 'checkout_to' => 'Checkout to', + 'cost' => 'Purchase Cost', + 'create' => 'Create Asset', + 'date' => 'Purchase Date', + 'depreciation' => 'Depreciation', + 'depreciates_on' => 'Depreciates On', + 'default_location' => 'Default Location', + 'eol_date' => 'EOL Date', + 'eol_rate' => 'EOL Rate', + 'expected_checkin' => 'Expected Checkin Date', + 'expires' => 'Expires', + 'fully_depreciated' => 'Fully Depreciated', + 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', + 'mac_address' => 'MAC Address', + 'manufacturer' => 'Manufacturer', + 'model' => 'Model', + 'months' => 'months', + 'name' => 'Asset Name', + 'notes' => 'Notes', + 'order' => 'Order Number', + 'qr' => 'QR Code', + 'requestable' => 'Users may request this asset', + 'select_statustype' => 'Select Status Type', + 'serial' => 'Serial', + 'status' => 'Status', + 'tag' => 'Asset Tag', + 'update' => 'Asset Update', + 'warranty' => 'Warranty', + 'warranty_expires' => 'Warranty Expires', + 'years' => 'years', +) +; diff --git a/resources/lang/tl/admin/hardware/general.php b/resources/lang/tl/admin/hardware/general.php new file mode 100644 index 0000000000..1def86dc9e --- /dev/null +++ b/resources/lang/tl/admin/hardware/general.php @@ -0,0 +1,23 @@ + 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'archived' => 'Archived', + 'asset' => 'Asset', + 'bulk_checkout' => 'Checkout Assets to User', + 'checkin' => 'Checkin Asset', + 'checkout' => 'Checkout Asset', + 'clone' => 'Clone Asset', + 'deployable' => 'Deployable', + 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'edit' => 'Edit Asset', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'requestable' => 'Requestable', + 'requested' => 'Requested', + 'restore' => 'Restore Asset', + 'pending' => 'Pending', + 'undeployable' => 'Undeployable', + 'view' => 'View Asset', +); diff --git a/resources/lang/tl/admin/hardware/message.php b/resources/lang/tl/admin/hardware/message.php new file mode 100644 index 0000000000..e087cad26f --- /dev/null +++ b/resources/lang/tl/admin/hardware/message.php @@ -0,0 +1,83 @@ + 'Warning: This asset has been marked as currently undeployable. + If this status has changed, please update the asset status.', + 'does_not_exist' => 'Asset does not exist.', + 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + + 'create' => array( + 'error' => 'Asset was not created, please try again. :(', + 'success' => 'Asset created successfully. :)' + ), + + 'update' => array( + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', + ), + + 'restore' => array( + 'error' => 'Asset was not restored, please try again', + 'success' => 'Asset restored successfully.' + ), + + 'audit' => array( + 'error' => 'Asset audit was unsuccessful. Please try again.', + 'success' => 'Asset audit successfully logged.' + ), + + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ), + + 'import' => array( + 'error' => 'Some items did not import correctly.', + 'errorDetail' => 'The following Items were not imported because of errors.', + 'success' => "Your file has been imported", + 'file_delete_success' => "Your file has been been successfully deleted", + 'file_delete_error' => "The file was unable to be deleted", + ), + + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this asset?', + 'error' => 'There was an issue deleting the asset. Please try again.', + 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'success' => 'The asset was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'Asset was not checked out, please try again', + 'success' => 'Asset checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'not_available' => 'That asset is not available for checkout!', + 'no_assets_selected' => 'You must select at least one asset from the list' + ), + + 'checkin' => array( + 'error' => 'Asset was not checked in, please try again', + 'success' => 'Asset checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'already_checked_in' => 'That asset is already checked in.', + + ), + + 'requests' => array( + 'error' => 'Asset was not requested, please try again', + 'success' => 'Asset requested successfully.', + 'canceled' => 'Checkout request successfully canceled' + ) + +); diff --git a/resources/lang/tl/admin/hardware/table.php b/resources/lang/tl/admin/hardware/table.php new file mode 100644 index 0000000000..e8baa09d5a --- /dev/null +++ b/resources/lang/tl/admin/hardware/table.php @@ -0,0 +1,24 @@ + 'Asset Tag', + 'asset_model' => 'Model', + 'book_value' => 'Value', + 'change' => 'In/Out', + 'checkout_date' => 'Checkout Date', + 'checkoutto' => 'Checked Out', + 'diff' => 'Diff', + 'dl_csv' => 'Download CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'location' => 'Location', + 'purchase_cost' => 'Cost', + 'purchase_date' => 'Purchased', + 'serial' => 'Serial', + 'status' => 'Status', + 'title' => 'Asset ', + 'image' => 'Device Image', + 'days_without_acceptance' => 'Days Without Acceptance' + +); diff --git a/resources/lang/tl/admin/licenses/form.php b/resources/lang/tl/admin/licenses/form.php new file mode 100644 index 0000000000..ce29167874 --- /dev/null +++ b/resources/lang/tl/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Asset', + 'checkin' => 'Checkin', + 'create' => 'Create License', + 'expiration' => 'Expiration Date', + 'license_key' => 'Product Key', + 'maintained' => 'Maintained', + 'name' => 'Software Name', + 'no_depreciation' => 'Do Not Depreciate', + 'purchase_order' => 'Purchase Order Number', + 'reassignable' => 'Reassignable', + 'remaining_seats' => 'Remaining Seats', + 'seats' => 'Seats', + 'termination_date' => 'Termination Date', + 'to_email' => 'Licensed to Email', + 'to_name' => 'Licensed to Name', + 'update' => 'Update License', + 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' +); diff --git a/resources/lang/tl/admin/licenses/general.php b/resources/lang/tl/admin/licenses/general.php new file mode 100644 index 0000000000..25a536ec56 --- /dev/null +++ b/resources/lang/tl/admin/licenses/general.php @@ -0,0 +1,21 @@ + 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'checkin' => 'Checkin License Seat', + 'checkout_history' => 'Checkout History', + 'checkout' => 'Checkout License Seat', + 'edit' => 'Edit License', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'clone' => 'Clone License', + 'history_for' => 'History for ', + 'in_out' => 'In/Out', + 'info' => 'License Info', + 'license_seats' => 'License Seats', + 'seat' => 'Seat', + 'seats' => 'Seats', + 'software_licenses' => 'Software Licenses', + 'user' => 'User', + 'view' => 'View License', +); diff --git a/resources/lang/tl/admin/licenses/message.php b/resources/lang/tl/admin/licenses/message.php new file mode 100644 index 0000000000..3e7ee486c7 --- /dev/null +++ b/resources/lang/tl/admin/licenses/message.php @@ -0,0 +1,51 @@ + 'License does not exist.', + 'user_does_not_exist' => 'User does not exist.', + 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', + 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', + 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'select_asset_or_person' => 'You must select an asset or a user, but not both.', + + + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + ), + + 'update' => array( + 'error' => 'License was not updated, please try again', + 'success' => 'License updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this license?', + 'error' => 'There was an issue deleting the license. Please try again.', + 'success' => 'The license was deleted successfully.' + ), + + 'checkout' => array( + 'error' => 'There was an issue checking out the license. Please try again.', + 'success' => 'The license was checked out successfully' + ), + + 'checkin' => array( + 'error' => 'There was an issue checking in the license. Please try again.', + 'success' => 'The license was checked in successfully' + ), + +); diff --git a/resources/lang/tl/admin/licenses/table.php b/resources/lang/tl/admin/licenses/table.php new file mode 100644 index 0000000000..dfce4136cb --- /dev/null +++ b/resources/lang/tl/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Assigned To', + 'checkout' => 'In/Out', + 'id' => 'ID', + 'license_email' => 'License Email', + 'license_name' => 'Licensed To', + 'purchase_date' => 'Purchase Date', + 'purchased' => 'Purchased', + 'seats' => 'Seats', + 'hardware' => 'Hardware', + 'serial' => 'Serial', + 'title' => 'License', + +); diff --git a/resources/lang/tl/admin/locations/message.php b/resources/lang/tl/admin/locations/message.php new file mode 100644 index 0000000000..3ba1eed3b6 --- /dev/null +++ b/resources/lang/tl/admin/locations/message.php @@ -0,0 +1,27 @@ + 'Location does not exist.', + 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', + 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', + 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + + + 'create' => array( + 'error' => 'Location was not created, please try again.', + 'success' => 'Location created successfully.' + ), + + 'update' => array( + 'error' => 'Location was not updated, please try again', + 'success' => 'Location updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this location?', + 'error' => 'There was an issue deleting the location. Please try again.', + 'success' => 'The location was deleted successfully.' + ) + +); diff --git a/resources/lang/tl/admin/locations/table.php b/resources/lang/tl/admin/locations/table.php new file mode 100644 index 0000000000..ffa69307d5 --- /dev/null +++ b/resources/lang/tl/admin/locations/table.php @@ -0,0 +1,21 @@ + 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + 'ldap_ou' => 'LDAP Search OU', + ); diff --git a/resources/lang/tl/admin/manufacturers/message.php b/resources/lang/tl/admin/manufacturers/message.php new file mode 100644 index 0000000000..21a4bc5aaf --- /dev/null +++ b/resources/lang/tl/admin/manufacturers/message.php @@ -0,0 +1,29 @@ + 'Manufacturer does not exist.', + 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + + 'create' => array( + 'error' => 'Manufacturer was not created, please try again.', + 'success' => 'Manufacturer created successfully.' + ), + + 'update' => array( + 'error' => 'Manufacturer was not updated, please try again', + 'success' => 'Manufacturer updated successfully.' + ), + + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this manufacturer?', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', + 'success' => 'The Manufacturer was deleted successfully.' + ) + +); diff --git a/resources/lang/tl/admin/manufacturers/table.php b/resources/lang/tl/admin/manufacturers/table.php new file mode 100644 index 0000000000..4e3ea9904d --- /dev/null +++ b/resources/lang/tl/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'asset_manufacturers' => 'Asset Manufacturers', + 'create' => 'Create Manufacturer', + 'id' => 'ID', + 'name' => 'Name', + 'support_email' => 'Support Email', + 'support_phone' => 'Support Phone', + 'support_url' => 'Support URL', + 'update' => 'Update Manufacturer', + 'url' => 'URL', + +); diff --git a/resources/lang/tl/admin/models/general.php b/resources/lang/tl/admin/models/general.php new file mode 100644 index 0000000000..7fc92ca6ae --- /dev/null +++ b/resources/lang/tl/admin/models/general.php @@ -0,0 +1,18 @@ + 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'deleted' => 'This model has been deleted. Click here to restore it.', + 'bulk_delete' => 'Bulk Delete Asset Models', + 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', + 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'restore' => 'Restore Model', + 'requestable' => 'Users may request this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', + 'view_deleted' => 'View Deleted', + 'view_models' => 'View Models', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'No custom fields', + +); diff --git a/resources/lang/tl/admin/models/message.php b/resources/lang/tl/admin/models/message.php new file mode 100644 index 0000000000..e3b29d5b4b --- /dev/null +++ b/resources/lang/tl/admin/models/message.php @@ -0,0 +1,42 @@ + 'Model does not exist.', + 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + + + 'create' => array( + 'error' => 'Model was not created, please try again.', + 'success' => 'Model created successfully.', + 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + ), + + 'update' => array( + 'error' => 'Model was not updated, please try again', + 'success' => 'Model updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this asset model?', + 'error' => 'There was an issue deleting the model. Please try again.', + 'success' => 'The model was deleted successfully.' + ), + + 'restore' => array( + 'error' => 'Model was not restored, please try again', + 'success' => 'Model restored successfully.' + ), + + 'bulkedit' => array( + 'error' => 'No fields were changed, so nothing was updated.', + 'success' => 'Models updated.' + ), + + 'bulkdelete' => array( + 'error' => 'No models were selected, so nothing was deleted.', + 'success' => ':success_count model(s) deleted!', + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), + +); diff --git a/resources/lang/tl/admin/models/table.php b/resources/lang/tl/admin/models/table.php new file mode 100644 index 0000000000..11a512b3d3 --- /dev/null +++ b/resources/lang/tl/admin/models/table.php @@ -0,0 +1,17 @@ + 'Create Asset Model', + 'created_at' => 'Created at', + 'eol' => 'EOL', + 'modelnumber' => 'Model No.', + 'name' => 'Asset Model Name', + 'numassets' => 'Assets', + 'title' => 'Asset Models', + 'update' => 'Update Asset Model', + 'view' => 'View Asset Model', + 'update' => 'Update Asset Model', + 'clone' => 'Clone Model', + 'edit' => 'Edit Model', +); diff --git a/resources/lang/tl/admin/reports/general.php b/resources/lang/tl/admin/reports/general.php new file mode 100644 index 0000000000..b03b97546f --- /dev/null +++ b/resources/lang/tl/admin/reports/general.php @@ -0,0 +1,5 @@ + 'Select the options you want for your asset report.' +); diff --git a/resources/lang/tl/admin/reports/message.php b/resources/lang/tl/admin/reports/message.php new file mode 100644 index 0000000000..d4c8f8198f --- /dev/null +++ b/resources/lang/tl/admin/reports/message.php @@ -0,0 +1,5 @@ + 'You must select at least ONE option.' +); diff --git a/resources/lang/tl/admin/settings/general.php b/resources/lang/tl/admin/settings/general.php new file mode 100644 index 0000000000..46da5d1852 --- /dev/null +++ b/resources/lang/tl/admin/settings/general.php @@ -0,0 +1,174 @@ + 'Ang Aktibong Direktorya', + 'ad_domain' => 'Ang Aktibong Directory domain', + 'ad_domain_help' => 'Ito ay minsan kapareho ng iyong email domain, pero hindi palagi.', + 'is_ad' => 'Ito ay isang Aktibong serber ng Direktorya', + 'alert_email' => 'Magpadala ng mga alerto sa', + 'alerts_enabled' => 'Punagana na ang Alerto sa Email', + 'alert_interval' => 'Ang pagka-expire ng Alert Threshold (sa iilang araw)', + 'alert_inv_threshold' => 'Ang Inventory Alert Threshold', + 'asset_ids' => 'Ang mga ID ng Asset', + 'audit_interval' => 'Ang Pagitan ng Pag-audit', + 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', + 'audit_warning_days' => 'Audit Warning Threshold', + 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_prefix' => 'Prefix (optional)', + 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + '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.', + 'custom_css' => 'Custom CSS', + 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'custom_forgot_pass_url' => 'Custom Password Reset URL', + 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', + 'dashboard_message' => 'Dashboard Message', + 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'default_currency' => 'Default Currency', + 'default_eula_text' => 'Default EULA', + 'default_language' => 'Default Language', + 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'display_asset_name' => 'Display Asset Name', + 'display_checkout_date' => 'Display Checkout Date', + 'display_eol' => 'Display EOL in table view', + 'display_qr' => 'Display Square Codes', + 'display_alt_barcode' => 'Display 1D barcode', + 'barcode_type' => '2D Barcode Type', + 'alt_barcode_type' => '1D barcode type', + 'eula_settings' => 'EULA Settings', + 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', + 'general_settings' => 'General Settings', + 'generate_backup' => 'Generate Backup', + 'header_color' => 'Header Color', + 'info' => 'These settings let you customize certain aspects of your installation.', + 'laravel' => 'Laravel Version', + 'ldap_enabled' => 'LDAP enabled', + 'ldap_integration' => 'LDAP Integration', + 'ldap_settings' => 'LDAP Settings', + 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_server' => 'LDAP Server', + 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_cert' => 'LDAP SSL certificate validation', + 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', + 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.', + 'ldap_tls' => 'Use TLS', + 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_uname' => 'LDAP Bind Username', + 'ldap_pword' => 'LDAP Bind Password', + 'ldap_basedn' => 'Base Bind DN', + 'ldap_filter' => 'LDAP Filter', + 'ldap_pw_sync' => 'LDAP Password Sync', + 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_username_field' => 'Username Field', + 'ldap_lname_field' => 'Last Name', + 'ldap_fname_field' => 'LDAP First Name', + 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_version' => 'LDAP Version', + 'ldap_active_flag' => 'LDAP Active Flag', + 'ldap_emp_num' => 'LDAP Employee Number', + 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', + 'load_remote_text' => 'Remote Scripts', + 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', + 'login_note' => 'Login Note', + 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', + 'logo' => 'Logo', + 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', + 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + 'show_in_model_list' => 'Show in Model Dropdowns', + 'optional' => 'optional', + 'per_page' => 'Results Per Page', + 'php' => 'PHP Version', + 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', + 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', + 'pwd_secure_complexity' => 'Password Complexity', + 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', + 'pwd_secure_min' => 'Password minimum characters', + 'pwd_secure_min_help' => 'Minimum permitted value is 5', + 'pwd_secure_uncommon' => 'Prevent common passwords', + 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'qr_help' => 'Enable QR Codes first to set this', + 'qr_text' => 'QR Code Text', + 'setting' => 'Setting', + 'settings' => 'Settings', + 'show_alerts_in_menu' => 'Show alerts in top menu', + 'show_archived_in_list' => 'Archived Assets', + 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'site_name' => 'Site Name', + 'slack_botname' => 'Slack Botname', + 'slack_channel' => 'Slack Channel', + 'slack_endpoint' => 'Slack Endpoint', + '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 create an incoming webhook on your Slack account. ', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', + 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', + 'system' => 'System Information', + 'update' => 'Update Settings', + 'value' => 'Value', + 'brand' => 'Branding', + 'about_settings_title' => 'About Settings', + 'about_settings_text' => 'These settings let you customize certain aspects of your installation.', + 'labels_per_page' => 'Labels per page', + 'label_dimensions' => 'Label dimensions (inches)', + 'next_auto_tag_base' => 'Next auto-increment', + 'page_padding' => 'Page margins (inches)', + 'purge' => 'Purge Deleted Records', + 'labels_display_bgutter' => 'Label bottom gutter', + 'labels_display_sgutter' => 'Label side gutter', + 'labels_fontsize' => 'Label font size', + 'labels_pagewidth' => 'Label sheet width', + 'labels_pageheight' => 'Label sheet height', + 'label_gutters' => 'Label spacing (inches)', + 'page_dimensions' => 'Page dimensions (inches)', + 'label_fields' => 'Label visible fields', + 'inches' => 'inches', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Link to Snipe-IT in Emails', + 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Max thumbnail height', + 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'two_factor' => 'Two Factor Authentication', + 'two_factor_secret' => 'Two-Factor Code', + 'two_factor_enrollment' => 'Two-Factor Enrollment', + 'two_factor_enabled_text' => 'Enable Two Factor', + 'two_factor_reset' => 'Reset Two-Factor Secret', + 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', + 'two_factor_reset_success' => 'Two factor device successfully reset', + 'two_factor_reset_error' => 'Two factor device reset failed', + 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', + 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Required for all users', + 'two_factor_disabled' => 'Disabled', + 'two_factor_enter_code' => 'Enter Two-Factor Code', + 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'left' => 'left', + 'right' => 'right', + 'top' => 'top', + 'bottom' => 'bottom', + 'vertical' => 'vertical', + 'horizontal' => 'horizontal', + 'zerofill_count' => 'Length of asset tags, including zerofill', +); diff --git a/resources/lang/tl/admin/settings/message.php b/resources/lang/tl/admin/settings/message.php new file mode 100644 index 0000000000..736d5c3e9e --- /dev/null +++ b/resources/lang/tl/admin/settings/message.php @@ -0,0 +1,22 @@ + array( + 'error' => 'An error has occurred while updating. ', + 'success' => 'Settings updated successfully.' + ), + 'backup' => array( + 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', + 'file_deleted' => 'The backup file was successfully deleted. ', + 'generated' => 'A new backup file was successfully created.', + 'file_not_found' => 'That backup file could not be found on the server.', + ), + 'purge' => array( + 'error' => 'An error has occurred while purging. ', + 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', + 'success' => 'Deleted records successfully purged.' + ), + +); diff --git a/resources/lang/tl/admin/statuslabels/message.php b/resources/lang/tl/admin/statuslabels/message.php new file mode 100644 index 0000000000..2937f84978 --- /dev/null +++ b/resources/lang/tl/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Status Label does not exist.', + 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + + + 'create' => array( + 'error' => 'Status Label was not created, please try again.', + 'success' => 'Status Label created successfully.' + ), + + 'update' => array( + 'error' => 'Status Label was not updated, please try again', + 'success' => 'Status Label updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this Status Label?', + 'error' => 'There was an issue deleting the Status Label. Please try again.', + 'success' => 'The Status Label was deleted successfully.' + ), + + 'help' => array( + 'undeployable' => 'These assets cannot be assigned to anyone.', + 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', + ), + +); diff --git a/resources/lang/tl/admin/statuslabels/table.php b/resources/lang/tl/admin/statuslabels/table.php new file mode 100644 index 0000000000..27befb5ef7 --- /dev/null +++ b/resources/lang/tl/admin/statuslabels/table.php @@ -0,0 +1,19 @@ + 'About Status Labels', + 'archived' => 'Archived', + 'create' => 'Create Status Label', + 'color' => 'Chart Color', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', + 'deployable' => 'Deployable', + 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', + 'name' => 'Status Name', + 'pending' => 'Pending', + 'status_type' => 'Status Type', + 'show_in_nav' => 'Show in side nav', + 'title' => 'Status Labels', + 'undeployable' => 'Undeployable', + 'update' => 'Update Status Label', +); diff --git a/resources/lang/tl/admin/suppliers/message.php b/resources/lang/tl/admin/suppliers/message.php new file mode 100644 index 0000000000..cea332748f --- /dev/null +++ b/resources/lang/tl/admin/suppliers/message.php @@ -0,0 +1,27 @@ + 'Supplier does not exist.', + + + 'create' => array( + 'error' => 'Supplier was not created, please try again.', + 'success' => 'Supplier created successfully.' + ), + + 'update' => array( + 'error' => 'Supplier was not updated, please try again', + 'success' => 'Supplier updated successfully.' + ), + + 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this supplier?', + 'error' => 'There was an issue deleting the supplier. Please try again.', + 'success' => 'Supplier was deleted successfully.', + 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', + 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', + 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + ) + +); diff --git a/resources/lang/tl/admin/suppliers/table.php b/resources/lang/tl/admin/suppliers/table.php new file mode 100644 index 0000000000..2a7b07ca93 --- /dev/null +++ b/resources/lang/tl/admin/suppliers/table.php @@ -0,0 +1,27 @@ + 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'address' => 'Supplier Address', + 'assets' => 'Assets', + 'city' => 'City', + 'contact' => 'Contact Name', + 'country' => 'Country', + 'create' => 'Create Supplier', + 'email' => 'Email', + 'fax' => 'Fax', + 'id' => 'ID', + 'licenses' => 'Licenses', + 'name' => 'Supplier Name', + 'notes' => 'Notes', + 'phone' => 'Phone', + 'state' => 'State', + 'suppliers' => 'Suppliers', + 'update' => 'Update Supplier', + 'url' => 'URL', + 'view' => 'View Supplier', + 'view_assets_for' => 'View Assets for', + 'zip' => 'Postal Code', + +); diff --git a/resources/lang/tl/admin/users/general.php b/resources/lang/tl/admin/users/general.php new file mode 100644 index 0000000000..30355972fe --- /dev/null +++ b/resources/lang/tl/admin/users/general.php @@ -0,0 +1,26 @@ + 'Assets assigned to :name', + 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', + 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'current_assets' => 'Assets currently checked out to this user', + 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'History for :name', + 'info' => 'Info', + 'restore_user' => 'Click here to restore them.', + 'last_login' => 'Last Login', + 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'print_assigned' => 'Print All Assigned', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', + 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', + ); diff --git a/resources/lang/tl/admin/users/message.php b/resources/lang/tl/admin/users/message.php new file mode 100644 index 0000000000..8ee552afab --- /dev/null +++ b/resources/lang/tl/admin/users/message.php @@ -0,0 +1,59 @@ + 'You have successfully accepted this asset.', + 'declined' => 'You have successfully declined this asset.', + 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + + + 'success' => array( + 'create' => 'User was successfully created.', + 'update' => 'User was successfully updated.', + 'update_bulk' => 'Users were successfully updated!', + 'delete' => 'User was successfully deleted.', + 'ban' => 'User was successfully banned.', + 'unban' => 'User was successfully unbanned.', + 'suspend' => 'User was successfully suspended.', + 'unsuspend' => 'User was successfully unsuspended.', + 'restored' => 'User was successfully restored.', + 'import' => 'Users imported successfully.', + ), + + 'error' => array( + 'create' => 'There was an issue creating the user. Please try again.', + 'update' => 'There was an issue updating the user. Please try again.', + 'delete' => 'There was an issue deleting the user. Please try again.', + 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', + 'import' => 'There was an issue importing users. Please try again.', + 'asset_already_accepted' => 'This asset has already been accepted.', + 'accept_or_decline' => 'You must either accept or decline this asset.', + 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', + 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + ), + + 'deletefile' => array( + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', + ), + + 'upload' => array( + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + ), + +); diff --git a/resources/lang/tl/admin/users/table.php b/resources/lang/tl/admin/users/table.php new file mode 100644 index 0000000000..9bbe883e19 --- /dev/null +++ b/resources/lang/tl/admin/users/table.php @@ -0,0 +1,38 @@ + 'Active', + 'allow' => 'Allow', + 'checkedout' => 'Assets', + 'created_at' => 'Created', + 'createuser' => 'Create User', + 'deny' => 'Deny', + 'email' => 'Email', + 'employee_num' => 'Employee No.', + 'first_name' => 'First Name', + 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'id' => 'Id', + 'inherit' => 'Inherit', + 'job' => 'Job Title', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'location' => 'Location', + 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'manager' => 'Manager', + 'managed_locations' => 'Managed Locations', + 'name' => 'Name', + 'notes' => 'Notes', + 'password_confirm' => 'Confirm Password', + 'password' => 'Password', + 'phone' => 'Phone', + 'show_current' => 'Show Current Users', + 'show_deleted' => 'Show Deleted Users', + 'title' => 'Title', + 'to_restore_them' => 'to restore them.', + 'updateuser' => 'Update User', + 'username' => 'Username', + 'user_deleted_text' => 'This user has been marked as deleted.', + 'username_note' => '(This is used for Active Directory binding only, not for login.)', + 'cloneuser' => 'Clone User', + 'viewusers' => 'View Users', +); diff --git a/resources/lang/tl/auth/general.php b/resources/lang/tl/auth/general.php new file mode 100644 index 0000000000..bf88cba77a --- /dev/null +++ b/resources/lang/tl/auth/general.php @@ -0,0 +1,12 @@ + 'Send Password Reset Link', + 'email_reset_password' => 'Email Password Reset', + 'reset_password' => 'Reset Password', + 'login' => 'Login', + 'login_prompt' => 'Please Login', + 'forgot_password' => 'I forgot my password', + 'remember_me' => 'Remember Me', + ]; + diff --git a/resources/lang/tl/auth/message.php b/resources/lang/tl/auth/message.php new file mode 100644 index 0000000000..bebf9cdd48 --- /dev/null +++ b/resources/lang/tl/auth/message.php @@ -0,0 +1,37 @@ + 'An account with the this email already exists.', + 'account_not_found' => 'The username or password is incorrect.', + 'account_not_activated' => 'This user account is not activated.', + 'account_suspended' => 'This user account is suspended.', + 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + + 'signin' => array( + 'error' => 'There was a problem while trying to log you in, please try again.', + 'success' => 'You have successfully logged in.', + ), + + 'signup' => array( + 'error' => 'There was a problem while trying to create your account, please try again.', + 'success' => 'Account sucessfully created.', + ), + + 'forgot-password' => array( + 'error' => 'There was a problem while trying to get a reset password code, please try again.', + 'success' => 'Password recovery email successfully sent.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'There was a problem while trying to reset your password, please try again.', + 'success' => 'Your password has been successfully reset.', + ), + + 'activate' => array( + 'error' => 'There was a problem while trying to activate your account, please try again.', + 'success' => 'Your account has been successfully activated.', + ), + +); diff --git a/resources/lang/tl/button.php b/resources/lang/tl/button.php new file mode 100644 index 0000000000..6964689762 --- /dev/null +++ b/resources/lang/tl/button.php @@ -0,0 +1,15 @@ + 'Actions', + 'add' => 'Add New', + 'cancel' => 'Cancel', + 'checkin_and_delete' => 'Checkin & Delete User', + 'delete' => 'Delete', + 'edit' => 'Edit', + 'restore' => 'Restore', + 'request' => 'Request', + 'submit' => 'Submit', + 'upload' => 'Upload', + 'select_file' => 'Select File...', +); diff --git a/resources/lang/tl/general.php b/resources/lang/tl/general.php new file mode 100644 index 0000000000..abd1fe4e55 --- /dev/null +++ b/resources/lang/tl/general.php @@ -0,0 +1,218 @@ + 'Accessories', + 'activated' => 'Activated', + 'accessory' => 'Accessory', + 'accessory_report' => 'Accessory Report', + 'action' => 'Action', + 'activity_report' => 'Activity Report', + 'address' => 'Address', + 'admin' => 'Admin', + 'add_seats' => 'Added seats', + 'all_assets' => 'All Assets', + 'all' => 'All', + 'archived' => 'Archived', + 'asset_models' => 'Asset Models', + 'asset_model' => 'Model', + 'asset' => 'Asset', + 'asset_report' => 'Asset Report', + 'asset_tag' => 'Asset Tag', + 'assets_available' => 'assets available', + 'audit' => 'Audit', + 'audit_report' => 'Audit Log', + 'assets' => 'Assets', + 'avatar_delete' => 'Delete Avatar', + 'avatar_upload' => 'Upload Avatar', + 'back' => 'Back', + 'bad_data' => 'Nothing found. Maybe bad data?', + 'bulkaudit' => 'Bulk Audit', + 'bulkaudit_status' => 'Audit Status', + 'bulk_checkout' => 'Bulk Checkout', + 'cancel' => 'Cancel', + 'categories' => 'Categories', + 'category' => 'Category', + 'change' => 'In/Out', + 'changeemail' => 'Change Email Address', + 'changepassword' => 'Change Password', + 'checkin' => 'Checkin', + 'checkin_from' => 'Checkin from', + 'checkout' => 'Checkout', + 'city' => 'City', + 'click_here' => 'Click here', + 'clear_selection' => 'Clear Selection', + 'companies' => 'Companies', + 'company' => 'Company', + 'component' => 'Component', + 'components' => 'Components', + 'complete' => 'Complete', + 'consumable' => 'Consumable', + 'consumables' => 'Consumables', + 'country' => 'Country', + 'create' => 'Create New', + 'created' => 'Item Created', + 'created_asset' => 'created asset', + 'created_at' => 'Created at', + 'updated_at' => 'Updated at', + 'currency' => '$', // this is deprecated + 'current' => 'Current', + 'custom_report' => 'Custom Asset Report', + 'dashboard' => 'Dashboard', + 'days' => 'days', + 'days_to_next_audit' => 'Days to Next Audit', + 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'delete' => 'Delete', + 'deleted' => 'Deleted', + 'delete_seats' => 'Deleted Seats', + 'departments' => 'Departments', + 'department' => 'Department', + 'deployed' => 'Deployed', + 'depreciation_report' => 'Depreciation Report', + 'details' => 'Details', + 'download' => 'Download', + 'depreciation' => 'Depreciation', + 'editprofile' => 'Edit Your Profile', + 'eol' => 'EOL', + 'email_domain' => 'Email Domain', + 'email_format' => 'Email Format', + 'email_domain_help' => 'This is used to generate email addresses when importing', + 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', + 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', + 'first' => 'First', + 'first_name' => 'First Name', + 'first_name_format' => 'First Name (jane@example.com)', + 'files' => 'Files', + 'file_name' => 'File', + 'file_uploads' => 'File Uploads', + 'generate' => 'Generate', + 'github_markdown' => 'This field accepts Github flavored markdown.', + 'groups' => 'Groups', + 'gravatar_email' => 'Gravatar Email Address', + 'history' => 'History', + 'history_for' => 'History for', + 'id' => 'ID', + 'image' => 'Image', + 'image_delete' => 'Delete Image', + 'image_upload' => 'Upload Image', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', + 'import' => 'Import', + 'import-history' => 'Import History', + 'asset_maintenance' => 'Asset Maintenance', + 'asset_maintenance_report' => 'Asset Maintenance Report', + 'asset_maintenances' => 'Asset Maintenances', + 'item' => 'Item', + 'insufficient_permissions' => 'Insufficient permissions!', + 'language' => 'Language', + 'last' => 'Last', + 'last_login' => 'Last Login', + 'last_name' => 'Last Name', + 'license' => 'License', + 'license_report' => 'License Report', + 'licenses_available' => 'licenses available', + 'licenses' => 'Licenses', + 'list_all' => 'List All', + 'loading' => 'Loading', + 'lock_passwords' => 'This field cannot be edited in this installation.', + 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'location' => 'Location', + 'locations' => 'Locations', + 'logout' => 'Logout', + 'lookup_by_tag' => 'Lookup by Asset Tag', + 'maintenances' => 'Maintenances', + 'manufacturer' => 'Manufacturer', + 'manufacturers' => 'Manufacturers', + 'markdown' => 'This field allows Github flavored markdown.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'model_no' => 'Model No.', + 'months' => 'months', + 'moreinfo' => 'More Info', + 'name' => 'Name', + 'next' => 'Next', + 'next_audit_date' => 'Next Audit Date', + 'last_audit' => 'Last Audit', + 'new' => 'new!', + 'no_depreciation' => 'No Depreciation', + 'no_results' => 'No Results.', + 'no' => 'No', + 'notes' => 'Notes', + 'order_number' => 'Order Number', + 'page_menu' => 'Showing _MENU_ items', + 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'pending' => 'Pending', + 'people' => 'People', + 'per_page' => 'Results Per Page', + 'previous' => 'Previous', + 'processing' => 'Processing', + 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', + 'qty' => 'QTY', + 'quantity' => 'Quantity', + 'ready_to_deploy' => 'Ready to Deploy', + 'recent_activity' => 'Recent Activity', + 'remove_company' => 'Remove Company Association', + 'reports' => 'Reports', + 'restored' => 'restored', + 'requested' => 'Requested', + 'request_canceled' => 'Request Canceled', + 'save' => 'Save', + 'select' => 'Select', + 'search' => 'Search', + 'select_category' => 'Select a Category', + 'select_department' => 'Select a Department', + 'select_depreciation' => 'Select a Depreciation Type', + 'select_location' => 'Select a Location', + 'select_manufacturer' => 'Select a Manufacturer', + 'select_model' => 'Select a Model', + 'select_supplier' => 'Select a Supplier', + 'select_user' => 'Select a User', + 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_statuslabel' => 'Select Status', + 'select_company' => 'Select Company', + 'select_asset' => 'Select Asset', + 'settings' => 'Settings', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', + 'sign_in' => 'Sign in', + 'signature' => 'Signature', + 'skin' => 'Skin', + 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'site_name' => 'Site Name', + 'state' => 'State', + 'status_labels' => 'Status Labels', + 'status' => 'Status', + 'supplier' => 'Supplier', + 'suppliers' => 'Suppliers', + 'sure_to_delete' => 'Are you sure you wish to delete', + 'submit' => 'Submit', + 'target' => 'Target', + 'time_and_date_display' => 'Time and Date Display', + 'total_assets' => 'total assets', + 'total_licenses' => 'total licenses', + 'total_accessories' => 'total accessories', + 'total_consumables' => 'total consumables', + 'type' => 'Type', + 'undeployable' => 'Un-deployable', + 'unknown_admin' => 'Unknown Admin', + 'username_format' => 'Username Format', + 'update' => 'Update', + 'uploaded' => 'Uploaded', + 'user' => 'User', + 'accepted' => 'accepted', + 'declined' => 'declined', + 'unaccepted_asset_report' => 'Unaccepted Assets', + 'users' => 'Users', + 'viewassets' => 'View Assigned Assets', + 'website' => 'Website', + 'welcome' => 'Welcome, :name', + 'years' => 'years', + 'yes' => 'Yes', + 'zip' => 'Zip', + 'noimage' => 'No image uploaded or image not found.', + 'token_expired' => 'Your form session has expired. Please try again.', + ]; diff --git a/resources/lang/tl/mail.php b/resources/lang/tl/mail.php new file mode 100644 index 0000000000..c9a4fe182d --- /dev/null +++ b/resources/lang/tl/mail.php @@ -0,0 +1,74 @@ + 'A user has canceled an item request on the website', + 'a_user_requested' => 'A user has requested an item on the website', + 'accessory_name' => 'Accessory Name:', + 'additional_notes' => 'Additional Notes:', + 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'asset' => 'Asset:', + 'asset_name' => 'Asset Name:', + 'asset_requested' => 'Asset requested', + 'asset_tag' => 'Asset Tag:', + 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees + expiring in the next 60 days.', + 'assigned_to' => 'Assigned To', + 'best_regards' => 'Best regards,', + 'canceled' => 'Canceled:', + 'checkin_date' => 'Checkin Date:', + 'checkout_date' => 'Checkout Date:', + 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', + 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', + 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', + 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', + 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', + 'Confirm_asset_delivery' => 'Confirm asset delivery.', + 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', + 'current_QTY' => 'Current QTY', + 'Days' => 'Days', + 'days' => 'Days', + 'expecting_checkin_date' => 'Expected Checkin Date:', + 'expires' => 'Expires', + 'Expiring_Assets_Report' => 'Expiring Assets Report.', + 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'hello' => 'Hello', + 'hi' => 'Hi', + 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', + 'item' => 'Item:', + 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum + inventory or will soon be low.', + 'Item_Request_Canceled' => 'Item Request Canceled', + 'Item_Requested' => 'Item Requested', + 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', + 'link_to_update_password' => 'Please click on the following link to update your :web password:', + 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'login' => 'Login:', + 'Low_Inventory_Report' => 'Low Inventory Report', + 'min_QTY' => 'Min QTY', + 'name' => 'Name', + 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'password' => 'Password:', + 'password_reset' => 'Password Reset', + + 'read_the_terms' => 'Please read the terms of use below.', + 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read + and agree to the terms of use, and have received the asset.', + 'requested' => 'Requested:', + 'reset_link' => 'Your Password Reset Link', + 'reset_password' => 'Click here to reset your password:', + 'serial' => 'Serial:', + 'supplier' => 'Supplier', + 'tag' => 'Tag', + 'test_email' => 'Test Email from Snipe-IT', + 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', + 'the_following_item' => 'The following item has been checked in: ', + 'There_are' => '{1} There is|[2,Inf] There are', + 'to_reset' => 'To reset your :web password, complete this form:', + 'type' => 'Type', + 'user' => 'User:', + 'username' => 'Username:', + 'welcome' => 'Welcome :name', + 'welcome_to' => 'Welcome to :web!', + 'your_credentials' => 'Your Snipe-IT credentials', +); diff --git a/resources/lang/tl/pagination.php b/resources/lang/tl/pagination.php new file mode 100644 index 0000000000..124c6b5d95 --- /dev/null +++ b/resources/lang/tl/pagination.php @@ -0,0 +1,20 @@ + '« Dati', + + 'next' => 'Kasunod »', + +); diff --git a/resources/lang/tl/passwords.php b/resources/lang/tl/passwords.php new file mode 100644 index 0000000000..5195a9b77c --- /dev/null +++ b/resources/lang/tl/passwords.php @@ -0,0 +1,7 @@ + 'Your password link has been sent!', + 'user' => 'That user does not exist or does not have an email address associated', +]; + diff --git a/resources/lang/tl/reminders.php b/resources/lang/tl/reminders.php new file mode 100644 index 0000000000..e7a476e3a2 --- /dev/null +++ b/resources/lang/tl/reminders.php @@ -0,0 +1,24 @@ + "Passwords must be six characters and match the confirmation.", + + "user" => "Username or email address is incorrect", + + "token" => "This password reset token is invalid.", + + "sent" => "If a matching email address was found, a password reminder has been sent!", + +); diff --git a/resources/lang/tl/table.php b/resources/lang/tl/table.php new file mode 100644 index 0000000000..ad84acb5a4 --- /dev/null +++ b/resources/lang/tl/table.php @@ -0,0 +1,10 @@ + 'Mga kilos', + 'action' => 'Kilos', + 'by' => 'Batay sa', + 'item' => 'Aytem', + +); diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php new file mode 100644 index 0000000000..23116776e3 --- /dev/null +++ b/resources/lang/tl/validation.php @@ -0,0 +1,137 @@ + 'The :attribute must be accepted.', + 'active_url' => 'The :attribute is not a valid URL.', + 'after' => 'The :attribute must be a date after :date.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'alpha' => 'The :attribute may only contain letters.', + 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', + 'alpha_num' => 'The :attribute may only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', + 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'between' => [ + 'numeric' => 'The :attribute must be between :min - :max.', + 'file' => 'The :attribute must be between :min - :max kilobytes.', + 'string' => 'The :attribute must be between :min - :max characters.', + 'array' => 'The :attribute must have between :min and :max items.', + ], + 'boolean' => 'The :attribute must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'date' => 'The :attribute is not a valid date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'dimensions' => 'The :attribute has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'email' => 'The :attribute format is invalid.', + 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', + 'filled' => 'The :attribute field must have a value.', + 'image' => 'The :attribute must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', + 'ipv4' => 'The :attribute must be a valid IPv4 address.', + 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'json' => 'The :attribute must be a valid JSON string.', + 'max' => [ + 'numeric' => 'The :attribute may not be greater than :max.', + 'file' => 'The :attribute may not be greater than :max kilobytes.', + 'string' => 'The :attribute may not be greater than :max characters.', + 'array' => 'The :attribute may not have more than :max items.', + ], + 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'min' => [ + 'numeric' => 'The :attribute must be at least :min.', + 'file' => 'The :attribute must be at least :min kilobytes.', + 'string' => 'The :attribute must be at least :min characters.', + 'array' => 'The :attribute must have at least :min items.', + ], + 'not_in' => 'The selected :attribute is invalid.', + 'numeric' => 'The :attribute must be a number.', + 'present' => 'The :attribute field must be present.', + 'valid_regex' => 'That is not a valid regex. ', + 'regex' => 'The :attribute format is invalid.', + 'required' => 'The :attribute field is required.', + 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', + 'size' => [ + 'numeric' => 'The :attribute must be :size.', + 'file' => 'The :attribute must be :size kilobytes.', + 'string' => 'The :attribute must be :size characters.', + 'array' => 'The :attribute must contain :size items.', + ], + 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid zone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'url' => 'The :attribute format is invalid.', + "unique_undeleted" => "The :attribute must be unique.", + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'alpha_space' => "The :attribute field contains a character that is not allowed.", + "email_array" => "One or more email addresses is invalid.", + "hashed_pass" => "Your current password is incorrect", + 'dumbpwd' => 'That password is too common.', + "statuslabel_type" => "You must select a valid status label type", + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +); diff --git a/resources/lang/tr/admin/custom_fields/general.php b/resources/lang/tr/admin/custom_fields/general.php index 1df2e3d16b..cd650d7a97 100644 --- a/resources/lang/tr/admin/custom_fields/general.php +++ b/resources/lang/tr/admin/custom_fields/general.php @@ -20,7 +20,7 @@ return array( 'field_element_short' => 'Öğe', 'field_format' => 'Düzen', 'field_custom_format' => 'Özel biçim', - 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/.', + 'field_custom_format_help' => 'Bu alan doğrulama için bir regex ifadesi kullanmanıza izin verir. Bu alan "regex:" ile başlamalı - örneğin, özel alan değerinin geçerli bir IMEI (15 basamaklı) olmasını sağlamak için regex:/^[0-9]{15}$/ şeklinde kodlamalısınız.', 'required' => 'Gerekli', 'req' => 'Talep.', 'used_by_models' => 'Modellerle Kullanılmıştır', diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php index 951113e68d..0e448ef93b 100644 --- a/resources/lang/tr/admin/hardware/form.php +++ b/resources/lang/tr/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Demirbaş Etiketi', 'update' => 'Demirbaş Güncelle', 'warranty' => 'Garanti', + 'warranty_expires' => 'Garanti Süresi Sona Erdi', 'years' => 'yıl', ) ; diff --git a/resources/lang/tr/admin/manufacturers/message.php b/resources/lang/tr/admin/manufacturers/message.php index 7dcbf7c740..30eabf017d 100644 --- a/resources/lang/tr/admin/manufacturers/message.php +++ b/resources/lang/tr/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Üretici güncellendi.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Üreticiyi silmek istediğinize emin misiniz?', 'error' => 'Üretici silinirken bir hata oluştu. Lütfen tekrar deneyin.', diff --git a/resources/lang/tr/admin/models/general.php b/resources/lang/tr/admin/models/general.php index b1dee9b8c4..e09e513c0e 100644 --- a/resources/lang/tr/admin/models/general.php +++ b/resources/lang/tr/admin/models/general.php @@ -5,8 +5,8 @@ return array( 'about_models_text' => 'Varlık Modelleri, özdeş varlıkları gruplamanın bir yoludur. Örn: "Tiny M73", "Samsung A7", vb.', 'deleted' => 'Model silindi. Geri getirmek için buraya tıklayınız.', 'bulk_delete' => 'Varlık Modellerini Toplu Silme', - 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete_help' => 'Seçilen varlık modelleri silme işlemini onaylamak için aşağıdaki onay kutularını kullanın. Başka bir varlık modeli ile ilişkilendirilmiş olan varlık modelleri, başka bir varlık modeli ile ilişkilendirilmeden silinemez.', + 'bulk_delete_warn' => ':model_count varlık modellerini silmek üzeresiniz.', 'restore' => 'Modeli geri getir', 'requestable' => 'Kullanıcılar bu modeli talep edebilir', 'show_mac_address' => 'Bu model demirbaşta MAC adresi göster', diff --git a/resources/lang/tr/admin/models/message.php b/resources/lang/tr/admin/models/message.php index d4a1945809..05e3dda1b9 100644 --- a/resources/lang/tr/admin/models/message.php +++ b/resources/lang/tr/admin/models/message.php @@ -36,7 +36,7 @@ return array( 'bulkdelete' => array( 'error' => 'Hiçbir model seçilmedi, bu nedenle hiçbir şey silinmedi.', 'success' => ': success_count model (ler) silindi!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + 'success_partial' => ':success_count adet model(ler) silindi, ancak :fail_count adet için silme işlemini tamamlayamadık, çünkü bunlar halâ varlıklarla ilişkilendirilmiş durumda.' ), ); diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index e4eca7742e..7af94fa37c 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -23,10 +23,10 @@ return array( 'confirm_purge_help' => 'Silinmiş kayıtları temizlemek için kutuya "DELETE" yazın. Bu işlem alınamaz. SON KARARIN MI ???', 'custom_css' => 'Özel CSS', 'custom_css_help' => 'Kullanmak istediğiniz özel CSS geçersiz. <style></style> etiketlerini kullanmayın.', - 'custom_forgot_pass_url' => 'Custom Password Reset URL', - 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'custom_forgot_pass_url' => 'Özel Parola Sıfırlama URL\'si', + 'custom_forgot_pass_url_help' => 'Burası, oturum açma ekranında yer alan unutulmuş şifre URL\'sinin yerini alır, kullanıcıları dahili veya barındırılan LDAP parola sıfırlama fonksiyonuna yönlendirmek için kullanışlıdır. Yerel kullanıcıların unuttuğu şifre işlevselliğini etkili bir şekilde devre dışı bırakacaktır.', + 'dashboard_message' => 'Kontrol Paneli Mesajı', + 'dashboard_message_help' => 'Bu metin kontrol panelini görme yetkisi olan herkes tarafından görüntülenir.', 'default_currency' => 'Varsayılan Para Birimi', 'default_eula_text' => 'Varsayılan Sözleşme', 'default_language' => 'Varsayılan Dil', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D Barkod Türü', 'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları', 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'footer_text' => 'Ek Altbilgi Metni ', + 'footer_text_help' => 'Bu metin altbilginin sağ köşesinde görünür. Linklerde Github flavored markdown şeklinde kullanıma izin verilir. Satır sonu, satır başı, resimler vb. gibi içerikler beklenmeyen sonuçlara sebep olabilir.', 'general_settings' => 'Genel Ayarlar', 'generate_backup' => 'Yedek Oluştur', 'header_color' => 'Başlık rengi', @@ -48,8 +50,8 @@ return array( 'ldap_enabled' => 'LDAP etkin', 'ldap_integration' => 'LDAP Entegrasyonu', 'ldap_settings' => 'LDAP Ayarları', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_test_help' => 'LDAP ayarlarınızı doğru yapılandırıp yapılandırmadığınızı test etmek yukarıda belirttiğiniz DN için geçerli bir LDAP kullanıcı adı ve parolası giriniz. ÖNCE GÜNCEL LDAP AYARLARINI KAYDETMELİSİN.', + 'ldap_login_sync_help' => 'Bu sadece LDAP\'ın doğru şekilde senkron edilebildiğini test eder. Eğer LDAP Kimlik Doğrulama sorgunuz doğru değilse, kullanıcılar giriş yapamayabilirler. ÖNCE GÜNCEL LDAP AYARLARINI KAYDETMELİSİN.', 'ldap_server' => 'LDAP Sunucu', 'ldap_server_help' => 'ldap:// (şifrelenmemiş veya TLS) veya ldaps:// (SSL için) ile başlamalıdır', 'ldap_server_cert' => 'LDAP SSL sertifikası doğrulama', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP etkin bayrak', 'ldap_emp_num' => 'LDAP Çalışan Numarası', 'ldap_email' => 'LDAP Mail', + 'license' => 'Yazılım Lisansı', 'load_remote_text' => 'Uzak Komut dosyaları', 'load_remote_help_text' => 'Bu Snipe-IT kurulumu dış ortamdan scriptler yükleyebilir.', 'login_note' => 'Giriş Notu', 'login_note_help' => 'İsteğe bağlı olarak, kaybolan veya çalınan bir cihaz bulan kişilere yardımcı olması için giriş ekranınıza birkaç cümle ekleyin. Bu alan Github aromalı markdown kabul eder', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Kısıtlı kullanıcılar Firmaların varlıkları için firmalara atanmıştır.', 'full_multiple_companies_support_text' => 'Birden Fazla Şirket Desteği', + 'show_in_model_list' => 'Model açılır menüsünde göster', 'optional' => 'İsteğe bağlı', 'per_page' => 'Sayfa başına sonuç sayısı', 'php' => 'PHP Versiyonu', @@ -93,16 +104,20 @@ return array( 'qr_text' => 'QR Kodu Yazısı', 'setting' => 'Ayar', 'settings' => 'Ayarlar', - 'show_alerts_in_menu' => 'Show alerts in top menu', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_alerts_in_menu' => 'Alarmları üst menüde göster', + 'show_archived_in_list' => 'Arşivlenmiş Varlıklar', + 'show_archived_in_list_text' => 'Arşivlenmiş varlıkları "Tüm Varlıklar" listesinde göster', 'site_name' => 'Site Adı', 'slack_botname' => 'Slack Bot Adı', 'slack_channel' => 'Slack Kanalı', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Ayarları', 'slack_integration_help' => 'Slack entegrasyonu isteğe bağlıdır.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Destek Bağlantıları Altbilgisi ', + 'support_footer_help' => 'Snipe-IT destek, bilgi ve Kullanıcı Kılavuzu linklerini kimin göreceğini seçin', 'system' => 'Sistem Bilgisi', 'update' => 'Ayarları Güncelle', 'value' => 'Değer', diff --git a/resources/lang/tr/admin/statuslabels/table.php b/resources/lang/tr/admin/statuslabels/table.php index f51c790c72..a5b196e987 100644 --- a/resources/lang/tr/admin/statuslabels/table.php +++ b/resources/lang/tr/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Arşivlenmiş', 'create' => 'Durum Etiketi Oluştur', 'color' => 'Grafik rengi', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Dağıtılabilir', 'info' => 'Durum Etiketleri demirbaşınızın o anki durumunu tanımlamada kullanılır. Demirbaşınız o an onarımda ya da kayıp/çalınmış olabilir. Dağıtılabilir, Beklemede ve Arşivlenmiş demirbaşlarınız için yeni durum etiketleri oluşturabilirsiniz.', 'name' => 'Durum Adı', diff --git a/resources/lang/tr/admin/suppliers/message.php b/resources/lang/tr/admin/suppliers/message.php index f9a7f5f4a2..a34f37e4ac 100644 --- a/resources/lang/tr/admin/suppliers/message.php +++ b/resources/lang/tr/admin/suppliers/message.php @@ -19,9 +19,9 @@ return array( 'confirm' => 'Tedarikçiyi silmek istediğinize emin misiniz?', 'error' => 'Tedarikçi silinirken bir hata oluştu. Lütfen tekrar deneyin.', 'success' => 'Tedarikçi silindi.', - 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ', - 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ', - 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', + 'assoc_assets' => 'Bu tedarikçi halihazırda :asset_count asset(s) ilişkili durumda ve silinemez. Lütfen varlıklarınızı bu tedarikçi ile ilişkisi olmayacak şekilde güncelleyin ve yeniden deneyin. ', + 'assoc_licenses' => 'Bu tedarikçi halihazırda :licenses_count licences(s) ilişkili durumda ve silinemez. Lütfen lisanslarınızı bu tedarikçi ile ilişkisi olmayacak şekilde güncelleyin ve yeniden deneyin. ', + 'assoc_maintenances' => 'Bu tedarikçi halihazırda :asset_maintenances_count asset maintenances(s) ilişkili durumda ve silinemez. Lütfen varlık bakımlarınızı bu tedarikçi ile ilişkisi olmayacak şekilde güncelleyin ve yeniden deneyin. ', ) ); diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php index c8371b7f40..2074060b02 100644 --- a/resources/lang/tr/admin/users/general.php +++ b/resources/lang/tr/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Onları geri yüklemek için buraya tıklayın.', 'last_login' => 'Son oturum açma tarihi', 'ldap_config_text' => 'LDAP yapılandırma ayarları Yönetici> Ayarlar\'da bulunabilir. Seçilen yer (isteğe bağlı), tüm içe aktarılan kullanıcılar için ayarlanır.', + 'print_assigned' => 'Atananların Tümünü Yazdır', 'software_user' => 'Yazılıma :name için çıkış yapılmış', 'view_user' => 'Kullanıcıyı Görüntüle :name', 'usercsv' => 'CSV Dosyası', diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php index 6c71f78121..e97d1446de 100644 --- a/resources/lang/tr/general.php +++ b/resources/lang/tr/general.php @@ -40,7 +40,7 @@ 'checkout' => 'Atama', 'city' => 'Şehir', 'click_here' => 'Buraya Tıklayın', - 'clear_selection' => 'Clear Selection', + 'clear_selection' => 'Seçimi Temizle', 'companies' => 'Şirketler', 'company' => 'Şirket', 'component' => 'Bileşen', @@ -73,6 +73,7 @@ Context | Request Context 'department' => 'Bölüm', 'deployed' => 'Atanmış', 'depreciation_report' => 'Amortisman Raporu', + 'details' => 'Ayrıntılar', 'download' => 'İndir', 'depreciation' => 'Amortisman', 'editprofile' => 'Profil Düzenle', @@ -82,22 +83,25 @@ Context | Request Context 'email_domain_help' => 'İçe aktarırken e-posta adresleri oluşturmak için kullanılır', 'filastname_format' => 'Ad başharfi Soyad (jsmith@example.com)', 'firstname_lastname_format' => 'Adı Soyadı (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'Adı Soyadı (jane.smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'İlk', 'first_name' => 'Ad', 'first_name_format' => 'Ad (jane@example.com)', + 'files' => 'Dosyalar', 'file_name' => 'Dosya', 'file_uploads' => 'Dosya Yüklemeleri', 'generate' => 'Oluştur', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => 'Bu alan kabul eder Github flavored markdown.', 'groups' => 'Gruplar', 'gravatar_email' => 'Gravatar e-posta adresi', 'history' => 'Geçmiş', 'history_for' => 'Kullanıcı geçmişi', 'id' => 'Kimlik', - 'image' => 'Image', + 'image' => 'Görsel', 'image_delete' => 'Resmi sil', 'image_upload' => 'Resim yükle', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'İzin verilen dosya uzantıları jpg, png, gif ve svg.\'dir. izin verilen Maksimum yükleme boyutu :size \'dir.', 'import' => 'İçeri aktar', 'import-history' => 'İçeri aktarma geçmişi', 'asset_maintenance' => 'Demirbaş bakımı', @@ -121,6 +125,7 @@ Context | Request Context 'locations' => 'Konumlar', 'logout' => 'Çıkış Yap', 'lookup_by_tag' => 'Varlık etiketine göre arama', + 'maintenances' => 'Bakımlar', 'manufacturer' => 'Üretici', 'manufacturers' => 'Üreticiler', 'markdown' => 'Bu alan Github tarafından desteklenir.', @@ -155,7 +160,7 @@ Context | Request Context 'recent_activity' => 'Son Etkinlik', 'remove_company' => 'Firma bağlantısını sil', 'reports' => 'Raporlar', - 'restored' => 'restored', + 'restored' => 'geri yüklendi', 'requested' => 'Talep Edilen', 'request_canceled' => 'Talep iptal edildi', 'save' => 'Kaydet', @@ -174,8 +179,11 @@ Context | Request Context 'select_company' => 'Firma Seç', 'select_asset' => 'Varlık Seç', 'settings' => 'Ayarlar', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Oturum Aç', 'signature' => 'İmza', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO modu: Bu yükleme için bazı özellikleri devre dışı bırakılır.', 'site_name' => 'Site Adı', 'state' => 'İlçe', diff --git a/resources/lang/uk/admin/hardware/form.php b/resources/lang/uk/admin/hardware/form.php index f23b921ed9..2cbfecf213 100644 --- a/resources/lang/uk/admin/hardware/form.php +++ b/resources/lang/uk/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Asset Tag', 'update' => 'Оновити актив', 'warranty' => 'Гарантія', + 'warranty_expires' => 'Warranty Expires', 'years' => 'р.', ) ; diff --git a/resources/lang/uk/admin/manufacturers/message.php b/resources/lang/uk/admin/manufacturers/message.php index 70106b8c11..8518bff2e3 100644 --- a/resources/lang/uk/admin/manufacturers/message.php +++ b/resources/lang/uk/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Виробника успішно оновлено.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Ви впевнені що хочете видалити виробника?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', diff --git a/resources/lang/uk/admin/settings/general.php b/resources/lang/uk/admin/settings/general.php index 3a0e8dfc1c..2468643e53 100644 --- a/resources/lang/uk/admin/settings/general.php +++ b/resources/lang/uk/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '1D barcode type', 'eula_settings' => 'EULA Settings', 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Загальні налаштування', 'generate_backup' => 'Створити резервну копію', 'header_color' => 'Колір заголовку', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'LDAP Employee Number', 'ldap_email' => 'Email LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', 'login_note' => 'Login Note', 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Логотип', 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'optional', 'per_page' => 'Results Per Page', 'php' => 'Версія PHP', @@ -101,8 +112,12 @@ return array( 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', '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 create an incoming webhook on your Slack account.', + '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 create an incoming webhook on your Slack account. ', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Версія Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'System Information', 'update' => 'Оновити налаштування', 'value' => 'Value', diff --git a/resources/lang/uk/admin/statuslabels/table.php b/resources/lang/uk/admin/statuslabels/table.php index 8013e8b09a..92a08218f8 100644 --- a/resources/lang/uk/admin/statuslabels/table.php +++ b/resources/lang/uk/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Archived', 'create' => 'Create Status Label', 'color' => 'Колір діаграми', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Deployable', 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', 'name' => 'Status Name', diff --git a/resources/lang/uk/admin/users/general.php b/resources/lang/uk/admin/users/general.php index 675bb777b8..18fb7a9c2c 100644 --- a/resources/lang/uk/admin/users/general.php +++ b/resources/lang/uk/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Click here to restore them.', 'last_login' => 'Останній вхід', 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'Файл CSV', diff --git a/resources/lang/uk/general.php b/resources/lang/uk/general.php index cfb22145ca..1e7b130d0e 100644 --- a/resources/lang/uk/general.php +++ b/resources/lang/uk/general.php @@ -70,6 +70,7 @@ 'department' => 'Відділ', 'deployed' => 'Встановлено', 'depreciation_report' => 'Звіт про амортизацію', + 'details' => 'Details', 'download' => 'Завантажити', 'depreciation' => 'Амортизація', 'editprofile' => 'Редагувати профіль', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Це використовується для генерації адрес електронної пошти під час імпортування', 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Перша', 'first_name' => 'Ім\'я', 'first_name_format' => 'Ім\'я (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Файл', 'file_uploads' => 'Завантаження файлів', 'generate' => 'Згенерувати', @@ -94,7 +98,7 @@ 'image' => 'Зображення', 'image_delete' => 'Видалити зображення', 'image_upload' => 'Завантажити зображення', - 'image_filetypes_help' => 'Допустимі типи файлів jpg, png, gif і svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Імпорт', 'import-history' => 'Історія імпорту', 'asset_maintenance' => 'Обслуговування активів', @@ -118,6 +122,7 @@ 'locations' => 'Місця', 'logout' => 'Вийти', 'lookup_by_tag' => 'Пошук за тегом актива', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Виробник', 'manufacturers' => 'Виробники', 'markdown' => 'Це поле дозволяє використовувати Github markdown.', @@ -171,8 +176,11 @@ 'select_company' => 'Оберіть компанію', 'select_asset' => 'Оберіть актив', 'settings' => 'Параметри', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Увійти', 'signature' => 'Підпис', + 'skin' => 'Skin', 'some_features_disabled' => 'РЕЖИМ ДЕМО: Деякі функції відключені.', 'site_name' => 'Назва сайту', 'state' => 'Статус', diff --git a/resources/lang/vi/admin/hardware/form.php b/resources/lang/vi/admin/hardware/form.php index 633b4ebe50..38ba18cc01 100644 --- a/resources/lang/vi/admin/hardware/form.php +++ b/resources/lang/vi/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Thẻ tài sản', 'update' => 'Cập nhật tài sản', 'warranty' => 'Bảo hành', + 'warranty_expires' => 'Warranty Expires', 'years' => 'năm', ) ; diff --git a/resources/lang/vi/admin/manufacturers/message.php b/resources/lang/vi/admin/manufacturers/message.php index d97a0d0d5a..091d52d45b 100644 --- a/resources/lang/vi/admin/manufacturers/message.php +++ b/resources/lang/vi/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Hãng sản xuất được tạo thành công.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Bạn có chắc chắn muốn xoá hãng sản xuất này?', 'error' => 'Có vấn đề xảy ra khi xoá hãng sản xuất này. Bạn hãy thử lại.', diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index e3cc482a01..70b006cb95 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Loại mã vạch 1D', 'eula_settings' => 'Cài đặt EULA', 'eula_markdown' => 'Đây là EULA cho phép Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Cài đặt thường', 'generate_backup' => 'Tạo Sao lưu', 'header_color' => 'Màu Header', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP Active Flag', 'ldap_emp_num' => 'Số nhân viên LDAP', 'ldap_email' => 'Email LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'Cài đặt Snipe-IT này có thể tải các tập lệnh từ thế giới bên ngoài.', 'login_note' => 'Lưu ý đăng nhập', 'login_note_help' => 'Tùy chọn bao gồm một vài câu trên màn hình đăng nhập của bạn, ví dụ để hỗ trợ những người đã tìm thấy thiết bị bị mất hoặc bị đánh cắp. Trường này chấp nhận Bài nhãn hiệu có hương vị cố định', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Hạn chế người dùng (kể cả quản trị viên) được giao cho các công ty vào tài sản của công ty họ.', 'full_multiple_companies_support_text' => 'Hỗ trợ nhiều công ty', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'tùy ý', 'per_page' => 'Kết quả trên trang', 'php' => 'Phiên bản PHP', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Cài đặt 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 create an incoming webhook on your Slack account.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Phiên bản Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Thông tin hệ thống', 'update' => 'Cập nhật cài đặt', 'value' => 'Giá trị', diff --git a/resources/lang/vi/admin/statuslabels/table.php b/resources/lang/vi/admin/statuslabels/table.php index a7aa11a1e4..ed093f05e8 100644 --- a/resources/lang/vi/admin/statuslabels/table.php +++ b/resources/lang/vi/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'Đã lưu trữ', 'create' => 'Tạo tình trạng nhãn', 'color' => 'Màu đồ thị', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Cho phép cấp phát', 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', 'name' => 'Tên tình trạng', diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php index 79f1bc1a07..0dd0a7f604 100644 --- a/resources/lang/vi/admin/users/general.php +++ b/resources/lang/vi/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Nhấp vào đây để khôi phục chúng.', 'last_login' => 'Lần đăng nhập trước', 'ldap_config_text' => 'Bạn có thể tìm thấy cài đặt cấu hình LDAP Quản trị> Cài đặt. Địa điểm đã chọn (tùy chọn) sẽ được đặt cho tất cả người dùng được nhập.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Phần mềm đã được checkout đến :name', 'view_user' => 'Xem người dùng :name', 'usercsv' => 'Tập tin CSV', diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php index 6e442555c9..96658bc3c0 100644 --- a/resources/lang/vi/general.php +++ b/resources/lang/vi/general.php @@ -70,6 +70,7 @@ 'department' => 'Bộ phận', 'deployed' => 'Đã cấp phát', 'depreciation_report' => 'Báo cáo khấu hao', + 'details' => 'Details', 'download' => 'Tải về', 'depreciation' => 'Khấu hao', 'editprofile' => 'Chỉnh sửa hồ sơ của bạn', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Địa chỉ này được sử dụng để tạo địa chỉ email khi nhập', 'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)', 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Đầu tiên', 'first_name' => 'Họ và tên đệm', 'first_name_format' => 'Tên (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Tập tin', 'file_uploads' => 'Tải lên tập tin', 'generate' => 'Tạo ra', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Xóa hình', 'image_upload' => 'Tải hình', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Nhập', 'import-history' => 'Lịch sử Nhập khẩu', 'asset_maintenance' => 'Tài sản đang bảo trì', @@ -118,6 +122,7 @@ 'locations' => 'Địa phương', 'logout' => 'Thoát', 'lookup_by_tag' => 'Tra cứu theo Thẻ nội dung', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Nhà sản xuất', 'manufacturers' => 'Nhà sản xuất', 'markdown' => 'Trường này cho phép đánh dấu Github mùi vị.', @@ -171,8 +176,11 @@ 'select_company' => 'Chọn công ty', 'select_asset' => 'Chọn Tài sản', 'settings' => 'Cài đặt', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Đăng nhập', 'signature' => 'Chữ ký', + 'skin' => 'Skin', 'some_features_disabled' => 'DEMO MODE: Một số tính năng đã bị vô hiệu cho cài đặt này.', 'site_name' => 'Tên trang web', 'state' => 'Tỉnh/Thành phố', diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php index 9ebe9220b9..84245ae0fb 100644 --- a/resources/lang/zh-CN/admin/hardware/form.php +++ b/resources/lang/zh-CN/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => '资产标签', 'update' => '更新资产', 'warranty' => '质保', + 'warranty_expires' => 'Warranty Expires', 'years' => '年', ) ; diff --git a/resources/lang/zh-CN/admin/manufacturers/message.php b/resources/lang/zh-CN/admin/manufacturers/message.php index 83b29d8b86..9f8b0cceb6 100644 --- a/resources/lang/zh-CN/admin/manufacturers/message.php +++ b/resources/lang/zh-CN/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => '制造商更新成功。' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => '确定要删除这个制造商吗?', 'error' => '删除制造商的过程中出现了一点儿问题,请重试。', diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index c5bd0e1892..11686fe7ed 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '条码类型', 'eula_settings' => '最终用户许可协议(EULA)设置', 'eula_markdown' => 'EULA中可以使用Github flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => '一般设置', 'generate_backup' => '生成备份', 'header_color' => '标题颜色', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'LDAP 启用标志', 'ldap_emp_num' => 'LDAP 员工号', 'ldap_email' => 'LDAP Email', + 'license' => 'Software License', 'load_remote_text' => '外部脚本', 'load_remote_help_text' => '允许Snipe-IT安装外部的加载脚本。', 'login_note' => '登陆提示', 'login_note_help' => '可选择性地在登陆界面显示一些信息,例如给找到丢失或者被偷设备的用户提供帮助。这里支持Github的markdown语法。', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => '徽标', 'full_multiple_companies_support_help_text' => '限制归属特定公司的用户(包括管理员)仅能访问该公司资产', 'full_multiple_companies_support_text' => '完整多企业支持', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => '可选', 'per_page' => '每页搜索结果', 'php' => 'PHP版本', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack节点', 'slack_integration' => 'Slack设置', 'slack_integration_help' => '您也可以选择与Slack系统集成,不过您需要提供Slack的节点和频道。请先在您的Slack账户中 创建一个新的incoming webhook ', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT version', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => '系统信息', 'update' => '更新设置', 'value' => '价值', diff --git a/resources/lang/zh-CN/admin/statuslabels/table.php b/resources/lang/zh-CN/admin/statuslabels/table.php index 03fc99337b..9caaa2cff5 100644 --- a/resources/lang/zh-CN/admin/statuslabels/table.php +++ b/resources/lang/zh-CN/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => '已存档', 'create' => '创建状态标签', 'color' => '图标颜色', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => '可领用', 'info' => '状态标签用于描述资产的各种状态(例如送外维修、丢失、被窃等等)。你可以为处于可部署、待处理或已存档的资产创建新的状态标签。 ', 'name' => '状态名称', diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php index aca1211300..507ae9cf82 100644 --- a/resources/lang/zh-CN/admin/users/general.php +++ b/resources/lang/zh-CN/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => '单击此处可将其还原。', 'last_login' => '上一次登陆', 'ldap_config_text' => 'LDAP配置在 管理 > 设置。所选位置将为导入的用户所用', + 'print_assigned' => '打印所有已分配资产', 'software_user' => ':name 借走的软件', 'view_user' => '查看用户: :name', 'usercsv' => 'CSV 档案', diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index 689875af8d..d6dd54e380 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -70,6 +70,7 @@ 'department' => '部门', 'deployed' => '已分配', 'depreciation_report' => '折旧报告', + 'details' => '详细信息', 'download' => '下载', 'depreciation' => '折旧', 'editprofile' => '修改简介', @@ -79,9 +80,12 @@ 'email_domain_help' => '这在导入时用以生成电子邮件地址', 'filastname_format' => '缩写名 姓,例如(jsmith@example.com)', 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => '名 姓,例如(jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => '首页', 'first_name' => '名字', 'first_name_format' => '名,例如 (jane@example.com)', + 'files' => 'Files', 'file_name' => '文件', 'file_uploads' => '文件上传', 'generate' => '生成', @@ -94,7 +98,7 @@ 'image' => '图片', 'image_delete' => '删除图片', 'image_upload' => '上传图片', - 'image_filetypes_help' => '接受jpg,png,gif和svg类型的文件。', + 'image_filetypes_help' => '接受jpg,png,gif和svg类型的文件。文件大小应小于 :size。', 'import' => '导入', 'import-history' => '导入历史记录', 'asset_maintenance' => '资产维修', @@ -118,6 +122,7 @@ 'locations' => '地理位置', 'logout' => '注销', 'lookup_by_tag' => '查找资产标签', + 'maintenances' => '维护', 'manufacturer' => '制造商', 'manufacturers' => '制造商', 'markdown' => '该字段可以使用 Github flavored markdown', @@ -171,8 +176,11 @@ 'select_company' => '选择公司', 'select_asset' => '选择资产', 'settings' => '设置', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => '登录', 'signature' => '签名', + 'skin' => 'Skin', 'some_features_disabled' => '演示模式: 此安装将禁用某些功能。', 'site_name' => '站点名称', 'state' => '省份', diff --git a/resources/lang/zh-HK/admin/hardware/form.php b/resources/lang/zh-HK/admin/hardware/form.php index 482d4a1d16..8fb697509c 100644 --- a/resources/lang/zh-HK/admin/hardware/form.php +++ b/resources/lang/zh-HK/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => '資產標籤', 'update' => '更新資產', 'warranty' => '保固', + 'warranty_expires' => '保固期限', 'years' => '年', ) ; diff --git a/resources/lang/zh-HK/admin/manufacturers/message.php b/resources/lang/zh-HK/admin/manufacturers/message.php index a31552665d..333eb98b00 100644 --- a/resources/lang/zh-HK/admin/manufacturers/message.php +++ b/resources/lang/zh-HK/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => '更新製造商成功。' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => '您確定要刪除此製造商嗎?', 'error' => '刪除製造商失敗,請重試。', diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index 6723ee92cf..c78b87d8ec 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -25,8 +25,8 @@ return array( 'custom_css_help' => '輸入您喜歡的CSS格式覆蓋。不要包括 <style></style> 標籤。', 'custom_forgot_pass_url' => '自訂密碼重置網址', 'custom_forgot_pass_url_help' => '這將替換登錄屏幕上的忘記密碼URL,有助於將用戶引導至內部或託管的LDAP密碼重置功能。它將禁用本地用戶遺忘密的碼功能。', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'dashboard_message' => '儀表板消息', + 'dashboard_message_help' => '該段文字將顯示在儀表板上,供有權查看儀表板的任何人使用。', 'default_currency' => '預設貨幣', 'default_eula_text' => '預設EULA', 'default_language' => '預設語言', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '條碼類型', 'eula_settings' => 'EULA 設定', 'eula_markdown' => 'EULA中可使用Github flavored markdown.', + 'footer_text' => '附加頁尾文字', + 'footer_text_help' => '此段文字將出現在右側頁尾中。鏈接允許使用 Github風格Markdown。換行符、標題、圖像等可能會導致不可預知的結果。', 'general_settings' => '一般設定', 'generate_backup' => '產生備份', 'header_color' => '標題顏色', @@ -72,13 +74,22 @@ return array( 'ldap_active_flag' => 'LDAP 啟用標誌', 'ldap_emp_num' => 'LDAP 員工編號', 'ldap_email' => 'LDAP Email', + 'license' => '軟體授權', 'load_remote_text' => '外部腳本', 'load_remote_help_text' => '允許 Snipe-IT 安裝外部腳本', 'login_note' => '登錄說明', 'login_note_help' => '可選地,在您的登錄屏幕上包括幾個句子,例如幫助找到丟失或被盜設備的人。此字段接受Github風味的markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產', 'full_multiple_companies_support_text' => '完整支援多公司', + 'show_in_model_list' => '在模型下拉選單中顯示', 'optional' => '可選', 'per_page' => '每頁呈現結果', 'php' => 'PHP 版本', @@ -95,15 +106,19 @@ return array( 'setting' => '設定', 'settings' => '設定', 'show_alerts_in_menu' => '在頂部選單中顯示警告', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_archived_in_list' => '封存的資產', + 'show_archived_in_list_text' => '在“所有資產”列表中顯示已封存的資產', 'site_name' => '站台名稱', 'slack_botname' => 'Slack Bot 名稱', 'slack_channel' => 'Slack 頻道', 'slack_endpoint' => 'Slack 節點', 'slack_integration' => 'Slack 設定', 'slack_integration_help' => '您也可以選擇與 Slack 整合,不過您需要提供 Slack 節點和頻道。請先在您的 Slack 帳戶中新增incoming webhook。', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT 版本', + 'support_footer' => '支援頁尾連結', + 'support_footer_help' => '指定誰可以看到指向Snipe-IT支持信息和用戶手冊的鏈接', 'system' => '系統資訊', 'update' => '更新設定', 'value' => '價值', diff --git a/resources/lang/zh-HK/admin/statuslabels/table.php b/resources/lang/zh-HK/admin/statuslabels/table.php index 1b1840cb24..1a6db55de6 100644 --- a/resources/lang/zh-HK/admin/statuslabels/table.php +++ b/resources/lang/zh-HK/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => '已封存', 'create' => '新增狀態標籤', 'color' => '圖標顏色', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => '可部署', 'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。', 'name' => '狀態名稱', diff --git a/resources/lang/zh-HK/admin/users/general.php b/resources/lang/zh-HK/admin/users/general.php index ed192df31c..7e3f56e7aa 100644 --- a/resources/lang/zh-HK/admin/users/general.php +++ b/resources/lang/zh-HK/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => '點擊此處可將它們還原。', 'last_login' => '上次登入', 'ldap_config_text' => 'LDAP 設定在 管理 > 設定。所選位置將套用至匯入的使用者。', + 'print_assigned' => '列印所有分配的', 'software_user' => ':name 借出的軟體', 'view_user' => '檢視使用者: :name', 'usercsv' => 'CSV 檔', diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php index feae4fa5ec..6ed030ce11 100644 --- a/resources/lang/zh-HK/general.php +++ b/resources/lang/zh-HK/general.php @@ -70,6 +70,7 @@ 'department' => '部門', 'deployed' => '已分配', 'depreciation_report' => '折舊報告', + 'details' => '詳細內容', 'download' => '下載', 'depreciation' => '折舊', 'editprofile' => '編輯個人資料', @@ -79,13 +80,16 @@ 'email_domain_help' => '這用在匯入時產生電子郵件地址', 'filastname_format' => '縮寫名 姓,例如 (jsmith@example.com)', 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => '名字姓氏,例如(jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => '首頁', 'first_name' => '名字', 'first_name_format' => '名,例如 (jane@example.com)', + 'files' => '檔案', 'file_name' => '檔案', 'file_uploads' => '上傳檔案', 'generate' => '產生', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => '此欄位可以使用 Github 風格 markdown.', 'groups' => '群組', 'gravatar_email' => 'Gravatar 頭像郵件地址', 'history' => '歷史記錄', @@ -94,7 +98,7 @@ 'image' => '影像', 'image_delete' => '刪除圖片', 'image_upload' => '上傳圖片', - 'image_filetypes_help' => '接受的文件類型是jpg,png,gif和svg。', + 'image_filetypes_help' => '接受的檔案類型是 jpg、png、gif 和 svg。允許的最大上傳大小為 :size。', 'import' => '匯入', 'import-history' => '匯入歷史記錄', 'asset_maintenance' => '資產維護', @@ -118,6 +122,7 @@ 'locations' => '位置', 'logout' => '登出', 'lookup_by_tag' => '尋找資產標籤', + 'maintenances' => '維護', 'manufacturer' => '製造商', 'manufacturers' => '製造商', 'markdown' => '此欄位可以使用 Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => '選擇公司', 'select_asset' => '選擇資產', 'settings' => '設定', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => '登入', 'signature' => '簽名', + 'skin' => 'Skin', 'some_features_disabled' => '演示模式︰ 此安裝禁用某些功能。', 'site_name' => '網站名稱', 'state' => '省份', diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php index 482d4a1d16..8fb697509c 100644 --- a/resources/lang/zh-TW/admin/hardware/form.php +++ b/resources/lang/zh-TW/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => '資產標籤', 'update' => '更新資產', 'warranty' => '保固', + 'warranty_expires' => '保固期限', 'years' => '年', ) ; diff --git a/resources/lang/zh-TW/admin/manufacturers/message.php b/resources/lang/zh-TW/admin/manufacturers/message.php index a31552665d..333eb98b00 100644 --- a/resources/lang/zh-TW/admin/manufacturers/message.php +++ b/resources/lang/zh-TW/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => '更新製造商成功。' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => '您確定要刪除此製造商嗎?', 'error' => '刪除製造商失敗,請重試。', diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 6723ee92cf..c78b87d8ec 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -25,8 +25,8 @@ return array( 'custom_css_help' => '輸入您喜歡的CSS格式覆蓋。不要包括 <style></style> 標籤。', 'custom_forgot_pass_url' => '自訂密碼重置網址', 'custom_forgot_pass_url_help' => '這將替換登錄屏幕上的忘記密碼URL,有助於將用戶引導至內部或託管的LDAP密碼重置功能。它將禁用本地用戶遺忘密的碼功能。', - 'dashboard_message' => 'Dashboard Message', - 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', + 'dashboard_message' => '儀表板消息', + 'dashboard_message_help' => '該段文字將顯示在儀表板上,供有權查看儀表板的任何人使用。', 'default_currency' => '預設貨幣', 'default_eula_text' => '預設EULA', 'default_language' => '預設語言', @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => '條碼類型', 'eula_settings' => 'EULA 設定', 'eula_markdown' => 'EULA中可使用Github flavored markdown.', + 'footer_text' => '附加頁尾文字', + 'footer_text_help' => '此段文字將出現在右側頁尾中。鏈接允許使用 Github風格Markdown。換行符、標題、圖像等可能會導致不可預知的結果。', 'general_settings' => '一般設定', 'generate_backup' => '產生備份', 'header_color' => '標題顏色', @@ -72,13 +74,22 @@ return array( 'ldap_active_flag' => 'LDAP 啟用標誌', 'ldap_emp_num' => 'LDAP 員工編號', 'ldap_email' => 'LDAP Email', + 'license' => '軟體授權', 'load_remote_text' => '外部腳本', 'load_remote_help_text' => '允許 Snipe-IT 安裝外部腳本', 'login_note' => '登錄說明', 'login_note_help' => '可選地,在您的登錄屏幕上包括幾個句子,例如幫助找到丟失或被盜設備的人。此字段接受Github風味的markdown', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產', 'full_multiple_companies_support_text' => '完整支援多公司', + 'show_in_model_list' => '在模型下拉選單中顯示', 'optional' => '可選', 'per_page' => '每頁呈現結果', 'php' => 'PHP 版本', @@ -95,15 +106,19 @@ return array( 'setting' => '設定', 'settings' => '設定', 'show_alerts_in_menu' => '在頂部選單中顯示警告', - 'show_archived_in_list' => 'Archived Assets', - 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', + 'show_archived_in_list' => '封存的資產', + 'show_archived_in_list_text' => '在“所有資產”列表中顯示已封存的資產', 'site_name' => '站台名稱', 'slack_botname' => 'Slack Bot 名稱', 'slack_channel' => 'Slack 頻道', 'slack_endpoint' => 'Slack 節點', 'slack_integration' => 'Slack 設定', 'slack_integration_help' => '您也可以選擇與 Slack 整合,不過您需要提供 Slack 節點和頻道。請先在您的 Slack 帳戶中新增incoming webhook。', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Snipe-IT 版本', + 'support_footer' => '支援頁尾連結', + 'support_footer_help' => '指定誰可以看到指向Snipe-IT支持信息和用戶手冊的鏈接', 'system' => '系統資訊', 'update' => '更新設定', 'value' => '價值', diff --git a/resources/lang/zh-TW/admin/statuslabels/table.php b/resources/lang/zh-TW/admin/statuslabels/table.php index 1b1840cb24..1a6db55de6 100644 --- a/resources/lang/zh-TW/admin/statuslabels/table.php +++ b/resources/lang/zh-TW/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => '已封存', 'create' => '新增狀態標籤', 'color' => '圖標顏色', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => '可部署', 'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。', 'name' => '狀態名稱', diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php index ed192df31c..7e3f56e7aa 100644 --- a/resources/lang/zh-TW/admin/users/general.php +++ b/resources/lang/zh-TW/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => '點擊此處可將它們還原。', 'last_login' => '上次登入', 'ldap_config_text' => 'LDAP 設定在 管理 > 設定。所選位置將套用至匯入的使用者。', + 'print_assigned' => '列印所有分配的', 'software_user' => ':name 借出的軟體', 'view_user' => '檢視使用者: :name', 'usercsv' => 'CSV 檔', diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index feae4fa5ec..6ed030ce11 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -70,6 +70,7 @@ 'department' => '部門', 'deployed' => '已分配', 'depreciation_report' => '折舊報告', + 'details' => '詳細內容', 'download' => '下載', 'depreciation' => '折舊', 'editprofile' => '編輯個人資料', @@ -79,13 +80,16 @@ 'email_domain_help' => '這用在匯入時產生電子郵件地址', 'filastname_format' => '縮寫名 姓,例如 (jsmith@example.com)', 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => '名字姓氏,例如(jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => '首頁', 'first_name' => '名字', 'first_name_format' => '名,例如 (jane@example.com)', + 'files' => '檔案', 'file_name' => '檔案', 'file_uploads' => '上傳檔案', 'generate' => '產生', - 'github_markdown' => 'This field accepts Github flavored markdown.', + 'github_markdown' => '此欄位可以使用 Github 風格 markdown.', 'groups' => '群組', 'gravatar_email' => 'Gravatar 頭像郵件地址', 'history' => '歷史記錄', @@ -94,7 +98,7 @@ 'image' => '影像', 'image_delete' => '刪除圖片', 'image_upload' => '上傳圖片', - 'image_filetypes_help' => '接受的文件類型是jpg,png,gif和svg。', + 'image_filetypes_help' => '接受的檔案類型是 jpg、png、gif 和 svg。允許的最大上傳大小為 :size。', 'import' => '匯入', 'import-history' => '匯入歷史記錄', 'asset_maintenance' => '資產維護', @@ -118,6 +122,7 @@ 'locations' => '位置', 'logout' => '登出', 'lookup_by_tag' => '尋找資產標籤', + 'maintenances' => '維護', 'manufacturer' => '製造商', 'manufacturers' => '製造商', 'markdown' => '此欄位可以使用 Github flavored markdown.', @@ -171,8 +176,11 @@ 'select_company' => '選擇公司', 'select_asset' => '選擇資產', 'settings' => '設定', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => '登入', 'signature' => '簽名', + 'skin' => 'Skin', 'some_features_disabled' => '演示模式︰ 此安裝禁用某些功能。', 'site_name' => '網站名稱', 'state' => '省份', diff --git a/resources/lang/zu/admin/hardware/form.php b/resources/lang/zu/admin/hardware/form.php index b1b41ed457..8c5683fba4 100644 --- a/resources/lang/zu/admin/hardware/form.php +++ b/resources/lang/zu/admin/hardware/form.php @@ -38,6 +38,7 @@ return array( 'tag' => 'Ithegi lefa', 'update' => 'Ukuvuselelwa kwefa', 'warranty' => 'Iwaranti', + 'warranty_expires' => 'Warranty Expires', 'years' => 'iminyaka', ) ; diff --git a/resources/lang/zu/admin/manufacturers/message.php b/resources/lang/zu/admin/manufacturers/message.php index 4cd18aa02f..8a84d0ace0 100644 --- a/resources/lang/zu/admin/manufacturers/message.php +++ b/resources/lang/zu/admin/manufacturers/message.php @@ -15,6 +15,11 @@ return array( 'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.' ), + 'restore' => array( + 'error' => 'Manufacturer was not restored, please try again', + 'success' => 'Manufacturer restored successfully.' + ), + 'delete' => array( 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?', 'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.', diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php index 985e12aebd..03009b1fdd 100644 --- a/resources/lang/zu/admin/settings/general.php +++ b/resources/lang/zu/admin/settings/general.php @@ -40,6 +40,8 @@ return array( 'alt_barcode_type' => 'Uhlobo lwe-barcode lwe-1D', 'eula_settings' => 'Izilungiselelo ze-EULA', 'eula_markdown' => 'Le-EULA ivumela i- i-markdown flavored markdown.', + 'footer_text' => 'Additional Footer Text ', + 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.', 'general_settings' => 'Izilungiselelo Ezijwayelekile', 'generate_backup' => 'Yenza isipele', 'header_color' => 'Umbala wekhanda', @@ -71,13 +73,22 @@ return array( 'ldap_active_flag' => 'I-LDAP i-Flag Active', 'ldap_emp_num' => 'Inombolo yabasebenzi be-LDAP', 'ldap_email' => 'I-imeyili ye-LDAP', + 'license' => 'Software License', 'load_remote_text' => 'Izikrini ezikude', 'load_remote_help_text' => 'Lokhu kufakwa kwe-Snipe-IT kungakwazi ukulayisha izikripthi ezweni langaphandle.', 'login_note' => 'Inothi lokungena ngemvume', 'login_note_help' => 'Ngokuzikhethela faka imisho embalwa kusikrini sakho sokungena ngemvume, isibonelo ukusiza abantu abatholile idivayisi elahlekile noma eyebiwe. Le nsimu iyakwamukela I-markdown ekhanyisiwe', + 'login_remote_user_text' => 'Remote User login options', + 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', + 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', + 'login_common_disabled_text' => 'Disable other authentication mechanisms', + 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working', + 'login_remote_user_custom_logout_url_text' => 'Custom logout URL', + 'login_remote_user_custom_logout_url_help' => 'If filled users will get redirected to this URL after the Session of SnipeIT is closed (Logout). This is usefull to close the user sessions of your Authenticationprovider correctly.', 'logo' => 'Ilogo', 'full_multiple_companies_support_help_text' => 'Ukukhawulela abasebenzisi (kufaka phakathi ama-admins) abelwe izinkampani kumpahla yenkampani yabo.', 'full_multiple_companies_support_text' => 'Ama-Multiple Companies Support Support', + 'show_in_model_list' => 'Show in Model Dropdowns', 'optional' => 'ukuzikhethela', 'per_page' => 'Imiphumela Ngayo Ikhasi', 'php' => 'I-PHP Version', @@ -102,7 +113,11 @@ return array( 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Izilungiselelo ze-Slack', 'slack_integration_help' => 'Ukuhlanganiswa kwe-Slack kuyindlela yokuzikhethela, kodwa ukuphela nesiteshi kuyadingeka uma ufisa ukuyisebenzisa. Ukuze ulungise ukuhlanganiswa kwe-Slack, kufanele uqale dale i-webhook engenayo kwi-akhawunti yakho ye-Slack.', + 'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', + 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'snipe_version' => 'Inguqulo ye-Snipe-IT', + 'support_footer' => 'Support Footer Links ', + 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'system' => 'Ulwazi lwesistimu', 'update' => 'Buyekeza izilungiselelo', 'value' => 'Inani', diff --git a/resources/lang/zu/admin/statuslabels/table.php b/resources/lang/zu/admin/statuslabels/table.php index 156c35c940..36a3ba0f69 100644 --- a/resources/lang/zu/admin/statuslabels/table.php +++ b/resources/lang/zu/admin/statuslabels/table.php @@ -5,6 +5,8 @@ return array( 'archived' => 'I-Archived', 'create' => 'Dala Ithebula Lesimo', 'color' => 'Umbala weshadi', + 'default_label' => 'Default Label', + 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.', 'deployable' => 'Iyasebenza', 'info' => 'Amalebula wesimo asetshenziselwa ukuchaza okuhlukahlukene ukuthi izimpahla zakho zingangena. Zingase zibe khona ukulungiswa, ukulahleka / ukwebiwa, njll. Ungakha amalebula wombuso amasha wezimpahla ezingasetshenziswa, ezilindile kanye nezinqolobane zomlando.', 'name' => 'Igama lesimo', diff --git a/resources/lang/zu/admin/users/general.php b/resources/lang/zu/admin/users/general.php index 2533eec401..0b841e7942 100644 --- a/resources/lang/zu/admin/users/general.php +++ b/resources/lang/zu/admin/users/general.php @@ -16,6 +16,7 @@ return array( 'restore_user' => 'Chofoza lapha ukuze ubuyisele.', 'last_login' => 'Ukungena ngemvume kokugcina', 'ldap_config_text' => 'Izilungiselelo zokuhlela ze-LDAP zitholakala Admin> Izilungiselelo. Indawo (okukhethwa kukho) ekhethiwe izobekwa kuwo wonke abasebenzisi abangenisiwe.', + 'print_assigned' => 'Print All Assigned', 'software_user' => 'Isofthiwe ihlolwe ku: igama', 'view_user' => 'Buka umsebenzisi: igama', 'usercsv' => 'Ifayela le-CSV', diff --git a/resources/lang/zu/general.php b/resources/lang/zu/general.php index f373accdd2..2b1b2b7005 100644 --- a/resources/lang/zu/general.php +++ b/resources/lang/zu/general.php @@ -70,6 +70,7 @@ 'department' => 'UMnyango', 'deployed' => 'Isusiwe', 'depreciation_report' => 'Umbiko Wokunciphisa', + 'details' => 'Details', 'download' => 'Landa', 'depreciation' => 'Ukunciphisa', 'editprofile' => 'Hlela iphrofayela yakho', @@ -79,9 +80,12 @@ 'email_domain_help' => 'Lokhu kusetshenziselwa ukhiqiza amakheli e-imeyili uma ungenisa', 'filastname_format' => 'Igama Lokuqala Lokuqala Lokuqala (jsmith@example.com)', 'firstname_lastname_format' => 'Igama Lokuqala Igama Lokugcina (jane.smith@example.com)', + 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', + 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'first' => 'Okokuqala', 'first_name' => 'Igama', 'first_name_format' => 'Igama Lokuqala (jane@example.com)', + 'files' => 'Files', 'file_name' => 'Ifayela', 'file_uploads' => 'Ukulayishwa kwamafayela', 'generate' => 'Qalisa', @@ -94,7 +98,7 @@ 'image' => 'Image', 'image_delete' => 'Susa isithombe', 'image_upload' => 'Layisha isithombe', - 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg.', + 'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'import' => 'Ngenisa', 'import-history' => 'Ngenisa Umlando', 'asset_maintenance' => 'Ukugcinwa Kwempahla', @@ -118,6 +122,7 @@ 'locations' => 'Izindawo', 'logout' => 'Phuma', 'lookup_by_tag' => 'Ukubheka nge-Tag Tag', + 'maintenances' => 'Maintenances', 'manufacturer' => 'Umkhiqizi', 'manufacturers' => 'Abakhiqizi', 'markdown' => 'Le nsimu ivumela i-I-markdown ekhanyisiwe.', @@ -171,8 +176,11 @@ 'select_company' => 'Khetha inkampani', 'select_asset' => 'Khetha Ifa', 'settings' => 'Izilungiselelo', + 'show_deleted' => 'Show Deleted', + 'show_current' => 'Show Current', 'sign_in' => 'Ngena ngemvume', 'signature' => 'Isiginesha', + 'skin' => 'Skin', 'some_features_disabled' => 'I-DEMO MODE: Ezinye izici zikhutshaziwe ngalokhu kufakwa futhi idatha kule nqubo izosetha kabusha nsuku zonke.', 'site_name' => 'Igama lesayithi', 'state' => 'Isimo',