mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #15963 from snipe/localization/updated_strings_2024-12-12
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
This commit is contained in:
commit
d1246c65bd
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "crwdns1791:0crwdne1791:0",
|
'two_factor_enrollment_text' => "crwdns1791:0crwdne1791:0",
|
||||||
'require_accept_signature' => 'crwdns1819:0crwdne1819:0',
|
'require_accept_signature' => 'crwdns1819:0crwdne1819:0',
|
||||||
'require_accept_signature_help_text' => 'crwdns1820:0crwdne1820:0',
|
'require_accept_signature_help_text' => 'crwdns1820:0crwdne1820:0',
|
||||||
|
'require_checkinout_notes' => 'crwdns12794:0crwdne12794:0',
|
||||||
|
'require_checkinout_notes_help_text' => 'crwdns12796:0crwdne12796:0',
|
||||||
'left' => 'crwdns1597:0crwdne1597:0',
|
'left' => 'crwdns1597:0crwdne1597:0',
|
||||||
'right' => 'crwdns1598:0crwdne1598:0',
|
'right' => 'crwdns1598:0crwdne1598:0',
|
||||||
'top' => 'crwdns1599:0crwdne1599:0',
|
'top' => 'crwdns1599:0crwdne1599:0',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Twee faktor verifikasie is nodig, maar jou toestel is nog nie ingeskryf nie. Maak jou Google Authenticator-program oop en scan die QR-kode hieronder om jou toestel in te skryf. Sodra jy jou toestel ingeskryf het, voer die kode hieronder in",
|
'two_factor_enrollment_text' => "Twee faktor verifikasie is nodig, maar jou toestel is nog nie ingeskryf nie. Maak jou Google Authenticator-program oop en scan die QR-kode hieronder om jou toestel in te skryf. Sodra jy jou toestel ingeskryf het, voer die kode hieronder in",
|
||||||
'require_accept_signature' => 'Vereis Handtekening',
|
'require_accept_signature' => 'Vereis Handtekening',
|
||||||
'require_accept_signature_help_text' => 'As u hierdie kenmerk aanskakel, sal gebruikers fisies moet afmeld wanneer hulle \'n bate aanvaar.',
|
'require_accept_signature_help_text' => 'As u hierdie kenmerk aanskakel, sal gebruikers fisies moet afmeld wanneer hulle \'n bate aanvaar.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'links',
|
'left' => 'links',
|
||||||
'right' => 'reg',
|
'right' => 'reg',
|
||||||
'top' => 'Top',
|
'top' => 'Top',
|
||||||
|
|
|
@ -39,7 +39,7 @@ return [
|
||||||
'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
|
'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
|
||||||
'assigned_to' => 'Toevertrou aan',
|
'assigned_to' => 'Toevertrou aan',
|
||||||
'best_regards' => 'Beste wense,',
|
'best_regards' => 'Beste wense,',
|
||||||
'canceled' => 'gekanselleer',
|
'canceled' => 'Gekanselleer',
|
||||||
'checkin_date' => 'Incheckdatum',
|
'checkin_date' => 'Incheckdatum',
|
||||||
'checkout_date' => 'Checkout Datum',
|
'checkout_date' => 'Checkout Datum',
|
||||||
'checkedout_from' => 'Checked out from',
|
'checkedout_from' => 'Checked out from',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -10,8 +10,8 @@ return array(
|
||||||
'api_base_url_endpoint' => '/<endpoint>',
|
'api_base_url_endpoint' => '/<endpoint>',
|
||||||
'api_token_expiration_time' => 'تم تعيين رموز API لانتهاء صلاحيتها في:',
|
'api_token_expiration_time' => 'تم تعيين رموز API لانتهاء صلاحيتها في:',
|
||||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
|
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
|
||||||
'profile_updated' => 'Account successfully updated',
|
'profile_updated' => 'تم تحديث الحساب بنجاح',
|
||||||
'no_tokens' => 'You have not created any personal access tokens.',
|
'no_tokens' => 'لم تقم بإنشاء أي رموز خاصة للوصول الشخصي.',
|
||||||
'enable_sounds' => 'Enable sound effects',
|
'enable_sounds' => 'تمكين المؤثرات الصوتية',
|
||||||
'enable_confetti' => 'Enable confetti effects',
|
'enable_confetti' => 'Enable confetti effects',
|
||||||
);
|
);
|
||||||
|
|
|
@ -49,5 +49,5 @@ return [
|
||||||
'kit_deleted' => 'تم حذف عدة بنجاح',
|
'kit_deleted' => 'تم حذف عدة بنجاح',
|
||||||
'kit_model_updated' => 'تم تحديث النموذج بنجاح',
|
'kit_model_updated' => 'تم تحديث النموذج بنجاح',
|
||||||
'kit_model_detached' => 'تم فصل النموذج بنجاح',
|
'kit_model_detached' => 'تم فصل النموذج بنجاح',
|
||||||
'model_already_attached' => 'Model already attached to kit',
|
'model_already_attached' => 'يتبين انه النموذج الحالي مرتبط أصلاً مع مجموعة الأدوات',
|
||||||
];
|
];
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "التوثيق ذو العاملين 2FA اجباري، ولكن لم يتم تسجيل جهازك بعد. افتح تطبيق غوغل للتوثيق Google Authenticator وافحص رمز الاستجابة السريعة QR أدناه لتسجيل جهازك. بعد تسجيل جهازك، أدخل الرمز أدناه",
|
'two_factor_enrollment_text' => "التوثيق ذو العاملين 2FA اجباري، ولكن لم يتم تسجيل جهازك بعد. افتح تطبيق غوغل للتوثيق Google Authenticator وافحص رمز الاستجابة السريعة QR أدناه لتسجيل جهازك. بعد تسجيل جهازك، أدخل الرمز أدناه",
|
||||||
'require_accept_signature' => 'يتطلب التوقيع',
|
'require_accept_signature' => 'يتطلب التوقيع',
|
||||||
'require_accept_signature_help_text' => 'سيتطلب تمكين هذه الميزة من المستخدمين تسجيل الدخول فعليا عند قبول مادة العرض.',
|
'require_accept_signature_help_text' => 'سيتطلب تمكين هذه الميزة من المستخدمين تسجيل الدخول فعليا عند قبول مادة العرض.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'اليسار',
|
'left' => 'اليسار',
|
||||||
'right' => 'حق',
|
'right' => 'حق',
|
||||||
'top' => 'أعلى',
|
'top' => 'أعلى',
|
||||||
|
|
|
@ -11,9 +11,9 @@ return [
|
||||||
'activity_report' => 'تقرير الأنشطة',
|
'activity_report' => 'تقرير الأنشطة',
|
||||||
'address' => 'العنوان',
|
'address' => 'العنوان',
|
||||||
'admin' => 'الإدارة',
|
'admin' => 'الإدارة',
|
||||||
'admin_tooltip' => 'This user has admin privileges',
|
'admin_tooltip' => 'هذا المستخدم لديه صلاحيات المشرف',
|
||||||
'superuser' => 'Superuser',
|
'superuser' => 'مدير النظام',
|
||||||
'superuser_tooltip' => 'This user has superuser privileges',
|
'superuser_tooltip' => 'هذا المستخدم لديه امتيازات المستخدم المتميز',
|
||||||
'administrator' => 'المدير',
|
'administrator' => 'المدير',
|
||||||
'add_seats' => 'المقاعد المضافة',
|
'add_seats' => 'المقاعد المضافة',
|
||||||
'age' => "العمر",
|
'age' => "العمر",
|
||||||
|
@ -64,7 +64,7 @@ return [
|
||||||
'checkout' => 'ترجيع',
|
'checkout' => 'ترجيع',
|
||||||
'checkouts_count' => 'الخارج',
|
'checkouts_count' => 'الخارج',
|
||||||
'checkins_count' => 'المٌدخل',
|
'checkins_count' => 'المٌدخل',
|
||||||
'checkin_and_delete' => 'Checkin and Delete',
|
'checkin_and_delete' => 'الإيداع والحذف',
|
||||||
'user_requests_count' => 'الطلبات',
|
'user_requests_count' => 'الطلبات',
|
||||||
'city' => 'المدينة',
|
'city' => 'المدينة',
|
||||||
'click_here' => 'انقر هنا',
|
'click_here' => 'انقر هنا',
|
||||||
|
@ -99,7 +99,7 @@ return [
|
||||||
'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.',
|
'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.',
|
||||||
'delete' => 'حذف',
|
'delete' => 'حذف',
|
||||||
'delete_confirm' => 'هل أنت متأكد من حذف :المنتج؟',
|
'delete_confirm' => 'هل أنت متأكد من حذف :المنتج؟',
|
||||||
'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
|
'delete_confirm_no_undo' => 'هل أنت متأكد من أنك ترغب في حذف :item؟ لا يمكن التراجع بعد الحذف.',
|
||||||
'deleted' => 'تم حذفها',
|
'deleted' => 'تم حذفها',
|
||||||
'delete_seats' => 'المقاعد المحذوفة',
|
'delete_seats' => 'المقاعد المحذوفة',
|
||||||
'deletion_failed' => 'فشل الحذف',
|
'deletion_failed' => 'فشل الحذف',
|
||||||
|
@ -135,7 +135,7 @@ return [
|
||||||
'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
||||||
'firstinitial.lastname' => 'الاسم الأخير الأول (jsmith@example.com)',
|
'firstinitial.lastname' => 'الاسم الأخير الأول (jsmith@example.com)',
|
||||||
'firstnamelastinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
'firstnamelastinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
||||||
'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
|
'lastnamefirstname' => 'الاسم الأخير (smith.jane@example.com)',
|
||||||
'first_name' => 'الإسم الأول',
|
'first_name' => 'الإسم الأول',
|
||||||
'first_name_format' => 'الاسم الأول (jane@example.com)',
|
'first_name_format' => 'الاسم الأول (jane@example.com)',
|
||||||
'files' => 'الملفات',
|
'files' => 'الملفات',
|
||||||
|
@ -158,8 +158,8 @@ return [
|
||||||
'include_deleted' => 'تضمين الأصول المحذوفة',
|
'include_deleted' => 'تضمين الأصول المحذوفة',
|
||||||
'image_upload' => 'رفع صورة',
|
'image_upload' => 'رفع صورة',
|
||||||
'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
|
'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
|
||||||
'filetypes_size_help' => 'The maximum upload size allowed is :size.',
|
'filetypes_size_help' => 'الحد الأقصى المسموح لحجم التصعيد هو :size.',
|
||||||
'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
|
'image_filetypes_help' => 'أنواع الملفات المسموحة هي jpg، webpp، png، gif، svg، tif. الحد الأقصى لحجم التصعيد المسموح به هو :size.',
|
||||||
'unaccepted_image_type' => 'ملف الصورة هذا غير قابل للقراءة. أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. نوع هذا الملف هو: :mimetype.',
|
'unaccepted_image_type' => 'ملف الصورة هذا غير قابل للقراءة. أنواع الملفات المقبولة هي jpg، webpp، png، gif، svg. نوع هذا الملف هو: :mimetype.',
|
||||||
'import' => 'استيراد',
|
'import' => 'استيراد',
|
||||||
'import_this_file' => 'حقول الخريطة ومعالجة هذا الملف',
|
'import_this_file' => 'حقول الخريطة ومعالجة هذا الملف',
|
||||||
|
@ -194,7 +194,7 @@ return [
|
||||||
'logout' => 'تسجيل خروج',
|
'logout' => 'تسجيل خروج',
|
||||||
'lookup_by_tag' => 'البحث عن طريق ترميز الأصل',
|
'lookup_by_tag' => 'البحث عن طريق ترميز الأصل',
|
||||||
'maintenances' => 'الصيانة',
|
'maintenances' => 'الصيانة',
|
||||||
'manage_api_keys' => 'Manage API keys',
|
'manage_api_keys' => 'إدارة مفاتيح API',
|
||||||
'manufacturer' => 'الشركة المصنعة',
|
'manufacturer' => 'الشركة المصنعة',
|
||||||
'manufacturers' => 'الشركات المصنعة',
|
'manufacturers' => 'الشركات المصنعة',
|
||||||
'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.',
|
'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">بتطبيق نمط الكتابة من Github</a>.',
|
||||||
|
@ -208,7 +208,7 @@ return [
|
||||||
'next' => 'التالى',
|
'next' => 'التالى',
|
||||||
'next_audit_date' => 'تاريخ التدقيق التالي',
|
'next_audit_date' => 'تاريخ التدقيق التالي',
|
||||||
'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in <code>Admin Settings > Alerts</code>) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
|
'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in <code>Admin Settings > Alerts</code>) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
|
||||||
'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
|
'audit_images_help' => 'يمكنك العثور على صور التدقيق في علامة تبويب التاريخ في صفحة الأصول.',
|
||||||
'no_email' => 'لا يوجد عنوان بريد إلكتروني مرتبط بهذا المستخدم',
|
'no_email' => 'لا يوجد عنوان بريد إلكتروني مرتبط بهذا المستخدم',
|
||||||
'last_audit' => 'آخر مراجعة',
|
'last_audit' => 'آخر مراجعة',
|
||||||
'new' => 'الجديد!',
|
'new' => 'الجديد!',
|
||||||
|
@ -241,13 +241,13 @@ return [
|
||||||
'restored' => 'المعاد',
|
'restored' => 'المعاد',
|
||||||
'restore' => 'إستعادة',
|
'restore' => 'إستعادة',
|
||||||
'requestable_models' => 'النماذج المطلوبة',
|
'requestable_models' => 'النماذج المطلوبة',
|
||||||
'requestable_items' => 'Requestable Items',
|
'requestable_items' => 'العناصر المطلوبة',
|
||||||
'requested' => 'طلب',
|
'requested' => 'طلب',
|
||||||
'requested_date' => 'تاريخ الطلب',
|
'requested_date' => 'تاريخ الطلب',
|
||||||
'requested_assets' => 'الأصول المطلوبة',
|
'requested_assets' => 'الأصول المطلوبة',
|
||||||
'requested_assets_menu' => 'الأصول المطلوبة',
|
'requested_assets_menu' => 'الأصول المطلوبة',
|
||||||
'request_canceled' => 'تم إلغاء الطلب',
|
'request_canceled' => 'تم إلغاء الطلب',
|
||||||
'request_item' => 'Request this item',
|
'request_item' => 'طلب هذا العنصر',
|
||||||
'external_link_tooltip' => 'رابط خارجي إلى',
|
'external_link_tooltip' => 'رابط خارجي إلى',
|
||||||
'save' => 'حفظ',
|
'save' => 'حفظ',
|
||||||
'select_var' => 'اختر :thing... ', // this will eventually replace all of our other selects
|
'select_var' => 'اختر :thing... ', // this will eventually replace all of our other selects
|
||||||
|
@ -255,7 +255,7 @@ return [
|
||||||
'select_all' => 'اختر الكل',
|
'select_all' => 'اختر الكل',
|
||||||
'search' => 'بحث',
|
'search' => 'بحث',
|
||||||
'select_category' => 'اختر تصنيف',
|
'select_category' => 'اختر تصنيف',
|
||||||
'select_datasource' => 'Select a data source',
|
'select_datasource' => 'اختر مصدر البيانات',
|
||||||
'select_department' => 'حدد قسم',
|
'select_department' => 'حدد قسم',
|
||||||
'select_depreciation' => 'حدد نوع الاستهلاك',
|
'select_depreciation' => 'حدد نوع الاستهلاك',
|
||||||
'select_location' => 'حدد موقعا',
|
'select_location' => 'حدد موقعا',
|
||||||
|
@ -275,7 +275,7 @@ return [
|
||||||
'signed_off_by' => 'تم توقيعه من قبل',
|
'signed_off_by' => 'تم توقيعه من قبل',
|
||||||
'skin' => 'المظهر',
|
'skin' => 'المظهر',
|
||||||
'webhook_msg_note' => 'سيتم إرسال إشعار عبر الربط البرمجي (webhook)',
|
'webhook_msg_note' => 'سيتم إرسال إشعار عبر الربط البرمجي (webhook)',
|
||||||
'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
|
'webhook_test_msg' => 'مرحبًا! أخبار سعيدة ، يبدو أن نظامك الأن يعمل مع Snipe-IT ',
|
||||||
'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.',
|
'some_features_disabled' => 'التثبيت التجريبي (DEMO): يتم تعطيل بعض الميزات لهذا التثبيت.',
|
||||||
'site_name' => 'إسم الموقع',
|
'site_name' => 'إسم الموقع',
|
||||||
'state' => 'المنطقة / الولاية',
|
'state' => 'المنطقة / الولاية',
|
||||||
|
@ -283,7 +283,7 @@ return [
|
||||||
'status_label' => 'Status Label',
|
'status_label' => 'Status Label',
|
||||||
'status' => 'الحالة',
|
'status' => 'الحالة',
|
||||||
'accept_eula' => 'اتفاقية القبول',
|
'accept_eula' => 'اتفاقية القبول',
|
||||||
'show_or_hide_eulas' => 'Show/Hide EULAs',
|
'show_or_hide_eulas' => 'مرحبًا! أخبار سعيدة ، يبدو أن نظامك الأن يعمل مع Snipe-IT. ',
|
||||||
'supplier' => 'المورد',
|
'supplier' => 'المورد',
|
||||||
'suppliers' => 'الموردون',
|
'suppliers' => 'الموردون',
|
||||||
'sure_to_delete' => 'هل تريد بالتأكيد حذفها',
|
'sure_to_delete' => 'هل تريد بالتأكيد حذفها',
|
||||||
|
@ -307,7 +307,7 @@ return [
|
||||||
'user' => 'المستخدم',
|
'user' => 'المستخدم',
|
||||||
'accepted' => 'قبلت',
|
'accepted' => 'قبلت',
|
||||||
'declined' => 'رفض',
|
'declined' => 'رفض',
|
||||||
'declined_note' => 'Declined Notes',
|
'declined_note' => 'الملاحظات المرفوضة',
|
||||||
'unassigned' => 'غير مسند',
|
'unassigned' => 'غير مسند',
|
||||||
'unaccepted_asset_report' => 'الأصول غير المقبولة',
|
'unaccepted_asset_report' => 'الأصول غير المقبولة',
|
||||||
'users' => 'المستخدمين',
|
'users' => 'المستخدمين',
|
||||||
|
@ -342,8 +342,8 @@ return [
|
||||||
'view_all' => 'عرض الكل',
|
'view_all' => 'عرض الكل',
|
||||||
'hide_deleted' => 'إخفاء المحذوفة',
|
'hide_deleted' => 'إخفاء المحذوفة',
|
||||||
'email' => 'البريد الالكتروني',
|
'email' => 'البريد الالكتروني',
|
||||||
'do_not_change' => 'Do not change',
|
'do_not_change' => 'الرجاء عدم التغيير',
|
||||||
'bug_report' => 'Report a bug',
|
'bug_report' => 'أبلغ عن وجود مشكلة أو خطأ في النظام',
|
||||||
'user_manual' => 'دليل المستخدم',
|
'user_manual' => 'دليل المستخدم',
|
||||||
'setup_step_1' => 'الخطوة 1',
|
'setup_step_1' => 'الخطوة 1',
|
||||||
'setup_step_2' => 'الخطوة 2',
|
'setup_step_2' => 'الخطوة 2',
|
||||||
|
@ -351,7 +351,7 @@ return [
|
||||||
'setup_step_4' => 'الخطوة 4',
|
'setup_step_4' => 'الخطوة 4',
|
||||||
'setup_config_check' => 'التحقق من الاعدادات',
|
'setup_config_check' => 'التحقق من الاعدادات',
|
||||||
'setup_create_database' => 'Create database tables',
|
'setup_create_database' => 'Create database tables',
|
||||||
'setup_create_admin' => 'Create an admin user',
|
'setup_create_admin' => 'تكوين حساب مدير النظام',
|
||||||
'setup_done' => 'إنتهى!',
|
'setup_done' => 'إنتهى!',
|
||||||
'bulk_edit_about_to' => 'أنت على وشك تحرير ما يلي: ',
|
'bulk_edit_about_to' => 'أنت على وشك تحرير ما يلي: ',
|
||||||
'checked_out' => 'استعارة',
|
'checked_out' => 'استعارة',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Двуфакторово удостоверяване се изисква, но вашето устройство не е било регистрирано още. Отворете Google Authenticator и сканирайте QR кода по-долу за да регистрирате вашето устройство. След като сте записани вашето устройство, въведете кода по-долу",
|
'two_factor_enrollment_text' => "Двуфакторово удостоверяване се изисква, но вашето устройство не е било регистрирано още. Отворете Google Authenticator и сканирайте QR кода по-долу за да регистрирате вашето устройство. След като сте записани вашето устройство, въведете кода по-долу",
|
||||||
'require_accept_signature' => 'Изисква подпис',
|
'require_accept_signature' => 'Изисква подпис',
|
||||||
'require_accept_signature_help_text' => 'Разрешаването на тази функция ще изисква от потребителите да се подпишат физически за приемане на даден актив.',
|
'require_accept_signature_help_text' => 'Разрешаването на тази функция ще изисква от потребителите да се подпишат физически за приемане на даден актив.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'ляво',
|
'left' => 'ляво',
|
||||||
'right' => 'дясно',
|
'right' => 'дясно',
|
||||||
'top' => 'Горе',
|
'top' => 'Горе',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Je vyžadováno dvoufaktorové ověření, nicméně vaše zařízení ještě nebylo zaregistrováno. Otevřete aplikaci Google Authenticator a oskenujte níže uvedený QR kód pro registraci vašeho zařízení. Jakmile zaregistrujete své zařízení, zadejte níže uvedený kód",
|
'two_factor_enrollment_text' => "Je vyžadováno dvoufaktorové ověření, nicméně vaše zařízení ještě nebylo zaregistrováno. Otevřete aplikaci Google Authenticator a oskenujte níže uvedený QR kód pro registraci vašeho zařízení. Jakmile zaregistrujete své zařízení, zadejte níže uvedený kód",
|
||||||
'require_accept_signature' => 'Požadovat podpis',
|
'require_accept_signature' => 'Požadovat podpis',
|
||||||
'require_accept_signature_help_text' => 'Aktivace této funkce bude vyžadovat, aby se uživatelé fyzicky přihlásili k přijetí určitého materiálu.',
|
'require_accept_signature_help_text' => 'Aktivace této funkce bude vyžadovat, aby se uživatelé fyzicky přihlásili k přijetí určitého materiálu.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'vlevo',
|
'left' => 'vlevo',
|
||||||
'right' => 'vpravo',
|
'right' => 'vpravo',
|
||||||
'top' => 'nahoře',
|
'top' => 'nahoře',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Mae angen dilysu dau ffactor, ond nid yw'ch dyfais wedi'i chofrestru eto. Agorwch eich app Google Authenticator a sganiwch y cod QR isod i gofrestru'ch dyfais. Ar ôl i chi gofrestru'ch dyfais, nodwch y cod isod",
|
'two_factor_enrollment_text' => "Mae angen dilysu dau ffactor, ond nid yw'ch dyfais wedi'i chofrestru eto. Agorwch eich app Google Authenticator a sganiwch y cod QR isod i gofrestru'ch dyfais. Ar ôl i chi gofrestru'ch dyfais, nodwch y cod isod",
|
||||||
'require_accept_signature' => 'Angen Llofnod',
|
'require_accept_signature' => 'Angen Llofnod',
|
||||||
'require_accept_signature_help_text' => 'Bydd galluogi\'r nodwedd hon yn ei gwneud yn ofynnol i ddefnyddwyr lofnodi\'n gorfforol wrth dderbyn ased.',
|
'require_accept_signature_help_text' => 'Bydd galluogi\'r nodwedd hon yn ei gwneud yn ofynnol i ddefnyddwyr lofnodi\'n gorfforol wrth dderbyn ased.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'chwith',
|
'left' => 'chwith',
|
||||||
'right' => 'dde',
|
'right' => 'dde',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "To faktor godkendelse er påkrævet, men din enhed er endnu ikke blevet tilmeldt. Åbn din Google Authenticator-app og scan QR-koden nedenfor for at tilmelde din enhed. Når du har tilmeldt din enhed, skal du indtaste koden nedenfor",
|
'two_factor_enrollment_text' => "To faktor godkendelse er påkrævet, men din enhed er endnu ikke blevet tilmeldt. Åbn din Google Authenticator-app og scan QR-koden nedenfor for at tilmelde din enhed. Når du har tilmeldt din enhed, skal du indtaste koden nedenfor",
|
||||||
'require_accept_signature' => 'Kræver Signatur',
|
'require_accept_signature' => 'Kræver Signatur',
|
||||||
'require_accept_signature_help_text' => 'Aktivering af denne funktion kræver, at brugerne fysisk logger af ved at acceptere et aktiv.',
|
'require_accept_signature_help_text' => 'Aktivering af denne funktion kræver, at brugerne fysisk logger af ved at acceptere et aktiv.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'venstre',
|
'left' => 'venstre',
|
||||||
'right' => 'højre',
|
'right' => 'højre',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Zwei-Faktor-Authentifizierung ist erforderlich, Ihr Gerät wurde jedoch noch nicht hinzugefügt. Öffnen Sie die Google Authenticator App und scannen Sie den QR-Code unterhalb um Ihr Gerät hinzuzufügen. Geben Sie anschließend den Code ein",
|
'two_factor_enrollment_text' => "Zwei-Faktor-Authentifizierung ist erforderlich, Ihr Gerät wurde jedoch noch nicht hinzugefügt. Öffnen Sie die Google Authenticator App und scannen Sie den QR-Code unterhalb um Ihr Gerät hinzuzufügen. Geben Sie anschließend den Code ein",
|
||||||
'require_accept_signature' => 'Signatur erforderlich',
|
'require_accept_signature' => 'Signatur erforderlich',
|
||||||
'require_accept_signature_help_text' => 'Wenn aktiviert, wird eine physische Unterschrift durch den Benutzer notwendig, der das Asset erhält.',
|
'require_accept_signature_help_text' => 'Wenn aktiviert, wird eine physische Unterschrift durch den Benutzer notwendig, der das Asset erhält.',
|
||||||
|
'require_checkinout_notes' => 'Notizen beim Ein-/Auschecken erforderlich',
|
||||||
|
'require_checkinout_notes_help_text' => 'Wenn Sie diese Funktion aktivieren, müssen die Notizfelder beim Einchecken oder Auschecken eines Assets ausgefüllt werden.',
|
||||||
'left' => 'links',
|
'left' => 'links',
|
||||||
'right' => 'rechts',
|
'right' => 'rechts',
|
||||||
'top' => 'Oben',
|
'top' => 'Oben',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Zwei-Faktor-Authentifizierung ist erforderlich, Dein Gerät wurde jedoch noch nicht hinzugefügt. Öffne die Google Authenticator App und scanne den QR-Code unten, um Dein Gerät hinzuzufügen. Gebe anschließend den Code ein",
|
'two_factor_enrollment_text' => "Zwei-Faktor-Authentifizierung ist erforderlich, Dein Gerät wurde jedoch noch nicht hinzugefügt. Öffne die Google Authenticator App und scanne den QR-Code unten, um Dein Gerät hinzuzufügen. Gebe anschließend den Code ein",
|
||||||
'require_accept_signature' => 'Unterschrift erforderlich',
|
'require_accept_signature' => 'Unterschrift erforderlich',
|
||||||
'require_accept_signature_help_text' => 'Wenn aktiviert, wird eine physische Unterschrift durch den Benutzer bei der Annahme des Assets notwendig.',
|
'require_accept_signature_help_text' => 'Wenn aktiviert, wird eine physische Unterschrift durch den Benutzer bei der Annahme des Assets notwendig.',
|
||||||
|
'require_checkinout_notes' => 'Notizen beim Ein-/Auschecken erforderlich',
|
||||||
|
'require_checkinout_notes_help_text' => 'Wenn Du diese Funktion aktivierst, müssen die Notizfelder beim Einchecken oder Auschecken eines Assets ausgefüllt werden.',
|
||||||
'left' => 'links',
|
'left' => 'links',
|
||||||
'right' => 'rechts',
|
'right' => 'rechts',
|
||||||
'top' => 'oben',
|
'top' => 'oben',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Απαιτείται έλεγχος ταυτότητας δύο παραγόντων, ωστόσο η συσκευή σας δεν έχει εγγραφεί ακόμα. Ανοίξτε την εφαρμογή Google Authenticator και σαρώστε τον παρακάτω κωδικό QR για να εγγραφείτε στη συσκευή σας. Μόλις εγγραφείτε στη συσκευή σας, πληκτρολογήστε τον παρακάτω κώδικα",
|
'two_factor_enrollment_text' => "Απαιτείται έλεγχος ταυτότητας δύο παραγόντων, ωστόσο η συσκευή σας δεν έχει εγγραφεί ακόμα. Ανοίξτε την εφαρμογή Google Authenticator και σαρώστε τον παρακάτω κωδικό QR για να εγγραφείτε στη συσκευή σας. Μόλις εγγραφείτε στη συσκευή σας, πληκτρολογήστε τον παρακάτω κώδικα",
|
||||||
'require_accept_signature' => 'Απαιτείται υπογραφή',
|
'require_accept_signature' => 'Απαιτείται υπογραφή',
|
||||||
'require_accept_signature_help_text' => 'Η ενεργοποίηση αυτής της λειτουργίας θα απαιτεί από τους χρήστες να αποδεχθούν φυσικά την αποδοχή ενός στοιχείου.',
|
'require_accept_signature_help_text' => 'Η ενεργοποίηση αυτής της λειτουργίας θα απαιτεί από τους χρήστες να αποδεχθούν φυσικά την αποδοχή ενός στοιχείου.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'αριστερά',
|
'left' => 'αριστερά',
|
||||||
'right' => 'δεξιά',
|
'right' => 'δεξιά',
|
||||||
'top' => 'κορυφή',
|
'top' => 'κορυφή',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -23,7 +23,7 @@ return [
|
||||||
'Item_Requested' => 'Item Requested',
|
'Item_Requested' => 'Item Requested',
|
||||||
'License_Checkin_Notification' => 'License checked in',
|
'License_Checkin_Notification' => 'License checked in',
|
||||||
'License_Checkout_Notification' => 'Licence checked out',
|
'License_Checkout_Notification' => 'Licence checked out',
|
||||||
'license_for' => 'License for',
|
'license_for' => 'Licence for',
|
||||||
'Low_Inventory_Report' => 'Low Inventory Report',
|
'Low_Inventory_Report' => 'Low Inventory Report',
|
||||||
'a_user_canceled' => 'A user has canceled an item request on the website',
|
'a_user_canceled' => 'A user has canceled an item request on the website',
|
||||||
'a_user_requested' => 'A user has requested an item on the website',
|
'a_user_requested' => 'A user has requested an item on the website',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat anda belum terdaftar. Buka aplikasi Google Authenticator anda dan pindai kode QR dibawah ini untuk mendaftarkan perangkat anda. Setelah perangkat anda terdaftar, masukkan kode dibawah ini",
|
'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat anda belum terdaftar. Buka aplikasi Google Authenticator anda dan pindai kode QR dibawah ini untuk mendaftarkan perangkat anda. Setelah perangkat anda terdaftar, masukkan kode dibawah ini",
|
||||||
'require_accept_signature' => 'Membutuhkan Tanda Tangan',
|
'require_accept_signature' => 'Membutuhkan Tanda Tangan',
|
||||||
'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna secara fisik menandatangani untuk menerima aset.',
|
'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna secara fisik menandatangani untuk menerima aset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'kiri',
|
'left' => 'kiri',
|
||||||
'right' => 'kanan',
|
'right' => 'kanan',
|
||||||
'top' => 'atas',
|
'top' => 'atas',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
||||||
'require_accept_signature' => 'Solicitar firma',
|
'require_accept_signature' => 'Solicitar firma',
|
||||||
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'izquierda',
|
'left' => 'izquierda',
|
||||||
'right' => 'derecha',
|
'right' => 'derecha',
|
||||||
'top' => 'arriba',
|
'top' => 'arriba',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
||||||
'require_accept_signature' => 'Solicitar firma',
|
'require_accept_signature' => 'Solicitar firma',
|
||||||
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'izquierda',
|
'left' => 'izquierda',
|
||||||
'right' => 'derecha',
|
'right' => 'derecha',
|
||||||
'top' => 'arriba',
|
'top' => 'arriba',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
||||||
'require_accept_signature' => 'Solicitar firma',
|
'require_accept_signature' => 'Solicitar firma',
|
||||||
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'izquierda',
|
'left' => 'izquierda',
|
||||||
'right' => 'derecha',
|
'right' => 'derecha',
|
||||||
'top' => 'arriba',
|
'top' => 'arriba',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
'two_factor_enrollment_text' => "Se requiere autenticación de dos factores, sin embargo su dispositivo aún no ha sido inscrito. Abra la aplicación Google Authenticator y escanee el código QR que aparece a continuación para registrar su dispositivo. Una vez que haya registrado su dispositivo, introduzca el código en la parte inferior",
|
||||||
'require_accept_signature' => 'Solicitar firma',
|
'require_accept_signature' => 'Solicitar firma',
|
||||||
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
'require_accept_signature_help_text' => 'Al activar esta función, los usuarios tendrán que firmar físicamente la aceptación de un activo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'izquierda',
|
'left' => 'izquierda',
|
||||||
'right' => 'derecha',
|
'right' => 'derecha',
|
||||||
'top' => 'arriba',
|
'top' => 'arriba',
|
||||||
|
|
|
@ -4,8 +4,8 @@ return array(
|
||||||
'personal_api_keys' => 'Personal API Keys',
|
'personal_api_keys' => 'Personal API Keys',
|
||||||
'personal_access_token' => 'Personal Access Token',
|
'personal_access_token' => 'Personal Access Token',
|
||||||
'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
|
'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
|
||||||
'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
|
'here_is_api_key' => 'Siin on teie uus isiklik juurdepääsutoken. See on ainus kord, kui see kuvatakse, nii et ärge kaotage seda! Nüüd saate seda tokenit kasutada API päringute tegemiseks.',
|
||||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
|
'api_key_warning' => 'API tokenit genereerides veenduge, et kopeerite selle kohe, kuna see ei ole teile enam pärast nähtav.',
|
||||||
'api_base_url' => 'Your API base url is located at:',
|
'api_base_url' => 'Your API base url is located at:',
|
||||||
'api_base_url_endpoint' => '/<endpoint>',
|
'api_base_url_endpoint' => '/<endpoint>',
|
||||||
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
||||||
|
|
|
@ -28,7 +28,7 @@ return array(
|
||||||
'unavailable' => 'Tarvik ei ole väljastamiseks saadaval. Kontrolli laoseisu',
|
'unavailable' => 'Tarvik ei ole väljastamiseks saadaval. Kontrolli laoseisu',
|
||||||
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.',
|
||||||
'checkout_qty' => array(
|
'checkout_qty' => array(
|
||||||
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.',
|
'lte' => 'Praegu on saadaval ainult üks seda tüüpi lisaseade ja te üritate väljastada :checkout_qty. Palun kohandage väljastatavate lisaseadmete kogust või selle lisaseadme koguarvu ja proovige uuesti.Saadaval on :number_currently_remaining lisaseadet ja te üritate väljastada :checkout_qty. Palun kohandage väljastavate lisaseadmete kogust või selle lisaseadme koguarvu ja proovige uuesti.',
|
||||||
),
|
),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Vaja on kahte tegurit, kuid teie seadet ei ole veel registreeritud. Avage oma Google Authenticatori rakendus ja skannige oma seadme registreerimiseks allolevat QR-koodi. Kui olete oma seadme sisestanud, sisestage allolev kood",
|
'two_factor_enrollment_text' => "Vaja on kahte tegurit, kuid teie seadet ei ole veel registreeritud. Avage oma Google Authenticatori rakendus ja skannige oma seadme registreerimiseks allolevat QR-koodi. Kui olete oma seadme sisestanud, sisestage allolev kood",
|
||||||
'require_accept_signature' => 'Nõuda allkirja',
|
'require_accept_signature' => 'Nõuda allkirja',
|
||||||
'require_accept_signature_help_text' => 'Selle funktsiooni lubamine nõuab, et kasutajad võtaksid vara füüsiliselt alla.',
|
'require_accept_signature_help_text' => 'Selle funktsiooni lubamine nõuab, et kasutajad võtaksid vara füüsiliselt alla.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'lahkus',
|
'left' => 'lahkus',
|
||||||
'right' => 'õige',
|
'right' => 'õige',
|
||||||
'top' => 'üleval',
|
'top' => 'üleval',
|
||||||
|
|
|
@ -99,7 +99,7 @@ return [
|
||||||
'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',
|
||||||
'delete_confirm' => 'Kas olete kindel, et soovite kustutada :item?',
|
'delete_confirm' => 'Kas olete kindel, et soovite kustutada :item?',
|
||||||
'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
|
'delete_confirm_no_undo' => 'Kas olete kindel, et soovite kustutada :item? Seda toimingut ei saa tagasi võtta.',
|
||||||
'deleted' => 'Kustutatud',
|
'deleted' => 'Kustutatud',
|
||||||
'delete_seats' => 'Kustutatud istmed',
|
'delete_seats' => 'Kustutatud istmed',
|
||||||
'deletion_failed' => 'Kustutamine ebaõnnestus',
|
'deletion_failed' => 'Kustutamine ebaõnnestus',
|
||||||
|
@ -155,21 +155,21 @@ return [
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'image' => 'Pilt',
|
'image' => 'Pilt',
|
||||||
'image_delete' => 'Kustuta pilt',
|
'image_delete' => 'Kustuta pilt',
|
||||||
'include_deleted' => 'Include Deleted Assets',
|
'include_deleted' => 'Kaasa Kustutatud Varad',
|
||||||
'image_upload' => 'Laadi pilt üles',
|
'image_upload' => 'Laadi pilt üles',
|
||||||
'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
|
'filetypes_accepted_help' => 'Aktsepteeritud failitüüp on: :types. Maksimaalne lubatud suurus on: :size." "Aktsepteeritud failitüübid on: :types. Maksimaalne lubatud üleslaadimise suurus on: :size.',
|
||||||
'filetypes_size_help' => 'The maximum upload size allowed is :size.',
|
'filetypes_size_help' => 'Maksimaalne lubatud üleslaadimise suurus on: :size.',
|
||||||
'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
|
'image_filetypes_help' => 'Aktsepteeritud failitüübid on jpg, webp, png, gif, svg ja avif. Maksimaalne lubatud üleslaadimise suurus on: :size.',
|
||||||
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
|
'unaccepted_image_type' => 'Seda pildifaili ei olnud võimalik lugeda. Aktsepteeritud failitüübid on jpg, webp, png, gif ja svg. Selle faili Mime-tüüp on: :mimetype.',
|
||||||
'import' => 'Impordi',
|
'import' => 'Impordi',
|
||||||
'import_this_file' => 'Map fields and process this file',
|
'import_this_file' => 'Kaardista väljad ja töötle see fail',
|
||||||
'importing' => 'Importimine',
|
'importing' => 'Importimine',
|
||||||
'importing_help' => 'CSV-faili kaudu saate importida vahendeid, tarvikuid, litsentse, komponente, kulumaterjale ja kasutajaid. <br><br>CSV peaks olema komadega eraldatud ja vormindatud päistega, mis ühtivad <a href="https://snipe-it.readme.io/docs/importing" target="_new">CSV-de näidistega dokumentatsioonis</a>.',
|
'importing_help' => 'CSV-faili kaudu saate importida vahendeid, tarvikuid, litsentse, komponente, kulumaterjale ja kasutajaid. <br><br>CSV peaks olema komadega eraldatud ja vormindatud päistega, mis ühtivad <a href="https://snipe-it.readme.io/docs/importing" target="_new">CSV-de näidistega dokumentatsioonis</a>.',
|
||||||
'import-history' => 'Impordi ajalugu',
|
'import-history' => 'Impordi ajalugu',
|
||||||
'asset_maintenance' => 'Varade hooldus',
|
'asset_maintenance' => 'Varade hooldus',
|
||||||
'asset_maintenance_report' => 'Varade hooldusaruanne',
|
'asset_maintenance_report' => 'Varade hooldusaruanne',
|
||||||
'asset_maintenances' => 'Vara säilimine',
|
'asset_maintenances' => 'Vara säilimine',
|
||||||
'item' => 'Kirje',
|
'item' => 'Vara',
|
||||||
'item_name' => 'Üksuse nimi',
|
'item_name' => 'Üksuse nimi',
|
||||||
'import_file' => 'impordi CSV fail',
|
'import_file' => 'impordi CSV fail',
|
||||||
'import_type' => 'CSV impordi tüüp',
|
'import_type' => 'CSV impordi tüüp',
|
||||||
|
@ -184,17 +184,17 @@ return [
|
||||||
'licenses_available' => 'Vabad litsentsid',
|
'licenses_available' => 'Vabad litsentsid',
|
||||||
'licenses' => 'Litsentsid',
|
'licenses' => 'Litsentsid',
|
||||||
'list_all' => 'Kuva kõik',
|
'list_all' => 'Kuva kõik',
|
||||||
'loading' => 'Loading... please wait...',
|
'loading' => 'Laadimine... palun oota...',
|
||||||
'lock_passwords' => 'Selle välja väärtust demoinstallatsioonis ei salvestata.',
|
'lock_passwords' => 'Selle välja väärtust demoinstallatsioonis ei salvestata.',
|
||||||
'feature_disabled' => 'See funktsioon on demo installimisel keelatud.',
|
'feature_disabled' => 'See funktsioon on demo installimisel keelatud.',
|
||||||
'location' => 'Asukoht',
|
'location' => 'Asukoht',
|
||||||
'location_plural' => 'Location|Locations',
|
'location_plural' => 'Asukoht|Asukohad',
|
||||||
'locations' => 'Asukohad',
|
'locations' => 'Asukohad',
|
||||||
'logo_size' => 'Ruudukujulised logod näevad parimad välja logo + tekstiga. Logo maksimaalne kuvatav suurus on 50 pikslit kõrge x 500 pikslit lai. ',
|
'logo_size' => 'Ruudukujulised logod näevad parimad välja logo + tekstiga. Logo maksimaalne kuvatav suurus on 50 pikslit kõrge x 500 pikslit lai. ',
|
||||||
'logout' => 'Logi välja',
|
'logout' => 'Logi välja',
|
||||||
'lookup_by_tag' => 'Varatüübi järgi otsimine',
|
'lookup_by_tag' => 'Varatüübi järgi otsimine',
|
||||||
'maintenances' => 'Hooldus',
|
'maintenances' => 'Hooldus',
|
||||||
'manage_api_keys' => 'Manage API keys',
|
'manage_api_keys' => 'Halda API võtmeid',
|
||||||
'manufacturer' => 'Tootja',
|
'manufacturer' => 'Tootja',
|
||||||
'manufacturers' => 'Tootjad',
|
'manufacturers' => 'Tootjad',
|
||||||
'markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
|
'markdown' => 'See väli lubab <a href="https://help.github.com/articles/github-flavored-markdown/">Githubi maitsestatud markdown</a>.',
|
||||||
|
@ -207,8 +207,8 @@ return [
|
||||||
'new_password' => 'Uus parool',
|
'new_password' => 'Uus parool',
|
||||||
'next' => 'Järgmine',
|
'next' => 'Järgmine',
|
||||||
'next_audit_date' => 'Järgmine auditi kuupäev',
|
'next_audit_date' => 'Järgmine auditi kuupäev',
|
||||||
'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in <code>Admin Settings > Alerts</code>) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
|
'next_audit_date_help' => 'Kui kasutate oma organisatsioonis auditeerimist, arvutatakse see tavaliselt automaatselt vara' viimase auditi kuupäeva ja auditi sageduse (<code>Administraatori seaded >> Teavitused</code>) alusel ning võite selle tühjaks jätta. Kui teil on vaja, saate selle kuupäeva siin käsitsi määrata, kuid see peab olema hilisem kui viimane auditi kuupäev. ',
|
||||||
'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
|
'audit_images_help' => 'Auditipildid leiate vara ajaloo vahekaardilt.',
|
||||||
'no_email' => 'Selle kasutajaga ei ole seotud e-posti aadressi',
|
'no_email' => 'Selle kasutajaga ei ole seotud e-posti aadressi',
|
||||||
'last_audit' => 'Viimane audit',
|
'last_audit' => 'Viimane audit',
|
||||||
'new' => 'uus!',
|
'new' => 'uus!',
|
||||||
|
@ -230,7 +230,7 @@ return [
|
||||||
'purchase_date' => 'Ostu kuupäev',
|
'purchase_date' => 'Ostu kuupäev',
|
||||||
'qty' => 'Hulk',
|
'qty' => 'Hulk',
|
||||||
'quantity' => 'Hulk',
|
'quantity' => 'Hulk',
|
||||||
'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels',
|
'quantity_minimum' => 'Teil on üks vara allpool või peaaegu allpool minimaalset kogustaset.Teil on :count eset allpool või peaaegu allpool minimaalset kogustaset',
|
||||||
'quickscan_checkin' => 'Kiire check-in (Quick scan)',
|
'quickscan_checkin' => 'Kiire check-in (Quick scan)',
|
||||||
'quickscan_checkin_status' => 'Tagastamise olek',
|
'quickscan_checkin_status' => 'Tagastamise olek',
|
||||||
'ready_to_deploy' => 'Kasutamine valmis',
|
'ready_to_deploy' => 'Kasutamine valmis',
|
||||||
|
@ -241,13 +241,13 @@ return [
|
||||||
'restored' => 'taastatud',
|
'restored' => 'taastatud',
|
||||||
'restore' => 'Taasta',
|
'restore' => 'Taasta',
|
||||||
'requestable_models' => 'Taotletavad mudelid',
|
'requestable_models' => 'Taotletavad mudelid',
|
||||||
'requestable_items' => 'Requestable Items',
|
'requestable_items' => 'Taotletavad mudelid',
|
||||||
'requested' => 'Taotletud',
|
'requested' => 'Taotletud',
|
||||||
'requested_date' => 'Taotletav kuupäev',
|
'requested_date' => 'Taotletav kuupäev',
|
||||||
'requested_assets' => 'Taotletavad vahendid',
|
'requested_assets' => 'Taotletavad vahendid',
|
||||||
'requested_assets_menu' => 'Vaadake taotletud vahendeid',
|
'requested_assets_menu' => 'Vaadake taotletud vahendeid',
|
||||||
'request_canceled' => 'Taotlus tühistati',
|
'request_canceled' => 'Taotlus tühistati',
|
||||||
'request_item' => 'Request this item',
|
'request_item' => 'Taotle seda vara',
|
||||||
'external_link_tooltip' => 'External link to',
|
'external_link_tooltip' => 'External link to',
|
||||||
'save' => 'Salvesta',
|
'save' => 'Salvesta',
|
||||||
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
|
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
|
||||||
|
@ -255,7 +255,7 @@ return [
|
||||||
'select_all' => 'Vali kõik',
|
'select_all' => 'Vali kõik',
|
||||||
'search' => 'Otsi',
|
'search' => 'Otsi',
|
||||||
'select_category' => 'Vali kategooria',
|
'select_category' => 'Vali kategooria',
|
||||||
'select_datasource' => 'Select a data source',
|
'select_datasource' => 'Vali andmeallikas',
|
||||||
'select_department' => 'Valige osakond',
|
'select_department' => 'Valige osakond',
|
||||||
'select_depreciation' => 'Vali amortisatsioonitüüp',
|
'select_depreciation' => 'Vali amortisatsioonitüüp',
|
||||||
'select_location' => 'Vali asukoht',
|
'select_location' => 'Vali asukoht',
|
||||||
|
@ -275,20 +275,20 @@ return [
|
||||||
'signed_off_by' => 'Allkiri',
|
'signed_off_by' => 'Allkiri',
|
||||||
'skin' => 'Väljanägemine',
|
'skin' => 'Väljanägemine',
|
||||||
'webhook_msg_note' => 'A notification will be sent via webhook',
|
'webhook_msg_note' => 'A notification will be sent via webhook',
|
||||||
'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
|
'webhook_test_msg' => 'Juhhuu! Näib, et teie :app integratsioon Snipe-IT-ga töötab!',
|
||||||
'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.',
|
'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.',
|
||||||
'site_name' => 'Saidi nimi',
|
'site_name' => 'Saidi nimi',
|
||||||
'state' => 'Maakond',
|
'state' => 'Maakond',
|
||||||
'status_labels' => 'Oleku sildid',
|
'status_labels' => 'Oleku sildid',
|
||||||
'status_label' => 'Status Label',
|
'status_label' => 'Oleku silt',
|
||||||
'status' => 'Staatus',
|
'status' => 'Staatus',
|
||||||
'accept_eula' => 'Lõppkasutaja litsentsilepinguga nõustumine',
|
'accept_eula' => 'Lõppkasutaja litsentsilepinguga nõustumine',
|
||||||
'show_or_hide_eulas' => 'Show/Hide EULAs',
|
'show_or_hide_eulas' => 'Kuva/Peida kasutustingimused',
|
||||||
'supplier' => 'Tarnija',
|
'supplier' => 'Tarnija',
|
||||||
'suppliers' => 'Tarnijad',
|
'suppliers' => 'Tarnijad',
|
||||||
'sure_to_delete' => 'Kas olete kindel, et soovite kustutada',
|
'sure_to_delete' => 'Kas olete kindel, et soovite kustutada',
|
||||||
'sure_to_delete_var' => 'Kas olete kindel, et soovite kustutada :item?',
|
'sure_to_delete_var' => 'Kas olete kindel, et soovite kustutada :item?',
|
||||||
'delete_what' => 'Delete :item',
|
'delete_what' => 'Kustuta :item',
|
||||||
'submit' => 'Kinnita',
|
'submit' => 'Kinnita',
|
||||||
'target' => 'Sihtimine',
|
'target' => 'Sihtimine',
|
||||||
'time_and_date_display' => 'Kellaaja ja kuupäeva kuvamine',
|
'time_and_date_display' => 'Kellaaja ja kuupäeva kuvamine',
|
||||||
|
@ -307,7 +307,7 @@ return [
|
||||||
'user' => 'Kasutaja',
|
'user' => 'Kasutaja',
|
||||||
'accepted' => 'aktsepteeritud',
|
'accepted' => 'aktsepteeritud',
|
||||||
'declined' => 'tagasi lükatud',
|
'declined' => 'tagasi lükatud',
|
||||||
'declined_note' => 'Declined Notes',
|
'declined_note' => 'Tagasilükatud märkmed',
|
||||||
'unassigned' => 'Määramata',
|
'unassigned' => 'Määramata',
|
||||||
'unaccepted_asset_report' => 'Mitteaktsepteeritud varad',
|
'unaccepted_asset_report' => 'Mitteaktsepteeritud varad',
|
||||||
'users' => 'Kasutajad',
|
'users' => 'Kasutajad',
|
||||||
|
@ -320,22 +320,22 @@ return [
|
||||||
'yes' => 'Jah',
|
'yes' => 'Jah',
|
||||||
'zip' => 'Postiindeks',
|
'zip' => 'Postiindeks',
|
||||||
'noimage' => 'Pilti pole üles laaditud või pilti ei leitud.',
|
'noimage' => 'Pilti pole üles laaditud või pilti ei leitud.',
|
||||||
'file_does_not_exist' => 'The requested file does not exist on the server.',
|
'file_does_not_exist' => 'Nõutud faili ei eksisteeri serveris.',
|
||||||
'file_upload_success' => 'Faili üleslaadimine õnnestus!',
|
'file_upload_success' => 'Faili üleslaadimine õnnestus!',
|
||||||
'no_files_uploaded' => 'Faili üleslaadimine õnnestus!',
|
'no_files_uploaded' => 'Faili üleslaadimine õnnestus!',
|
||||||
'token_expired' => 'Teie vormi seanss on aegunud. Palun proovi uuesti.',
|
'token_expired' => 'Teie vormi seanss on aegunud. Palun proovi uuesti.',
|
||||||
'login_enabled' => 'Sisselogimine lubatud',
|
'login_enabled' => 'Sisselogimine lubatud',
|
||||||
'audit_due' => 'Audit',
|
'audit_due' => 'Audit',
|
||||||
'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
|
'audit_due_days' => 'Auditiks vajalikud varad :days päeva jooksulAuditiks vajalikud varad :days päeva jooksul',
|
||||||
'checkin_due' => 'Due for Checkin',
|
'checkin_due' => 'Tagastamiseks vajalik',
|
||||||
'checkin_overdue' => 'Overdue for Checkin',
|
'checkin_overdue' => 'Tagastamise tähtaeg ületatud',
|
||||||
'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
|
'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
|
||||||
'audit_overdue' => 'Hilinenud audit',
|
'audit_overdue' => 'Hilinenud audit',
|
||||||
'accept' => 'Kinnita :asset',
|
'accept' => 'Kinnita :asset',
|
||||||
'i_accept' => 'Ma kinnitan',
|
'i_accept' => 'Ma kinnitan',
|
||||||
'i_decline' => 'Ma keeldun',
|
'i_decline' => 'Ma keeldun',
|
||||||
'accept_decline' => 'Aktsepteeri/Keeldu',
|
'accept_decline' => 'Aktsepteeri/Keeldu',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Allkirjasta allpool, et kinnitada oma nõusolekut teenusetingimustega:',
|
||||||
'clear_signature' => 'Puhasta allkirja väli',
|
'clear_signature' => 'Puhasta allkirja väli',
|
||||||
'show_help' => 'Näita abi',
|
'show_help' => 'Näita abi',
|
||||||
'hide_help' => 'Peida abi',
|
'hide_help' => 'Peida abi',
|
||||||
|
@ -343,15 +343,15 @@ return [
|
||||||
'hide_deleted' => 'Peida kustutatud',
|
'hide_deleted' => 'Peida kustutatud',
|
||||||
'email' => 'E-mail',
|
'email' => 'E-mail',
|
||||||
'do_not_change' => 'Do not change',
|
'do_not_change' => 'Do not change',
|
||||||
'bug_report' => 'Report a bug',
|
'bug_report' => 'Teata veast',
|
||||||
'user_manual' => 'Kasutusjuhend',
|
'user_manual' => 'Kasutusjuhend',
|
||||||
'setup_step_1' => 'Step 1',
|
'setup_step_1' => 'Step 1',
|
||||||
'setup_step_2' => 'Step 2',
|
'setup_step_2' => 'Step 2',
|
||||||
'setup_step_3' => 'Step 3',
|
'setup_step_3' => 'Step 3',
|
||||||
'setup_step_4' => 'Step 4',
|
'setup_step_4' => 'Step 4',
|
||||||
'setup_config_check' => 'Configuration Check',
|
'setup_config_check' => 'Configuration Check',
|
||||||
'setup_create_database' => 'Create database tables',
|
'setup_create_database' => 'Loo andmebaasi tabelid',
|
||||||
'setup_create_admin' => 'Create an admin user',
|
'setup_create_admin' => 'Loo admin kasutaja',
|
||||||
'setup_done' => 'Lõpetatud!',
|
'setup_done' => 'Lõpetatud!',
|
||||||
'bulk_edit_about_to' => 'Oled muutmas järgnevat: ',
|
'bulk_edit_about_to' => 'Oled muutmas järgnevat: ',
|
||||||
'checked_out' => 'Väljastatud',
|
'checked_out' => 'Väljastatud',
|
||||||
|
@ -360,14 +360,14 @@ return [
|
||||||
'last_checkout' => 'Viimati väljastatud',
|
'last_checkout' => 'Viimati väljastatud',
|
||||||
'due_to_checkin' => 'Järgnevad :count üksust tuleb peagi tagastada:',
|
'due_to_checkin' => 'Järgnevad :count üksust tuleb peagi tagastada:',
|
||||||
'expected_checkin' => 'Eeldatav tagastus',
|
'expected_checkin' => 'Eeldatav tagastus',
|
||||||
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
'reminder_checked_out_items' => 'See on meeldetuletus teile väljastatud varadest. Kui tunnete, et see nimekiri on ebatäpne (midagi on puudu või midagi on siin, mida te usute, et te pole kunagi saanud), siis palun saatke e-kiri aadressile :reply_to_name aadressil :reply_to_address.',
|
||||||
'changed' => 'Muudetud',
|
'changed' => 'Muudetud',
|
||||||
'to' => 'To',
|
'to' => 'To',
|
||||||
'report_fields_info' => '<p>Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.</p>
|
'report_fields_info' => '<p>Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.</p>
|
||||||
<p>If you would like to export only certain assets, use the options below to fine-tune your results.</p>',
|
<p>If you would like to export only certain assets, use the options below to fine-tune your results.</p>',
|
||||||
'range' => 'Vahemik',
|
'range' => 'Vahemik',
|
||||||
'bom_remark' => 'Add a BOM (byte-order mark) to this CSV',
|
'bom_remark' => 'Lisa sellele CSV-le BOM (baiti järjekorra mark)',
|
||||||
'improvements' => 'Improvements',
|
'improvements' => 'Täiendused',
|
||||||
'information' => 'Informatsioon',
|
'information' => 'Informatsioon',
|
||||||
'permissions' => 'Õigused',
|
'permissions' => 'Õigused',
|
||||||
'managed_ldap' => '(Managed via LDAP)',
|
'managed_ldap' => '(Managed via LDAP)',
|
||||||
|
|
|
@ -54,9 +54,9 @@ return [
|
||||||
'expires' => 'Aegub',
|
'expires' => 'Aegub',
|
||||||
'hello' => 'Tere',
|
'hello' => 'Tere',
|
||||||
'hi' => 'Tere',
|
'hi' => 'Tere',
|
||||||
'i_have_read' => 'Olen lugenud ja nõustun kasutustingimustega ja saanud selle kirje.',
|
'i_have_read' => 'Olen lugenud ja nõustun kasutustingimustega ja saanud selle vara.',
|
||||||
'inventory_report' => 'Inventari aruanne',
|
'inventory_report' => 'Inventari aruanne',
|
||||||
'item' => 'Kirje',
|
'item' => 'Vara',
|
||||||
'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.',
|
'item_checked_reminder' => 'This is a reminder that you currently have :count items checked out to you that you have not accepted or declined. Please click the link below to confirm your decision.',
|
||||||
'license_expiring_alert' => ':count litsents aegub järgmise :threshold päeva jooksul.|:count litsentsi aegub järgmise :threshold päeva jooksul.',
|
'license_expiring_alert' => ':count litsents aegub järgmise :threshold päeva jooksul.|:count litsentsi aegub järgmise :threshold päeva jooksul.',
|
||||||
'link_to_update_password' => 'Klienditeenuse uuendamiseks klõpsake järgmisel lingil:',
|
'link_to_update_password' => 'Klienditeenuse uuendamiseks klõpsake järgmisel lingil:',
|
||||||
|
|
|
@ -5,7 +5,7 @@ return array(
|
||||||
'actions' => 'Tegevused',
|
'actions' => 'Tegevused',
|
||||||
'action' => 'Tegevus',
|
'action' => 'Tegevus',
|
||||||
'by' => 'Kes',
|
'by' => 'Kes',
|
||||||
'item' => 'Kirje',
|
'item' => 'Vara',
|
||||||
'no_matching_records' => 'No matching records found',
|
'no_matching_records' => 'No matching records found',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -13,7 +13,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'accepted' => 'The :attribute field must be accepted.',
|
'accepted' => ':attribute väli peab olema aktsepteeritud.',
|
||||||
'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
|
'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
|
||||||
'active_url' => 'The :attribute field must be a valid URL.',
|
'active_url' => 'The :attribute field must be a valid URL.',
|
||||||
'after' => 'The :attribute field must be a date after :date.',
|
'after' => 'The :attribute field must be a date after :date.',
|
||||||
|
|
|
@ -381,6 +381,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "احراز هویت دو عامل لازم است، اما دستگاه شما هنوز ثبت نشده است. برنامه Google Authenticator خود را باز کنید و کد QR زیر را برای ثبت نام دستگاه خود اسکن کنید. هنگامی که دستگاه خود را ثبت نام کردید، کد زیر را وارد کنید",
|
'two_factor_enrollment_text' => "احراز هویت دو عامل لازم است، اما دستگاه شما هنوز ثبت نشده است. برنامه Google Authenticator خود را باز کنید و کد QR زیر را برای ثبت نام دستگاه خود اسکن کنید. هنگامی که دستگاه خود را ثبت نام کردید، کد زیر را وارد کنید",
|
||||||
'require_accept_signature' => 'امضا لازم است',
|
'require_accept_signature' => 'امضا لازم است',
|
||||||
'require_accept_signature_help_text' => 'فعال کردن این ویژگی، کاربران را مجبور به فیزیکی در پذیرش یک دارایی می کند.',
|
'require_accept_signature_help_text' => 'فعال کردن این ویژگی، کاربران را مجبور به فیزیکی در پذیرش یک دارایی می کند.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'چپ',
|
'left' => 'چپ',
|
||||||
'right' => 'راست',
|
'right' => 'راست',
|
||||||
'top' => 'بالا',
|
'top' => 'بالا',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Kaksivaiheinen tunnistautuminen vaaditaan, mutta et ole rekisteröinyt itsellesi laitetta. Avaa Google Authenticator -sovellus ja skannaa alla oleva QR-koodi rekisteröidäksesi laitteesi. Kun olet rekisteröinyt laitteesi, kirjoita koodi",
|
'two_factor_enrollment_text' => "Kaksivaiheinen tunnistautuminen vaaditaan, mutta et ole rekisteröinyt itsellesi laitetta. Avaa Google Authenticator -sovellus ja skannaa alla oleva QR-koodi rekisteröidäksesi laitteesi. Kun olet rekisteröinyt laitteesi, kirjoita koodi",
|
||||||
'require_accept_signature' => 'Vaadi allekirjoitus',
|
'require_accept_signature' => 'Vaadi allekirjoitus',
|
||||||
'require_accept_signature_help_text' => 'Tämän ominaisuuden ottaminen käyttöön edellyttää käyttäjiltä allekirjoitusta hyväksymisen yhteydessä.',
|
'require_accept_signature_help_text' => 'Tämän ominaisuuden ottaminen käyttöön edellyttää käyttäjiltä allekirjoitusta hyväksymisen yhteydessä.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'vasen',
|
'left' => 'vasen',
|
||||||
'right' => 'oikea',
|
'right' => 'oikea',
|
||||||
'top' => 'ylä',
|
'top' => 'ylä',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Ang Two factor authentication ay kinakailangan, gayunpaman ang iyong device ay hindi ma na-enroll. Buksan mo ang itong Google Authenticator app at i-scan ang QR code sa ibaba para ma-enroll ang iyong device. Kapag na-enroll na ang device. i-enter ang code sa ibaba",
|
'two_factor_enrollment_text' => "Ang Two factor authentication ay kinakailangan, gayunpaman ang iyong device ay hindi ma na-enroll. Buksan mo ang itong Google Authenticator app at i-scan ang QR code sa ibaba para ma-enroll ang iyong device. Kapag na-enroll na ang device. i-enter ang code sa ibaba",
|
||||||
'require_accept_signature' => 'Nangangailangan ng Pag-lagda',
|
'require_accept_signature' => 'Nangangailangan ng Pag-lagda',
|
||||||
'require_accept_signature_help_text' => 'Sa pagpapagana ng katangian nito ay nangangailangan sa mga gumagamit na pisikal na mag-sign off sa pagtanggap ng isang asset.',
|
'require_accept_signature_help_text' => 'Sa pagpapagana ng katangian nito ay nangangailangan sa mga gumagamit na pisikal na mag-sign off sa pagtanggap ng isang asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'kaliwa',
|
'left' => 'kaliwa',
|
||||||
'right' => 'kanan',
|
'right' => 'kanan',
|
||||||
'top' => 'itaas',
|
'top' => 'itaas',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "L’authentification à deux facteurs est nécessaire, mais votre appareil n’a pas encore été inscrit. Ouvrez votre application Google Authenticator et scanner le code QR ci-dessous pour inscrire votre appareil. Une fois que vous avez inscrit votre appareil, saisissez le code ci-dessous",
|
'two_factor_enrollment_text' => "L’authentification à deux facteurs est nécessaire, mais votre appareil n’a pas encore été inscrit. Ouvrez votre application Google Authenticator et scanner le code QR ci-dessous pour inscrire votre appareil. Une fois que vous avez inscrit votre appareil, saisissez le code ci-dessous",
|
||||||
'require_accept_signature' => 'Exiger la signature',
|
'require_accept_signature' => 'Exiger la signature',
|
||||||
'require_accept_signature_help_text' => 'L\'activation de cette fonctionnalité nécessite que les utilisateurs signent physiquement l\'acceptation de cet actif.',
|
'require_accept_signature_help_text' => 'L\'activation de cette fonctionnalité nécessite que les utilisateurs signent physiquement l\'acceptation de cet actif.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'gauche',
|
'left' => 'gauche',
|
||||||
'right' => 'droite',
|
'right' => 'droite',
|
||||||
'top' => 'haut',
|
'top' => 'haut',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Tá dhá fhíordheimhniú fachtóir ag teastáil, áfach, nach bhfuil do ghléas cláraithe fós. Oscail d'iarratas Google Authenticator agus scrúdaigh an cód QR thíos chun do ghléas a chlárú. Nuair atá tú ag clárú do gléas, cuir isteach an cód thíos",
|
'two_factor_enrollment_text' => "Tá dhá fhíordheimhniú fachtóir ag teastáil, áfach, nach bhfuil do ghléas cláraithe fós. Oscail d'iarratas Google Authenticator agus scrúdaigh an cód QR thíos chun do ghléas a chlárú. Nuair atá tú ag clárú do gléas, cuir isteach an cód thíos",
|
||||||
'require_accept_signature' => 'A cheangal Síniú',
|
'require_accept_signature' => 'A cheangal Síniú',
|
||||||
'require_accept_signature_help_text' => 'Éileoidh an chumas seo a chumasú d\'úsáideoirí comhartha a dhéanamh go fisiciúil ar ghlacadh sócmhainne.',
|
'require_accept_signature_help_text' => 'Éileoidh an chumas seo a chumasú d\'úsáideoirí comhartha a dhéanamh go fisiciúil ar ghlacadh sócmhainne.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'ar chlé',
|
'left' => 'ar chlé',
|
||||||
'right' => 'ceart',
|
'right' => 'ceart',
|
||||||
'top' => 'barr',
|
'top' => 'barr',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "יש צורך באימות שני גורמים, אך המכשיר עדיין לא נרשם. פתח את אפליקציית המאמת של Google וסרוק את קוד QR שלהלן כדי לרשום את המכשיר שלך. לאחר שתירשם את המכשיר, הזן את הקוד הבא",
|
'two_factor_enrollment_text' => "יש צורך באימות שני גורמים, אך המכשיר עדיין לא נרשם. פתח את אפליקציית המאמת של Google וסרוק את קוד QR שלהלן כדי לרשום את המכשיר שלך. לאחר שתירשם את המכשיר, הזן את הקוד הבא",
|
||||||
'require_accept_signature' => 'דרוש חתימה',
|
'require_accept_signature' => 'דרוש חתימה',
|
||||||
'require_accept_signature_help_text' => 'הפעלת תכונה זו תדרוש ממשתמשים להיכנס פיזית בעת קבלת נכס.',
|
'require_accept_signature_help_text' => 'הפעלת תכונה זו תדרוש ממשתמשים להיכנס פיזית בעת קבלת נכס.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'שמאלה',
|
'left' => 'שמאלה',
|
||||||
'right' => 'ימין',
|
'right' => 'ימין',
|
||||||
'top' => 'חלק עליון',
|
'top' => 'חלק עליון',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Potrebna je autentikacija dva faktora, međutim vaš uređaj još nije upisan. Otvorite aplikaciju Google autentifikator i skenirajte QR kôd u nastavku da biste registrirali svoj uređaj. Nakon što upišete uređaj, unesite kôd u nastavku",
|
'two_factor_enrollment_text' => "Potrebna je autentikacija dva faktora, međutim vaš uređaj još nije upisan. Otvorite aplikaciju Google autentifikator i skenirajte QR kôd u nastavku da biste registrirali svoj uređaj. Nakon što upišete uređaj, unesite kôd u nastavku",
|
||||||
'require_accept_signature' => 'Potražite potpis',
|
'require_accept_signature' => 'Potražite potpis',
|
||||||
'require_accept_signature_help_text' => 'Ako omogućite tu značajku, korisnici će se morati fizički odjaviti pri prihvaćanju imovine.',
|
'require_accept_signature_help_text' => 'Ako omogućite tu značajku, korisnici će se morati fizički odjaviti pri prihvaćanju imovine.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'lijevo',
|
'left' => 'lijevo',
|
||||||
'right' => 'pravo',
|
'right' => 'pravo',
|
||||||
'top' => 'vrh',
|
'top' => 'vrh',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Két tényező hitelesítésre van szükség, de a készülék még nem került bejegyzésre. Nyissa meg a Google Hitelesítő alkalmazást, és szkennelje be az alábbi QR-kódot a készülék regisztrálásához. Miután beírta a készüléket, adja meg az alábbi kódot",
|
'two_factor_enrollment_text' => "Két tényező hitelesítésre van szükség, de a készülék még nem került bejegyzésre. Nyissa meg a Google Hitelesítő alkalmazást, és szkennelje be az alábbi QR-kódot a készülék regisztrálásához. Miután beírta a készüléket, adja meg az alábbi kódot",
|
||||||
'require_accept_signature' => 'Aláírásra van szükség',
|
'require_accept_signature' => 'Aláírásra van szükség',
|
||||||
'require_accept_signature_help_text' => 'Ha engedélyezni szeretné ezt a funkciót, akkor a felhasználóknak fizikailag ki kell jelentkezniük egy eszköz elfogadásáról.',
|
'require_accept_signature_help_text' => 'Ha engedélyezni szeretné ezt a funkciót, akkor a felhasználóknak fizikailag ki kell jelentkezniük egy eszköz elfogadásáról.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'balra',
|
'left' => 'balra',
|
||||||
'right' => 'jobb',
|
'right' => 'jobb',
|
||||||
'top' => 'felső',
|
'top' => 'felső',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat Anda belum terdaftar. Buka aplikasi Google Authenticator Anda dan pindai kode QR di bawah ini untuk mendaftarkan perangkat Anda. Setelah mendaftarkan perangkat Anda, masukkan kode di bawah ini",
|
'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat Anda belum terdaftar. Buka aplikasi Google Authenticator Anda dan pindai kode QR di bawah ini untuk mendaftarkan perangkat Anda. Setelah mendaftarkan perangkat Anda, masukkan kode di bawah ini",
|
||||||
'require_accept_signature' => 'Membutuhkan tanda tangan',
|
'require_accept_signature' => 'Membutuhkan tanda tangan',
|
||||||
'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna untuk secara fisik menandatangani untuk menerima aset.',
|
'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna untuk secara fisik menandatangani untuk menerima aset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'kiri',
|
'left' => 'kiri',
|
||||||
'right' => 'kanan',
|
'right' => 'kanan',
|
||||||
'top' => 'atas',
|
'top' => 'atas',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Krefjast undirskriftar',
|
'require_accept_signature' => 'Krefjast undirskriftar',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'vinstri',
|
'left' => 'vinstri',
|
||||||
'right' => 'hægri',
|
'right' => 'hægri',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "È necessaria l'autenticazione di due fattori, tuttavia il tuo dispositivo non è ancora stato iscritto. Apri l'applicazione Google Authenticator e analizza il codice QR qui sotto per iscriverti al tuo dispositivo. Una volta che hai iscritto il tuo dispositivo, inserisci il codice qui sotto",
|
'two_factor_enrollment_text' => "È necessaria l'autenticazione di due fattori, tuttavia il tuo dispositivo non è ancora stato iscritto. Apri l'applicazione Google Authenticator e analizza il codice QR qui sotto per iscriverti al tuo dispositivo. Una volta che hai iscritto il tuo dispositivo, inserisci il codice qui sotto",
|
||||||
'require_accept_signature' => 'Richiedi la firma',
|
'require_accept_signature' => 'Richiedi la firma',
|
||||||
'require_accept_signature_help_text' => 'L\'attivazione di questa funzionalità richiede che gli utenti si connettano fisicamente all\'accettazione di un\'attività.',
|
'require_accept_signature_help_text' => 'L\'attivazione di questa funzionalità richiede che gli utenti si connettano fisicamente all\'accettazione di un\'attività.',
|
||||||
|
'require_checkinout_notes' => 'Richiedi note per Assegnazione/Restituzione',
|
||||||
|
'require_checkinout_notes_help_text' => 'Abilitando questa funzione, sarà obbligo compilare i campi note durante l\'Assegnazione o la Restituzione di un Bene.',
|
||||||
'left' => 'sinistra',
|
'left' => 'sinistra',
|
||||||
'right' => 'destra',
|
'right' => 'destra',
|
||||||
'top' => 'superiore',
|
'top' => 'superiore',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -283,6 +283,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "二段階認証の登録が必要ですが、あなたのデバイスはまだ登録されていません。Google Authenticatorアプリを開き、下のQRコードをスキャンして端末を登録してください。端末を登録したら以下のコードを入力してください。",
|
'two_factor_enrollment_text' => "二段階認証の登録が必要ですが、あなたのデバイスはまだ登録されていません。Google Authenticatorアプリを開き、下のQRコードをスキャンして端末を登録してください。端末を登録したら以下のコードを入力してください。",
|
||||||
'require_accept_signature' => 'シグネチャリクエスト',
|
'require_accept_signature' => 'シグネチャリクエスト',
|
||||||
'require_accept_signature_help_text' => 'この機能を有効にするには、ユーザーが資産を受け入れる際に物理的にサインオフする必要があります。',
|
'require_accept_signature_help_text' => 'この機能を有効にするには、ユーザーが資産を受け入れる際に物理的にサインオフする必要があります。',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => '左',
|
'left' => '左',
|
||||||
'right' => '右',
|
'right' => '右',
|
||||||
'top' => '上',
|
'top' => '上',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "2중 인증은 필수입니다만, 당신의 장치는 아직 등록되지 않았습니다. 구글 인증 앱을 실행하고 등록할 장치 아래의 QR 코드를 스캔하세요. 당신의 장치가 등록됐다면, 아래 코드를 입력하세요",
|
'two_factor_enrollment_text' => "2중 인증은 필수입니다만, 당신의 장치는 아직 등록되지 않았습니다. 구글 인증 앱을 실행하고 등록할 장치 아래의 QR 코드를 스캔하세요. 당신의 장치가 등록됐다면, 아래 코드를 입력하세요",
|
||||||
'require_accept_signature' => '서명 필수',
|
'require_accept_signature' => '서명 필수',
|
||||||
'require_accept_signature_help_text' => '이 기능을 활성화하면 자산 수락시에 물리적 서명을 필수로 하게 됩니다.',
|
'require_accept_signature_help_text' => '이 기능을 활성화하면 자산 수락시에 물리적 서명을 필수로 하게 됩니다.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => '왼쪽',
|
'left' => '왼쪽',
|
||||||
'right' => '오른쪽',
|
'right' => '오른쪽',
|
||||||
'top' => '위',
|
'top' => '위',
|
||||||
|
|
|
@ -43,7 +43,7 @@ return [
|
||||||
'redirect_to_type' => 'Eiti į :type',
|
'redirect_to_type' => 'Eiti į :type',
|
||||||
'redirect_to_checked_out_to' => 'Eiti į išduotus',
|
'redirect_to_checked_out_to' => 'Eiti į išduotus',
|
||||||
'select_statustype' => 'Pasirinkite būsenos tipą',
|
'select_statustype' => 'Pasirinkite būsenos tipą',
|
||||||
'serial' => 'Serijos numeris',
|
'serial' => 'Serijinis numeris',
|
||||||
'status' => 'Būsena',
|
'status' => 'Būsena',
|
||||||
'tag' => 'Inventorinis numeris',
|
'tag' => 'Inventorinis numeris',
|
||||||
'update' => 'Turto atnaujinimas',
|
'update' => 'Turto atnaujinimas',
|
||||||
|
|
|
@ -9,16 +9,16 @@ return [
|
||||||
'does_not_exist_or_not_requestable' => 'Tokio turto nėra arba jo negalima užsakyti.',
|
'does_not_exist_or_not_requestable' => 'Tokio turto nėra arba jo negalima užsakyti.',
|
||||||
'assoc_users' => 'Šis turtas šiuo metu yra išduotas naudotojui ir negali būti panaikintas. Pirmiausia paimkite turtą ir tuomet vėl bandykite jį panaikinti. ',
|
'assoc_users' => 'Šis turtas šiuo metu yra išduotas naudotojui ir negali būti panaikintas. Pirmiausia paimkite turtą ir tuomet vėl bandykite jį panaikinti. ',
|
||||||
'warning_audit_date_mismatch' => 'Šio turto kito audito data (:next_audit_date) yra ankstesnė už paskutinio audito datą (:last_audit_date). Atnaujinkite kito audito datą.',
|
'warning_audit_date_mismatch' => 'Šio turto kito audito data (:next_audit_date) yra ankstesnė už paskutinio audito datą (:last_audit_date). Atnaujinkite kito audito datą.',
|
||||||
'labels_generated' => 'Labels were successfully generated.',
|
'labels_generated' => 'Etiketės sugeneruotos sėkmingai.',
|
||||||
'error_generating_labels' => 'Error while generating labels.',
|
'error_generating_labels' => 'Generuojant etiketes įvyko klaida.',
|
||||||
'no_assets_selected' => 'No assets selected.',
|
'no_assets_selected' => 'Nepasirinktas joks turtas.',
|
||||||
|
|
||||||
'create' => [
|
'create' => [
|
||||||
'error' => 'Turto sukurti nepavyko, bandykite dar kartą.',
|
'error' => 'Turto sukurti nepavyko, bandykite dar kartą.',
|
||||||
'success' => 'Turtas sukurtas sėkmingai.',
|
'success' => 'Turtas sukurtas sėkmingai.',
|
||||||
'success_linked' => 'Turtas su žyma :tag sukurtas sėkmingai. <strong><a href=":link" style="color: white;">Spustelėkite čia, kad peržiūrėtumėte</a></strong>.',
|
'success_linked' => 'Turtas su žyma :tag sukurtas sėkmingai. <strong><a href=":link" style="color: white;">Spustelėkite čia, kad peržiūrėtumėte</a></strong>.',
|
||||||
'multi_success_linked' => 'Asset with tag :links was created successfully.|:count assets were created succesfully. :links.',
|
'multi_success_linked' => 'Turtas su inventoriniu numeriu :links sukurtas sėkmingai.|:count turto vienetai(-ų) sukurti sėkmingai. :links.',
|
||||||
'partial_failure' => 'An asset was unable to be created. Reason: :failures|:count assets were unable to be created. Reasons: :failures',
|
'partial_failure' => 'Nepavyko sukurti turto. Priežastis: :failures|:count turto vienetų nepavyko sukurti. Priežastys: :failures',
|
||||||
],
|
],
|
||||||
|
|
||||||
'update' => [
|
'update' => [
|
||||||
|
|
|
@ -19,7 +19,7 @@ return [
|
||||||
'location' => 'Vieta',
|
'location' => 'Vieta',
|
||||||
'purchase_cost' => 'Kaina',
|
'purchase_cost' => 'Kaina',
|
||||||
'purchase_date' => 'Nupirkta',
|
'purchase_date' => 'Nupirkta',
|
||||||
'serial' => 'Serijos numeris',
|
'serial' => 'Serijinis numeris',
|
||||||
'status' => 'Būsena',
|
'status' => 'Būsena',
|
||||||
'title' => 'Turtas ',
|
'title' => 'Turtas ',
|
||||||
'image' => 'Įrenginio atvaizdas',
|
'image' => 'Įrenginio atvaizdas',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Būtina dviejų veiksnių autentifikacija, tačiau jūsų dar nesate užregistravę įrenginio. Norėdami užregistruoti įrenginį, jame atidarykite „Google Authenticator“ programą ir nuskaitykite čia pateiktą QR kodą. Užregistravę įrenginį, įveskite jo ekrane rodomą kodą į žemiau esantį lauką",
|
'two_factor_enrollment_text' => "Būtina dviejų veiksnių autentifikacija, tačiau jūsų dar nesate užregistravę įrenginio. Norėdami užregistruoti įrenginį, jame atidarykite „Google Authenticator“ programą ir nuskaitykite čia pateiktą QR kodą. Užregistravę įrenginį, įveskite jo ekrane rodomą kodą į žemiau esantį lauką",
|
||||||
'require_accept_signature' => 'Reikalauti parašo',
|
'require_accept_signature' => 'Reikalauti parašo',
|
||||||
'require_accept_signature_help_text' => 'Jei įjungsite šią funkciją, naudotojai turės fiziškai pasirašyti už jiems išduodamą turtą.',
|
'require_accept_signature_help_text' => 'Jei įjungsite šią funkciją, naudotojai turės fiziškai pasirašyti už jiems išduodamą turtą.',
|
||||||
|
'require_checkinout_notes' => 'Reikalauti pastabų paimant/išduodant',
|
||||||
|
'require_checkinout_notes_help_text' => 'Įjungus šią funkciją, bus būtina užpildyti pastabų laukus paimant ar išduodant turtą.',
|
||||||
'left' => 'kairėje',
|
'left' => 'kairėje',
|
||||||
'right' => 'dešinėje',
|
'right' => 'dešinėje',
|
||||||
'top' => 'viršuje',
|
'top' => 'viršuje',
|
||||||
|
|
|
@ -560,7 +560,7 @@ return [
|
||||||
'something_went_wrong' => 'Kažkas negerai su jūsų užklausa.',
|
'something_went_wrong' => 'Kažkas negerai su jūsų užklausa.',
|
||||||
'close' => 'Uždaryti',
|
'close' => 'Uždaryti',
|
||||||
'expires' => 'Baigiasi',
|
'expires' => 'Baigiasi',
|
||||||
'map_fields'=> 'Map :item_type Fields',
|
'map_fields'=> 'Susieti :item_type laukus',
|
||||||
'remaining_var' => ':count liko',
|
'remaining_var' => ':count liko',
|
||||||
'label' => 'Etiketė',
|
'label' => 'Etiketė',
|
||||||
'import_asset_tag_exists' => 'Turtas su inventoriniu numeriu :asset_tag jau yra ir atnaujinimo užklausa nebuvo pateikta. Jokie pakeitimai nebuvo atlikti.',
|
'import_asset_tag_exists' => 'Turtas su inventoriniu numeriu :asset_tag jau yra ir atnaujinimo užklausa nebuvo pateikta. Jokie pakeitimai nebuvo atlikti.',
|
||||||
|
|
|
@ -23,7 +23,7 @@ return [
|
||||||
'Item_Requested' => 'Daiktas užsakytas',
|
'Item_Requested' => 'Daiktas užsakytas',
|
||||||
'License_Checkin_Notification' => 'Licencija paimta',
|
'License_Checkin_Notification' => 'Licencija paimta',
|
||||||
'License_Checkout_Notification' => 'Licencija išduota',
|
'License_Checkout_Notification' => 'Licencija išduota',
|
||||||
'license_for' => 'License for',
|
'license_for' => 'Licencija skirta',
|
||||||
'Low_Inventory_Report' => 'Ataskaita apie mažas atsargas',
|
'Low_Inventory_Report' => 'Ataskaita apie mažas atsargas',
|
||||||
'a_user_canceled' => 'Naudotojas svetainėje atšaukė daikto užsakymą',
|
'a_user_canceled' => 'Naudotojas svetainėje atšaukė daikto užsakymą',
|
||||||
'a_user_requested' => 'Naudotojas svetainėje užsakė daiktą',
|
'a_user_requested' => 'Naudotojas svetainėje užsakė daiktą',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Nepieciešama divu faktoru autentifikācija, tomēr jūsu ierīce vēl nav reģistrēta. Atveriet savu lietotni Google autentifikators un skenējiet zemāk redzamo QR kodu, lai reģistrētu savu ierīci. Kad esat reģistrējies savā ierīcē, ievadiet zemāk redzamo kodu",
|
'two_factor_enrollment_text' => "Nepieciešama divu faktoru autentifikācija, tomēr jūsu ierīce vēl nav reģistrēta. Atveriet savu lietotni Google autentifikators un skenējiet zemāk redzamo QR kodu, lai reģistrētu savu ierīci. Kad esat reģistrējies savā ierīcē, ievadiet zemāk redzamo kodu",
|
||||||
'require_accept_signature' => 'Pieprasīt parakstu',
|
'require_accept_signature' => 'Pieprasīt parakstu',
|
||||||
'require_accept_signature_help_text' => 'Iespējojot šo funkciju, lietotājiem būs jāpiesaista aktīva pieņemšana.',
|
'require_accept_signature_help_text' => 'Iespējojot šo funkciju, lietotājiem būs jāpiesaista aktīva pieņemšana.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'pa kreisi',
|
'left' => 'pa kreisi',
|
||||||
'right' => 'pa labi',
|
'right' => 'pa labi',
|
||||||
'top' => 'tops',
|
'top' => 'tops',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "E rua nga tohu motuhake e hiahiatia ana, ahakoa kuaore i whakauruhia to whakaaro. Whakatūwherahia tō taupānga Authenticator Google me te matawai i te waehere QR i raro nei hei whakauru i tō pūrere. I te wa i whakauruhia e koe to whakaaro, uruhia te waehere i raro nei",
|
'two_factor_enrollment_text' => "E rua nga tohu motuhake e hiahiatia ana, ahakoa kuaore i whakauruhia to whakaaro. Whakatūwherahia tō taupānga Authenticator Google me te matawai i te waehere QR i raro nei hei whakauru i tō pūrere. I te wa i whakauruhia e koe to whakaaro, uruhia te waehere i raro nei",
|
||||||
'require_accept_signature' => 'Me tono Waitohu',
|
'require_accept_signature' => 'Me tono Waitohu',
|
||||||
'require_accept_signature_help_text' => 'Ma te whakahoahoa i tenei ahua ka hiahia nga kaiwhakamahi ki te waitohu i te waahi ki te whakaae i tetahi taonga.',
|
'require_accept_signature_help_text' => 'Ma te whakahoahoa i tenei ahua ka hiahia nga kaiwhakamahi ki te waitohu i te waahi ki te whakaae i tetahi taonga.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'maui',
|
'left' => 'maui',
|
||||||
'right' => 'tika',
|
'right' => 'tika',
|
||||||
'top' => 'runga',
|
'top' => 'runga',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Потребна е автентикација на два фактор, но вашиот уред сè уште не е запишан. Отворете Google Authenticator апликација и скенирајте го QR кодот подолу за да го запишете вашиот уред. Откако ќе го запишате вашиот уред, внесете го кодот подолу",
|
'two_factor_enrollment_text' => "Потребна е автентикација на два фактор, но вашиот уред сè уште не е запишан. Отворете Google Authenticator апликација и скенирајте го QR кодот подолу за да го запишете вашиот уред. Откако ќе го запишате вашиот уред, внесете го кодот подолу",
|
||||||
'require_accept_signature' => 'Потребен потпис',
|
'require_accept_signature' => 'Потребен потпис',
|
||||||
'require_accept_signature_help_text' => 'Овозможувањето на оваа функција ќе бара од корисниците физички да се пријават за прифаќање на средства.',
|
'require_accept_signature_help_text' => 'Овозможувањето на оваа функција ќе бара од корисниците физички да се пријават за прифаќање на средства.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'лево',
|
'left' => 'лево',
|
||||||
'right' => 'десно',
|
'right' => 'десно',
|
||||||
'top' => 'врв',
|
'top' => 'врв',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Хоёр хүчин зүйлийг баталгаажуулах шаардлагатай боловч таны төхөөрөмж одоогоор бүртгэгдээгүй байна. Google Authenticator аппликейшнийг нээж, төхөөрөмжөө бүртгүүлэхийн тулд доорх QR кодыг хайна уу. Та төхөөрөмжөө бүртгүүлснийхээ дараа доорх кодыг оруулна уу",
|
'two_factor_enrollment_text' => "Хоёр хүчин зүйлийг баталгаажуулах шаардлагатай боловч таны төхөөрөмж одоогоор бүртгэгдээгүй байна. Google Authenticator аппликейшнийг нээж, төхөөрөмжөө бүртгүүлэхийн тулд доорх QR кодыг хайна уу. Та төхөөрөмжөө бүртгүүлснийхээ дараа доорх кодыг оруулна уу",
|
||||||
'require_accept_signature' => 'Гарын үсэг зурах шаардлагатай',
|
'require_accept_signature' => 'Гарын үсэг зурах шаардлагатай',
|
||||||
'require_accept_signature_help_text' => 'Энэ функцийг идэвхжүүлэх нь хэрэглэгчид активыг хүлээн авахдаа биечлэн гарын үсэг зурах шаардлагатай болно.',
|
'require_accept_signature_help_text' => 'Энэ функцийг идэвхжүүлэх нь хэрэглэгчид активыг хүлээн авахдаа биечлэн гарын үсэг зурах шаардлагатай болно.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'үлдсэн',
|
'left' => 'үлдсэн',
|
||||||
'right' => 'баруун',
|
'right' => 'баруун',
|
||||||
'top' => 'дээд',
|
'top' => 'дээд',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Dua faktor pengesahan diperlukan, namun peranti anda belum lagi mendaftar. Buka apl Google Authenticator anda dan imbas kod QR di bawah untuk mendaftarkan peranti anda. Sebaik sahaja anda telah mendaftarkan peranti anda, masukkan kod di bawah",
|
'two_factor_enrollment_text' => "Dua faktor pengesahan diperlukan, namun peranti anda belum lagi mendaftar. Buka apl Google Authenticator anda dan imbas kod QR di bawah untuk mendaftarkan peranti anda. Sebaik sahaja anda telah mendaftarkan peranti anda, masukkan kod di bawah",
|
||||||
'require_accept_signature' => 'Memerlukan Tandatangan',
|
'require_accept_signature' => 'Memerlukan Tandatangan',
|
||||||
'require_accept_signature_help_text' => 'Mengaktifkan ciri ini akan menghendaki pengguna menandatangani secara fizikal apabila menerima aset.',
|
'require_accept_signature_help_text' => 'Mengaktifkan ciri ini akan menghendaki pengguna menandatangani secara fizikal apabila menerima aset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'dibiarkan',
|
'left' => 'dibiarkan',
|
||||||
'right' => 'betul',
|
'right' => 'betul',
|
||||||
'top' => 'atas',
|
'top' => 'atas',
|
||||||
|
|
|
@ -281,6 +281,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
|
||||||
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
||||||
'require_accept_signature' => 'Kreve signatur',
|
'require_accept_signature' => 'Kreve signatur',
|
||||||
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'venstre',
|
'left' => 'venstre',
|
||||||
'right' => 'høyre',
|
'right' => 'høyre',
|
||||||
'top' => 'topp',
|
'top' => 'topp',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Twee factor authenticatie is vereist, echter is je apparaat nog niet geactiveerd. Open je Google Authenticator app en scan de onderstaande QR code om je apparaat te activeren. Vul wanneer je het apparaat succesvol hebt geactiveerd hieronder de code in",
|
'two_factor_enrollment_text' => "Twee factor authenticatie is vereist, echter is je apparaat nog niet geactiveerd. Open je Google Authenticator app en scan de onderstaande QR code om je apparaat te activeren. Vul wanneer je het apparaat succesvol hebt geactiveerd hieronder de code in",
|
||||||
'require_accept_signature' => 'Handtekening vereisen',
|
'require_accept_signature' => 'Handtekening vereisen',
|
||||||
'require_accept_signature_help_text' => 'Het inschakelen van deze functie vereist dat gebruikers fysiek ondertekenen bij het accepteren van een asset.',
|
'require_accept_signature_help_text' => 'Het inschakelen van deze functie vereist dat gebruikers fysiek ondertekenen bij het accepteren van een asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'links',
|
'left' => 'links',
|
||||||
'right' => 'rechts',
|
'right' => 'rechts',
|
||||||
'top' => 'bovenkant',
|
'top' => 'bovenkant',
|
||||||
|
|
|
@ -281,6 +281,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
|
||||||
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
||||||
'require_accept_signature' => 'Kreve signatur',
|
'require_accept_signature' => 'Kreve signatur',
|
||||||
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'venstre',
|
'left' => 'venstre',
|
||||||
'right' => 'høyre',
|
'right' => 'høyre',
|
||||||
'top' => 'topp',
|
'top' => 'topp',
|
||||||
|
|
|
@ -281,6 +281,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
|
||||||
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor",
|
||||||
'require_accept_signature' => 'Kreve signatur',
|
'require_accept_signature' => 'Kreve signatur',
|
||||||
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'venstre',
|
'left' => 'venstre',
|
||||||
'right' => 'høyre',
|
'right' => 'høyre',
|
||||||
'top' => 'topp',
|
'top' => 'topp',
|
||||||
|
|
|
@ -22,8 +22,8 @@ return array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'restore' => array(
|
'restore' => array(
|
||||||
'error' => 'Location was not restored, please try again',
|
'error' => 'Lokalizacja nie została przywrócona, spróbuj ponownie',
|
||||||
'success' => 'Location restored successfully.'
|
'success' => 'Lokalizacja została przywrócona pomyślnie.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Wymagane jest uwierzytelnianie dwóch elementów, ale urządzenie nie zostało jeszcze zapisane. Otwórz aplikację Google Authenticator i zeskanuj kod QR poniżej, aby zarejestrować urządzenie. Po zarejestrowaniu urządzenia wprowadź poniższy kod",
|
'two_factor_enrollment_text' => "Wymagane jest uwierzytelnianie dwóch elementów, ale urządzenie nie zostało jeszcze zapisane. Otwórz aplikację Google Authenticator i zeskanuj kod QR poniżej, aby zarejestrować urządzenie. Po zarejestrowaniu urządzenia wprowadź poniższy kod",
|
||||||
'require_accept_signature' => 'Wymagany podpis',
|
'require_accept_signature' => 'Wymagany podpis',
|
||||||
'require_accept_signature_help_text' => 'Włączając tę funkcjonalność wymusza się na użytkownikach fizycznego podpisania przyjęcia aktywa.',
|
'require_accept_signature_help_text' => 'Włączając tę funkcjonalność wymusza się na użytkownikach fizycznego podpisania przyjęcia aktywa.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'lewo',
|
'left' => 'lewo',
|
||||||
'right' => 'prawo',
|
'right' => 'prawo',
|
||||||
'top' => 'góra',
|
'top' => 'góra',
|
||||||
|
|
|
@ -78,7 +78,7 @@ return [
|
||||||
'consumables' => 'Materiały eksploatacyjne',
|
'consumables' => 'Materiały eksploatacyjne',
|
||||||
'country' => 'Kraj',
|
'country' => 'Kraj',
|
||||||
'could_not_restore' => 'Wystąpił błąd podczas przywracania :item_type: :error',
|
'could_not_restore' => 'Wystąpił błąd podczas przywracania :item_type: :error',
|
||||||
'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored',
|
'not_deleted' => ':item_type nie został usunięty, więc nie może zostać przywrócony',
|
||||||
'create' => 'Utwórz nowe',
|
'create' => 'Utwórz nowe',
|
||||||
'created' => 'Utworzony element',
|
'created' => 'Utworzony element',
|
||||||
'created_asset' => 'Utworzone aktywa',
|
'created_asset' => 'Utworzone aktywa',
|
||||||
|
@ -99,7 +99,7 @@ return [
|
||||||
'debug_warning_text' => 'Ta aplikacja jest uruchomiona w trybie produkcyjnym z włączonym debugowaniem. Jeśli aplikacja jest dostępna na zewnątrz, może to zagrażać ujawnieniem wrażliwych danych. Wyłącz tryb debugowania przez ustawienie wartości <code>APP_DEBUG</code> w pliku <code>.env</code> na <code>false</code>.',
|
'debug_warning_text' => 'Ta aplikacja jest uruchomiona w trybie produkcyjnym z włączonym debugowaniem. Jeśli aplikacja jest dostępna na zewnątrz, może to zagrażać ujawnieniem wrażliwych danych. Wyłącz tryb debugowania przez ustawienie wartości <code>APP_DEBUG</code> w pliku <code>.env</code> na <code>false</code>.',
|
||||||
'delete' => 'Kasuj',
|
'delete' => 'Kasuj',
|
||||||
'delete_confirm' => 'Czy na pewno chcesz usunąć :przedmiot?',
|
'delete_confirm' => 'Czy na pewno chcesz usunąć :przedmiot?',
|
||||||
'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
|
'delete_confirm_no_undo' => 'Czy na pewno chcesz usunąć :item? Tej operacji nie można cofnąć.',
|
||||||
'deleted' => 'Usunięte',
|
'deleted' => 'Usunięte',
|
||||||
'delete_seats' => 'Usunięte miejsca',
|
'delete_seats' => 'Usunięte miejsca',
|
||||||
'deletion_failed' => 'Usunięcie nieudane',
|
'deletion_failed' => 'Usunięcie nieudane',
|
||||||
|
@ -247,7 +247,7 @@ return [
|
||||||
'requested_assets' => 'Żądane zasoby',
|
'requested_assets' => 'Żądane zasoby',
|
||||||
'requested_assets_menu' => 'Żądane zasoby',
|
'requested_assets_menu' => 'Żądane zasoby',
|
||||||
'request_canceled' => 'Żądanie anulowane',
|
'request_canceled' => 'Żądanie anulowane',
|
||||||
'request_item' => 'Request this item',
|
'request_item' => 'Poproś o ten przedmiot',
|
||||||
'external_link_tooltip' => 'Zewnętrzny link do',
|
'external_link_tooltip' => 'Zewnętrzny link do',
|
||||||
'save' => 'Zapisz',
|
'save' => 'Zapisz',
|
||||||
'select_var' => 'Wybierz :thing... ', // this will eventually replace all of our other selects
|
'select_var' => 'Wybierz :thing... ', // this will eventually replace all of our other selects
|
||||||
|
@ -280,10 +280,10 @@ return [
|
||||||
'site_name' => 'Nazwa Witryny',
|
'site_name' => 'Nazwa Witryny',
|
||||||
'state' => 'Województwo',
|
'state' => 'Województwo',
|
||||||
'status_labels' => 'Etykiety Statusu',
|
'status_labels' => 'Etykiety Statusu',
|
||||||
'status_label' => 'Status etykiety',
|
'status_label' => 'Etykieta statusu',
|
||||||
'status' => 'Status',
|
'status' => 'Status',
|
||||||
'accept_eula' => 'Umowa akceptacyjna',
|
'accept_eula' => 'Umowa akceptacyjna',
|
||||||
'show_or_hide_eulas' => 'Show/Hide EULAs',
|
'show_or_hide_eulas' => 'Pokaż/Ukryj EULA',
|
||||||
'supplier' => 'Dostawca',
|
'supplier' => 'Dostawca',
|
||||||
'suppliers' => 'Dostawcy',
|
'suppliers' => 'Dostawcy',
|
||||||
'sure_to_delete' => 'Czy na pewno chcesz usunąć',
|
'sure_to_delete' => 'Czy na pewno chcesz usunąć',
|
||||||
|
@ -351,7 +351,7 @@ return [
|
||||||
'setup_step_4' => 'Krok 4',
|
'setup_step_4' => 'Krok 4',
|
||||||
'setup_config_check' => 'Sprawdzanie konfiguracji',
|
'setup_config_check' => 'Sprawdzanie konfiguracji',
|
||||||
'setup_create_database' => 'Utwórz tabelę w bazie danych',
|
'setup_create_database' => 'Utwórz tabelę w bazie danych',
|
||||||
'setup_create_admin' => 'Create an admin user',
|
'setup_create_admin' => 'Utwórz konto administratora',
|
||||||
'setup_done' => 'Zakończono!',
|
'setup_done' => 'Zakończono!',
|
||||||
'bulk_edit_about_to' => 'Zamierzasz edytować: ',
|
'bulk_edit_about_to' => 'Zamierzasz edytować: ',
|
||||||
'checked_out' => 'Wydane',
|
'checked_out' => 'Wydane',
|
||||||
|
@ -434,7 +434,7 @@ return [
|
||||||
'alt_uploaded_image_thumbnail' => 'Przesłano miniaturę',
|
'alt_uploaded_image_thumbnail' => 'Przesłano miniaturę',
|
||||||
'placeholder_kit' => 'Wybierz zestaw',
|
'placeholder_kit' => 'Wybierz zestaw',
|
||||||
'file_not_found' => 'Nie odnaleziono pliku',
|
'file_not_found' => 'Nie odnaleziono pliku',
|
||||||
'log_record_not_found' => 'No record for that log entry was found.',
|
'log_record_not_found' => 'Nie znaleziono rekordu dla tego wpisu dziennika.',
|
||||||
'preview_not_available' => '(brak podglądu)',
|
'preview_not_available' => '(brak podglądu)',
|
||||||
'setup' => 'Ustawienia',
|
'setup' => 'Ustawienia',
|
||||||
'pre_flight' => 'Sprawdzenie',
|
'pre_flight' => 'Sprawdzenie',
|
||||||
|
@ -556,9 +556,9 @@ return [
|
||||||
],
|
],
|
||||||
'more_info' => 'Więcej informacji',
|
'more_info' => 'Więcej informacji',
|
||||||
'quickscan_bulk_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
'quickscan_bulk_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
||||||
'whoops' => 'Whoops!',
|
'whoops' => 'Uuuups!',
|
||||||
'something_went_wrong' => 'Something went wrong with your request.',
|
'something_went_wrong' => 'Coś poszło nie tak z twoim żądaniem.',
|
||||||
'close' => 'Close',
|
'close' => 'Zamknij',
|
||||||
'expires' => 'Wygasa',
|
'expires' => 'Wygasa',
|
||||||
'map_fields'=> 'Map :item_type Fields',
|
'map_fields'=> 'Map :item_type Fields',
|
||||||
'remaining_var' => ':count Remaining',
|
'remaining_var' => ':count Remaining',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "A autenticação de dois passos é obrigatória, mas se o teu dispositivo ainda não foi registrado, abra o Google Authenticator e escaneie o QR Code para registrar o teu dispositivo. Uma vez registrado, digite o código abaixo",
|
'two_factor_enrollment_text' => "A autenticação de dois passos é obrigatória, mas se o teu dispositivo ainda não foi registrado, abra o Google Authenticator e escaneie o QR Code para registrar o teu dispositivo. Uma vez registrado, digite o código abaixo",
|
||||||
'require_accept_signature' => 'Requer assinatura',
|
'require_accept_signature' => 'Requer assinatura',
|
||||||
'require_accept_signature_help_text' => 'Habilitar este recurso vai exigir que os usuários assinem pessoalmente o aceite do ativo.',
|
'require_accept_signature_help_text' => 'Habilitar este recurso vai exigir que os usuários assinem pessoalmente o aceite do ativo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'esquerda',
|
'left' => 'esquerda',
|
||||||
'right' => 'direita',
|
'right' => 'direita',
|
||||||
'top' => 'topo',
|
'top' => 'topo',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "A autenticação de dois passos é obrigatória, mas se o teu dispositivo ainda não foi registado, abre o Google Authenticator e lê o QR Code para registar o teu dispositivo. Uma vez registado, introduz o código abaixo",
|
'two_factor_enrollment_text' => "A autenticação de dois passos é obrigatória, mas se o teu dispositivo ainda não foi registado, abre o Google Authenticator e lê o QR Code para registar o teu dispositivo. Uma vez registado, introduz o código abaixo",
|
||||||
'require_accept_signature' => 'Requer assinatura',
|
'require_accept_signature' => 'Requer assinatura',
|
||||||
'require_accept_signature_help_text' => 'Habilitar este recurso vai exigir que os utilizadores assinar fisicamente aceitando o artigo.',
|
'require_accept_signature_help_text' => 'Habilitar este recurso vai exigir que os utilizadores assinar fisicamente aceitando o artigo.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'esquerda',
|
'left' => 'esquerda',
|
||||||
'right' => 'direita',
|
'right' => 'direita',
|
||||||
'top' => 'topo',
|
'top' => 'topo',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Este necesară autentificarea cu două factori, cu toate acestea, dispozitivul dvs. nu a fost încă înscris. Deschideți aplicația Google Authenticator și scanați codul QR de mai jos pentru a vă înregistra dispozitivul. După ce ați înscris dispozitivul, introduceți codul de mai jos",
|
'two_factor_enrollment_text' => "Este necesară autentificarea cu două factori, cu toate acestea, dispozitivul dvs. nu a fost încă înscris. Deschideți aplicația Google Authenticator și scanați codul QR de mai jos pentru a vă înregistra dispozitivul. După ce ați înscris dispozitivul, introduceți codul de mai jos",
|
||||||
'require_accept_signature' => 'Solicită semnătura',
|
'require_accept_signature' => 'Solicită semnătura',
|
||||||
'require_accept_signature_help_text' => 'Activarea acestei funcții va impune utilizatorilor să se deconecteze fizic la acceptarea unui activ.',
|
'require_accept_signature_help_text' => 'Activarea acestei funcții va impune utilizatorilor să se deconecteze fizic la acceptarea unui activ.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'stânga',
|
'left' => 'stânga',
|
||||||
'right' => 'dreapta',
|
'right' => 'dreapta',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Требуется двухфакторная аутентификация, однако ваше устройство еще не зарегистрировано. Откройте приложение Google Authenticator и отсканируйте QR-код ниже, чтобы зарегистрировать свое устройство. После того, как вы зарегистрируете свое устройство, введите приведенный ниже код",
|
'two_factor_enrollment_text' => "Требуется двухфакторная аутентификация, однако ваше устройство еще не зарегистрировано. Откройте приложение Google Authenticator и отсканируйте QR-код ниже, чтобы зарегистрировать свое устройство. После того, как вы зарегистрируете свое устройство, введите приведенный ниже код",
|
||||||
'require_accept_signature' => 'Требуется подпись',
|
'require_accept_signature' => 'Требуется подпись',
|
||||||
'require_accept_signature_help_text' => 'Включение этой функции потребует от пользователей физического выхода из системы при принятии актива.',
|
'require_accept_signature_help_text' => 'Включение этой функции потребует от пользователей физического выхода из системы при принятии актива.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'слева',
|
'left' => 'слева',
|
||||||
'right' => 'справа',
|
'right' => 'справа',
|
||||||
'top' => 'сверху',
|
'top' => 'сверху',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||||
'require_accept_signature' => 'Require Signature',
|
'require_accept_signature' => 'Require Signature',
|
||||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'left',
|
'left' => 'left',
|
||||||
'right' => 'right',
|
'right' => 'right',
|
||||||
'top' => 'top',
|
'top' => 'top',
|
||||||
|
|
|
@ -280,6 +280,8 @@ return [
|
||||||
'two_factor_enrollment_text' => "Zahtevano je dvo-stopenjsko preverjanje pristnosti, vendar vaša naprava še ni bila včlanjena. Odprite aplikacijo Google Authenticator in si oglejte spodnjo kodo QR, če želite vnesti svojo napravo. Ko vnesete napravo, vnesite spodnjo kodo",
|
'two_factor_enrollment_text' => "Zahtevano je dvo-stopenjsko preverjanje pristnosti, vendar vaša naprava še ni bila včlanjena. Odprite aplikacijo Google Authenticator in si oglejte spodnjo kodo QR, če želite vnesti svojo napravo. Ko vnesete napravo, vnesite spodnjo kodo",
|
||||||
'require_accept_signature' => 'Zahtevaj podpis',
|
'require_accept_signature' => 'Zahtevaj podpis',
|
||||||
'require_accept_signature_help_text' => 'Če omogočite to funkcijo, se bodo uporabniki morali fizično odjaviti ob sprejemu sredstva.',
|
'require_accept_signature_help_text' => 'Če omogočite to funkcijo, se bodo uporabniki morali fizično odjaviti ob sprejemu sredstva.',
|
||||||
|
'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
|
||||||
|
'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
|
||||||
'left' => 'levo',
|
'left' => 'levo',
|
||||||
'right' => 'desno',
|
'right' => 'desno',
|
||||||
'top' => 'na vrh',
|
'top' => 'na vrh',
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'personal_api_keys' => 'Furayaasha API Personal',
|
'personal_api_keys' => 'Furayaasha gaarka ah ee API',
|
||||||
'personal_access_token' => 'Personal Access Token',
|
'personal_access_token' => 'Personal Access Token',
|
||||||
'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
|
'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
|
||||||
'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
|
'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
|
||||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
|
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
|
||||||
'api_base_url' => 'Url saldhigga API wuxuu ku yaalaa:',
|
'api_base_url' => 'Saldhiga API-gaaga linkgiisa wuxuu yaalaa:',
|
||||||
'api_base_url_endpoint' => '/< dhamaadka>',
|
'api_base_url_endpoint' => '/< dhamaadka>',
|
||||||
'api_token_expiration_time' => 'Calaamadaha API waxa lagu dejiyay inay ku dhacaan:',
|
'api_token_expiration_time' => 'Calaamadaha API waxa lagu jaan gooyay inay ku dhacaan:',
|
||||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
|
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
|
||||||
'profile_updated' => 'Account successfully updated',
|
'profile_updated' => 'Account successfully updated',
|
||||||
'no_tokens' => 'You have not created any personal access tokens.',
|
'no_tokens' => 'You have not created any personal access tokens.',
|
||||||
|
|
|
@ -10,12 +10,12 @@ return array(
|
||||||
'eula_text' => 'Qaybta EULA',
|
'eula_text' => 'Qaybta EULA',
|
||||||
'eula_text_help' => 'Goobtani waxay kuu ogolaanaysaa inaad u habayso EULA-gaaga noocyo gaar ah oo hanti ah. Haddii aad haysato hal EULA oo keliya dhammaan hantidaada, waxaad calamdi kartaa sanduuqa hoose si aad u isticmaasho asalka aasaasiga ah.',
|
'eula_text_help' => 'Goobtani waxay kuu ogolaanaysaa inaad u habayso EULA-gaaga noocyo gaar ah oo hanti ah. Haddii aad haysato hal EULA oo keliya dhammaan hantidaada, waxaad calamdi kartaa sanduuqa hoose si aad u isticmaasho asalka aasaasiga ah.',
|
||||||
'require_acceptance' => 'U baahan isticmaalayaashu inay xaqiijiyaan aqbalaadda hantida qaybtan.',
|
'require_acceptance' => 'U baahan isticmaalayaashu inay xaqiijiyaan aqbalaadda hantida qaybtan.',
|
||||||
'no_default_eula' => 'Ma jiro EULA aasaasiga ah oo la helay Mid ku dar Settings',
|
'no_default_eula' => 'Ma jiro hannaanka EULA ee aasaasiga ah oo la helay. Mid ku dar Settings.',
|
||||||
'total' => 'Wadarta',
|
'total' => 'Wadarta',
|
||||||
'remaining' => 'Ka faaideyso',
|
'remaining' => 'Ka faaideyso',
|
||||||
'update' => 'Cusbooneysii Agabka',
|
'update' => 'Cusbooneysii Agabka',
|
||||||
'use_default_eula' => 'Isticmaal <a href="#" data-toggle="modal" data-target="#eulaModal">horta u ah EULA</a> beddelkeeda.',
|
'use_default_eula' => 'Isticmaal <a href="#" data-toggle="modal" data-target="#eulaModal">horta u ah EULA</a> beddelkeeda.',
|
||||||
'use_default_eula_disabled' => '<del>Isticmaal beddelka EULA-ga aasaasiga ah.</del> Ma jiro EULA aasaasiga ah oo la dejiyay. Fadlan ku dar mid Settings',
|
'use_default_eula_disabled' => '<del>Isticmaal beddelka EULA-ga aasaasiga ah.</del> Ma jiro EULA aasaasiga ah oo la habeeyay. Fadlan hal mid kudar Settings.',
|
||||||
'clone' => 'Qalabka Clone',
|
'clone' => 'Qalabka Clone',
|
||||||
'delete_disabled' => 'Qalabkan weli lama tirtiri karo sababtoo ah walxaha qaarkood weli waa la hubiyay.',
|
'delete_disabled' => 'Qalabkan weli lama tirtiri karo sababtoo ah walxaha qaarkood weli waa la hubiyay.',
|
||||||
|
|
||||||
|
|
|
@ -2,31 +2,31 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Qalabka [:id] ma jiro',
|
'does_not_exist' => 'Mulxaqa lasoo raaciyay [:aqoonsiga] ma ahan mid jira.',
|
||||||
'not_found' => 'Qalabkaas lama helin.',
|
'not_found' => 'Qalabkaas lama helin.',
|
||||||
'assoc_users' => 'Qalabkan waxa uu hadda hayaa :count walxo la hubiyay isticmaalayaasha Fadlan iska hubi agabka oo isku day markale. ',
|
'assoc_users' => 'Qalabkan waxa uu hadda hayaa :count walxo la hubiyay isticmaalayaasha Fadlan iska hubi agabka oo isku day markale. ',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Qalabka lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Qalabka lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Qalabka si guul leh ayaa loo sameeyay'
|
'success' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Qalabka lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Qalabka lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Qalabka si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto qalabkan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto qalabkan?',
|
||||||
'error' => 'Waxaa jiray arrin la tirtiray qalabyada Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay xaalad tirtireysay mulxaqa. Fadlan isku day mar kale.',
|
||||||
'success' => 'Qalabka si guul leh ayaa loo tirtiray'
|
'success' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in la tir-tiro.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Agabka lama hubin, fadlan isku day mar kale',
|
'error' => 'Agabka lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Qalabka si guul leh ayaa loo hubiyay',
|
'success' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in la hubiyo.',
|
||||||
'unavailable' => 'Agabka looma hayo hubinta Hubi tirada la heli karo',
|
'unavailable' => 'Agabka looma hayo hubinta Hubi tirada la heli karo',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale',
|
'user_does_not_exist' => 'Isticmaalahaas maahan mid jira. Fadlan isku day mar kale.',
|
||||||
'checkout_qty' => array(
|
'checkout_qty' => array(
|
||||||
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.',
|
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.',
|
||||||
),
|
),
|
||||||
|
@ -35,8 +35,8 @@ return array(
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
'error' => 'Agabka lama hubin, fadlan isku day mar kale',
|
'error' => 'Agabka lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Qalabka si guul leh ayaa loo hubiyay',
|
'success' => 'Mulxaqa waa lagu guuleystay in la hubiyo.',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale'
|
'user_does_not_exist' => 'Isticmaalahaasi mahan mid jira. Fadlan isku day mar kale.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
'not_found' => 'Dayactirka hantida aad raadinaysay lama helin!',
|
'not_found' => 'Dayactirka hantida aad raadinaysay lama helin!',
|
||||||
'delete' => [
|
'delete' => [
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto dayactirka hantida?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto dayactirka hantida?',
|
||||||
'error' => 'Waxaa jirtay arrin lagu tirtirayo dayactirka hantida. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin tir-tireysay dayactirka hantida. Fadlan isku day mar kale.',
|
||||||
'success' => 'Dayactirka hantida ayaa si guul leh loo tirtiray',
|
'success' => 'Dayactirka hantida waa lagu guuleystay in la tir-tiro.',
|
||||||
],
|
],
|
||||||
'create' => [
|
'create' => [
|
||||||
'error' => 'Dayactirka hantida lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Dayactirka hantida lama abuurin, fadlan isku day mar kale.',
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
],
|
],
|
||||||
'edit' => [
|
'edit' => [
|
||||||
'error' => 'Dayactirka hantida lama tafatirin, fadlan isku day mar kale.',
|
'error' => 'Dayactirka hantida lama tafatirin, fadlan isku day mar kale.',
|
||||||
'success' => 'Dayactirka hantida ayaa si guul leh loo tafatiray',
|
'success' => 'Dayactirka hantida waa lagu guuleystay in la tifaftiro.',
|
||||||
],
|
],
|
||||||
'asset_maintenance_incomplete' => 'Wali lama dhamaystirin',
|
'asset_maintenance_incomplete' => 'Wali lama dhamaystirin',
|
||||||
'warranty' => 'Dammaanad',
|
'warranty' => 'Dammaanad',
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'asset_categories' => 'Qaybaha Hantida',
|
'asset_categories' => 'Qaanadda Ra\'samaalka',
|
||||||
'category_name' => 'Magaca Qaybta',
|
'category_name' => 'Magaca Qaanadda',
|
||||||
'checkin_email' => 'U dir iimaylka isticmaalaha marka la jeegeynayo/baaro.',
|
'checkin_email' => 'U dir email isticmaalaha marka la galayo/baarayo.',
|
||||||
'checkin_email_notification' => 'Isticmaalahan waxa loo soo diri doonaa iimayl marka la hubinayo/baaro.',
|
'checkin_email_notification' => 'Isticmaalahan waxa loo soo diri doonaa email marka la hubinayo/baarayo.',
|
||||||
'clone' => 'Qaybta Clone',
|
'clone' => 'Qaanadda koobiyeynta',
|
||||||
'create' => 'Abuur Qaybta',
|
'create' => 'Sameey Qaanad',
|
||||||
'edit' => 'Wax ka beddel qaybta',
|
'edit' => 'Wax ka beddel qaanadda',
|
||||||
'email_will_be_sent_due_to_global_eula' => 'Iimayl ayaa loo diri doonaa isticmaalaha sababtoo ah EULA caalamiga ah ayaa la isticmaalayaa.',
|
'email_will_be_sent_due_to_global_eula' => 'Iimayl ayaa loo diri doonaa isticmaalaha sababtoo ah nidaamka caalamiga ee EULA caalamiga ah ayaa la isticmaalay.',
|
||||||
'email_will_be_sent_due_to_category_eula' => 'Iimayl ayaa loo diri doona isticmaalaha sababtoo ah EULA ayaa loo dejiyay qaybtan.',
|
'email_will_be_sent_due_to_category_eula' => 'Iimayl ayaa loo diri doonaa isticmaalaha sababtoo ah nidaamka caalamiga ee EULA caalamiga ah ayaa lagu habeeyey qaanadan.',
|
||||||
'eula_text' => 'Qaybta EULA',
|
'eula_text' => 'Qaanadda EULA',
|
||||||
'eula_text_help' => 'Goobtani waxay kuu ogolaanaysaa inaad u habayso EULA-gaaga noocyo gaar ah oo hanti ah. Haddii aad haysato hal EULA oo keliya dhammaan hantidaada, waxaad calamdi kartaa sanduuqa hoose si aad u isticmaasho asalka aasaasiga ah.',
|
'eula_text_help' => 'Goobtani waxay kuu ogolaanaysaa inaad u habayso EULA-gaaga noocyo gaar ah oo hanti ah. Haddii aad haysato hal EULA oo keliya dhammaan hantidaada, waxaad calaamadeyn kartaa sanduuqa hoose si aad u isticmaasho asalka aasaasiga ah.',
|
||||||
'name' => 'Magaca Qaybta',
|
'name' => 'Magaca Qaanadda',
|
||||||
'require_acceptance' => 'U baahan isticmaalayaashu inay xaqiijiyaan aqbalaadda hantida qaybtan.',
|
'require_acceptance' => 'Isticmaalayaashu waxay u baahanyihiin iney xaqiijiyaan aqbalaadda hantida qaybtan.',
|
||||||
'required_acceptance' => 'Isticmaalahan waxaa iimayl loogu soo diri doonaa xiriiriye si loo xaqiijiyo aqbalaada shaygan.',
|
'required_acceptance' => 'Isticmaalahan waxaa iimayl loogu soo diri doonaa xiriiriye si loo xaqiijiyo aqbalaada shaygan.',
|
||||||
'required_eula' => 'Isticmaalahan waxaa iimayl loogu soo diri doonaa koobiga EULA',
|
'required_eula' => 'Isticmaalahan waxaa iimayl loogu soo diri doonaa koobiga EULA',
|
||||||
'no_default_eula' => 'Ma jiro EULA aasaasiga ah oo la helay Mid ku dar Settings.',
|
'no_default_eula' => 'Ma jiro EULA aasaasi ah oo la helay. Mid ku dar Settings.',
|
||||||
'update' => 'Cusbooneysii Qaybta',
|
'update' => 'Cusbooneysii Qaanadda',
|
||||||
'use_default_eula' => 'Isticmaal <a href="#" data-toggle="modal" data-target="#eulaModal">horta u ah EULA</a> beddelkeeda.',
|
'use_default_eula' => 'Isticmaal <a href="#" data-toggle="modal" data-target="#eulaModal">asaaska koowaad ee EULA</a> beddelkeeda.',
|
||||||
'use_default_eula_disabled' => '<del>Isticmaal beddelka EULA-ga aasaasiga ah.</del> Ma jiro EULA aasaasiga ah oo la dejiyay. Fadlan ku dar mid Settings.',
|
'use_default_eula_disabled' => '<del>Isticmaal beddelka EULA-ga aasaasiga ah.</del> Ma jiro EULA aasaasi ah oo la dejiyay. Fadlan ku dar mid Settings.',
|
||||||
'use_default_eula_column' => 'Isticmaal EULA caadiga ah',
|
'use_default_eula_column' => 'Isticmaal EULA caadiga ah',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,25 +2,25 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Qaybta ma jirto.',
|
'does_not_exist' => 'Qaanadda majirto.',
|
||||||
'assoc_models' => 'Qaybtan hadda waxay la xidhiidhaa ugu yaraan hal nooc oo lama tirtiri karo. Fadlan cusboonaysii moodooyinkaaga si aanay u tixraacin qaybtan oo isku day mar kale. ',
|
'assoc_models' => 'Qaanadan hadda waxay la xiriirtaa ugu yaraan hal nooc oo lama tirtiri karo. Fadlan cusboonaysii noocyadaada si aanay u tixraacin qaanadan iskuna day mar kale. ',
|
||||||
'assoc_items' => 'Qaybtan hadda waxa lala xidhiidhiyaa ugu yaraan hal :asset_type lamana tirtiri karo. Fadlan cusboonaysii :asset_type kaaga si aanad mar dambe tixraac qaybtan oo isku day mar kale. ',
|
'assoc_items' => 'Qaanadan hadda waxay la xiriirtaa ugu yaraan hal nooc oo lama tirtiri karo. Fadlan cusboonaysii noocyadaada si aanay u tixraacin qaanadan iskuna day mar kale. ',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Qaybta lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Qaanadda lama sameynin. fadlan isku day markale.',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo sameeyay.'
|
'success' => 'Qaanadda waa lag guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Qaybta lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Qaanadda lama cusbooneysiin, fadlan isku day markale',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo cusboonaysiiyay.',
|
'success' => 'Qaanadda waa lagu guuleystay in la cusbooneysiiyo.',
|
||||||
'cannot_change_category_type' => 'Ma beddeli kartid nooca qaybta marka la abuuro',
|
'cannot_change_category_type' => 'Ma bedeli kartid nooca qaanadda marka la abuuro',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto qaybtan?',
|
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto qaanadan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray qaybta Fadlan isku day mar kale.',
|
'error' => 'Waxaa jirtay arrin tir-tireysay qaanadda. Fadlan isku day mar kale.',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo tirtiray.'
|
'success' => 'Qaanadda waa lag guuleystay in la tir-tiro.'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -5,6 +5,6 @@ return array(
|
||||||
'id' => 'Aqoonsi',
|
'id' => 'Aqoonsi',
|
||||||
'parent' => 'Waalid',
|
'parent' => 'Waalid',
|
||||||
'require_acceptance' => 'Ogolaanshaha',
|
'require_acceptance' => 'Ogolaanshaha',
|
||||||
'title' => 'Magaca Qaybta Hantida',
|
'title' => 'Magaca qaanadda Hantida',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -6,15 +6,15 @@ return [
|
||||||
'assoc_users' => 'Shirkaddan hadda waxay ku xidhan tahay ugu yaraan hal nooc oo lama tirtiri karo. Fadlan cusboonaysii moodooyinkaaga si aanay u tixraacin shirkaddan oo isku day mar kale. ',
|
'assoc_users' => 'Shirkaddan hadda waxay ku xidhan tahay ugu yaraan hal nooc oo lama tirtiri karo. Fadlan cusboonaysii moodooyinkaaga si aanay u tixraacin shirkaddan oo isku day mar kale. ',
|
||||||
'create' => [
|
'create' => [
|
||||||
'error' => 'Shirkadda lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Shirkadda lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Shirkadda si guul leh ayaa loo abuuray',
|
'success' => 'Shirkadda waa lagu guuleystay in la sameeyo.',
|
||||||
],
|
],
|
||||||
'update' => [
|
'update' => [
|
||||||
'error' => 'Shirkadda lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Shirkadda lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Shirkadda si guul leh ayaa loo cusboonaysiiyay',
|
'success' => 'Shirkadda waa lagu guuleystay in la cusbooneysiiyo.',
|
||||||
],
|
],
|
||||||
'delete' => [
|
'delete' => [
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto shirkaddan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto shirkaddan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray shirkadda. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin tir-tireysay shirkadda. Fadlan isku day mar kale.',
|
||||||
'success' => 'Shirkadda si guul leh ayaa loo tirtiray',
|
'success' => 'Shirkadda waa lagu guuleystay in la tir-tiro.',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,35 +2,35 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Qayb ma jiraan',
|
'does_not_exist' => 'Qeyb ahaan majirto.',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Qayb lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Qayb lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Qayb ayaa loo sameeyay si guul leh'
|
'success' => 'Qayb ahaan waa lagu guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Qaybaha lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Qaybaha lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Qeyb ahaan waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto qaybtan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto qaybtan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtirayo qaybta Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin tir-tireysay qaybta. Fadlan isku day mar kale.',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo tirtiray'
|
'success' => 'Qaybta waa lagu guuleystay in la tir-tiro.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Qaybaha lama hubin, fadlan isku day mar kale',
|
'error' => 'Qaybaha lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo hubiyay',
|
'success' => 'Qaybta waa lagu guuleystay in la hubiyo.',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale',
|
'user_does_not_exist' => 'Isticmaalahaasi ma ahan mid jira. Fadlan isku day mar kale.',
|
||||||
'unavailable' => 'Qaybo aan ku filnayn ayaa hadhsan: :remaining hadhay, :requested waa la codsaday ',
|
'unavailable' => 'Qaybo aan ku filnayn ayaa hadhsan: :remaining hadhay, :requested waa la codsaday ',
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
'error' => 'Qaybaha lama hubin, fadlan isku day mar kale',
|
'error' => 'Qaybaha lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Qaybta si guul leh ayaa loo hubiyay',
|
'success' => 'Qaybta waa lagu guuleystay in la hubiyo.',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale'
|
'user_does_not_exist' => 'Isticmaalahaasi ma ahan mid jira. Fadlan isku day mar kale.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,31 +7,31 @@ return array(
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'La isticmaali karo lama abuurin, fadlan isku day mar kale.',
|
'error' => 'La isticmaali karo lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Isticmaalka ayaa si guul leh loo abuuray'
|
'success' => 'Isticmaalka waa lagu guuleystay in la abuuro.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Isticmaalka lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Isticmaalka lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Isticmaalka si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Isticmaalka waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto alaabtan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto alaabtan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtirayo alaabta. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arin tireysay isticmaalka alaabta. Fadlan isku day mar kale.',
|
||||||
'success' => 'Isticmaalka si guul leh ayaa loo tirtiray'
|
'success' => 'Isticmaalka waa lagu guuleystay in la tir-tiro.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Isticmaalka lama hubin, fadlan isku day mar kale',
|
'error' => 'Isticmaalka lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Isticmaalka si guul leh ayaa loo hubiyay',
|
'success' => 'Isticmaalka waa lagu guuleystay in la hubiyo.',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale',
|
'user_does_not_exist' => 'Isticmaalahaasi ma ahan mid jira. Fadlan isku day mar kale.',
|
||||||
'unavailable' => 'Ma jiraan alaabooyin ku filan hubintan. Fadlan hubi tirada hadhay ',
|
'unavailable' => 'Ma jiraan alaabooyin ku filan hubintan. Fadlan hubi tirada hadhay ',
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
'error' => 'Isticmaalka lama hubin, fadlan isku day mar kale',
|
'error' => 'Isticmaalka lama hubin, fadlan isku day mar kale',
|
||||||
'success' => 'Isticmaalka si guul leh ayaa loo hubiyay',
|
'success' => 'Isticmaalka waa lagu guuleystay in la hubiyo.',
|
||||||
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale'
|
'user_does_not_exist' => 'Isticmaalahaasi ma ahan mida jira. Fadlan isku day mar kale.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,12 +16,12 @@ return [
|
||||||
'fieldset_name' => 'Magaca Goobta',
|
'fieldset_name' => 'Magaca Goobta',
|
||||||
'field_name' => 'Magaca Goobta',
|
'field_name' => 'Magaca Goobta',
|
||||||
'field_values' => 'Qiimaha Goobta',
|
'field_values' => 'Qiimaha Goobta',
|
||||||
'field_values_help' => 'Ku dar xulashooyinka la dooran karo, midkiiba. Khadadka maran ee aan ahayn xariiqda koowaad waa la iska indhatiraa',
|
'field_values_help' => 'Ku dar xulashooyin la dooran karo, sadar kasta hal xulasho. waa la iska indha tiri doonaa sadarada faaruqa ah marka laga reebo sadarka koowaad.',
|
||||||
'field_element' => 'Qaybta Foomka',
|
'field_element' => 'Qaybta Foomka',
|
||||||
'field_element_short' => 'Cunsurka',
|
'field_element_short' => 'Cunsurka',
|
||||||
'field_format' => 'Qaabka',
|
'field_format' => 'Qaabka',
|
||||||
'field_custom_format' => 'Qaabka Regex Custom',
|
'field_custom_format' => 'Qaabka Regex Custom',
|
||||||
'field_custom_format_help' => 'Goobtani waxay kuu ogolaanaysaa inaad isticmaasho odhaah regex si loo xaqiijiyo Waa inay ku bilaabataa "regex:" - tusaale ahaan, si loo xaqiijiyo in qiimaha goobta gaarka ahi ka kooban yahay IMEI sax ah (15 lambar), waxaad isticmaali doontaa <code>regex:/^[0-9]{15}$ /</code>',
|
'field_custom_format_help' => 'Goobtani waxay kuu ogolaanaysaa inaad isticmaasho tacbiir cadi ah si aad u hubsato sax ahaanshaha. waa inuu ka billowdaaa "regex:" - tusaale ahaan, si loo xaqiijiyo in qiimaha goobta gaarka ahi ku jirto nambar saxan oo IMEI (15 lambar), waxaad isticmaali doontaa <code>regex:/^[0-9]{15}$ /</code>.',
|
||||||
'required' => 'Loo baahan yahay',
|
'required' => 'Loo baahan yahay',
|
||||||
'req' => 'Req.',
|
'req' => 'Req.',
|
||||||
'used_by_models' => 'Waxaa Isticmaala Moodooyinka',
|
'used_by_models' => 'Waxaa Isticmaala Moodooyinka',
|
||||||
|
@ -35,7 +35,7 @@ return [
|
||||||
'create_field_title' => 'Samee goob cusub oo caado ah',
|
'create_field_title' => 'Samee goob cusub oo caado ah',
|
||||||
'value_encrypted' => 'Qiimaha goobtan waxa lagu sir ah kaydka xogta. Kaliya isticmaalayaasha maamulka ayaa awoodi doona inay arkaan qiimaha la furay',
|
'value_encrypted' => 'Qiimaha goobtan waxa lagu sir ah kaydka xogta. Kaliya isticmaalayaasha maamulka ayaa awoodi doona inay arkaan qiimaha la furay',
|
||||||
'show_in_email' => 'Ku dar qiimaha goobtan fariimaha hubinta ee loo soo diray isticmaalaha? Goobaha sirta ah laguma dari karo iimaylada',
|
'show_in_email' => 'Ku dar qiimaha goobtan fariimaha hubinta ee loo soo diray isticmaalaha? Goobaha sirta ah laguma dari karo iimaylada',
|
||||||
'show_in_email_short' => 'Ku dar emails',
|
'show_in_email_short' => 'Ku dar emails.',
|
||||||
'help_text' => 'Qoraalka Caawinta',
|
'help_text' => 'Qoraalka Caawinta',
|
||||||
'help_text_description' => 'Kani waa qoraal ikhtiyaari ah oo ka soo bixi doona hoosta qaybaha foomka marka la tafatiro hantida si loo bixiyo macnaha guud ee goobta.',
|
'help_text_description' => 'Kani waa qoraal ikhtiyaari ah oo ka soo bixi doona hoosta qaybaha foomka marka la tafatiro hantida si loo bixiyo macnaha guud ee goobta.',
|
||||||
'about_custom_fields_title' => 'Ku saabsan Goobaha Gaarka ah',
|
'about_custom_fields_title' => 'Ku saabsan Goobaha Gaarka ah',
|
||||||
|
|
|
@ -9,19 +9,19 @@ return array(
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Goobta lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Goobta lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Goobta si guul leh ayaa loo sameeyay',
|
'success' => 'Feild-dhiga waa lagu guuleystay in la sameeyo.',
|
||||||
'assoc_success' => 'Goobta si guul leh ayaa loogu daray goobta.'
|
'assoc_success' => 'Goobta si guul leh ayaa loogu daray goobta.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Goobta lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Goobta lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Goobta si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Feild-dhiga waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto goobtan?',
|
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto goobtan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray garoonka. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin tir-tireysay feild-dhiga. Fadlan isku day mar kale.',
|
||||||
'success' => 'Goobta si guul leh ayaa loo tirtiray',
|
'success' => 'Feild-dhiga waa lagu guuleystay in la tir-tiro.',
|
||||||
'in_use' => 'Goobta weli waa la isticmaalayaa.',
|
'in_use' => 'Goobta weli waa la isticmaalayaa.',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -33,26 +33,26 @@ return array(
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Fieldset lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Fieldset lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Fieldset si guul leh ayaa loo sameeyay'
|
'success' => 'Fieldset waa lagu guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Fieldset lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Fieldset lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Goobta goobta ayaa si guul leh loo cusboonaysiiyay'
|
'success' => 'Feildset waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto goobtan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto goobtan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray goobta. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin tir-tireysay feild-dhiga. Fadlan isku day mar kale.',
|
||||||
'success' => 'Goobta garoonka si guul leh ayaa loo tirtiray',
|
'success' => 'Fieldset waa lagu guuleystay in la tir-tiro.',
|
||||||
'in_use' => 'Fieldset weli waa la isticmaalayaa',
|
'in_use' => 'Fieldset weli waa la isticmaalayaa.',
|
||||||
)
|
)
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
'fieldset_default_value' => array(
|
'fieldset_default_value' => array(
|
||||||
|
|
||||||
'error' => 'Khalad ansaxinta qiyamka godadka goobta caadiga ah',
|
'error' => 'Khalad ayaa kajira hubinta qiimaha feildset-ka.',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,12 @@ return array(
|
||||||
),
|
),
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Waaxda lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Waaxda lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Waaxdu si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Waaxda waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto waaxdan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto waaxdan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray waaxda. Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arin tir-tireysay waaxda. Fadlan isku day mar kale.',
|
||||||
'success' => 'Waaxda si guul leh ayaa loo tirtiray'
|
'success' => 'Waaxda waa lagu guuleystay in la tir-tiro.'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -13,13 +13,13 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Fasalka qiima dhaca lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Fasalka qiima dhaca lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Heerka qiima dhaca ayaa si guul leh loo cusboonaysiiyay'
|
'success' => 'Heerka isticmaalka si guul ah ayaa loo cusbooneysiiyay.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto heerkan qiimo-dhaca?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto heerkan qiimo-dhaca?',
|
||||||
'error' => 'Waxaa jirtay arrin lagu tirtirayo heerka qiima dhaca. Fadlan isku day mar kale',
|
'error' => 'Laguma guuleysan tir-tiritaanka. Fadlan ku celi markale.',
|
||||||
'success' => 'Heerka qiima dhimista ayaa si guul leh loo tirtiray'
|
'success' => 'Qiimo dhimista heerka isticmaalka waa lagu guuleystay in la tir-tiro.'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -5,7 +5,7 @@ return [
|
||||||
'id' => 'Aqoonsi',
|
'id' => 'Aqoonsi',
|
||||||
'months' => 'Bilo',
|
'months' => 'Bilo',
|
||||||
'term' => 'Muddada',
|
'term' => 'Muddada',
|
||||||
'title' => 'Magaca',
|
'title' => 'Magaca ',
|
||||||
'depreciation_min' => 'Qiimaha Dabaqa',
|
'depreciation_min' => 'Qiimaha Dabaqa',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,16 +7,16 @@ return array(
|
||||||
'group_name_required' => 'Goobta magaca ayaa loo baahan yahay',
|
'group_name_required' => 'Goobta magaca ayaa loo baahan yahay',
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
'create' => 'Kooxda si guul leh ayaa loo abuuray',
|
'create' => 'Kooxdani waa lagu guuleystay in la abuuro.',
|
||||||
'update' => 'Kooxda si guul leh ayaa loo cusboonaysiiyay',
|
'update' => 'Kooxdani waa lagu guuleystay in la abuuro.',
|
||||||
'delete' => 'Kooxda si guul leh ayaa loo tirtiray',
|
'delete' => 'Kooxdani waa lagu guuleystay in la abuuro.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto kooxdan?',
|
'confirm' => 'Ma hubtaa inaad doonayso inaad tirtirto kooxdan?',
|
||||||
'create' => 'Waxaa jirtay arin abuurista kooxda. Fadlan isku day mar kale',
|
'create' => 'Cillad ayaa ka jirta abuuridda kooxdan. Fadlan kuceli markale.',
|
||||||
'update' => 'Waxaa jirtay arrin la cusboonaysiiyay kooxda. Fadlan isku day mar kale',
|
'update' => 'Cillad ayaa ka jirta abuuridda kooxdan. Fadlan isku day markale.',
|
||||||
'delete' => 'Waxaa jirtay arrin la tirtiray kooxda. Fadlan isku day mar kale',
|
'delete' => 'Cillad ayaa ka jirta abuuridda kooxdan. Fadlan isku day markale.',
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -8,9 +8,9 @@ return [
|
||||||
'update' => 'Kooxda wax ka beddel',
|
'update' => 'Kooxda wax ka beddel',
|
||||||
'group_name' => 'Magaca Kooxda',
|
'group_name' => 'Magaca Kooxda',
|
||||||
'group_admin' => 'Kooxda Maamulka',
|
'group_admin' => 'Kooxda Maamulka',
|
||||||
'allow' => 'Oggolow',
|
'allow' => 'Ogolaansho',
|
||||||
'deny' => 'Inkira',
|
'deny' => 'Inkira',
|
||||||
'permission' => 'Ogolaanshaha',
|
'permission' => 'Ogolaanshaha',
|
||||||
'grant' => 'Deeq',
|
'grant' => 'Deeq',
|
||||||
'no_permissions' => 'Kooxdani wax ogolaansho ah ma lahan'
|
'no_permissions' => 'Kooxdani wax ogolaansho ah ma heysato.'
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,11 +4,11 @@ return [
|
||||||
'about_kits_title' => 'Ku saabsan Xirmooyinka Horay loo Qeexay',
|
'about_kits_title' => 'Ku saabsan Xirmooyinka Horay loo Qeexay',
|
||||||
'about_kits_text' => 'Xirmooyinka Horay loo Qeexay ayaa kuu oggolaanaya inaad si dhakhso leh u hubiso ururinta alaabta (hanti, shatiyada, iwm) ee isticmaalaha. Tani waxay noqon kartaa mid waxtar leh marka habka fuuliddu uu yahay mid joogto ah isticmaalayaasha badan oo dhammaan isticmaalayaasha ay helaan shay isku mid ah.',
|
'about_kits_text' => 'Xirmooyinka Horay loo Qeexay ayaa kuu oggolaanaya inaad si dhakhso leh u hubiso ururinta alaabta (hanti, shatiyada, iwm) ee isticmaalaha. Tani waxay noqon kartaa mid waxtar leh marka habka fuuliddu uu yahay mid joogto ah isticmaalayaasha badan oo dhammaan isticmaalayaasha ay helaan shay isku mid ah.',
|
||||||
'checkout' => 'Qalabka hubinta ',
|
'checkout' => 'Qalabka hubinta ',
|
||||||
'create_success' => 'Qalabka si guul leh ayaa loo sameeyay',
|
'create_success' => 'Waa lagu guuleystay in la abuuro kooxda.',
|
||||||
'create' => 'Samee xirmo horay loo sii qeexay',
|
'create' => 'Samee xirmo horay loo sii qeexay',
|
||||||
'update' => 'Cusbooneysii Kit Horay u Qeexay',
|
'update' => 'Cusbooneysii Kit Horay u Qeexay',
|
||||||
'delete_success' => 'Qalabka si guul leh ayaa loo tirtiray',
|
'delete_success' => 'Waa lagu guuleystay in la tir-tiro kooxda.',
|
||||||
'update_success' => 'Qalabka si guul leh ayaa loo cusboonaysiiyay',
|
'update_success' => 'Waa lagu guuleystay kooxda in la cusbooneysiiyo.',
|
||||||
'none_models' => 'Ma jiraan hanti ku filan oo la heli karo :model si loo hubiyo :qty ayaa loo baahan yahay ',
|
'none_models' => 'Ma jiraan hanti ku filan oo la heli karo :model si loo hubiyo :qty ayaa loo baahan yahay ',
|
||||||
'none_licenses' => 'Ma jiraan kuraas ku filan oo la heli karo :license si loo hubiyo. :qty ayaa loo baahan yahay ',
|
'none_licenses' => 'Ma jiraan kuraas ku filan oo la heli karo :license si loo hubiyo. :qty ayaa loo baahan yahay ',
|
||||||
'none_consumables' => 'Ma jiraan unugyo :consumable ku filan oo la heli karo si loo hubiyo. :qty ayaa loo baahan yahay ',
|
'none_consumables' => 'Ma jiraan unugyo :consumable ku filan oo la heli karo si loo hubiyo. :qty ayaa loo baahan yahay ',
|
||||||
|
@ -21,31 +21,31 @@ return [
|
||||||
'update_appended_license' => 'Cusbooneysii shatiga lifaaqan',
|
'update_appended_license' => 'Cusbooneysii shatiga lifaaqan',
|
||||||
'append_model' => 'Qaabka ku lifaaq',
|
'append_model' => 'Qaabka ku lifaaq',
|
||||||
'update_appended_model' => 'Cusbooneysii qaabka ku lifaaqan',
|
'update_appended_model' => 'Cusbooneysii qaabka ku lifaaqan',
|
||||||
'license_error' => 'Ruqsadda hore loogu xidhay xirmada',
|
'license_error' => 'Ruqsadda horey ayaa loogu xiray xirmada',
|
||||||
'license_added_success' => 'Shatiga si guul leh loogu daray',
|
'license_added_success' => 'Shatiga si guul leh ayaa loogu daray',
|
||||||
'license_updated' => 'Shatiga si guul leh ayaa loo cusboonaysiiyay',
|
'license_updated' => 'Shatiga si guul leh ayaa loo cusboonaysiiyay',
|
||||||
'license_none' => 'Shatiga ma jiro',
|
'license_none' => 'Shatiga ma jiro',
|
||||||
'license_detached' => 'Shatiga si guul leh ayaa loo jaray',
|
'license_detached' => 'Shatiga waa lagu gulueystay in la jaro',
|
||||||
'consumable_added_success' => 'Isticmaalka ayaa si guul leh loogu daray',
|
'consumable_added_success' => 'Badeecadda waa lagu guuleystay in lagu soo daro',
|
||||||
'consumable_updated' => 'Isticmaalka si guul leh ayaa loo cusboonaysiiyay',
|
'consumable_updated' => 'Badeecaddu waa lagu guuleystay in la cusbooneysiiyo',
|
||||||
'consumable_error' => 'Isticmaalka horeba ugu xidhan xirmada',
|
'consumable_error' => 'Badeecaddu waxay la socotaa kooxda',
|
||||||
'consumable_deleted' => 'Tirtiridda waa lagu guulaystay',
|
'consumable_deleted' => 'Tirtiridda waa lagu guulaystay',
|
||||||
'consumable_none' => 'Wax la isticmaali karo ma jiro',
|
'consumable_none' => 'Badeecadda maahan mid jirta',
|
||||||
'consumable_detached' => 'Isticmaalka ayaa si guul leh u go\'ay',
|
'consumable_detached' => 'Waa lagu guuleysatay in badeecadda la isticmaalay laga jaro',
|
||||||
'accessory_added_success' => 'Qalabka lagu daray si guul leh',
|
'accessory_added_success' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in lagu daro',
|
||||||
'accessory_updated' => 'Qalabka si guul leh ayaa loo cusboonaysiiyay',
|
'accessory_updated' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in la cusbooneysiiyo',
|
||||||
'accessory_detached' => 'Qalabka si guul leh ayaa loo go\'ay',
|
'accessory_detached' => 'Mulxaqa lasoo raaciyay waa lagu guuleystay in laga gooyo',
|
||||||
'accessory_error' => 'Agabka horeba loogu xidhay xirmada',
|
'accessory_error' => 'Mulxaqu wax uu ku jiraa kooxda',
|
||||||
'accessory_deleted' => 'Tirtiridda waa lagu guulaystay',
|
'accessory_deleted' => 'Tirtiridda waa lagu guulaystay',
|
||||||
'accessory_none' => 'The accessory does not exist',
|
'accessory_none' => 'Mulxaqa lasoo raaciyay maahan mid jira',
|
||||||
'checkout_success' => 'Jeedintu waa lagu guulaystay',
|
'checkout_success' => 'Hubinta waa lagu guuleystay',
|
||||||
'checkout_error' => 'Khaladka hubinta',
|
'checkout_error' => 'Hubinta khalad ayaa kajira',
|
||||||
'kit_none' => 'Kitaabku ma jiro',
|
'kit_none' => 'Kooxdu ma ahan mid jirta',
|
||||||
'kit_created' => 'Qalabka si guul leh ayaa loo sameeyay',
|
'kit_created' => 'Kooxda waa lagu guuleystay in la sameeyo',
|
||||||
'kit_updated' => 'Qalabka si guul leh ayaa loo cusboonaysiiyay',
|
'kit_updated' => 'Kooxda waa lagu guuleystay in la cusbooneysiiyo',
|
||||||
'kit_not_found' => 'Qalabka lama helin',
|
'kit_not_found' => 'Kooxda lama helin',
|
||||||
'kit_deleted' => 'Qalabka si guul leh ayaa loo tirtiray',
|
'kit_deleted' => 'Kooxda waa lagu guuleystay in la kala jaro',
|
||||||
'kit_model_updated' => 'Qaabka si guul leh ayaa loo cusboonaysiiyay',
|
'kit_model_updated' => 'Tusaalaha waa lagu guuleystay in la cusbooneysiiyo',
|
||||||
'kit_model_detached' => 'Qaabka ayaa si guul leh u go\'ay',
|
'kit_model_detached' => 'Tusaalaha waa lagu guuleystay in la kala saaro',
|
||||||
'model_already_attached' => 'Model already attached to kit',
|
'model_already_attached' => 'Model already attached to kit',
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'invalid_return_count' => 'Tiro aan sax ahayn ayaa laga soo celiyay :name. la filayo :expected, helay :actual.',
|
'invalid_return_count' => 'Tiro aan sax ahayn ayaa laga soo celiyay :magaca. la filayay :expected, filasho :actual.',
|
||||||
'invalid_return_type' => 'Nooca aan sax ahayn ayaa laga soo celiyay :name. la filayo :expected, helay :actual.',
|
'invalid_return_type' => 'Nooca aan sax ahayn ayaa laga soo celiyay :magaca. la filayay :fiilasho, helay :dhabta.',
|
||||||
'invalid_return_value' => 'Qiimo aan sax ahayn ayaa laga soo celiyay :name. la filayo :expected, helay :actual.',
|
'invalid_return_value' => 'Qiimo aan sax ahayn ayaa laga soo celiyay :magaca. la filayay :filasho, helay :dhabta.',
|
||||||
|
|
||||||
'does_not_exist' => 'Calaamaduhu ma jiraan',
|
'does_not_exist' => 'Calaamaduhu ma jiraan',
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'example_company' => 'Test Company Limited',
|
'example_company' => 'Shirkadda tijaabada xadidan',
|
||||||
'example_defaultloc' => 'Building 1',
|
'example_defaultloc' => 'Dhismaha 1',
|
||||||
'example_category' => 'Test Category',
|
'example_category' => 'Tijaabada daaqad',
|
||||||
'example_location' => 'Building 2',
|
'example_location' => 'Dhismaha 2',
|
||||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
'example_manufacturer' => 'Shirkadda tijaabooyinka sameysa.',
|
||||||
'example_model' => 'Test Model',
|
'example_model' => 'Tijaabada nooca',
|
||||||
'example_supplier' => 'Test Company Limited',
|
'example_supplier' => 'Tijaabada ugu hooseysa ee shirkadda',
|
||||||
'labels_per_page' => 'Calaamadaha',
|
'labels_per_page' => 'Calaamadaha',
|
||||||
'support_fields' => 'Beeraha',
|
'support_fields' => 'Fields',
|
||||||
'support_asset_tag' => 'Tag',
|
'support_asset_tag' => 'Calaamad',
|
||||||
'support_1d_barcode' => '1D',
|
'support_1d_barcode' => '1D',
|
||||||
'support_2d_barcode' => '2D',
|
'support_2d_barcode' => '2D',
|
||||||
'support_logo' => 'Logo',
|
'support_logo' => 'Astaan',
|
||||||
'support_title' => 'Ciwaanka',
|
'support_title' => 'Ciwaanka',
|
||||||
|
|
||||||
];
|
];
|
|
@ -4,7 +4,7 @@ return array(
|
||||||
|
|
||||||
'asset' => 'Hantida',
|
'asset' => 'Hantida',
|
||||||
'checkin' => 'Is xaadiri',
|
'checkin' => 'Is xaadiri',
|
||||||
'create' => 'Samee shatiga',
|
'create' => 'Abuur shatiga',
|
||||||
'expiration' => 'Taariikhda uu dhacayo',
|
'expiration' => 'Taariikhda uu dhacayo',
|
||||||
'license_key' => 'Furaha Alaabta',
|
'license_key' => 'Furaha Alaabta',
|
||||||
'maintained' => 'La ilaaliyo',
|
'maintained' => 'La ilaaliyo',
|
||||||
|
|
|
@ -9,7 +9,7 @@ return array(
|
||||||
'edit' => 'Wax ka beddel shatiga',
|
'edit' => 'Wax ka beddel shatiga',
|
||||||
'filetype_info' => 'Noocyada faylalka la oggol yahay waa png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, iyo rar.',
|
'filetype_info' => 'Noocyada faylalka la oggol yahay waa png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, iyo rar.',
|
||||||
'clone' => 'Shatiga Clone',
|
'clone' => 'Shatiga Clone',
|
||||||
'history_for' => 'Taariikhda',
|
'history_for' => 'Taariikhda ',
|
||||||
'in_out' => 'Gudaha/kabaxsan',
|
'in_out' => 'Gudaha/kabaxsan',
|
||||||
'info' => 'Macluumaadka shatiga',
|
'info' => 'Macluumaadka shatiga',
|
||||||
'license_seats' => 'Kuraasta shatiga',
|
'license_seats' => 'Kuraasta shatiga',
|
||||||
|
@ -47,6 +47,6 @@ return array(
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
'below_threshold' => 'Kama banaana kuraastan waxaan ka ahayn :remaining_count waxaa dhici karta inaad ku fakareyso iibashada boosas kale.',
|
||||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
'below_threshold_short' => 'Cunsurkan wuu ka yaryahay xadkii ugu hooseysay ee la rabay.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -9,7 +9,7 @@ return array(
|
||||||
'assoc_users' => 'Shatigan hadda waa la hubiyay isticmaale lamana tirtiri karo. Fadlan marka hore iska hubi shatiga, ka dibna isku day mar kale in aad tirtirto. ',
|
'assoc_users' => 'Shatigan hadda waa la hubiyay isticmaale lamana tirtiri karo. Fadlan marka hore iska hubi shatiga, ka dibna isku day mar kale in aad tirtirto. ',
|
||||||
'select_asset_or_person' => 'Waa inaad doorataa hanti ama isticmaale, laakiin labadaba maaha.',
|
'select_asset_or_person' => 'Waa inaad doorataa hanti ama isticmaale, laakiin labadaba maaha.',
|
||||||
'not_found' => 'Shatiga lama helin',
|
'not_found' => 'Shatiga lama helin',
|
||||||
'seats_available' => ':seat_count seats available',
|
'seats_available' => ':seat_tirada kuraasta la heli karo',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
@ -18,12 +18,12 @@ return array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'deletefile' => array(
|
'deletefile' => array(
|
||||||
'error' => 'Faylka lama tirtirin Fadlan isku day mar kale',
|
'error' => 'Faylka lama tirtirin. Fadlan isku day mar kale.',
|
||||||
'success' => 'Faylka si guul leh waa la tirtiray',
|
'success' => 'Faylka waa lagu guuleystay in la tirtiro.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'upload' => array(
|
'upload' => array(
|
||||||
'error' => 'Faylka lama soo rarin Fadlan isku day mar kale',
|
'error' => 'Faylka lama rafcin. Fadlan iskuday markale.',
|
||||||
'success' => 'Faylka(yada) si guul leh loo soo raray.',
|
'success' => 'Faylka(yada) si guul leh loo soo raray.',
|
||||||
'nofiles' => 'Ma aadan dooran wax fayl ah oo la soo geliyo, ama faylka aad isku dayeyso inaad geliyaan waa mid aad u weyn',
|
'nofiles' => 'Ma aadan dooran wax fayl ah oo la soo geliyo, ama faylka aad isku dayeyso inaad geliyaan waa mid aad u weyn',
|
||||||
'invalidfiles' => 'Mid ama in ka badan oo ka mid ah faylalkaagu aad bay u weyn yihiin ama waa nooc faylal ah oo aan la oggolayn. Noocyada faylalka la oggol yahay waa png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, iyo lic.',
|
'invalidfiles' => 'Mid ama in ka badan oo ka mid ah faylalkaagu aad bay u weyn yihiin ama waa nooc faylal ah oo aan la oggolayn. Noocyada faylalka la oggol yahay waa png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, iyo lic.',
|
||||||
|
@ -31,25 +31,25 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Shatiga lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Shatiga lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Shatiga si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Shatiga si guul leh ayaa loo cusboonaysiiyay.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto shatigan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto shatigan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray shatiga Fadlan isku day mar kale',
|
'error' => 'Waxaa jirtay arrin la tirtireysa shatiga. Fadlan isku day mar kale.',
|
||||||
'success' => 'Shatiga si guul leh ayaa loo tirtiray'
|
'success' => 'Shatiga si guul leh ayaa loo tirtiray.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkout' => array(
|
'checkout' => array(
|
||||||
'error' => 'Waxaa jirtay arrin lagu hubinayo shatiga. Fadlan isku day mar kale',
|
'error' => 'Cillad ayaa dhacday intii la hubinayay shatiga. Fadlan isku day markale.',
|
||||||
'success' => 'Shatiga si guul leh ayaa loo hubiyay',
|
'success' => 'Shatiga si guul leh ayaa loo hubiyay',
|
||||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
'not_enough_seats' => 'Lama hayo shatiyo ku filan wax bixinta',
|
||||||
'mismatch' => 'The license seat provided does not match the license',
|
'mismatch' => 'The license seat provided does not match the license',
|
||||||
'unavailable' => 'This seat is not available for checkout.',
|
'unavailable' => 'This seat is not available for checkout.',
|
||||||
),
|
),
|
||||||
|
|
||||||
'checkin' => array(
|
'checkin' => array(
|
||||||
'error' => 'Waxaa jirtay arrin hubinta shatiga. Fadlan isku day mar kale',
|
'error' => 'Cillad ayaa dhacday intii la hubinayay shatiga. Fadlan kuceli markale.',
|
||||||
'success' => 'Shatiga si guul leh ayaa loo hubiyay'
|
'success' => 'Shatiga si guul leh ayaa loo hubiyay'
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
||||||
'purchase_date' => 'Taariikhda Iibka',
|
'purchase_date' => 'Taariikhda Iibka',
|
||||||
'purchased' => 'Iibsaday',
|
'purchased' => 'Iibsaday',
|
||||||
'seats' => 'Kuraasta',
|
'seats' => 'Kuraasta',
|
||||||
'hardware' => 'Hardware',
|
'hardware' => 'Qalab',
|
||||||
'serial' => 'Taxane',
|
'serial' => 'Taxane',
|
||||||
'title' => 'Shatiga',
|
'title' => 'Shatiga',
|
||||||
|
|
||||||
|
|
|
@ -4,21 +4,21 @@ return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Goobtu ma jirto.',
|
'does_not_exist' => 'Goobtu ma jirto.',
|
||||||
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
|
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
|
||||||
'assoc_assets' => 'Goobtan hadda waxa lala xidhiidhiyaa ugu yaraan hal hanti lamana tirtiri karo. Fadlan cusboonaysii hantidaada si aanay meeshan u tixraacin oo mar kale isku day. ',
|
'assoc_assets' => 'Goobtan waxaa hadda ku xiran hal isticmaale suurogalna maahan in latiro. Fadlan cusboonaysii hantidaada si aanay meeshan u tixraacin mar kalena isku day. ',
|
||||||
'assoc_child_loc' => 'Goobtan hadda waa waalidka ugu yaraan hal meel oo caruur ah lamana tirtiri karo. Fadlan cusboonaysii goobahaaga si aanay mar dambe tixraac goobtan oo isku day mar kale. ',
|
'assoc_child_loc' => 'Goobtan waxay xarun rasmi ah u tahay farac kale ugu yaraan suuragalna maahan in la tir-tiro. Fadlan cusbooneysii goobtaada si aaney markale usoo tilmaamin mowqican iskuna day markale. ',
|
||||||
'assigned_assets' => 'Hantida loo qoondeeyay',
|
'assigned_assets' => 'Hantida la qoondeeyay',
|
||||||
'current_location' => 'Goobta Hadda',
|
'current_location' => 'Goobta xilligan',
|
||||||
'open_map' => 'Open in :map_provider_icon Maps',
|
'open_map' => 'Open in :map_provider_icon Maps',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Goobta lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Goobta lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Goobta si guul leh ayaa loo sameeyay.'
|
'success' => 'Goobta waa lagu guuleystay in la sameeyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Goobta lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Goobta lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Goobta si guul leh ayaa loo cusboonaysiiyay.'
|
'success' => 'Goobta waa lagu guuleystay in la cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'restore' => array(
|
'restore' => array(
|
||||||
|
@ -28,7 +28,7 @@ return array(
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto goobtan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto goobtan?',
|
||||||
'error' => 'Waxaa jirtay arrin meesha laga saarayo. Fadlan isku day mar kale.',
|
'error' => 'Waxaa jirtay arrin meesha ka saareysa goobtan. Fadlan isku day mar kale.',
|
||||||
'success' => 'Goobta si guul leh ayaa loo tirtiray.'
|
'success' => 'Goobta si guul leh ayaa loo tirtiray.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,15 @@ return [
|
||||||
'about_locations_title' => 'Ku saabsan Goobaha',
|
'about_locations_title' => 'Ku saabsan Goobaha',
|
||||||
'about_locations' => 'Goobaha waxaa loo isticmaalaa si loola socdo macluumaadka goobta isticmaalayaasha, hantida, iyo walxaha kale',
|
'about_locations' => 'Goobaha waxaa loo isticmaalaa si loola socdo macluumaadka goobta isticmaalayaasha, hantida, iyo walxaha kale',
|
||||||
'assets_rtd' => 'Hantida', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
'assets_rtd' => 'Hantida', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||||
'assets_checkedout' => 'Hantida loo qoondeeyay',
|
'assets_checkedout' => 'Hantida la qoondeeyay',
|
||||||
'id' => 'Aqoonsi',
|
'id' => 'Aqoonsi',
|
||||||
'city' => 'Magaalada',
|
'city' => 'Magaalada',
|
||||||
'state' => 'Gobolka',
|
'state' => 'Gobolka',
|
||||||
'country' => 'Dalka',
|
'country' => 'Dalka',
|
||||||
'create' => 'Samee Goobta',
|
'create' => 'Samee Goobta',
|
||||||
'update' => 'Cusbooneysii Goobta',
|
'update' => 'Cusbooneysii Goobta',
|
||||||
'print_assigned' => 'Daabacaadda loo qoondeeyay',
|
'print_assigned' => 'Daabacaadda la qoondeeyay',
|
||||||
'print_all_assigned' => 'Daabac Dhammaan Ku-meel-gaadhka ah',
|
'print_all_assigned' => 'Daabac Dhammaan kuwa la qoondeeyay',
|
||||||
'name' => 'Magaca Goobta',
|
'name' => 'Magaca Goobta',
|
||||||
'address' => 'Cinwaanka',
|
'address' => 'Cinwaanka',
|
||||||
'address2' => 'Khadka Ciwaanka 2',
|
'address2' => 'Khadka Ciwaanka 2',
|
||||||
|
@ -20,11 +20,11 @@ return [
|
||||||
'locations' => 'Goobaha',
|
'locations' => 'Goobaha',
|
||||||
'parent' => 'Waalid',
|
'parent' => 'Waalid',
|
||||||
'currency' => 'Lacagta Goobta',
|
'currency' => 'Lacagta Goobta',
|
||||||
'ldap_ou' => 'Raadi LDAP',
|
'ldap_ou' => 'LDAP raadinaya OU',
|
||||||
'user_name' => 'Magaca isticmaalaha',
|
'user_name' => 'Magaca isticmaalaha',
|
||||||
'department' => 'Waaxda',
|
'department' => 'Waaxda',
|
||||||
'location' => 'Goobta',
|
'location' => 'Goobta',
|
||||||
'asset_tag' => 'Hantida Tag',
|
'asset_tag' => 'Hantida calaamadeysan',
|
||||||
'asset_name' => 'Magaca',
|
'asset_name' => 'Magaca',
|
||||||
'asset_category' => 'Qaybta',
|
'asset_category' => 'Qaybta',
|
||||||
'asset_manufacturer' => 'Soo saaraha',
|
'asset_manufacturer' => 'Soo saaraha',
|
||||||
|
@ -34,9 +34,9 @@ return [
|
||||||
'asset_checked_out' => 'La Hubiyay',
|
'asset_checked_out' => 'La Hubiyay',
|
||||||
'asset_expected_checkin' => 'Hubinta la filayo',
|
'asset_expected_checkin' => 'Hubinta la filayo',
|
||||||
'date' => 'Taariikhda:',
|
'date' => 'Taariikhda:',
|
||||||
'phone' => 'Magaca Goobta',
|
'phone' => 'Teleefanka goobta',
|
||||||
'signed_by_asset_auditor' => 'Waxa saxeexay (Hantidhawraha Hantida):',
|
'signed_by_asset_auditor' => 'Waxaa saxiixay (Hantidhawraha guud):',
|
||||||
'signed_by_finance_auditor' => 'Waxa saxeexay (Hantidhawraha Maaliyadda):',
|
'signed_by_finance_auditor' => 'Waxaa saxiixay (Hantidhawraha Maaliyadda):',
|
||||||
'signed_by_location_manager' => 'Waxa saxeexay (Maamulaha Goobta):',
|
'signed_by_location_manager' => 'Waxaa saxiixay (Maamulaha Goobta):',
|
||||||
'signed_by' => 'Saxiixay:',
|
'signed_by' => 'Saxiixay:',
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,23 +8,23 @@ return array(
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => 'Soo saaraha lama abuurin, fadlan isku day mar kale.',
|
'error' => 'Soo saaraha lama abuurin, fadlan isku day mar kale.',
|
||||||
'success' => 'Soo saaraha ayaa si guul leh u abuuray'
|
'success' => 'Soo saaraha ayaa ku guuleystay inuu abuuro.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Soo saaraha lama cusboonaysiin, fadlan isku day mar kale',
|
'error' => 'Soo saaraha lama cusboonaysiin, fadlan isku day mar kale',
|
||||||
'success' => 'Soo saaraha si guul leh ayaa loo cusboonaysiiyay'
|
'success' => 'Soo saaraha ayaa ku guuleystay inuu cusbooneysiiyo.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'restore' => array(
|
'restore' => array(
|
||||||
'error' => 'Soo saaraha lama soo celin, fadlan isku day mar kale',
|
'error' => 'Soo saaraha lama soo celin, fadlan isku day mar kale',
|
||||||
'success' => 'Soo saaraha si guul leh ayaa loo soo celiyay'
|
'success' => 'Soo saaraha ayaa ku guuleystay inuu dib usoo celiyio.'
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto soo saarahan?',
|
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto soo saarahan?',
|
||||||
'error' => 'Waxaa jirtay arrin la tirtiray soo saaraha. Fadlan isku day mar kale',
|
'error' => 'Cillad ayaa kajirta tir-tiradda soo saaraha. Fadlan iskuday markale.',
|
||||||
'success' => 'Soo saaraha si guul leh ayaa loo tirtiray'
|
'success' => 'Soo saaraha si guul leh ayaa loo tirtiray.'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
'about_models_title' => 'Ku saabsan Qaababka Hantida',
|
'about_models_title' => 'Ku saabsan Qaababka Hantida',
|
||||||
'about_models_text' => 'Moodooyinka Hantidu waa hab lagu kooxeeyo hantida isku midka ah. "MBP 2013", "IPhone 6s", iwm.',
|
'about_models_text' => 'Moodooyinka Hantidu waa hab lagu kooxeeyo hantida isku midka ah. "MBP 2013", "IPhone 6s", iwm.',
|
||||||
'deleted' => 'Qaabkan waa la tirtiray',
|
'deleted' => 'Noocan waa la tir-tiray.',
|
||||||
'bulk_delete' => 'Tusaalooyinka Hantida Badan ee Tirtir',
|
'bulk_delete' => 'Tusaalooyinka Hantida Badan ee Tirtir',
|
||||||
'bulk_delete_help' => 'Isticmaal sanduuqyada hubinta ee hoose si aad u xaqiijiso tirtirka noocyada hantida ee la doortay. Noocyada hantida ee leh hantida la xidhiidha iyaga lama tirtiri karo ilaa hantida lala xidhiidhiyo qaab kale.',
|
'bulk_delete_help' => 'Isticmaal sanduuqyada hubinta ee hoose si aad u xaqiijiso tirtirka noocyada hantida ee la doortay. Noocyada hantida ee leh hantida la xidhiidha iyaga lama tirtiri karo ilaa hantida lala xidhiidhiyo qaab kale.',
|
||||||
'bulk_delete_warn' => 'Waxaad ku dhowdahay inaad tirtirto hal nooc oo hanti ah.|Waxaad qarka u saaran tahay inaad tirtirto :model_count noocyada hantida.',
|
'bulk_delete_warn' => 'Waxaad ku dhowdahay inaad tirtirto hal nooc oo hanti ah.|Waxaad qarka u saaran tahay inaad tirtirto :model_count noocyada hantida.',
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue