Updated language strings

This commit is contained in:
snipe 2018-09-28 11:54:52 -07:00
parent 7a52477294
commit 3b21a19491
418 changed files with 5566 additions and 1460 deletions

View file

@ -5,8 +5,8 @@ return array(
'about_categories' => 'Kategorieë help jou om jou items te organiseer. Sommige voorbeeldkategorieë kan wees "Desktops", "Laptops", "Mobile Phones", "Tablets", ensovoorts, maar jy kan kategorieë gebruik wat vir jou sin maak.', 'about_categories' => 'Kategorieë help jou om jou items te organiseer. Sommige voorbeeldkategorieë kan wees "Desktops", "Laptops", "Mobile Phones", "Tablets", ensovoorts, maar jy kan kategorieë gebruik wat vir jou sin maak.',
'asset_categories' => 'Bate kategorieë', 'asset_categories' => 'Bate kategorieë',
'category_name' => 'Kategorie Naam', 'category_name' => 'Kategorie Naam',
'checkin_email' => 'Send email to user on checkin/checkout.', 'checkin_email' => 'Stuur e-pos aan gebruiker by aanmelding/afmelding.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.', 'checkin_email_notification' => 'Hierdie gebruiker sal \'n e-pos gestuur word by aanmelding/afmelding.',
'clone' => 'Klone Kategorie', 'clone' => 'Klone Kategorie',
'create' => 'Skep Kategorie', 'create' => 'Skep Kategorie',
'edit' => 'Wysig Kategorie', 'edit' => 'Wysig Kategorie',

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'logo', 'logo' => 'logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT-weergawe', 'snipe_version' => 'Snipe-IT-weergawe',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Stelselinligting', 'system' => 'Stelselinligting',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Jou wagwoord skakel is gestuur!', 'sent' => 'Jou wagwoord skakel is gestuur!',
'user' => 'Daardie gebruiker bestaan nie of het \'n e-pos adres geassosieer nie', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -85,9 +85,11 @@ return array(
'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', '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_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_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_text' => 'عنوان صفحة مخصص لتسجيل الخروج',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'شعار', 'logo' => 'شعار',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.', 'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.',
'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة', 'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,8 +123,8 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'قنص-إيت الإصدار', 'snipe_version' => 'قنص-إيت الإصدار',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'رقم الاصدار في التذييل ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'معلومات النظام', 'system' => 'معلومات النظام',
'update' => 'إعدادات التحديث', 'update' => 'إعدادات التحديث',
@ -135,7 +137,7 @@ return array(
'next_auto_tag_base' => 'الزيادة التلقائية التالية', 'next_auto_tag_base' => 'الزيادة التلقائية التالية',
'page_padding' => 'هوامش الصفحة (بوصة)', 'page_padding' => 'هوامش الصفحة (بوصة)',
'privacy_policy_link' => 'Link to Privacy Policy', 'privacy_policy_link' => 'Link to Privacy Policy',
'privacy_policy' => 'Privacy Policy', 'privacy_policy' => 'سياسة الخصوصية',
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ', 'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
'purge' => 'تطهير السجلات المحذوفة', 'purge' => 'تطهير السجلات المحذوفة',
'labels_display_bgutter' => 'الجزء السفلي للتسمية', 'labels_display_bgutter' => 'الجزء السفلي للتسمية',
@ -180,6 +182,6 @@ return array(
'vertical' => 'عمودي', 'vertical' => 'عمودي',
'horizontal' => 'أفقي', 'horizontal' => 'أفقي',
'unique_serial' => 'Unique serial numbers', 'unique_serial' => 'Unique serial numbers',
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', 'unique_serial_help_text' => 'تحديد المربع سيؤدي الى فرض سياسة التفرد على الرقم التسلسلي للمتلكات',
'zerofill_count' => 'طول ترميز الأصل، بما في ذلك تعبئة الاصفار', 'zerofill_count' => 'طول ترميز الأصل، بما في ذلك تعبئة الاصفار',
); );

View file

@ -5,7 +5,7 @@ return array(
'archived' => 'مؤرشف', 'archived' => 'مؤرشف',
'create' => 'إنشاء تسمية الحالة', 'create' => 'إنشاء تسمية الحالة',
'color' => 'لون الرسم البياني', 'color' => 'لون الرسم البياني',
'default_label' => '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.', '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' => 'يتم استخدام تسميات الحالة لوصف الحالات المحتملة للأصول التابعة لك. قد تكون قيد الصيانة أو ضمن المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تسميات حالة جديدة للأصول القابلة للتوزيع وقيد الانتظار والمؤرشفة.', 'info' => 'يتم استخدام تسميات الحالة لوصف الحالات المحتملة للأصول التابعة لك. قد تكون قيد الصيانة أو ضمن المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تسميات حالة جديدة للأصول القابلة للتوزيع وقيد الانتظار والمؤرشفة.',

View file

@ -2,7 +2,7 @@
return array( return array(
'activated_help_text' => 'This user can login', 'activated_help_text' => 'هذا المستخدم تسجيل الدخول',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
'assets_user' => 'الأصول التي تم اخراجها إلى :name', 'assets_user' => 'الأصول التي تم اخراجها إلى :name',
'bulk_update_warn' => 'أنت على وشك تعديل خصائص :user_count من المستخدمين. يرجى ملاحظة أنه لا يمكنك تغيير سمات المستخدم الخاصة بك باستخدام هذا النموذج، ويجب إجراء تعديلات على المستخدم الخاص بك بشكل على حدة.', 'bulk_update_warn' => 'أنت على وشك تعديل خصائص :user_count من المستخدمين. يرجى ملاحظة أنه لا يمكنك تغيير سمات المستخدم الخاصة بك باستخدام هذا النموذج، ويجب إجراء تعديلات على المستخدم الخاص بك بشكل على حدة.',

View file

@ -12,5 +12,5 @@ return array(
'submit' => 'إرسال', 'submit' => 'إرسال',
'upload' => 'رفع', 'upload' => 'رفع',
'select_file' => 'حدد ملف ...', 'select_file' => 'حدد ملف ...',
'select_files' => 'Select Files...', 'select_files' => 'إختيار ملف...',
); );

View file

@ -39,9 +39,9 @@
'checkin' => 'تسجيل', 'checkin' => 'تسجيل',
'checkin_from' => 'تحقق من', 'checkin_from' => 'تحقق من',
'checkout' => 'ترجيع', 'checkout' => 'ترجيع',
'checkouts_count' => 'Checkouts', 'checkouts_count' => 'الخارج',
'checkins_count' => 'Checkins', 'checkins_count' => 'المٌدخل',
'user_requests_count' => 'Requests', 'user_requests_count' => 'الطلبات',
'city' => 'المدينة', 'city' => 'المدينة',
'click_here' => 'انقر هنا', 'click_here' => 'انقر هنا',
'clear_selection' => 'مسح التحديد', 'clear_selection' => 'مسح التحديد',
@ -68,14 +68,14 @@
'debug_warning' => 'تحذير!', 'debug_warning' => 'تحذير!',
'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.', 'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.',
'delete' => 'حذف', 'delete' => 'حذف',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'هل أنت متأكد من حذف :المنتج؟',
'deleted' => 'تم حذفها', 'deleted' => 'تم حذفها',
'delete_seats' => 'المقاعد المحذوفة', 'delete_seats' => 'المقاعد المحذوفة',
'departments' => 'الإدارات', 'departments' => 'الإدارات',
'department' => ' قسم، أقسام', 'department' => ' قسم، أقسام',
'deployed' => 'مُوزعة', 'deployed' => 'مُوزعة',
'depreciation_report' => 'تقرير الإستهلاك', 'depreciation_report' => 'تقرير الإستهلاك',
'details' => 'Details', 'details' => 'التفاصيل',
'download' => 'تحميل', 'download' => 'تحميل',
'depreciation' => 'الإستهلاك', 'depreciation' => 'الإستهلاك',
'editprofile' => 'تعديل الملف الشخصي', 'editprofile' => 'تعديل الملف الشخصي',
@ -85,12 +85,12 @@
'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد',
'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)', 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', 'firstname_lastname_underscore_format' => 'الاسم الأول الاسم الأخير (jane_smith@example.com)',
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'lastnamefirstinitial_format' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
'first' => 'الأول', 'first' => 'الأول',
'first_name' => 'الإسم الأول', 'first_name' => 'الإسم الأول',
'first_name_format' => 'الاسم الأول (jane@example.com)', 'first_name_format' => 'الاسم الأول (jane@example.com)',
'files' => 'Files', 'files' => 'الملفات',
'file_name' => 'ملف', 'file_name' => 'ملف',
'file_uploads' => 'تحميلات الملفات', 'file_uploads' => 'تحميلات الملفات',
'generate' => 'توفير', 'generate' => 'توفير',
@ -103,7 +103,7 @@
'image' => 'صورة', 'image' => 'صورة',
'image_delete' => 'حذف الصورة', 'image_delete' => 'حذف الصورة',
'image_upload' => 'رفع صورة', 'image_upload' => 'رفع صورة',
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'image_filetypes_help' => 'أنواع الملفات المقبولة هي jpg و png و gif و svg. الحد الأقصى لحجم التحميل المسموح به هو: الحجم.',
'import' => 'استيراد', 'import' => 'استيراد',
'import-history' => 'استيراد الأرشيف', 'import-history' => 'استيراد الأرشيف',
'asset_maintenance' => 'صيانة الأصول', 'asset_maintenance' => 'صيانة الأصول',
@ -127,7 +127,7 @@
'locations' => 'المواقع', 'locations' => 'المواقع',
'logout' => 'تسجيل خروج', 'logout' => 'تسجيل خروج',
'lookup_by_tag' => 'البحث عن طريق ترميز الأصل', 'lookup_by_tag' => 'البحث عن طريق ترميز الأصل',
'maintenances' => 'Maintenances', 'maintenances' => 'الصيانة',
'manufacturer' => 'الشركة المصنعة', 'manufacturer' => 'الشركة المصنعة',
'manufacturers' => 'الشركات المصنعة', 'manufacturers' => 'الشركات المصنعة',
'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.', 'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.',
@ -162,7 +162,7 @@
'recent_activity' => 'آخر نشاط', 'recent_activity' => 'آخر نشاط',
'remove_company' => 'إزالة جمعية الشركة', 'remove_company' => 'إزالة جمعية الشركة',
'reports' => 'التقارير', 'reports' => 'التقارير',
'restored' => 'restored', 'restored' => 'المعاد',
'requested' => 'طلب', 'requested' => 'طلب',
'request_canceled' => 'تم إلغاء الطلب', 'request_canceled' => 'تم إلغاء الطلب',
'save' => 'حفظ', 'save' => 'حفظ',
@ -181,11 +181,11 @@
'select_company' => 'حدد الشركة', 'select_company' => 'حدد الشركة',
'select_asset' => 'حدد مادة العرض', 'select_asset' => 'حدد مادة العرض',
'settings' => 'الإعدادات', 'settings' => 'الإعدادات',
'show_deleted' => 'Show Deleted', 'show_deleted' => 'إظهار المحذوف',
'show_current' => 'Show Current', 'show_current' => 'اظهار الحالي',
'sign_in' => 'تسجيل الدخول', 'sign_in' => 'تسجيل الدخول',
'signature' => 'التوقيع', 'signature' => 'التوقيع',
'skin' => 'Skin', 'skin' => 'المظهر',
'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.', 'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.',
'site_name' => 'إسم الموقع', 'site_name' => 'إسم الموقع',
'state' => 'المنطقة / الولاية', 'state' => 'المنطقة / الولاية',
@ -206,7 +206,7 @@
'unknown_admin' => 'إداري غير معروف', 'unknown_admin' => 'إداري غير معروف',
'username_format' => 'تنسيق اسم المستخدم', 'username_format' => 'تنسيق اسم المستخدم',
'update' => 'تحديث', 'update' => 'تحديث',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.', 'upload_filetypes_help' => 'أنواع الملفات المسموح بها هي png و gif و jpg و jpeg و doc و docx و pdf و xls و txt و lic و zip و rar. الحد الأقصى لحجم التحميل المسموح به هو: الحجم.',
'uploaded' => 'تم تحميلها', 'uploaded' => 'تم تحميلها',
'user' => 'المستخدم', 'user' => 'المستخدم',
'accepted' => 'قبلت', 'accepted' => 'قبلت',

View file

@ -21,7 +21,7 @@ return array(
'Confirm_Asset_Checkin' => 'تأكيد فحص الأصول.', 'Confirm_Asset_Checkin' => 'تأكيد فحص الأصول.',
'Confirm_Accessory_Checkin' => 'تأكيد الإيداع المساعد.', 'Confirm_Accessory_Checkin' => 'تأكيد الإيداع المساعد.',
'Confirm_accessory_delivery' => 'تأكيد التسليم التبعي.', 'Confirm_accessory_delivery' => 'تأكيد التسليم التبعي.',
'Confirm_license_delivery' => 'Confirm license delivery.', 'Confirm_license_delivery' => 'تأكيد تسليم الرخصة.',
'Confirm_asset_delivery' => 'تأكيد تسليم الأصول.', 'Confirm_asset_delivery' => 'تأكيد تسليم الأصول.',
'Confirm_consumable_delivery' => 'تأكيد التسليم المستهلكة.', 'Confirm_consumable_delivery' => 'تأكيد التسليم المستهلكة.',
'current_QTY' => 'الكمية الحالية', 'current_QTY' => 'الكمية الحالية',
@ -52,7 +52,7 @@ return array(
'requested' => 'تم الطلب:', 'requested' => 'تم الطلب:',
'reset_link' => 'رابط إعادة تعيين كلمة المرور', 'reset_link' => 'رابط إعادة تعيين كلمة المرور',
'reset_password' => 'انقر هنا لإعادة تعيين كلمة المرور:', 'reset_password' => 'انقر هنا لإعادة تعيين كلمة المرور:',
'serial' => 'Serial', 'serial' => 'الرقم التسلسلي',
'supplier' => 'المورد', 'supplier' => 'المورد',
'tag' => 'الترميز', 'tag' => 'الترميز',
'test_email' => 'اختبار البريد الإلكتروني من قنص-تكنولوجيا المعلومات', 'test_email' => 'اختبار البريد الإلكتروني من قنص-تكنولوجيا المعلومات',
@ -63,8 +63,8 @@ return array(
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
'to_reset' => 'لإعادة تعيين كلمة مرور على :web، رجاءا أكمل هذا النموذج:', 'to_reset' => 'لإعادة تعيين كلمة مرور على :web، رجاءا أكمل هذا النموذج:',
'type' => 'اكتب', 'type' => 'اكتب',
'user' => 'User', 'user' => 'المستخدم',
'username' => 'Username', 'username' => 'اسم المستخدم',
'welcome' => 'مرحباً :name', 'welcome' => 'مرحباً :name',
'welcome_to' => 'مرحبا بكم في :web!', 'welcome_to' => 'مرحبا بكم في :web!',
'your_credentials' => 'أوراق اعتماد قنص-إيت الخاص بك', 'your_credentials' => 'أوراق اعتماد قنص-إيت الخاص بك',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'تم إرسال رابط كلمة المرور الخاصة بك!', 'sent' => 'تم إرسال رابط كلمة المرور الخاصة بك!',
'user' => 'هذا المستخدم غير موجود أو ليس لديه عنوان بريد إلكتروني مرتبط', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Персонализиран адрес за изход', 'login_remote_user_custom_logout_url_text' => 'Персонализиран адрес за изход',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Лого', 'logo' => 'Лого',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.', 'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
'full_multiple_companies_support_text' => 'Поддръжка на множество компании', 'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
'show_in_model_list' => 'Показване в падащите менюта на моделите', 'show_in_model_list' => 'Показване в падащите менюта на моделите',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Линк към вашата парола бе изпратен!', 'sent' => 'Линк към вашата парола бе изпратен!',
'user' => 'Този потребител не съществува или няма свързан email адрес', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -5,8 +5,8 @@ return array(
'about_categories' => 'Kategorie usnadňují organizovat majetek. Takovou kategorii může být např. &quot;Desktopy&quot;, &quot;Notebooky&quot;, &quot;Mobilní telefony&quot;, &quot;Tablety&quot;, apod., ale můžete použít kategorie jakýmkoli způsobem.', 'about_categories' => 'Kategorie usnadňují organizovat majetek. Takovou kategorii může být např. &quot;Desktopy&quot;, &quot;Notebooky&quot;, &quot;Mobilní telefony&quot;, &quot;Tablety&quot;, apod., ale můžete použít kategorie jakýmkoli způsobem.',
'asset_categories' => 'Kategorie majetku', 'asset_categories' => 'Kategorie majetku',
'category_name' => 'Jméno kategorie', 'category_name' => 'Jméno kategorie',
'checkin_email' => 'Send email to user on checkin/checkout.', 'checkin_email' => 'Při naskladnění/vyskladnění poslat uživateli e-mail.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.', 'checkin_email_notification' => 'Tomuto uživateli bude poslán e-mail při naskladnění/vyskladnění.',
'clone' => 'Klonovat Kategorii', 'clone' => 'Klonovat Kategorii',
'create' => 'Vytvořit kategorii', 'create' => 'Vytvořit kategorii',
'edit' => 'Upravit Kategorii', 'edit' => 'Upravit Kategorii',

View file

@ -28,5 +28,5 @@ return array(
'create_fieldset' => 'Nová sada', 'create_fieldset' => 'Nová sada',
'create_field' => 'Nové vlastní pole', 'create_field' => 'Nové vlastní pole',
'value_encrypted' => 'Hodnota tohoto pole je zašifrována v databázi. Pouze administrátoři budou moci zobrazit dešifrovanou hodnotu', 'value_encrypted' => 'Hodnota tohoto pole je zašifrována v databázi. Pouze administrátoři budou moci zobrazit dešifrovanou hodnotu',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.', 'show_in_email' => 'Zahrnout hodnotu této kolonky do e-mailu o vyskladnění pro uživatele? Šifrované kolonky nemohou být součástí e-mailů.',
); );

View file

@ -5,7 +5,7 @@ return array(
'about_assets_text' => 'Majetky jsou položky sledované sériovým číslem nebo značkou. Mají tendenci mít vyšší hodnotou, tam kde je důležitá identifikace určité položky.', 'about_assets_text' => 'Majetky jsou položky sledované sériovým číslem nebo značkou. Mají tendenci mít vyšší hodnotou, tam kde je důležitá identifikace určité položky.',
'archived' => 'Archivováno', 'archived' => 'Archivováno',
'asset' => 'Majetek', 'asset' => 'Majetek',
'bulk_checkout' => 'Checkout Assets', 'bulk_checkout' => 'Vyskladnit majetek',
'checkin' => 'Převzít majetek', 'checkin' => 'Převzít majetek',
'checkout' => 'Pokladní majetek', 'checkout' => 'Pokladní majetek',
'clone' => 'Klonovat majetek', 'clone' => 'Klonovat majetek',

View file

@ -16,8 +16,8 @@ return array(
), ),
'restore' => array( 'restore' => array(
'error' => 'Manufacturer was not restored, please try again', 'error' => 'Výrobce nebyl obnoven, zkuste to znovu',
'success' => 'Manufacturer restored successfully.' 'success' => 'Výrobce úspěšně obnoven.'
), ),
'delete' => array( 'delete' => array(

View file

@ -4,9 +4,9 @@ return array(
'about_models_title' => 'O modelech majetku', 'about_models_title' => 'O modelech majetku',
'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.', 'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.',
'deleted' => 'Model byl vymazán. <a href="/hardware/models/:model_id/restore">Klikněte sem pro jeho obnovení</a>.', 'deleted' => 'Model byl vymazán. <a href="/hardware/models/:model_id/restore">Klikněte sem pro jeho obnovení</a>.',
'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete' => 'Hromadné mazání modelů majetku',
'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_help' => 'Pomocí zaškrtávacích kolonek potvrďte smazání označených modelů majetku. Modely majetku, ke kterým je přiřazen majetek nemohou být smazány dokud jim přiřazený majetek nebude přeřazen k jinému modulu.',
'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'bulk_delete_warn' => 'Chystáte se smazat :model_count asset models.',
'restore' => 'Obnovení Modelu', 'restore' => 'Obnovení Modelu',
'requestable' => 'Uživatelé můžou požádat o tento model', 'requestable' => 'Uživatelé můžou požádat o tento model',
'show_mac_address' => 'Zobrazovat pole MAC adresa u zařízení tohoto druhu', 'show_mac_address' => 'Zobrazovat pole MAC adresa u zařízení tohoto druhu',
@ -14,5 +14,5 @@ return array(
'view_models' => 'Zobrazit Modely', 'view_models' => 'Zobrazit Modely',
'fieldset' => 'Sada polí', 'fieldset' => 'Sada polí',
'no_custom_field' => 'Bez vlastních polí', 'no_custom_field' => 'Bez vlastních polí',
'add_default_values' => 'Add default values', 'add_default_values' => 'Přidat výchozí hodnoty',
); );

View file

@ -34,9 +34,9 @@ return array(
), ),
'bulkdelete' => array( 'bulkdelete' => array(
'error' => 'No models were selected, so nothing was deleted.', 'error' => 'Nebyly vybrány žádné modely, takže nebylo nic smazáno.',
'success' => ':success_count model(s) deleted!', 'success' => ':success_count modelů smazáno!',
'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 modelů smazáno, ale :fail_count nebylo možné smazat protože pořád mají přiřazený majetek.'
), ),
); );

View file

@ -4,7 +4,7 @@ return array(
'ad' => 'Active Directory', 'ad' => 'Active Directory',
'ad_domain' => 'Doména služby Active Directory', 'ad_domain' => 'Doména služby Active Directory',
'ad_domain_help' => 'Toto je někdy stejné jako vaše emailová doména, ale ne vždy.', 'ad_domain_help' => 'Toto je někdy stejné jako vaše emailová doména, ale ne vždy.',
'admin_cc_email' => 'CC Email', 'admin_cc_email' => 'Ve skryté kopii',
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
'is_ad' => 'Toto je server služby Active Directory', 'is_ad' => 'Toto je server služby Active Directory',
'alert_email' => 'Zasílat upozornění na', 'alert_email' => 'Zasílat upozornění na',
@ -25,7 +25,7 @@ return array(
'confirm_purge_help' => 'Do rámečku níže zadejte text "DELETE", čímž odstraníte odstraněné záznamy. Tuto akci nelze vrátit zpět.', 'confirm_purge_help' => 'Do rámečku níže zadejte text "DELETE", čímž odstraníte odstraněné záznamy. Tuto akci nelze vrátit zpět.',
'custom_css' => 'Vlastní CSS', 'custom_css' => 'Vlastní CSS',
'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte &lt;style&gt;&lt;/style&gt; tagy.', 'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte &lt;style&gt;&lt;/style&gt; tagy.',
'custom_forgot_pass_url' => 'Custom Password Reset URL', 'custom_forgot_pass_url' => 'Uživatelem určená URL adresa pro resetování hesla',
'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.', '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' => 'Hlášení na nástěnce', 'dashboard_message' => 'Hlášení na nástěnce',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
@ -42,7 +42,7 @@ return array(
'alt_barcode_type' => 'Typ 1D čárového kódu', 'alt_barcode_type' => 'Typ 1D čárového kódu',
'eula_settings' => 'Nastavení EULA', 'eula_settings' => 'Nastavení EULA',
'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.', 'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.',
'footer_text' => 'Additional Footer Text ', 'footer_text' => 'Další text do zápatí ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.', 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
'general_settings' => 'Obecné nastavení', 'general_settings' => 'Obecné nastavení',
'generate_backup' => 'Vytvořit zálohu', 'generate_backup' => 'Vytvořit zálohu',
@ -52,7 +52,7 @@ return array(
'ldap_enabled' => 'LDAP povoleno', 'ldap_enabled' => 'LDAP povoleno',
'ldap_integration' => 'LDAP integrace', 'ldap_integration' => 'LDAP integrace',
'ldap_settings' => 'Nastavení LDAP', 'ldap_settings' => 'Nastavení 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_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.',
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_server' => 'LDAP server', 'ldap_server' => 'LDAP server',
'ldap_server_help' => 'Toto by mělo začít s ldap: // (pro nešifrované nebo TLS) nebo ldaps: // (pro SSL)', 'ldap_server_help' => 'Toto by mělo začít s ldap: // (pro nešifrované nebo TLS) nebo ldaps: // (pro SSL)',
@ -80,17 +80,19 @@ return array(
'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.', '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' => '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavedmarkdown</a>', '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavedmarkdown</a>',
'login_remote_user_text' => 'Remote User login options', 'login_remote_user_text' => 'Volby vzdáleného přihlašování uživatele',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', 'login_remote_user_enabled_text' => 'Zapnout přihlašování s hlavičkou vzdálený uživatel',
'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"', 'login_remote_user_enabled_help' => 'Tato volba zapne ověřování prostřednictvím hlavičky REMOTE_USER v souladu s „ommon Gateway Interface (norma rfc3875)“',
'login_common_disabled_text' => 'Disable other authentication mechanisms', 'login_common_disabled_text' => 'Vypnout ostatní způsoby ověřování',
'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_common_disabled_help' => 'Tato volba vypne ostatní způsoby ověřování. Použijte ji pouze pokud jste si jistí, že už funguje přihlašování REMOTE_USER',
'login_remote_user_custom_logout_url_text' => 'Uživatelsky určená URL adresa odhlašování', 'login_remote_user_custom_logout_url_text' => 'Uživatelsky určená URL adresa odhlašování',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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í', 'full_multiple_companies_support_text' => 'Plná podpora více společností',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Zobrazit v rozbalovacích nabídkách modelu',
'optional' => 'volitelný', 'optional' => 'volitelný',
'per_page' => 'Výsledků na stránku', 'per_page' => 'Výsledků na stránku',
'php' => 'Verze PHP', 'php' => 'Verze PHP',
@ -108,22 +110,22 @@ return array(
'settings' => 'Nastavení', 'settings' => 'Nastavení',
'show_alerts_in_menu' => 'Zobrazovat upozornění v horní nabídce', 'show_alerts_in_menu' => 'Zobrazovat upozornění v horní nabídce',
'show_archived_in_list' => 'Archivovaný majetek', 'show_archived_in_list' => 'Archivovaný majetek',
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing', 'show_archived_in_list_text' => 'Zobrazit archivovaný majetek ve výpisu „veškerý majetek“',
'show_images_in_email' => 'Show images in emails', 'show_images_in_email' => 'Zobrazovat obrázky v e-mailech',
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.', 'show_images_in_email_help' => 'Zrušte zaškrtnutí této kolonky, pokud je instalace Snipe-IT za VPN nebo uzavřenou sítí a uživatelé mimo síť nebudou moci do svých e-mailů načíst obrázky z této instalace.',
'site_name' => 'Název stránky', 'site_name' => 'Název stránky',
'slack_botname' => 'Slack Botname', 'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack kanál', 'slack_channel' => 'Slack kanál',
'slack_endpoint' => 'Slack koncový bod', 'slack_endpoint' => 'Slack koncový bod',
'slack_integration' => 'Nastavení Slack', '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 <a href=":slack_link" target="_new"> ytvořte příchozí webhook</a> na vašem Slack účtu.', '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 <a href=":slack_link" target="_new"> ytvořte příchozí webhook</a> na vašem Slack účtu.',
'slack_integration_help_button' => 'Once you have saved your Slack information, a test button will appear.', 'slack_integration_help_button' => 'Po uložení informací ke Slack se zobrazí tlačítko pro vyzkoušení.',
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Verze Snipe-IT', 'snipe_version' => 'Verze Snipe-IT',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Odkazy v zápatí na podporu ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Verze v zápatí ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Určete kdo uvidí verzi Snipe-IT a číslo sestavení.',
'system' => 'Systémové informace', 'system' => 'Systémové informace',
'update' => 'Upravit nastavení', 'update' => 'Upravit nastavení',
'value' => 'Hodnota', 'value' => 'Hodnota',
@ -134,9 +136,9 @@ return array(
'label_dimensions' => 'Rozměry štítku (palce)', 'label_dimensions' => 'Rozměry štítku (palce)',
'next_auto_tag_base' => 'Další auto přírůstek', 'next_auto_tag_base' => 'Další auto přírůstek',
'page_padding' => 'Okraje stránky (palce)', 'page_padding' => 'Okraje stránky (palce)',
'privacy_policy_link' => 'Link to Privacy Policy', 'privacy_policy_link' => 'Odkaz na zásady osobních údajů',
'privacy_policy' => 'Privacy Policy', 'privacy_policy' => 'Zásady ochrany soukromí',
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ', 'privacy_policy_link_help' => 'Pokud je zde zahrnuta URL adresa, odkaz na zásady ochrany osobních údajů budou obsaženy do zápatí aplikace a pokud bude zahrnuto ve všech e-mailech, které systém odešle, díky čemuž bude odpovídat požadavkům předpisu GDPR. ',
'purge' => 'Vyčištění odstraněných záznamů', 'purge' => 'Vyčištění odstraněných záznamů',
'labels_display_bgutter' => 'Spodní okraj štítku', 'labels_display_bgutter' => 'Spodní okraj štítku',
'labels_display_sgutter' => 'Boční okraj štítku', 'labels_display_sgutter' => 'Boční okraj štítku',
@ -179,7 +181,7 @@ return array(
'bottom' => 'dole', 'bottom' => 'dole',
'vertical' => 'svislé', 'vertical' => 'svislé',
'horizontal' => 'vodorovné', 'horizontal' => 'vodorovné',
'unique_serial' => 'Unique serial numbers', 'unique_serial' => 'Neopakující se sériová čísla',
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', 'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
'zerofill_count' => 'Délka značek majetku včetně zerofill', 'zerofill_count' => 'Délka značek majetku včetně zerofill',
); );

View file

@ -2,7 +2,7 @@
return array( return array(
'activated_help_text' => 'This user can login', 'activated_help_text' => 'Tento uživatel se může přihlásit',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
'assets_user' => 'Majetky přiřazené :name', 'assets_user' => 'Majetky přiřazené :name',
'bulk_update_warn' => 'Chystáte se upravit vlastnosti :user_count uživatelů. Nezapomeňte, že pomocí tohoto formuláře nemůžete změnit vlastní atributy uživatele a musíte provádět vlastní úpravy individuálně.', 'bulk_update_warn' => 'Chystáte se upravit vlastnosti :user_count uživatelů. Nezapomeňte, že pomocí tohoto formuláře nemůžete změnit vlastní atributy uživatele a musíte provádět vlastní úpravy individuálně.',

View file

@ -12,5 +12,5 @@ return array(
'submit' => 'Odeslat', 'submit' => 'Odeslat',
'upload' => 'Nahrát', 'upload' => 'Nahrát',
'select_file' => 'Vybrat soubor...', 'select_file' => 'Vybrat soubor...',
'select_files' => 'Select Files...', 'select_files' => 'Vybrat soubory…',
); );

View file

@ -9,7 +9,7 @@
'activity_report' => 'Report aktivity', 'activity_report' => 'Report aktivity',
'address' => 'Adresa', 'address' => 'Adresa',
'admin' => 'Admin', 'admin' => 'Admin',
'administrator' => 'Administrator', 'administrator' => 'Správce',
'add_seats' => 'Přidaná licenční místa', 'add_seats' => 'Přidaná licenční místa',
'all_assets' => 'Všechna zařízení', 'all_assets' => 'Všechna zařízení',
'all' => 'Vše', 'all' => 'Vše',
@ -39,9 +39,9 @@
'checkin' => 'Příjem', 'checkin' => 'Příjem',
'checkin_from' => 'Převzít od', 'checkin_from' => 'Převzít od',
'checkout' => 'Výdej', 'checkout' => 'Výdej',
'checkouts_count' => 'Checkouts', 'checkouts_count' => 'Vyskladnění',
'checkins_count' => 'Checkins', 'checkins_count' => 'Naskladnění',
'user_requests_count' => 'Requests', 'user_requests_count' => 'Požadavky',
'city' => 'Město', 'city' => 'Město',
'click_here' => 'Klikněte zde', 'click_here' => 'Klikněte zde',
'clear_selection' => 'Vyprázdnit výběr', 'clear_selection' => 'Vyprázdnit výběr',
@ -68,7 +68,7 @@
'debug_warning' => 'Varování!', 'debug_warning' => 'Varování!',
'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty <code>APP_DEBUG</code> v souboru <code>.env</code> na <code>false</code>.', 'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty <code>APP_DEBUG</code> v souboru <code>.env</code> na <code>false</code>.',
'delete' => 'Odstranit', 'delete' => 'Odstranit',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Opravdu chcete smazat :item?',
'deleted' => 'Odstraněno', 'deleted' => 'Odstraněno',
'delete_seats' => 'Vymazaná licenční místa', 'delete_seats' => 'Vymazaná licenční místa',
'departments' => 'Oddělení', 'departments' => 'Oddělení',
@ -85,8 +85,8 @@
'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu', 'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu',
'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)', 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)', 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', 'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)',
'first' => 'První', 'first' => 'První',
'first_name' => 'Jméno', 'first_name' => 'Jméno',
'first_name_format' => 'Jméno (jane@example.com)', 'first_name_format' => 'Jméno (jane@example.com)',
@ -94,16 +94,16 @@
'file_name' => 'Soubor', 'file_name' => 'Soubor',
'file_uploads' => 'Nahrání souboru', 'file_uploads' => 'Nahrání souboru',
'generate' => 'Vytvořit', 'generate' => 'Vytvořit',
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'github_markdown' => 'V kolonce je možné použít <a href="https://help.github.com/articles/github-flavored-markdown/">Github variantu markdown</a>.',
'groups' => 'Skupiny', 'groups' => 'Skupiny',
'gravatar_email' => 'Emailová adresa Gravatar', 'gravatar_email' => 'Emailová adresa Gravatar',
'history' => 'Historie', 'history' => 'Historie',
'history_for' => 'Historie uživatele', 'history_for' => 'Historie uživatele',
'id' => 'ID', 'id' => 'ID',
'image' => 'Image', 'image' => 'Obrázek',
'image_delete' => 'Smazat obrázek', 'image_delete' => 'Smazat obrázek',
'image_upload' => 'Nahrát obrázek', 'image_upload' => 'Nahrát obrázek',
'image_filetypes_help' => 'Accepted filetypes are jpg, png, gif, and svg. Max upload size allowed is :size.', 'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.',
'import' => 'Import', 'import' => 'Import',
'import-history' => 'Historie importu', 'import-history' => 'Historie importu',
'asset_maintenance' => 'Údržba zařízení', 'asset_maintenance' => 'Údržba zařízení',
@ -127,7 +127,7 @@
'locations' => 'Umístění', 'locations' => 'Umístění',
'logout' => 'Odhlásit', 'logout' => 'Odhlásit',
'lookup_by_tag' => 'Vyhledávání podle značky majetku', 'lookup_by_tag' => 'Vyhledávání podle značky majetku',
'maintenances' => 'Maintenances', 'maintenances' => 'Údržby',
'manufacturer' => 'Výrobce', 'manufacturer' => 'Výrobce',
'manufacturers' => 'Výrobci', 'manufacturers' => 'Výrobci',
'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
@ -162,7 +162,7 @@
'recent_activity' => 'Nedávná aktivita', 'recent_activity' => 'Nedávná aktivita',
'remove_company' => 'Odstraňte sdružení společnosti', 'remove_company' => 'Odstraňte sdružení společnosti',
'reports' => 'Reporty', 'reports' => 'Reporty',
'restored' => 'restored', 'restored' => 'obnoveno',
'requested' => 'Požadováno', 'requested' => 'Požadováno',
'request_canceled' => 'Žádost zrušena', 'request_canceled' => 'Žádost zrušena',
'save' => 'Uložit', 'save' => 'Uložit',
@ -182,10 +182,10 @@
'select_asset' => 'Zvolte majetek', 'select_asset' => 'Zvolte majetek',
'settings' => 'Nastavení', 'settings' => 'Nastavení',
'show_deleted' => 'Zobrazit smazané', 'show_deleted' => 'Zobrazit smazané',
'show_current' => 'Show Current', 'show_current' => 'Zobrazit aktuální',
'sign_in' => 'Přihlásit se', 'sign_in' => 'Přihlásit se',
'signature' => 'Podpis', 'signature' => 'Podpis',
'skin' => 'Skin', 'skin' => 'Vzhled',
'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.', 'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.',
'site_name' => 'Název lokality', 'site_name' => 'Název lokality',
'state' => 'Stát', 'state' => 'Stát',
@ -206,7 +206,7 @@
'unknown_admin' => 'Neznámy správce', 'unknown_admin' => 'Neznámy správce',
'username_format' => 'Formát uživatelského jména', 'username_format' => 'Formát uživatelského jména',
'update' => 'Aktualizace', 'update' => 'Aktualizace',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.', 'upload_filetypes_help' => 'Podporované typy souborů jsou png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, a rar. Velikost může být nejvýše :size.',
'uploaded' => 'Nahráno', 'uploaded' => 'Nahráno',
'user' => 'Uživatel', 'user' => 'Uživatel',
'accepted' => 'přijato', 'accepted' => 'přijato',

View file

@ -21,7 +21,7 @@ return array(
'Confirm_Asset_Checkin' => 'Potvrďte převzetí majetku.', 'Confirm_Asset_Checkin' => 'Potvrďte převzetí majetku.',
'Confirm_Accessory_Checkin' => 'Potvrďte převzetí příslušenství.', 'Confirm_Accessory_Checkin' => 'Potvrďte převzetí příslušenství.',
'Confirm_accessory_delivery' => 'Potvrďte dodání příslušenství.', 'Confirm_accessory_delivery' => 'Potvrďte dodání příslušenství.',
'Confirm_license_delivery' => 'Confirm license delivery.', 'Confirm_license_delivery' => 'Potvrdit dodání licence.',
'Confirm_asset_delivery' => 'Potvrďte dodání produktu.', 'Confirm_asset_delivery' => 'Potvrďte dodání produktu.',
'Confirm_consumable_delivery' => 'Potvrďte dodání spotřebního zboží.', 'Confirm_consumable_delivery' => 'Potvrďte dodání spotřebního zboží.',
'current_QTY' => 'Aktuální množství', 'current_QTY' => 'Aktuální množství',
@ -52,19 +52,19 @@ return array(
'requested' => 'Zažádáno:', 'requested' => 'Zažádáno:',
'reset_link' => 'Váš odkaz pro resetování hesla', 'reset_link' => 'Váš odkaz pro resetování hesla',
'reset_password' => 'Pro zresetování vašeho hesla klikněte na odkaz:', 'reset_password' => 'Pro zresetování vašeho hesla klikněte na odkaz:',
'serial' => 'Serial', 'serial' => 'Sériové číslo',
'supplier' => 'Dodavatelé', 'supplier' => 'Dodavatelé',
'tag' => 'Značka', 'tag' => 'Značka',
'test_email' => 'Testovací email od Snipe-IT', 'test_email' => 'Testovací email od Snipe-IT',
'test_mail_text' => 'Toto je test ze systému Snipe-IT Asset Management System. Pokud jste ho dostali, email funguje :)', 'test_mail_text' => 'Toto je test ze systému Snipe-IT Asset Management System. Pokud jste ho dostali, email funguje :)',
'the_following_item' => 'Následující položka byla převzata: ', 'the_following_item' => 'Následující položka byla převzata: ',
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', 'low_inventory_alert' => 'Je zde :count položka která je pod minimálním stavem nebo brzy bude.|Jsou zde :count položky které jsou pod minimálním stavem nebo brzy budou.',
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', 'assets_warrantee_alert' => 'Je zde :count majetek se zárukou končící v následujících :threshold dnech.|Jsou zde :count majetky se zárukou končící v následujících :threshold dnech.',
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'Je zde :count licence, které končí platnost v příštích :threshold dnech.|Jsou zde :count licence, kterým končí platnost v příštích :threshold dnech.',
'to_reset' => 'Pro resetování vašeho hesla vyplňte tento formulář:', 'to_reset' => 'Pro resetování vašeho hesla vyplňte tento formulář:',
'type' => 'Typ', 'type' => 'Typ',
'user' => 'User', 'user' => 'Uživatel',
'username' => 'Username', 'username' => 'Uživatelské jméno',
'welcome' => 'Vítej uživateli :name', 'welcome' => 'Vítej uživateli :name',
'welcome_to' => 'Vítejte na :web!', 'welcome_to' => 'Vítejte na :web!',
'your_credentials' => 'Vaše pověření Snipe-IT', 'your_credentials' => 'Vaše pověření Snipe-IT',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Váš odkaz s heslem byl odeslán!', 'sent' => 'Váš odkaz s heslem byl odeslán!',
'user' => 'Tento uživatel neexistuje nebo nemá přidruženou e-mailovou adresu', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -67,7 +67,7 @@ return array(
'not_in' => 'Zvolený :attribute je neplatný.', 'not_in' => 'Zvolený :attribute je neplatný.',
'numeric' => ':attribute musí být číslo.', 'numeric' => ':attribute musí být číslo.',
'present' => 'Pole atributu musí být přítomno.', 'present' => 'Pole atributu musí být přítomno.',
'valid_regex' => 'That is not a valid regex. ', 'valid_regex' => 'Toto není platný regulární výraz. ',
'regex' => 'Formát :attribute je neplatný.', 'regex' => 'Formát :attribute je neplatný.',
'required' => 'Pole :attribute je požadováno.', 'required' => 'Pole :attribute je požadováno.',
'required_if' => 'Položka :attribute je vyžadována, když :other je :value.', 'required_if' => 'Položka :attribute je vyžadována, když :other je :value.',
@ -88,7 +88,7 @@ return array(
'unique' => ':attribute byl již vybrán.', 'unique' => ':attribute byl již vybrán.',
'uploaded' => 'Atribut: se nepodařilo nahrát.', 'uploaded' => 'Atribut: se nepodařilo nahrát.',
'url' => 'Formát :attribute je neplatný.', 'url' => 'Formát :attribute je neplatný.',
"unique_undeleted" => "The :attribute must be unique.", "unique_undeleted" => "Je třeba, aby se :attribute neopakoval.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -5,8 +5,8 @@ return array(
'about_categories' => 'Kategorier hjælper dig med at organisere dine varer. Nogle eksempler kan være &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot; osv., Men du kan bruge kategorier på nogen måde, der giver mening for dig.', 'about_categories' => 'Kategorier hjælper dig med at organisere dine varer. Nogle eksempler kan være &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot; osv., Men du kan bruge kategorier på nogen måde, der giver mening for dig.',
'asset_categories' => 'Aktiver Kategorier', 'asset_categories' => 'Aktiver Kategorier',
'category_name' => 'Kategorinavn', 'category_name' => 'Kategorinavn',
'checkin_email' => 'Send email to user on checkin/checkout.', 'checkin_email' => 'Send e-mail til bruger ved tjek ind/ud.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.', 'checkin_email_notification' => 'Denne bruger tilsendes en e-mail ved tjek ind/ud.',
'clone' => 'Klon Kategori', 'clone' => 'Klon Kategori',
'create' => 'Opret kategori', 'create' => 'Opret kategori',
'edit' => 'Rediger Kategori', 'edit' => 'Rediger Kategori',

View file

@ -20,7 +20,7 @@ return array(
'field_element_short' => 'Element', 'field_element_short' => 'Element',
'field_format' => 'Format', 'field_format' => 'Format',
'field_custom_format' => 'Brugerdefineret Format', 'field_custom_format' => 'Brugerdefineret 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 <code>regex:/^[0-9]{15}$/</code>.', 'field_custom_format_help' => 'Dette felt muliggør anvendelse af et regex-udtryk til validering. Det skal starte med "regex:" - for f.eks. at validere, at en tilpasset feltværdi indeholder et gyldig IMEI (15 numeriske cifre), vil du skulle benytte <code>regex:/^[0-9]{15}$/</code>.',
'required' => 'Påkrævet', 'required' => 'Påkrævet',
'req' => 'Req.', 'req' => 'Req.',
'used_by_models' => 'Bruges af modeller', 'used_by_models' => 'Bruges af modeller',
@ -28,5 +28,5 @@ return array(
'create_fieldset' => 'Nyt Feltsæt', 'create_fieldset' => 'Nyt Feltsæt',
'create_field' => 'Nyt Brugerdefinerede Felt', 'create_field' => 'Nyt Brugerdefinerede Felt',
'value_encrypted' => 'Værdien af dette felt er krypteret i databasen. Kun admins vil være i stand til at se den krypteret værdi', 'value_encrypted' => 'Værdien af dette felt er krypteret i databasen. Kun admins vil være i stand til at se den krypteret værdi',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.', 'show_in_email' => 'Inkludér værdien af dette felt i tjekud-e-mail til brugeren? Krypterede felter kan ikke medtages i e-mails.',
); );

View file

@ -38,7 +38,7 @@ return array(
'tag' => 'Aktiv mærkat', 'tag' => 'Aktiv mærkat',
'update' => 'Aktiv Opdatering', 'update' => 'Aktiv Opdatering',
'warranty' => 'Garanti', 'warranty' => 'Garanti',
'warranty_expires' => 'Warranty Expires', 'warranty_expires' => 'Garantiudløb',
'years' => 'år', 'years' => 'år',
) )
; ;

View file

@ -5,7 +5,7 @@ return array(
'about_assets_text' => 'Aktiver er poster sporet af serienummer eller aktiv tag. De har tendens til at være højere værdi elementer, hvor identifikation af en bestemt genstand betyder noget.', 'about_assets_text' => 'Aktiver er poster sporet af serienummer eller aktiv tag. De har tendens til at være højere værdi elementer, hvor identifikation af en bestemt genstand betyder noget.',
'archived' => 'arkiverede', 'archived' => 'arkiverede',
'asset' => 'Asset', 'asset' => 'Asset',
'bulk_checkout' => 'Checkout Assets', 'bulk_checkout' => 'Udtjek aktiv',
'checkin' => 'Checkin Asset', 'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset', 'checkout' => 'Checkout Asset',
'clone' => 'Klonaktiver', 'clone' => 'Klonaktiver',

View file

@ -62,7 +62,7 @@ return array(
'success' => 'Asset tjekket ud med succes.', 'success' => 'Asset tjekket ud med succes.',
'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.', 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.',
'not_available' => 'Det aktiv er ikke tilgængeligt for kassen!', 'not_available' => 'Det aktiv er ikke tilgængeligt for kassen!',
'no_assets_selected' => 'You must select at least one asset from the list' 'no_assets_selected' => 'Du skal vælge mindst ét aktiv fra listen'
), ),
'checkin' => array( 'checkin' => array(

View file

@ -4,8 +4,8 @@ return array(
'does_not_exist' => 'Licens eksistere ikke.', 'does_not_exist' => 'Licens eksistere ikke.',
'user_does_not_exist' => 'Bruger eksisterer ikke.', 'user_does_not_exist' => 'Bruger eksisterer ikke.',
'asset_does_not_exist' => 'Det aktiv, du forsøger at forbinde med denne licens, findes ikke.', 'asset_does_not_exist' => 'Aktivet, du forsøger at associere med denne licens, findes ikke.',
'owner_doesnt_match_asset' => 'Det aktiv, du forsøger at associere med denne licens, ejes af andre som den person, der er valgt i den tildelte til dropdown.', 'owner_doesnt_match_asset' => 'Aktivet, du forsøger at associere med denne licens, ejes af en anden end den person, der er valgt i Tildelt-rullemenuen.',
'assoc_users' => 'Denne licens er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller venligst licensen først, og prøv derefter at slette igen.', 'assoc_users' => 'Denne licens er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller venligst licensen først, og prøv derefter at slette igen.',
'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.', 'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.',

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Begrænsning af brugere (herunder admins) tildelt virksomheder til deres virksomheds aktiver.', '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', 'full_multiple_companies_support_text' => 'Fuld flere virksomheder support',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT version',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Systemoplysninger', 'system' => 'Systemoplysninger',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Dit adgangskode link er blevet sendt!', 'sent' => 'Dit adgangskode link er blevet sendt!',
'user' => 'Brugeren findes ikke eller har ikke nogen email-adresse tilknyttet', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -86,8 +86,10 @@ return array(
'login_common_disabled_text' => 'Deaktiviere andere Authentifizierungsmethoden', 'login_common_disabled_text' => 'Deaktiviere andere Authentifizierungsmethoden',
'login_common_disabled_help' => 'Diese Option deaktiviert andere Authentifizierungsmethoden. Aktivieren Sie diese Option nur, wenn Sie sich sicher sind, dass REMOTE_USER Login bereits funktioniert', 'login_common_disabled_help' => 'Diese Option deaktiviert andere Authentifizierungsmethoden. Aktivieren Sie diese Option nur, wenn Sie sich sicher sind, dass REMOTE_USER Login bereits funktioniert',
'login_remote_user_custom_logout_url_text' => 'Benutzerdefinierte Abmelde-URL', 'login_remote_user_custom_logout_url_text' => 'Benutzerdefinierte Abmelde-URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'Sofern hier eine URL angegeben ist, werden Benutzer automatisch zu dieser URL weitergeleitet, nachdem der Benutzer sich aus Snipe-IT ausloggt. Dies ist nützlich, um die Benutzersitzung Ihres Authentifizierungsproviders korrekt zu beenden.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen',
'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen', 'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen',
@ -122,8 +124,8 @@ return array(
'snipe_version' => 'Snipe-IT Version', 'snipe_version' => 'Snipe-IT Version',
'support_footer' => 'Fußzeile Support-Link ', 'support_footer' => 'Fußzeile Support-Link ',
'support_footer_help' => 'Geben Sie an, wer die Links zum Snipe-IT Support-Info und Benutzerhandbuch sieht', 'support_footer_help' => 'Geben Sie an, wer die Links zum Snipe-IT Support-Info und Benutzerhandbuch sieht',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in in der Fußzeile ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Spezifiert, wer die Version und Build-Nummer von Snipe-IT angezeigt bekommt.',
'system' => 'Systeminformationen', 'system' => 'Systeminformationen',
'update' => 'Einstellungen übernehmen', 'update' => 'Einstellungen übernehmen',
'value' => 'Wert', 'value' => 'Wert',
@ -179,7 +181,7 @@ return array(
'bottom' => 'Unten', 'bottom' => 'Unten',
'vertical' => 'Vertikal', 'vertical' => 'Vertikal',
'horizontal' => 'Horizontal', 'horizontal' => 'Horizontal',
'unique_serial' => 'Unique serial numbers', 'unique_serial' => 'Eindeutige Seriennummern',
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', 'unique_serial_help_text' => 'Wenn dieses Kontrollkästchen aktiviert wird, müssen Seriennummern von Assets eindeutig sein',
'zerofill_count' => 'Länge der Asset Tags, inklusive zerofill', 'zerofill_count' => 'Länge der Asset Tags, inklusive zerofill',
); );

View file

@ -2,8 +2,8 @@
return array( return array(
'activated_help_text' => 'This user can login', 'activated_help_text' => 'Der Nutzer kann sich einloggen',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', 'activated_disabled_help_text' => 'Sie können den Aktiverungsstatus für Ihren eigenen Account nicht ändern.',
'assets_user' => 'Assets zugewiesen an :name', 'assets_user' => 'Assets zugewiesen an :name',
'bulk_update_warn' => 'Sie sind dabei, die Eigenschaften von :user_count Benutzern zu bearbeiten. Bitte beachten Sie, dass Sie Ihre eigenen Benutzerattribute nicht über dieses Formular ändern können. Sie müssen Ihren eigenen Benutzer einzeln bearbeiten.', 'bulk_update_warn' => 'Sie sind dabei, die Eigenschaften von :user_count Benutzern zu bearbeiten. Bitte beachten Sie, dass Sie Ihre eigenen Benutzerattribute nicht über dieses Formular ändern können. Sie müssen Ihren eigenen Benutzer einzeln bearbeiten.',
'bulk_update_help' => 'Hier können mehrere Benutzer gleichzeitig bearbeitet werden. Nur Felder ausfüllen, welche geändert werden sollen. Leere Felder werden nicht geändert.', 'bulk_update_help' => 'Hier können mehrere Benutzer gleichzeitig bearbeitet werden. Nur Felder ausfüllen, welche geändert werden sollen. Leere Felder werden nicht geändert.',

View file

@ -206,7 +206,7 @@
'unknown_admin' => 'Unbekannter Administrator', 'unknown_admin' => 'Unbekannter Administrator',
'username_format' => 'Format der Benutzernamen', 'username_format' => 'Format der Benutzernamen',
'update' => 'Aktualisieren', 'update' => 'Aktualisieren',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.', 'upload_filetypes_help' => 'Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, und rar. Maximale Uploadgröße beträgt:size.',
'uploaded' => 'Hochgeladen', 'uploaded' => 'Hochgeladen',
'user' => 'Benutzer', 'user' => 'Benutzer',
'accepted' => 'angenommen', 'accepted' => 'angenommen',

View file

@ -58,9 +58,9 @@ return array(
'test_email' => 'Test E-Mail von Snipe-IT', 'test_email' => 'Test E-Mail von Snipe-IT',
'test_mail_text' => 'Dies ist ein Test von Snipe-IT-Asset-Management-System. Wenn Sie das erhalten haben, funktioniert das Senden von Mails :)', 'test_mail_text' => 'Dies ist ein Test von Snipe-IT-Asset-Management-System. Wenn Sie das erhalten haben, funktioniert das Senden von Mails :)',
'the_following_item' => 'Der folgende Gegenstand wurde eingecheckt: ', 'the_following_item' => 'Der folgende Gegenstand wurde eingecheckt: ',
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', 'low_inventory_alert' => 'Es gibt :count Artikel, der unter dem Minimum ist oder kurz davor ist.|Es gibt :count Artikel, die unter dem Minimum sind oder kurz davor sind.',
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', 'assets_warrantee_alert' => 'Es gibt :count Asset mit einer auslaufenden Garantie in den nächsten :threshold Tagen.| Es gibt :count Asset mit auslaufenden Garantien in den nächsten :threshold Tagen.',
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'Es gibt :count auslaufende Lizenz in den nächsten :threshold Tagen.|Es gibt :count auslaufende Lizenzen in den nächsten :threshold Tagen.',
'to_reset' => 'Zum Zurücksetzen Ihres :web Passwortes, füllen Sie bitte dieses Formular aus:', 'to_reset' => 'Zum Zurücksetzen Ihres :web Passwortes, füllen Sie bitte dieses Formular aus:',
'type' => 'Typ', 'type' => 'Typ',
'user' => 'Benutzer', 'user' => 'Benutzer',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Ihr Link wurde verschickt!', 'sent' => 'Ihr Link wurde verschickt!',
'user' => 'Dieser Benutzer existiert nicht oder hat keine E-Mail Adresse angegeben', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Λογότυπο', 'logo' => 'Λογότυπο',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.', 'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.',
'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών', 'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-It έκδοση', 'snipe_version' => 'Snipe-It έκδοση',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Πληροφορίες συστήματος', 'system' => 'Πληροφορίες συστήματος',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Ο σύνδεσμος κωδικού πρόσβασης σας έχει σταλεί!', 'sent' => 'Ο σύνδεσμος κωδικού πρόσβασης σας έχει σταλεί!',
'user' => 'Αυτός ο χρήστης δεν υπάρχει ή δεν έχει συσχετιστεί με διεύθυνση ηλεκτρονικού ταχυδρομείου', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -86,8 +86,10 @@ return array(
'login_common_disabled_text' => 'Disable other authentication mechanisms', '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_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_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will be redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', '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', 'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -123,7 +125,7 @@ return array(
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who can see the Snipe-IT version and build number.',
'system' => 'System Information', 'system' => 'System Information',
'update' => 'Update Settings', 'update' => 'Update Settings',
'value' => 'Value', 'value' => 'Value',
@ -180,6 +182,6 @@ return array(
'vertical' => 'vertical', 'vertical' => 'vertical',
'horizontal' => 'horizontal', 'horizontal' => 'horizontal',
'unique_serial' => 'Unique serial numbers', 'unique_serial' => 'Unique serial numbers',
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials', 'unique_serial_help_text' => 'Ticking this box will enforce a uniqueness constraint on asset serial numbers',
'zerofill_count' => 'Length of asset tags, including zerofill', 'zerofill_count' => 'Length of asset tags, including zerofill',
); );

View file

@ -60,7 +60,7 @@ return array(
'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', '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: ', 'the_following_item' => 'The following item has been checked in: ',
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
'to_reset' => 'To reset your :web password, complete this form:', 'to_reset' => 'To reset your :web password, complete this form:',
'type' => 'Type', 'type' => 'Type',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Your password link has been sent!', 'sent' => 'Your password link has been sent!',
'user' => 'That user does not exist or does not have an email address associated', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.', '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', 'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan',
'show_in_model_list' => 'Tunjukkan di Model dalam urutan ke bawah', 'show_in_model_list' => 'Tunjukkan di Model dalam urutan ke bawah',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Tautan kata sandi anda sudah dikirim!', 'sent' => 'Tautan kata sandi anda sudah dikirim!',
'user' => 'Pengguna tidak ada atau tidak mempunyai alamat surel yang terkait', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado', 'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', '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_text' => 'Soporte completo múltiple de compañías',
'show_in_model_list' => 'Mostrar en Desplegado de Modelos', 'show_in_model_list' => 'Mostrar en Desplegado de Modelos',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'El link de la contraseña ha sido enviada!', 'sent' => 'El link de la contraseña ha sido enviada!',
'user' => 'El usuario no existe o no tiene un email asociado', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado', 'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', '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_text' => 'Soporte completo múltiple de compañías',
'show_in_model_list' => 'Mostrar en Desplegado de Modelos', 'show_in_model_list' => 'Mostrar en Desplegado de Modelos',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'El link de la contraseña ha sido enviada!', 'sent' => 'El link de la contraseña ha sido enviada!',
'user' => 'El usuario no existe o no tiene un email asociado', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado', 'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', '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_text' => 'Soporte completo múltiple de compañías',
'show_in_model_list' => 'Mostrar en Desplegado de Modelos', 'show_in_model_list' => 'Mostrar en Desplegado de Modelos',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'El link de la contraseña ha sido enviada!', 'sent' => 'El link de la contraseña ha sido enviada!',
'user' => 'El usuario no existe o no tiene un email asociado', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado', 'login_remote_user_custom_logout_url_text' => 'URL de cierre de sesión personalizado',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Soporte Completo de Múltiples Compañías',
'show_in_model_list' => 'Mostrar en Modelos Desplegados', 'show_in_model_list' => 'Mostrar en Modelos Desplegados',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => '¡El enlace de tu contraseña ha sido enviado!', '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', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Kasutajate (sh administraatorite) piiramine, mis on määratud firmadele ettevõtte varadele.', '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', 'full_multiple_companies_support_text' => 'Terve mitu ettevõtete toetust',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT versioon', 'snipe_version' => 'Snipe-IT versioon',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Süsteemi informatsioon', 'system' => 'Süsteemi informatsioon',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Sinu paroolilink on saadetud!', 'sent' => 'Sinu paroolilink on saadetud!',
'user' => 'Sellist kasutajat ei ole või ei ole tal seotud e-maili aadressi', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -89,6 +89,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'لوگو', 'logo' => 'لوگو',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.', 'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.',
'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل', 'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -122,7 +124,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'نسخه Snipe_IT', 'snipe_version' => 'نسخه Snipe_IT',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'اطلاعات سیستم', 'system' => 'اطلاعات سیستم',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'لینک رمز عبور شما ارسال شده است!', 'sent' => 'لینک رمز عبور شما ارسال شده است!',
'user' => 'کاربر وجود ندارد و یا یک آدرس ایمیل مرتبط ندارد ', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Käyttäjien (myös ylläpitäjien) rajoittaminen yrityksille varattavaksi yrityksen omiin varoihin.', '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', 'full_multiple_companies_support_text' => 'Täysi monikansallisten yritysten tuki',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT versio', 'snipe_version' => 'Snipe-IT versio',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Järjestelmän Tiedot', 'system' => 'Järjestelmän Tiedot',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Salasanasi linkki on lähetetty!', 'sent' => 'Salasanasi linkki on lähetetty!',
'user' => 'Tätä käyttäjää ei ole tai sillä ei ole sähköpostiosoitetta', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Ang Logo', 'logo' => 'Ang Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Ang Buong Suporta sa Maramihang Kompanya',
'show_in_model_list' => 'Ipakita sa Modelo ng mga Dropdowns', 'show_in_model_list' => 'Ipakita sa Modelo ng mga Dropdowns',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Nai-send na ang link ng iyong password!', 'sent' => 'Nai-send na ang link ng iyong password!',
'user' => 'Ang user na iyon ay hindi umiiral o walang naiugnay na email address', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -28,5 +28,5 @@ return array(
'create_fieldset' => 'Nouveau Fieldset', 'create_fieldset' => 'Nouveau Fieldset',
'create_field' => 'Nouveau champ personnalisé', 'create_field' => 'Nouveau champ personnalisé',
'value_encrypted' => 'La valeur de ce champ est chiffrée dans la base de donnée. Seuls les administrateurs seront capable de voir les données déchiffrées', 'value_encrypted' => 'La valeur de ce champ est chiffrée dans la base de donnée. Seuls les administrateurs seront capable de voir les données déchiffrées',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.', 'show_in_email' => 'Inclure la valeur de ce champ dans les e-mails envoyés à l\'utilisateur? Les champs cryptés ne peuvent pas être inclus dans les e-mails.',
); );

View file

@ -5,7 +5,7 @@ return array(
'about_assets_text' => 'Les actifs sont des éléments suivis par le numéro de série ou l\'étiquette de l\'actif. Ils ont tendance à être des éléments de valeur supérieure où l\'identification d\'un élément spécifique importe.', 'about_assets_text' => 'Les actifs sont des éléments suivis par le numéro de série ou l\'étiquette de l\'actif. Ils ont tendance à être des éléments de valeur supérieure où l\'identification d\'un élément spécifique importe.',
'archived' => 'Retiré', 'archived' => 'Retiré',
'asset' => 'Biens', 'asset' => 'Biens',
'bulk_checkout' => 'Checkout Assets', 'bulk_checkout' => 'Attribuer les actifs',
'checkin' => 'Retour des Biens', 'checkin' => 'Retour des Biens',
'checkout' => 'Commander l\'actif', 'checkout' => 'Commander l\'actif',
'clone' => 'Cloner le Bien', 'clone' => 'Cloner le Bien',

View file

@ -4,9 +4,9 @@ return array(
'about_models_title' => 'A propos des modèles actifs', 'about_models_title' => 'A propos des modèles actifs',
'about_models_text' => 'Les modèles actifs sont une façon de regrouper les actifs identiques. « MBP 2013", « IPhone 6 s », etc.', 'about_models_text' => 'Les modèles actifs sont une façon de regrouper les actifs identiques. « MBP 2013", « IPhone 6 s », etc.',
'deleted' => 'Ce modèle a été détruit. <a href="/hardware/models/:model_id/restore">Cliquez ici pour le restaurer</a>.', 'deleted' => 'Ce modèle a été détruit. <a href="/hardware/models/:model_id/restore">Cliquez ici pour le restaurer</a>.',
'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete' => 'Suppression en masse des modèles d\'actifs',
'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_help' => 'Cochez la case ci-dessous pour confirmer la suppression des modèles d\'actifs sélectionnés. Les modèles d\'actifs associés à des actifs ne peuvent pas être supprimés tant que les actifs ne sont pas associés à un modèle différent.',
'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'bulk_delete_warn' => 'Vous êtes sur le points de suppimer :model_count modèles d\'actifs.',
'restore' => 'Restaurer le modèle', 'restore' => 'Restaurer le modèle',
'requestable' => 'Les utilisateurs peuvent demander ce modèle', 'requestable' => 'Les utilisateurs peuvent demander ce modèle',
'show_mac_address' => 'Afficher le champ pour l\'adresse MAC pour ce modèle d\'actif', 'show_mac_address' => 'Afficher le champ pour l\'adresse MAC pour ce modèle d\'actif',
@ -14,5 +14,5 @@ return array(
'view_models' => 'Voir les différents modèles', 'view_models' => 'Voir les différents modèles',
'fieldset' => 'Ensemble de champs', 'fieldset' => 'Ensemble de champs',
'no_custom_field' => 'Pas de champs personnalisés', 'no_custom_field' => 'Pas de champs personnalisés',
'add_default_values' => 'Add default values', 'add_default_values' => 'Ajouter des valeurs par défaut',
); );

View file

@ -25,9 +25,9 @@ return array(
'confirm_purge_help' => 'Entrer le texte "DELETE" dans la boite ci-dessous pour purger les enregistrements supprimés. Cette action est irréversible.', 'confirm_purge_help' => 'Entrer le texte "DELETE" dans la boite ci-dessous pour purger les enregistrements supprimés. Cette action est irréversible.',
'custom_css' => 'CSS personnalisé', 'custom_css' => 'CSS personnalisé',
'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises &lt;style&gt;&lt;/style&gt;.', 'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises &lt;style&gt;&lt;/style&gt;.',
'custom_forgot_pass_url' => 'Custom Password Reset URL', 'custom_forgot_pass_url' => 'URL personnalisé de réinitialisation du mot de passe',
'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.', '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' => 'Message du tableau de bord',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.', 'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
'default_currency' => 'Devise par défaut', 'default_currency' => 'Devise par défaut',
'default_eula_text' => 'Licence d\'utilisation par défaut', 'default_eula_text' => 'Licence d\'utilisation par défaut',
@ -42,7 +42,7 @@ return array(
'alt_barcode_type' => 'Type du code-barres 1D', 'alt_barcode_type' => 'Type du code-barres 1D',
'eula_settings' => 'Configuration pour les licences d\'utilisation', 'eula_settings' => 'Configuration pour les licences d\'utilisation',
'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des <a href="https://help.github.com/articles/github-flavored-markdown/">"Github flavored markdown"</a>.', 'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des <a href="https://help.github.com/articles/github-flavored-markdown/">"Github flavored markdown"</a>.',
'footer_text' => 'Additional Footer Text ', 'footer_text' => 'Texte supplémentaire en pied de page ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.', 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
'general_settings' => 'Configuration générale', 'general_settings' => 'Configuration générale',
'generate_backup' => 'Générer une sauvegarde', 'generate_backup' => 'Générer une sauvegarde',
@ -75,19 +75,21 @@ return array(
'ldap_active_flag' => 'Signal d\'activation LDAP', 'ldap_active_flag' => 'Signal d\'activation LDAP',
'ldap_emp_num' => 'Numéro d\'employé LDAP', 'ldap_emp_num' => 'Numéro d\'employé LDAP',
'ldap_email' => 'E-mail LDAP', 'ldap_email' => 'E-mail LDAP',
'license' => 'Software License', 'license' => 'Licence de logiciel',
'load_remote_text' => 'Scripts distants', 'load_remote_text' => 'Scripts distants',
'load_remote_help_text' => 'Cette installation Snipe-IT peut charger des scripts depuis le monde extérieur.', 'load_remote_help_text' => 'Cette installation Snipe-IT peut charger des scripts depuis le monde extérieur.',
'login_note' => 'Note de connexion', '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github aromatisé markdown</a>', '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github aromatisé markdown</a>',
'login_remote_user_text' => 'Remote User login options', 'login_remote_user_text' => 'Options de connexion de l\'utilisateur à distance',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', '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_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_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_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_text' => 'URL personnalisé de déconnexion',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Support complet des organisations multiples',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', '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', 'snipe_version' => 'Version de Snipe-IT',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Information du système', 'system' => 'Information du système',

View file

@ -5,7 +5,7 @@ return array(
'archived' => 'Retiré', 'archived' => 'Retiré',
'create' => 'Créé une étiquette de statut', 'create' => 'Créé une étiquette de statut',
'color' => 'Couleur du graphique', 'color' => 'Couleur du graphique',
'default_label' => 'Default Label', 'default_label' => 'Libellé par défaut',
'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.', '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', '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.', '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.',

View file

@ -2,8 +2,8 @@
return array( return array(
'activated_help_text' => 'This user can login', 'activated_help_text' => 'Cet utilisateur peut se connecter',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', 'activated_disabled_help_text' => 'Vous ne pouvez pas modifier l\'état de votre propre compte.',
'assets_user' => 'Actifs associés avec :name', 'assets_user' => 'Actifs associés avec :name',
'bulk_update_warn' => 'Vous êtes sur le point de modifier les propriétés de: user_count users. Veuillez noter que vous ne pouvez pas modifier vos propres attributs d\'utilisateur en utilisant ce formulaire et devez effectuer des modifications à votre propre utilisateur individuellement.', 'bulk_update_warn' => 'Vous êtes sur le point de modifier les propriétés de: user_count users. Veuillez noter que vous ne pouvez pas modifier vos propres attributs d\'utilisateur en utilisant ce formulaire et devez effectuer des modifications à votre propre utilisateur individuellement.',
'bulk_update_help' => 'Ce formulaire vous permet de mettre à jour plusieurs utilisateurs à la fois. Remplissez uniquement les champs que vous devez modifier. Tous les champs laissés vides resteront inchangés.', 'bulk_update_help' => 'Ce formulaire vous permet de mettre à jour plusieurs utilisateurs à la fois. Remplissez uniquement les champs que vous devez modifier. Tous les champs laissés vides resteront inchangés.',
@ -17,7 +17,7 @@ return array(
'restore_user' => 'Cliquez ici pour les restaurer.', 'restore_user' => 'Cliquez ici pour les restaurer.',
'last_login' => 'Dernière connexion', '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.', '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', 'print_assigned' => 'Imprimer tout ceux assignés',
'software_user' => 'Logiciels associés avec :name', 'software_user' => 'Logiciels associés avec :name',
'view_user' => 'Voir l\'utilisateur :name', 'view_user' => 'Voir l\'utilisateur :name',
'usercsv' => 'Fichier CSV', 'usercsv' => 'Fichier CSV',

View file

@ -41,7 +41,7 @@
'checkout' => 'Associer', 'checkout' => 'Associer',
'checkouts_count' => 'Checkouts', 'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins', 'checkins_count' => 'Checkins',
'user_requests_count' => 'Requests', 'user_requests_count' => 'Demandes',
'city' => 'Ville', 'city' => 'Ville',
'click_here' => 'Cliquez ici', 'click_here' => 'Cliquez ici',
'clear_selection' => 'Effacer la sélection', 'clear_selection' => 'Effacer la sélection',
@ -68,7 +68,7 @@
'debug_warning' => 'Attention !', 'debug_warning' => 'Attention !',
'debug_warning_text' => 'Cette application fonctionne en mode de production avec le débogage activé. Cela peut exposer des données sensibles si votre application est accessible au monde extérieur. Désactivez le mode de débogage en définissant la valeur <code> APP_DEBUG </ code> dans votre fichier <code> .env </ code> sur <code> false </ code>.', 'debug_warning_text' => 'Cette application fonctionne en mode de production avec le débogage activé. Cela peut exposer des données sensibles si votre application est accessible au monde extérieur. Désactivez le mode de débogage en définissant la valeur <code> APP_DEBUG </ code> dans votre fichier <code> .env </ code> sur <code> false </ code>.',
'delete' => 'Supprimer', 'delete' => 'Supprimer',
'delete_confirm' => 'Are you sure you wish to delete :item?', 'delete_confirm' => 'Êtes-vous certain de vouloir supprimer :item?',
'deleted' => 'Supprimé', 'deleted' => 'Supprimé',
'delete_seats' => 'Places supprimées', 'delete_seats' => 'Places supprimées',
'departments' => 'Départements', 'departments' => 'Départements',
@ -85,8 +85,8 @@
'email_domain_help' => 'C\'est utilisé pour générer des adresses e-mail lors de l\'importation', '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)', '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_format' => 'Prénom Nom de famille (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)', 'firstname_lastname_underscore_format' => 'Prénom Nom (jane_smith@example.com)',
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)', 'lastnamefirstinitial_format' => 'Nom de famille Première lettre du prénom (smithj@example.com)',
'first' => 'Premier', 'first' => 'Premier',
'first_name' => 'Prénom', 'first_name' => 'Prénom',
'first_name_format' => 'Prénom (jane@example.com)', 'first_name_format' => 'Prénom (jane@example.com)',
@ -162,7 +162,7 @@
'recent_activity' => 'Activité récente', 'recent_activity' => 'Activité récente',
'remove_company' => 'Retirer l\'association avec l\'organisation', 'remove_company' => 'Retirer l\'association avec l\'organisation',
'reports' => 'Rapports', 'reports' => 'Rapports',
'restored' => 'restored', 'restored' => 'restauré',
'requested' => 'Demandé', 'requested' => 'Demandé',
'request_canceled' => 'Demande annulée', 'request_canceled' => 'Demande annulée',
'save' => 'Sauvegarder', 'save' => 'Sauvegarder',
@ -181,7 +181,7 @@
'select_company' => 'Sélectionnez une compagnie', 'select_company' => 'Sélectionnez une compagnie',
'select_asset' => 'Choisir un bien', 'select_asset' => 'Choisir un bien',
'settings' => 'Préférences', 'settings' => 'Préférences',
'show_deleted' => 'Show Deleted', 'show_deleted' => 'Afficher supprimés',
'show_current' => 'Show Current', 'show_current' => 'Show Current',
'sign_in' => 'Connexion', 'sign_in' => 'Connexion',
'signature' => 'Signature', 'signature' => 'Signature',
@ -206,7 +206,7 @@
'unknown_admin' => 'Admin inconnu', 'unknown_admin' => 'Admin inconnu',
'username_format' => 'Format du nom d\'utilisateur', 'username_format' => 'Format du nom d\'utilisateur',
'update' => 'Actualiser', 'update' => 'Actualiser',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip, and rar. Max upload size allowed is :size.', 'upload_filetypes_help' => 'Les types de fichiers autorisés sont les suivants: png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip et rar. La taille maximale de téléchargement autorisée est de :size.',
'uploaded' => 'Téléversement réussi', 'uploaded' => 'Téléversement réussi',
'user' => 'Utilisateur', 'user' => 'Utilisateur',
'accepted' => 'validé', 'accepted' => 'validé',

View file

@ -21,7 +21,7 @@ return array(
'Confirm_Asset_Checkin' => 'Confirmer l\'association de l\'actif.', 'Confirm_Asset_Checkin' => 'Confirmer l\'association de l\'actif.',
'Confirm_Accessory_Checkin' => 'Confirmer l\'association de l\'accessoire.', 'Confirm_Accessory_Checkin' => 'Confirmer l\'association de l\'accessoire.',
'Confirm_accessory_delivery' => 'Confirmer la livraison de l\'accessoire.', 'Confirm_accessory_delivery' => 'Confirmer la livraison de l\'accessoire.',
'Confirm_license_delivery' => 'Confirm license delivery.', 'Confirm_license_delivery' => 'Confirmez la livraison de la licence.',
'Confirm_asset_delivery' => 'Confirmer la livraison de l\'actif.', 'Confirm_asset_delivery' => 'Confirmer la livraison de l\'actif.',
'Confirm_consumable_delivery' => 'Confirmer la livraison du consommable.', 'Confirm_consumable_delivery' => 'Confirmer la livraison du consommable.',
'current_QTY' => 'Quantité actuelle', 'current_QTY' => 'Quantité actuelle',
@ -52,7 +52,7 @@ return array(
'requested' => 'Demandé:', 'requested' => 'Demandé:',
'reset_link' => 'Votre lien pour réinitialiser le mot de passe', 'reset_link' => 'Votre lien pour réinitialiser le mot de passe',
'reset_password' => 'Cliquez ici pour réinitialiser votre mot de passe:', 'reset_password' => 'Cliquez ici pour réinitialiser votre mot de passe:',
'serial' => 'Serial', 'serial' => 'N° de série ',
'supplier' => 'Fournisseur', 'supplier' => 'Fournisseur',
'tag' => 'Étiquette', 'tag' => 'Étiquette',
'test_email' => 'Email test de Snipe-IT', 'test_email' => 'Email test de Snipe-IT',
@ -63,8 +63,8 @@ return array(
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
'to_reset' => 'Pour réinitialiser votre mot de passe :web, complétez ce formulaire:', 'to_reset' => 'Pour réinitialiser votre mot de passe :web, complétez ce formulaire:',
'type' => 'Type ', 'type' => 'Type ',
'user' => 'User', 'user' => 'Utilisateur',
'username' => 'Username', 'username' => 'Nom d\'utilisateur',
'welcome' => 'Bienvenue, :name', 'welcome' => 'Bienvenue, :name',
'welcome_to' => 'Bienvenue sur :web!', 'welcome_to' => 'Bienvenue sur :web!',
'your_credentials' => 'Vos identifiants Snipe-IT', 'your_credentials' => 'Vos identifiants Snipe-IT',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Le lien vers votre mot de passe a bien été envoyé!', 'sent' => 'Le lien vers votre mot de passe a bien été envoyé!',
'user' => 'Cet utilisateur n\'existe pas ou n\'a pas d\'adresse e-mail associée', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Tacaíocht Iomlána Iompórtálacha Iomlán',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT leagan', 'snipe_version' => 'Snipe-IT leagan',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'Eolas Córas', 'system' => 'Eolas Córas',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Cuireadh nasc do phasfhocal isteach!', 'sent' => 'Cuireadh nasc do phasfhocal isteach!',
'user' => 'Níl an t-úsáideoir sin ann nó nach bhfuil seoladh ríomhphoist bainteach leis', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Custom logout URL', 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'סֵמֶל', 'logo' => 'סֵמֶל',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.', 'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.',
'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות', 'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות',
'show_in_model_list' => 'Show in Model Dropdowns', 'show_in_model_list' => 'Show in Model Dropdowns',
@ -121,7 +123,7 @@ return array(
'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.', 'slack_test_help' => 'Test whether your Slack integration is configured correctly. YOU MUST SAVE YOUR UPDATED SLACK SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT גירסה', 'snipe_version' => 'Snipe-IT גירסה',
'support_footer' => 'Support Footer Links ', 'support_footer' => 'Support Footer Links ',
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual.', 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
'version_footer' => 'Version in Footer ', 'version_footer' => 'Version in Footer ',
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.', 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
'system' => 'מידע מערכת', 'system' => 'מידע מערכת',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'קישור הסיסמה שלך נשלח!', 'sent' => 'קישור הסיסמה שלך נשלח!',
'user' => 'משתמש זה אינו קיים או שאין לו כתובת אימייל', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Prilagođeni URL za odjavu', 'login_remote_user_custom_logout_url_text' => 'Prilagođeni URL za odjavu',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) koje tvrtke dodjeljuju imovini tvrtke.', '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', 'full_multiple_companies_support_text' => 'Potpuna podrška za više tvrtki',
'show_in_model_list' => 'Prikaži u padajućim modelima', 'show_in_model_list' => 'Prikaži u padajućim modelima',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Veza lozinke je poslana!', 'sent' => 'Veza lozinke je poslana!',
'user' => 'Taj korisnik ne postoji ili nema povezanu adresu e-pošte', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Egyéni kijelentkezési URL', 'login_remote_user_custom_logout_url_text' => 'Egyéni kijelentkezési URL',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'logo', 'logo' => 'logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'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_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', 'full_multiple_companies_support_text' => 'Teljes több vállalat támogatása',
'show_in_model_list' => 'Mutassa a modellek lenyíló listájában', 'show_in_model_list' => 'Mutassa a modellek lenyíló listájában',
@ -135,7 +137,7 @@ return array(
'next_auto_tag_base' => 'Következő automatikus növekmény', 'next_auto_tag_base' => 'Következő automatikus növekmény',
'page_padding' => 'Oldal margó (hüvelyk)', 'page_padding' => 'Oldal margó (hüvelyk)',
'privacy_policy_link' => 'Link to Privacy Policy', 'privacy_policy_link' => 'Link to Privacy Policy',
'privacy_policy' => 'Privacy Policy', 'privacy_policy' => 'Adatvédelmi nyilatkozat',
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ', 'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
'purge' => 'Törölje a törölt rekordokat', 'purge' => 'Törölje a törölt rekordokat',
'labels_display_bgutter' => 'Jelölje le az alsó csatornát', 'labels_display_bgutter' => 'Jelölje le az alsó csatornát',

View file

@ -9,7 +9,7 @@
'activity_report' => 'Tevékenység riport', 'activity_report' => 'Tevékenység riport',
'address' => 'Cím', 'address' => 'Cím',
'admin' => 'Admin', 'admin' => 'Admin',
'administrator' => 'Administrator', 'administrator' => 'Adminisztrátor',
'add_seats' => 'Hozzáadott ülések', 'add_seats' => 'Hozzáadott ülések',
'all_assets' => 'Összes eszköz', 'all_assets' => 'Összes eszköz',
'all' => 'Mind', 'all' => 'Mind',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'A jelszó linket elküldtük!', 'sent' => 'A jelszó linket elküldtük!',
'user' => 'A felhasználó nem létezik, vagy nincs hozzárendelt e-mail cím', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -88,6 +88,8 @@ return array(
'login_remote_user_custom_logout_url_text' => 'Penyesuaian URL logout', 'login_remote_user_custom_logout_url_text' => 'Penyesuaian URL logout',
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.', 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
'logo' => 'Logo', 'logo' => 'Logo',
'logo_print_assets' => 'Use in Print',
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.', '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', 'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan',
'show_in_model_list' => 'Tampilkan dalam Model Dropdown', 'show_in_model_list' => 'Tampilkan dalam Model Dropdown',

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'Tautan sandi Anda telah dikirim!', 'sent' => 'Tautan sandi Anda telah dikirim!',
'user' => 'User tersebut tidak terdaftar atau tidak memiliki alamat email terdaftar', 'user' => 'No matching active user found with that email.',
]; ];

View file

@ -0,0 +1,22 @@
<?php
return array(
'about_accessories_title' => 'Um aukabúnað',
'about_accessories_text' => 'Aukabúnaður er allur sá búnaður sem hefur ekki raðnúmer eða það sem þarf ekki að halda utan um. T.d. tölvumús eða lyklaborð.',
'accessory_category' => 'Flokkur aukabúnaðs',
'accessory_name' => 'Nafn aukabúnaðs',
'checkout' => 'Afgreiða aukabúnað',
'checkin' => 'Skrá inn aukabúnað',
'create' => 'Stofna aukabúnað',
'edit' => 'Breyta aukabúnaði',
'eula_text' => 'Flokkar fyrir notendaskilmála',
'eula_text_help' => 'Þessi reitur gerir þér kleift að sérsníða notendaskilmála fyrir ákveðinn búnað. Ef þú hefur aðeins einn notendaskilmála fyrir allan þinn búnað þá skaltu haka í reitinn fyrir neðan sem notar sömu skilmálana fyrir allann þann búnað.',
'require_acceptance' => 'Kerfjast þess að notendur samþykki viðtöku búnaðs í þessum flokki.',
'no_default_eula' => 'Fann enga sjálfgefna notendaskilmála. Vinsamlegast bættu þeim við í undir "Stillingar"',
'total' => 'Heildar',
'remaining' => 'Gagnslaust',
'update' => 'Uppfæra endabúnað',
'use_default_eula' => 'Notaðu frekar <a href="#" data-toggle="modal" data-target="#eulaModal">',
'use_default_eula_disabled' => '<del>Notaðu frekar sjálfgefna notendaskilmálana.</del>Sjálfgefnu notendaskilmálarnir eru ekki í notkun. Vinsamlegast bættu einhverjum notendaskilmálum við í undir "Stillingar"',
);

View file

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Þessi aukabúnaður er ekki til.',
'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.'
)
);

View file

@ -0,0 +1,11 @@
<?php
return array(
'dl_csv' => 'Download CSV',
'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'Acceptance',
'title' => 'Accessory Name',
);

View file

@ -0,0 +1,14 @@
<?php
return [
'asset_maintenance_type' => 'Maintenance Type',
'title' => 'Title',
'start_date' => 'Started',
'completion_date' => 'Completed',
'cost' => 'Cost',
'is_warranty' => 'Warranty Improvement',
'asset_maintenance_time' => 'Days',
'notes' => 'Notes',
'update' => 'Update',
'create' => 'Create'
];

View file

@ -0,0 +1,11 @@
<?php
return [
'asset_maintenances' => 'Asset Maintenances',
'edit' => 'Edit Asset Maintenance',
'delete' => 'Delete Asset Maintenance',
'view' => 'View Asset Maintenance Details',
'repair' => 'Repair',
'maintenance' => 'Maintenance',
'upgrade' => 'Upgrade'
];

View file

@ -0,0 +1,21 @@
<?php
return [
'not_found' => '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',
];

View file

@ -0,0 +1,8 @@
<?php
return [
'title' => 'Asset Maintenance',
'asset_name' => 'Asset Name',
'is_warranty' => 'Warranty',
'dl_csv' => 'Download CSV'
];

View file

@ -0,0 +1,24 @@
<?php
return array(
'about_categories_title' => 'About Categories',
'about_categories' => 'Categories help you organize your items. Some example categories might be &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, and so on, but you can use categories any way that makes sense for you.',
'asset_categories' => 'Asset Categories',
'category_name' => 'Category Name',
'checkin_email' => 'Send email to user on checkin/checkout.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
'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 <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
);

View file

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => '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.'
)
);

View file

@ -0,0 +1,10 @@
<?php
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Parent',
'require_acceptance' => 'Acceptance',
'title' => 'Asset Category Name',
);

View file

@ -0,0 +1,6 @@
<?php
return [
'about_companies_title' => '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',
];

View file

@ -0,0 +1,18 @@
<?php
return array(
'does_not_exist' => '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.'
)
);

View file

@ -0,0 +1,9 @@
<?php
return array(
'companies' => 'Companies',
'create' => 'Create Company',
'title' => 'Company',
'update' => 'Update Company',
'name' => 'Company Name',
'id' => 'ID',
);

View file

@ -0,0 +1,17 @@
<?php
return array(
'about_components_title' => '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',
);

View file

@ -0,0 +1,36 @@
<?php
return array(
'does_not_exist' => '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.'
)
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Component Name',
);

View file

@ -0,0 +1,13 @@
<?php
return array(
'about_consumables_title' => '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',
);

View file

@ -0,0 +1,36 @@
<?php
return array(
'does_not_exist' => '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.'
)
);

View file

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Consumable Name',
);

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