Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-12-13 11:28:01 -08:00
parent e5f4048e9e
commit 1854d7d668
392 changed files with 1102 additions and 734 deletions

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Opdateer kategorie',
'use_default_eula' => 'Gebruik eerder die <a href="#" data-toggle="modal" data-target="#eulaModal">primary standaard EULA</a>.',
'use_default_eula_disabled' => '<del>Gebruik die primêre standaardverlof in plaas daarvan.</del> Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Weergawe',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP aangeskakel',
'ldap_integration' => 'LDAP-integrasie',
'ldap_settings' => 'LDAP-instellings',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_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',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Hierdie gebruiker is verwyder. Jy sal hierdie gebruiker moet herstel om hulle te wysig of nuwe bates toe te ken.',
'ldap_not_configured' => 'LDAP-integrasie is nie vir hierdie installasie gekonfigureer nie.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Kies lêer ...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Update Category',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP enabled',
'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP Settings',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_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',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(
@ -38,10 +39,10 @@ return array(
'asset_already_accepted' => 'This asset has already been accepted.',
'accept_or_decline' => 'You must either accept or decline this asset.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD<br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them. <br>Error from LDAP Server:',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Select File...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'تحديث التصنيف',
'use_default_eula' => 'قم باستعمال <a href="#" data-toggle="modal" data-target="#eulaModal">إتفاقية الترخيص الإفتراضية</a>.',
'use_default_eula_disabled' => '<del>استخدام (اتفاقية ترخيص المستخدم) الافتراضية الأساسية بدلا من ذلك.</del> لم يتم تحديد (اتفاقية ترخيص المستخدم) الافتراضية الأساسية. الرجاء إضافتها من الإعدادات.',
'use_default_eula_column' => 'استخدم EULA الافتراضي',
);

View file

@ -8,6 +8,6 @@ return array(
'depreciation_name' => 'اسم الاستهلاك',
'number_of_months' => 'عدد الأشهر',
'update' => 'تحديث الاستهلاك',
'depreciation_min' => 'Minimum Value after Depreciation'
'depreciation_min' => 'الحد الأدنى للقيمة بعد الاستهلاك'
);

View file

@ -10,9 +10,9 @@ return array(
'checkout' => 'اخراج الأصل',
'clone' => 'استنساخ الأصل',
'deployable' => 'قابل للتوزيع',
'deleted' => 'This asset has been deleted.',
'deleted' => 'تم حذف هذا الأصل.',
'edit' => 'تعديل الأصل',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'model_deleted' => 'تم حذف موديل الأصول هذا. يجب استعادة الموديل قبل أن تتمكن من استعادة الأصل.',
'requestable' => 'قابل للطلب',
'requested' => 'تم الطلب',
'restore' => 'استعادة الأصل',

View file

@ -3,7 +3,7 @@
return array(
'about_models_title' => 'حول موديلات الأصول',
'about_models_text' => 'موديلات الأصول هي طريقة لتجميع الأصول المتطابقة "MBP 2013", "IPhone 6s", الخ.',
'deleted' => 'This model has been deleted.',
'deleted' => 'تم حذف هذا الموديل.',
'bulk_delete' => 'حذف موديلات الاصول بالجملة',
'bulk_delete_help' => 'استخدم مربعات الاختيار أدناه لتأكيد حذف موديلات الأصول المحددة. لا يمكن حذف موديلات الأصول التي تحتوي على أصول مرتبطة بها إلى أن يتم ربط الأصول بموديل مختلف.',
'bulk_delete_warn' => 'أنت على وشك حذف :model_count من موديلات الأصول.',

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'شعار التسمية',
'label_logo_size' => 'الشعارات المربعة تبدو أفضل - سيتم عرضها في أعلى يمين كل ملصق أصل. ',
'laravel' => 'نسخة لارافيل',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'تم تمكين لداب',
'ldap_integration' => 'دمج لداب',
'ldap_settings' => 'إعدادات لداب',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'أدخل اسم مستخدم وكلمة مرور LDAP من الاسم المميز الأساسي DN الذي حددته أعلاه لاختبار ما إذا كان قد تمت تهيئة معلومات تسجيل الدخول إلى LDAP بشكل صحيح أم لا. يجب حفظ تحديث LDAP الخاص بك أولا.',
'ldap_login_sync_help' => 'هذا يختبر فقط أن LDAP يستطيع المزامنة بشكل صحيح. إذا كان استعلام التوثيق الى LDAP الخاص بك غير صحيح، قد لا يزال المستخدمون غير قادرين على تسجيل الدخول. يجب عليك اولا حفظ اي تغييرات في إعدادات LDAP.',
'ldap_server' => 'خادم لداب',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'تم حذف المستخدم. سيكون عليك استعادة هذا المستخدم اذا ارت التعديل عليه او تسليمه اجهزة جديدة.',
'ldap_not_configured' => 'لم يتم تكوين دمج لداب لهذا التثبيت.',
'password_resets_sent' => 'تم إرسال رابط إعادة تعيين كلمة المرور للمستخدمين المحددين الذين تم تفعيلهم ولديهم عناوين بريد إلكتروني صالحة.',
'password_reset_sent' => 'تم إرسال رابط إعادة تعيين كلمة المرور إلى البريد الإلكتروني!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'حدد ملف ...',
'select_files' => 'إختيار ملف...',
'generate_labels' => '{1} انشاء تسميات [2,*] توليد تسميات',
'send_password_link' => 'إرسال رابط إعادة تعيين كلمة السر',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'إزالة جمعية الشركة',
'reports' => 'التقارير',
'restored' => 'المعاد',
'restore' => 'Restore',
'restore' => 'إستعادة',
'requested' => 'طلب',
'request_canceled' => 'تم إلغاء الطلب',
'save' => 'حفظ',

View file

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

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Лого за етикет',
'label_logo_size' => 'Квадратните логота изглеждат най-добре - ще бъдат показани в горния десен ъгъл на всеки артикулен етикет. ',
'laravel' => 'Версия на Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP включен',
'ldap_integration' => 'LDAP интеграция',
'ldap_settings' => 'LDAP настройки',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Въведете валидни LDAP потребител и парола от базовия DN, който указахте по-горе, за да тествате коректната конфигурация. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.',
'ldap_login_sync_help' => 'Това единствено проверява дали LDAP може да се синхронизира успешно. Ако вашата LDAP заявка за оторизация не е коректна е възможно потребителите да не могат да влязат. НЕОБХОДИМО Е ДА ЗАПИШЕТЕ LDAP НАСТРОЙКИТЕ ПРЕДИ ТОВА.',
'ldap_server' => 'LDAP сървър',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Този потребител е изтрит. За да редактирате данните за него или да му зададете актив, трябва първо да възстановите потребителя.',
'ldap_not_configured' => 'Интеграцията с LDAP не е конфигурирана за тази инсталация.',
'password_resets_sent' => 'Избраните потребители, които са активирани и имат валиден е-майл адрес им беше изпратен линк за смяна на парола.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Изберете файл...',
'select_files' => 'Изберете файлове...',
'generate_labels' => '{1} Генерирай Етикет|[2,*] Генерирай Етикети',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Update Category',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP enabled',
'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP Settings',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_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',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(
@ -38,10 +39,10 @@ return array(
'asset_already_accepted' => 'This asset has already been accepted.',
'accept_or_decline' => 'You must either accept or decline this asset.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD<br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in Admin Settings > LDAP/AD and any Locations that may have additional OUs associated with them. <br>Error from LDAP Server:',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:',
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ',
),

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Select File...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Upravit kategorii',
'use_default_eula' => 'Použijte raději <a href="#" data-toggle="modal" data-target="#eulaModal">primární výchozí EULA</a>.',
'use_default_eula_disabled' => '<del>Použijte raději primární výchozí EULA.</del> Nenalezena primární výchozí EULA. Přidejte ji v Nastaveních prosím.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Verze Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP povoleno',
'ldap_integration' => 'LDAP integrace',
'ldap_settings' => 'Nastavení LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.',
'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.',
'ldap_server' => 'LDAP server',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Tento uživatel byl smazán. Budete muset uživatele obnovit, aby jste ho mohli upravil nebo přidělil nové majetky.',
'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Vybrat soubor...',
'select_files' => 'Vybrat soubory…',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Diweddaru Categori',
'use_default_eula' => 'Defnyddio\'r <a href="#" data-toggle="modal" data-target="#eulaModal">prif CTDT diofyn</a> yn lle.',
'use_default_eula_disabled' => '<del>Defnyddio\'r CTDT diofyn yn lle\'r un presennol.</del>Nid oes prif CTDT diofyn wedi gosod. Ychwanegwch yn ynj gosodiadau os gwelwch yn dda.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Fersiwn Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP wedi alluogi',
'ldap_integration' => 'Integreiddio LDAP',
'ldap_settings' => 'Gosodiadau LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Gosodwch cyfrif a chyfrinair LDAP dilys o\'r base DN i profi cysyllted a gweithrediad LDAP. RHAID ARBED Y GOSODIADAU LDAP CYNTAF.',
'ldap_login_sync_help' => 'Mae\'r prawf yma yn profi\'r gallu i LDAP gwneud sync. Os ydi\'r gosodiadau LDAP yn anghywir mae\'n bosib ni ellith defnyddwyr mewngofnodi. RHAID ARBED GOSODIADAU LDAP CYNTAF.',
'ldap_server' => 'Server LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Defnyddiwr wedi\'i dileu. Rhaid adfer y defnyddiwr I newid eu manylion neu clustnodi ased iddynt.',
'ldap_not_configured' => 'Nid ywr gosodiadau I dilysu trwy LDAP wedi gosod ar y system.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Dewis ffeil...',
'select_files' => 'Dewis ffeiliau...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Opdater kategori',
'use_default_eula' => 'Brug den <a href="#" data-toggle="modal" data-target="#eulaModal">primære standard slutbrugerlicens</a> i stedet for.',
'use_default_eula_disabled' => '<del>Brug den primære standard slutbrugerlicens i stedet for.</del> Ingen primær standard slutbrugerlicens er defineret. Tilføj en under indstillinger.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Etiketlogo',
'label_logo_size' => 'Firkantede logoer ser bedst ud - vil blive vist øverst til højre på hver aktiv etiket. ',
'laravel' => 'Laravel Version',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP aktiveret',
'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP-indstillinger',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Indtast validt LDAP brugernavn og kodeord fra den basis DN du angav ovenfor for at teste om dit LDAP login er korrekt konfigureret. DU SKAL FØRST OPDATERE og GEMME DINE LDAP INDSTILLINGER.',
'ldap_login_sync_help' => 'Dette tester kun om LDAP kan synkronisere korrekt. Hvis din LDAP authentisering ikke er korrekt, er det usikkert om brugere kan logge ind. DU SKAL FØRST OPDATERE OG GEMME DINE LDAP INDSTILLINGER.',
'ldap_server' => 'LDAP-server',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Denne bruger er blevet slettet. Du skal gendanne denne bruger for at redigere dem eller tildele dem nye aktiver.',
'ldap_not_configured' => 'LDAP-integration er ikke konfigureret til denne installation.',
'password_resets_sent' => 'De valgte brugere, der er aktiveret og har en gyldig e-mail-adresser, har fået tilsendt et link til nulstilling af adgangskode.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Vælg fil ...',
'select_files' => 'Vælg filer...',
'generate_labels' => '{1} Generer etiketter [2,*] Generer etiketter',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Kategorie aktualisieren',
'use_default_eula' => 'Die <a href="#" data-toggle="modal" data-target="#eulaModal">Standard EULA</a> stattdessen verwenden.',
'use_default_eula_disabled' => '<del>Die Standard-EULA verwenden.</del> Es wurde keine Standard-EULA definiert. Bitte fügen Sie eine in den Einstellungen hinzu.',
'use_default_eula_column' => 'Standard EULA verwenden',
);

View file

@ -10,9 +10,9 @@ return array(
'checkout' => 'Asset herausgeben',
'clone' => 'Asset duplizieren',
'deployable' => 'Einsetzbar',
'deleted' => 'This asset has been deleted.',
'deleted' => 'Dieses Asset wurde gelöscht.',
'edit' => 'Asset bearbeiten',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'model_deleted' => 'Dieses Modell für Assets wurde gelöscht. Sie müssen das Modell wiederherstellen, bevor Sie das Asset wiederherstellen können.',
'requestable' => 'Anforderbar',
'requested' => 'Angefordert',
'restore' => 'Asset wiederherstellen',

View file

@ -3,9 +3,9 @@
return array(
'about_models_title' => 'Über Asset-Modelle',
'about_models_text' => 'Asset-Modelle sind eine Möglichkeit, identische Assets zu gruppieren. "MBP 2013", "IPhone 6 s" usw.',
'deleted' => 'This model has been deleted.',
'deleted' => 'Dieses Modell wurde gelöscht.',
'bulk_delete' => 'Massenlöschen von Asset-Modellen',
'bulk_delete_help' => 'Nutzen Sie die nachfolgenden Kontrollkästchen, um die Löschung der Asset-Modelle zu bestätigen. Asset-Modelle die noch zugewiesene Assets haben können nur dann gelöscht werden, wenn die enthaltenen Assets einem anderem Asset-Modell zugewiesen werden.',
'bulk_delete_help' => 'Nutzen Sie die nachfolgenden Kontrollkästchen, um die Löschung der Asset-Modelle zu bestätigen. Asset-Modelle, die noch zugewiesene Assets haben, können nur dann gelöscht werden, wenn die enthaltenen Assets einem anderen Asset-Modell zugewiesen werden.',
'bulk_delete_warn' => 'Sie sind im Begriff :model_count Asset-Modelle zu löschen.',
'restore' => 'Modell wiederherstellen',
'requestable' => 'Benutzer können dieses Modell anfordern',

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label-Logo',
'label_logo_size' => 'Quadratische Logos sehen am besten aus und werden rechts oben auf jedem Asset-Label angezeigt. ',
'laravel' => 'Laravel Version',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Zertifikat',
'ldap_enabled' => 'LDAP aktiviert',
'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP Einstellungen',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Geben Sie einen gültigen LDAP-Benutzernamen und ein Passwort von der oben angegebenen Basis-DN ein, um zu testen, ob Ihre LDAP-Anmeldung korrekt konfiguriert ist. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.',
'ldap_login_sync_help' => 'Dies testet nur, ob LDAP korrekt synchronisiert werden kann. Wenn Ihre LDAP-Authentifizierungsabfrage nicht korrekt ist, können sich Benutzer möglicherweise nicht anmelden. SIE MÜSSEN IHRE AKTUALISIERTEN LDAP-EINSTELLUNGEN ZUERST SPEICHERN.',
'ldap_server' => 'LDAP Server',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Dieser Benutzer wurde gelöscht. Sie müssen ihn wiederherstellen, um ihn zu bearbeiten oder neue Assets zuzuweisen.',
'ldap_not_configured' => 'LDAP Integration wurde für diese Installation nicht konfiguriert.',
'password_resets_sent' => 'Den ausgewählten Benutzern, die aktiviert sind und eine gültige E-Mail-Adresse haben, wurde ein Link zum Zurücksetzen des Passworts gesendet.',
'password_reset_sent' => 'Der Link zum Zurücksetzen des Passworts wurde an :email gesendet!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Datei auswählen...',
'select_files' => 'Dateien auswählen...',
'generate_labels' => '{1} Label generieren|[2,*] Labels generieren',
'send_password_link' => 'Link zum Zurücksetzen des Passworts senden',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'Firmenzuordnung entfernen',
'reports' => 'Berichte',
'restored' => 'wiederhergestellt',
'restore' => 'Restore',
'restore' => 'Wiederherstellen',
'requested' => 'Angefragt',
'request_canceled' => 'Anfrage abgebrochen',
'save' => 'Speichern',

View file

@ -22,7 +22,7 @@ return array(
'Confirm_Accessory_Checkin' => 'Zurücknehmen von Zubehör bestätigen',
'Confirm_accessory_delivery' => 'Zubehör Herausgabe bestätigen',
'Confirm_license_delivery' => 'Lizenz Herausgabe bestätigen',
'Confirm_asset_delivery' => 'Gegenstands Herausgabe bestätigen',
'Confirm_asset_delivery' => 'Bestätigung einer Asset Herausgabe',
'Confirm_consumable_delivery' => 'Verbrauchsmaterial Herausgabe bestätigen',
'current_QTY' => 'Aktuelle Menge',
'Days' => 'Tage',

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Ενημέρωση Κατηγορίας',
'use_default_eula' => 'Χρησιμοποιήστε την προεπιλεγμένη <a href="#" data-toggle="modal" data-target="#eulaModal">primary EULA</a>.',
'use_default_eula_disabled' => '<del>Χρησιμοποιήστε την αρχική προεπιλεγμένη άδεια EULA αντί.</del> Δεν έχει οριστεί αρχική προεπιλεγμένη ευχέρεια EULA. Προσθέστε μία από τις Ρυθμίσεις.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Έκδοση οδηγού',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'Ενεργό LDAP',
'ldap_integration' => 'Ενσωμάτωση LDAP',
'ldap_settings' => 'Ρυθμίσεις LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Εισαγάγετε ένα έγκυρο όνομα χρήστη και κωδικό πρόσβασης LDAP από τη βάση DN που καθορίσατε παραπάνω για να ελέγξετε εάν η σύνδεσή LDAP έχει ρυθμιστεί σωστά. ΠΡΩΤΑ ΑΠΟΘΗΚΕΥΣΤΕ ΤΙΣ ΡΥΘΜΙΣΕΙΣ ΣΑΣ ΣΤΟ LDAP.',
'ldap_login_sync_help' => 'Αυτό ελέγχει μόνο ότι το LDAP μπορεί να συγχρονιστεί σωστά. Εάν το Authentication στο LDAP δεν είναι σωστό, οι χρήστες ενδέχεται να μην μπορούν να συνδεθούν. ΠΡΩΤΑ ΑΠΟΘΗΚΕΥΣΤΕ ΤΙΣ ΡΥΘΜΙΣΕΙΣ ΣΑΣ ΣΤΟ LDAP.',
'ldap_server' => 'LDAP Server',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Αυτός ο χρήστης έχει διαγραφεί. Θα πρέπει να επαναφέρετε αυτό το χρήστη για να τον επεξεργαστείτε ή να του εκχωρήσετε νέα πάγια.',
'ldap_not_configured' => 'Η ενσωμάτωση LDAP δεν έχει ρυθμιστεί για αυτήν την εγκατάσταση.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Επιλέξτε Αρχείο ...',
'select_files' => 'Επιλογή αρχείων...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Update Category',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP enabled',
'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP Settings',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_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',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Select File...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Update Kategori',
'use_default_eula' => 'Gunakan <a href="#" data-toggle="modal" data-target="#eulaModal"> standar primer EULA </a> gantinya.',
'use_default_eula_disabled' => '<del> Gunakan EULA standar utama sebagai gantinya. </ del> Tidak ada standar utama EULA diatur. Silakan menambahkan satu di Settings.',
'use_default_eula_column' => 'Gunakan kebijakan bawaan',
);

View file

@ -10,7 +10,7 @@ return array(
'checkout' => 'Periksa aset',
'clone' => 'Gandakan aset',
'deployable' => 'Bisa dicairkan',
'deleted' => 'This asset has been deleted.',
'deleted' => 'Aset ini telah dihapus.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Permintaan',

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Logo Label',
'label_logo_size' => 'Logo berbentuk kotak terlihat bagus - akan ditampilkan pada bagian kanan atas dari setiap label aset. ',
'laravel' => 'Versi Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'Aktifkan LDAP',
'ldap_integration' => 'Integrasi LDAP',
'ldap_settings' => 'Pengaturan LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Masukkan nama pengguna dan kata sandi LDAP yang sah dari DN dasar yang anda tentukan di atas untuk menguji apakah proses masuk LDAP anda dikonfigurasi dengan benar. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.',
'ldap_login_sync_help' => 'Ini hanya tes yang bisa dilacak LDAP dengan benar. Jika pengesahan LDAP anda tidak benar, pengguna mungkin masih belum dapat masuk. ANDA HARUS MENYIMPAN PENGATURAN LDAP YANG ANDA PERBARUI PERTAMA.',
'ldap_server' => 'Server LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Pengguna ini sudah dihapus. Anda harus mengembalikan pengguna ini untuk menyuntingnya atau memberikannya aset baru.',
'ldap_not_configured' => 'Integrasi LDAP sudah tidak dikonfigurasikan untuk instalasi ini.',
'password_resets_sent' => 'Pengguna terpilih yang diaktifkan dan memiliki sebuah alamat email yang valid telah dikirimkan sebuah tautan pengaturan ulang kata sandi.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Pilih Berkas...',
'select_files' => 'Pilih file...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Actualizar Categoría',
'use_default_eula' => 'Usa la <a href="#" data-toggle="modal" data-target="#eulaModal">licencia primaria predeterminada</a> en su lugar.',
'use_default_eula_disabled' => '<del>Usa la licencia primaria predeterminada en su lugar.</del> No se ha establecido ninguna licencia primaria predeterminada. Por favor, añade una en las Configuraciones.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -4,7 +4,7 @@ return array(
'id' => 'ID',
'months' => 'Meses',
'term' => 'Termina',
'term' => 'Períodos',
'title' => 'Nombre ',
);

View file

@ -4,19 +4,19 @@ return array(
'group_exists' => 'El grupo ya existe!',
'group_not_found' => 'El grupo[:id] no existe.',
'group_name_required' => 'El campo nombre es obligatorio',
'group_name_required' => 'El campo nombre es requerido',
'success' => array(
'create' => 'Grupo creado.',
'update' => 'Grupo actualizado.',
'delete' => 'Grupo eliminado.',
'create' => 'El grupo fue creado exitosamente.',
'update' => 'El grupo fue actualizado exitosamente.',
'delete' => 'El grupo fue eliminado exitosamente.',
),
'delete' => array(
'confirm' => 'Seguroq que quieres Eliminar grupo?',
'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.',
'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.',
'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.',
'confirm' => '¿Está seguro que desea eliminar este grupo?',
'create' => 'Hubo un problema creando el grupo. Por favor intente nuevamente.',
'update' => 'Hubo un problema actualizando el grupo. Por favor, intente nuevamente.',
'delete' => 'Hubo un problema eliminando el grupo. Por favor, intente nuevamente.',
),
);

View file

@ -2,8 +2,8 @@
return array(
'id' => 'ID',
'id' => 'Id',
'name' => 'Nombre',
'users' => '# de Usuarios',
'users' => '# de usuarios',
);

View file

@ -4,10 +4,10 @@ return array(
'about_groups_title' => 'Acerca de los grupos',
'about_groups' => 'Los Grupos son usados para generar permisos de usuarios.',
'group_management' => 'Gestión de Grupos',
'create' => 'Crear un grupo nuevo',
'create' => 'Crear un Nuevo Grupo',
'update' => 'Editar Grupo',
'group_name' => 'Nombre de Grupo',
'group_admin' => 'Admin Grupo',
'group_name' => 'Nombre del Grupo',
'group_admin' => 'Administración del Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP activado',
'ldap_integration' => 'Integración LDAP',
'ldap_settings' => 'Ajustes LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_server' => 'Servidor LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'A los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida se les ha enviado un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'Eliminar Asociación de compañía',
'reports' => 'Informes',
'restored' => 'restaurado',
'restore' => 'Restore',
'restore' => 'Restaurar',
'requested' => 'Solicitado',
'request_canceled' => 'Solicitud Cancelada',
'save' => 'Guardar',

View file

@ -13,10 +13,10 @@ return array(
|
*/
'accepted' => ':attribute debe ser aceptado.',
'active_url' => ':attribute no es una URL correcta.',
'after' => ':attribute debe ser posterior a :date.',
'after_or_equal' => 'El atributo: debe ser una fecha posterior o igual a: fecha.',
'accepted' => 'El :attribute debe ser aceptado.',
'active_url' => 'El campo :atribute no es una URL válida.',
'after' => 'El campo :atribute debe ser una fecha posterior a :date.',
'after_or_equal' => 'El campo :atribute debe ser una fecha posterior o igual a :date.',
'alpha' => ':attribute solo acepta letras.',
'alpha_dash' => ':attribute solo acepta letras, números y guiones.',
'alpha_num' => ':attribute solo acepta letras y números.',

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Actualizar Categoría',
'use_default_eula' => 'En su lugar, use el <a href="#" data-toggle="modal" data-target="#eulaModal">EULA por defecto</a>.',
'use_default_eula_disabled' => '<del>En su lugar, use el EULA por defecto.</del> No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP activado',
'ldap_integration' => 'Integración LDAP',
'ldap_settings' => 'Ajustes LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_server' => 'Servidor LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'A los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida se les ha enviado un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'Eliminar Asociación de compañía',
'reports' => 'Informes',
'restored' => 'restaurado',
'restore' => 'Restore',
'restore' => 'Restaurar',
'requested' => 'Solicitado',
'request_canceled' => 'Solicitud Cancelada',
'save' => 'Guardar',

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Actualizar Categoría',
'use_default_eula' => 'En su lugar, use el <a href="#" data-toggle="modal" data-target="#eulaModal">EULA por defecto</a>.',
'use_default_eula_disabled' => '<del>En su lugar, use el EULA por defecto.</del> No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Laravel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP activado',
'ldap_integration' => 'Integración LDAP',
'ldap_settings' => 'Ajustes LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Introduce un nombre de usuario LDAP válido y una contraseña de la DN base que especificaste anteriormente para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_login_sync_help' => 'Esto sólo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios aún no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_server' => 'Servidor LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.',
'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'Los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida han sido enviados un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'Eliminar Asociación de compañía',
'reports' => 'Informes',
'restored' => 'restaurado',
'restore' => 'Restore',
'restore' => 'Restaurar',
'requested' => 'Solicitado',
'request_canceled' => 'Solicitud Cancelada',
'save' => 'Guardar',

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Actualizar Categoría',
'use_default_eula' => 'Usa la <a href="#" data-toggle="modal" data-target="#eulaModal">licencia primaria por defecto</a> en su lugar.',
'use_default_eula_disabled' => '<del>Usa la licencia primaria por defecto en su lugar.</del> No se ha establecido una licencia primaria por defecto. Por favor, añade una en las configuraciones.',
'use_default_eula_column' => 'Use default EULA',
);

View file

@ -61,9 +61,12 @@ return array(
'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Lavarel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP activado',
'ldap_integration' => 'Integración LDAP',
'ldap_settings' => 'Configuración LDAP',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Introduce un usuario y contraseña LDAP válidos desde la base DN que especificaste antes para probar si tu inicio de sesión LDAP está configurado correctamente. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_login_sync_help' => 'Esto solo prueba que LDAP puede sincronizarse correctamente. Si tu solicitud de Autenticación LDAP no es correcta, los usuarios no podrían iniciar sesión. DEBES GUARDAR TUS CONFIGURACIONES LDAP ACTUALIZADAS PRIMERO.',
'ldap_server' => 'Servidor LDAP',

View file

@ -13,6 +13,7 @@ return array(
'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberás restaurar este usuario para editarlo o asignarle nuevos activos.',
'ldap_not_configured' => 'La integración LDAP no ha sido configurada para esta instalación.',
'password_resets_sent' => 'A los usuarios seleccionados que están activados y tienen una dirección de correo electrónico válida se les ha enviado un enlace de restablecimiento de contraseña.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'success' => array(

View file

@ -14,4 +14,5 @@ return array(
'select_file' => 'Seleccionar Archivo...',
'select_files' => 'Selecciona Archivos...',
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
'send_password_link' => 'Send Password Reset Link',
);

View file

@ -176,7 +176,7 @@
'remove_company' => 'Eliminar Asociación de la Compañía',
'reports' => 'Reportes',
'restored' => 'restaurado',
'restore' => 'Restore',
'restore' => 'Restaurar',
'requested' => 'Solicitado',
'request_canceled' => 'Solicitud Cancelada',
'save' => 'Guardar',

View file

@ -2,7 +2,7 @@
return array(
'does_not_exist' => 'The accessory [:id] does not exist.',
'does_not_exist' => 'Lisaseade [:id] ei eksisteeri.',
'assoc_users' => 'See lisavarustus on praegu: kasutajate poolt kontrollitud arvude arv. Palun kontrollige tarvikuid ja proovige uuesti.',
'create' => array(

View file

@ -8,7 +8,7 @@
'repair' => 'Remont',
'maintenance' => 'Hooldus',
'upgrade' => 'Uuendage',
'calibration' => 'Calibration',
'software_support' => 'Software Support',
'hardware_support' => 'Hardware Support',
'calibration' => 'Kalibreerimine',
'software_support' => 'Tarkvara tugi',
'hardware_support' => 'Riistvara tugi',
];

View file

@ -18,5 +18,6 @@ return array(
'update' => 'Uuenda kategooriat',
'use_default_eula' => 'Kasuta hoopis <a href="#" data-toggle="modal" data-target="#eulaModal">peamist vaikimisi EULA-t</a>.',
'use_default_eula_disabled' => '<del>Kasuta hoopis peamist vaikimisi EULAt.</del> Peamine vaikumisi EULA puudub. Lisa see seadete alt.',
'use_default_eula_column' => 'Kasuta vaikimisi EULA',
);

View file

@ -28,5 +28,5 @@ return array(
'create_fieldset' => 'New Fieldset',
'create_field' => 'Uus kohandatud väli',
'value_encrypted' => 'Selle välja väärtust krüpteeritakse andmebaasis. Dežrooveeritud väärtust saab vaadata ainult administraatoritel',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
'show_in_email' => 'Kas lisame selle välja väärtuse kasutajale väljastatud emailile? Krüpteerituid välju emailis pole näha.',
);

View file

@ -8,6 +8,6 @@ return array(
'depreciation_name' => 'Amortisatsiooni nimi',
'number_of_months' => 'Kuude arv',
'update' => 'Kulumi ajakohastamine',
'depreciation_min' => 'Minimum Value after Depreciation'
'depreciation_min' => 'Miinimum väärtus pärast amortatsiooni'
);

View file

@ -10,9 +10,9 @@ return array(
'checkout' => 'Checkout Asset',
'clone' => 'Klooni vahend',
'deployable' => 'Käivitatav',
'deleted' => 'This asset has been deleted.',
'deleted' => 'See vara on kustutatud.',
'edit' => 'Muuda vahendit',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'model_deleted' => 'See vara mudel on kustutatud. Enne vara taastamist peab taastama mudeli.',
'requestable' => 'Taodeldav',
'requested' => 'Taotletud',
'restore' => 'Taasta vara',

View file

@ -20,6 +20,6 @@ return array(
'title' => 'Vara',
'image' => 'Seadme pilt',
'days_without_acceptance' => 'Päeva ilma vastuvõtmiseta',
'monthly_depreciation' => 'Monthly Depreciation'
'monthly_depreciation' => 'Igakuine amortatsioon'
);

View file

@ -1,7 +1,7 @@
<?php
return array(
'about_kits_title' => 'About Predefined Kits',
'about_kits_title' => 'Eelnevalt määratud komplektidest',
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
'checkout' => 'Checkout Kit ',
'create_success' => 'Kit was successfully created.',

View file

@ -8,7 +8,7 @@ return array(
'owner_doesnt_match_asset' => 'Vara, mida proovite selle litsentsiga siduda, kuulub somene-le, välja arvatud rippmenüüs määratud isik.',
'assoc_users' => 'See litsents on kasutaja jaoks praegu välja jäetud ja seda ei saa kustutada. Kontrollige kõigepealt litsentsi ja seejärel proovige uuesti kustutada.',
'select_asset_or_person' => 'Peate valima vara või kasutaja, kuid mitte mõlemad.',
'not_found' => 'License not found',
'not_found' => 'Litsentsi ei leitud',
'create' => array(

View file

@ -16,8 +16,8 @@ return array(
),
'restore' => array(
'error' => 'Manufacturer was not restored, please try again',
'success' => 'Manufacturer restored successfully.'
'error' => 'Tootjad ei taastatud, proovi uuesti',
'success' => 'Tootja taastati edukalt.'
),
'delete' => array(

View file

@ -3,10 +3,10 @@
return array(
'about_models_title' => 'Mudelitest',
'about_models_text' => 'Mudelid on selleks, et vahendeid grupeerida. "MBP 2013", "IPhone 6d", jne.',
'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'deleted' => 'See mudel on kustatud.',
'bulk_delete' => 'Kustuta hulgi vara mudeleid',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
'bulk_delete_warn' => 'Sa oled kustutamas :model_count vara mudelit.',
'restore' => 'Taasta mudel',
'requestable' => 'Kasutajad võivad seda mudelit tellida',
'show_mac_address' => 'Näita sellel mudelil MAC aadressi välja',
@ -14,5 +14,5 @@ return array(
'view_models' => 'Vaata mudeleid',
'fieldset' => 'Fieldset',
'no_custom_field' => 'Ei ole lisavälju',
'add_default_values' => 'Add default values',
'add_default_values' => 'Lisa vaikimisi väärtus',
);

View file

@ -4,9 +4,9 @@ return array(
'ad' => 'Active Directory',
'ad_domain' => 'Active Directory domeen',
'ad_domain_help' => 'See on mõnikord sama kui teie e-posti domeen, kuid mitte alati.',
'ad_append_domain_label' => 'Append domain name',
'ad_append_domain' => 'Append domain name to username field',
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' ,
'ad_append_domain_label' => 'Lisa domeeninimi',
'ad_append_domain' => 'Lisa domeeninimi kasutaja lahtrisse',
'ad_append_domain_help' => 'Kasutaja ei pea kirjutama "username@domain.local", nad võivad lihtsalt kirjutada "username".' ,
'admin_cc_email' => 'CC e-mail',
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
'is_ad' => 'See on Active Directory server',
@ -14,7 +14,7 @@ return array(
'alerts_enabled' => 'Hoiatused on lubatud',
'alert_interval' => 'Aegumatu häiretaseme künnis (päevades)',
'alert_inv_threshold' => 'Inventari hoiatuslävi',
'allow_user_skin' => 'Allow user skin',
'allow_user_skin' => 'Luba kasutaja teemavaade',
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' ,
'asset_ids' => 'Varade ID-d',
'audit_interval' => 'Auditi intervall',
@ -32,8 +32,8 @@ return array(
'custom_css_help' => 'Sisestage kõik kohandatud CSS-i muudatused, mida soovite kasutada. Ärge lisage silte &lt;style&gt;&lt;/style&gt;.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
'dashboard_message' => 'Dashboard Message',
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
'dashboard_message' => 'Avalehe sõnum',
'dashboard_message_help' => 'See tekst ilmub avalehele igaühele kellel on õigused vaadata avalehte.',
'default_currency' => 'Valuuta vaikimisi',
'default_eula_text' => 'EULA vaikimisi',
'default_language' => 'Vaikimisi keel',
@ -43,14 +43,14 @@ return array(
'display_eol' => 'Kuva EOL tabeli vaates',
'display_qr' => 'Kuva ruudukoodid',
'display_alt_barcode' => 'Kuvage 1D vöötkood',
'email_logo' => 'Email Logo',
'email_logo' => 'Emaili logo',
'barcode_type' => '2D-triipkoodi tüüp',
'alt_barcode_type' => '1D-vöötkoodi tüüp',
'email_logo_size' => 'Square logos in email look best. ',
'email_logo_size' => 'Kandilised logod paistavad emailis paremini välja. ',
'eula_settings' => 'EULA seaded',
'eula_markdown' => 'EULA võimaldab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud hinnalisa</a>.',
'favicon' => 'Favicon',
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
'favicon_format' => 'Lubatud failitüübid on ico, png ja gif. Teised failitüübid ei pruugi kõigis lehitsejates töödata.',
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
@ -58,12 +58,15 @@ return array(
'generate_backup' => 'Loo varundamine',
'header_color' => 'Päise värv',
'info' => 'Need sätted võimaldavad teil kohandada oma installi teatud aspekte.',
'label_logo' => 'Label Logo',
'label_logo' => 'Sildi logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laraveli versioon',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP on lubatud',
'ldap_integration' => 'LDAP-i integreerimine',
'ldap_settings' => 'LDAP seaded',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
'ldap_login_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',

View file

@ -12,7 +12,8 @@ return array(
'insufficient_permissions' => 'Ebapiisavad õigused.',
'user_deleted_warning' => 'See kasutaja on kustutatud. Et kasutajat muuta või talle uusi vahendeid anda, pead ta esmalt taastama.',
'ldap_not_configured' => 'LDAP-i integreerimine pole selle installi jaoks konfigureeritud.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_resets_sent' => 'Parooli taastamise link on saadetud valitud aktiivsetele kasutajatele kellel on õige emaili aadress.',
'password_reset_sent' => 'Parooli taastamise aadress on saadetud :email!',
'success' => array(

View file

@ -13,5 +13,6 @@ return array(
'upload' => 'Lae üles',
'select_file' => 'Vali fail...',
'select_files' => 'Vali failid...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'generate_labels' => '{1} Loo silt|[2,*] Loo silt',
'send_password_link' => 'Saada parooli taastamise link',
);

View file

@ -30,7 +30,7 @@
'bulkaudit' => 'Mahuaudit',
'bulkaudit_status' => 'Auditi staatus',
'bulk_checkout' => 'Bulk Checkout',
'bystatus' => 'by Status',
'bystatus' => 'staatuse järgi',
'cancel' => 'Loobu',
'categories' => 'Kategooriad',
'category' => 'Kategooria',
@ -40,8 +40,8 @@
'checkin' => 'Checkin',
'checkin_from' => 'Checkin alates',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
'checkouts_count' => 'Väljastatud',
'checkins_count' => 'Sisse võetud',
'user_requests_count' => 'Taotlused',
'city' => 'Linn',
'click_here' => 'Kliki siia',
@ -58,7 +58,7 @@
'created' => 'Üksus on loodud',
'created_asset' => 'loodud vara',
'created_at' => 'Loodud',
'record_created' => 'Record Created',
'record_created' => 'Väärtus loodud',
'updated_at' => 'Viimati muudetud',
'currency' => '$', // this is deprecated
'current' => 'Praegune',
@ -79,7 +79,7 @@
'depreciation_report' => 'Amortisatsiooniaruanne',
'details' => 'Üksikasjad',
'download' => 'Lae alla',
'download_all' => 'Download All',
'download_all' => 'Laadige kõik alla',
'depreciation' => 'Amortisatsioon',
'editprofile' => 'Muuda oma profiili',
'eol' => 'EOL',
@ -90,17 +90,17 @@
'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Eesnimi Perenimi (eesnimi.perenimi@poleolemas.ee)',
'lastnamefirstinitial_format' => 'Perenimi Eesnime lühend (perenimie@poleolemas.ee)',
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
'firstintial_dot_lastname_format' => 'Eesnime algustäht Perenimi (j.smith@example.com)',
'first' => 'Esimene',
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
'firstnamelastname' => 'Eesnimi Perenimi (janesmith@example.com)',
'lastname_firstinitial' => 'Perenimi Eesnimi algustäht (smith_j@example.com)',
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'first_name' => 'Eesnimi',
'first_name_format' => 'Eesnimi (jane@example.com)',
'files' => 'Failid',
'file_name' => 'Fail',
'file_type' => 'File Type',
'file_type' => 'Faili tüüp',
'file_uploads' => 'Faili üleslaadimine',
'generate' => 'Genereeri',
'github_markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
@ -112,9 +112,9 @@
'image' => 'Pilt',
'image_delete' => 'Kustuta pilt',
'image_upload' => 'Laadi pilt üles',
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
'image_filetypes_help' => 'Lubatud faililaiendid on jpg, png, gif ja svg. Suurim lubatud üleslaadimise maht on :size.',
'import' => 'Impordi',
'importing' => 'Importing',
'importing' => 'Importimine',
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
'import-history' => 'Impordi ajalugu',
'asset_maintenance' => 'Varade hooldus',
@ -122,7 +122,7 @@
'asset_maintenances' => 'Vara säilimine',
'item' => 'Kirje',
'insufficient_permissions' => 'Ei ole piisavalt õigusi!',
'kits' => 'Predefined Kits',
'kits' => 'Eelnevalt määratud komplektid',
'language' => 'Keel',
'last' => 'Viimane',
'last_login' => 'Viimane sisselogimine',
@ -176,7 +176,7 @@
'remove_company' => 'Eemalda ettevõtteühing',
'reports' => 'Aruanded',
'restored' => 'taastatud',
'restore' => 'Restore',
'restore' => 'Taasta',
'requested' => 'Taotletud',
'request_canceled' => 'Taotlus tühistati',
'save' => 'Salvesta',
@ -221,14 +221,14 @@
'unknown_admin' => 'Tundmatu Admin',
'username_format' => 'Kasutajanime formaat',
'update' => 'Uuenda',
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
'upload_filetypes_help' => 'Lubatud failileiendid on png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, zip ja rar. Suurim lubatud üleslaadimise maht on :size.',
'uploaded' => 'Üles laetud',
'user' => 'Kasutaja',
'accepted' => 'aktsepteeritud',
'declined' => 'tagasi lükatud',
'unaccepted_asset_report' => 'Mitteaktsepteeritud varad',
'users' => 'Kasutajad',
'viewall' => 'View All',
'viewall' => 'Vaata kõiki',
'viewassets' => 'Vaadake määratud varasid',
'website' => 'Koduleht',
'welcome' => 'Tere tulemast, :name',
@ -237,14 +237,14 @@
'zip' => 'Postiindeks',
'noimage' => 'Pilti pole üles laaditud või pilti ei leitud.',
'token_expired' => 'Teie vormi seanss on aegunud. Palun proovi uuesti.',
'login_enabled' => 'Login Enabled',
'login_enabled' => 'Sisselogimine lubatud',
'audit_due' => 'Due for Audit',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
'i_decline' => 'I decline',
'accept' => 'Kinnita :asset',
'i_accept' => 'Ma kinnitan',
'i_decline' => 'Ma keeldun',
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
'clear_signature' => 'Clear Signature',
'show_help' => 'Show help',
'hide_help' => 'Hide help',
'show_help' => 'Näita abi',
'hide_help' => 'Peida abi',
];

View file

@ -9,7 +9,7 @@ return array(
'asset' => 'Vahend:',
'asset_name' => 'Vahendi nimi:',
'asset_requested' => 'Vara nõutud',
'asset_tag' => 'Asset Tag',
'asset_tag' => 'Varade silt',
'assigned_to' => 'Määratud',
'best_regards' => 'Parimate soovidega,',
'canceled' => 'Tühistatud:',
@ -18,11 +18,11 @@ return array(
'click_to_confirm' => 'Kinnitamiseks klõpsake järgmisel lingil: veebikonto:',
'click_on_the_link_accessory' => 'Klõpsake allosas oleval lingil, et kinnitada, et olete lisaseadme kätte saanud.',
'click_on_the_link_asset' => 'Klõpsake allosas oleval lingil, et kinnitada, et olete vara vastu võtnud.',
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
'Confirm_license_delivery' => 'License delivery confirmation',
'Confirm_asset_delivery' => 'Asset delivery confirmation',
'Confirm_Asset_Checkin' => 'Vara sissevõtmise kinnitus',
'Confirm_Accessory_Checkin' => 'Tarvitu sissevõtmise kinnitus',
'Confirm_accessory_delivery' => 'Tarvitu tarne kinnitus',
'Confirm_license_delivery' => 'Litsentsi tarne kinnitus',
'Confirm_asset_delivery' => 'Vara tarne kinnitus',
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
'current_QTY' => 'Praegune QTY',
'Days' => 'Päeva',
@ -69,11 +69,11 @@ return array(
'welcome' => 'Tere tulemast, :name',
'welcome_to' => 'Teretulemast lehele :web!',
'your_credentials' => 'Sinu Snipe-IT rekvisiidid',
'Accessory_Checkin_Notification' => 'Accessory checked in',
'Asset_Checkin_Notification' => 'Asset checked in',
'License_Checkin_Notification' => 'License checked in',
'Accessory_Checkin_Notification' => 'Tarvikud sisse võetud',
'Asset_Checkin_Notification' => 'Vara sissevõetud',
'License_Checkin_Notification' => 'Litsents sisse võetud',
'Expected_Checkin_Report' => 'Expected asset checkin report',
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets'
'your_assets' => 'Vaata oma varasi'
);

View file

@ -2,6 +2,6 @@
return [
'sent' => 'Sinu paroolilink on saadetud!',
'user' => 'No matching active user found with that email.',
'user' => 'Sellise emailiga aktiivset kasutajat ei leitud.',
];

View file

@ -20,5 +20,6 @@ return array(
استفاده کنید',
'use_default_eula_disabled' => 'از پیشفرض اولیه EULA استفاده کنید.<del>هیچ پیشفرضی اولیه ای تنظیم نشده است</del>
در تنظیمات اضافه کنید.',
'use_default_eula_column' => 'استفاده توافق نامه پیشفرض',
);

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