mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Updated translations
This commit is contained in:
parent
badc763c06
commit
97ea68b15c
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Bate is nie nagegaan nie, probeer asseblief weer',
|
'error' => 'Bate is nie nagegaan nie, probeer asseblief weer',
|
||||||
'success' => 'Die bate is suksesvol nagegaan.',
|
'success' => 'Die bate is suksesvol nagegaan.',
|
||||||
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
|
'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
|
||||||
'not_available' => 'Die bate is nie beskikbaar vir die kassa nie!'
|
'not_available' => 'Die bate is nie beskikbaar vir die kassa nie!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Tik die teks "DELETE" in die onderstaande blokkie om jou geskrapde rekords te verwyder. Hierdie handeling kan nie ongedaan gemaak word nie.',
|
'confirm_purge_help' => 'Tik die teks "DELETE" in die onderstaande blokkie om jou geskrapde rekords te verwyder. Hierdie handeling kan nie ongedaan gemaak word nie.',
|
||||||
'custom_css' => 'Aangepaste CSS',
|
'custom_css' => 'Aangepaste CSS',
|
||||||
'custom_css_help' => 'Voer enige aangepaste CSS-oortredings in wat u graag wil gebruik. Moenie die <style></style>-etikette insluit nie.',
|
'custom_css_help' => 'Voer enige aangepaste CSS-oortredings in wat u graag wil gebruik. Moenie die <style></style>-etikette insluit nie.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Verstek Geld',
|
'default_currency' => 'Verstek Geld',
|
||||||
'default_eula_text' => 'Standaard EULA',
|
'default_eula_text' => 'Standaard EULA',
|
||||||
'default_language' => 'Verstek taal',
|
'default_language' => 'Verstek taal',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP aangeskakel',
|
'ldap_enabled' => 'LDAP aangeskakel',
|
||||||
'ldap_integration' => 'LDAP-integrasie',
|
'ldap_integration' => 'LDAP-integrasie',
|
||||||
'ldap_settings' => 'LDAP-instellings',
|
'ldap_settings' => 'LDAP-instellings',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP-bediener',
|
'ldap_server' => 'LDAP-bediener',
|
||||||
'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)',
|
'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)',
|
||||||
'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering',
|
'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Verskaffer bestaan nie.',
|
'does_not_exist' => 'Verskaffer bestaan nie.',
|
||||||
'assoc_users' => 'Hierdie verskaffer is tans geassosieer met ten minste een model en kan nie uitgevee word nie. Dateer asseblief jou modelle op om nie langer hierdie verskaffer te verwys nie en probeer weer.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Verskaffer is nie geskep nie, probeer asseblief weer.',
|
'error' => 'Verskaffer is nie geskep nie, probeer asseblief weer.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Is jy seker jy wil hierdie verskaffer uitvee?',
|
'confirm' => 'Is jy seker jy wil hierdie verskaffer uitvee?',
|
||||||
'error' => 'Daar was \'n probleem met die verwydering van die verskaffer. Probeer asseblief weer.',
|
'error' => 'Daar was \'n probleem met die verwydering van die verskaffer. Probeer asseblief weer.',
|
||||||
'success' => 'Verskaffer is suksesvol verwyder.'
|
'success' => 'Verskaffer is suksesvol verwyder.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'bykomstighede',
|
'accessories' => 'bykomstighede',
|
||||||
'activated' => 'geaktiveer',
|
'activated' => 'geaktiveer',
|
||||||
'accessory' => 'Bykomstigheid',
|
'accessory' => 'Bykomstigheid',
|
||||||
'accessory_report' => 'Toebehoreverslag',
|
'accessory_report' => 'Toebehoreverslag',
|
||||||
'action' => 'aksie',
|
'action' => 'aksie',
|
||||||
'activity_report' => 'Aktiwiteitsverslag',
|
'activity_report' => 'Aktiwiteitsverslag',
|
||||||
'address' => 'adres',
|
'address' => 'adres',
|
||||||
'admin' => 'admin',
|
'admin' => 'admin',
|
||||||
'add_seats' => 'Bykomende sitplekke',
|
'add_seats' => 'Bykomende sitplekke',
|
||||||
'all_assets' => 'Alle bates',
|
'all_assets' => 'Alle bates',
|
||||||
'all' => 'Almal',
|
'all' => 'Almal',
|
||||||
'archived' => 'argief',
|
'archived' => 'argief',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Uitteken',
|
'checkout' => 'Uitteken',
|
||||||
'city' => 'Stad',
|
'city' => 'Stad',
|
||||||
'click_here' => 'Klik hier',
|
'click_here' => 'Klik hier',
|
||||||
'companies' => 'maatskappye',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'maatskappye',
|
||||||
'company' => 'maatskappy',
|
'company' => 'maatskappy',
|
||||||
'component' => 'komponent',
|
'component' => 'komponent',
|
||||||
'components' => 'komponente',
|
'components' => 'komponente',
|
||||||
'complete' => 'volledige',
|
'complete' => 'volledige',
|
||||||
'consumable' => 'verbruikbare',
|
'consumable' => 'verbruikbare',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Aangepaste bateverslag',
|
'custom_report' => 'Aangepaste bateverslag',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'days' => 'dae',
|
'days' => 'dae',
|
||||||
'days_to_next_audit' => 'Dae na Volgende Oudit',
|
'days_to_next_audit' => 'Dae na Volgende Oudit',
|
||||||
'date' => 'datum',
|
'date' => 'datum',
|
||||||
'debug_warning' => 'Waarskuwing!',
|
'debug_warning' => 'Waarskuwing!',
|
||||||
'debug_warning_text' => 'Hierdie program word uitgevoer in die produksiemodus met debugging aangeskakel. Dit kan sensitiewe data blootstel indien u aansoek vir die buitewêreld toeganklik is. Deaktiveer debug-modus deur die <code>APP_DEBUG</code>-waarde in jou <code>.env</code>-lêer te stel na <code>false</code>.',
|
'debug_warning_text' => 'Hierdie program word uitgevoer in die produksiemodus met debugging aangeskakel. Dit kan sensitiewe data blootstel indien u aansoek vir die buitewêreld toeganklik is. Deaktiveer debug-modus deur die <code>APP_DEBUG</code>-waarde in jou <code>.env</code>-lêer te stel na <code>false</code>.',
|
||||||
'delete' => 'verwyder',
|
'delete' => 'verwyder',
|
||||||
'deleted' => 'geskrap',
|
'deleted' => 'geskrap',
|
||||||
'delete_seats' => 'Plekke verwyder',
|
'delete_seats' => 'Plekke verwyder',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Geskiedenis',
|
'history' => 'Geskiedenis',
|
||||||
'history_for' => 'Geskiedenis vir',
|
'history_for' => 'Geskiedenis vir',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Vee prent uit',
|
'image_delete' => 'Vee prent uit',
|
||||||
'image_upload' => 'Laai prent op',
|
'image_upload' => 'Laai prent op',
|
||||||
'import' => 'invoer',
|
'import' => 'invoer',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'Die: Attribuut is reeds geneem.',
|
'unique' => 'Die: Attribuut is reeds geneem.',
|
||||||
'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.',
|
'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.',
|
||||||
'url' => 'Die: Attribuutformaat is ongeldig.',
|
'url' => 'Die: Attribuutformaat is ongeldig.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Jou huidige wagwoord is verkeerd",
|
"hashed_pass" => "Jou huidige wagwoord is verkeerd",
|
||||||
'dumbpwd' => 'Daardie wagwoord is te algemeen.',
|
'dumbpwd' => 'Daardie wagwoord is te algemeen.',
|
||||||
"statuslabel_type" => "U moet 'n geldige statusetiket tipe kies",
|
"statuslabel_type" => "U moet 'n geldige statusetiket tipe kies",
|
||||||
"unique_undeleted" => "Die: Attribuut moet uniek wees.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'لم يتم سحب مادة العرض، يرجى إعادة المحاولة',
|
'error' => 'لم يتم سحب مادة العرض، يرجى إعادة المحاولة',
|
||||||
'success' => 'تم التحقق من الأصول بنجاح.',
|
'success' => 'تم التحقق من الأصول بنجاح.',
|
||||||
'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.',
|
'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.',
|
||||||
'not_available' => 'هذا الأصل غير متاح للخروج!'
|
'not_available' => 'هذا الأصل غير متاح للخروج!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'أدخل النص "ديليت" في المربع أدناه لتطهير السجلات المحذوفة. لا يمكن التراجع عن هذا الإجراء.',
|
'confirm_purge_help' => 'أدخل النص "ديليت" في المربع أدناه لتطهير السجلات المحذوفة. لا يمكن التراجع عن هذا الإجراء.',
|
||||||
'custom_css' => 'CSS مخصص',
|
'custom_css' => 'CSS مخصص',
|
||||||
'custom_css_help' => 'أدخل أي كس مخصص يلغي رغبتك في استخدامه. لا تضمن علامات <style></style>.',
|
'custom_css_help' => 'أدخل أي كس مخصص يلغي رغبتك في استخدامه. لا تضمن علامات <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'العملة الافتراضية',
|
'default_currency' => 'العملة الافتراضية',
|
||||||
'default_eula_text' => 'اتفاقية ترخيص المستخدم النهائي',
|
'default_eula_text' => 'اتفاقية ترخيص المستخدم النهائي',
|
||||||
'default_language' => 'اللغة الافتراضية',
|
'default_language' => 'اللغة الافتراضية',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'تم تمكين لداب',
|
'ldap_enabled' => 'تم تمكين لداب',
|
||||||
'ldap_integration' => 'دمج لداب',
|
'ldap_integration' => 'دمج لداب',
|
||||||
'ldap_settings' => 'إعدادات لداب',
|
'ldap_settings' => 'إعدادات لداب',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'خادم لداب',
|
'ldap_server' => 'خادم لداب',
|
||||||
'ldap_server_help' => 'يجب أن يبدأ هذا مع لداب: // (لغير مشفرة أو تلس) أو لدابس: // (ل سل)',
|
'ldap_server_help' => 'يجب أن يبدأ هذا مع لداب: // (لغير مشفرة أو تلس) أو لدابس: // (ل سل)',
|
||||||
'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب',
|
'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'المورد غير مجود.',
|
'does_not_exist' => 'المورد غير مجود.',
|
||||||
'assoc_users' => 'هذا المورد مرتبط حاليا بنموذج واحد على الأقل ولا يمكن حذفه. يرجى تحديث النماذج لم تعد تشير إلى هذا المورد ثم أعد المحاولة.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.',
|
'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟',
|
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟',
|
||||||
'error' => 'حدثت مشكلة أثناء حذف المورد. حاول مرة اخرى.',
|
'error' => 'حدثت مشكلة أثناء حذف المورد. حاول مرة اخرى.',
|
||||||
'success' => 'تم حذف المورد بنجاح.'
|
'success' => 'تم حذف المورد بنجاح.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'ملحقات',
|
'accessories' => 'ملحقات',
|
||||||
'activated' => 'مفعل',
|
'activated' => 'مفعل',
|
||||||
'accessory' => 'ملحق',
|
'accessory' => 'ملحق',
|
||||||
'accessory_report' => 'تقرير الملحقات',
|
'accessory_report' => 'تقرير الملحقات',
|
||||||
'action' => 'الإجراء',
|
'action' => 'الإجراء',
|
||||||
'activity_report' => 'تقرير الأنشطة',
|
'activity_report' => 'تقرير الأنشطة',
|
||||||
'address' => 'العنوان',
|
'address' => 'العنوان',
|
||||||
'admin' => 'الإدارة',
|
'admin' => 'الإدارة',
|
||||||
'add_seats' => 'المقاعد المضافة',
|
'add_seats' => 'المقاعد المضافة',
|
||||||
'all_assets' => 'كل الأصول',
|
'all_assets' => 'كل الأصول',
|
||||||
'all' => 'الكل',
|
'all' => 'الكل',
|
||||||
'archived' => 'مؤرشف',
|
'archived' => 'مؤرشف',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'ترجيع',
|
'checkout' => 'ترجيع',
|
||||||
'city' => 'المدينة',
|
'city' => 'المدينة',
|
||||||
'click_here' => 'انقر هنا',
|
'click_here' => 'انقر هنا',
|
||||||
'companies' => 'الشركات',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'الشركات',
|
||||||
'company' => 'شركة',
|
'company' => 'شركة',
|
||||||
'component' => 'مكون',
|
'component' => 'مكون',
|
||||||
'components' => 'المكونات',
|
'components' => 'المكونات',
|
||||||
'complete' => 'اكتمال',
|
'complete' => 'اكتمال',
|
||||||
'consumable' => 'مستهلكات',
|
'consumable' => 'مستهلكات',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'تقرير مخصص للأصول',
|
'custom_report' => 'تقرير مخصص للأصول',
|
||||||
'dashboard' => 'لوحة القيادة',
|
'dashboard' => 'لوحة القيادة',
|
||||||
'days' => 'أيام',
|
'days' => 'أيام',
|
||||||
'days_to_next_audit' => 'أيام إلى التدقيق التالي',
|
'days_to_next_audit' => 'أيام إلى التدقيق التالي',
|
||||||
'date' => 'التاريخ',
|
'date' => 'التاريخ',
|
||||||
'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' => 'حذف',
|
||||||
'deleted' => 'تم حذفها',
|
'deleted' => 'تم حذفها',
|
||||||
'delete_seats' => 'المقاعد المحذوفة',
|
'delete_seats' => 'المقاعد المحذوفة',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'التاريخ',
|
'history' => 'التاريخ',
|
||||||
'history_for' => 'السجل لـ',
|
'history_for' => 'السجل لـ',
|
||||||
'id' => 'الرقم',
|
'id' => 'الرقم',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'حذف الصورة',
|
'image_delete' => 'حذف الصورة',
|
||||||
'image_upload' => 'رفع صورة',
|
'image_upload' => 'رفع صورة',
|
||||||
'import' => 'استيراد',
|
'import' => 'استيراد',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'تم أخذ السمة: بالفعل.',
|
'unique' => 'تم أخذ السمة: بالفعل.',
|
||||||
'uploaded' => 'أخفق تحميل السمة:.',
|
'uploaded' => 'أخفق تحميل السمة:.',
|
||||||
'url' => 'تنسيق السمة: غير صالح.',
|
'url' => 'تنسيق السمة: غير صالح.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "كلمة المرور الحالية غير صحيحة",
|
"hashed_pass" => "كلمة المرور الحالية غير صحيحة",
|
||||||
'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
|
'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
|
||||||
"statuslabel_type" => "يجب تحديد نوع تصنيف حالة صالح",
|
"statuslabel_type" => "يجب تحديد نوع تصنيف حالة صالح",
|
||||||
"unique_undeleted" => "يجب أن تكون السمة فريدة.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Активът не беше изписан. Моля опитайте отново.',
|
'error' => 'Активът не беше изписан. Моля опитайте отново.',
|
||||||
'success' => 'Активът изписан успешно.',
|
'success' => 'Активът изписан успешно.',
|
||||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
|
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
|
||||||
'not_available' => 'Този актив не е наличен за отписване!'
|
'not_available' => 'Този актив не е наличен за отписване!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Въдете текста "DELETE" в клетката отдолу за да пречистите изтритите записи. Това действие не може да бъде отменено.',
|
'confirm_purge_help' => 'Въдете текста "DELETE" в клетката отдолу за да пречистите изтритите записи. Това действие не може да бъде отменено.',
|
||||||
'custom_css' => 'Потребителски CSS',
|
'custom_css' => 'Потребителски CSS',
|
||||||
'custom_css_help' => 'Включете вашите CSS правила тук. Не използвайте <style></style> тагове.',
|
'custom_css_help' => 'Включете вашите CSS правила тук. Не използвайте <style></style> тагове.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Валута по подразбиране',
|
'default_currency' => 'Валута по подразбиране',
|
||||||
'default_eula_text' => 'EULA по подразбиране',
|
'default_eula_text' => 'EULA по подразбиране',
|
||||||
'default_language' => 'Език по подразбиране',
|
'default_language' => 'Език по подразбиране',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP включен',
|
'ldap_enabled' => 'LDAP включен',
|
||||||
'ldap_integration' => 'LDAP интеграция',
|
'ldap_integration' => 'LDAP интеграция',
|
||||||
'ldap_settings' => 'LDAP настройки',
|
'ldap_settings' => 'LDAP настройки',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP сървър',
|
'ldap_server' => 'LDAP сървър',
|
||||||
'ldap_server_help' => 'Това трябва да започва с Idap:// (for unencrypted or TLS) или Idaps:// (for SSL)',
|
'ldap_server_help' => 'Това трябва да започва с Idap:// (for unencrypted or TLS) или Idaps:// (for SSL)',
|
||||||
'ldap_server_cert' => 'Валидация на LDAP SSL сертификата',
|
'ldap_server_cert' => 'Валидация на LDAP SSL сертификата',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Несъществуващ доставчик.',
|
'does_not_exist' => 'Несъществуващ доставчик.',
|
||||||
'assoc_users' => 'Този доставчик е асоцииран с поне един от моделите и не може да бъде изтрит. Моля, променете връзките на моделите по отношение на този доставчик и опитайте отново. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Доставчикът не беше създаден. Моля, опитайте отново.',
|
'error' => 'Доставчикът не беше създаден. Моля, опитайте отново.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Сигурни ли сте, че искате да изтриете този доставчик?',
|
'confirm' => 'Сигурни ли сте, че искате да изтриете този доставчик?',
|
||||||
'error' => 'Възникна проблем при изтриване на доставчика. Моля, опитайте отново.',
|
'error' => 'Възникна проблем при изтриване на доставчика. Моля, опитайте отново.',
|
||||||
'success' => 'Доставчикът е изтрит.'
|
'success' => 'Доставчикът е изтрит.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Аксесоари',
|
'accessories' => 'Аксесоари',
|
||||||
'activated' => 'Активирано',
|
'activated' => 'Активирано',
|
||||||
'accessory' => 'Аксесоар',
|
'accessory' => 'Аксесоар',
|
||||||
'accessory_report' => 'Справка за аксесоарите',
|
'accessory_report' => 'Справка за аксесоарите',
|
||||||
'action' => 'Действие',
|
'action' => 'Действие',
|
||||||
'activity_report' => 'Справка за дейностите',
|
'activity_report' => 'Справка за дейностите',
|
||||||
'address' => 'Aдрес',
|
'address' => 'Aдрес',
|
||||||
'admin' => 'Администриране',
|
'admin' => 'Администриране',
|
||||||
'add_seats' => 'Добавени работни места',
|
'add_seats' => 'Добавени работни места',
|
||||||
'all_assets' => 'Всички активи',
|
'all_assets' => 'Всички активи',
|
||||||
'all' => 'Всички',
|
'all' => 'Всички',
|
||||||
'archived' => 'Архивирани',
|
'archived' => 'Архивирани',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Изписване',
|
'checkout' => 'Изписване',
|
||||||
'city' => 'Град',
|
'city' => 'Град',
|
||||||
'click_here' => 'Натиснете тук',
|
'click_here' => 'Натиснете тук',
|
||||||
'companies' => 'Компании',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Компании',
|
||||||
'company' => 'Компания',
|
'company' => 'Компания',
|
||||||
'component' => 'Компонент',
|
'component' => 'Компонент',
|
||||||
'components' => 'Компоненти',
|
'components' => 'Компоненти',
|
||||||
'complete' => 'Завърши',
|
'complete' => 'Завърши',
|
||||||
'consumable' => 'Консуматив',
|
'consumable' => 'Консуматив',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Потребителски справки за активи',
|
'custom_report' => 'Потребителски справки за активи',
|
||||||
'dashboard' => 'Табло',
|
'dashboard' => 'Табло',
|
||||||
'days' => 'дни',
|
'days' => 'дни',
|
||||||
'days_to_next_audit' => 'Дни до следващия одит',
|
'days_to_next_audit' => 'Дни до следващия одит',
|
||||||
'date' => 'Дата',
|
'date' => 'Дата',
|
||||||
'debug_warning' => 'Предупреждение!',
|
'debug_warning' => 'Предупреждение!',
|
||||||
'debug_warning_text' => 'Това приложение се изпълнява в режим на производство с разрешено отстраняване на грешки. Това може да изложи чувствителни данни, ако приложението ви е достъпно за външния свят. Забранете режим отстраняване на грешки чрез задаване на стойността <code>APP_DEBUF</code> <code>.env</code> във файла <code>false</code>.',
|
'debug_warning_text' => 'Това приложение се изпълнява в режим на производство с разрешено отстраняване на грешки. Това може да изложи чувствителни данни, ако приложението ви е достъпно за външния свят. Забранете режим отстраняване на грешки чрез задаване на стойността <code>APP_DEBUF</code> <code>.env</code> във файла <code>false</code>.',
|
||||||
'delete' => 'Изтриване',
|
'delete' => 'Изтриване',
|
||||||
'deleted' => 'Изтрито',
|
'deleted' => 'Изтрито',
|
||||||
'delete_seats' => 'Изтрити работни места за лиценз',
|
'delete_seats' => 'Изтрити работни места за лиценз',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'История',
|
'history' => 'История',
|
||||||
'history_for' => 'История за',
|
'history_for' => 'История за',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Изтриване на изображението',
|
'image_delete' => 'Изтриване на изображението',
|
||||||
'image_upload' => 'Качване на изображение',
|
'image_upload' => 'Качване на изображение',
|
||||||
'import' => 'Зареждане',
|
'import' => 'Зареждане',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute вече е вписан.',
|
'unique' => ':attribute вече е вписан.',
|
||||||
'uploaded' => 'Атрибутът: не успя да качи.',
|
'uploaded' => 'Атрибутът: не успя да качи.',
|
||||||
'url' => 'Форматът на :attribute е невалиден.',
|
'url' => 'Форматът на :attribute е невалиден.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Текущата ви парола е неправилна",
|
"hashed_pass" => "Текущата ви парола е неправилна",
|
||||||
'dumbpwd' => 'Тази парола е твърде често срещана.',
|
'dumbpwd' => 'Тази парола е твърде често срещана.',
|
||||||
"statuslabel_type" => "Трябва да изберете валиден тип етикет на състоянието",
|
"statuslabel_type" => "Трябва да изберете валиден тип етикет на състоянието",
|
||||||
"unique_undeleted" => "Атрибутът: трябва да е уникален.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Majetek nebyl předán, zkuste to prosím znovu',
|
'error' => 'Majetek nebyl předán, zkuste to prosím znovu',
|
||||||
'success' => 'Majetek byl v pořádku předán.',
|
'success' => 'Majetek byl v pořádku předán.',
|
||||||
'user_does_not_exist' => 'Tento uživatel je neplatný. Zkuste to prosím znovu.',
|
'user_does_not_exist' => 'Tento uživatel je neplatný. Zkuste to prosím znovu.',
|
||||||
'not_available' => 'Tento majetek není k dispozici pro výdej!'
|
'not_available' => 'Tento majetek není k dispozici pro výdej!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ 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 <style></style> tagy.',
|
'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte <style></style> tagy.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Výchozí měna',
|
'default_currency' => 'Výchozí měna',
|
||||||
'default_eula_text' => 'Výchozí EULA',
|
'default_eula_text' => 'Výchozí EULA',
|
||||||
'default_language' => 'Výchozí jazyk',
|
'default_language' => 'Výchozí jazyk',
|
||||||
|
@ -44,6 +46,8 @@ 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_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)',
|
||||||
'ldap_server_cert' => 'Validace certifikátů LDAP SSL',
|
'ldap_server_cert' => 'Validace certifikátů LDAP SSL',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Dodavatel neexistuje.',
|
'does_not_exist' => 'Dodavatel neexistuje.',
|
||||||
'assoc_users' => 'Tento dodavatel je právě přiřazena alespoň k jednomu modelu majetku a nemůže tak být odstraněn. Odeberte jeho vazbu z patřičných modelů a akci opakujte. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Dodavatel nebyl vytvořen, zkuste to prosím znovu.',
|
'error' => 'Dodavatel nebyl vytvořen, zkuste to prosím znovu.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Opravdu si přejete odstranit tohoto dodavatele?',
|
'confirm' => 'Opravdu si přejete odstranit tohoto dodavatele?',
|
||||||
'error' => 'Vyskytl se problém při mazání dodavatele. Zkuste to prosím znovu.',
|
'error' => 'Vyskytl se problém při mazání dodavatele. Zkuste to prosím znovu.',
|
||||||
'success' => 'Dodavatel byl úspěšně smazán.'
|
'success' => 'Dodavatel byl úspěšně smazán.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Příslušenství',
|
'accessories' => 'Příslušenství',
|
||||||
'activated' => 'Aktivováno',
|
'activated' => 'Aktivováno',
|
||||||
'accessory' => 'Příslušenství',
|
'accessory' => 'Příslušenství',
|
||||||
'accessory_report' => 'Zpráva o doplňcích',
|
'accessory_report' => 'Zpráva o doplňcích',
|
||||||
'action' => 'Akce',
|
'action' => 'Akce',
|
||||||
'activity_report' => 'Report aktivity',
|
'activity_report' => 'Report aktivity',
|
||||||
'address' => 'Adresa',
|
'address' => 'Adresa',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'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',
|
||||||
'archived' => 'Archivováno',
|
'archived' => 'Archivováno',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Výdej',
|
'checkout' => 'Výdej',
|
||||||
'city' => 'Město',
|
'city' => 'Město',
|
||||||
'click_here' => 'Klikněte zde',
|
'click_here' => 'Klikněte zde',
|
||||||
'companies' => 'Firmy',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Firmy',
|
||||||
'company' => 'Společnost',
|
'company' => 'Společnost',
|
||||||
'component' => 'Komponent',
|
'component' => 'Komponent',
|
||||||
'components' => 'Komponenty',
|
'components' => 'Komponenty',
|
||||||
'complete' => 'Dokončit',
|
'complete' => 'Dokončit',
|
||||||
'consumable' => 'Spotřební materiál',
|
'consumable' => 'Spotřební materiál',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Vlastní report majetku',
|
'custom_report' => 'Vlastní report majetku',
|
||||||
'dashboard' => 'Nástěnka',
|
'dashboard' => 'Nástěnka',
|
||||||
'days' => 'dnů',
|
'days' => 'dnů',
|
||||||
'days_to_next_audit' => 'Dny k dalšímu auditu',
|
'days_to_next_audit' => 'Dny k dalšímu auditu',
|
||||||
'date' => 'Datum',
|
'date' => 'Datum',
|
||||||
'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',
|
||||||
'deleted' => 'Odstraněno',
|
'deleted' => 'Odstraněno',
|
||||||
'delete_seats' => 'Vymazaná licenční místa',
|
'delete_seats' => 'Vymazaná licenční místa',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historie',
|
'history' => 'Historie',
|
||||||
'history_for' => 'Historie uživatele',
|
'history_for' => 'Historie uživatele',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Smazat obrázek',
|
'image_delete' => 'Smazat obrázek',
|
||||||
'image_upload' => 'Nahrát obrázek',
|
'image_upload' => 'Nahrát obrázek',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
|
|
|
@ -87,6 +87,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.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Vaše současné heslo je nesprávné",
|
"hashed_pass" => "Vaše současné heslo je nesprávné",
|
||||||
'dumbpwd' => 'Toto heslo je příliš běžné.',
|
'dumbpwd' => 'Toto heslo je příliš běžné.',
|
||||||
"statuslabel_type" => "Musíte vybrat platný typ štítku stavu",
|
"statuslabel_type" => "Musíte vybrat platný typ štítku stavu",
|
||||||
"unique_undeleted" => "Atribut musí být jedinečný.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Akten blev ikke tjekket ud, prøv igen',
|
'error' => 'Akten blev ikke tjekket ud, prøv igen',
|
||||||
'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'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Indtast teksten "DELETE" i boksen nedenfor for at rense dine slettede poster. Denne handling kan ikke fortrydes.',
|
'confirm_purge_help' => 'Indtast teksten "DELETE" i boksen nedenfor for at rense dine slettede poster. Denne handling kan ikke fortrydes.',
|
||||||
'custom_css' => 'Brugerdefineret CSS',
|
'custom_css' => 'Brugerdefineret CSS',
|
||||||
'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.',
|
'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Standardvaluta',
|
'default_currency' => 'Standardvaluta',
|
||||||
'default_eula_text' => 'Standard EULA',
|
'default_eula_text' => 'Standard EULA',
|
||||||
'default_language' => 'Standard sprog',
|
'default_language' => 'Standard sprog',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP aktiveret',
|
'ldap_enabled' => 'LDAP aktiveret',
|
||||||
'ldap_integration' => 'LDAP Integration',
|
'ldap_integration' => 'LDAP Integration',
|
||||||
'ldap_settings' => 'LDAP-indstillinger',
|
'ldap_settings' => 'LDAP-indstillinger',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP-server',
|
'ldap_server' => 'LDAP-server',
|
||||||
'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)',
|
'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)',
|
||||||
'ldap_server_cert' => 'Validering af LDAP SSL-certifikat',
|
'ldap_server_cert' => 'Validering af LDAP SSL-certifikat',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Leverandør findes ikke.',
|
'does_not_exist' => 'Leverandør findes ikke.',
|
||||||
'assoc_users' => 'Denne leverandør er i øjeblikket forbundet med mindst en model og kan ikke slettes. Opdater dine modeller for ikke længere at henvise til denne leverandør, og prøv igen.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Leverandøren blev ikke oprettet, prøv igen.',
|
'error' => 'Leverandøren blev ikke oprettet, prøv igen.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Er du sikker på, at du ønsker at slette denne leverandør?',
|
'confirm' => 'Er du sikker på, at du ønsker at slette denne leverandør?',
|
||||||
'error' => 'Der opstod et problem ved at slette leverandøren. Prøv igen.',
|
'error' => 'Der opstod et problem ved at slette leverandøren. Prøv igen.',
|
||||||
'success' => 'Leverandøren blev slettet med succes.'
|
'success' => 'Leverandøren blev slettet med succes.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Tilbehør',
|
'accessories' => 'Tilbehør',
|
||||||
'activated' => 'Aktiveret',
|
'activated' => 'Aktiveret',
|
||||||
'accessory' => 'Tilbehør',
|
'accessory' => 'Tilbehør',
|
||||||
'accessory_report' => 'Tilbehørsrapport',
|
'accessory_report' => 'Tilbehørsrapport',
|
||||||
'action' => 'Handling',
|
'action' => 'Handling',
|
||||||
'activity_report' => 'Aktivitetsrapport',
|
'activity_report' => 'Aktivitetsrapport',
|
||||||
'address' => 'Addresse',
|
'address' => 'Addresse',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Tilføjede pladser',
|
'add_seats' => 'Tilføjede pladser',
|
||||||
'all_assets' => 'Alle aktiver',
|
'all_assets' => 'Alle aktiver',
|
||||||
'all' => 'Alle',
|
'all' => 'Alle',
|
||||||
'archived' => 'Arkiveret',
|
'archived' => 'Arkiveret',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Tjek Ud',
|
'checkout' => 'Tjek Ud',
|
||||||
'city' => 'By',
|
'city' => 'By',
|
||||||
'click_here' => 'Klik her',
|
'click_here' => 'Klik her',
|
||||||
'companies' => 'Selskaber',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Selskaber',
|
||||||
'company' => 'Selskab',
|
'company' => 'Selskab',
|
||||||
'component' => 'Komponent',
|
'component' => 'Komponent',
|
||||||
'components' => 'Komponenter',
|
'components' => 'Komponenter',
|
||||||
'complete' => 'Komplet',
|
'complete' => 'Komplet',
|
||||||
'consumable' => 'forbrugsmateriale',
|
'consumable' => 'forbrugsmateriale',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Tilpasset Aktiv Rapport',
|
'custom_report' => 'Tilpasset Aktiv Rapport',
|
||||||
'dashboard' => 'Oversigtspanel',
|
'dashboard' => 'Oversigtspanel',
|
||||||
'days' => 'dage',
|
'days' => 'dage',
|
||||||
'days_to_next_audit' => 'Dage til næste revision',
|
'days_to_next_audit' => 'Dage til næste revision',
|
||||||
'date' => 'Dato',
|
'date' => 'Dato',
|
||||||
'debug_warning' => 'Advarsel!',
|
'debug_warning' => 'Advarsel!',
|
||||||
'debug_warning_text' => 'Denne applikation kører i produktionstilstand med debugging aktiveret. Dette kan udsætte følsomme data, hvis din ansøgning er tilgængelig for omverdenen. Deaktiver fejlsøgningsmodus ved at indstille værdien <code>APP_DEBUG</code> i din <code>.env</code> fil til <code>false</code>.',
|
'debug_warning_text' => 'Denne applikation kører i produktionstilstand med debugging aktiveret. Dette kan udsætte følsomme data, hvis din ansøgning er tilgængelig for omverdenen. Deaktiver fejlsøgningsmodus ved at indstille værdien <code>APP_DEBUG</code> i din <code>.env</code> fil til <code>false</code>.',
|
||||||
'delete' => 'Slet',
|
'delete' => 'Slet',
|
||||||
'deleted' => 'Slettet',
|
'deleted' => 'Slettet',
|
||||||
'delete_seats' => 'Slettede pladser',
|
'delete_seats' => 'Slettede pladser',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historik',
|
'history' => 'Historik',
|
||||||
'history_for' => 'Historie for',
|
'history_for' => 'Historie for',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Slet billede',
|
'image_delete' => 'Slet billede',
|
||||||
'image_upload' => 'Upload billede',
|
'image_upload' => 'Upload billede',
|
||||||
'import' => 'Importér',
|
'import' => 'Importér',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute er allerede taget.',
|
'unique' => ':attribute er allerede taget.',
|
||||||
'uploaded' => 'Attributtet kunne ikke uploades.',
|
'uploaded' => 'Attributtet kunne ikke uploades.',
|
||||||
'url' => ':attribute formatet er ugyldigt.',
|
'url' => ':attribute formatet er ugyldigt.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Din nuværende adgangskode er forkert",
|
"hashed_pass" => "Din nuværende adgangskode er forkert",
|
||||||
'dumbpwd' => 'Denne adgangskode er for almindelig.',
|
'dumbpwd' => 'Denne adgangskode er for almindelig.',
|
||||||
"statuslabel_type" => "Du skal vælge en gyldig statusetiketype",
|
"statuslabel_type" => "Du skal vælge en gyldig statusetiketype",
|
||||||
"unique_undeleted" => "Attributten skal være unik.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Asset konnte nicht herausgegeben werden. Bitte versuchen Sie es erneut',
|
'error' => 'Asset konnte nicht herausgegeben werden. Bitte versuchen Sie es erneut',
|
||||||
'success' => 'Asset wurde erfolgreich herausgegeben.',
|
'success' => 'Asset wurde erfolgreich herausgegeben.',
|
||||||
'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.',
|
'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.',
|
||||||
'not_available' => 'Dieses Asset kann nicht herausgegeben werden!'
|
'not_available' => 'Dieses Asset kann nicht herausgegeben werden!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Geben Sie das Wort "DELETE" in das untere Feld ein um die gelöschten Einträge zu bereinigen. Dies kann nicht rückgängig gemacht werden.',
|
'confirm_purge_help' => 'Geben Sie das Wort "DELETE" in das untere Feld ein um die gelöschten Einträge zu bereinigen. Dies kann nicht rückgängig gemacht werden.',
|
||||||
'custom_css' => 'Eigenes CSS',
|
'custom_css' => 'Eigenes CSS',
|
||||||
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
|
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Standardwährung',
|
'default_currency' => 'Standardwährung',
|
||||||
'default_eula_text' => 'Standard EULA',
|
'default_eula_text' => 'Standard EULA',
|
||||||
'default_language' => 'Standardsprache',
|
'default_language' => 'Standardsprache',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP aktiviert',
|
'ldap_enabled' => 'LDAP aktiviert',
|
||||||
'ldap_integration' => 'LDAP Integration',
|
'ldap_integration' => 'LDAP Integration',
|
||||||
'ldap_settings' => 'LDAP Einstellungen',
|
'ldap_settings' => 'LDAP Einstellungen',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Server',
|
'ldap_server' => 'LDAP Server',
|
||||||
'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten',
|
'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten',
|
||||||
'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung',
|
'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Lieferant ist nicht vorhanden.',
|
'does_not_exist' => 'Lieferant ist nicht vorhanden.',
|
||||||
'assoc_users' => 'Diese Lieferant ist derzeit mindestens einem Modell zugeordnet und kann nicht gelöscht werden. Bitte aktualisieren Sie Ihre Modelle, um nicht mehr auf diesen Lieferant zu verweisen und versuchen Sie es erneut. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Lieferant wurde nicht erstellt, bitte versuchen Sie es erneut.',
|
'error' => 'Lieferant wurde nicht erstellt, bitte versuchen Sie es erneut.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Sind Sie sicher, dass Sie diesen Lieferanten löschen möchten?',
|
'confirm' => 'Sind Sie sicher, dass Sie diesen Lieferanten löschen möchten?',
|
||||||
'error' => 'Beim löschen des Lieferanten ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
|
'error' => 'Beim löschen des Lieferanten ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
|
||||||
'success' => 'Lieferant wurde erfolgreich gelöscht.'
|
'success' => 'Lieferant wurde erfolgreich gelöscht.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Zubehör',
|
'accessories' => 'Zubehör',
|
||||||
'activated' => 'Aktiviert',
|
'activated' => 'Aktiviert',
|
||||||
'accessory' => 'Zubehör',
|
'accessory' => 'Zubehör',
|
||||||
'accessory_report' => 'Zubehör Bericht',
|
'accessory_report' => 'Zubehör Bericht',
|
||||||
'action' => 'Aktion',
|
'action' => 'Aktion',
|
||||||
'activity_report' => 'Aktivitätsreport',
|
'activity_report' => 'Aktivitätsreport',
|
||||||
'address' => 'Supplier Address',
|
'address' => 'Supplier Address',
|
||||||
'admin' => 'Administrator',
|
'admin' => 'Administrator',
|
||||||
'add_seats' => 'Lizenzen hinzugefügt',
|
'add_seats' => 'Lizenzen hinzugefügt',
|
||||||
'all_assets' => 'Alle Assets',
|
'all_assets' => 'Alle Assets',
|
||||||
'all' => 'Alle',
|
'all' => 'Alle',
|
||||||
'archived' => 'Archiviert',
|
'archived' => 'Archiviert',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Checkout Asset to User',
|
'checkout' => 'Checkout Asset to User',
|
||||||
'city' => 'Stadt',
|
'city' => 'Stadt',
|
||||||
'click_here' => 'Hier klicken',
|
'click_here' => 'Hier klicken',
|
||||||
'companies' => 'Firmen',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Firmen',
|
||||||
'company' => 'Firma',
|
'company' => 'Firma',
|
||||||
'component' => 'Komponente',
|
'component' => 'Komponente',
|
||||||
'components' => 'Komponenten',
|
'components' => 'Komponenten',
|
||||||
'complete' => 'Vollständig',
|
'complete' => 'Vollständig',
|
||||||
'consumable' => 'Verbrauchsmaterial',
|
'consumable' => 'Verbrauchsmaterial',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Spezieller Asset Report',
|
'custom_report' => 'Spezieller Asset Report',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'days' => 'Tage',
|
'days' => 'Tage',
|
||||||
'days_to_next_audit' => 'Tage bis zum nächsten Audit',
|
'days_to_next_audit' => 'Tage bis zum nächsten Audit',
|
||||||
'date' => 'Purchase Date',
|
'date' => 'Purchase Date',
|
||||||
'debug_warning' => 'Warnung!',
|
'debug_warning' => 'Warnung!',
|
||||||
'debug_warning_text' => 'Diese Anwendung läuft im Produktionsmodus mit debugging aktiviert. Dies kann sensible Daten verfügbar machen, wenn Ihre Anwendung öffentlich zugänglich ist. Deaktivieren Sie den Debug-Modus, indem Sie den <code>APP_DEBUG</code>-Wert in der <code>.env</code> Datei auf <code>false</code> setzen.',
|
'debug_warning_text' => 'Diese Anwendung läuft im Produktionsmodus mit debugging aktiviert. Dies kann sensible Daten verfügbar machen, wenn Ihre Anwendung öffentlich zugänglich ist. Deaktivieren Sie den Debug-Modus, indem Sie den <code>APP_DEBUG</code>-Wert in der <code>.env</code> Datei auf <code>false</code> setzen.',
|
||||||
'delete' => 'Löschen',
|
'delete' => 'Löschen',
|
||||||
'deleted' => 'Gelöscht',
|
'deleted' => 'Gelöscht',
|
||||||
'delete_seats' => 'Gelöschte Lizenzen',
|
'delete_seats' => 'Gelöschte Lizenzen',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historie',
|
'history' => 'Historie',
|
||||||
'history_for' => 'Verlauf für',
|
'history_for' => 'Verlauf für',
|
||||||
'id' => 'Id',
|
'id' => 'Id',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Bild löschen',
|
'image_delete' => 'Bild löschen',
|
||||||
'image_upload' => 'Bild hinzufügen',
|
'image_upload' => 'Bild hinzufügen',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute schon benutzt.',
|
'unique' => ':attribute schon benutzt.',
|
||||||
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
|
'uploaded' => ':attribute konnte nicht hochgeladen werden.',
|
||||||
'url' => ':attribute Format ist ungültig.',
|
'url' => ':attribute Format ist ungültig.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Ihr derzeitiges Passwort ist nicht korrekt",
|
"hashed_pass" => "Ihr derzeitiges Passwort ist nicht korrekt",
|
||||||
'dumbpwd' => 'Das Passwort ist zu gebräuchlich.',
|
'dumbpwd' => 'Das Passwort ist zu gebräuchlich.',
|
||||||
"statuslabel_type" => "Sie müssen einen gültigen Statuslabel-Typ auswählen",
|
"statuslabel_type" => "Sie müssen einen gültigen Statuslabel-Typ auswählen",
|
||||||
"unique_undeleted" => ":attribute muss eindeutig sein.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Το περιουσιακό στοιχείο δεν έχει ελεγχθεί, δοκιμάστε ξανά',
|
'error' => 'Το περιουσιακό στοιχείο δεν έχει ελεγχθεί, δοκιμάστε ξανά',
|
||||||
'success' => 'Το ενεργητικό ολοκληρώθηκε με επιτυχία.',
|
'success' => 'Το ενεργητικό ολοκληρώθηκε με επιτυχία.',
|
||||||
'user_does_not_exist' => 'Αυτός ο χρήστης είναι άκυρος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.',
|
'user_does_not_exist' => 'Αυτός ο χρήστης είναι άκυρος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.',
|
||||||
'not_available' => 'Αυτό το πάγιο δεν είναι διαθέσιμο για την ολοκλήρωση της παραγγελίας!'
|
'not_available' => 'Αυτό το πάγιο δεν είναι διαθέσιμο για την ολοκλήρωση της παραγγελίας!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Εισάγετε το κείμενο «Διαγραφή» στο πλαίσιο παρακάτω για να καθαρίσει τις διαγραμμένες εγγραφές σας. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.',
|
'confirm_purge_help' => 'Εισάγετε το κείμενο «Διαγραφή» στο πλαίσιο παρακάτω για να καθαρίσει τις διαγραμμένες εγγραφές σας. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.',
|
||||||
'custom_css' => 'Προσαρμοσμένο CSS',
|
'custom_css' => 'Προσαρμοσμένο CSS',
|
||||||
'custom_css_help' => 'Εισαγάγετε τυχόν προσαρμοσμένες επικαλύψεις CSS που θέλετε να χρησιμοποιήσετε. Μην συμπεριλάβετε τις ετικέτες <style></style>.',
|
'custom_css_help' => 'Εισαγάγετε τυχόν προσαρμοσμένες επικαλύψεις CSS που θέλετε να χρησιμοποιήσετε. Μην συμπεριλάβετε τις ετικέτες <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Προεπιλεγμένο νόμισμα',
|
'default_currency' => 'Προεπιλεγμένο νόμισμα',
|
||||||
'default_eula_text' => 'Προεπιλογή EULA',
|
'default_eula_text' => 'Προεπιλογή EULA',
|
||||||
'default_language' => 'Προκαθορισμένη γλώσσα',
|
'default_language' => 'Προκαθορισμένη γλώσσα',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'Ενεργό LDAP',
|
'ldap_enabled' => 'Ενεργό LDAP',
|
||||||
'ldap_integration' => 'Ενσωμάτωση LDAP',
|
'ldap_integration' => 'Ενσωμάτωση LDAP',
|
||||||
'ldap_settings' => 'Ρυθμίσεις LDAP',
|
'ldap_settings' => 'Ρυθμίσεις LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Server',
|
'ldap_server' => 'LDAP Server',
|
||||||
'ldap_server_help' => 'Αυτό θα πρέπει να ξεκινά με το ldap: // (για μη κρυπτογραφημένο ή TLS) ή ldaps: // (για SSL)',
|
'ldap_server_help' => 'Αυτό θα πρέπει να ξεκινά με το ldap: // (για μη κρυπτογραφημένο ή TLS) ή ldaps: // (για SSL)',
|
||||||
'ldap_server_cert' => 'Πιστοποίηση πιστοποιητικού SSL για LDAP',
|
'ldap_server_cert' => 'Πιστοποίηση πιστοποιητικού SSL για LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Προμηθευτής δεν υπάρχει.',
|
'does_not_exist' => 'Προμηθευτής δεν υπάρχει.',
|
||||||
'assoc_users' => 'Αυτός ο προμηθευτ σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Ο προμηθευτής δεν δημιουργήθηκε, δοκιμάστε ξανά.',
|
'error' => 'Ο προμηθευτής δεν δημιουργήθηκε, δοκιμάστε ξανά.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό τον προμηθευτή;',
|
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό τον προμηθευτή;',
|
||||||
'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας τον προμηθευτή. Παρακαλώ δοκιμάστε ξανά.',
|
'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας τον προμηθευτή. Παρακαλώ δοκιμάστε ξανά.',
|
||||||
'success' => 'Ο προμηθευτής διαγράφηκε επιτυχώς.'
|
'success' => 'Ο προμηθευτής διαγράφηκε επιτυχώς.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Αξεσουάρ',
|
'accessories' => 'Αξεσουάρ',
|
||||||
'activated' => 'Ενεργοποιήθηκε',
|
'activated' => 'Ενεργοποιήθηκε',
|
||||||
'accessory' => 'Αξεσουάρ',
|
'accessory' => 'Αξεσουάρ',
|
||||||
'accessory_report' => 'Αναφορά αξεσουάρ',
|
'accessory_report' => 'Αναφορά αξεσουάρ',
|
||||||
'action' => 'Ενέργεια',
|
'action' => 'Ενέργεια',
|
||||||
'activity_report' => 'Έκθεση Δραστηριότητας',
|
'activity_report' => 'Έκθεση Δραστηριότητας',
|
||||||
'address' => 'Διεύθυνση',
|
'address' => 'Διεύθυνση',
|
||||||
'admin' => 'Διαχειριστής',
|
'admin' => 'Διαχειριστής',
|
||||||
'add_seats' => 'Προστέθηκαν θέσεις',
|
'add_seats' => 'Προστέθηκαν θέσεις',
|
||||||
'all_assets' => 'Όλα τα περουσιακά στοιχεία',
|
'all_assets' => 'Όλα τα περουσιακά στοιχεία',
|
||||||
'all' => 'Ολα',
|
'all' => 'Ολα',
|
||||||
'archived' => 'Αρχειοθετημένα',
|
'archived' => 'Αρχειοθετημένα',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Ολοκλήρωση αγοράς',
|
'checkout' => 'Ολοκλήρωση αγοράς',
|
||||||
'city' => 'Πόλη',
|
'city' => 'Πόλη',
|
||||||
'click_here' => 'Κάντε κλικ ΕΔΩ',
|
'click_here' => 'Κάντε κλικ ΕΔΩ',
|
||||||
'companies' => 'Εταιρείες',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Εταιρείες',
|
||||||
'company' => 'Εταιρεία',
|
'company' => 'Εταιρεία',
|
||||||
'component' => 'Συστατικό',
|
'component' => 'Συστατικό',
|
||||||
'components' => 'Συστατικά',
|
'components' => 'Συστατικά',
|
||||||
'complete' => 'Πλήρης',
|
'complete' => 'Πλήρης',
|
||||||
'consumable' => 'Καταναλώσιμος',
|
'consumable' => 'Καταναλώσιμος',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Αναφορά προσαρμοσμένων στοιχείων ενεργητικού',
|
'custom_report' => 'Αναφορά προσαρμοσμένων στοιχείων ενεργητικού',
|
||||||
'dashboard' => 'Πίνακας ελέγχου',
|
'dashboard' => 'Πίνακας ελέγχου',
|
||||||
'days' => 'ημέρες',
|
'days' => 'ημέρες',
|
||||||
'days_to_next_audit' => 'Ημέρες έως επόμενο έλεγχο',
|
'days_to_next_audit' => 'Ημέρες έως επόμενο έλεγχο',
|
||||||
'date' => 'Ημερομηνία',
|
'date' => 'Ημερομηνία',
|
||||||
'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' => 'Διαγραφή',
|
||||||
'deleted' => 'Διαγράφηκε',
|
'deleted' => 'Διαγράφηκε',
|
||||||
'delete_seats' => 'Διαγραμμένα καθίσματα',
|
'delete_seats' => 'Διαγραμμένα καθίσματα',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Ιστορία',
|
'history' => 'Ιστορία',
|
||||||
'history_for' => 'Ιστορικό για',
|
'history_for' => 'Ιστορικό για',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Διαγραφή εικόνας',
|
'image_delete' => 'Διαγραφή εικόνας',
|
||||||
'image_upload' => 'Μεταφόρτωση εικόνας',
|
'image_upload' => 'Μεταφόρτωση εικόνας',
|
||||||
'import' => 'Εισαγωγή',
|
'import' => 'Εισαγωγή',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.',
|
'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.',
|
||||||
'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.',
|
'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.',
|
||||||
'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος",
|
"hashed_pass" => "Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος",
|
||||||
'dumbpwd' => 'Αυτός ο κωδικός πρόσβασης είναι πολύ συνηθισμένος.',
|
'dumbpwd' => 'Αυτός ο κωδικός πρόσβασης είναι πολύ συνηθισμένος.',
|
||||||
"statuslabel_type" => "Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης",
|
"statuslabel_type" => "Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης",
|
||||||
"unique_undeleted" => "Το χαρακτηριστικό: πρέπει να είναι μοναδικό.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Asset was not checked out, please try again',
|
'error' => 'Asset was not checked out, please try again',
|
||||||
'success' => 'Asset checked out successfully.',
|
'success' => 'Asset checked out successfully.',
|
||||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||||
'not_available' => 'That asset is not available for checkout!'
|
'not_available' => 'That asset is not available for checkout!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
'custom_css' => 'Custom CSS',
|
'custom_css' => 'Custom CSS',
|
||||||
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Default Currency',
|
'default_currency' => 'Default Currency',
|
||||||
'default_eula_text' => 'Default EULA',
|
'default_eula_text' => 'Default EULA',
|
||||||
'default_language' => 'Default Language',
|
'default_language' => 'Default Language',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP enabled',
|
'ldap_enabled' => 'LDAP enabled',
|
||||||
'ldap_integration' => 'LDAP Integration',
|
'ldap_integration' => 'LDAP Integration',
|
||||||
'ldap_settings' => 'LDAP Settings',
|
'ldap_settings' => 'LDAP Settings',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Server',
|
'ldap_server' => 'LDAP Server',
|
||||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Supplier does not exist.',
|
'does_not_exist' => 'Supplier does not exist.',
|
||||||
'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Supplier was not created, please try again.',
|
'error' => 'Supplier was not created, please try again.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Are you sure you wish to delete this supplier?',
|
'confirm' => 'Are you sure you wish to delete this supplier?',
|
||||||
'error' => 'There was an issue deleting the supplier. Please try again.',
|
'error' => 'There was an issue deleting the supplier. Please try again.',
|
||||||
'success' => 'Supplier was deleted successfully.'
|
'success' => 'Supplier was deleted successfully.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accessories',
|
'accessories' => 'Accessories',
|
||||||
'activated' => 'Activated',
|
'activated' => 'Activated',
|
||||||
'accessory' => 'Accessory',
|
'accessory' => 'Accessory',
|
||||||
'accessory_report' => 'Accessory Report',
|
'accessory_report' => 'Accessory Report',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'activity_report' => 'Activity Report',
|
'activity_report' => 'Activity Report',
|
||||||
'address' => 'Address',
|
'address' => 'Address',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Added seats',
|
'add_seats' => 'Added seats',
|
||||||
'all_assets' => 'All Assets',
|
'all_assets' => 'All Assets',
|
||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'archived' => 'Archived',
|
'archived' => 'Archived',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Checkout',
|
'checkout' => 'Checkout',
|
||||||
'city' => 'City',
|
'city' => 'City',
|
||||||
'click_here' => 'Click here',
|
'click_here' => 'Click here',
|
||||||
'companies' => 'Companies',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Companies',
|
||||||
'company' => 'Company',
|
'company' => 'Company',
|
||||||
'component' => 'Component',
|
'component' => 'Component',
|
||||||
'components' => 'Components',
|
'components' => 'Components',
|
||||||
'complete' => 'Complete',
|
'complete' => 'Complete',
|
||||||
'consumable' => 'Consumable',
|
'consumable' => 'Consumable',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Custom Asset Report',
|
'custom_report' => 'Custom Asset Report',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'days' => 'days',
|
'days' => 'days',
|
||||||
'days_to_next_audit' => 'Days to Next Audit',
|
'days_to_next_audit' => 'Days to Next Audit',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'debug_warning' => 'Warning!',
|
'debug_warning' => 'Warning!',
|
||||||
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Deleted',
|
||||||
'delete_seats' => 'Deleted Seats',
|
'delete_seats' => 'Deleted Seats',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'History',
|
'history' => 'History',
|
||||||
'history_for' => 'History for',
|
'history_for' => 'History for',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Delete Image',
|
'image_delete' => 'Delete Image',
|
||||||
'image_upload' => 'Upload Image',
|
'image_upload' => 'Upload Image',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => 'The :attribute has already been taken.',
|
||||||
'uploaded' => 'The :attribute failed to upload.',
|
'uploaded' => 'The :attribute failed to upload.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Your current password is incorrect",
|
"hashed_pass" => "Your current password is incorrect",
|
||||||
'dumbpwd' => 'That password is too common.',
|
'dumbpwd' => 'That password is too common.',
|
||||||
"statuslabel_type" => "You must select a valid status label type",
|
"statuslabel_type" => "You must select a valid status label type",
|
||||||
"unique_undeleted" => "The :attribute must be unique.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Asset was not checked out, please try again',
|
'error' => 'Asset was not checked out, please try again',
|
||||||
'success' => 'Asset checked out successfully.',
|
'success' => 'Asset checked out successfully.',
|
||||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||||
'not_available' => 'That asset is not available for checkout!'
|
'not_available' => 'That asset is not available for checkout!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
'custom_css' => 'Custom CSS',
|
'custom_css' => 'Custom CSS',
|
||||||
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Default Currency',
|
'default_currency' => 'Default Currency',
|
||||||
'default_eula_text' => 'Default EULA',
|
'default_eula_text' => 'Default EULA',
|
||||||
'default_language' => 'Default Language',
|
'default_language' => 'Default Language',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP enabled',
|
'ldap_enabled' => 'LDAP enabled',
|
||||||
'ldap_integration' => 'LDAP Integration',
|
'ldap_integration' => 'LDAP Integration',
|
||||||
'ldap_settings' => 'LDAP Settings',
|
'ldap_settings' => 'LDAP Settings',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Server',
|
'ldap_server' => 'LDAP Server',
|
||||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Supplier does not exist.',
|
'does_not_exist' => 'Supplier does not exist.',
|
||||||
'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Supplier was not created, please try again.',
|
'error' => 'Supplier was not created, please try again.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Are you sure you wish to delete this supplier?',
|
'confirm' => 'Are you sure you wish to delete this supplier?',
|
||||||
'error' => 'There was an issue deleting the supplier. Please try again.',
|
'error' => 'There was an issue deleting the supplier. Please try again.',
|
||||||
'success' => 'Supplier was deleted successfully.'
|
'success' => 'Supplier was deleted successfully.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accessories',
|
'accessories' => 'Accessories',
|
||||||
'activated' => 'Activated',
|
'activated' => 'Activated',
|
||||||
'accessory' => 'Accessory',
|
'accessory' => 'Accessory',
|
||||||
'accessory_report' => 'Accessory Report',
|
'accessory_report' => 'Accessory Report',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'activity_report' => 'Activity Report',
|
'activity_report' => 'Activity Report',
|
||||||
'address' => 'Address',
|
'address' => 'Address',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Added seats',
|
'add_seats' => 'Added seats',
|
||||||
'all_assets' => 'All Assets',
|
'all_assets' => 'All Assets',
|
||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'archived' => 'Archived',
|
'archived' => 'Archived',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Checkout',
|
'checkout' => 'Checkout',
|
||||||
'city' => 'City',
|
'city' => 'City',
|
||||||
'click_here' => 'Click here',
|
'click_here' => 'Click here',
|
||||||
'companies' => 'Companies',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Companies',
|
||||||
'company' => 'Company',
|
'company' => 'Company',
|
||||||
'component' => 'Component',
|
'component' => 'Component',
|
||||||
'components' => 'Components',
|
'components' => 'Components',
|
||||||
'complete' => 'Complete',
|
'complete' => 'Complete',
|
||||||
'consumable' => 'Consumable',
|
'consumable' => 'Consumable',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Custom Asset Report',
|
'custom_report' => 'Custom Asset Report',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'days' => 'days',
|
'days' => 'days',
|
||||||
'days_to_next_audit' => 'Days to Next Audit',
|
'days_to_next_audit' => 'Days to Next Audit',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'debug_warning' => 'Warning!',
|
'debug_warning' => 'Warning!',
|
||||||
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Deleted',
|
||||||
'delete_seats' => 'Deleted Seats',
|
'delete_seats' => 'Deleted Seats',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'History',
|
'history' => 'History',
|
||||||
'history_for' => 'History for',
|
'history_for' => 'History for',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Delete Image',
|
'image_delete' => 'Delete Image',
|
||||||
'image_upload' => 'Upload Image',
|
'image_upload' => 'Upload Image',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => 'The :attribute has already been taken.',
|
||||||
'uploaded' => 'The :attribute failed to upload.',
|
'uploaded' => 'The :attribute failed to upload.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Your current password is incorrect",
|
"hashed_pass" => "Your current password is incorrect",
|
||||||
'dumbpwd' => 'That password is too common.',
|
'dumbpwd' => 'That password is too common.',
|
||||||
"statuslabel_type" => "You must select a valid status label type",
|
"statuslabel_type" => "You must select a valid status label type",
|
||||||
"unique_undeleted" => "The :attribute must be unique.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Equipo no asignado, intentalo de nuevo',
|
'error' => 'Equipo no asignado, intentalo de nuevo',
|
||||||
'success' => 'Equipo asignado.',
|
'success' => 'Equipo asignado.',
|
||||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
||||||
'not_available' => '¡Ese artículo no está disponible para retirada!'
|
'not_available' => '¡Ese artículo no está disponible para retirada!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.',
|
'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.',
|
||||||
'custom_css' => 'CSS Personalizado',
|
'custom_css' => 'CSS Personalizado',
|
||||||
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
|
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Moneda Predeterminada',
|
'default_currency' => 'Moneda Predeterminada',
|
||||||
'default_eula_text' => 'EULA por defecto',
|
'default_eula_text' => 'EULA por defecto',
|
||||||
'default_language' => 'Idioma predeterminado',
|
'default_language' => 'Idioma predeterminado',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP activado',
|
'ldap_enabled' => 'LDAP activado',
|
||||||
'ldap_integration' => 'Integración LDAP',
|
'ldap_integration' => 'Integración LDAP',
|
||||||
'ldap_settings' => 'Ajustes LDAP',
|
'ldap_settings' => 'Ajustes LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'Servidor LDAP',
|
'ldap_server' => 'Servidor LDAP',
|
||||||
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
|
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
|
||||||
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
|
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Proveedor does not exist.',
|
'does_not_exist' => 'Proveedor does not exist.',
|
||||||
'assoc_users' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Proveedor no creado, Intentalo de nuevo.',
|
'error' => 'Proveedor no creado, Intentalo de nuevo.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Estás seguro de querer eliminar este Proveedor?',
|
'confirm' => 'Estás seguro de querer eliminar este Proveedor?',
|
||||||
'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.',
|
'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.',
|
||||||
'success' => 'Proveedor eliminado.'
|
'success' => 'Proveedor eliminado.',
|
||||||
|
'assoc_assets' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accesorios',
|
'accessories' => 'Accesorios',
|
||||||
'activated' => 'Activado',
|
'activated' => 'Activado',
|
||||||
'accessory' => 'Accesorio',
|
'accessory' => 'Accesorio',
|
||||||
'accessory_report' => 'Reporte de Accesorios',
|
'accessory_report' => 'Reporte de Accesorios',
|
||||||
'action' => 'Acción',
|
'action' => 'Acción',
|
||||||
'activity_report' => 'Reporte de Actividad',
|
'activity_report' => 'Reporte de Actividad',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Sitios añadidos',
|
'add_seats' => 'Sitios añadidos',
|
||||||
'all_assets' => 'Todos los Equipos',
|
'all_assets' => 'Todos los Equipos',
|
||||||
'all' => 'Todos los',
|
'all' => 'Todos los',
|
||||||
'archived' => 'Archivado',
|
'archived' => 'Archivado',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Asignar a un usuario',
|
'checkout' => 'Asignar a un usuario',
|
||||||
'city' => 'Ciudad',
|
'city' => 'Ciudad',
|
||||||
'click_here' => 'Pulsa aquí',
|
'click_here' => 'Pulsa aquí',
|
||||||
'companies' => 'Empresas',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Empresas',
|
||||||
'company' => 'Empresa',
|
'company' => 'Empresa',
|
||||||
'component' => 'Componente',
|
'component' => 'Componente',
|
||||||
'components' => 'Componentes',
|
'components' => 'Componentes',
|
||||||
'complete' => 'Completo',
|
'complete' => 'Completo',
|
||||||
'consumable' => 'Consumible',
|
'consumable' => 'Consumible',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Reporte de Equipos Personalizado',
|
'custom_report' => 'Reporte de Equipos Personalizado',
|
||||||
'dashboard' => 'Tablero',
|
'dashboard' => 'Tablero',
|
||||||
'days' => 'días',
|
'days' => 'días',
|
||||||
'days_to_next_audit' => 'Días a la próxima auditoría',
|
'days_to_next_audit' => 'Días a la próxima auditoría',
|
||||||
'date' => 'Fecha Compra',
|
'date' => 'Fecha Compra',
|
||||||
'debug_warning' => '¡Advertencia!',
|
'debug_warning' => '¡Advertencia!',
|
||||||
'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor <code>APP_DEBUG</code> en su archivo <code>.env</code> a <code>false</code>.',
|
'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor <code>APP_DEBUG</code> en su archivo <code>.env</code> a <code>false</code>.',
|
||||||
'delete' => 'Borrar',
|
'delete' => 'Borrar',
|
||||||
'deleted' => 'Borrado',
|
'deleted' => 'Borrado',
|
||||||
'delete_seats' => 'Asientos eliminados',
|
'delete_seats' => 'Asientos eliminados',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historial',
|
'history' => 'Historial',
|
||||||
'history_for' => 'Historial de',
|
'history_for' => 'Historial de',
|
||||||
'id' => 'Id',
|
'id' => 'Id',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Borrar imagen',
|
'image_delete' => 'Borrar imagen',
|
||||||
'image_upload' => 'Enviar imagen',
|
'image_upload' => 'Enviar imagen',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute ya ha sido introducido.',
|
'unique' => ':attribute ya ha sido introducido.',
|
||||||
'uploaded' => 'El atributo: no se pudo cargar.',
|
'uploaded' => 'El atributo: no se pudo cargar.',
|
||||||
'url' => ':attribute formato incorrecto.',
|
'url' => ':attribute formato incorrecto.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Tu contraseña actual es incorrecta",
|
"hashed_pass" => "Tu contraseña actual es incorrecta",
|
||||||
'dumbpwd' => 'Esa contraseña es muy común.',
|
'dumbpwd' => 'Esa contraseña es muy común.',
|
||||||
"statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.",
|
"statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.",
|
||||||
"unique_undeleted" => "El atributo debe ser único.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Equipo no asignado, intentalo de nuevo',
|
'error' => 'Equipo no asignado, intentalo de nuevo',
|
||||||
'success' => 'Equipo asignado.',
|
'success' => 'Equipo asignado.',
|
||||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
||||||
'not_available' => '¡Ese artículo no está disponible para retirada!'
|
'not_available' => '¡Ese artículo no está disponible para retirada!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.',
|
'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.',
|
||||||
'custom_css' => 'CSS Personalizado',
|
'custom_css' => 'CSS Personalizado',
|
||||||
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
|
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Moneda Predeterminada',
|
'default_currency' => 'Moneda Predeterminada',
|
||||||
'default_eula_text' => 'EULA por defecto',
|
'default_eula_text' => 'EULA por defecto',
|
||||||
'default_language' => 'Idioma predeterminado',
|
'default_language' => 'Idioma predeterminado',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP activado',
|
'ldap_enabled' => 'LDAP activado',
|
||||||
'ldap_integration' => 'Integración LDAP',
|
'ldap_integration' => 'Integración LDAP',
|
||||||
'ldap_settings' => 'Ajustes LDAP',
|
'ldap_settings' => 'Ajustes LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'Servidor LDAP',
|
'ldap_server' => 'Servidor LDAP',
|
||||||
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
|
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
|
||||||
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
|
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Proveedor does not exist.',
|
'does_not_exist' => 'Proveedor does not exist.',
|
||||||
'assoc_users' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Proveedor no creado, Intentalo de nuevo.',
|
'error' => 'Proveedor no creado, Intentalo de nuevo.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Estás seguro de querer eliminar este Proveedor?',
|
'confirm' => 'Estás seguro de querer eliminar este Proveedor?',
|
||||||
'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.',
|
'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.',
|
||||||
'success' => 'Proveedor eliminado.'
|
'success' => 'Proveedor eliminado.',
|
||||||
|
'assoc_assets' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accesorios',
|
'accessories' => 'Accesorios',
|
||||||
'activated' => 'Activado',
|
'activated' => 'Activado',
|
||||||
'accessory' => 'Accesorio',
|
'accessory' => 'Accesorio',
|
||||||
'accessory_report' => 'Reporte de Accesorios',
|
'accessory_report' => 'Reporte de Accesorios',
|
||||||
'action' => 'Acción',
|
'action' => 'Acción',
|
||||||
'activity_report' => 'Reporte de Actividad',
|
'activity_report' => 'Reporte de Actividad',
|
||||||
'address' => 'Dirección',
|
'address' => 'Dirección',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Sitios añadidos',
|
'add_seats' => 'Sitios añadidos',
|
||||||
'all_assets' => 'Todos los Equipos',
|
'all_assets' => 'Todos los Equipos',
|
||||||
'all' => 'Todos los',
|
'all' => 'Todos los',
|
||||||
'archived' => 'Archivado',
|
'archived' => 'Archivado',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Asignar a un usuario',
|
'checkout' => 'Asignar a un usuario',
|
||||||
'city' => 'Ciudad',
|
'city' => 'Ciudad',
|
||||||
'click_here' => 'Pulsa aquí',
|
'click_here' => 'Pulsa aquí',
|
||||||
'companies' => 'Empresas',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Empresas',
|
||||||
'company' => 'Empresa',
|
'company' => 'Empresa',
|
||||||
'component' => 'Componente',
|
'component' => 'Componente',
|
||||||
'components' => 'Componentes',
|
'components' => 'Componentes',
|
||||||
'complete' => 'Completo',
|
'complete' => 'Completo',
|
||||||
'consumable' => 'Consumible',
|
'consumable' => 'Consumible',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Reporte de Equipos Personalizado',
|
'custom_report' => 'Reporte de Equipos Personalizado',
|
||||||
'dashboard' => 'Tablero',
|
'dashboard' => 'Tablero',
|
||||||
'days' => 'días',
|
'days' => 'días',
|
||||||
'days_to_next_audit' => 'Días a la próxima auditoría',
|
'days_to_next_audit' => 'Días a la próxima auditoría',
|
||||||
'date' => 'Fecha Compra',
|
'date' => 'Fecha Compra',
|
||||||
'debug_warning' => '¡Advertencia!',
|
'debug_warning' => '¡Advertencia!',
|
||||||
'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor <code>APP_DEBUG</code> en su archivo <code>.env</code> a <code>false</code>.',
|
'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor <code>APP_DEBUG</code> en su archivo <code>.env</code> a <code>false</code>.',
|
||||||
'delete' => 'Borrar',
|
'delete' => 'Borrar',
|
||||||
'deleted' => 'Borrado',
|
'deleted' => 'Borrado',
|
||||||
'delete_seats' => 'Asientos eliminados',
|
'delete_seats' => 'Asientos eliminados',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historial',
|
'history' => 'Historial',
|
||||||
'history_for' => 'Historial de',
|
'history_for' => 'Historial de',
|
||||||
'id' => 'Id',
|
'id' => 'Id',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Borrar imagen',
|
'image_delete' => 'Borrar imagen',
|
||||||
'image_upload' => 'Enviar imagen',
|
'image_upload' => 'Enviar imagen',
|
||||||
'import' => 'Importar',
|
'import' => 'Importar',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute ya ha sido introducido.',
|
'unique' => ':attribute ya ha sido introducido.',
|
||||||
'uploaded' => 'El atributo: no se pudo cargar.',
|
'uploaded' => 'El atributo: no se pudo cargar.',
|
||||||
'url' => ':attribute formato incorrecto.',
|
'url' => ':attribute formato incorrecto.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Tu contraseña actual es incorrecta",
|
"hashed_pass" => "Tu contraseña actual es incorrecta",
|
||||||
'dumbpwd' => 'Esa contraseña es muy común.',
|
'dumbpwd' => 'Esa contraseña es muy común.',
|
||||||
"statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.",
|
"statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.",
|
||||||
"unique_undeleted" => "El atributo debe ser único.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Varasid ei kontrollitud, proovige uuesti',
|
'error' => 'Varasid ei kontrollitud, proovige uuesti',
|
||||||
'success' => 'Varad võeti edukalt välja.',
|
'success' => 'Varad võeti edukalt välja.',
|
||||||
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
||||||
'not_available' => 'See vara pole kontrollimiseks saadaval!'
|
'not_available' => 'See vara pole kontrollimiseks saadaval!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Kustutatavate dokumentide puhastamiseks sisestage allpool olevasse kasti tekst "DELETE". Seda toimingut ei saa tagasi võtta.',
|
'confirm_purge_help' => 'Kustutatavate dokumentide puhastamiseks sisestage allpool olevasse kasti tekst "DELETE". Seda toimingut ei saa tagasi võtta.',
|
||||||
'custom_css' => 'Kohandatud CSS',
|
'custom_css' => 'Kohandatud CSS',
|
||||||
'custom_css_help' => 'Sisestage kõik kohandatud CSS-i muudatused, mida soovite kasutada. Ärge lisage silte <style></style>.',
|
'custom_css_help' => 'Sisestage kõik kohandatud CSS-i muudatused, mida soovite kasutada. Ärge lisage silte <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Valuuta vaikimisi',
|
'default_currency' => 'Valuuta vaikimisi',
|
||||||
'default_eula_text' => 'EULA vaikimisi',
|
'default_eula_text' => 'EULA vaikimisi',
|
||||||
'default_language' => 'Vaikimisi keel',
|
'default_language' => 'Vaikimisi keel',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP on lubatud',
|
'ldap_enabled' => 'LDAP on lubatud',
|
||||||
'ldap_integration' => 'LDAP-i integreerimine',
|
'ldap_integration' => 'LDAP-i integreerimine',
|
||||||
'ldap_settings' => 'LDAP seaded',
|
'ldap_settings' => 'LDAP seaded',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP server',
|
'ldap_server' => 'LDAP server',
|
||||||
'ldap_server_help' => 'See peaks algama ldap: // (krüpteerimata või TLS-i puhul) või ldaps: // (SSL-i puhul)',
|
'ldap_server_help' => 'See peaks algama ldap: // (krüpteerimata või TLS-i puhul) või ldaps: // (SSL-i puhul)',
|
||||||
'ldap_server_cert' => 'LDAP SSL-sertifikaadi valideerimine',
|
'ldap_server_cert' => 'LDAP SSL-sertifikaadi valideerimine',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Tarnijat ei eksisteeri.',
|
'does_not_exist' => 'Tarnijat ei eksisteeri.',
|
||||||
'assoc_users' => 'Selle tarnijaga on seotud vähemalt üks mudel ja seda ei saa kustutada. Palun uuenda oma mudeleid, et need ei kasutaks seda tarnijat ning seejärel proovi uuesti. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Tarnijat ei loodud, palun proovi uuesti.',
|
'error' => 'Tarnijat ei loodud, palun proovi uuesti.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Kas oled kindel, et soovid selle tarnija kustutada?',
|
'confirm' => 'Kas oled kindel, et soovid selle tarnija kustutada?',
|
||||||
'error' => 'Tarnija kustutamisel tekkis probleem. Palun proovi uuesti.',
|
'error' => 'Tarnija kustutamisel tekkis probleem. Palun proovi uuesti.',
|
||||||
'success' => 'Tarnija kustutamine õnnestus.'
|
'success' => 'Tarnija kustutamine õnnestus.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Tarvikud',
|
'accessories' => 'Tarvikud',
|
||||||
'activated' => 'Aktiveeritud',
|
'activated' => 'Aktiveeritud',
|
||||||
'accessory' => 'Tarvik',
|
'accessory' => 'Tarvik',
|
||||||
'accessory_report' => 'Tarvikute aruanne',
|
'accessory_report' => 'Tarvikute aruanne',
|
||||||
'action' => 'Tegevus',
|
'action' => 'Tegevus',
|
||||||
'activity_report' => 'Tegevuste aruanne',
|
'activity_report' => 'Tegevuste aruanne',
|
||||||
'address' => 'Aadress',
|
'address' => 'Aadress',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Lisatud istekohad',
|
'add_seats' => 'Lisatud istekohad',
|
||||||
'all_assets' => 'Kõik vahendid',
|
'all_assets' => 'Kõik vahendid',
|
||||||
'all' => 'Kõik',
|
'all' => 'Kõik',
|
||||||
'archived' => 'Arhiveeritud',
|
'archived' => 'Arhiveeritud',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Checkout',
|
'checkout' => 'Checkout',
|
||||||
'city' => 'Linn',
|
'city' => 'Linn',
|
||||||
'click_here' => 'Kliki siia',
|
'click_here' => 'Kliki siia',
|
||||||
'companies' => 'Ettevõtted',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Ettevõtted',
|
||||||
'company' => 'Ettevõte',
|
'company' => 'Ettevõte',
|
||||||
'component' => 'Komponent',
|
'component' => 'Komponent',
|
||||||
'components' => 'Komponendid',
|
'components' => 'Komponendid',
|
||||||
'complete' => 'Tehtud',
|
'complete' => 'Tehtud',
|
||||||
'consumable' => 'Kulutatav',
|
'consumable' => 'Kulutatav',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Kohandatud varade aruanne',
|
'custom_report' => 'Kohandatud varade aruanne',
|
||||||
'dashboard' => 'Töölaud',
|
'dashboard' => 'Töölaud',
|
||||||
'days' => 'päeva',
|
'days' => 'päeva',
|
||||||
'days_to_next_audit' => 'Päevad järgmise auditi juurde',
|
'days_to_next_audit' => 'Päevad järgmise auditi juurde',
|
||||||
'date' => 'Kuupäev',
|
'date' => 'Kuupäev',
|
||||||
'debug_warning' => 'Hoiatus!',
|
'debug_warning' => 'Hoiatus!',
|
||||||
'debug_warning_text' => 'See rakendus töötab tootmisrežiimis, kus silumisvõimalused on lubatud. See võib avaldada tundlikke andmeid, kui teie rakendus on välismaailmale juurdepääsetav. Keela debugrežiim, määrates <code>APP_DEBUG</code> väärtuse oma <code>.env</code> failis <code>false</code>.',
|
'debug_warning_text' => 'See rakendus töötab tootmisrežiimis, kus silumisvõimalused on lubatud. See võib avaldada tundlikke andmeid, kui teie rakendus on välismaailmale juurdepääsetav. Keela debugrežiim, määrates <code>APP_DEBUG</code> väärtuse oma <code>.env</code> failis <code>false</code>.',
|
||||||
'delete' => 'Kustuta',
|
'delete' => 'Kustuta',
|
||||||
'deleted' => 'Kustutatud',
|
'deleted' => 'Kustutatud',
|
||||||
'delete_seats' => 'Kustutatud istmed',
|
'delete_seats' => 'Kustutatud istmed',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Ajalugu',
|
'history' => 'Ajalugu',
|
||||||
'history_for' => 'Ajalugu jaoks',
|
'history_for' => 'Ajalugu jaoks',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Kustuta pilt',
|
'image_delete' => 'Kustuta pilt',
|
||||||
'image_upload' => 'Laadi pilt üles',
|
'image_upload' => 'Laadi pilt üles',
|
||||||
'import' => 'Impordi',
|
'import' => 'Impordi',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'Atribuut: on juba võetud.',
|
'unique' => 'Atribuut: on juba võetud.',
|
||||||
'uploaded' => 'Atribuut ei õnnestunud üles laadida.',
|
'uploaded' => 'Atribuut ei õnnestunud üles laadida.',
|
||||||
'url' => 'Atribuudivorming on vale.',
|
'url' => 'Atribuudivorming on vale.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Teie praegune parool on vale",
|
"hashed_pass" => "Teie praegune parool on vale",
|
||||||
'dumbpwd' => 'See parool on liiga levinud.',
|
'dumbpwd' => 'See parool on liiga levinud.',
|
||||||
"statuslabel_type" => "Peate valima kehtiva olekutüübi tüübi",
|
"statuslabel_type" => "Peate valima kehtiva olekutüübi tüübi",
|
||||||
"unique_undeleted" => "Atribuut peab olema ainulaadne.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید',
|
'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید',
|
||||||
'success' => 'دارایی را بررسی کنید موفقیت.',
|
'success' => 'دارایی را بررسی کنید موفقیت.',
|
||||||
'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.',
|
'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.',
|
||||||
'not_available' => 'این دارایی برای پرداخت در دسترس نیست!'
|
'not_available' => 'این دارایی برای پرداخت در دسترس نیست!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'متن "حذف" در کادر زیر برای پاکسازی پرونده حذف شده خود را وارد کنید. این دستور قابل بازگشت نیست.',
|
'confirm_purge_help' => 'متن "حذف" در کادر زیر برای پاکسازی پرونده حذف شده خود را وارد کنید. این دستور قابل بازگشت نیست.',
|
||||||
'custom_css' => 'سفارشی CSS',
|
'custom_css' => 'سفارشی CSS',
|
||||||
'custom_css_help' => 'هر ابطال CSS سفارشی می خواهید استفاده کنید را وارد کنید.از برچسب های <style></style> استفاده نکنید.',
|
'custom_css_help' => 'هر ابطال CSS سفارشی می خواهید استفاده کنید را وارد کنید.از برچسب های <style></style> استفاده نکنید.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'ارز پیش فرض',
|
'default_currency' => 'ارز پیش فرض',
|
||||||
'default_eula_text' => 'EULA پیش فرض',
|
'default_eula_text' => 'EULA پیش فرض',
|
||||||
'default_language' => 'زبان پیش فرض',
|
'default_language' => 'زبان پیش فرض',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP فعال شد.',
|
'ldap_enabled' => 'LDAP فعال شد.',
|
||||||
'ldap_integration' => 'ادغام LDAP',
|
'ldap_integration' => 'ادغام LDAP',
|
||||||
'ldap_settings' => 'تنظیمات LDAP',
|
'ldap_settings' => 'تنظیمات LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'سرویس دهنده LDAP',
|
'ldap_server' => 'سرویس دهنده LDAP',
|
||||||
'ldap_server_help' => 'این باید با ldap: // (برای رمزگذاری نشده یا TLS) یا ldaps: ((برای SSL)',
|
'ldap_server_help' => 'این باید با ldap: // (برای رمزگذاری نشده یا TLS) یا ldaps: ((برای SSL)',
|
||||||
'ldap_server_cert' => 'اعتبار گواهی نامه LDAP SSL',
|
'ldap_server_cert' => 'اعتبار گواهی نامه LDAP SSL',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'تامین کننده وجود ندارد.',
|
'does_not_exist' => 'تامین کننده وجود ندارد.',
|
||||||
'assoc_users' => 'این شرکت در حال حاضر همراه با حداقل یک مدل است و قادر به حذف نمی شود. لطفا بروز مدل های خود را به دیگر تامین کننده این مرجع و دوباره امتحان کنید. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'تامین کننده ایجاد نشد, لطفا دوباره سعی کنید.',
|
'error' => 'تامین کننده ایجاد نشد, لطفا دوباره سعی کنید.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'آیا شما مطمئن هستید که می خواهید این کارپرداز را حذف کنید؟',
|
'confirm' => 'آیا شما مطمئن هستید که می خواهید این کارپرداز را حذف کنید؟',
|
||||||
'error' => 'در حذف کردن این کارپرداز مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
|
'error' => 'در حذف کردن این کارپرداز مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
|
||||||
'success' => 'کارپرداز با موفقیت حذف شد.'
|
'success' => 'کارپرداز با موفقیت حذف شد.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'تجهیزات جانبی',
|
'accessories' => 'تجهیزات جانبی',
|
||||||
'activated' => 'فعال شد',
|
'activated' => 'فعال شد',
|
||||||
'accessory' => 'لوازم جانبی',
|
'accessory' => 'لوازم جانبی',
|
||||||
'accessory_report' => 'گزارش لوازم جانبی',
|
'accessory_report' => 'گزارش لوازم جانبی',
|
||||||
'action' => 'اقدام',
|
'action' => 'اقدام',
|
||||||
'activity_report' => 'گزارش فعالیت',
|
'activity_report' => 'گزارش فعالیت',
|
||||||
'address' => 'آدرس',
|
'address' => 'آدرس',
|
||||||
'admin' => 'مدیر',
|
'admin' => 'مدیر',
|
||||||
'add_seats' => 'اضافه شدن صندلی',
|
'add_seats' => 'اضافه شدن صندلی',
|
||||||
'all_assets' => 'تمام دارایی ها',
|
'all_assets' => 'تمام دارایی ها',
|
||||||
'all' => 'همه',
|
'all' => 'همه',
|
||||||
'archived' => 'بایگانی شد',
|
'archived' => 'بایگانی شد',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'پرداخت',
|
'checkout' => 'پرداخت',
|
||||||
'city' => 'شهر',
|
'city' => 'شهر',
|
||||||
'click_here' => 'اینجا کلیک کنید',
|
'click_here' => 'اینجا کلیک کنید',
|
||||||
'companies' => 'شرکت ها',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'شرکت ها',
|
||||||
'company' => 'شرکت',
|
'company' => 'شرکت',
|
||||||
'component' => 'کامپوننت',
|
'component' => 'کامپوننت',
|
||||||
'components' => 'کامپوننت ها',
|
'components' => 'کامپوننت ها',
|
||||||
'complete' => 'تکمیل',
|
'complete' => 'تکمیل',
|
||||||
'consumable' => 'قابل مصرف',
|
'consumable' => 'قابل مصرف',
|
||||||
|
@ -59,10 +60,10 @@
|
||||||
',
|
',
|
||||||
'dashboard' => 'میز کار',
|
'dashboard' => 'میز کار',
|
||||||
'days' => 'روزها',
|
'days' => 'روزها',
|
||||||
'days_to_next_audit' => 'روز به حسابرسی بعدی',
|
'days_to_next_audit' => 'روز به حسابرسی بعدی',
|
||||||
'date' => 'تاریخ',
|
'date' => 'تاریخ',
|
||||||
'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' => 'حذف',
|
||||||
'deleted' => 'حذف شد',
|
'deleted' => 'حذف شد',
|
||||||
'delete_seats' => 'صندلی ها حذف شده
|
'delete_seats' => 'صندلی ها حذف شده
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
'history' => 'پيشينه',
|
'history' => 'پيشينه',
|
||||||
'history_for' => 'پیشینه برای ',
|
'history_for' => 'پیشینه برای ',
|
||||||
'id' => 'شناسه',
|
'id' => 'شناسه',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'عکس های پاک شده',
|
'image_delete' => 'عکس های پاک شده',
|
||||||
'image_upload' => 'آپلود تصویر',
|
'image_upload' => 'آپلود تصویر',
|
||||||
'import' => 'واردات',
|
'import' => 'واردات',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'ویژگی در حال حاضر گرفته شده است.',
|
'unique' => 'ویژگی در حال حاضر گرفته شده است.',
|
||||||
'uploaded' => 'ویژگی: attribute failed to upload.',
|
'uploaded' => 'ویژگی: attribute failed to upload.',
|
||||||
'url' => 'شکل ویژگی نامعتبر است.',
|
'url' => 'شکل ویژگی نامعتبر است.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "رمز عبور فعلی شما اشتباه است",
|
"hashed_pass" => "رمز عبور فعلی شما اشتباه است",
|
||||||
'dumbpwd' => 'این رمز عبور خیلی رایج است',
|
'dumbpwd' => 'این رمز عبور خیلی رایج است',
|
||||||
"statuslabel_type" => "شما باید نوع برچسب معتبر را انتخاب کنید",
|
"statuslabel_type" => "شما باید نوع برچسب معتبر را انتخاب کنید",
|
||||||
"unique_undeleted" => ": attribute باید منحصر به فرد باشد.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen',
|
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen',
|
||||||
'success' => 'Laite luovutettu onnistuneesti.',
|
'success' => 'Laite luovutettu onnistuneesti.',
|
||||||
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.',
|
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.',
|
||||||
'not_available' => 'Tätä omaisuutta ei ole saatavilla kassalle!'
|
'not_available' => 'Tätä omaisuutta ei ole saatavilla kassalle!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Kirjoita alla olevaan kohtaan "DELETE" teksti tyhjentääksesi poistetut tietueet. Tätä toimintoa ei voi kumota.',
|
'confirm_purge_help' => 'Kirjoita alla olevaan kohtaan "DELETE" teksti tyhjentääksesi poistetut tietueet. Tätä toimintoa ei voi kumota.',
|
||||||
'custom_css' => 'Oma CSS',
|
'custom_css' => 'Oma CSS',
|
||||||
'custom_css_help' => 'Anna haluamasi mukautetut CSS-ohitukset. Älä lisää <style></style> tunnisteita.',
|
'custom_css_help' => 'Anna haluamasi mukautetut CSS-ohitukset. Älä lisää <style></style> tunnisteita.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Oletusvaluutta',
|
'default_currency' => 'Oletusvaluutta',
|
||||||
'default_eula_text' => 'Oletus EULA',
|
'default_eula_text' => 'Oletus EULA',
|
||||||
'default_language' => 'Oletuskieli',
|
'default_language' => 'Oletuskieli',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP käytössä',
|
'ldap_enabled' => 'LDAP käytössä',
|
||||||
'ldap_integration' => 'LDAP integraatio',
|
'ldap_integration' => 'LDAP integraatio',
|
||||||
'ldap_settings' => 'LDAP Asetukset',
|
'ldap_settings' => 'LDAP Asetukset',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Palvelin',
|
'ldap_server' => 'LDAP Palvelin',
|
||||||
'ldap_server_help' => 'Tämän pitäisi alkaa ldap: // (salaamaton tai TLS) tai ldaps: // (SSL)',
|
'ldap_server_help' => 'Tämän pitäisi alkaa ldap: // (salaamaton tai TLS) tai ldaps: // (SSL)',
|
||||||
'ldap_server_cert' => 'LDAP SSL Varmenteen varmennus',
|
'ldap_server_cert' => 'LDAP SSL Varmenteen varmennus',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Toimittajaa ei löydy.',
|
'does_not_exist' => 'Toimittajaa ei löydy.',
|
||||||
'assoc_users' => 'Toimittaja on määritettynä yhdelle tai useammalle mallille eikä sitä voida poistaa. Poista toimittaja käytöstä kaikilta malleilta ja yritä uudelleen. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Toimittajaa ei luotu, yritä uudelleen.',
|
'error' => 'Toimittajaa ei luotu, yritä uudelleen.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Oletko varma että haluat poistaa tämän toimittajan?',
|
'confirm' => 'Oletko varma että haluat poistaa tämän toimittajan?',
|
||||||
'error' => 'Toimittajan poistossa tapahtui virhe. Yritä uudelleen.',
|
'error' => 'Toimittajan poistossa tapahtui virhe. Yritä uudelleen.',
|
||||||
'success' => 'Toimittaja poistettiin onnistuneesti.'
|
'success' => 'Toimittaja poistettiin onnistuneesti.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Lisätarvikkeet',
|
'accessories' => 'Lisätarvikkeet',
|
||||||
'activated' => 'Aktivoitu',
|
'activated' => 'Aktivoitu',
|
||||||
'accessory' => 'lisävaruste',
|
'accessory' => 'lisävaruste',
|
||||||
'accessory_report' => 'Lisävarusteluettelo',
|
'accessory_report' => 'Lisävarusteluettelo',
|
||||||
'action' => 'Toiminto',
|
'action' => 'Toiminto',
|
||||||
'activity_report' => 'Toimintakertomus',
|
'activity_report' => 'Toimintakertomus',
|
||||||
'address' => 'Osoite',
|
'address' => 'Osoite',
|
||||||
'admin' => 'Ylläpitäjä',
|
'admin' => 'Ylläpitäjä',
|
||||||
'add_seats' => 'Lisäistuimia',
|
'add_seats' => 'Lisäistuimia',
|
||||||
'all_assets' => 'Kaikki Laitteet',
|
'all_assets' => 'Kaikki Laitteet',
|
||||||
'all' => 'Kaikki',
|
'all' => 'Kaikki',
|
||||||
'archived' => 'Arkistoitu',
|
'archived' => 'Arkistoitu',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Luovuta',
|
'checkout' => 'Luovuta',
|
||||||
'city' => 'Kaupunki',
|
'city' => 'Kaupunki',
|
||||||
'click_here' => 'Klikkaa tästä',
|
'click_here' => 'Klikkaa tästä',
|
||||||
'companies' => 'Yritykset',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Yritykset',
|
||||||
'company' => 'Yritys',
|
'company' => 'Yritys',
|
||||||
'component' => 'Komponentti',
|
'component' => 'Komponentti',
|
||||||
'components' => 'Komponentit',
|
'components' => 'Komponentit',
|
||||||
'complete' => 'Saattaa loppuun',
|
'complete' => 'Saattaa loppuun',
|
||||||
'consumable' => 'kuluvia',
|
'consumable' => 'kuluvia',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Muokattu Laiteraportti',
|
'custom_report' => 'Muokattu Laiteraportti',
|
||||||
'dashboard' => 'Hallintasivu',
|
'dashboard' => 'Hallintasivu',
|
||||||
'days' => 'päivää',
|
'days' => 'päivää',
|
||||||
'days_to_next_audit' => 'Päivää seuraavaan tarkastukseen',
|
'days_to_next_audit' => 'Päivää seuraavaan tarkastukseen',
|
||||||
'date' => 'Päivä',
|
'date' => 'Päivä',
|
||||||
'debug_warning' => 'Varoitus!',
|
'debug_warning' => 'Varoitus!',
|
||||||
'debug_warning_text' => 'Tämä sovellus on käynnissä tuotantotilassa, jossa virheenkorjaus on käytössä. Tämä voi paljastaa arkaluonteisia tietoja, jos sovellus on ulkomaailman käytettävissä. Poista debug-tilan käytöstä asettamalla <code>APP_DEBUG</code> -arvo <code>.env</code> -tiedostoosi <code>false</code>.',
|
'debug_warning_text' => 'Tämä sovellus on käynnissä tuotantotilassa, jossa virheenkorjaus on käytössä. Tämä voi paljastaa arkaluonteisia tietoja, jos sovellus on ulkomaailman käytettävissä. Poista debug-tilan käytöstä asettamalla <code>APP_DEBUG</code> -arvo <code>.env</code> -tiedostoosi <code>false</code>.',
|
||||||
'delete' => 'Poista',
|
'delete' => 'Poista',
|
||||||
'deleted' => 'Poistettu',
|
'deleted' => 'Poistettu',
|
||||||
'delete_seats' => 'Poistetut istuimet',
|
'delete_seats' => 'Poistetut istuimet',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historia',
|
'history' => 'Historia',
|
||||||
'history_for' => 'Laitehistoria käyttäjälle',
|
'history_for' => 'Laitehistoria käyttäjälle',
|
||||||
'id' => 'Tunnus',
|
'id' => 'Tunnus',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Poista Kuva',
|
'image_delete' => 'Poista Kuva',
|
||||||
'image_upload' => 'Lähetä Kuva',
|
'image_upload' => 'Lähetä Kuva',
|
||||||
'import' => 'Tuo tiedot',
|
'import' => 'Tuo tiedot',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute on jo käytössä.',
|
'unique' => ':attribute on jo käytössä.',
|
||||||
'uploaded' => 'Attribuutti ei onnistunut lataamaan.',
|
'uploaded' => 'Attribuutti ei onnistunut lataamaan.',
|
||||||
'url' => ':attribute muotoilu on virheellinen.',
|
'url' => ':attribute muotoilu on virheellinen.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Nykyinen salasanasi on virheellinen",
|
"hashed_pass" => "Nykyinen salasanasi on virheellinen",
|
||||||
'dumbpwd' => 'Salasana on liian yleinen.',
|
'dumbpwd' => 'Salasana on liian yleinen.',
|
||||||
"statuslabel_type" => "Sinun on valittava kelvollinen tilamerkintyyppi",
|
"statuslabel_type" => "Sinun on valittava kelvollinen tilamerkintyyppi",
|
||||||
"unique_undeleted" => "Ominaisuuden on oltava ainutlaatuinen.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Ce bien n\'a pas été sorti, veuillez réessayer',
|
'error' => 'Ce bien n\'a pas été sorti, veuillez réessayer',
|
||||||
'success' => 'Ce bien a été sorti correctement.',
|
'success' => 'Ce bien a été sorti correctement.',
|
||||||
'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.',
|
'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.',
|
||||||
'not_available' => 'Ce bien n\'est pas disponible pour être sorti!'
|
'not_available' => 'Ce bien n\'est pas disponible pour être sorti!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ 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 <style></style>.',
|
'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'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',
|
||||||
'default_language' => 'Langue par défaut',
|
'default_language' => 'Langue par défaut',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP activé',
|
'ldap_enabled' => 'LDAP activé',
|
||||||
'ldap_integration' => 'Intégration LDAP',
|
'ldap_integration' => 'Intégration LDAP',
|
||||||
'ldap_settings' => 'Paramètres LDAP',
|
'ldap_settings' => 'Paramètres LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'Serveur LDAP',
|
'ldap_server' => 'Serveur LDAP',
|
||||||
'ldap_server_help' => 'Ca devrait commencer par ldap:// (non crypté ou TLS) ou ldaps:// (SSL)',
|
'ldap_server_help' => 'Ca devrait commencer par ldap:// (non crypté ou TLS) ou ldaps:// (SSL)',
|
||||||
'ldap_server_cert' => 'Validation du certificat SSL LDAP',
|
'ldap_server_cert' => 'Validation du certificat SSL LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Le fournisseur n\'existe pas.',
|
'does_not_exist' => 'Le fournisseur n\'existe pas.',
|
||||||
'assoc_users' => 'Ce fournisseur est actuellement associé à au moins un modèle et ne peut être supprimé. Veuillez actualiser vos modèles pour ne plus référencer cette catégorie et réessayer. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Le fournisseur n\'a pas été créé, veuillez essayer à nouveau.',
|
'error' => 'Le fournisseur n\'a pas été créé, veuillez essayer à nouveau.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fournisseur ?',
|
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fournisseur ?',
|
||||||
'error' => 'Un problème a eu lieu pendant la suppression du fournisseur. Veuillez essayer à nouveau.',
|
'error' => 'Un problème a eu lieu pendant la suppression du fournisseur. Veuillez essayer à nouveau.',
|
||||||
'success' => 'Le fournisseur a été supprimé avec succès.'
|
'success' => 'Le fournisseur a été supprimé avec succès.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accessoires',
|
'accessories' => 'Accessoires',
|
||||||
'activated' => 'Activé',
|
'activated' => 'Activé',
|
||||||
'accessory' => 'Accessoire',
|
'accessory' => 'Accessoire',
|
||||||
'accessory_report' => 'Rapport sur les accessoires',
|
'accessory_report' => 'Rapport sur les accessoires',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'activity_report' => 'Rapport d\'activité',
|
'activity_report' => 'Rapport d\'activité',
|
||||||
'address' => 'Adresse',
|
'address' => 'Adresse',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Places ajoutées',
|
'add_seats' => 'Places ajoutées',
|
||||||
'all_assets' => 'Tous les actifs',
|
'all_assets' => 'Tous les actifs',
|
||||||
'all' => 'Tous',
|
'all' => 'Tous',
|
||||||
'archived' => 'Retiré',
|
'archived' => 'Retiré',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Associer',
|
'checkout' => 'Associer',
|
||||||
'city' => 'Ville',
|
'city' => 'Ville',
|
||||||
'click_here' => 'Cliquez ici',
|
'click_here' => 'Cliquez ici',
|
||||||
'companies' => 'Compagnies',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Compagnies',
|
||||||
'company' => 'Compagnie',
|
'company' => 'Compagnie',
|
||||||
'component' => 'Composant',
|
'component' => 'Composant',
|
||||||
'components' => 'Composants',
|
'components' => 'Composants',
|
||||||
'complete' => 'Terminé',
|
'complete' => 'Terminé',
|
||||||
'consumable' => 'Fourniture',
|
'consumable' => 'Fourniture',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Rapport d\'actif personnalisé',
|
'custom_report' => 'Rapport d\'actif personnalisé',
|
||||||
'dashboard' => 'Tableau de bord',
|
'dashboard' => 'Tableau de bord',
|
||||||
'days' => 'journées',
|
'days' => 'journées',
|
||||||
'days_to_next_audit' => 'Jours avant la prochaine vérification',
|
'days_to_next_audit' => 'Jours avant la prochaine vérification',
|
||||||
'date' => 'Date',
|
'date' => 'Date',
|
||||||
'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',
|
||||||
'deleted' => 'Supprimé',
|
'deleted' => 'Supprimé',
|
||||||
'delete_seats' => 'Places supprimées',
|
'delete_seats' => 'Places supprimées',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Historique',
|
'history' => 'Historique',
|
||||||
'history_for' => 'Historique pour',
|
'history_for' => 'Historique pour',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Supprimer l\'image',
|
'image_delete' => 'Supprimer l\'image',
|
||||||
'image_upload' => 'Charger une image',
|
'image_upload' => 'Charger une image',
|
||||||
'import' => 'Importer',
|
'import' => 'Importer',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'Cet-te :attribute a déjà été pris-e.',
|
'unique' => 'Cet-te :attribute a déjà été pris-e.',
|
||||||
'uploaded' => 'L\'attribut: n\'a pas pu télécharger.',
|
'uploaded' => 'L\'attribut: n\'a pas pu télécharger.',
|
||||||
'url' => 'Le format de cet-te :attribute est invalide.',
|
'url' => 'Le format de cet-te :attribute est invalide.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Votre mot de passe actuel est incorrect",
|
"hashed_pass" => "Votre mot de passe actuel est incorrect",
|
||||||
'dumbpwd' => 'Ce mot de passe est trop commun.',
|
'dumbpwd' => 'Ce mot de passe est trop commun.',
|
||||||
"statuslabel_type" => "Vous devez sélectionner un type d'étiquette de statut valide",
|
"statuslabel_type" => "Vous devez sélectionner un type d'étiquette de statut valide",
|
||||||
"unique_undeleted" => "L'attribut: doit être unique.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Níor sheiceáil amach an tsócmhainn, déan iarracht arís',
|
'error' => 'Níor sheiceáil amach an tsócmhainn, déan iarracht arís',
|
||||||
'success' => 'Seiceáil sheiceáil amach go rathúil.',
|
'success' => 'Seiceáil sheiceáil amach go rathúil.',
|
||||||
'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.',
|
'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.',
|
||||||
'not_available' => 'Níl an tsócmhainn sin ar fáil le haghaidh seiceáil!'
|
'not_available' => 'Níl an tsócmhainn sin ar fáil le haghaidh seiceáil!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Cuir isteach an téacs "DELETE" sa bhosca thíos chun do thaifid a scriosadh. Ní féidir an gníomh seo a dhíbirt.',
|
'confirm_purge_help' => 'Cuir isteach an téacs "DELETE" sa bhosca thíos chun do thaifid a scriosadh. Ní féidir an gníomh seo a dhíbirt.',
|
||||||
'custom_css' => 'CSS saincheaptha',
|
'custom_css' => 'CSS saincheaptha',
|
||||||
'custom_css_help' => 'Cuir isteach aon scriosadh CSS saincheaptha ar mhaith leat a úsáid. Ná cuir na clibeanna <style></style> san áireamh.',
|
'custom_css_help' => 'Cuir isteach aon scriosadh CSS saincheaptha ar mhaith leat a úsáid. Ná cuir na clibeanna <style></style> san áireamh.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Réamhshocrú Airgeadra',
|
'default_currency' => 'Réamhshocrú Airgeadra',
|
||||||
'default_eula_text' => 'Réamhshocrú EULA',
|
'default_eula_text' => 'Réamhshocrú EULA',
|
||||||
'default_language' => 'Teanga Réamhshocraithe',
|
'default_language' => 'Teanga Réamhshocraithe',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP cumasaithe',
|
'ldap_enabled' => 'LDAP cumasaithe',
|
||||||
'ldap_integration' => 'Comhtháthú LDAP',
|
'ldap_integration' => 'Comhtháthú LDAP',
|
||||||
'ldap_settings' => 'Socruithe LDAP',
|
'ldap_settings' => 'Socruithe LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'Freastalaí LDAP',
|
'ldap_server' => 'Freastalaí LDAP',
|
||||||
'ldap_server_help' => 'Ba chóir go dtosódh sé seo le ldap: // (le haghaidh neamhchriptithe nó TLS) nó ldaps: // (do SSL)',
|
'ldap_server_help' => 'Ba chóir go dtosódh sé seo le ldap: // (le haghaidh neamhchriptithe nó TLS) nó ldaps: // (do SSL)',
|
||||||
'ldap_server_cert' => 'Bailíochtú deimhnithe SSL LDAP',
|
'ldap_server_cert' => 'Bailíochtú deimhnithe SSL LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Níl an soláthraí ann.',
|
'does_not_exist' => 'Níl an soláthraí ann.',
|
||||||
'assoc_users' => 'Tá an soláthraí seo bainteach le múnla amháin ar a laghad agus ní féidir é a scriosadh. Déan do mhúnlaí a thabhairt cothrom le dáta gan tagairt a dhéanamh don soláthraí seo agus déan iarracht arís.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Níor cruthaíodh an tsoláthraí, déan iarracht arís.',
|
'error' => 'Níor cruthaíodh an tsoláthraí, déan iarracht arís.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'An bhfuil tú cinnte gur mian leat an soláthraí seo a scriosadh?',
|
'confirm' => 'An bhfuil tú cinnte gur mian leat an soláthraí seo a scriosadh?',
|
||||||
'error' => 'Bhí ceist ann a scriosadh an soláthraí. Arís, le d\'thoil.',
|
'error' => 'Bhí ceist ann a scriosadh an soláthraí. Arís, le d\'thoil.',
|
||||||
'success' => 'Scriosadh an tsoláthraí go rathúil.'
|
'success' => 'Scriosadh an tsoláthraí go rathúil.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Accessories',
|
'accessories' => 'Accessories',
|
||||||
'activated' => 'Gníomhachtaithe',
|
'activated' => 'Gníomhachtaithe',
|
||||||
'accessory' => 'Cúlpháirtí',
|
'accessory' => 'Cúlpháirtí',
|
||||||
'accessory_report' => 'Tuarascáil Cúlpháirtí',
|
'accessory_report' => 'Tuarascáil Cúlpháirtí',
|
||||||
'action' => 'Gníomh',
|
'action' => 'Gníomh',
|
||||||
'activity_report' => 'Tuarascáil Ghníomhaíochta',
|
'activity_report' => 'Tuarascáil Ghníomhaíochta',
|
||||||
'address' => 'Seoladh',
|
'address' => 'Seoladh',
|
||||||
'admin' => 'Riarachán',
|
'admin' => 'Riarachán',
|
||||||
'add_seats' => 'Suíocháin breise',
|
'add_seats' => 'Suíocháin breise',
|
||||||
'all_assets' => 'Gach Sócmhainn',
|
'all_assets' => 'Gach Sócmhainn',
|
||||||
'all' => 'Gach',
|
'all' => 'Gach',
|
||||||
'archived' => 'Archived',
|
'archived' => 'Archived',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Seiceáil',
|
'checkout' => 'Seiceáil',
|
||||||
'city' => 'Cathair',
|
'city' => 'Cathair',
|
||||||
'click_here' => 'Cliceáil anseo',
|
'click_here' => 'Cliceáil anseo',
|
||||||
'companies' => 'Cuideachtaí',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Cuideachtaí',
|
||||||
'company' => 'Cuideachta',
|
'company' => 'Cuideachta',
|
||||||
'component' => 'Comhpháirt',
|
'component' => 'Comhpháirt',
|
||||||
'components' => 'Comhpháirteanna',
|
'components' => 'Comhpháirteanna',
|
||||||
'complete' => 'Comhlánaigh',
|
'complete' => 'Comhlánaigh',
|
||||||
'consumable' => 'Inchaite',
|
'consumable' => 'Inchaite',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Tuarascáil Sócmhainní Custaim',
|
'custom_report' => 'Tuarascáil Sócmhainní Custaim',
|
||||||
'dashboard' => 'Painéal',
|
'dashboard' => 'Painéal',
|
||||||
'days' => 'lá',
|
'days' => 'lá',
|
||||||
'days_to_next_audit' => 'Laethanta go dtí an chéad Iniúchadh',
|
'days_to_next_audit' => 'Laethanta go dtí an chéad Iniúchadh',
|
||||||
'date' => 'Dáta',
|
'date' => 'Dáta',
|
||||||
'debug_warning' => 'Rabhadh!',
|
'debug_warning' => 'Rabhadh!',
|
||||||
'debug_warning_text' => 'Tá an t-iarratas seo á reáchtáil i mód táirgthe le cumas dífhabhtaithe. Féadfaidh sé seo sonraí íogaire a nochtadh má tá do iarratas inrochtana don domhan lasmuigh. Díchumasaigh an modh dífhabhtaithe trí luachanna <code>APP_DEBUG</code> a leagan amach i do chomhad <code>.env</code> chuig <code>false</code>.',
|
'debug_warning_text' => 'Tá an t-iarratas seo á reáchtáil i mód táirgthe le cumas dífhabhtaithe. Féadfaidh sé seo sonraí íogaire a nochtadh má tá do iarratas inrochtana don domhan lasmuigh. Díchumasaigh an modh dífhabhtaithe trí luachanna <code>APP_DEBUG</code> a leagan amach i do chomhad <code>.env</code> chuig <code>false</code>.',
|
||||||
'delete' => 'Scrios',
|
'delete' => 'Scrios',
|
||||||
'deleted' => 'Scriosta',
|
'deleted' => 'Scriosta',
|
||||||
'delete_seats' => 'Suíocháin Scriosta',
|
'delete_seats' => 'Suíocháin Scriosta',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Stair',
|
'history' => 'Stair',
|
||||||
'history_for' => 'Stair do',
|
'history_for' => 'Stair do',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Scrios Íomhá',
|
'image_delete' => 'Scrios Íomhá',
|
||||||
'image_upload' => 'Íomhá Uaslódáil',
|
'image_upload' => 'Íomhá Uaslódáil',
|
||||||
'import' => 'Iompórtáil',
|
'import' => 'Iompórtáil',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'An: tá tréith déanta cheana féin.',
|
'unique' => 'An: tá tréith déanta cheana féin.',
|
||||||
'uploaded' => 'The: theip ar an tréith a uaslódáil.',
|
'uploaded' => 'The: theip ar an tréith a uaslódáil.',
|
||||||
'url' => 'Tá an fhormáid tréithbhail neamhbhailí.',
|
'url' => 'Tá an fhormáid tréithbhail neamhbhailí.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Tá do phasfhocal reatha mícheart",
|
"hashed_pass" => "Tá do phasfhocal reatha mícheart",
|
||||||
'dumbpwd' => 'Tá an focal faire sin ró-choitianta.',
|
'dumbpwd' => 'Tá an focal faire sin ró-choitianta.',
|
||||||
"statuslabel_type" => "Ní mór duit cineál lipéad stádas bailí a roghnú",
|
"statuslabel_type" => "Ní mór duit cineál lipéad stádas bailí a roghnú",
|
||||||
"unique_undeleted" => "An: Ní mór tréith a bheith uathúil.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'הנכס לא נבדק, נסה שוב',
|
'error' => 'הנכס לא נבדק, נסה שוב',
|
||||||
'success' => 'הנכס הוצא בהצלחה.',
|
'success' => 'הנכס הוצא בהצלחה.',
|
||||||
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.',
|
||||||
'not_available' => 'הנכס הזה אינו זמין לקופה!'
|
'not_available' => 'הנכס הזה אינו זמין לקופה!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'הזן את הטקסט "DELETE" בתיבה למטה כדי לנקות את הרשומות שנמחקו. לא ניתן לבטל פעולה זו.',
|
'confirm_purge_help' => 'הזן את הטקסט "DELETE" בתיבה למטה כדי לנקות את הרשומות שנמחקו. לא ניתן לבטל פעולה זו.',
|
||||||
'custom_css' => 'CSS מותאם אישית',
|
'custom_css' => 'CSS מותאם אישית',
|
||||||
'custom_css_help' => 'הזן כל דריסת CSS מותאמת אישית שבה תרצה להשתמש. אל תכלול את התגים <style></style>.',
|
'custom_css_help' => 'הזן כל דריסת CSS מותאמת אישית שבה תרצה להשתמש. אל תכלול את התגים <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'מטבע ברירת מחדל',
|
'default_currency' => 'מטבע ברירת מחדל',
|
||||||
'default_eula_text' => 'ברירת מחדל ל- EULA',
|
'default_eula_text' => 'ברירת מחדל ל- EULA',
|
||||||
'default_language' => 'שפת ברירת מחדל',
|
'default_language' => 'שפת ברירת מחדל',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP מופעל',
|
'ldap_enabled' => 'LDAP מופעל',
|
||||||
'ldap_integration' => 'שילוב LDAP',
|
'ldap_integration' => 'שילוב LDAP',
|
||||||
'ldap_settings' => 'הגדרות LDAP',
|
'ldap_settings' => 'הגדרות LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'שרת LDAP',
|
'ldap_server' => 'שרת LDAP',
|
||||||
'ldap_server_help' => 'זה צריך להתחיל עם ldap: // (עבור לא מוצפן או TLS) או ldaps: // (עבור SSL)',
|
'ldap_server_help' => 'זה צריך להתחיל עם ldap: // (עבור לא מוצפן או TLS) או ldaps: // (עבור SSL)',
|
||||||
'ldap_server_cert' => 'אימות תעודת SSL של LDAP',
|
'ldap_server_cert' => 'אימות תעודת SSL של LDAP',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'הספק אינו קיים.',
|
'does_not_exist' => 'הספק אינו קיים.',
|
||||||
'assoc_users' => 'ספק זה מחובר כרגע עם לפחות מודל אחד ולא ניתן למחוק אותו. אנא עדכן את המודלים שלך כדי לא להפנות עוד הספק הזה ונסה שוב.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'הספק לא נוצר, נסה שוב.',
|
'error' => 'הספק לא נוצר, נסה שוב.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'האם אתה בטוח שברצונך למחוק ספק זה?',
|
'confirm' => 'האם אתה בטוח שברצונך למחוק ספק זה?',
|
||||||
'error' => 'היתה בעיה במחיקת הספק. בבקשה נסה שוב.',
|
'error' => 'היתה בעיה במחיקת הספק. בבקשה נסה שוב.',
|
||||||
'success' => 'הספק נמחק בהצלחה.'
|
'success' => 'הספק נמחק בהצלחה.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'אביזרים',
|
'accessories' => 'אביזרים',
|
||||||
'activated' => 'מוּפעָל',
|
'activated' => 'מוּפעָל',
|
||||||
'accessory' => 'אבזר',
|
'accessory' => 'אבזר',
|
||||||
'accessory_report' => 'דוח אביזר',
|
'accessory_report' => 'דוח אביזר',
|
||||||
'action' => 'פעולה',
|
'action' => 'פעולה',
|
||||||
'activity_report' => 'דוח פעילות',
|
'activity_report' => 'דוח פעילות',
|
||||||
'address' => 'כתובת',
|
'address' => 'כתובת',
|
||||||
'admin' => 'מנהל מערכת',
|
'admin' => 'מנהל מערכת',
|
||||||
'add_seats' => 'מושבים נוספים',
|
'add_seats' => 'מושבים נוספים',
|
||||||
'all_assets' => 'כל הנכסים',
|
'all_assets' => 'כל הנכסים',
|
||||||
'all' => 'את כל',
|
'all' => 'את כל',
|
||||||
'archived' => 'בארכיון',
|
'archived' => 'בארכיון',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'לבדוק',
|
'checkout' => 'לבדוק',
|
||||||
'city' => 'עִיר',
|
'city' => 'עִיר',
|
||||||
'click_here' => 'לחץ כאן',
|
'click_here' => 'לחץ כאן',
|
||||||
'companies' => 'חברות',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'חברות',
|
||||||
'company' => 'חֶברָה',
|
'company' => 'חֶברָה',
|
||||||
'component' => 'רְכִיב',
|
'component' => 'רְכִיב',
|
||||||
'components' => 'רכיבים',
|
'components' => 'רכיבים',
|
||||||
'complete' => 'לְהַשְׁלִים',
|
'complete' => 'לְהַשְׁלִים',
|
||||||
'consumable' => 'מתכלים',
|
'consumable' => 'מתכלים',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'דוח נכס מותאם אישית',
|
'custom_report' => 'דוח נכס מותאם אישית',
|
||||||
'dashboard' => 'לוּחַ מַחווָנִים',
|
'dashboard' => 'לוּחַ מַחווָנִים',
|
||||||
'days' => 'ימים',
|
'days' => 'ימים',
|
||||||
'days_to_next_audit' => 'ימים לביקורת',
|
'days_to_next_audit' => 'ימים לביקורת',
|
||||||
'date' => 'תַאֲרִיך',
|
'date' => 'תַאֲרִיך',
|
||||||
'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' => 'לִמְחוֹק',
|
||||||
'deleted' => 'נמחק',
|
'deleted' => 'נמחק',
|
||||||
'delete_seats' => 'מושבים שנמחקו',
|
'delete_seats' => 'מושבים שנמחקו',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'הִיסטוֹרִיָה',
|
'history' => 'הִיסטוֹרִיָה',
|
||||||
'history_for' => 'היסטוריה עבור',
|
'history_for' => 'היסטוריה עבור',
|
||||||
'id' => 'תְעוּדַת זֶהוּת',
|
'id' => 'תְעוּדַת זֶהוּת',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'מחק תמונה',
|
'image_delete' => 'מחק תמונה',
|
||||||
'image_upload' => 'העלאת תמונה',
|
'image_upload' => 'העלאת תמונה',
|
||||||
'import' => 'יְבוּא',
|
'import' => 'יְבוּא',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'התכונה: כבר נלקחה.',
|
'unique' => 'התכונה: כבר נלקחה.',
|
||||||
'uploaded' => 'התכונה: נכשלה.',
|
'uploaded' => 'התכונה: נכשלה.',
|
||||||
'url' => 'תבנית התכונה: אינה חוקית.',
|
'url' => 'תבנית התכונה: אינה חוקית.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "הסיסמה הנוכחית שלך שגויה",
|
"hashed_pass" => "הסיסמה הנוכחית שלך שגויה",
|
||||||
'dumbpwd' => 'סיסמה זו נפוצה מדי.',
|
'dumbpwd' => 'סיסמה זו נפוצה מדי.',
|
||||||
"statuslabel_type" => "עליך לבחור סוג תווית סטטוס חוקי",
|
"statuslabel_type" => "עליך לבחור סוג תווית סטטוס חוקי",
|
||||||
"unique_undeleted" => "התכונה: חייבת להיות ייחודית.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Imovina nije odjavljena, pokušajte ponovo',
|
'error' => 'Imovina nije odjavljena, pokušajte ponovo',
|
||||||
'success' => 'Asset je uspješno provjeren.',
|
'success' => 'Asset je uspješno provjeren.',
|
||||||
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.',
|
'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.',
|
||||||
'not_available' => 'Taj materijal nije dostupan za naplatu!'
|
'not_available' => 'Taj materijal nije dostupan za naplatu!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Unesite tekst "DELETE" u donji okvir kako biste očistili brisane zapise. Ta se radnja ne može poništiti.',
|
'confirm_purge_help' => 'Unesite tekst "DELETE" u donji okvir kako biste očistili brisane zapise. Ta se radnja ne može poništiti.',
|
||||||
'custom_css' => 'Prilagođeni CSS',
|
'custom_css' => 'Prilagođeni CSS',
|
||||||
'custom_css_help' => 'Unesite bilo koji prilagođeni CSS nadjačaj koji biste željeli koristiti. Ne uključujte oznake <style></style>.',
|
'custom_css_help' => 'Unesite bilo koji prilagođeni CSS nadjačaj koji biste željeli koristiti. Ne uključujte oznake <style></style>.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Zadana valuta',
|
'default_currency' => 'Zadana valuta',
|
||||||
'default_eula_text' => 'Zadana EULA',
|
'default_eula_text' => 'Zadana EULA',
|
||||||
'default_language' => 'Zadani jezik',
|
'default_language' => 'Zadani jezik',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP je omogućen',
|
'ldap_enabled' => 'LDAP je omogućen',
|
||||||
'ldap_integration' => 'LDAP integracija',
|
'ldap_integration' => 'LDAP integracija',
|
||||||
'ldap_settings' => 'LDAP postavke',
|
'ldap_settings' => 'LDAP postavke',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP poslužitelj',
|
'ldap_server' => 'LDAP poslužitelj',
|
||||||
'ldap_server_help' => 'To bi trebalo započeti s ldap: // (za neispisane ili TLS) ili ldaps: // (za SSL)',
|
'ldap_server_help' => 'To bi trebalo započeti s ldap: // (za neispisane ili TLS) ili ldaps: // (za SSL)',
|
||||||
'ldap_server_cert' => 'Provjera LDAP SSL certifikata',
|
'ldap_server_cert' => 'Provjera LDAP SSL certifikata',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Dobavljač ne postoji.',
|
'does_not_exist' => 'Dobavljač ne postoji.',
|
||||||
'assoc_users' => 'Ovaj dobavljač trenutno je povezan s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da više ne referiraju ovog dobavljača i pokušajte ponovno.',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Dobavljač nije izrađen, pokušajte ponovo.',
|
'error' => 'Dobavljač nije izrađen, pokušajte ponovo.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Jeste li sigurni da želite izbrisati ovog dobavljača?',
|
'confirm' => 'Jeste li sigurni da želite izbrisati ovog dobavljača?',
|
||||||
'error' => 'Došlo je do problema s brisanjem dobavljača. Molim te pokušaj ponovno.',
|
'error' => 'Došlo je do problema s brisanjem dobavljača. Molim te pokušaj ponovno.',
|
||||||
'success' => 'Dobavljač je uspješno izbrisan.'
|
'success' => 'Dobavljač je uspješno izbrisan.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Pribor',
|
'accessories' => 'Pribor',
|
||||||
'activated' => 'aktiviran',
|
'activated' => 'aktiviran',
|
||||||
'accessory' => 'Oprema',
|
'accessory' => 'Oprema',
|
||||||
'accessory_report' => 'Izvješće o dodatku',
|
'accessory_report' => 'Izvješće o dodatku',
|
||||||
'action' => 'Akcijski',
|
'action' => 'Akcijski',
|
||||||
'activity_report' => 'Izvješće o aktivnostima',
|
'activity_report' => 'Izvješće o aktivnostima',
|
||||||
'address' => 'Adresa',
|
'address' => 'Adresa',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Dodana mjesta',
|
'add_seats' => 'Dodana mjesta',
|
||||||
'all_assets' => 'Sve imovine',
|
'all_assets' => 'Sve imovine',
|
||||||
'all' => 'svi',
|
'all' => 'svi',
|
||||||
'archived' => 'Arhivirano',
|
'archived' => 'Arhivirano',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Provjeri',
|
'checkout' => 'Provjeri',
|
||||||
'city' => 'Grad',
|
'city' => 'Grad',
|
||||||
'click_here' => 'Kliknite ovdje',
|
'click_here' => 'Kliknite ovdje',
|
||||||
'companies' => 'Tvrtke',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Tvrtke',
|
||||||
'company' => 'Društvo',
|
'company' => 'Društvo',
|
||||||
'component' => 'sastavni dio',
|
'component' => 'sastavni dio',
|
||||||
'components' => 'komponente',
|
'components' => 'komponente',
|
||||||
'complete' => 'potpun',
|
'complete' => 'potpun',
|
||||||
'consumable' => 'potrošni',
|
'consumable' => 'potrošni',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Prilagođeno izvješće o aktivi',
|
'custom_report' => 'Prilagođeno izvješće o aktivi',
|
||||||
'dashboard' => 'kontrolna ploča',
|
'dashboard' => 'kontrolna ploča',
|
||||||
'days' => 'dana',
|
'days' => 'dana',
|
||||||
'days_to_next_audit' => 'Dani za sljedeću reviziju',
|
'days_to_next_audit' => 'Dani za sljedeću reviziju',
|
||||||
'date' => 'Datum',
|
'date' => 'Datum',
|
||||||
'debug_warning' => 'Upozorenje!',
|
'debug_warning' => 'Upozorenje!',
|
||||||
'debug_warning_text' => 'Ova se aplikacija izvodi u načinu rada s omogućenim uklanjanjem pogrešaka. To može otkriti osjetljive podatke ako je aplikacija dostupna vanjskom svijetu. Onemogućite način otklanjanja pogrešaka postavljanjem vrijednosti <code>APP_DEBUG</code> u <code>.env</code> datoteci na <code>false</code>.',
|
'debug_warning_text' => 'Ova se aplikacija izvodi u načinu rada s omogućenim uklanjanjem pogrešaka. To može otkriti osjetljive podatke ako je aplikacija dostupna vanjskom svijetu. Onemogućite način otklanjanja pogrešaka postavljanjem vrijednosti <code>APP_DEBUG</code> u <code>.env</code> datoteci na <code>false</code>.',
|
||||||
'delete' => 'Izbrisati',
|
'delete' => 'Izbrisati',
|
||||||
'deleted' => 'izbrisana',
|
'deleted' => 'izbrisana',
|
||||||
'delete_seats' => 'Izbrisana mjesta',
|
'delete_seats' => 'Izbrisana mjesta',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Povijest',
|
'history' => 'Povijest',
|
||||||
'history_for' => 'Povijest za',
|
'history_for' => 'Povijest za',
|
||||||
'id' => 'iskaznica',
|
'id' => 'iskaznica',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Izbriši sliku',
|
'image_delete' => 'Izbriši sliku',
|
||||||
'image_upload' => 'Prenesite sliku',
|
'image_upload' => 'Prenesite sliku',
|
||||||
'import' => 'Uvoz',
|
'import' => 'Uvoz',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'The: atribut je već snimljen.',
|
'unique' => 'The: atribut je već snimljen.',
|
||||||
'uploaded' => 'Atribut nije prenesen.',
|
'uploaded' => 'Atribut nije prenesen.',
|
||||||
'url' => 'Format atributa nije važeći.',
|
'url' => 'Format atributa nije važeći.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Vaša trenutačna zaporka nije točna",
|
"hashed_pass" => "Vaša trenutačna zaporka nije točna",
|
||||||
'dumbpwd' => 'Ta je lozinka prečestna.',
|
'dumbpwd' => 'Ta je lozinka prečestna.',
|
||||||
"statuslabel_type" => "Morate odabrati valjanu vrstu oznake statusa",
|
"statuslabel_type" => "Morate odabrati valjanu vrstu oznake statusa",
|
||||||
"unique_undeleted" => "Atribut mora biti jedinstven.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -61,7 +61,8 @@ return array(
|
||||||
'error' => 'Az eszköz nem lett kijelölve, próbáld újra',
|
'error' => 'Az eszköz nem lett kijelölve, próbáld újra',
|
||||||
'success' => 'A készlet sikeresen ki lett állítva.',
|
'success' => 'A készlet sikeresen ki lett állítva.',
|
||||||
'user_does_not_exist' => 'Ez a felhasználó érvénytelen. Kérlek próbáld újra.',
|
'user_does_not_exist' => 'Ez a felhasználó érvénytelen. Kérlek próbáld újra.',
|
||||||
'not_available' => 'Ez az eszköz nem áll rendelkezésre pénztárnál!'
|
'not_available' => 'Ez az eszköz nem áll rendelkezésre pénztárnál!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Az alábbi mezőbe írja be a "DELETE" szöveget a törölt rekordok törléséhez. Ez a művelet nem vonható vissza.',
|
'confirm_purge_help' => 'Az alábbi mezőbe írja be a "DELETE" szöveget a törölt rekordok törléséhez. Ez a művelet nem vonható vissza.',
|
||||||
'custom_css' => 'Egyéni CSS',
|
'custom_css' => 'Egyéni CSS',
|
||||||
'custom_css_help' => 'Adjon meg olyan egyedi CSS felülírást, amelyet használni szeretne. Ne tüntesse fel a <style></style> címkéket.',
|
'custom_css_help' => 'Adjon meg olyan egyedi CSS felülírást, amelyet használni szeretne. Ne tüntesse fel a <style></style> címkéket.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Alapértelmezett pénznem',
|
'default_currency' => 'Alapértelmezett pénznem',
|
||||||
'default_eula_text' => 'Alapértelmezett EULA',
|
'default_eula_text' => 'Alapértelmezett EULA',
|
||||||
'default_language' => 'Alapértelmezett nyelv',
|
'default_language' => 'Alapértelmezett nyelv',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'LDAP bekapcsolva',
|
'ldap_enabled' => 'LDAP bekapcsolva',
|
||||||
'ldap_integration' => 'LDAP integráció',
|
'ldap_integration' => 'LDAP integráció',
|
||||||
'ldap_settings' => 'LDAP beállítások',
|
'ldap_settings' => 'LDAP beállítások',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP szerver',
|
'ldap_server' => 'LDAP szerver',
|
||||||
'ldap_server_help' => 'Ezt az ldap: // (titkosítatlan vagy TLS) vagy az ldaps:',
|
'ldap_server_help' => 'Ezt az ldap: // (titkosítatlan vagy TLS) vagy az ldaps:',
|
||||||
'ldap_server_cert' => 'LDAP SSL tanúsítvány érvényesítés',
|
'ldap_server_cert' => 'LDAP SSL tanúsítvány érvényesítés',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Beszállító nem létezik.',
|
'does_not_exist' => 'Beszállító nem létezik.',
|
||||||
'assoc_users' => 'Ez a beszállító jelenleg legalább egy modellel társítva van, így nem lehet törölni. Kérjük, frissítse a modellt úgy, hogy ne hivatkozzon erre a beszállítóra, és próbálkozzon újra. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Beszállító nem lett létrehozva, próbálja meg újra.',
|
'error' => 'Beszállító nem lett létrehozva, próbálja meg újra.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Biztosan törölni szeretné ezt a szállítót?',
|
'confirm' => 'Biztosan törölni szeretné ezt a szállítót?',
|
||||||
'error' => 'A szállító törlését okozta. Kérlek próbáld újra.',
|
'error' => 'A szállító törlését okozta. Kérlek próbáld újra.',
|
||||||
'success' => 'A szállító sikeresen törölve lett.'
|
'success' => 'A szállító sikeresen törölve lett.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Tartozékok',
|
'accessories' => 'Tartozékok',
|
||||||
'activated' => 'Aktivált',
|
'activated' => 'Aktivált',
|
||||||
'accessory' => 'Tartozék',
|
'accessory' => 'Tartozék',
|
||||||
'accessory_report' => 'Tartozék riport',
|
'accessory_report' => 'Tartozék riport',
|
||||||
'action' => 'Művelet',
|
'action' => 'Művelet',
|
||||||
'activity_report' => 'Tevékenység riport',
|
'activity_report' => 'Tevékenység riport',
|
||||||
'address' => 'Cím',
|
'address' => 'Cím',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'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',
|
||||||
'archived' => 'Archivált',
|
'archived' => 'Archivált',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Kiadás',
|
'checkout' => 'Kiadás',
|
||||||
'city' => 'Város',
|
'city' => 'Város',
|
||||||
'click_here' => 'Kattints ide',
|
'click_here' => 'Kattints ide',
|
||||||
'companies' => 'Cégek',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Cégek',
|
||||||
'company' => 'Cég',
|
'company' => 'Cég',
|
||||||
'component' => 'Alkatrész',
|
'component' => 'Alkatrész',
|
||||||
'components' => 'Alkatrészek',
|
'components' => 'Alkatrészek',
|
||||||
'complete' => 'teljes',
|
'complete' => 'teljes',
|
||||||
'consumable' => 'Fogyóeszköz',
|
'consumable' => 'Fogyóeszköz',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Egyedi eszköz riport',
|
'custom_report' => 'Egyedi eszköz riport',
|
||||||
'dashboard' => 'Irányítópult',
|
'dashboard' => 'Irányítópult',
|
||||||
'days' => 'napok',
|
'days' => 'napok',
|
||||||
'days_to_next_audit' => 'Napok a következő ellenőrzéshez',
|
'days_to_next_audit' => 'Napok a következő ellenőrzéshez',
|
||||||
'date' => 'Dátum',
|
'date' => 'Dátum',
|
||||||
'debug_warning' => 'Figyelem!',
|
'debug_warning' => 'Figyelem!',
|
||||||
'debug_warning_text' => 'Ez az alkalmazás gyártási módban fut, a hibakeresés engedélyezve. Ez érzékeny adatokat tárhat fel, ha az alkalmazás elérhető a külvilág számára. A hibakeresési mód letiltása a <code>APP_DEBUG</code> érték <code>.env</code> fájlban történő <code>false</code> fájlban történő beállításával.',
|
'debug_warning_text' => 'Ez az alkalmazás gyártási módban fut, a hibakeresés engedélyezve. Ez érzékeny adatokat tárhat fel, ha az alkalmazás elérhető a külvilág számára. A hibakeresési mód letiltása a <code>APP_DEBUG</code> érték <code>.env</code> fájlban történő <code>false</code> fájlban történő beállításával.',
|
||||||
'delete' => 'Törlés',
|
'delete' => 'Törlés',
|
||||||
'deleted' => 'Törölve',
|
'deleted' => 'Törölve',
|
||||||
'delete_seats' => 'Törölt elemek',
|
'delete_seats' => 'Törölt elemek',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Történelem',
|
'history' => 'Történelem',
|
||||||
'history_for' => 'Előzmények:',
|
'history_for' => 'Előzmények:',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Kép törlése',
|
'image_delete' => 'Kép törlése',
|
||||||
'image_upload' => 'Kép feltöltése',
|
'image_upload' => 'Kép feltöltése',
|
||||||
'import' => 'Importálás',
|
'import' => 'Importálás',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => 'A :attribute már foglalt.',
|
'unique' => 'A :attribute már foglalt.',
|
||||||
'uploaded' => 'A: attribútum nem sikerült feltölteni.',
|
'uploaded' => 'A: attribútum nem sikerült feltölteni.',
|
||||||
'url' => 'Az :attribute formátuma érvénytelen.',
|
'url' => 'Az :attribute formátuma érvénytelen.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "A jelenlegi jelszava helytelen",
|
"hashed_pass" => "A jelenlegi jelszava helytelen",
|
||||||
'dumbpwd' => 'Ez a jelszó túl gyakori.',
|
'dumbpwd' => 'Ez a jelszó túl gyakori.',
|
||||||
"statuslabel_type" => "Meg kell határoznia egy érvényes állapotcímke típust",
|
"statuslabel_type" => "Meg kell határoznia egy érvényes állapotcímke típust",
|
||||||
"unique_undeleted" => "A: attribútumnak egyedinek kell lennie.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -62,7 +62,8 @@ return array(
|
||||||
'error' => 'Aset gagal di berikan, silahkan coba kembali',
|
'error' => 'Aset gagal di berikan, silahkan coba kembali',
|
||||||
'success' => 'Sukses memberikan aset.',
|
'success' => 'Sukses memberikan aset.',
|
||||||
'user_does_not_exist' => 'Pengguna tersebut tidak terdaftar. Silahkan coba kembali.',
|
'user_does_not_exist' => 'Pengguna tersebut tidak terdaftar. Silahkan coba kembali.',
|
||||||
'not_available' => 'Aset tersebut tidak tersedia untuk checkout!'
|
'not_available' => 'Aset tersebut tidak tersedia untuk checkout!',
|
||||||
|
'no_assets_selected' => 'You must select at least one asset from the list'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
|
|
|
@ -23,6 +23,8 @@ return array(
|
||||||
'confirm_purge_help' => 'Masukan tulisan "DELETE" di kolom bawah untuk membersihkan dokumen anda. Tindakan ini tidak dapat dibatalkan.',
|
'confirm_purge_help' => 'Masukan tulisan "DELETE" di kolom bawah untuk membersihkan dokumen anda. Tindakan ini tidak dapat dibatalkan.',
|
||||||
'custom_css' => 'Custom CSS',
|
'custom_css' => 'Custom CSS',
|
||||||
'custom_css_help' => 'Masukan modifikasi CSS yang hendak anda gunakan. Jangan sertakan <style></style> tags.',
|
'custom_css_help' => 'Masukan modifikasi CSS yang hendak anda gunakan. Jangan sertakan <style></style> tags.',
|
||||||
|
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||||
|
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||||
'default_currency' => 'Mata uang utama',
|
'default_currency' => 'Mata uang utama',
|
||||||
'default_eula_text' => 'EULA utama',
|
'default_eula_text' => 'EULA utama',
|
||||||
'default_language' => 'Bahasa utama',
|
'default_language' => 'Bahasa utama',
|
||||||
|
@ -44,6 +46,8 @@ return array(
|
||||||
'ldap_enabled' => 'Aktifkan LDAP',
|
'ldap_enabled' => 'Aktifkan LDAP',
|
||||||
'ldap_integration' => 'Integrasi LDAP',
|
'ldap_integration' => 'Integrasi LDAP',
|
||||||
'ldap_settings' => 'Konfigurasi LDAP',
|
'ldap_settings' => 'Konfigurasi LDAP',
|
||||||
|
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
|
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||||
'ldap_server' => 'LDAP Server',
|
'ldap_server' => 'LDAP Server',
|
||||||
'ldap_server_help' => 'Ini harus dimulai dengan ldap: / / (untuk tidak terenkripsi atau TLS) atau ldaps: / / (untuk SSL)',
|
'ldap_server_help' => 'Ini harus dimulai dengan ldap: / / (untuk tidak terenkripsi atau TLS) atau ldaps: / / (untuk SSL)',
|
||||||
'ldap_server_cert' => 'Validasi sertifikat LDAP SSL',
|
'ldap_server_cert' => 'Validasi sertifikat LDAP SSL',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Pemasok tidak ada.',
|
'does_not_exist' => 'Pemasok tidak ada.',
|
||||||
'assoc_users' => 'Saat ini pemasok tersebut terhubung dengan satu model dan tidak dapat di hapus. Silahkan perbarui model anda sehingga tidak terhubung dengan pemasok tersebut dan coba kembali. ',
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Pemasok gagal di buat, silahkan coba kembali.',
|
'error' => 'Pemasok gagal di buat, silahkan coba kembali.',
|
||||||
|
@ -18,7 +18,10 @@ return array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Apakah Anda yakin untuk menghapus pemasok ini?',
|
'confirm' => 'Apakah Anda yakin untuk menghapus pemasok ini?',
|
||||||
'error' => 'Terdapat masalah ketika menghapus pemasok. Silahkan coba kembali.',
|
'error' => 'Terdapat masalah ketika menghapus pemasok. Silahkan coba kembali.',
|
||||||
'success' => 'Sukses menghapus pemasok.'
|
'success' => 'Sukses menghapus pemasok.',
|
||||||
|
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||||
|
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'accessories' => 'Aksesoris',
|
'accessories' => 'Aksesoris',
|
||||||
'activated' => 'Diaktifkan',
|
'activated' => 'Diaktifkan',
|
||||||
'accessory' => 'Aksesori',
|
'accessory' => 'Aksesori',
|
||||||
'accessory_report' => 'Laporan aksesori',
|
'accessory_report' => 'Laporan aksesori',
|
||||||
'action' => 'Tindakan',
|
'action' => 'Tindakan',
|
||||||
'activity_report' => 'Laporan kegiatan',
|
'activity_report' => 'Laporan kegiatan',
|
||||||
'address' => 'Alamat',
|
'address' => 'Alamat',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'add_seats' => 'Tambahan hak',
|
'add_seats' => 'Tambahan hak',
|
||||||
'all_assets' => 'Semua aset',
|
'all_assets' => 'Semua aset',
|
||||||
'all' => 'Semua',
|
'all' => 'Semua',
|
||||||
'archived' => 'Diarsipkan',
|
'archived' => 'Diarsipkan',
|
||||||
|
@ -40,9 +40,10 @@
|
||||||
'checkout' => 'Check-out',
|
'checkout' => 'Check-out',
|
||||||
'city' => 'Kota',
|
'city' => 'Kota',
|
||||||
'click_here' => 'Klik disini',
|
'click_here' => 'Klik disini',
|
||||||
'companies' => 'Perusahaan',
|
'clear_selection' => 'Clear Selection',
|
||||||
|
'companies' => 'Perusahaan',
|
||||||
'company' => 'Perusahaan',
|
'company' => 'Perusahaan',
|
||||||
'component' => 'Komponen',
|
'component' => 'Komponen',
|
||||||
'components' => 'Komponen',
|
'components' => 'Komponen',
|
||||||
'complete' => 'Lengkap',
|
'complete' => 'Lengkap',
|
||||||
'consumable' => 'Barang Habis Pakai',
|
'consumable' => 'Barang Habis Pakai',
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
'custom_report' => 'Laporan kustom aset',
|
'custom_report' => 'Laporan kustom aset',
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'days' => 'hari',
|
'days' => 'hari',
|
||||||
'days_to_next_audit' => 'Hari ke Audit Berikutnya',
|
'days_to_next_audit' => 'Hari ke Audit Berikutnya',
|
||||||
'date' => 'Tanggal',
|
'date' => 'Tanggal',
|
||||||
'debug_warning' => 'PERINGATAN!',
|
'debug_warning' => 'PERINGATAN!',
|
||||||
'debug_warning_text' => 'Aplikasi ini berjalan dalam mode produksi dengan debugging diaktifkan. Hal ini dapat mengekspos data sensitif jika aplikasi Anda dapat diakses oleh dunia luar. Nonaktifkan mode debug dengan menetapkan nilai <code>APP_DEBUG</code> di file <code>.env</code> Anda ke <code>false</code>.',
|
'debug_warning_text' => 'Aplikasi ini berjalan dalam mode produksi dengan debugging diaktifkan. Hal ini dapat mengekspos data sensitif jika aplikasi Anda dapat diakses oleh dunia luar. Nonaktifkan mode debug dengan menetapkan nilai <code>APP_DEBUG</code> di file <code>.env</code> Anda ke <code>false</code>.',
|
||||||
'delete' => 'Hapus',
|
'delete' => 'Hapus',
|
||||||
'deleted' => 'Dihapus',
|
'deleted' => 'Dihapus',
|
||||||
'delete_seats' => 'Lisensi di hapus',
|
'delete_seats' => 'Lisensi di hapus',
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
'history' => 'Riwayat',
|
'history' => 'Riwayat',
|
||||||
'history_for' => 'Riwayat untuk',
|
'history_for' => 'Riwayat untuk',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'image' => 'Image',
|
||||||
'image_delete' => 'Menghapus gambar',
|
'image_delete' => 'Menghapus gambar',
|
||||||
'image_upload' => 'Unggah gambar',
|
'image_upload' => 'Unggah gambar',
|
||||||
'import' => 'Impor',
|
'import' => 'Impor',
|
||||||
|
|
|
@ -87,6 +87,7 @@ return array(
|
||||||
'unique' => ':attribute sudah digunakan.',
|
'unique' => ':attribute sudah digunakan.',
|
||||||
'uploaded' => 'Atribut: gagal diupload.',
|
'uploaded' => 'Atribut: gagal diupload.',
|
||||||
'url' => 'Format :attribute tidak benar.',
|
'url' => 'Format :attribute tidak benar.',
|
||||||
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -117,7 +118,6 @@ return array(
|
||||||
"hashed_pass" => "Kata sandi Anda saat ini salah",
|
"hashed_pass" => "Kata sandi Anda saat ini salah",
|
||||||
'dumbpwd' => 'Password itu terlalu umum',
|
'dumbpwd' => 'Password itu terlalu umum',
|
||||||
"statuslabel_type" => "Anda harus memilih jenis label status yang valid",
|
"statuslabel_type" => "Anda harus memilih jenis label status yang valid",
|
||||||
"unique_undeleted" => "Atribut: harus unik.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue