diff --git a/app/Models/Ldap.php b/app/Models/Ldap.php index 656f4fc6c3..a9cb4dbbf9 100644 --- a/app/Models/Ldap.php +++ b/app/Models/Ldap.php @@ -219,7 +219,7 @@ class Ldap extends Model $user->notes = 'Imported on first login from LDAP'; if ($user->save()) { - return true; + return $user; } else { LOG::debug('Could not create user.'.$user->getErrors()); throw new Exception("Could not create user: ".$user->getErrors()); diff --git a/config/version.php b/config/version.php index cfe2debeb4..7c1baab045 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ 'v3.6.0', - 'build_version' => '71', - 'hash_version' => 'gd49a1ea', - 'full_hash' => 'v3.6.0-71-gd49a1ea', -); \ No newline at end of file + 'app_version' => 'v3.6.1', + 'build_version' => '5', + 'hash_version' => 'g6f9a82f', + 'full_hash' => 'v3.6.1-5-g6f9a82f', +); diff --git a/resources/lang/ar/admin/accessories/general.php b/resources/lang/ar/admin/accessories/general.php index d095983707..4a71626125 100644 --- a/resources/lang/ar/admin/accessories/general.php +++ b/resources/lang/ar/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'الملحقات هي أي شيء تقوم بتسليمه للمستخدمين لكنه لا يحتوي على رقم تسلسلي (أو أنك لست بحاجة إلى تتبعه بشكل خاص). مثال: فأرة الحاسوب أو لوحة المفاتيح.', 'accessory_category' => 'فئة الملحق', 'accessory_name' => 'اسم الملحق', - 'cost' => 'تكلفة شراء', 'checkout' => 'الملحقات المخرجة', 'checkin' => 'إدخالات الملحقات', 'create' => 'إنشاء ملحق', - 'date' => 'تاريخ الشراء', 'edit' => 'تعديل الملحق', 'eula_text' => 'إنشاء اتفاقية جديدة', 'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.', 'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم الأصول في هذه الفئة.', 'no_default_eula' => 'ليس هناك اتفاقيات. قم باضافة واحدة من "الاعدادات".', - 'order' => 'رقم طلب الشراء', - 'qty' => 'الكمية', 'total' => 'المجموع', 'remaining' => 'المتاح', 'update' => 'تحديث الملحق', diff --git a/resources/lang/ar/admin/asset_maintenances/table.php b/resources/lang/ar/admin/asset_maintenances/table.php index 81f18e4e90..63b2b4e653 100644 --- a/resources/lang/ar/admin/asset_maintenances/table.php +++ b/resources/lang/ar/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'صيانة الاُصل', - 'asset_name' => 'الأصل', - 'supplier_name' => 'المورد', + 'asset_name' => 'Asset Name', 'is_warranty' => 'الضمان', 'dl_csv' => 'التنزيل كملف CSV' ]; diff --git a/resources/lang/ar/admin/categories/general.php b/resources/lang/ar/admin/categories/general.php index aa022dde37..c765eaea2a 100644 --- a/resources/lang/ar/admin/categories/general.php +++ b/resources/lang/ar/admin/categories/general.php @@ -1,8 +1,8 @@ 'عن تصنيفات الأصول', - 'about_categories' => 'تصنيفات الأصول تساعدك على ترتيب الأصول. من الأمثلة على التصنيفات " مكاتب "، "أجهزة الكمبيوتر المحمولة "، "الهواتف النقالة "، "أجهزة لوحية " وهكذا، كما يمكنك استخدام التصنيفات بأي طريقة تناسبك. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'التصنيفات', 'category_name' => 'اسم التصنيف', 'checkin_email' => 'إرسال إشعار للمستخدم عند الإدخال.', diff --git a/resources/lang/ar/admin/companies/general.php b/resources/lang/ar/admin/companies/general.php index 1684893cab..64a6a107a6 100644 --- a/resources/lang/ar/admin/companies/general.php +++ b/resources/lang/ar/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'اختر الشركة', ]; diff --git a/resources/lang/ar/admin/consumables/general.php b/resources/lang/ar/admin/consumables/general.php index 80842b133b..187375bfeb 100644 --- a/resources/lang/ar/admin/consumables/general.php +++ b/resources/lang/ar/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'المواد الاستهلاكية هي الأشياء المشتراة والتي ستستخدم مع مرور الوقت. على سبيل المثال، حبر الطابعة أو ورق الناسخة.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'اسم المادة الإستهلاكية', - 'cost' => 'تكلفة الشراء', 'create' => 'إنشاء مادة إستهلاكية', - 'date' => 'تاريخ الشراء', 'item_no' => 'رقم القطعة.', - 'order' => 'رقم طلب الشراء', 'remaining' => 'المتبقية', 'total' => 'المجموع', 'update' => 'تحديث المادة الإستهلاكية', diff --git a/resources/lang/ar/admin/custom_fields/general.php b/resources/lang/ar/admin/custom_fields/general.php index 4fb4b4f22c..40386aca0a 100644 --- a/resources/lang/ar/admin/custom_fields/general.php +++ b/resources/lang/ar/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'حول مجموعة الحقول', 'about_fieldsets_text' => 'مجموعات-الحقول تسمح لك بإنشاء مجموعات من الحقول اللتي يمكن إعادة إستخدامها مع أنواع موديل محدد.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'مجموعة-حقول', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'إسم مجموعة-الحقل', 'field_name' => 'إسم الحقل', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'عنصر النموذج', 'field_element_short' => 'عنصر', 'field_format' => 'صيغة', diff --git a/resources/lang/ar/admin/depreciations/general.php b/resources/lang/ar/admin/depreciations/general.php index 70748e7808..d078643d12 100644 --- a/resources/lang/ar/admin/depreciations/general.php +++ b/resources/lang/ar/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'عن استهلاك الأصول', 'about_depreciations' => 'يمكنك ضبط قيمة إستهلاك الأصول لخفض الأصول على أساس القسط الثابت للاستهلاك.', 'asset_depreciations' => 'استهلاك الأصول', - 'create_depreciation' => 'إنشاء الاستهلاك', + 'create' => 'Create Depreciation', 'depreciation_name' => 'اسم الاستهلاك', 'number_of_months' => 'عدد الأشهر', - 'update_depreciation' => 'تحديث الاستهلاك', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ar/admin/groups/titles.php b/resources/lang/ar/admin/groups/titles.php index 5dd0f8f4e2..44b6068b3f 100644 --- a/resources/lang/ar/admin/groups/titles.php +++ b/resources/lang/ar/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'إدارة المجموعة', - 'create_group' => 'إنشاء مجموعة جديدة', - 'edit_group' => 'تعديل المجموعة', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'اسم المجموعة', 'group_admin' => 'إدارة المجموعة', 'allow' => 'سماح', diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php index 642dfc74af..abded281fa 100644 --- a/resources/lang/ar/admin/hardware/form.php +++ b/resources/lang/ar/admin/hardware/form.php @@ -1,7 +1,7 @@ 'إجراء حذف متعدد للاُصول', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Create Asset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', diff --git a/resources/lang/ar/admin/hardware/general.php b/resources/lang/ar/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/ar/admin/hardware/general.php +++ b/resources/lang/ar/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/ar/admin/licenses/form.php b/resources/lang/ar/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/ar/admin/licenses/form.php +++ b/resources/lang/ar/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/ar/admin/licenses/general.php b/resources/lang/ar/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/ar/admin/licenses/general.php +++ b/resources/lang/ar/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/ar/admin/licenses/message.php b/resources/lang/ar/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/ar/admin/licenses/message.php +++ b/resources/lang/ar/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ar/admin/locations/table.php b/resources/lang/ar/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/ar/admin/locations/table.php +++ b/resources/lang/ar/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/ar/admin/manufacturers/table.php b/resources/lang/ar/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/ar/admin/manufacturers/table.php +++ b/resources/lang/ar/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/ar/admin/models/general.php b/resources/lang/ar/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/ar/admin/models/general.php +++ b/resources/lang/ar/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/ar/admin/suppliers/table.php b/resources/lang/ar/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/ar/admin/suppliers/table.php +++ b/resources/lang/ar/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index b96e0d8314..ce9dbd2c26 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'البرامج المسجلة لـ :name', 'view_user' => 'عرض المستخدم :name', 'usercsv' => 'ملف CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ar/auth/message.php b/resources/lang/ar/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/ar/auth/message.php +++ b/resources/lang/ar/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index 827eaefcce..9d0ab15b8b 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'التاريخ', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'حذف', 'deleted' => 'تم حذفها', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'لا يوجد نتائج.', 'no' => 'لا', 'notes' => 'مُلاحظات', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'في انتظار المراجعة', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'ملفك الشخصي', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'جاهزة للتوزيع', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'الإعدادات', 'sign_in' => 'تسجيل الدخول', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'إسم الموقع', 'state' => 'المنطقة / الولاية', 'status_labels' => 'بطاقات الحالة', 'status' => 'الحالة', + 'supplier' => 'Supplier', 'suppliers' => 'الموردون', 'submit' => 'Submit', 'total_assets' => 'إجمالي الأصول', diff --git a/resources/lang/bg/admin/accessories/general.php b/resources/lang/bg/admin/accessories/general.php index be6a67d4a7..b3d5e1d4c8 100644 --- a/resources/lang/bg/admin/accessories/general.php +++ b/resources/lang/bg/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Аксесоарите са всички неща, които се изписват на потребителите, но нямат сериен номер (или няма нужда да бъдат конкретно проследявани). Например, това са мишки, клавиатури и др.', 'accessory_category' => 'Категория аксесоари', 'accessory_name' => 'Аксесоар', - 'cost' => 'Стойност на закупуване', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Създаване на аксесоар', - 'date' => 'Дата на закупуване', 'edit' => 'Edit Accessory', 'eula_text' => 'EULA на категорията', 'eula_text_help' => 'Това поле позволява да задавате различни EULA за всеки тип активи. Ако имате обща EULA за всички активи, можете да използвате кутийката по-долу за да използвате една обща по подразбиране.', 'require_acceptance' => 'Задължаване на потребителите да потвърждават приемането на активи от тази категория.', 'no_default_eula' => 'Няма EULA по подразбиране. Добавете я в Настройки.', - 'order' => 'Номер на поръчка', - 'qty' => 'Количество', 'total' => 'Oбщо', 'remaining' => 'Наличност', 'update' => 'Обновяване на аксесоар', diff --git a/resources/lang/bg/admin/asset_maintenances/table.php b/resources/lang/bg/admin/asset_maintenances/table.php index e9fd2cb0d6..f305b5d9c6 100644 --- a/resources/lang/bg/admin/asset_maintenances/table.php +++ b/resources/lang/bg/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Поддръжка на активи', - 'asset_name' => 'Актив', - 'supplier_name' => 'Доставчик', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Гаранция', 'dl_csv' => 'Сваляне на CSV' ]; diff --git a/resources/lang/bg/admin/categories/general.php b/resources/lang/bg/admin/categories/general.php index 23a1e8025e..e92088d99d 100644 --- a/resources/lang/bg/admin/categories/general.php +++ b/resources/lang/bg/admin/categories/general.php @@ -1,8 +1,8 @@ 'Относно категориите на активи', - 'about_categories' => 'Категориите помагат организирането на активите. Примерни категории могат да бъдат "Стационарни PC", "Лаптопи", "Мобилни телефони", "Таблети" и т.н., но можете да използвате всяка категория, имаща смисъл за организацията Ви.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Категории на активи', 'category_name' => 'Име на категория', 'checkin_email' => 'Изпращане на email до потребителя при вписване на активи.', diff --git a/resources/lang/bg/admin/companies/general.php b/resources/lang/bg/admin/companies/general.php index e0249c669b..b249988410 100644 --- a/resources/lang/bg/admin/companies/general.php +++ b/resources/lang/bg/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Изберете компания', ]; diff --git a/resources/lang/bg/admin/consumables/general.php b/resources/lang/bg/admin/consumables/general.php index db70ccb513..525d110fc6 100644 --- a/resources/lang/bg/admin/consumables/general.php +++ b/resources/lang/bg/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Консумативите са всички неща, купувани във времето. Например тонер за принтер или хартия.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Консуматив', - 'cost' => 'Стойност на закупуване', 'create' => 'Създаване на консуматив', - 'date' => 'Дата на закупуване', 'item_no' => 'Item No.', - 'order' => 'Номер на поръчка', 'remaining' => 'Остава', 'total' => 'Oбщо', 'update' => 'Обновяване на консуматив', diff --git a/resources/lang/bg/admin/custom_fields/general.php b/resources/lang/bg/admin/custom_fields/general.php index 1a6e89bc96..039027c88e 100644 --- a/resources/lang/bg/admin/custom_fields/general.php +++ b/resources/lang/bg/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Потребителски полета', 'field' => 'Поле', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/bg/admin/depreciations/general.php b/resources/lang/bg/admin/depreciations/general.php index 84a725ad4e..1a9541d064 100644 --- a/resources/lang/bg/admin/depreciations/general.php +++ b/resources/lang/bg/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Относно амортизацията на активи', 'about_depreciations' => 'Тук можете да конфигурирате линейна амортизация на активи във времето.', 'asset_depreciations' => 'Амортизация на активи', - 'create_depreciation' => 'Създаване на амортизация', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Амортизация', 'number_of_months' => 'Брой месеци', - 'update_depreciation' => 'Обновяване на амортизация', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/bg/admin/groups/titles.php b/resources/lang/bg/admin/groups/titles.php index 7fe63cb1ba..af8acd5406 100644 --- a/resources/lang/bg/admin/groups/titles.php +++ b/resources/lang/bg/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Управление на групи', - 'create_group' => 'Нова група', - 'edit_group' => 'Редакция на група', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Име на група', 'group_admin' => 'Администратор на група', 'allow' => 'Разрешаване', diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php index 6c5a5e1f0d..81e03aa2c1 100644 --- a/resources/lang/bg/admin/hardware/form.php +++ b/resources/lang/bg/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Потвърдете масовото изтриване на активи', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Прегледайте активите, маркирани за масово изтриване. Веднъж изтрити, активите могат да бъдат възстановени, но те вече няма да бъдат асоциирани с потребителите, на които са изписани в момента.', 'bulk_delete_warn' => 'Ще бъдат изтрити :asset_count актива.', 'bulk_update' => 'Масово обновяване на активи', @@ -15,7 +15,6 @@ return array( 'create' => 'Създаване на актив', 'date' => 'Дата на закупуване', 'depreciates_on' => 'Амортизира се на', - 'depreciation' => 'Амортизация', 'default_location' => 'Местоположение по подразбиране', 'eol_date' => 'EOL дата', 'eol_rate' => 'EOL съотношение', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Избиране на тип на статуса', 'serial' => 'Сериен номер', 'status' => 'Статус', - 'supplier' => 'Доставчик', 'tag' => 'Инвентарен номер', 'update' => 'Обновяване на актив', 'warranty' => 'Гаранция', diff --git a/resources/lang/bg/admin/hardware/general.php b/resources/lang/bg/admin/hardware/general.php index 1724af6092..92e75b7bc3 100644 --- a/resources/lang/bg/admin/hardware/general.php +++ b/resources/lang/bg/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Архивиран', 'asset' => 'Актив', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/bg/admin/licenses/form.php b/resources/lang/bg/admin/licenses/form.php index 5921e35e74..a888a35aa2 100644 --- a/resources/lang/bg/admin/licenses/form.php +++ b/resources/lang/bg/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Актив', 'checkin' => 'Вписване', - 'cost' => 'Стойност на закупуване', 'create' => 'Добавяне на лиценз', - 'date' => 'Дата на закупуване', - 'depreciation' => 'Амортизация', 'expiration' => 'Срок на валидност', 'license_key' => 'Product Key', 'maintained' => 'В поддръжка', 'name' => 'Софтуерен продукт', 'no_depreciation' => 'Без амортизация', - 'notes' => 'Бележки', - 'order' => 'Номер на заявка', 'purchase_order' => 'Номер на заявка за закупуване', 'reassignable' => 'Може да бъде сменян ползвателя', 'remaining_seats' => 'Оставащи потребителски лицензи', 'seats' => 'Потребителски лицензи', - 'serial' => 'Сериен номер', - 'supplier' => 'Доставчик', 'termination_date' => 'Дата на валидност', 'to_email' => 'Лиценз към e-mail', 'to_name' => 'Лиценз към име', diff --git a/resources/lang/bg/admin/licenses/general.php b/resources/lang/bg/admin/licenses/general.php index c8a63ca195..8f4ef362e0 100644 --- a/resources/lang/bg/admin/licenses/general.php +++ b/resources/lang/bg/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Вписване на потребителски лиценз', 'checkout_history' => 'История на изписванията', 'checkout' => 'Изписване на потребителски лиценз', diff --git a/resources/lang/bg/admin/licenses/message.php b/resources/lang/bg/admin/licenses/message.php index 67b3bbecff..6eef35820b 100644 --- a/resources/lang/bg/admin/licenses/message.php +++ b/resources/lang/bg/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Файлът (файловете) не е качен. Моля, опитайте отново.', 'success' => 'Файлът (файловете) е качен.', 'nofiles' => 'Не сте избрали файл за качване или файлът, който се опитвате да качите е твърде голям', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/bg/admin/locations/table.php b/resources/lang/bg/admin/locations/table.php index a5a556a2df..e9ab825532 100644 --- a/resources/lang/bg/admin/locations/table.php +++ b/resources/lang/bg/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Изписани активи', - 'id' => 'ID', - 'city' => 'Град', - 'state' => 'Област', - 'country' => 'Държава', - 'create' => 'Създаване на местоположение', - 'update' => 'Обновяване на местоположение', - 'name' => 'Местоположение', - 'address' => 'Aдрес', - 'zip' => 'Пощенски код', - 'locations' => 'Местоположения', - 'parent' => 'Присъединено към', - 'currency' => 'Валута на местоположението', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Изписани активи', + 'id' => 'ID', + 'city' => 'Град', + 'state' => 'Област', + 'country' => 'Държава', + 'create' => 'Създаване на местоположение', + 'update' => 'Обновяване на местоположение', + 'name' => 'Местоположение', + 'address' => 'Aдрес', + 'zip' => 'Пощенски код', + 'locations' => 'Местоположения', + 'parent' => 'Присъединено към', + 'currency' => 'Валута на местоположението', + ); diff --git a/resources/lang/bg/admin/manufacturers/table.php b/resources/lang/bg/admin/manufacturers/table.php index 313a8d6e42..8abbacaba4 100644 --- a/resources/lang/bg/admin/manufacturers/table.php +++ b/resources/lang/bg/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Производители', 'create' => 'Създаване на производител', 'id' => 'ID', diff --git a/resources/lang/bg/admin/models/general.php b/resources/lang/bg/admin/models/general.php index c377b346d0..9b1b8ae3bd 100644 --- a/resources/lang/bg/admin/models/general.php +++ b/resources/lang/bg/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Моделът беше изтрит. Възстановяване.', 'restore' => 'Възстановяване на модел', 'requestable' => 'Users may request this model', diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index 27918d9c0b..70b20fefb9 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/bg/admin/suppliers/table.php b/resources/lang/bg/admin/suppliers/table.php index dbf16f4e36..9d24b406f8 100644 --- a/resources/lang/bg/admin/suppliers/table.php +++ b/resources/lang/bg/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Адрес на доставчика', 'assets' => 'Активи', 'city' => 'Град', diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php index f799c9299d..7e3b5b1e33 100644 --- a/resources/lang/bg/admin/users/general.php +++ b/resources/lang/bg/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Софтуерни продукти, изписани на :name', 'view_user' => 'Преглед на потребител :name', 'usercsv' => 'CSV файл', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/bg/auth/message.php b/resources/lang/bg/auth/message.php index 0faa46ed07..3980679c9b 100644 --- a/resources/lang/bg/auth/message.php +++ b/resources/lang/bg/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Потребителят все още не е активиран.', 'account_suspended' => 'Потребителят е временно спрян.', 'account_banned' => 'Потребителят е неактивен.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Проблем при входа в системата. Моля опитайте отново.', diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index 0271784638..978fedfe6e 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Потребителски справки за активи', 'dashboard' => 'Табло', 'date' => 'Дата', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Изтриване', 'deleted' => 'Изтрито', 'delete_seats' => 'Изтрити работни места за лиценз', @@ -113,6 +115,7 @@ 'no_results' => 'Няма резултат.', 'no' => 'Не', 'notes' => 'Бележки', + 'order_number' => 'Order Number', 'page_menu' => 'Показване на _MENU_ записа', 'pagination_info' => 'Показване на _START_ до _END_ от _TOTAL_ елемента', 'pending' => 'Изчакване', @@ -121,6 +124,8 @@ 'previous' => 'Предишен', 'processing' => 'Обработка', 'profile' => 'Вашият профил', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Количество', 'quantity' => 'Kоличество', 'ready_to_deploy' => 'Готово за предоставяне', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Настройки', 'sign_in' => 'Вход', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Име на системата', 'state' => 'Област', 'status_labels' => 'Статус етикети', 'status' => 'Статус', + 'supplier' => 'Supplier', 'suppliers' => 'Доставчици', 'submit' => 'Submit', 'total_assets' => 'общо активи', diff --git a/resources/lang/cs/admin/accessories/general.php b/resources/lang/cs/admin/accessories/general.php index a74c7f8356..7e54a13aeb 100644 --- a/resources/lang/cs/admin/accessories/general.php +++ b/resources/lang/cs/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Příslušenství je cokoliv, co předáte uživatelům, ale nemá to sérivoé číslo (nebo to neevidujete). Např. myš, klávesnice.', 'accessory_category' => 'Kategorie příslušenství', 'accessory_name' => 'Název příslušenství', - 'cost' => 'Pořizovací cena', 'checkout' => 'Předat příslušenství', 'checkin' => 'Převzít příslušenství', 'create' => 'Vytvoř příslušenství', - 'date' => 'Datum pořízení', 'edit' => 'Upravit Příslušenství', 'eula_text' => 'Kategorie EULA', 'eula_text_help' => 'Toto pole umožňuje upravit EULA pro různé druhy majetku. Pokud máte pouze jeden typ pro všechen majetek, můžete zaškrtnout položku níže pro použití jako výchozí.', 'require_acceptance' => 'Požadovat potvrzení převzetí majetku v této kategorii.', 'no_default_eula' => 'Žádná primární EULA. Přidat novou v Nastavení.', - 'order' => 'Číslo objednávky', - 'qty' => 'Množství', 'total' => 'CELKEM', 'remaining' => 'Dostupný', 'update' => 'Aktualizace příslušenství', diff --git a/resources/lang/cs/admin/asset_maintenances/table.php b/resources/lang/cs/admin/asset_maintenances/table.php index 9b5d07b0af..40c2bfa05b 100644 --- a/resources/lang/cs/admin/asset_maintenances/table.php +++ b/resources/lang/cs/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Údržba zařízení', - 'asset_name' => 'Název majetku', - 'supplier_name' => 'Dodavatel', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Záruka', 'dl_csv' => 'Stáhnout CSV' ]; diff --git a/resources/lang/cs/admin/categories/general.php b/resources/lang/cs/admin/categories/general.php index 11ed785dd5..1441fb2d69 100644 --- a/resources/lang/cs/admin/categories/general.php +++ b/resources/lang/cs/admin/categories/general.php @@ -1,8 +1,8 @@ 'O kategoriích majetku', - 'about_categories' => 'Kategorie pomáhají organizovat majetek. Takovou kategorii může být např. "Desktopy", "Notebooky", "Mobilní telefony", "Tablety", apod., kategorie můžete ale používat jakkoliv Vám to bude dávat smysl. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategorie majetku', 'category_name' => 'Jméno kategorie', 'checkin_email' => 'Poslat uživateli zprávu při přejímce.', diff --git a/resources/lang/cs/admin/companies/general.php b/resources/lang/cs/admin/companies/general.php index a64e22d43a..0f5fb5d48e 100644 --- a/resources/lang/cs/admin/companies/general.php +++ b/resources/lang/cs/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Zvolte společnost', ]; diff --git a/resources/lang/cs/admin/consumables/general.php b/resources/lang/cs/admin/consumables/general.php index 028e92e65e..7698b78428 100644 --- a/resources/lang/cs/admin/consumables/general.php +++ b/resources/lang/cs/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Spotřební materiál jsou takové položky, které jsou v čase spotřebovávány, jako např. toner, inkoust či papír do tiskáren.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Název sp. materiálu', - 'cost' => 'Náklady', 'create' => 'Vytvořit sp. materiál', - 'date' => 'Datum pořízení', 'item_no' => 'Položka č.', - 'order' => 'Číslo objednávky', 'remaining' => 'Zbývá', 'total' => 'Celkem', 'update' => 'Upravit sp. materiál', diff --git a/resources/lang/cs/admin/custom_fields/general.php b/resources/lang/cs/admin/custom_fields/general.php index ed787ffce7..16f4815b52 100644 --- a/resources/lang/cs/admin/custom_fields/general.php +++ b/resources/lang/cs/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'O sadách polí', 'about_fieldsets_text' => 'Sady polí Vám umožňují vytvořit si vlastní hodnoty, které chcete evidovat u modelů majetku.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Sada', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Název sady', 'field_name' => 'Název pole', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Typ pole', 'field_element_short' => 'Typ', 'field_format' => 'Formát', diff --git a/resources/lang/cs/admin/depreciations/general.php b/resources/lang/cs/admin/depreciations/general.php index 6d0a6ac5eb..fd4cb2988a 100644 --- a/resources/lang/cs/admin/depreciations/general.php +++ b/resources/lang/cs/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'O amortizaci majetku', 'about_depreciations' => 'Můžete nastavit amortizaci majetku pro jeho rovnoměrné odepisování.', 'asset_depreciations' => 'Amortizace majetku', - 'create_depreciation' => 'Vytvořit amortizaci', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Jméno amortizace', 'number_of_months' => 'Počet měsíců', - 'update_depreciation' => 'Upravit amortizaci', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/cs/admin/groups/titles.php b/resources/lang/cs/admin/groups/titles.php index 6f1491936d..dbf0118656 100644 --- a/resources/lang/cs/admin/groups/titles.php +++ b/resources/lang/cs/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Správa skupin', - 'create_group' => 'Vytvořit novou skupinu', - 'edit_group' => 'Upravit skupinu', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Název skupiny', 'group_admin' => 'Správce skupiny', 'allow' => 'Povolit', diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php index 611827493c..f3677823ed 100644 --- a/resources/lang/cs/admin/hardware/form.php +++ b/resources/lang/cs/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Potvrzení hromadného odstranění majetku', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Zkontrolujte seznam odstraňovaného majetku níže. Jakmile jej potvrdíte, nebude možné tento majetek obnovit a budou zrušeny i vazby na uživatele, kteří jej měli v držení.', 'bulk_delete_warn' => 'Chystáte se odstranit :asset_count položek majetku.', 'bulk_update' => 'Hromadná aktualizace majetku', @@ -15,7 +15,6 @@ return array( 'create' => 'Vytvořit záznam majetku', 'date' => 'Datum pořízení', 'depreciates_on' => 'Odepisuje se', - 'depreciation' => 'Amortizace', 'default_location' => 'Výchozí umístění', 'eol_date' => 'Konec životnosti', 'eol_rate' => 'Míra ukončení životnosti', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Zvolte typ stavu', 'serial' => 'Sériové číslo', 'status' => 'Stav', - 'supplier' => 'Dodavatel', 'tag' => 'Označení majetku', 'update' => 'Úprava majetku', 'warranty' => 'Záruka', diff --git a/resources/lang/cs/admin/hardware/general.php b/resources/lang/cs/admin/hardware/general.php index ca49d56199..fa8bee067a 100644 --- a/resources/lang/cs/admin/hardware/general.php +++ b/resources/lang/cs/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archivováno', 'asset' => 'Majetek', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/cs/admin/licenses/form.php b/resources/lang/cs/admin/licenses/form.php index f0d8acb2d1..e3d9b9a084 100644 --- a/resources/lang/cs/admin/licenses/form.php +++ b/resources/lang/cs/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Majetek', 'checkin' => 'Příjem', - 'cost' => 'Pořizovací cena', 'create' => 'Založ licenci', - 'date' => 'Datum pořízení', - 'depreciation' => 'Amortizace', 'expiration' => 'Expirace', 'license_key' => 'Klíč', 'maintained' => 'Údržba', 'name' => 'Software', 'no_depreciation' => 'Neznehodnocovat', - 'notes' => 'Poznámky', - 'order' => 'Koupeno', 'purchase_order' => 'Číslo objednávky', 'reassignable' => 'Přeřaditelné', 'remaining_seats' => 'Nasazeno', 'seats' => 'Počet licencí', - 'serial' => 'Sériové číslo', - 'supplier' => 'Dodavatel', 'termination_date' => 'Platná do', 'to_email' => 'Registrováno na Email', 'to_name' => 'Registrace na jméno', diff --git a/resources/lang/cs/admin/licenses/general.php b/resources/lang/cs/admin/licenses/general.php index 7f318bc8d6..3f976bc983 100644 --- a/resources/lang/cs/admin/licenses/general.php +++ b/resources/lang/cs/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Převzít jednu licenci', 'checkout_history' => 'Historie', 'checkout' => 'Předat jednu licenci', diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php index 682e964229..6b8c10e3cf 100644 --- a/resources/lang/cs/admin/licenses/message.php +++ b/resources/lang/cs/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Soubor(y) se nepodařilo nahrát. Prosím zkuste to znovu.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/cs/admin/locations/table.php b/resources/lang/cs/admin/locations/table.php index 1d48455a12..7584ee6405 100644 --- a/resources/lang/cs/admin/locations/table.php +++ b/resources/lang/cs/admin/locations/table.php @@ -1,18 +1,20 @@ 'Zařízení', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Předaných zař.', - 'id' => 'ID', - 'city' => 'Město', - 'state' => 'Stát', - 'country' => 'Země', - 'create' => 'Vytvořit umístění', - 'update' => 'Upravit umístění', - 'name' => 'Název umístění', - 'address' => 'Adresa', - 'zip' => 'PSČ', - 'locations' => 'Umístění', - 'parent' => 'Nadřazené', - 'currency' => 'Měna', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Zařízení', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Předaných zař.', + 'id' => 'ID', + 'city' => 'Město', + 'state' => 'Stát', + 'country' => 'Země', + 'create' => 'Vytvořit umístění', + 'update' => 'Upravit umístění', + 'name' => 'Název umístění', + 'address' => 'Adresa', + 'zip' => 'PSČ', + 'locations' => 'Umístění', + 'parent' => 'Nadřazené', + 'currency' => 'Měna', + ); diff --git a/resources/lang/cs/admin/manufacturers/table.php b/resources/lang/cs/admin/manufacturers/table.php index 297c10de75..eca92ef8e5 100644 --- a/resources/lang/cs/admin/manufacturers/table.php +++ b/resources/lang/cs/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Výrobci', 'create' => 'Vytvořit výrobce', 'id' => 'ID', diff --git a/resources/lang/cs/admin/models/general.php b/resources/lang/cs/admin/models/general.php index b26991cfe8..b9adec6670 100644 --- a/resources/lang/cs/admin/models/general.php +++ b/resources/lang/cs/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Model byl vymazán. Klikněte sem pro jeho obnovení.', 'restore' => 'Obnovení Modelu', 'requestable' => 'Users may request this model', diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index d758d6594f..4ac3d2126e 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/cs/admin/suppliers/table.php b/resources/lang/cs/admin/suppliers/table.php index 43ad009a30..1f22417b1e 100644 --- a/resources/lang/cs/admin/suppliers/table.php +++ b/resources/lang/cs/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Adresa dodavatele', 'assets' => 'Assets', 'city' => 'Město', diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php index 682b1fa596..3b2a1f2279 100644 --- a/resources/lang/cs/admin/users/general.php +++ b/resources/lang/cs/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software vydaný pro :name', 'view_user' => 'Zobraz uživatele', 'usercsv' => 'CSV soubor', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/cs/auth/message.php b/resources/lang/cs/auth/message.php index 243687d89b..fb08ee123d 100644 --- a/resources/lang/cs/auth/message.php +++ b/resources/lang/cs/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Uživatelský účet není aktivován.', 'account_suspended' => 'Uživatelský účet je pozastaven.', 'account_banned' => 'Uživatelský účet je zablokován.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Vyskytl se problém při přihlášení, zkuste to znovu.', diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index 9a4032ba8e..f756ba1356 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Vlastní report majetku', 'dashboard' => 'Nástěnka', 'date' => 'Datum', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Odstranit', 'deleted' => 'Odstraněno', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Žádné výsledky.', 'no' => 'Ne', 'notes' => 'Poznámky', + 'order_number' => 'Order Number', 'page_menu' => 'Zobrazuji _MENU_ položky', 'pagination_info' => 'Zobrazuji _START_ to _END_ of _TOTAL_ položek', 'pending' => 'Čeká na vyřízení', @@ -121,6 +124,8 @@ 'previous' => 'Předchozí', 'processing' => 'Pracuji', 'profile' => 'Váš profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Množství', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Připraveno k přidělení', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Nastavení', 'sign_in' => 'Přihlásit se', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Název lokality', 'state' => 'Stát', 'status_labels' => 'Označení stavu', 'status' => 'Stav', + 'supplier' => 'Supplier', 'suppliers' => 'Dodavatelé', 'submit' => 'Submit', 'total_assets' => 'celkem zařízení', diff --git a/resources/lang/da/admin/accessories/general.php b/resources/lang/da/admin/accessories/general.php index 8f9896321a..465cce5080 100644 --- a/resources/lang/da/admin/accessories/general.php +++ b/resources/lang/da/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Tilbehør er alt du udleverer til brugere men som ikke har et serienummer (eller som du er ligeglad med følge præcist). For eksempel, computermus eller tastaturer.', 'accessory_category' => 'Tilbehør Kategori', 'accessory_name' => 'Tilbehør Navn', - 'cost' => 'Indkøbspris', 'checkout' => 'Tjek tilbehør ud', 'checkin' => 'Tjek tilbehør ind', 'create' => 'Opret tilbehør', - 'date' => 'Købsdato', 'edit' => 'Rediger tilbehør', 'eula_text' => 'Slutbrugerlicenskategori', 'eula_text_help' => 'Dette felt tillader dig at tilpasse din slutbrugerlicens til specifikke typer af tilbehør. Hvis du kun har en slutbrugerlicens for alle dine tilbehør, kan du afkrydse boksen nedenfor for at bruge den primære standardlicens.', 'require_acceptance' => 'Kræver brugere at bekræfte accept af tilbehør i denne kategori.', 'no_default_eula' => 'Ingen primær standard slutbrugerlicens blev fundet. Tilføj en under Indstillinger.', - 'order' => 'Ordrenummer', - 'qty' => 'STK', 'total' => 'I alt', 'remaining' => 'Tilgængelig', 'update' => 'Opdater tilbehør', diff --git a/resources/lang/da/admin/asset_maintenances/table.php b/resources/lang/da/admin/asset_maintenances/table.php index 5b83539914..f3a6be60f9 100644 --- a/resources/lang/da/admin/asset_maintenances/table.php +++ b/resources/lang/da/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/da/admin/categories/general.php b/resources/lang/da/admin/categories/general.php index a7bca09a1f..763f091c29 100644 --- a/resources/lang/da/admin/categories/general.php +++ b/resources/lang/da/admin/categories/general.php @@ -1,8 +1,8 @@ 'Omkring Aktiver Kategorier', - 'about_categories' => 'Aktiver kategorier hjælper dig med at organisere dine aktiver. Eksempler på kategorier kunne være "Stationære coputere", "Bærbare", "Mobiltelefoner", "Tabletter" osv., men du kan bruge aktiver kategorier på en hvilken som helst måde som giver mening for dig.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Aktiver Kategorier', 'category_name' => 'Kategorinavn', 'checkin_email' => 'Send email til bruger ved tjek ind.', diff --git a/resources/lang/da/admin/companies/general.php b/resources/lang/da/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/da/admin/companies/general.php +++ b/resources/lang/da/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/da/admin/consumables/general.php b/resources/lang/da/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/da/admin/consumables/general.php +++ b/resources/lang/da/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/da/admin/custom_fields/general.php b/resources/lang/da/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/da/admin/custom_fields/general.php +++ b/resources/lang/da/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/da/admin/depreciations/general.php b/resources/lang/da/admin/depreciations/general.php index 64851e11c1..aabbe5238a 100644 --- a/resources/lang/da/admin/depreciations/general.php +++ b/resources/lang/da/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Omkring Aktiv Afskrivninger', 'about_depreciations' => 'Du kan sætte aktiv afskrivninger til at afskrive aktiver baseret på lineære afskrivninger.', 'asset_depreciations' => 'Aktiv Afskrivninger', - 'create_depreciation' => 'Opret Afskrivning', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Afskrivningnavn', 'number_of_months' => 'Antal måneder', - 'update_depreciation' => 'Opdater Afskrivning', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/da/admin/groups/titles.php b/resources/lang/da/admin/groups/titles.php index 04fc2a7545..4fa8255967 100644 --- a/resources/lang/da/admin/groups/titles.php +++ b/resources/lang/da/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gruppehåndtering', - 'create_group' => 'Opret Ny Gruppe', - 'edit_group' => 'Rediger Gruppe', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Gruppenavn', 'group_admin' => 'Gruppeadministrator', 'allow' => 'Tillad', diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php index 3634412216..6751044a0f 100644 --- a/resources/lang/da/admin/hardware/form.php +++ b/resources/lang/da/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Bekræft massesletning af aktiver', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Gennemgå aktiver for massesletning nedenfor. Disse aktiver kan gendannes når slettet, men de vil ikke længere være forbundet med eventuelle brugere, de i øjeblikket er tildelt.', 'bulk_delete_warn' => 'Du er i gang med at slette :asset_count aktiver.', 'bulk_update' => 'Masseopdater Aktiver', @@ -15,7 +15,6 @@ return array( 'create' => 'Opret Aktiv', 'date' => 'Købsdato', 'depreciates_on' => 'Afskrives Den', - 'depreciation' => 'Afskrivning', 'default_location' => 'Standardplacering', 'eol_date' => 'EOL Dato', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Vælg statustype', 'serial' => 'Serienummer', 'status' => 'Status', - 'supplier' => 'Leverandør', 'tag' => 'Aktiv mærkat', 'update' => 'Aktiv Opdatering', 'warranty' => 'Garanti', diff --git a/resources/lang/da/admin/hardware/general.php b/resources/lang/da/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/da/admin/hardware/general.php +++ b/resources/lang/da/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/da/admin/licenses/form.php b/resources/lang/da/admin/licenses/form.php index c86dd96059..8597022f01 100644 --- a/resources/lang/da/admin/licenses/form.php +++ b/resources/lang/da/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Indkøbspris', 'create' => 'Opret licens', - 'date' => 'Købsdato', - 'depreciation' => 'Depreciation', 'expiration' => 'Udløbsdato', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software navn', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Noter', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serienummer', - 'supplier' => 'Leverandør', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/da/admin/licenses/general.php b/resources/lang/da/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/da/admin/licenses/general.php +++ b/resources/lang/da/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/da/admin/licenses/message.php b/resources/lang/da/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/da/admin/licenses/message.php +++ b/resources/lang/da/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/da/admin/locations/table.php b/resources/lang/da/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/da/admin/locations/table.php +++ b/resources/lang/da/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/da/admin/manufacturers/table.php b/resources/lang/da/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/da/admin/manufacturers/table.php +++ b/resources/lang/da/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/da/admin/models/general.php b/resources/lang/da/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/da/admin/models/general.php +++ b/resources/lang/da/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/da/admin/suppliers/table.php b/resources/lang/da/admin/suppliers/table.php index d966f323c2..6ae0db1d98 100644 --- a/resources/lang/da/admin/suppliers/table.php +++ b/resources/lang/da/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'By', diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/da/admin/users/general.php +++ b/resources/lang/da/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/da/auth/message.php b/resources/lang/da/auth/message.php index c08d31dca3..3b59fedf9b 100644 --- a/resources/lang/da/auth/message.php +++ b/resources/lang/da/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Denne brugerkonto er ikke aktiveret.', 'account_suspended' => 'Denne brugerkonto er suspenderet.', 'account_banned' => 'Denne brugerkonto er blokeret.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Der opstod et problem, ved forsøg på at logge dig ind, prøv igen.', diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index 66d31ebde4..dbaf52c362 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Tilpasset Aktiv Rapport', 'dashboard' => 'Oversigtspanel', 'date' => 'Dato', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Slet', 'deleted' => 'Slettet', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Ingen Resultater.', 'no' => 'Nej', 'notes' => 'Noter', + 'order_number' => 'Order Number', 'page_menu' => 'Viser _MENU_ emner', 'pagination_info' => 'Viser _START_ til _END_ af _TOTAL_ emner', 'pending' => 'Afventer', @@ -121,6 +124,8 @@ 'previous' => 'Forrige', 'processing' => 'Behandler', 'profile' => 'Din profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'STK', 'quantity' => 'Antal', 'ready_to_deploy' => 'Klar til Implementering', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Instillinger', 'sign_in' => 'Log ind', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Navn', 'state' => 'Stat', 'status_labels' => 'Status labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Leverandører', 'submit' => 'Submit', 'total_assets' => 'totale aktiver', diff --git a/resources/lang/de/admin/accessories/general.php b/resources/lang/de/admin/accessories/general.php index 3b20623b36..67d9909408 100644 --- a/resources/lang/de/admin/accessories/general.php +++ b/resources/lang/de/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Ein Zubehör ist alles was Sie an einem Benutzer ausgeben können, jedoch keine Seriennummer besitzt (oder wo es keinen Sinn macht eben diese zu verwalten). Zum Beispiel: Computer Mäuse und Tastaturen.', 'accessory_category' => 'Züberhor Kategorie', 'accessory_name' => 'Zubehör Name', - 'cost' => 'Einkaufspreis', 'checkout' => 'Zubehör ausbuchen', 'checkin' => 'Zubehör einbuchen', 'create' => 'Zubehör neu erstellen', - 'date' => 'Kaufdatum', 'edit' => 'Zubehör bearbeiten', 'eula_text' => 'Kategorie EULA', 'eula_text_help' => 'Dieses Feld erlaubt Ihnen die EULA Ihren Bedürfnissen nach Asset Typ anzupassen.Wenn Sie nur eine EULA für alle Assets haben, aktivieren Sie die Checkbox unterhalb um die Standard EULA zu verwenden.', 'require_acceptance' => 'Erfordert die Zustimmung der Assets in dieser Kategorie durch den Benutzer.', 'no_default_eula' => 'Keine Standard EULA gefunden. Fügen Sie eine in den Einstellungen hinzu.', - 'order' => 'Bestellnummer', - 'qty' => 'Anzahl', 'total' => 'Gesamt', 'remaining' => 'Verfügbar', 'update' => 'Zubehör überarbeiten', diff --git a/resources/lang/de/admin/asset_maintenances/table.php b/resources/lang/de/admin/asset_maintenances/table.php index f382b11a7c..68a2a9f93d 100644 --- a/resources/lang/de/admin/asset_maintenances/table.php +++ b/resources/lang/de/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Wartungsverträge', - 'asset_name' => 'Name des Gegenstandes', - 'supplier_name' => 'Hersteller', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantie', 'dl_csv' => 'Als CSV herunterladen' ]; diff --git a/resources/lang/de/admin/categories/general.php b/resources/lang/de/admin/categories/general.php index 8cc45e6ff6..fa4b51ae53 100644 --- a/resources/lang/de/admin/categories/general.php +++ b/resources/lang/de/admin/categories/general.php @@ -1,8 +1,8 @@ 'Über Asset-Kategorien', - 'about_categories' => 'Kategorien helfen Ihnen dabei, Ihre Assets zu organisieren. Beispielkategorien sind "Schreibtische", "Laptops", "Handys", "Tablets" usw., jedoch können Sie Kategorien nutzen, wie es für Sie sinnvoll erscheint.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Asset-Kategorien', 'category_name' => 'Kategoriename', 'checkin_email' => 'Dem Nutzer eine E-Mail beim Anmelden zusenden.', diff --git a/resources/lang/de/admin/companies/general.php b/resources/lang/de/admin/companies/general.php index f29e2de89a..a9fa5be257 100644 --- a/resources/lang/de/admin/companies/general.php +++ b/resources/lang/de/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Firma auswählen', ]; diff --git a/resources/lang/de/admin/consumables/general.php b/resources/lang/de/admin/consumables/general.php index f310f0ed1d..2e5fb86e5e 100644 --- a/resources/lang/de/admin/consumables/general.php +++ b/resources/lang/de/admin/consumables/general.php @@ -3,13 +3,10 @@ return array( 'about_consumables_title' => 'Details Verbrauchsmaterialien', 'about_consumables_text' => 'Verbrauchsmaterialien sind alle Dinge, die gekauft und mit der Zeit aufgebraucht werden, wie z.B. Druckerpatronen oder Kopierpapier.', - 'checkout' => 'Verbrauchsmaterial für Benutzer ausbuchen', + 'checkout' => 'Verbrauchsmaterial an Benutzer ausgeben', 'consumable_name' => 'Name des Verbrauchsmaterials', - 'cost' => 'Einkaufspreis', 'create' => 'Verbrauchsmaterial erstellen', - 'date' => 'Kaufdatum', 'item_no' => 'Artikel Nr.', - 'order' => 'Bestellnummer', 'remaining' => 'übrig', 'total' => 'Gesamt', 'update' => 'Verbrauchsmaterial überarbeiten', diff --git a/resources/lang/de/admin/custom_fields/general.php b/resources/lang/de/admin/custom_fields/general.php index 26aab87ba4..a81fec7dfa 100644 --- a/resources/lang/de/admin/custom_fields/general.php +++ b/resources/lang/de/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Über Feldsätze', 'about_fieldsets_text' => 'Feldsätze erlauben es Gruppen aus benutzerdefinierten Feldern zu erstellen, welche regelmäßig für spezifische Modelltypen benutzt werden.', 'custom_format' => 'Benutzerdefiniertes Format...', - 'encrypt_field' => 'Den Wert dieses Feldes in der Datenbank verschlüsseln', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'Warnung: Ein verschlüsseltes Feld kann nicht durchsucht werden.', 'encrypted' => 'Verschlüsselt', 'fieldset' => 'Feldsatz', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Feldsatzname', 'field_name' => 'Feldname', 'field_values' => 'Feldwerte', - 'field_values_help' => 'Füge wählbare Optionen hinzu, eine pro Zeile. Leere Zeilen außer der ersten Zeile werden ignoriert.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Formularelement', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/de/admin/depreciations/general.php b/resources/lang/de/admin/depreciations/general.php index 39689d6c7f..82d0965a30 100644 --- a/resources/lang/de/admin/depreciations/general.php +++ b/resources/lang/de/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Über Asset-Abschreibungen', 'about_depreciations' => 'Sie können Asset-Abschreibungen einrichten, um Assets linear abzuschreiben.', 'asset_depreciations' => 'Asset-Abschreibungen', - 'create_depreciation' => 'Abschreibung erstellen', + 'create' => 'Create Depreciation', 'depreciation_name' => 'AfA-Name', 'number_of_months' => 'Anzahl der Monate', - 'update_depreciation' => 'Abschreibung aktualisieren', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/de/admin/groups/titles.php b/resources/lang/de/admin/groups/titles.php index a89243c10c..4827ffb2a8 100644 --- a/resources/lang/de/admin/groups/titles.php +++ b/resources/lang/de/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gruppenverwaltung', - 'create_group' => 'Neue Gruppe erstellen', - 'edit_group' => 'Gruppe editieren', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Gruppenname', 'group_admin' => 'Gruppenadministrator', 'allow' => 'Zulassen', diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php index 91c506dc78..23783971b2 100644 --- a/resources/lang/de/admin/hardware/form.php +++ b/resources/lang/de/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Massenlöschung von Assets bestätigen', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Überprüfen Sie die nachfolgenden Assets für die Massenlöschung. Sobald diese gelöscht sind, können diese zwar wiederhergestellt werden, sind aber dem aktuellen Nutzer nicht mehr zugeordnet.', 'bulk_delete_warn' => 'Sie sind im Begriff :asset_count Assets zu löschen.', 'bulk_update' => 'Massenaktualisierung von Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Asset erstellen', 'date' => 'Kaufdatum', 'depreciates_on' => 'Abschreiben auf', - 'depreciation' => 'Abschreibung', 'default_location' => 'Standard Lagerort', 'eol_date' => 'End of Live Datum (Ende der Nutzungsdauer)', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Status Typ auswählen', 'serial' => 'Seriennummer', 'status' => 'Status', - 'supplier' => 'Lieferant', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Garantie', diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php index 1f209d3e1f..08febf9f4b 100644 --- a/resources/lang/de/admin/hardware/general.php +++ b/resources/lang/de/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archiviert', 'asset' => 'Asset', 'bulk_checkout' => 'Assets an Benutzer herausgeben', diff --git a/resources/lang/de/admin/licenses/form.php b/resources/lang/de/admin/licenses/form.php index 6052b99419..92d75c3043 100644 --- a/resources/lang/de/admin/licenses/form.php +++ b/resources/lang/de/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Zurücknehmen', - 'cost' => 'Kaufpreis', 'create' => 'Lizenz erstellen', - 'date' => 'Kaufdatum', - 'depreciation' => 'Abschreibung', 'expiration' => 'Ablaufdatum', 'license_key' => 'Produktschlüssel', 'maintained' => 'Verwaltet', 'name' => 'Software Name', 'no_depreciation' => 'Nicht abschreiben', - 'notes' => 'Notizen', - 'order' => 'Bestellnr.', 'purchase_order' => 'Bestellnummer', 'reassignable' => 'Zuweisbar', 'remaining_seats' => 'Verbleibende Aktivierungen', 'seats' => 'Anzahl Aktivierungen', - 'serial' => 'Seriennummer', - 'supplier' => 'Lieferant', 'termination_date' => 'Ablaufdatum', 'to_email' => 'E-Mail des Lizenzerwerbers', 'to_name' => 'Name des Lizenzerwerbers', diff --git a/resources/lang/de/admin/licenses/general.php b/resources/lang/de/admin/licenses/general.php index bac186d4de..90ea5ef52e 100644 --- a/resources/lang/de/admin/licenses/general.php +++ b/resources/lang/de/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Lizenzaktivierung zurücknehmen', 'checkout_history' => 'Zuweisungsverlauf', 'checkout' => 'Lizenzaktivierung herausgeben', diff --git a/resources/lang/de/admin/licenses/message.php b/resources/lang/de/admin/licenses/message.php index 4cf3beff13..3796fabf22 100644 --- a/resources/lang/de/admin/licenses/message.php +++ b/resources/lang/de/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Datei(en) wurden nicht hochgeladen. Bitte versuchen Sie es noch einmal.', 'success' => 'Datei(en) erfolgreich hochgeladen.', 'nofiles' => 'Es wurde keine Datei für den Upload ausgewählt, oder die Datei ist zu groß', - 'invalidfiles' => 'Eine oder mehrere Dateien sind zu groß oder haben einen falschen Dateityp. Erlaubte Dateitypen sind png, gif, jpg, doc, docx, pdf, txt, zip, rar, und rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/de/admin/locations/table.php b/resources/lang/de/admin/locations/table.php index b27618fb65..b95a3304d2 100644 --- a/resources/lang/de/admin/locations/table.php +++ b/resources/lang/de/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Zugewiesene Assets', - 'id' => 'ID', - 'city' => 'Stadt', - 'state' => 'Bundesland', - 'country' => 'Land', - 'create' => 'Standort erstellen', - 'update' => 'Standort aktualisieren', - 'name' => 'Standortname', - 'address' => 'Adresse', - 'zip' => 'Postleitzahl', - 'locations' => 'Standorte', - 'parent' => 'Hauptkategorie', - 'currency' => 'Landeswährung', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Zugewiesene Assets', + 'id' => 'ID', + 'city' => 'Stadt', + 'state' => 'Bundesland', + 'country' => 'Land', + 'create' => 'Standort erstellen', + 'update' => 'Standort aktualisieren', + 'name' => 'Standortname', + 'address' => 'Adresse', + 'zip' => 'Postleitzahl', + 'locations' => 'Standorte', + 'parent' => 'Hauptkategorie', + 'currency' => 'Landeswährung', + ); diff --git a/resources/lang/de/admin/manufacturers/table.php b/resources/lang/de/admin/manufacturers/table.php index 9bb988fa53..ce262025ce 100644 --- a/resources/lang/de/admin/manufacturers/table.php +++ b/resources/lang/de/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Hersteller', 'create' => 'Hersteller anlegen', 'id' => 'ID', diff --git a/resources/lang/de/admin/models/general.php b/resources/lang/de/admin/models/general.php index 31373e7b11..29f9a6dca8 100644 --- a/resources/lang/de/admin/models/general.php +++ b/resources/lang/de/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Dieses Modell wurde gelöscht.klicken Sie hier um es Wiederzuherstellen.', 'restore' => 'Modell wiederherstellen', 'requestable' => 'Benutzer können dieses Modell anfordern', diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index 306ad49903..881d1379ba 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -19,7 +19,7 @@ return array( 'confirm_purge_help' => 'Geben Sie das Wort "DELETE" in das untere Feld ein um die gelöschten Einträge zu bereinigen. Dies kann nicht rückgängig gemacht werden.', 'custom_css' => 'Eigenes CSS', 'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.', - 'default_currency' => 'Standard Währung', + 'default_currency' => 'Standardwährung', 'default_eula_text' => 'Standard EULA', 'default_language' => 'Standardsprache', 'default_eula_help_text' => 'Sie können ebenfalls eigene EULA\'s mit spezifischen Asset Kategorien verknüpfen.', @@ -32,10 +32,10 @@ return array( 'alt_barcode_type' => '1D Barcode Typ', 'eula_settings' => 'EULA Einstellungen', 'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.', - 'general_settings' => 'Generelle Einstellungen', + 'general_settings' => 'Allgemeine Einstellungen', 'generate_backup' => 'Backup erstellen', 'header_color' => 'Farbe der Kopfzeile', - 'info' => 'Mit diesen Einstellungen können Sie verschieden Aspekte Ihrer Installation bearbeiten.', + 'info' => 'Mit diesen Einstellungen können Sie verschiedene Bereiche Ihrer Installation anpassen.', 'laravel' => 'Laravel Version', 'ldap_enabled' => 'LDAP aktiviert', 'ldap_integration' => 'LDAP Integration', @@ -54,7 +54,7 @@ return array( 'ldap_pw_sync' => 'LDAP Passwörter synchronisieren', 'ldap_pw_sync_help' => 'Deaktivieren Sie diese Option, wenn Sie nicht möchten, dass LDAP-Passwörter mit lokalen Passwörtern synchronisiert werden. Wenn Sie dies deaktivieren, kann es sein, dass Benutzer sich möglicherweise nicht anmelden können falls der LDAP-Server aus irgendeinem Grund nicht erreichbar ist.', 'ldap_username_field' => 'Benutzername', - 'ldap_lname_field' => 'Familienname', + 'ldap_lname_field' => 'Nachname', 'ldap_fname_field' => 'LDAP Vorname', 'ldap_auth_filter_query' => 'LDAP Authentifikationsabfrage', 'ldap_version' => 'LDAP Version', @@ -104,22 +104,25 @@ return array( 'width_w' => 'b', 'height_h' => 'h', 'text_pt' => 'pt', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_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' => 'Zwei-Faktor-Authentifizierung', + 'two_factor_secret' => 'Zwei-Faktor Code', + 'two_factor_enrollment' => 'Zwei-Faktor Registrierung', + 'two_factor_enabled_text' => 'Zwei-Faktor-Authentifizierung aktivieren', + 'two_factor_reset' => 'Zwei-Faktor-Geheimnis zurücksetzen', + 'two_factor_reset_help' => 'Dies zwingt den Benutzer sein Gerät mit der Google Authenticator App erneut zu registrieren. Dies kann nützlich sein, wenn das aktuell registrierte Gerät verloren ging oder gestohlen wurde. ', + 'two_factor_reset_success' => 'Zwei-Faktor-Gerät erfolgreich zurückgesetzt', + 'two_factor_reset_error' => 'Zwei-Faktor-Gerät zurücksetzen fehlgeschlagen', + 'two_factor_enabled_warning' => 'Die Aktivierung der Zwei-Faktor-Authentifizierung bewirkt, dass Sie sich sofort mit einem bei der Google Authenticator App registrierten Gerät authentifizieren müssen. Sie haben die Möglichkeit ihr Gerät hinzuzufügen falls derzeit keines registriert ist.', + 'two_factor_enabled_help' => 'Aktiviert die Zwei-Faktor-Authentifizierung mit der Google Authenticator App.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Für alle Benutzer erforderlich', + 'two_factor_disabled' => 'Deaktiviert', + 'two_factor_enter_code' => 'Zwei-Faktor Code eingeben', + 'two_factor_config_complete' => 'Code absenden', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + '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' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'links', 'right' => 'rechts', 'top' => 'Oben', diff --git a/resources/lang/de/admin/suppliers/table.php b/resources/lang/de/admin/suppliers/table.php index 2323da05e9..5943c1d326 100644 --- a/resources/lang/de/admin/suppliers/table.php +++ b/resources/lang/de/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Lieferantenadressen', 'assets' => 'Assets', 'city' => 'Stadt', diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php index d505b1348f..61b1325988 100644 --- a/resources/lang/de/admin/users/general.php +++ b/resources/lang/de/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software herausgegeben an :name', 'view_user' => 'Benutze :name ansehen', 'usercsv' => 'CSV Datei', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/de/auth/message.php b/resources/lang/de/auth/message.php index 321e1be13b..4fd5975908 100644 --- a/resources/lang/de/auth/message.php +++ b/resources/lang/de/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Das Benutzerkonto ist nicht aktiviert.', 'account_suspended' => 'Dieses Benutzerkonto ist gesperrt.', 'account_banned' => 'Dieses Benutzerkonto wurde ausgeschlossen.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Bei der Anmeldung ist ein Problem aufgetreten, bitte versuchen Sie es erneut.', diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index c1f0a1d80f..b1fad1321c 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -41,7 +41,7 @@ 'consumables' => 'Verbrauchsmaterialien', 'country' => 'Land', 'create' => 'Create Location', - 'created' => 'Item Created', + 'created' => 'Eintrag erstellt', 'created_asset' => 'Asset angelegt', 'created_at' => 'Erstellt am', 'currency' => '€', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => 'Spezieller Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Purchase Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Löschen', 'deleted' => 'Gelöscht', 'delete_seats' => 'Gelöschte Lizenzen', @@ -93,7 +95,7 @@ 'list_all' => 'Alle auflisten', 'loading' => 'Am laden', 'lock_passwords' => 'Dieses Feld kann in dieser Installation nicht bearbeitet werden.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Dieses Feature wurde für die Demo-Installation deaktiviert.', 'location' => 'Standort', 'locations' => 'Standorte', 'logout' => 'Abmelden', @@ -113,6 +115,7 @@ 'no_results' => 'Keine Treffer.', 'no' => 'Nein', 'notes' => 'Notizen', + 'order_number' => 'Order Number', 'page_menu' => 'zeige _MENU_ Einträge', 'pagination_info' => 'Zeige _START_ bis _END_ von _TOTAL_ Einträgen', 'pending' => 'Pending Asset', @@ -121,6 +124,8 @@ 'previous' => 'Vorherige', 'processing' => 'In Arbeit', 'profile' => 'Ihr Profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'St', 'quantity' => 'Anzahl', 'ready_to_deploy' => 'Fertig zum herausgeben', @@ -145,13 +150,15 @@ 'select_asset' => 'Asset auswählen', 'settings' => 'Einstellungen', 'sign_in' => 'Einloggen', + 'signature' => 'Signature', 'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.', 'site_name' => 'Seitenname', 'state' => 'Zustand', 'status_labels' => 'Statusbezeichnungen', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Lieferanten', - 'submit' => 'Submit', + 'submit' => 'Abschicken', 'total_assets' => 'Gesamte Assets', 'total_licenses' => 'Lizenzen insgesamt', 'total_accessories' => 'gesamtes Zubehör', diff --git a/resources/lang/el/admin/accessories/general.php b/resources/lang/el/admin/accessories/general.php index 9338530f17..3addf31b6c 100644 --- a/resources/lang/el/admin/accessories/general.php +++ b/resources/lang/el/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessory_category' => 'Accessory Category', 'accessory_name' => 'Accessory Name', - 'cost' => 'Purchase Cost', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Create Accessory', - 'date' => 'Purchase Date', 'edit' => 'Edit Accessory', 'eula_text' => 'Category EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'order' => 'Order Number', - 'qty' => 'QTY', 'total' => 'Σύνολο', 'remaining' => 'Avail', 'update' => 'Update Accessory', diff --git a/resources/lang/el/admin/asset_maintenances/table.php b/resources/lang/el/admin/asset_maintenances/table.php index 5b83539914..f3a6be60f9 100644 --- a/resources/lang/el/admin/asset_maintenances/table.php +++ b/resources/lang/el/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/el/admin/categories/general.php b/resources/lang/el/admin/categories/general.php index 58967eda60..2a00f82a67 100644 --- a/resources/lang/el/admin/categories/general.php +++ b/resources/lang/el/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Asset Categories', 'category_name' => 'Category Name', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/el/admin/companies/general.php b/resources/lang/el/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/el/admin/companies/general.php +++ b/resources/lang/el/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/el/admin/consumables/general.php b/resources/lang/el/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/el/admin/consumables/general.php +++ b/resources/lang/el/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/el/admin/custom_fields/general.php b/resources/lang/el/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/el/admin/custom_fields/general.php +++ b/resources/lang/el/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/el/admin/depreciations/general.php b/resources/lang/el/admin/depreciations/general.php index d5796ff9f6..1fca0e2cb7 100644 --- a/resources/lang/el/admin/depreciations/general.php +++ b/resources/lang/el/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Asset Depreciations', 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'asset_depreciations' => 'Asset Depreciations', - 'create_depreciation' => 'Create Depreciation', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Depreciation Name', 'number_of_months' => 'Number of Months', - 'update_depreciation' => 'Update Depreciation', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/el/admin/groups/titles.php b/resources/lang/el/admin/groups/titles.php index 12c333a66f..99e8cc1f6f 100644 --- a/resources/lang/el/admin/groups/titles.php +++ b/resources/lang/el/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Group Name', 'group_admin' => 'Group Admin', 'allow' => 'Allow', diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php index e4bf1e3f39..abded281fa 100644 --- a/resources/lang/el/admin/hardware/form.php +++ b/resources/lang/el/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Create Asset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', diff --git a/resources/lang/el/admin/hardware/general.php b/resources/lang/el/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/el/admin/hardware/general.php +++ b/resources/lang/el/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/el/admin/licenses/form.php b/resources/lang/el/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/el/admin/licenses/form.php +++ b/resources/lang/el/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/el/admin/licenses/general.php b/resources/lang/el/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/el/admin/licenses/general.php +++ b/resources/lang/el/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/el/admin/licenses/message.php b/resources/lang/el/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/el/admin/licenses/message.php +++ b/resources/lang/el/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/el/admin/locations/table.php b/resources/lang/el/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/el/admin/locations/table.php +++ b/resources/lang/el/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/el/admin/manufacturers/table.php b/resources/lang/el/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/el/admin/manufacturers/table.php +++ b/resources/lang/el/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/el/admin/models/general.php b/resources/lang/el/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/el/admin/models/general.php +++ b/resources/lang/el/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/el/admin/suppliers/table.php b/resources/lang/el/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/el/admin/suppliers/table.php +++ b/resources/lang/el/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/el/admin/users/general.php +++ b/resources/lang/el/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/el/auth/message.php b/resources/lang/el/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/el/auth/message.php +++ b/resources/lang/el/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index cc6e025607..16c38b1721 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Delete', 'deleted' => 'Deleted', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'No', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Settings', 'sign_in' => 'Sign in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/en-GB/admin/accessories/general.php b/resources/lang/en-GB/admin/accessories/general.php index f6ed2fe3a5..22771aff0c 100644 --- a/resources/lang/en-GB/admin/accessories/general.php +++ b/resources/lang/en-GB/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessory_category' => 'Accessory Category', 'accessory_name' => 'Accessory Name', - 'cost' => 'Purchase Cost', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Create Accessory', - 'date' => 'Purchase Date', 'edit' => 'Edit Accessory', 'eula_text' => 'Category EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'order' => 'Order Number', - 'qty' => 'QTY', 'total' => 'Total', 'remaining' => 'Avail', 'update' => 'Update Accessory', diff --git a/resources/lang/en-GB/admin/asset_maintenances/table.php b/resources/lang/en-GB/admin/asset_maintenances/table.php index 49d5efa0fe..f3a6be60f9 100644 --- a/resources/lang/en-GB/admin/asset_maintenances/table.php +++ b/resources/lang/en-GB/admin/asset_maintenances/table.php @@ -3,7 +3,6 @@ return [ 'title' => 'Asset Maintenance', 'asset_name' => 'Asset Name', - 'supplier_name' => 'Supplier Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/en-GB/admin/categories/general.php b/resources/lang/en-GB/admin/categories/general.php index 76aad98242..2a00f82a67 100644 --- a/resources/lang/en-GB/admin/categories/general.php +++ b/resources/lang/en-GB/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Asset Categories', 'category_name' => 'Category Name', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/en-GB/admin/companies/general.php b/resources/lang/en-GB/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/en-GB/admin/companies/general.php +++ b/resources/lang/en-GB/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/en-GB/admin/consumables/general.php b/resources/lang/en-GB/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/en-GB/admin/consumables/general.php +++ b/resources/lang/en-GB/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/en-GB/admin/depreciations/general.php b/resources/lang/en-GB/admin/depreciations/general.php index d5796ff9f6..1fca0e2cb7 100644 --- a/resources/lang/en-GB/admin/depreciations/general.php +++ b/resources/lang/en-GB/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Asset Depreciations', 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'asset_depreciations' => 'Asset Depreciations', - 'create_depreciation' => 'Create Depreciation', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Depreciation Name', 'number_of_months' => 'Number of Months', - 'update_depreciation' => 'Update Depreciation', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/en-GB/admin/groups/titles.php b/resources/lang/en-GB/admin/groups/titles.php index 12c333a66f..99e8cc1f6f 100644 --- a/resources/lang/en-GB/admin/groups/titles.php +++ b/resources/lang/en-GB/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Group Name', 'group_admin' => 'Group Admin', 'allow' => 'Allow', diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php index e4bf1e3f39..abded281fa 100644 --- a/resources/lang/en-GB/admin/hardware/form.php +++ b/resources/lang/en-GB/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Create Asset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', diff --git a/resources/lang/en-GB/admin/hardware/general.php b/resources/lang/en-GB/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/en-GB/admin/hardware/general.php +++ b/resources/lang/en-GB/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/en-GB/admin/licenses/form.php b/resources/lang/en-GB/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/en-GB/admin/licenses/form.php +++ b/resources/lang/en-GB/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/en-GB/admin/licenses/general.php b/resources/lang/en-GB/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/en-GB/admin/licenses/general.php +++ b/resources/lang/en-GB/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/en-GB/admin/licenses/message.php b/resources/lang/en-GB/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/en-GB/admin/licenses/message.php +++ b/resources/lang/en-GB/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/en-GB/admin/locations/table.php +++ b/resources/lang/en-GB/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/en-GB/admin/manufacturers/table.php b/resources/lang/en-GB/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/en-GB/admin/manufacturers/table.php +++ b/resources/lang/en-GB/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/en-GB/admin/models/general.php b/resources/lang/en-GB/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/en-GB/admin/models/general.php +++ b/resources/lang/en-GB/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index ac2cb6ee0e..893661789f 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/en-GB/admin/suppliers/table.php b/resources/lang/en-GB/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/en-GB/admin/suppliers/table.php +++ b/resources/lang/en-GB/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/en-GB/admin/users/general.php +++ b/resources/lang/en-GB/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/en-GB/auth/message.php b/resources/lang/en-GB/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/en-GB/auth/message.php +++ b/resources/lang/en-GB/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 759b06dded..f400b09427 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Delete', 'deleted' => 'Deleted', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'No', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Settings', 'sign_in' => 'Sign in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/en-GB/mail.php b/resources/lang/en-GB/mail.php index c9a4fe182d..f5cfef3382 100644 --- a/resources/lang/en-GB/mail.php +++ b/resources/lang/en-GB/mail.php @@ -57,7 +57,7 @@ return array( 'requested' => 'Requested:', 'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', + 'serial' => 'Serial', 'supplier' => 'Supplier', 'tag' => 'Tag', 'test_email' => 'Test Email from Snipe-IT', @@ -66,8 +66,8 @@ return array( 'There_are' => '{1} There is|[2,Inf] There are', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', + 'user' => 'User', + 'username' => 'Username', 'welcome' => 'Welcome :name', 'welcome_to' => 'Welcome to :web!', 'your_credentials' => 'Your Snipe-IT credentials', diff --git a/resources/lang/en-ID/admin/accessories/general.php b/resources/lang/en-ID/admin/accessories/general.php index 8e6551c2be..15b8cea23b 100644 --- a/resources/lang/en-ID/admin/accessories/general.php +++ b/resources/lang/en-ID/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Aksesoris adalah Aset yang tidak memiliki nomor seri (atau Anda tidak peduli tentang pelacakan mereka secara unik). Misalnya, mouse komputer atau keyboard.', 'accessory_category' => 'Kategori Aksesoris', 'accessory_name' => 'Nama Aksesoris', - 'cost' => 'Harga Beli', 'checkout' => 'Keluarkan Aksesoris', 'checkin' => 'Masukan Aksesoris', 'create' => 'Buat Aksesoris', - 'date' => 'Tanggal Pembelian', 'edit' => 'Ubah Aksesoris', 'eula_text' => 'Kategori EULA', 'eula_text_help' => 'Bidang ini memungkinkan Anda untuk menyesuaikan EULA Anda untuk jenis tertentu dari aset. Jika Anda hanya memiliki satu EULA untuk semua aset Anda, Anda dapat memeriksa kotak di bawah untuk menggunakan default primer.', 'require_acceptance' => 'Mengharuskan pengguna untuk mengkonfirmasi penerimaan aset dalam kategori ini.', 'no_default_eula' => 'Tidak ada EULA standar utama yang ditemukan. Tambahkan satu di Settings.', - 'order' => 'Nomor Pembelian', - 'qty' => 'QTY', 'total' => 'Total', 'remaining' => 'Tersedia', 'update' => 'Perbarui Aksesoris', diff --git a/resources/lang/en-ID/admin/asset_maintenances/table.php b/resources/lang/en-ID/admin/asset_maintenances/table.php index 6e34d9ab98..9acd9ca19e 100644 --- a/resources/lang/en-ID/admin/asset_maintenances/table.php +++ b/resources/lang/en-ID/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Pemeliharaan Aset', - 'asset_name' => 'Nama Aset', - 'supplier_name' => 'Nama Suplayer', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Jaminan', 'dl_csv' => 'Unduh CSV' ]; diff --git a/resources/lang/en-ID/admin/categories/general.php b/resources/lang/en-ID/admin/categories/general.php index e2a7a9c689..7e17f5bb3d 100644 --- a/resources/lang/en-ID/admin/categories/general.php +++ b/resources/lang/en-ID/admin/categories/general.php @@ -1,8 +1,8 @@ 'Tentang Kategori Aset', - 'about_categories' => 'Kategori aset membantu Anda mengatur aset. Beberapa kategori contoh mungkin & quot; Desktop & quot;, & quot; Laptop & quot;, & quot; Mobile Phones & quot;, & quot; Tablet & quot;, dan sebagainya, tetapi Anda dapat menggunakan kategori aset dengan cara apapun yang masuk akal bagi Anda.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategori Aset', 'category_name' => 'Nama Kategori', 'checkin_email' => 'Kirim email ke pengguna saat pengecekan.', diff --git a/resources/lang/en-ID/admin/companies/general.php b/resources/lang/en-ID/admin/companies/general.php index 935a433c9d..9faf0b53ac 100644 --- a/resources/lang/en-ID/admin/companies/general.php +++ b/resources/lang/en-ID/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Pilih Perusahaan', ]; diff --git a/resources/lang/en-ID/admin/consumables/general.php b/resources/lang/en-ID/admin/consumables/general.php index 4fad5bf6af..da60dc11e8 100644 --- a/resources/lang/en-ID/admin/consumables/general.php +++ b/resources/lang/en-ID/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables adalah sesuatu yang dibeli yang akan digunakan dari waktu ke waktu. Misalnya, tinta printer atau kertas fotokopi.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Nama Consumable', - 'cost' => 'Harga Beli', 'create' => 'Buat Consumable', - 'date' => 'Tanggal Pembelian', 'item_no' => 'No Barang.', - 'order' => 'Nomor Pembelian', 'remaining' => 'Tersisa', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/en-ID/admin/custom_fields/general.php +++ b/resources/lang/en-ID/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/en-ID/admin/depreciations/general.php b/resources/lang/en-ID/admin/depreciations/general.php index 4f65c519dd..034a300607 100644 --- a/resources/lang/en-ID/admin/depreciations/general.php +++ b/resources/lang/en-ID/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Tentang Penyusutan Aset', 'about_depreciations' => 'Anda dapat mengatur depresiasi aset berdasarkan straight-line depreciation.', 'asset_depreciations' => 'Penyusutan Aset', - 'create_depreciation' => 'Buat Penyusutan', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nama Penyusutan', 'number_of_months' => 'Jumlah Bulan', - 'update_depreciation' => 'Update Penyusutan', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/en-ID/admin/groups/titles.php b/resources/lang/en-ID/admin/groups/titles.php index 5bc197c903..e26f8364f2 100644 --- a/resources/lang/en-ID/admin/groups/titles.php +++ b/resources/lang/en-ID/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Manajemen grup', - 'create_group' => 'Buat Grup Baru', - 'edit_group' => 'Edit Grup', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nama Grup', 'group_admin' => 'Admin Kelompok', 'allow' => 'Diijinkan', diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php index 0fbe321ee7..1efafca57a 100644 --- a/resources/lang/en-ID/admin/hardware/form.php +++ b/resources/lang/en-ID/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Konfirmasi hapus semua aset', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Perbarui Aset secara massal', @@ -15,7 +15,6 @@ return array( 'create' => 'Buat Aset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Lokasi Standar', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Pilih Jenis Status', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Pemasok', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Garansi', diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/en-ID/admin/hardware/general.php +++ b/resources/lang/en-ID/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/en-ID/admin/licenses/form.php b/resources/lang/en-ID/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/en-ID/admin/licenses/form.php +++ b/resources/lang/en-ID/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/en-ID/admin/licenses/general.php b/resources/lang/en-ID/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/en-ID/admin/licenses/general.php +++ b/resources/lang/en-ID/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/en-ID/admin/licenses/message.php b/resources/lang/en-ID/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/en-ID/admin/licenses/message.php +++ b/resources/lang/en-ID/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/en-ID/admin/locations/table.php b/resources/lang/en-ID/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/en-ID/admin/locations/table.php +++ b/resources/lang/en-ID/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/en-ID/admin/manufacturers/table.php b/resources/lang/en-ID/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/en-ID/admin/manufacturers/table.php +++ b/resources/lang/en-ID/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/en-ID/admin/models/general.php b/resources/lang/en-ID/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/en-ID/admin/models/general.php +++ b/resources/lang/en-ID/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/en-ID/admin/suppliers/table.php b/resources/lang/en-ID/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/en-ID/admin/suppliers/table.php +++ b/resources/lang/en-ID/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/en-ID/admin/users/general.php +++ b/resources/lang/en-ID/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/en-ID/auth/message.php b/resources/lang/en-ID/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/en-ID/auth/message.php +++ b/resources/lang/en-ID/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index 0754050738..a6b8407cf3 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Delete', 'deleted' => 'Deleted', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'No', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Settings', 'sign_in' => 'Sign in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php index c9a4fe182d..f5cfef3382 100644 --- a/resources/lang/en-ID/mail.php +++ b/resources/lang/en-ID/mail.php @@ -57,7 +57,7 @@ return array( 'requested' => 'Requested:', 'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', + 'serial' => 'Serial', 'supplier' => 'Supplier', 'tag' => 'Tag', 'test_email' => 'Test Email from Snipe-IT', @@ -66,8 +66,8 @@ return array( 'There_are' => '{1} There is|[2,Inf] There are', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', + 'user' => 'User', + 'username' => 'Username', 'welcome' => 'Welcome :name', 'welcome_to' => 'Welcome to :web!', 'your_credentials' => 'Your Snipe-IT credentials', diff --git a/resources/lang/en/mail.php b/resources/lang/en/mail.php index c9a4fe182d..f5cfef3382 100644 --- a/resources/lang/en/mail.php +++ b/resources/lang/en/mail.php @@ -57,7 +57,7 @@ return array( 'requested' => 'Requested:', 'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', + 'serial' => 'Serial', 'supplier' => 'Supplier', 'tag' => 'Tag', 'test_email' => 'Test Email from Snipe-IT', @@ -66,8 +66,8 @@ return array( 'There_are' => '{1} There is|[2,Inf] There are', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', + 'user' => 'User', + 'username' => 'Username', 'welcome' => 'Welcome :name', 'welcome_to' => 'Welcome to :web!', 'your_credentials' => 'Your Snipe-IT credentials', diff --git a/resources/lang/es-CO/admin/accessories/general.php b/resources/lang/es-CO/admin/accessories/general.php index c3ac744a86..cf577d8a6b 100644 --- a/resources/lang/es-CO/admin/accessories/general.php +++ b/resources/lang/es-CO/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accesorios son cualquier cosa que entregues a los usuarios pero que no tenga numero de serie (o no te interese seguirlos). Por ejemplo, ratones o teclados.', 'accessory_category' => 'Categoría de accesorio', 'accessory_name' => 'Nombre de accesorio', - 'cost' => 'Precio', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', + 'checkout' => 'Checkout Accesorio', + 'checkin' => 'Checkin Accesorio', 'create' => 'Crear Accesorio', - 'date' => 'Fecha', - 'edit' => 'Edit Accessory', + 'edit' => 'Editar Accesorio', 'eula_text' => 'Categoría EULA', 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', - 'order' => 'Nº Pedido', - 'qty' => 'Cantidad', 'total' => 'Total ', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', diff --git a/resources/lang/es-CO/admin/accessories/message.php b/resources/lang/es-CO/admin/accessories/message.php index dab1a04842..203a0789b8 100644 --- a/resources/lang/es-CO/admin/accessories/message.php +++ b/resources/lang/es-CO/admin/accessories/message.php @@ -16,9 +16,9 @@ return array( ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this accessory?', - 'error' => 'There was an issue deleting the accessory. Please try again.', - 'success' => 'The accessory was deleted successfully.' + 'confirm' => 'Estas seguro de borrar este accesorio?', + 'error' => 'Ha habido un problema eliminando este accesorio. Intentalo de nuevo.', + 'success' => 'El accesorio fue borrado con éxito.' ), 'checkout' => array( diff --git a/resources/lang/es-CO/admin/asset_maintenances/table.php b/resources/lang/es-CO/admin/asset_maintenances/table.php index 5b83539914..75b3840bd2 100644 --- a/resources/lang/es-CO/admin/asset_maintenances/table.php +++ b/resources/lang/es-CO/admin/asset_maintenances/table.php @@ -1,9 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Mantenimiento de Equipo', + 'asset_name' => 'Asset Name', + 'is_warranty' => 'Garantía', + 'dl_csv' => 'Descargar CSV' ]; diff --git a/resources/lang/es-CO/admin/categories/general.php b/resources/lang/es-CO/admin/categories/general.php index 58967eda60..15c5129871 100644 --- a/resources/lang/es-CO/admin/categories/general.php +++ b/resources/lang/es-CO/admin/categories/general.php @@ -1,22 +1,22 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'asset_categories' => 'Categorias', + 'category_name' => 'Categoría', + 'checkin_email' => 'Enviar un correo al usuario al efectuar la devolución.', + 'clone' => 'Clonar Categoría', + 'create' => 'Crear Categoría', + 'edit' => 'Editar Categoría', + 'eula_text' => 'Categoría EULA', + 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', + 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', + 'required_acceptance' => 'Se enviará un email a este usuario con un link para confirmar la aceptación de este item.', + 'required_eula' => 'Se enviará un email a este usuario con una copia del EULA', + 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', + 'update' => 'Actualizar Categoría', + 'use_default_eula' => 'En su lugar, use el EULA por defecto.', + 'use_default_eula_disabled' => 'En su lugar, use el EULA por defecto. No esta configurado un EULA por defecto. Por favor agregue uno en Configuración.', ); diff --git a/resources/lang/es-CO/admin/categories/message.php b/resources/lang/es-CO/admin/categories/message.php index 48cf5478e1..4878c7950d 100644 --- a/resources/lang/es-CO/admin/categories/message.php +++ b/resources/lang/es-CO/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'Categoría inexistente.', + 'assoc_models' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada. ', + 'assoc_items' => 'Esta categoría está actualmente asociada con al menos uno: asset_type y no se puede eliminar. Por favor actualice su: asset_type para ya no hacer referencia a esta categoría e inténtelo de nuevo. ', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', + 'success' => 'Categoría actualizada correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Estás seguro de eliminar esta categoría?', + 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', + 'success' => 'Categoría eliminada.' ) ); diff --git a/resources/lang/es-CO/admin/categories/table.php b/resources/lang/es-CO/admin/categories/table.php index a3ee96ae7f..441e322fcc 100644 --- a/resources/lang/es-CO/admin/categories/table.php +++ b/resources/lang/es-CO/admin/categories/table.php @@ -3,8 +3,8 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'parent' => 'Padre', + 'require_acceptance' => 'Aceptación', + 'title' => 'Categoría de equipo', ); diff --git a/resources/lang/es-CO/admin/companies/general.php b/resources/lang/es-CO/admin/companies/general.php index 9d58ccb58e..d0633472c4 100644 --- a/resources/lang/es-CO/admin/companies/general.php +++ b/resources/lang/es-CO/admin/companies/general.php @@ -1,4 +1,6 @@ 'Select Company', + 'about_companies_title' => 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'select_company' => 'Seleccionar compañía', ]; diff --git a/resources/lang/es-CO/admin/companies/message.php b/resources/lang/es-CO/admin/companies/message.php index a6db573519..a1bc7db6ff 100644 --- a/resources/lang/es-CO/admin/companies/message.php +++ b/resources/lang/es-CO/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'La compañía no existe.', + 'assoc_users' => 'Esta compañía ya está asociada con al menos un modelo y no puede eliminarse. Por favor, actualiza tus modelos para no referenciar esta compañía de nuevo y prueba otra vez. ', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Esta compañía no ha sido creada, por favor pruebe de nuevo.', + 'success' => 'Compañía creada satisfactoriamente.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Compañía no actualizada, por favor inténtelo de nuevo', + 'success' => 'Compañía actualizada correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => '¿Seguro que quieres eliminar esta compañía?', + 'error' => 'Hubo un problema eliminando esta compañía. Inténtelo de nuevo.', + 'success' => 'Esta compañía se eliminó satisfactoriamente.' ) ); diff --git a/resources/lang/es-CO/admin/companies/table.php b/resources/lang/es-CO/admin/companies/table.php index 2f86126ff2..7b3301aad8 100644 --- a/resources/lang/es-CO/admin/companies/table.php +++ b/resources/lang/es-CO/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'Compañías', + 'create' => 'Crear Compañía', + 'title' => 'Compañía', + 'update' => 'Actualizar Compañía', + 'name' => 'Nombre de Compañía', 'id' => 'ID', ); diff --git a/resources/lang/es-CO/admin/components/general.php b/resources/lang/es-CO/admin/components/general.php index 75c9d250ab..5586f17c7c 100644 --- a/resources/lang/es-CO/admin/components/general.php +++ b/resources/lang/es-CO/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', + 'about_components_title' => 'Sobre los componentes', + 'about_components_text' => 'Un Componente es parte de un Equipo, por ejemplo, Disco Duro, Ram, DVD, etc.', + 'component_name' => 'Nombre de Componente', + 'checkin' => 'Checkin Componente', + 'checkout' => 'Checkout Componente', + 'cost' => 'Costo de compra', + 'create' => 'Crear componente', + 'edit' => 'Editar componente', + 'date' => 'Fecha de compra', + 'order' => 'Nùmero de orden', + 'remaining' => 'Restante', 'total' => 'Total', - 'update' => 'Update Component', + 'update' => 'Actualizar Componente', ); diff --git a/resources/lang/es-CO/admin/components/message.php b/resources/lang/es-CO/admin/components/message.php index 1d13970f23..fb8de539ce 100644 --- a/resources/lang/es-CO/admin/components/message.php +++ b/resources/lang/es-CO/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'El componente no existe.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'El componente no fuè creado, intentalo de nuevo.', + 'success' => 'El componente se creò satisfactoriamente.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'El componente no se actualizò, intentalo de nuevo', + 'success' => 'Componente actualizado satisfactoriamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this component?', - 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'confirm' => 'Estàs seguro de que quieres borrar este componente?', + 'error' => 'Hubo un problema al querer borrar el componente, intentalo de nuevo.', + 'success' => 'El componente fue borrado satisfactoriamente.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'El componente no hizo check out, intentalo de nuevo', + 'success' => 'Check out del componente satisfactorio.', + 'user_does_not_exist' => 'El usuario es invalido, intentalo de nuevo.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'El componente no fue checked in, intentalo de nuevo', + 'success' => 'Check in de componente satisfactorio.', + 'user_does_not_exist' => 'Es usuario es invalido, intentalo de nuevo.' ) diff --git a/resources/lang/es-CO/admin/components/table.php b/resources/lang/es-CO/admin/components/table.php index 3d4fed6a7f..92a95311ab 100644 --- a/resources/lang/es-CO/admin/components/table.php +++ b/resources/lang/es-CO/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Nombre de Componente', ); diff --git a/resources/lang/es-CO/admin/consumables/general.php b/resources/lang/es-CO/admin/consumables/general.php index 89656e4dfb..94d476ca29 100644 --- a/resources/lang/es-CO/admin/consumables/general.php +++ b/resources/lang/es-CO/admin/consumables/general.php @@ -1,16 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', + 'about_consumables_title' => 'Acerca de los consumibles', + 'about_consumables_text' => 'Consumibles son cualquier cosa comprada que puede ser usada a lo largo del tiempo. Por ejemplo, tinta para impresora o papel para copiadora.', 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', - 'create' => 'Create Consumable', - 'date' => 'Purchase Date', - 'item_no' => 'Item No.', - 'order' => 'Order Number', - 'remaining' => 'Remaining', + 'consumable_name' => 'Nombre del Consumible', + 'create' => 'Crear Consumible', + 'item_no' => 'Artículo núm.', + 'remaining' => 'Restante', 'total' => 'Total', - 'update' => 'Update Consumable', + 'update' => 'Actualizar Consumible', ); diff --git a/resources/lang/es-CO/admin/consumables/message.php b/resources/lang/es-CO/admin/consumables/message.php index 48a3cfbd9f..ad6c4421f9 100644 --- a/resources/lang/es-CO/admin/consumables/message.php +++ b/resources/lang/es-CO/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'El consumible no existe.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'El consumible no fue creado, por favor intente nuevamente.', + 'success' => 'Consumible creado con éxito.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'El consumible no fue subido, por favor intente nuevamente', + 'success' => 'El consumible fue subido con éxito.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => '¿Está seguro que desea eliminar este consumible?', + 'error' => 'Hubo un error al borrar este consumible. Por favor intente nuevamente.', + 'success' => 'El consumible ha sido eliminado correctamente.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Consumible no fue retirado, por favor, inténtelo de nuevo', + 'success' => 'Consumible fue retirado satisfactoriamente.', + 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Consumible no fue ingresado, por favor, inténtelo de nuevo', + 'success' => 'Consumible fue ingresado satisfactoriamente.', + 'user_does_not_exist' => 'Este usuario es inválido . Inténtalo de nuevo.' ) diff --git a/resources/lang/es-CO/admin/consumables/table.php b/resources/lang/es-CO/admin/consumables/table.php index bb76721f17..befcfc511b 100644 --- a/resources/lang/es-CO/admin/consumables/table.php +++ b/resources/lang/es-CO/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Nombre del Consumible', ); diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index 42a3684232..37fceaf6bf 100644 --- a/resources/lang/es-CO/admin/custom_fields/general.php +++ b/resources/lang/es-CO/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - 'field' => 'Field', - 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', - 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', - 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', - 'fieldsets' => 'Fieldsets', - 'fieldset_name' => 'Fieldset Name', - 'field_name' => 'Field Name', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', - 'field_element' => 'Form Element', - 'field_element_short' => 'Element', - 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', - 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'custom_fields' => 'Campos personalizados', + 'field' => 'Campo', + 'about_fieldsets_title' => 'Acerca de los campos personalizados', + 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', + 'custom_format' => 'Formato a medida...', + 'encrypt_field' => 'Encrypt the value of this field in the database', + 'encrypt_field_help' => 'CUIDADO: Encriptar un campo hace que no se pueda buscar por él.', + 'encrypted' => 'Encriptado', + 'fieldset' => 'Grupo de campos personalizados', + 'qty_fields' => 'Campos de Cantidad', + 'fieldsets' => 'Grupo de campos personalizados', + 'fieldset_name' => 'Nombre del grupo', + 'field_name' => 'Nombre del campo', + 'field_values' => 'Valores de los Campos', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_element' => 'Elemento de formulario', + 'field_element_short' => 'Elemento', + 'field_format' => 'Formato', + 'field_custom_format' => 'Formato personalizado', + 'required' => 'Obligatorio', + 'req' => 'Obl.', + 'used_by_models' => 'Usado Por Modelos', + 'order' => 'Orden', + 'create_fieldset' => 'Nuevo grupo de campos', + 'create_field' => 'Nuevo campo personalizado', + 'value_encrypted' => 'El valor de este campo está encriptado en la base de datos. Solo los administradores pueden ver el valor desencriptado', ); diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php index 0d34afa9e8..3ee148ead0 100644 --- a/resources/lang/es-CO/admin/custom_fields/message.php +++ b/resources/lang/es-CO/admin/custom_fields/message.php @@ -3,25 +3,25 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'El campo no existe.', + 'already_added' => 'El campo ya fue añadido', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Campo no creado, por favor, inténtalo de nuevo.', + 'success' => 'Campo creado correctamente.', + 'assoc_success' => 'Campo correctamente añadido al grupo.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Campo no actualizado, por favor inténtelo de nuevo', + 'success' => 'Campo actualizado correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => '¿Seguro que quieres eliminar este campo?', + 'error' => 'Hubo un problema al eliminar el campo. Inténtelo de nuevo.', + 'success' => 'El campo se eliminó correctamente.', + 'in_use' => 'El campo está aún en uso.', ) ), @@ -31,20 +31,20 @@ return array( 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.', + 'success' => 'Grupo de campos creado satisfactoriamente.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'El Grupo de campos no ha sido actualizado, por favor inténtelo de nuevo', + 'success' => 'Grupo de campos actualizado correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => '¿Seguro que quieres eliminar el grupo de campos?', + 'error' => 'Hubo un problema al eliminar el grupo de campos. Inténtelo de nuevo.', + 'success' => 'El grupo de campos se eliminó correctamente.', + 'in_use' => 'El grupo de campos está aún en uso.', ) ), diff --git a/resources/lang/es-CO/admin/depreciations/general.php b/resources/lang/es-CO/admin/depreciations/general.php index d5796ff9f6..9743de920a 100644 --- a/resources/lang/es-CO/admin/depreciations/general.php +++ b/resources/lang/es-CO/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create_depreciation' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update_depreciation' => 'Update Depreciation', + 'about_asset_depreciations' => 'Info Amortización Equipos', + 'about_depreciations' => 'Puedes configurar clases de amortización para amortizar equipos de forma lineal.', + 'asset_depreciations' => 'Amortizaciones', + 'create' => 'Create Depreciation', + 'depreciation_name' => 'Nombre Amortización', + 'number_of_months' => 'Meses', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/es-CO/admin/depreciations/message.php b/resources/lang/es-CO/admin/depreciations/message.php index c20e52c13c..a5dd1791b6 100644 --- a/resources/lang/es-CO/admin/depreciations/message.php +++ b/resources/lang/es-CO/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Clase de amortización inexistente.', + 'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Amortización no creada, intentalo de nuevo. :(', + 'success' => 'Amortización creada correctamente. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Amortización no actualizada, intentalo de nuevo.', + 'success' => 'Amortización actualizada correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Estas seguro que quieres eliminar la Amortización?', + 'error' => 'Amortización no eliminada, intentalo de nuevo.', + 'success' => 'Amortización eliminada correctamente.' ) ); diff --git a/resources/lang/es-CO/admin/depreciations/table.php b/resources/lang/es-CO/admin/depreciations/table.php index 5ba01d132c..d0e2f193cc 100644 --- a/resources/lang/es-CO/admin/depreciations/table.php +++ b/resources/lang/es-CO/admin/depreciations/table.php @@ -3,8 +3,8 @@ return array( 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'months' => 'Meses', + 'term' => 'Termina', + 'title' => 'Nombre ', ); diff --git a/resources/lang/es-CO/admin/groups/message.php b/resources/lang/es-CO/admin/groups/message.php index f14b6339e8..4b7f99ca54 100644 --- a/resources/lang/es-CO/admin/groups/message.php +++ b/resources/lang/es-CO/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'El grupo ya existe!', + 'group_not_found' => 'El grupo [:id] no existe.', + 'group_name_required' => 'El campo nombre es obligatorio', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Grupo creado.', + 'update' => 'Grupo actualizado.', + 'delete' => 'Grupo eliminado.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Seguroq que quieres Eliminar grupo?', + 'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.', + 'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.', + 'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.', ), ); diff --git a/resources/lang/es-CO/admin/groups/table.php b/resources/lang/es-CO/admin/groups/table.php index 61f060a116..c002d06ba8 100644 --- a/resources/lang/es-CO/admin/groups/table.php +++ b/resources/lang/es-CO/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'ID', + 'name' => 'Nombre', + 'users' => '# de Usuarios', ); diff --git a/resources/lang/es-CO/admin/groups/titles.php b/resources/lang/es-CO/admin/groups/titles.php index 12c333a66f..ba098eb80b 100644 --- a/resources/lang/es-CO/admin/groups/titles.php +++ b/resources/lang/es-CO/admin/groups/titles.php @@ -1,13 +1,14 @@ 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', + 'group_management' => 'Gestión de Grupos', + 'create' => 'Create New Group', + 'update' => 'Edit Group', + 'group_name' => 'Nombre de Grupo', + 'group_admin' => 'Admin Grupo', + 'allow' => 'Permitir', + 'deny' => 'Denegar', ); diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php index e4bf1e3f39..9467058657 100644 --- a/resources/lang/es-CO/admin/hardware/form.php +++ b/resources/lang/es-CO/admin/hardware/form.php @@ -1,44 +1,42 @@ 'Confrm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'bulk_delete' => 'Confirm Bulk Delete Assets', + 'bulk_delete_help' => 'Revisar los bienes para eliminación masiva. Una vez eliminados, esos bienes pueden ser restaurados, pero no volverán a estar asociados con ningún usuario a los que esté asignado.', + 'bulk_delete_warn' => 'Está a punto de borrar :asset_count.', + 'bulk_update' => 'Actualización masiva de Equipos', + 'bulk_update_help' => 'Este formulario le permite actualizar múltiples Equipos simultáneamente. Solo complete los campos que quiere modificar. Todo campo en blanco permanecerá sin cambios. ', + 'bulk_update_warn' => 'Esta a punto de editar las propiedades de :asset_count equipos.', + 'checkedout_to' => 'Asignado a', + 'checkout_date' => 'Fecha de asignación', + 'checkin_date' => 'Fecha de devolución', + 'checkout_to' => 'Asignar a', + 'cost' => 'Precio Compra', + 'create' => 'Crear Equipo', + 'date' => 'Fecha Compra', + 'depreciates_on' => 'Se deprecia en', + 'default_location' => 'Ubicación Predeterminada', + 'eol_date' => 'Fecha EOL', + 'eol_rate' => 'Tasa de EOL', + 'expected_checkin' => 'Fecha Esperada de Devolución', + 'expires' => 'Expira', + 'fully_depreciated' => 'Totalmente amortizado', + 'help_checkout' => 'Si desea asignar este equipo inmediatamente, seleccione "Listo para Asignar" de la lista de estados de arriba. ', + 'mac_address' => 'MAC Dirección', + 'manufacturer' => 'Fabricante', + 'model' => 'Modelo', + 'months' => 'meses', + 'name' => 'Equipo', + 'notes' => 'Notas', + 'order' => 'Nº Pedido', + 'qr' => 'Código QR', + 'requestable' => 'Los usuarios pueden solicitarlo', + 'select_statustype' => 'Selecciona estado', + 'serial' => 'N. Serie', + 'status' => 'Estado', + 'tag' => 'Etiqueta', + 'update' => 'Actualizar Equipo', + 'warranty' => 'Garantía', + 'years' => 'años', ) ; diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php index 6674ea0c9d..0ff9c61acf 100644 --- a/resources/lang/es-CO/admin/hardware/general.php +++ b/resources/lang/es-CO/admin/hardware/general.php @@ -1,21 +1,23 @@ 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset to User', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'about_assets_title' => 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'archived' => 'Archivado', + 'asset' => 'Equipo', + 'bulk_checkout' => 'Asignar activos a un usuario', + 'checkin' => 'Quitar Equipo', + 'checkout' => 'Asignar a un usuario', + 'clone' => 'Clonar Equipo', + 'deployable' => 'Desplegable', + 'deleted' => 'Este equipo ha sido eliminado. Click aqui para restaurarlot.', + 'edit' => 'Editar Equipo', + 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'model_deleted' => 'Este modelo de equipo ha sido borrado. Debe restaurar el modelo antes de poder restaurar el equipo.
Hacer click aquí para restaurar el modelo.', + 'requestable' => 'Requerible', + 'requested' => 'Solicitado', + 'restore' => 'Restaurar equipo', + 'pending' => 'Pendiente', + 'undeployable' => 'No desplegable', + 'view' => 'Ver Equipo', ); diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index d27ca91573..5d0504abf6 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -2,74 +2,74 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. + Si no es correcto, actualiza su estado.', + 'does_not_exist' => 'Equipo inexistente.', + 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', + 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Equipo no creado, intentalo de nuevo. :(', + 'success' => 'Equipo creado. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Equipo no actualizado, intentalo de nuevo', + 'success' => 'Equipo actualizado.', + 'nothing_updated' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'El equipo no fue restaurado, por favor intente nuevamente', + 'success' => 'Equipo restaurado correctamente.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo eliminado correctamente.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo(s) cargado correctamente.', + 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', + 'invalidfiles' => 'Uno o más sus archivos es demasiado grande o es de un tipo no permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf y txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Algunos elementos no se pudieron importar correctamente.', + 'errorDetail' => 'Estos elementos no pudieron importarse debido a errores.', + 'success' => "Tu archivo ha sido importado", + 'file_delete_success' => "Tu archivo ha sido eliminado con éxito", + 'file_delete_error' => "No pudimos eliminar tu archivo", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Estás seguro que quieres eliminar el equipo?', + 'error' => 'Equipo no eliminado, intentalo de nuevo.', + 'success' => 'Equipo eliminado.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Equipo no asignado, intentalo de nuevo', + 'success' => 'Equipo asignado.', + 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', + 'not_available' => '¡Ese artículo no está disponible para retirada!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', + 'success' => 'Equipo quitado correctamente.', + 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.', + 'already_checked_in' => 'Ese activo ya se quito.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Bien no solicitado, por favor inténtelo de nuevo', + 'success' => 'Bien solicitado correctamente.', + 'canceled' => 'Solicitud de retirada cancelada con éxito' ) ); diff --git a/resources/lang/es-CO/admin/hardware/table.php b/resources/lang/es-CO/admin/hardware/table.php index e8baa09d5a..c43cc6285c 100644 --- a/resources/lang/es-CO/admin/hardware/table.php +++ b/resources/lang/es-CO/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'asset_tag' => 'Etiqueta', + 'asset_model' => 'Modelo', + 'book_value' => 'Valor', + 'change' => 'Operación', + 'checkout_date' => 'Fecha de asignación', + 'checkoutto' => 'Asignado', + 'diff' => 'Diferencia', + 'dl_csv' => 'Descargar CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'Localización', + 'purchase_cost' => 'Costo', + 'purchase_date' => 'Comprado', + 'serial' => 'N. Serie', + 'status' => 'Estado', + 'title' => 'Equipo ', + 'image' => 'Imagen de dispositivo', + 'days_without_acceptance' => 'Días Sin Aceptación' ); diff --git a/resources/lang/es-CO/admin/licenses/form.php b/resources/lang/es-CO/admin/licenses/form.php index 2e97ae2adf..3724e53dbd 100644 --- a/resources/lang/es-CO/admin/licenses/form.php +++ b/resources/lang/es-CO/admin/licenses/form.php @@ -2,28 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', - 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'Equipo', + 'checkin' => 'Quita', + 'create' => 'Nueva Licencia', + 'expiration' => 'Fecha de vencimiento', + 'license_key' => 'Clave de producto', + 'maintained' => 'Mantenido', + 'name' => 'Aplicación', + 'no_depreciation' => 'No Amortizar', + 'purchase_order' => 'Número de orden de compra', + 'reassignable' => 'Reasignable', + 'remaining_seats' => 'Posiciones Restantes', + 'seats' => 'Instalaciones', + 'termination_date' => 'Fecha de Fin', + 'to_email' => 'Registrado a Email', + 'to_name' => 'Registrado a Nombre', + 'update' => 'Actualizar Licencia', + 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' ); diff --git a/resources/lang/es-CO/admin/licenses/general.php b/resources/lang/es-CO/admin/licenses/general.php index 808d75a34a..6af5be7810 100644 --- a/resources/lang/es-CO/admin/licenses/general.php +++ b/resources/lang/es-CO/admin/licenses/general.php @@ -1,20 +1,21 @@ 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'about_licenses_title' => 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'checkin' => 'Quitar Instalación', + 'checkout_history' => 'Historial Asignaciones', + 'checkout' => 'Asignar Instalación', + 'edit' => 'Editar Usuario', + 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'clone' => 'Clonar Usuario', + 'history_for' => 'Historial para ', + 'in_out' => 'Quita/Asigna', + 'info' => 'Info Licencia', + 'license_seats' => 'Num. Instalaciones', + 'seat' => 'Instalación', + 'seats' => 'Instalaciones', + 'software_licenses' => 'Licencias Software', + 'user' => 'Usuario', + 'view' => 'Ver Licencias', ); diff --git a/resources/lang/es-CO/admin/licenses/message.php b/resources/lang/es-CO/admin/licenses/message.php index ae016bcdfe..70e73d630b 100644 --- a/resources/lang/es-CO/admin/licenses/message.php +++ b/resources/lang/es-CO/admin/licenses/message.php @@ -2,49 +2,49 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Categoría inexistente.', + 'user_does_not_exist' => 'Usuario inexistente.', + 'asset_does_not_exist' => 'El equipo que intentas asignar a esta licencia no existe.', + 'owner_doesnt_match_asset' => 'El equipo al que estas intentando asignar esta licenciam, está asignado a un usuario diferente que el de la licencia.', + 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo eliminado correctamente.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo(s) cargado correctamente.', + 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', + 'success' => 'Categoría actualizada correctamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Estás seguro de eliminar esta categoría?', + 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', + 'success' => 'Categoría eliminada.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Equipo no asignado, intentalo de nuevo', + 'success' => 'Equipo asignado.' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', + 'success' => 'Equipo quitado correctamente.' ), ); diff --git a/resources/lang/es-CO/admin/licenses/table.php b/resources/lang/es-CO/admin/licenses/table.php index dfce4136cb..c5b82e4147 100644 --- a/resources/lang/es-CO/admin/licenses/table.php +++ b/resources/lang/es-CO/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Asignada a', + 'checkout' => 'Quita/Asigna', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'Email', + 'license_name' => 'Licenciado a', + 'purchase_date' => 'Fecha Compra', + 'purchased' => 'Comprada', + 'seats' => 'Instalaciones', + 'hardware' => 'Equipo', + 'serial' => 'N. Serie', + 'title' => 'Categoría de equipo', ); diff --git a/resources/lang/es-CO/admin/locations/message.php b/resources/lang/es-CO/admin/locations/message.php index 3ba1eed3b6..80fb8e1d24 100644 --- a/resources/lang/es-CO/admin/locations/message.php +++ b/resources/lang/es-CO/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Localización no existente.', + 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ', + 'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ', + 'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Localización no creada, Intentalo de nuevo.', + 'success' => 'Localización creada.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Localización no actualizada, Intentalo de nuevo', + 'success' => 'Localización actualizada.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => '¿Está seguro que desea eliminar esta ubicación?', + 'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.', + 'success' => 'Localización eliminada.' ) ); diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php index 8360ef19bc..ed9657f5c7 100644 --- a/resources/lang/es-CO/admin/locations/table.php +++ b/resources/lang/es-CO/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Equipo asignado', + 'id' => 'ID', + 'city' => 'Ciudad', + 'state' => 'Provincia', + 'country' => 'Pais', + 'create' => 'Crear Localización', + 'update' => 'Actualizar Localización', + 'name' => 'Nombre Localización', + 'address' => 'Dirección', + 'zip' => 'Códio Postal', + 'locations' => 'Localizaciones', + 'parent' => 'Padre', + 'currency' => 'Divisa de la Localización', + ); diff --git a/resources/lang/es-CO/admin/manufacturers/message.php b/resources/lang/es-CO/admin/manufacturers/message.php index 6586d2af44..767b223d47 100644 --- a/resources/lang/es-CO/admin/manufacturers/message.php +++ b/resources/lang/es-CO/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Fabricante inexistente.', + 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Fabricante no creado, Intentalo de nuevo.', + 'success' => 'Fabricante creado.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Fabricante no actualizado, Intentalo de nuevo', + 'success' => 'Fabricante actualizado.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', + 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', + 'success' => 'Fabricante Eliminado.' ) ); diff --git a/resources/lang/es-CO/admin/manufacturers/table.php b/resources/lang/es-CO/admin/manufacturers/table.php index 1861ee7c56..53fc87cf42 100644 --- a/resources/lang/es-CO/admin/manufacturers/table.php +++ b/resources/lang/es-CO/admin/manufacturers/table.php @@ -1,11 +1,12 @@ 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'about_manufacturers_title' => 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', + 'asset_manufacturers' => 'Fabricantes', + 'create' => 'Crear Fabricante', 'id' => 'ID', - 'name' => 'Manufacturer Name', - 'update' => 'Update Manufacturer', + 'name' => 'Nombre Fabricante', + 'update' => 'Actualizar Fabricante', ); diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php index 08677c5532..7b4b839f44 100644 --- a/resources/lang/es-CO/admin/models/general.php +++ b/resources/lang/es-CO/admin/models/general.php @@ -1,14 +1,15 @@ 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'deleted' => 'Este modelo ha sido borrado.Click aquí para restaurarlo.', + 'restore' => 'Restaurar Modelo', + 'requestable' => 'Los usuarios pueden solicitar este modelo', + 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', + 'view_deleted' => 'Ver Borrados', + 'view_models' => 'Ver Modelos', + 'fieldset' => 'Grupos de campo', + 'no_custom_field' => 'No hay campos personalizados', ); diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php index fe51cb8d4c..c732676053 100644 --- a/resources/lang/es-CO/admin/models/message.php +++ b/resources/lang/es-CO/admin/models/message.php @@ -2,30 +2,30 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Modelo inexistente.', + 'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Modelo no creado, Intentalo de nuevo.', + 'success' => 'Modelo creado.', + 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Modelo no actualizado, Intentalo de nuevo', + 'success' => 'Modelo actualizado.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Estás seguro de querer eliminar el Modelo?', + 'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.', + 'success' => 'Modelo eliminado.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'El modelo no fue restaurado, por favor intente nuevamente', + 'success' => 'Modelo restaurado exitosamente.' ), ); diff --git a/resources/lang/es-CO/admin/models/table.php b/resources/lang/es-CO/admin/models/table.php index 11a512b3d3..23298d575a 100644 --- a/resources/lang/es-CO/admin/models/table.php +++ b/resources/lang/es-CO/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Crear Modelo Equipo', + 'created_at' => 'Creado el', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Modelo No.', + 'name' => 'Nombre Modelo', + 'numassets' => 'Equipos', + 'title' => 'Modelos Equipos', + 'update' => 'Actualizar Modelo', + 'view' => 'Ver Modelo', + 'update' => 'Actualizar Modelo', + 'clone' => 'Clonar Modelo', + 'edit' => 'Editar Modelo', ); diff --git a/resources/lang/es-CO/admin/reports/general.php b/resources/lang/es-CO/admin/reports/general.php index b03b97546f..f6251cdbf3 100644 --- a/resources/lang/es-CO/admin/reports/general.php +++ b/resources/lang/es-CO/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Selecciona las opciones de tu informe de Equipos.' ); diff --git a/resources/lang/es-CO/admin/reports/message.php b/resources/lang/es-CO/admin/reports/message.php index d4c8f8198f..a8f61aa993 100644 --- a/resources/lang/es-CO/admin/reports/message.php +++ b/resources/lang/es-CO/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Debes seleccionar al menos UNA opción.' ); diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index fa88f72686..ab9e2166af 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -1,108 +1,108 @@ 'Active Directory', - 'ad_domain' => 'Active Directory domain', - 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', - 'is_ad' => 'This is an Active Directory server', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - 'ldap_enabled' => 'LDAP enabled', - 'ldap_integration' => 'LDAP Integration', - 'ldap_settings' => 'LDAP Settings', - 'ldap_server' => 'LDAP Server', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', - 'ldap_server_cert' => 'LDAP SSL certificate validation', - 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', - 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.', - 'ldap_tls' => 'Use TLS', - 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', - 'ldap_uname' => 'LDAP Bind Username', - 'ldap_pword' => 'LDAP Bind Password', - 'ldap_basedn' => 'Base Bind DN', - 'ldap_filter' => 'LDAP Filter', - 'ldap_pw_sync' => 'LDAP Password Sync', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', - 'ldap_username_field' => 'Username Field', - 'ldap_lname_field' => 'Last Name', - 'ldap_fname_field' => 'LDAP First Name', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', - 'ldap_active_flag' => 'LDAP Active Flag', - 'ldap_emp_num' => 'LDAP Employee Number', - 'ldap_email' => 'LDAP Email', - 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', + 'ad' => 'Directorio Activo', + 'ad_domain' => 'Dominio del Directorio Activo', + 'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.', + 'is_ad' => 'Este es un servidor de Directorio Activo', + 'alert_email' => 'Enviar alertas a', + 'alerts_enabled' => 'Alertas habilitadas', + 'alert_interval' => 'Limite de alertas de expiración (en días)', + 'alert_inv_threshold' => 'Umbral de alerta del inventario', + 'asset_ids' => 'IDs de Recurso', + 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', + 'auto_increment_prefix' => 'Prefijo (opcional)', + 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', + 'backups' => 'Copias de seguridad', + 'barcode_settings' => 'Configuración de Código de Barras', + 'confirm_purge' => 'Confirmar la purga', + 'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.', + 'custom_css' => 'CSS Personalizado', + 'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.', + 'default_currency' => 'Moneda Predeterminada', + 'default_eula_text' => 'EULA por defecto', + 'default_language' => 'Idioma predeterminado', + 'default_eula_help_text' => 'También puede asociar EULAs personalizadas para categorías especificas de equipos.', + 'display_asset_name' => 'Mostrar Nombre Equipo', + 'display_checkout_date' => 'Mostrar Fecha de Salida', + 'display_eol' => 'Mostrar EOL', + 'display_qr' => 'Mostrar Códigos QR', + 'display_alt_barcode' => 'Mostrar códigos de barras en 1D', + 'barcode_type' => 'Tipo de códigos de barras 2D', + 'alt_barcode_type' => 'Tipo de códigos de barras 1D', + 'eula_settings' => 'Configuración EULA', + 'eula_markdown' => 'Este EULS permite makrdown estilo Github.', + 'general_settings' => 'Configuración General', + 'generate_backup' => 'Generar Respaldo', + 'header_color' => 'Color de encabezado', + 'info' => 'Estos parámetros permirten personalizar ciertos aspectos de la aplicación.', + 'laravel' => 'Versión de Laravel', + 'ldap_enabled' => 'LDAP activado', + 'ldap_integration' => 'Integración LDAP', + 'ldap_settings' => 'Ajustes LDAP', + 'ldap_server' => 'Servidor LDAP', + 'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)', + 'ldap_server_cert' => 'Certificado de validación SSL LDAP', + 'ldap_server_cert_ignore' => 'Permitir certificados SSL inválidos', + 'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL auto firmado y quieres aceptar un certificado SSL inválido.', + 'ldap_tls' => 'Usar TLS', + 'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ', + 'ldap_uname' => 'Enlazar usuario LDAP', + 'ldap_pword' => 'Enlazar contraseña LDAP', + 'ldap_basedn' => 'Enlazar base DN', + 'ldap_filter' => 'Filtro LDAP', + 'ldap_pw_sync' => 'Sincronización de Contraseña LDAP', + 'ldap_pw_sync_help' => 'Desmarca esta casilla si no quieres mantener las contraseñas LDAP sincronizadas con las contraseñas locales. Desactivar esto significa que tus usuarios no podrán acceder si tu servidor LDAP no está disponible por algún motivo.', + 'ldap_username_field' => 'Campo de usuario', + 'ldap_lname_field' => 'Apellido', + 'ldap_fname_field' => 'Nombre LDAP', + 'ldap_auth_filter_query' => 'Consulta de autentificación LDAP', + 'ldap_version' => 'Versión LDAP', + 'ldap_active_flag' => 'Flag activo LDAP', + 'ldap_emp_num' => 'Número de empleado LDAP', + 'ldap_email' => 'Email LDAP', + 'load_remote_text' => 'Scripts remotos', + 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', 'logo' => 'Logo', - 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', - 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - 'brand' => 'Branding', - 'about_settings_title' => 'About Settings', - 'about_settings_text' => 'These settings let you customize certain aspects of your installation.', - 'labels_per_page' => 'Labels per page', - 'label_dimensions' => 'Label dimensions (inches)', - 'page_padding' => 'Page margins (inches)', - 'purge' => 'Purge Deleted Records', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', - 'labels_fontsize' => 'Label font size', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', - 'inches' => 'inches', - 'width_w' => 'w', - 'height_h' => 'h', + 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', + 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', + 'optional' => 'opcional', + 'per_page' => 'Resultados por página', + 'php' => 'Versión de PHP', + 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .', + 'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.', + 'qr_help' => 'Activa Códigos QR antes para poder ver esto', + 'qr_text' => 'Texto Código QR', + 'setting' => 'Parámetro', + 'settings' => 'Configuración', + 'site_name' => 'Nombre del sitio', + 'slack_botname' => 'Nombre de bot en Slack', + 'slack_channel' => 'Canal en Slack', + 'slack_endpoint' => 'Terminal en Slack', + 'slack_integration' => 'Configuración Slack', + 'slack_integration_help' => 'La integración con Slack es opcional, de todos modos la terminal y el canal son requeridos si desea usarlo. Para configurar la integración con Slack, debe primero crear un webhook entrante en su cuenta de Slack.', + 'snipe_version' => 'Version de Snipe-IT', + 'system' => 'Información del Sistema', + 'update' => 'Actualizar Parámetros', + 'value' => 'Valor', + 'brand' => 'Marca', + 'about_settings_title' => 'Acerca de Ajustes', + 'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.', + 'labels_per_page' => 'Etiquetas por pàgina', + 'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)', + 'page_padding' => 'Margenès de pàgina (pulgadas)', + 'purge' => 'Purgar registros eliminados', + 'labels_display_bgutter' => 'Borde inferior de la Etiqueta', + 'labels_display_sgutter' => 'Borde lateral de la Etiqueta', + 'labels_fontsize' => 'Tamaño de fuente de la etiqueta', + 'labels_pagewidth' => 'Ancho de la hoja de etiqueta', + 'labels_pageheight' => 'Altura de la hoja de etiqueta', + 'label_gutters' => 'Espaciamiento de etiqueta (pulgadas)', + 'page_dimensions' => 'Dimensiones de la página (pulgadas)', + 'label_fields' => 'Campos visibles de la etiqueta', + 'inches' => 'pulgadas', + 'width_w' => 'an', + 'height_h' => 'al', 'text_pt' => 'pt', 'two_factor' => 'Two Factor Authentication', 'two_factor_secret' => 'Two-Factor Code', @@ -114,17 +114,20 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'left' => 'izquierda', + 'right' => 'derecha', + 'top' => 'arriba', + 'bottom' => 'fondo', 'vertical' => 'vertical', 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros', ); diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php index 736d5c3e9e..3980dcd7a8 100644 --- a/resources/lang/es-CO/admin/settings/message.php +++ b/resources/lang/es-CO/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Ha ocurrido un error al actualizar. ', + 'success' => 'Parámetros actualizados correctamente.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Está seguro que desea eliminar este archivo de respaldo? Esta acción no puede ser revertida. ', + 'file_deleted' => 'El archivo de respaldo fue eliminado satisfactoriamente. ', + 'generated' => 'Un nuevo archivo de respaldo fue creado satisfactoriamente.', + 'file_not_found' => 'El archivo de respaldo no se ha encontrado en el servidor.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'Ha ocurrido un error mientras se realizaba el purgado. ', + 'validation_failed' => 'Su confirmación de purga es incorrecta. Por favor, escriba la palabra "Borrar" en el cuadro de confirmación.', + 'success' => 'Registros eliminados correctamente purgados.' ), ); diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php index 619a5a509c..4266485389 100644 --- a/resources/lang/es-CO/admin/statuslabels/message.php +++ b/resources/lang/es-CO/admin/statuslabels/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Status Label does not exist.', - 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + 'does_not_exist' => 'Etiqueta de estado no existe.', + 'assoc_assets' => 'Esta etiqueta de estado esta actualmente asociado con al menos un activo y no se puede eliminar. Por favor actualice sus activos para ya no hacer referencia a este estado y vuelva a intentarlo. ', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Etiqueta de estado no fue creada, por favor, inténtelo de nuevo.', + 'success' => 'Etiqueta de estado fue creada exitosamente.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Etiqueta de estado no se ha actualizado, por favor, inténtelo de nuevo', + 'success' => 'Etiqueta de estado fue actualizada exitosamente.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this Status Label?', - 'error' => 'There was an issue deleting the Status Label. Please try again.', - 'success' => 'The Status Label was deleted successfully.' + 'confirm' => '¿Está seguro que desea eliminar esta etiqueta de estado?', + 'error' => 'Hubo un problema borrando la etiqueta de estado. Por favor, inténtelo de nuevo.', + 'success' => 'La etiqueta de estado se ha eliminado exitosamente.' ) ); diff --git a/resources/lang/es-CO/admin/statuslabels/table.php b/resources/lang/es-CO/admin/statuslabels/table.php index b9b5b7ec4e..8afb9716e6 100644 --- a/resources/lang/es-CO/admin/statuslabels/table.php +++ b/resources/lang/es-CO/admin/statuslabels/table.php @@ -1,17 +1,17 @@ 'About Status Labels', - 'archived' => 'Archived', - 'create' => 'Create Status Label', - 'color' => 'Chart Color', - 'deployable' => 'Deployable', - 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.', - 'name' => 'Status Name', - 'pending' => 'Pending', - 'status_type' => 'Status Type', - 'show_in_nav' => 'Show in side nav', - 'title' => 'Status Labels', - 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'about' => 'Info Etiquetas Estado', + 'archived' => 'Archivado', + 'create' => 'Crear Etiqueta Estado', + 'color' => 'Color de la Gráfica', + 'deployable' => 'Desplegable', + 'info' => 'Las etiquetas de estado se utilizan para describir los diferentes estados en que pueden estar tus equipos. Pueden estar fuera en reparación, perdidos/robados, etc. Puedes crear nuevas etiquetas de estado para equipos desplegables, pendientes o archivados.', + 'name' => 'Estado', + 'pending' => 'Pendiente', + 'status_type' => 'Tipo de estado', + 'show_in_nav' => 'Mostrar en la barra lateral', + 'title' => 'Etiquetas Estado', + 'undeployable' => 'No desplegable', + 'update' => 'Actualizar Etiqueta Estado', ); diff --git a/resources/lang/es-CO/admin/suppliers/message.php b/resources/lang/es-CO/admin/suppliers/message.php index df4bc41af3..ec02db501a 100644 --- a/resources/lang/es-CO/admin/suppliers/message.php +++ b/resources/lang/es-CO/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Proveedor does not exist.', + 'assoc_users' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Proveedor no creado, Intentalo de nuevo.', + 'success' => 'Proveedor creado.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Proveedor no actualizado, Intentalo de nuevo', + 'success' => 'Proveedor actualizado.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Estás seguro de querer eliminar este Proveedor?', + 'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.', + 'success' => 'Proveedor eliminado.' ) ); diff --git a/resources/lang/es-CO/admin/suppliers/table.php b/resources/lang/es-CO/admin/suppliers/table.php index 88adfc692b..b1354e76a1 100644 --- a/resources/lang/es-CO/admin/suppliers/table.php +++ b/resources/lang/es-CO/admin/suppliers/table.php @@ -1,25 +1,27 @@ 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', + 'about_suppliers_title' => 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'address' => 'Dirección del Proveedor', + 'assets' => 'Equipos', + 'city' => 'Ciudad', + 'contact' => 'Nombre Contacto', + 'country' => 'Pais', + 'create' => 'Crear Proveedor', 'email' => 'Email', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Licencias', + 'name' => 'Nombre', + 'notes' => 'Notas', + 'phone' => 'Teléfono', + 'state' => 'Provincia', + 'suppliers' => 'Proveedores', + 'update' => 'Actualizar Proveedor', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Ver Proveedor', + 'view_assets_for' => 'Ver Equipos para', + 'zip' => 'Código Postal', ); diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index b6acbce0d7..bccf491cd1 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -3,16 +3,19 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', + 'assets_user' => 'Equipos asignados a :name', + 'current_assets' => 'Equipos checked out a este usuario', + 'clone' => 'Clonar Usuario', + 'contact_user' => 'Contacta con :name', + 'edit' => 'Editar Usuario', + 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', + 'history_user' => 'Historial de :name', + 'last_login' => 'Último acceso', + 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', + 'software_user' => 'Software asignado a :name', + 'view_user' => 'Ver Usuario :name', + 'usercsv' => 'Archivo CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/es-CO/admin/users/message.php b/resources/lang/es-CO/admin/users/message.php index a1a9757e86..c7ee709442 100644 --- a/resources/lang/es-CO/admin/users/message.php +++ b/resources/lang/es-CO/admin/users/message.php @@ -2,54 +2,54 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Ha aceptado con éxito este equipo.', + 'declined' => 'Ha declinado con éxito este equipo.', + 'user_exists' => 'El Usuario ya existe!', + 'user_not_found' => 'Usuario [:id] no existe.', + 'user_login_required' => 'El campo Usuario es obligatorio', + 'user_password_required' => 'El password es obligatorio.', + 'insufficient_permissions' => 'No tiene permiso.', + 'user_deleted_warning' => 'Este usuario ha sido eliminado. Deberá restaurarlo para editarlo o asignarle nuevos Equipos.', + 'ldap_not_configured' => 'La integración con LDAP no ha sido configurada para esta instalación.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Usuario correctamente creado.', + 'update' => 'Usuario correctamente actualizado.', + 'delete' => 'Usuario correctamente eliminado.', + 'ban' => 'Usuario correctamente bloqueado.', + 'unban' => 'Usuario correctamente desbloqueado.', + 'suspend' => 'Usuario correctamente suspendido.', + 'unsuspend' => 'Usuario correctamente no suspendido.', + 'restored' => 'Usuario correctamente restaurado.', + 'import' => 'Usuarios importados correctamente.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.', + 'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.', + 'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.', + 'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.', + 'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.', + 'asset_already_accepted' => 'Este equipo ya ha sido aceptado.', + 'accept_or_decline' => 'Debe aceptar o declinar este equipo.', + 'incorrect_user_accepted' => 'El equipo que has permitido aceptar no te tiene checkeado a ti.', + 'ldap_could_not_connect' => 'No se ha podido conectar con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', + 'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ', + 'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', + 'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo eliminado correctamente.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', + 'success' => 'Archivo(s) cargado correctamente.', + 'nofiles' => 'No ha seleccionado ningún archivo para subir', + 'invalidfiles' => 'Uno o más sus archivos es demasiado grande o es de un tipo no permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf y txt.', ), ); diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php index 8c9b40a454..80748286cd 100644 --- a/resources/lang/es-CO/admin/users/table.php +++ b/resources/lang/es-CO/admin/users/table.php @@ -2,35 +2,35 @@ return array( - 'activated' => 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', + 'activated' => 'Activo', + 'allow' => 'Permitir', + 'checkedout' => 'Equipos', + 'created_at' => 'Creado', + 'createuser' => 'Crear Usuario', + 'deny' => 'Denegar', 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'employee_num' => 'No. Empleado', + 'first_name' => 'Nombre', + 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', + 'id' => 'ID', + 'inherit' => 'Hereda de', + 'job' => 'Departamento', + 'last_login' => 'Ultimo Login', + 'last_name' => 'Apellidos', + 'location' => 'Localización', + 'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.', + 'manager' => 'Responsable', + 'name' => 'Usuario', + 'notes' => 'Notas', + 'password_confirm' => 'Confirmar Password', + 'password' => 'Contraseña', + 'phone' => 'Teléfono', + 'show_current' => 'Mostrar usuarios actuales', + 'show_deleted' => 'Mostrar usuarios eliminados', + 'title' => 'Puesto', + 'updateuser' => 'Actualizar Usuario', + 'username' => 'UsuarioUsuario', + 'username_note' => '(Esto se usa solo para la conexión con Active Directory, no para el inicio de sesión.)', + 'cloneuser' => 'Clonar Usuario', + 'viewusers' => 'Ver Usuarios', ); diff --git a/resources/lang/es-CO/auth/general.php b/resources/lang/es-CO/auth/general.php index bf88cba77a..c260df2120 100644 --- a/resources/lang/es-CO/auth/general.php +++ b/resources/lang/es-CO/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña', + 'email_reset_password' => 'Restaurar contraseña email', + 'reset_password' => 'Restablecer Contraseña', + 'login' => 'Iniciar Sesión', + 'login_prompt' => 'Por favor, inicia sesión', + 'forgot_password' => 'He olvidado mi contraseña', + 'remember_me' => 'Recordarme', ]; diff --git a/resources/lang/es-CO/auth/message.php b/resources/lang/es-CO/auth/message.php index 31bafb55ce..2c8bfd73cb 100644 --- a/resources/lang/es-CO/auth/message.php +++ b/resources/lang/es-CO/auth/message.php @@ -2,35 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', + 'account_already_exists' => 'Ya existe un usuario con este e-mail.', + 'account_not_found' => 'El nombre de usuario o contraseña es incorrecta.', + 'account_not_activated' => 'Este usuario no está activado.', + 'account_suspended' => 'Este usuario está desactivado.', + 'account_banned' => 'Este usuario ha sido expulsado.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Ha habido un problema al iniciar sesión. Por favor, vuelve a intentarlo.', + 'success' => 'has iniciado sesión correctamente.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Ha habido un problema al crear la cuenta. Por favor, vuelve a intentarlo.', + 'success' => 'Cuenta creada correctamente.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', + 'success' => 'Email de recuperación de password enviado.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', + 'success' => 'El password ha sido reseteado correctamente.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Ha habido un problema al intentar activar la cuenta. Por favor, vuelve a intentarlo..', + 'success' => 'Cuenta correctamente activada.', ), ); diff --git a/resources/lang/es-CO/button.php b/resources/lang/es-CO/button.php index 14aedbf0fe..5f2ac96abb 100644 --- a/resources/lang/es-CO/button.php +++ b/resources/lang/es-CO/button.php @@ -2,15 +2,15 @@ return array( - 'actions' => 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', + 'actions' => 'Acciones', + 'add' => 'Agregar nuevo', + 'cancel' => 'Cancelar', + 'checkin_and_delete' => 'Verificar y eliminar usuario', + 'delete' => 'Borrar', + 'edit' => 'Editar', + 'restore' => 'Restaurar', + 'request' => 'Solicitud', + 'submit' => 'Enviar', + 'upload' => 'Subir', ); diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index cc6e025607..9c9c0d7c20 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -1,178 +1,185 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', + 'accessories' => 'Accesorios', + 'activated' => 'Activado', + 'accessory' => 'Accesorio', + 'accessory_report' => 'Reporte de Accesorios', + 'action' => 'Acción', + 'activity_report' => 'Reporte de Actividad', + 'address' => 'Dirección', 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'date' => 'Date', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'add_seats' => 'Sitios añadidos', + 'all_assets' => 'Todos los Equipos', + 'all' => 'Todos los', + 'archived' => 'Archivado', + 'asset_models' => 'Modelos', + 'asset' => 'Equipo', + 'asset_report' => 'Reporte de Equipos', + 'asset_tag' => 'Etiqueta', + 'assets_available' => 'equipos disponibles', + 'assets' => 'Equipos', + 'avatar_delete' => 'Eliminar Avatar', + 'avatar_upload' => 'Subir Avatar', + 'back' => 'Atras', + 'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?', + 'bulk_checkout' => 'Procesar en Lote', + 'cancel' => 'Cancelar', + 'categories' => 'Categorías', + 'category' => 'Categoría', + 'changeemail' => 'Cambiar Email', + 'changepassword' => 'Cambiar Password', + 'checkin' => 'Quitar Equipo', + 'checkin_from' => 'Devolución de', + 'checkout' => 'Asignar a un usuario', + 'city' => 'Ciudad', + 'companies' => 'Empresas', + 'company' => 'Empresa', + 'component' => 'Componente', + 'components' => 'Componentes', + 'consumable' => 'Consumible', + 'consumables' => 'Consumibles', + 'country' => 'Pais', + 'create' => 'Crear Localización', + 'created' => 'Artículo creado', + 'created_asset' => 'equipo creado', + 'created_at' => 'Creado el', + 'currency' => '€', // this is deprecated + 'current' => 'Actual', + 'custom_report' => 'Reporte de Equipos Personalizado', + 'dashboard' => 'Tablero', + 'date' => 'Fecha Compra', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'delete' => 'Borrar', + 'deleted' => 'Borrado', + 'delete_seats' => 'Asientos eliminados', + 'deployed' => 'Instalados - ', + 'depreciation_report' => 'Informe de amortización', + 'download' => 'Descargar', + 'depreciation' => 'Amortización', + 'editprofile' => 'Editar Perfil', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', - 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', + 'email_domain' => 'Dominio de correo electrónico', + 'email_format' => 'Formato de correo electrónico', + 'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan', + 'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)', + 'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)', + 'first' => 'Primero', + 'first_name' => 'Nombre', + 'first_name_format' => 'Primer Nombre (jane@ejemplo.com)', + 'file_name' => 'Archivo', + 'file_uploads' => 'Carga de Archivos', + 'generate' => 'Generar', + 'groups' => 'Grupos', + 'gravatar_email' => 'Gravatar Email', + 'history' => 'Historial', + 'history_for' => 'Historial de', + 'id' => 'Id', + 'image_delete' => 'Borrar imagen', + 'image_upload' => 'Enviar imagen', + 'import' => 'Importar', + 'import-history' => 'Historial de Importación', + 'asset_maintenance' => 'Mantenimiento de Equipo', + 'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo', + 'asset_maintenances' => 'Mantenimientos de Equipo', 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', + 'insufficient_permissions' => '¡Permisos insuficientes!', + 'language' => 'Lenguaje', + 'last' => 'Último', + 'last_name' => 'Apellidos', + 'license' => 'Licencia', + 'license_report' => 'Reporte de Licencias', + 'licenses_available' => 'licencias libres', + 'licenses' => 'Licencias', + 'list_all' => 'Listar Todo', + 'loading' => 'Cargando', + 'lock_passwords' => 'Este campo no puede ser editado en ésta instalación.', + 'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.', + 'location' => 'Localización', + 'locations' => 'Localizaciones', + 'logout' => 'Desconexión', + 'lookup_by_tag' => 'Buscar por etiqueta de activo', + 'manufacturer' => 'Fabricante', + 'manufacturers' => 'Fabricantes', + 'markdown' => 'Este campo permite Github con sabor a markdown.', + 'min_amt' => 'Cantidad mínima', + 'min_amt_help' => 'Número mínimo de elementos que deben estar disponibles antes de obtiene desencadenar una alerta.', + 'model_no' => 'Modelo No.', + 'months' => 'Meses', + 'moreinfo' => 'Más Info', + 'name' => 'Nombre Localización', + 'next' => 'Siguiente', + 'new' => 'nuevo!', + 'no_depreciation' => 'No Amortizar', + 'no_results' => 'Sin Resultados.', 'no' => 'No', - 'notes' => 'Notes', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'suppliers' => 'Suppliers', - 'submit' => 'Submit', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'notes' => 'Notas', + 'order_number' => 'Order Number', + 'page_menu' => 'Mostrando elementos de _MENU_', + 'pagination_info' => 'Mostrando _START_ de _END_ de elementos _TOTAL_', + 'pending' => 'Equipo Pendiente', + 'people' => 'Usuarios', + 'per_page' => 'Resultados Por Pag', + 'previous' => 'Previo', + 'processing' => 'Procesando', + 'profile' => 'Perfil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', + 'qty' => 'Cant', + 'quantity' => 'Cantidad', + 'ready_to_deploy' => 'Disponibles', + 'recent_activity' => 'Actividad Reciente', + 'remove_company' => 'Eliminar Asociación de compañía', + 'reports' => 'Informes', + 'requested' => 'Solicitado', + 'request_canceled' => 'Solicitud Cancelada', + 'save' => 'Guardar', + 'select' => 'Seleccionar', + 'search' => 'Buscar', + 'select_category' => 'Seleccione una categoría', + 'select_depreciation' => 'Seleccionar un tipo de Amortización', + 'select_location' => 'Seleccionar una Ubicación', + 'select_manufacturer' => 'Seleccionar un Fabricante', + 'select_model' => 'Seleccionar un Modelo', + 'select_supplier' => 'Seleccionar un Proveedor', + 'select_user' => 'Seleccionar un usuario', + 'select_date' => 'Seleccionar fecha', + 'select_statuslabel' => 'Seleccionar Estado', + 'select_company' => 'Seleccionar empresa', + 'select_asset' => 'Seleccionar activos', + 'settings' => 'Opciones', + 'sign_in' => 'Entrar', + 'signature' => 'Signature', + 'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.', + 'site_name' => 'Sitio', + 'state' => 'Provincia', + 'status_labels' => 'Etiquetas Estados', + 'status' => 'Estados', + 'supplier' => 'Supplier', + 'suppliers' => 'Proveedores', + 'submit' => 'Enviar', + 'total_assets' => 'Equipos', + 'total_licenses' => 'licencias totales', + 'total_accessories' => 'total de accesorios', + 'total_consumables' => 'total de consumibles', + 'type' => 'Tipo', + 'undeployable' => 'No Instalable', + 'unknown_admin' => 'Admin Desconocido', + 'username_format' => 'Formato del nombre de usuario', + 'update' => 'Actualizar', + 'uploaded' => 'Subido', + 'user' => 'Usuario', + 'accepted' => 'aceptado', + 'declined' => 'declinado', + 'unaccepted_asset_report' => 'Activos no aceptados', + 'users' => 'Usuarios', + 'viewassets' => 'Ver Equipos Asignados', + 'website' => 'Sitio web', + 'welcome' => 'Bienvenido, :name', + 'years' => 'años', + 'yes' => 'Si', + 'zip' => 'Códio Postal', + 'noimage' => 'Imagen no subida o imagen no encontrada.', + 'token_expired' => 'Su sesión ha expirado, Intente otra ves.', ]; diff --git a/resources/lang/es-CO/pagination.php b/resources/lang/es-CO/pagination.php index b573b51e91..9cbe91da30 100644 --- a/resources/lang/es-CO/pagination.php +++ b/resources/lang/es-CO/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Anterior', - 'next' => 'Next »', + 'next' => 'Siguiente »', ); diff --git a/resources/lang/es-CO/passwords.php b/resources/lang/es-CO/passwords.php index 5195a9b77c..4f11c27bc6 100644 --- a/resources/lang/es-CO/passwords.php +++ b/resources/lang/es-CO/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'El link de la contraseña ha sido enviada!', + 'user' => 'El usuario no existe o no tiene un email asociado', ]; diff --git a/resources/lang/es-CO/reminders.php b/resources/lang/es-CO/reminders.php index e7a476e3a2..0f168fec4b 100644 --- a/resources/lang/es-CO/reminders.php +++ b/resources/lang/es-CO/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", - "user" => "Username or email address is incorrect", + "user" => "Usuario o E-Mail incorrectos", - "token" => "This password reset token is invalid.", + "token" => "El token para resetear el password no es válido.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", ); diff --git a/resources/lang/es-CO/table.php b/resources/lang/es-CO/table.php index f7a49d86c1..1ad5301590 100644 --- a/resources/lang/es-CO/table.php +++ b/resources/lang/es-CO/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', + 'actions' => 'Acciones', + 'action' => 'Acción', + 'by' => 'Por', 'item' => 'Item', ); diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index 03c7471cab..899ee1769e 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -13,59 +13,59 @@ return array( | */ - "accepted" => "The :attribute must be accepted.", - "active_url" => "The :attribute is not a valid URL.", - "after" => "The :attribute must be a date after :date.", - "alpha" => "The :attribute may only contain letters.", - "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", - "alpha_num" => "The :attribute may only contain letters and numbers.", - "before" => "The :attribute must be a date before :date.", + "accepted" => ":attribute debe ser aceptado.", + "active_url" => ":attribute no es una URL correcta.", + "after" => ":attribute debe ser posterior a :date.", + "alpha" => ":attribute solo acepta letras.", + "alpha_dash" => ":attribute solo acepta letras, números y guiones.", + "alpha_num" => ":attribute solo acepta letras y números.", + "before" => ":attribute debe ser anterior a :date.", "between" => array( - "numeric" => "The :attribute must be between :min - :max.", - "file" => "The :attribute must be between :min - :max kilobytes.", - "string" => "The :attribute must be between :min - :max characters.", + "numeric" => ":attribute debe estar entre :min - :max.", + "file" => ":attribute debe estar entre :min - :max kilobytes.", + "string" => ":attribute debe estar entre :min - :max caracteres.", ), - "confirmed" => "The :attribute confirmation does not match.", - "date" => "The :attribute is not a valid date.", - "date_format" => "The :attribute does not match the format :format.", - "different" => "The :attribute and :other must be different.", - "digits" => "The :attribute must be :digits digits.", - "digits_between" => "The :attribute must be between :min and :max digits.", - "email" => "The :attribute format is invalid.", - "exists" => "The selected :attribute is invalid.", - "email_array" => "One or more email addresses is invalid.", - "image" => "The :attribute must be an image.", - "in" => "The selected :attribute is invalid.", - "integer" => "The :attribute must be an integer.", - "ip" => "The :attribute must be a valid IP address.", + "confirmed" => ":attribute la confirmación no coincide.", + "date" => ":attribute no es una fecha correcta.", + "date_format" => ":attribute no cumple el formato :format.", + "different" => ":attribute y :other deben ser diferentes.", + "digits" => ":attribute debe tener :digits dígitos.", + "digits_between" => ":attribute debe tener entre :min y :max dígitos.", + "email" => ":attribute formato incorrecto.", + "exists" => "El :attribute seleccionado no es correcto.", + "email_array" => "Una o más direcciones de correo electrónico no es válido.", + "image" => ":attribute debe ser una imagen.", + "in" => "El :attribute seleccionado no es correcto.", + "integer" => ":attribute debe ser un número entero.", + "ip" => ":attribute debe ser una dirección IP correcta.", "max" => array( - "numeric" => "The :attribute may not be greater than :max.", - "file" => "The :attribute may not be greater than :max kilobytes.", - "string" => "The :attribute may not be greater than :max characters.", + "numeric" => ":attribute no debe ser mayor que :max.", + "file" => ":attribute no debe ser mayor que :max kilobytes.", + "string" => ":attribute no debe tener como máximo :max caracteres.", ), - "mimes" => "The :attribute must be a file of type: :values.", + "mimes" => ":attribute debe ser un archivo del tipo: :values.", "min" => array( - "numeric" => "The :attribute must be at least :min.", - "file" => "The :attribute must be at least :min kilobytes.", - "string" => "The :attribute must be at least :min characters.", + "numeric" => ":attribute debe ser como mínimo :min.", + "file" => ":attribute debe ser como mínimo de :min kilobytes.", + "string" => ":attribute debe contener como mínimo :min caracteres.", ), - "not_in" => "The selected :attribute is invalid.", - "numeric" => "The :attribute must be a number.", - "regex" => "The :attribute format is invalid.", - "required" => "The :attribute field is required.", - "required_if" => "The :attribute field is required when :other is :value.", - "required_with" => "The :attribute field is required when :values is present.", - "required_without" => "The :attribute field is required when :values is not present.", - "same" => "The :attribute and :other must match.", + "not_in" => "El :attribute seleccionado no es correcto.", + "numeric" => ":attribute debe ser un número.", + "regex" => ":attribute formato incorrecto.", + "required" => ":attribute es obligatorio.", + "required_if" => ":attribute es obligatrio cuando :other es :value.", + "required_with" => ":attribute es obligatrio cuando :values es present.", + "required_without" => ":attribute es obligatrio cuando :values es not present.", + "same" => ":attribute y :other deben coincidir.", "size" => array( - "numeric" => "The :attribute must be :size.", - "file" => "The :attribute must be :size kilobytes.", - "string" => "The :attribute must be :size characters.", + "numeric" => ":attribute debe tener :size.", + "file" => ":attribute debe tener :size kilobytes.", + "string" => ":attribute debe tener :size caracteres.", ), - "unique" => "The :attribute has already been taken.", - "url" => "The :attribute format is invalid.", - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + "unique" => ":attribute ya ha sido introducido.", + "url" => ":attribute formato incorrecto.", + "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido", + "unique_undeleted" => ":attribute debe ser único.", /* @@ -80,7 +80,7 @@ return array( */ 'custom' => array(), - 'alpha_space' => "The :attribute field contains a character that is not allowed.", + 'alpha_space' => "El campo :attribute contiene un caracter que no está permitido.", /* |-------------------------------------------------------------------------- diff --git a/resources/lang/es-ES/admin/accessories/general.php b/resources/lang/es-ES/admin/accessories/general.php index c2ad47ff4c..ff63e91c69 100644 --- a/resources/lang/es-ES/admin/accessories/general.php +++ b/resources/lang/es-ES/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accesorios son cualquier cosa que entregues a los usuarios pero que no tenga numero de serie (o no te interese seguirlos en forma unívoca). Por ejemplo, ratones o teclados.', 'accessory_category' => 'Categoría de accesorio', 'accessory_name' => 'Nombre de accesorio', - 'cost' => 'Precio de compra', 'checkout' => 'Checkout Accesorio', 'checkin' => 'Checkin Accesorio', 'create' => 'Crear Accesorio', - 'date' => 'Fecha de compra', 'edit' => 'Editar Accesorio', 'eula_text' => 'Categoría EULA', 'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.', 'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.', 'no_default_eula' => 'No se encontró un EULA por defecto. Agregue uno en Configuración.', - 'order' => 'Orden de compra', - 'qty' => 'Cant', 'total' => 'Total ', 'remaining' => 'Disponibles', 'update' => 'Actualizar Accesorio', diff --git a/resources/lang/es-ES/admin/asset_maintenances/table.php b/resources/lang/es-ES/admin/asset_maintenances/table.php index a3821219d8..75b3840bd2 100644 --- a/resources/lang/es-ES/admin/asset_maintenances/table.php +++ b/resources/lang/es-ES/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Mantenimiento de Equipo', - 'asset_name' => 'Nombre del Equipo', - 'supplier_name' => 'Nombre del Proveedor', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantía', 'dl_csv' => 'Descargar CSV' ]; diff --git a/resources/lang/es-ES/admin/categories/general.php b/resources/lang/es-ES/admin/categories/general.php index fcfaa36b30..15c5129871 100644 --- a/resources/lang/es-ES/admin/categories/general.php +++ b/resources/lang/es-ES/admin/categories/general.php @@ -1,8 +1,8 @@ 'Información Categorías', - 'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: "PCs", "Portátiles", "Móviles", "Tabletas", etc.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Categorias', 'category_name' => 'Categoría', 'checkin_email' => 'Enviar un correo al usuario al efectuar la devolución.', diff --git a/resources/lang/es-ES/admin/companies/general.php b/resources/lang/es-ES/admin/companies/general.php index 95427d69ea..d0633472c4 100644 --- a/resources/lang/es-ES/admin/companies/general.php +++ b/resources/lang/es-ES/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Seleccionar compañía', ]; diff --git a/resources/lang/es-ES/admin/consumables/general.php b/resources/lang/es-ES/admin/consumables/general.php index 38f4b800b0..94d476ca29 100644 --- a/resources/lang/es-ES/admin/consumables/general.php +++ b/resources/lang/es-ES/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumibles son cualquier cosa comprada que puede ser usada a lo largo del tiempo. Por ejemplo, tinta para impresora o papel para copiadora.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Nombre del Consumible', - 'cost' => 'Precio de compra', 'create' => 'Crear Consumible', - 'date' => 'Fecha de compra', 'item_no' => 'Artículo núm.', - 'order' => 'Orden de compra', 'remaining' => 'Restante', 'total' => 'Total', 'update' => 'Actualizar Consumible', diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index 99ad01a537..37fceaf6bf 100644 --- a/resources/lang/es-ES/admin/custom_fields/general.php +++ b/resources/lang/es-ES/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Acerca de los campos personalizados', 'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.', 'custom_format' => 'Formato a medida...', - 'encrypt_field' => 'Encripta el valor de este campo en la base de datos para cada elemento. El valor desencriptado de este campo solo será visible por los administradores.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'CUIDADO: Encriptar un campo hace que no se pueda buscar por él.', 'encrypted' => 'Encriptado', 'fieldset' => 'Grupo de campos personalizados', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nombre del grupo', 'field_name' => 'Nombre del campo', 'field_values' => 'Valores de los Campos', - 'field_values_help' => 'Añade opciones seleccionables, una por línea. Las líneas en blanco tras la primera serán ignoradas. Separa valores y etiquetas con barras verticales en cada línea (opcional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Elemento de formulario', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', diff --git a/resources/lang/es-ES/admin/depreciations/general.php b/resources/lang/es-ES/admin/depreciations/general.php index a907495cd1..9743de920a 100644 --- a/resources/lang/es-ES/admin/depreciations/general.php +++ b/resources/lang/es-ES/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Info Amortización Equipos', 'about_depreciations' => 'Puedes configurar clases de amortización para amortizar equipos de forma lineal.', 'asset_depreciations' => 'Amortizaciones', - 'create_depreciation' => 'Crear Amortización', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nombre Amortización', 'number_of_months' => 'Meses', - 'update_depreciation' => 'Actualizar Amortización', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/es-ES/admin/groups/titles.php b/resources/lang/es-ES/admin/groups/titles.php index 14baf58853..ba098eb80b 100644 --- a/resources/lang/es-ES/admin/groups/titles.php +++ b/resources/lang/es-ES/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gestión de Grupos', - 'create_group' => 'Crear Grupo', - 'edit_group' => 'Editar Grupo', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nombre de Grupo', 'group_admin' => 'Admin Grupo', 'allow' => 'Permitir', diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php index 4ca8de275c..9467058657 100644 --- a/resources/lang/es-ES/admin/hardware/form.php +++ b/resources/lang/es-ES/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirmar eliminación masiva de bienes', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Revisar los bienes para eliminación masiva. Una vez eliminados, esos bienes pueden ser restaurados, pero no volverán a estar asociados con ningún usuario a los que esté asignado.', 'bulk_delete_warn' => 'Está a punto de borrar :asset_count.', 'bulk_update' => 'Actualización masiva de Equipos', @@ -15,7 +15,6 @@ return array( 'create' => 'Crear Equipo', 'date' => 'Fecha Compra', 'depreciates_on' => 'Se deprecia en', - 'depreciation' => 'Depreciación', 'default_location' => 'Ubicación Predeterminada', 'eol_date' => 'Fecha EOL', 'eol_rate' => 'Tasa de EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selecciona estado', 'serial' => 'N. Serie', 'status' => 'Estado', - 'supplier' => 'Proveedor', 'tag' => 'Etiqueta', 'update' => 'Actualizar Equipo', 'warranty' => 'Garantía', diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php index 708601b8da..0ff9c61acf 100644 --- a/resources/lang/es-ES/admin/hardware/general.php +++ b/resources/lang/es-ES/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archivado', 'asset' => 'Equipo', 'bulk_checkout' => 'Asignar activos a un usuario', diff --git a/resources/lang/es-ES/admin/licenses/form.php b/resources/lang/es-ES/admin/licenses/form.php index 8dca9b5d41..3724e53dbd 100644 --- a/resources/lang/es-ES/admin/licenses/form.php +++ b/resources/lang/es-ES/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Equipo', 'checkin' => 'Quita', - 'cost' => 'Precio Compra', 'create' => 'Nueva Licencia', - 'date' => 'Fecha Compra', - 'depreciation' => 'Amortización', 'expiration' => 'Fecha de vencimiento', 'license_key' => 'Clave de producto', 'maintained' => 'Mantenido', 'name' => 'Aplicación', 'no_depreciation' => 'No Amortizar', - 'notes' => 'Notas', - 'order' => 'N. Factura', 'purchase_order' => 'Número de orden de compra', 'reassignable' => 'Reasignable', 'remaining_seats' => 'Posiciones Restantes', 'seats' => 'Instalaciones', - 'serial' => 'N. Serie', - 'supplier' => 'Proveedor', 'termination_date' => 'Fecha de Fin', 'to_email' => 'Registrado a Email', 'to_name' => 'Registrado a Nombre', diff --git a/resources/lang/es-ES/admin/licenses/general.php b/resources/lang/es-ES/admin/licenses/general.php index 81866ff007..6af5be7810 100644 --- a/resources/lang/es-ES/admin/licenses/general.php +++ b/resources/lang/es-ES/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Quitar Instalación', 'checkout_history' => 'Historial Asignaciones', 'checkout' => 'Asignar Instalación', diff --git a/resources/lang/es-ES/admin/licenses/message.php b/resources/lang/es-ES/admin/licenses/message.php index fc5f70e7a2..70e73d630b 100644 --- a/resources/lang/es-ES/admin/licenses/message.php +++ b/resources/lang/es-ES/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo(s) cargado correctamente.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', - 'invalidfiles' => 'Uno o más de tus ficheros son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar y rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php index b09b68392b..ed9657f5c7 100644 --- a/resources/lang/es-ES/admin/locations/table.php +++ b/resources/lang/es-ES/admin/locations/table.php @@ -1,18 +1,20 @@ 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Equipo asignado', - 'id' => 'ID', - 'city' => 'Ciudad', - 'state' => 'Provincia', - 'country' => 'Pais', - 'create' => 'Crear Localización', - 'update' => 'Actualizar Localización', - 'name' => 'Nombre Localización', - 'address' => 'Dirección', - 'zip' => 'Códio Postal', - 'locations' => 'Localizaciones', - 'parent' => 'Padre', - 'currency' => 'Divisa de la Localización', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Equipo asignado', + 'id' => 'ID', + 'city' => 'Ciudad', + 'state' => 'Provincia', + 'country' => 'Pais', + 'create' => 'Crear Localización', + 'update' => 'Actualizar Localización', + 'name' => 'Nombre Localización', + 'address' => 'Dirección', + 'zip' => 'Códio Postal', + 'locations' => 'Localizaciones', + 'parent' => 'Padre', + 'currency' => 'Divisa de la Localización', + ); diff --git a/resources/lang/es-ES/admin/manufacturers/table.php b/resources/lang/es-ES/admin/manufacturers/table.php index d314b0d02b..53fc87cf42 100644 --- a/resources/lang/es-ES/admin/manufacturers/table.php +++ b/resources/lang/es-ES/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Fabricantes', 'create' => 'Crear Fabricante', 'id' => 'ID', diff --git a/resources/lang/es-ES/admin/models/general.php b/resources/lang/es-ES/admin/models/general.php index c04152ac0a..7b4b839f44 100644 --- a/resources/lang/es-ES/admin/models/general.php +++ b/resources/lang/es-ES/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Este modelo ha sido borrado.Click aquí para restaurarlo.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index 47c4b6f294..ab9e2166af 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'izquierda', 'right' => 'derecha', 'top' => 'arriba', diff --git a/resources/lang/es-ES/admin/suppliers/table.php b/resources/lang/es-ES/admin/suppliers/table.php index 01605ed3e6..b1354e76a1 100644 --- a/resources/lang/es-ES/admin/suppliers/table.php +++ b/resources/lang/es-ES/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Dirección del Proveedor', 'assets' => 'Equipos', 'city' => 'Ciudad', diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index 3ab46eb6a6..bccf491cd1 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software asignado a :name', 'view_user' => 'Ver Usuario :name', 'usercsv' => 'Archivo CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/es-ES/auth/message.php b/resources/lang/es-ES/auth/message.php index cf2164a171..2c8bfd73cb 100644 --- a/resources/lang/es-ES/auth/message.php +++ b/resources/lang/es-ES/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Este usuario no está activado.', 'account_suspended' => 'Este usuario está desactivado.', 'account_banned' => 'Este usuario ha sido expulsado.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Ha habido un problema al iniciar sesión. Por favor, vuelve a intentarlo.', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 67648d97f7..9c9c0d7c20 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -41,7 +41,7 @@ 'consumables' => 'Consumibles', 'country' => 'Pais', 'create' => 'Crear Localización', - 'created' => 'Item Created', + 'created' => 'Artículo creado', 'created_asset' => 'equipo creado', 'created_at' => 'Creado el', 'currency' => '€', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => 'Reporte de Equipos Personalizado', 'dashboard' => 'Tablero', 'date' => 'Fecha Compra', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Borrar', 'deleted' => 'Borrado', 'delete_seats' => 'Asientos eliminados', @@ -93,7 +95,7 @@ 'list_all' => 'Listar Todo', 'loading' => 'Cargando', 'lock_passwords' => 'Este campo no puede ser editado en ésta instalación.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Esta característica se ha desactivado para la versión de demostración.', 'location' => 'Localización', 'locations' => 'Localizaciones', 'logout' => 'Desconexión', @@ -113,6 +115,7 @@ 'no_results' => 'Sin Resultados.', 'no' => 'No', 'notes' => 'Notas', + 'order_number' => 'Order Number', 'page_menu' => 'Mostrando elementos de _MENU_', 'pagination_info' => 'Mostrando _START_ de _END_ de elementos _TOTAL_', 'pending' => 'Equipo Pendiente', @@ -121,6 +124,8 @@ 'previous' => 'Previo', 'processing' => 'Procesando', 'profile' => 'Perfil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Cant', 'quantity' => 'Cantidad', 'ready_to_deploy' => 'Disponibles', @@ -145,17 +150,19 @@ 'select_asset' => 'Seleccionar activos', 'settings' => 'Opciones', 'sign_in' => 'Entrar', + 'signature' => 'Signature', 'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.', 'site_name' => 'Sitio', 'state' => 'Provincia', 'status_labels' => 'Etiquetas Estados', 'status' => 'Estados', + 'supplier' => 'Supplier', 'suppliers' => 'Proveedores', - 'submit' => 'Submit', + 'submit' => 'Enviar', 'total_assets' => 'Equipos', 'total_licenses' => 'licencias totales', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'total de accesorios', + 'total_consumables' => 'total de consumibles', 'type' => 'Tipo', 'undeployable' => 'No Instalable', 'unknown_admin' => 'Admin Desconocido', diff --git a/resources/lang/fa/admin/accessories/general.php b/resources/lang/fa/admin/accessories/general.php index 5c182063f7..c865b07320 100644 --- a/resources/lang/fa/admin/accessories/general.php +++ b/resources/lang/fa/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'لوازم جانبی هر چیزی است که شما به کاربر صادر میکنید ولی شماره سریال ندارد(یا برای شما ردیابی منحصر به فرد آنها اهمیتی ندارد).برای مثال موس یا کیبورد.', 'accessory_category' => 'دسته بندی لوازم جانبی', 'accessory_name' => 'نام وسیله', - 'cost' => 'هزینه خرید', 'checkout' => 'چک کردن وسیله', 'checkin' => 'چک کردن وسیله', 'create' => 'ایجاد وسیله', - 'date' => 'تاریخ خرید', 'edit' => 'ویرایش وسیله', 'eula_text' => 'دسته بندی EULA', 'eula_text_help' => 'این فید به امکان این را میدهد که EULA های خود را با توجه به دارایی سفارشی سازی کنید. اگر شما فقط یک EULA برای تمام دارایی خود دارید،میتوانید گزینه زیر را فعال کنید تا از پیشفرض اولیه استفاده کنید.', 'require_acceptance' => 'نیاز به کاربرانی جهت تایید پذیرش دارایی ها در این دسته بندی.', 'no_default_eula' => 'هیچ EULA اولیه پیشفرضی یافت نشد.در تنظیمات اضافه کنید', - 'order' => 'شماره سفارش', - 'qty' => 'QTY', 'total' => 'مجموع', 'remaining' => 'سود', 'update' => 'به روزرساتی وسیله', diff --git a/resources/lang/fa/admin/asset_maintenances/table.php b/resources/lang/fa/admin/asset_maintenances/table.php index 07007e4993..41eade81bf 100644 --- a/resources/lang/fa/admin/asset_maintenances/table.php +++ b/resources/lang/fa/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'نگهداشت دارایی', - 'asset_name' => 'دارایی', - 'supplier_name' => 'تامین کننده', + 'asset_name' => 'Asset Name', 'is_warranty' => 'ضمانت', 'dl_csv' => 'دانلود CSV' ]; diff --git a/resources/lang/fa/admin/categories/general.php b/resources/lang/fa/admin/categories/general.php index 9ee9ecf211..9ea276d2bb 100644 --- a/resources/lang/fa/admin/categories/general.php +++ b/resources/lang/fa/admin/categories/general.php @@ -1,8 +1,8 @@ 'درباره دسته بندی دارایی', - 'about_categories' => 'دسته بندی دارایی ها به شما کمک میکند دارایی های خود را سازماندهی کنید.برخی مثال های دسته بندی ممکن است "کامپیوتر رومیزی"،"لپ تاپ ها"،"تلفن های همراه"،"تبلت ها" و ... باشند،ولی شما میتوانید از دسته بندی های دارایی به هر شکلی که برای شما مناسب است استفاده کنید.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'دسته بندی های دارایی', 'category_name' => 'نام دسته بندی', 'checkin_email' => 'ارسال ایمیل به کاربر', diff --git a/resources/lang/fa/admin/companies/general.php b/resources/lang/fa/admin/companies/general.php index 6e16c7181c..62f531c383 100644 --- a/resources/lang/fa/admin/companies/general.php +++ b/resources/lang/fa/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'انتخاب شرکت', ]; diff --git a/resources/lang/fa/admin/consumables/general.php b/resources/lang/fa/admin/consumables/general.php index 6b8c8d3317..58a53c9b30 100644 --- a/resources/lang/fa/admin/consumables/general.php +++ b/resources/lang/fa/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'مواد مصرفی هر چیزی خریداری خواهد شد که تا در طول زمان استفاده می شود. به عنوان مثال، جوهر چاپگر کاغذ دستگاه کپی.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'نام های مصرفی', - 'cost' => 'هزینه خرید', 'create' => 'ایجاد مواد مصرفی', - 'date' => 'تاریخ خرید', 'item_no' => 'شماره مورد ', - 'order' => 'شماره سفارش', 'remaining' => 'یاقیمانده', 'total' => 'مجموع', 'update' => 'به روز رسانی لوازم مصرفي', diff --git a/resources/lang/fa/admin/custom_fields/general.php b/resources/lang/fa/admin/custom_fields/general.php index 58d77091db..fc70c25e7e 100644 --- a/resources/lang/fa/admin/custom_fields/general.php +++ b/resources/lang/fa/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'درباره ی تنظیمات فیلد', 'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'تنظیمات فیلد', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'نام تنظیمات فیلد', 'field_name' => 'نام فیلد', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'ایجاد یک عنصر', 'field_element_short' => 'عنصر', 'field_format' => 'شکل دادن', diff --git a/resources/lang/fa/admin/depreciations/general.php b/resources/lang/fa/admin/depreciations/general.php index 14b4a1455d..6a286ca981 100644 --- a/resources/lang/fa/admin/depreciations/general.php +++ b/resources/lang/fa/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'درباره ی استهلاک دارایی', 'about_depreciations' => 'شما می توانید استهلاک دارایی را فعال کنید تا دارایی ها را بر اساس استهلاک خطی مستقیم، کم بهاء کنید.', 'asset_depreciations' => 'استهلاک دارایی', - 'create_depreciation' => 'خلق استهلاک', + 'create' => 'Create Depreciation', 'depreciation_name' => 'نام استهلاک', 'number_of_months' => 'تعداد ماه ها', - 'update_depreciation' => 'به روز رسانی استهلاک', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/fa/admin/groups/titles.php b/resources/lang/fa/admin/groups/titles.php index e6bc5c5a50..b8273f93d7 100644 --- a/resources/lang/fa/admin/groups/titles.php +++ b/resources/lang/fa/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'مدیریت گروه', - 'create_group' => 'ساخت گروه جدید', - 'edit_group' => 'ویرایش گروه', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'نام گروه', 'group_admin' => 'مدیر گروه', 'allow' => 'اجازه می دهد', diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php index b967fa7165..17a94c6dfd 100644 --- a/resources/lang/fa/admin/hardware/form.php +++ b/resources/lang/fa/admin/hardware/form.php @@ -1,7 +1,7 @@ 'اعلام حذف دسته ای دارایی ها', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'بررسی دارایی برای حذف فله زیر کلیک کنید. به محض حذف این دارایی ها را می توان ترمیم کرد، اما ان ها دیگر قابل دسترسی با یوزر های دیگر نیستند.', 'bulk_delete_warn' => 'شما در حال حذف: دارایی های تعداد دارایی.', 'bulk_update' => 'به روز رسانی دارایی های فله', @@ -22,8 +22,6 @@ return array( 'date' => 'تاریخ خرید ', 'depreciates_on' => 'مستهلک کردن -', - 'depreciation' => 'مستهلک کردن ', 'default_location' => ' پیش فرض محل سکونت ', @@ -48,8 +46,6 @@ return array( 'select_statustype' => 'انتخاب نوع وضعیت', 'serial' => 'سریال', 'status' => 'وضعیت', - 'supplier' => 'تامین کننده -', 'tag' => 'برچسب دارایی ', 'update' => 'به روز رسانی دارایی diff --git a/resources/lang/fa/admin/hardware/general.php b/resources/lang/fa/admin/hardware/general.php index 9196f135cf..82362a5c92 100644 --- a/resources/lang/fa/admin/hardware/general.php +++ b/resources/lang/fa/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'بایگانی شد', 'asset' => 'دارایی', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/fa/admin/licenses/form.php b/resources/lang/fa/admin/licenses/form.php index 004e7da3d2..cec47e81a0 100644 --- a/resources/lang/fa/admin/licenses/form.php +++ b/resources/lang/fa/admin/licenses/form.php @@ -4,12 +4,8 @@ return array( 'asset' => 'دارایی', 'checkin' => 'چک در', - 'cost' => 'هزینه خرید -', 'create' => 'ایجاد مجوز ', - 'date' => 'تاریخ خرید', - 'depreciation' => 'مستهلک کردن', 'expiration' => 'تاریخ انقضا', 'license_key' => 'Product Key', 'maintained' => 'نگهداری', @@ -17,8 +13,6 @@ return array( ', 'no_depreciation' => 'هنوز مستهلک نشده ', - 'notes' => 'نت ها', - 'order' => 'شماره سفارش', 'purchase_order' => 'شماره سفارش خرید', 'reassignable' => 'واگذاری مجدد ', @@ -26,8 +20,6 @@ return array( ', 'seats' => 'صندلی ', - 'serial' => 'سریال', - 'supplier' => 'تامین کننده', 'termination_date' => 'تاریخ پایان ', 'to_email' => ' مجوز به ایمیل', diff --git a/resources/lang/fa/admin/licenses/general.php b/resources/lang/fa/admin/licenses/general.php index 4a7786e516..b265654c6c 100644 --- a/resources/lang/fa/admin/licenses/general.php +++ b/resources/lang/fa/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'بررسی صندلی مجوز', 'checkout_history' => 'تاریخچه پرداخت', 'checkout' => 'صندلی مجوز پرداخت', diff --git a/resources/lang/fa/admin/licenses/message.php b/resources/lang/fa/admin/licenses/message.php index 0505ff74c0..5ef385c20c 100644 --- a/resources/lang/fa/admin/licenses/message.php +++ b/resources/lang/fa/admin/licenses/message.php @@ -24,7 +24,7 @@ return array( 'error' => 'فایل) آپلود نیست. لطفا دوباره تلاش کنید.', 'success' => 'فایل (موفقیت آپلود شد.', 'nofiles' => 'شما هر فایل برای آپلود انتخاب کنید، و یا فایل شما در حال تلاش برای آپلود بیش از حد بزرگ است', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/fa/admin/locations/table.php b/resources/lang/fa/admin/locations/table.php index 2174f6536a..8eef15a7b3 100644 --- a/resources/lang/fa/admin/locations/table.php +++ b/resources/lang/fa/admin/locations/table.php @@ -1,19 +1,21 @@ 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'دارایی واگذار شده + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'دارایی واگذار شده ', - 'id' => 'شناسه', - 'city' => 'شهر', - 'state' => 'استان', - 'country' => 'كشور', - 'create' => 'ساخت مکان', - 'update' => 'به روز رسانی منطقه مکانی', - 'name' => 'نام منطقه مکانی', - 'address' => 'آدرس', - 'zip' => 'کد پستی', - 'locations' => 'مکانها', - 'parent' => 'مجموعه پدر', - 'currency' => 'مکان ارز', -); + 'id' => 'شناسه', + 'city' => 'شهر', + 'state' => 'استان', + 'country' => 'كشور', + 'create' => 'ساخت مکان', + 'update' => 'به روز رسانی منطقه مکانی', + 'name' => 'نام منطقه مکانی', + 'address' => 'آدرس', + 'zip' => 'کد پستی', + 'locations' => 'مکانها', + 'parent' => 'مجموعه پدر', + 'currency' => 'مکان ارز', + ); diff --git a/resources/lang/fa/admin/manufacturers/table.php b/resources/lang/fa/admin/manufacturers/table.php index 51ac0b13ee..b473347e15 100644 --- a/resources/lang/fa/admin/manufacturers/table.php +++ b/resources/lang/fa/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'تولید کنندگان دارایی', 'create' => 'ایجاد سازنده', 'id' => 'شناسه', diff --git a/resources/lang/fa/admin/models/general.php b/resources/lang/fa/admin/models/general.php index 1b6bc2f7e0..dcbd9adb12 100644 --- a/resources/lang/fa/admin/models/general.php +++ b/resources/lang/fa/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'این مدل حذف شده است. اینجا برای بازگرداندن کلیک کنید it.', 'restore' => 'بازیابی مدل', 'requestable' => 'Users may request this model', diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index b8e11e669c..39dd0c96f9 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -115,12 +115,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'چپ', 'right' => 'راست', 'top' => 'بالا', diff --git a/resources/lang/fa/admin/suppliers/table.php b/resources/lang/fa/admin/suppliers/table.php index 614b68a9af..db6bfbd323 100644 --- a/resources/lang/fa/admin/suppliers/table.php +++ b/resources/lang/fa/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'آدرس تأمین کننده', 'assets' => 'دارایی', 'city' => 'شهر', diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php index f9d95079a8..791679eb2b 100644 --- a/resources/lang/fa/admin/users/general.php +++ b/resources/lang/fa/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'برنامه چک شد برای:', 'view_user' => 'نمایش کاربر :', 'usercsv' => 'فایل CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/fa/auth/message.php b/resources/lang/fa/auth/message.php index a0326b419a..4e8ddaf67c 100644 --- a/resources/lang/fa/auth/message.php +++ b/resources/lang/fa/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'این حساب کاربری فعال نشده است.', 'account_suspended' => 'این حساب کاربری بسته است.', 'account_banned' => 'این حساب کاربری ممنوع است.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'مشکلی در حین تلاش به شما در ورود به سیستم وجود دارد، لطفا دوباره امتحان کنید.', diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index 0d7e1098f3..20c54670d1 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -50,6 +50,8 @@ ', 'dashboard' => 'میز کار', 'date' => 'تاریخ', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'حذف', 'deleted' => 'حذف شد', 'delete_seats' => 'صندلی ها حذف شده @@ -117,6 +119,7 @@ 'no_results' => 'بدون نتیجه.', 'no' => 'خیر', 'notes' => 'یادداشت ها', + 'order_number' => 'Order Number', 'page_menu' => 'نمایش_موارد_منو', 'pagination_info' => 'نمایش_آغاز_تا_پایان_از_همه_موارد', 'pending' => 'در انتظار', @@ -125,6 +128,8 @@ 'previous' => 'قبلي', 'processing' => 'در حال پردازش', 'profile' => 'پروفایل شما', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'مقدار', 'ready_to_deploy' => 'آماده اعزام', @@ -149,11 +154,13 @@ 'select_asset' => 'انتخاب دارایی', 'settings' => 'تنظيمات', 'sign_in' => 'ورود به سیستم', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'نام سایت', 'state' => 'وضعیت', 'status_labels' => 'برچسب های وضعیت', 'status' => 'وضعیت', + 'supplier' => 'Supplier', 'suppliers' => 'تامین کننده', 'submit' => 'Submit', 'total_assets' => 'کل دارایی', diff --git a/resources/lang/fi/admin/accessories/general.php b/resources/lang/fi/admin/accessories/general.php index 226ddc7f21..d6ebedfb7f 100644 --- a/resources/lang/fi/admin/accessories/general.php +++ b/resources/lang/fi/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessory_category' => 'Accessory Category', 'accessory_name' => 'Accessory Name', - 'cost' => 'Hankintahinta', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Create Accessory', - 'date' => 'Ostopäivämäärä', 'edit' => 'Edit Accessory', 'eula_text' => 'Category EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'order' => 'Order Number', - 'qty' => 'KPL', 'total' => 'Yhteensä', 'remaining' => 'Avail', 'update' => 'Update Accessory', diff --git a/resources/lang/fi/admin/asset_maintenances/table.php b/resources/lang/fi/admin/asset_maintenances/table.php index 4d1f82a97e..4384a20d44 100644 --- a/resources/lang/fi/admin/asset_maintenances/table.php +++ b/resources/lang/fi/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Laitteen ylläpito', - 'asset_name' => 'Laitenimi', - 'supplier_name' => 'Toimittajan Nimi', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Takuu', 'dl_csv' => 'Lataa CSV' ]; diff --git a/resources/lang/fi/admin/categories/general.php b/resources/lang/fi/admin/categories/general.php index 8bab4eddb7..79d041ee23 100644 --- a/resources/lang/fi/admin/categories/general.php +++ b/resources/lang/fi/admin/categories/general.php @@ -1,8 +1,8 @@ 'Lisätietoja laiteluokista', - 'about_categories' => 'Laiteluokat helpottavat laitteiden organisointia. Luokkia voivat olla esimerkiksi "Työasemat", "Kannettavat tietokoneet", "Matkapuhelimet", "Tabletit" jne, mutta voit toki käyttää laiteluokkia millä tahansa järkeen käyvällä tavalla. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Laiteluokat', 'category_name' => 'Luokan Nimi', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/fi/admin/companies/general.php b/resources/lang/fi/admin/companies/general.php index 7bedf6d560..7e39663ab8 100644 --- a/resources/lang/fi/admin/companies/general.php +++ b/resources/lang/fi/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Valitse yritys', ]; diff --git a/resources/lang/fi/admin/consumables/general.php b/resources/lang/fi/admin/consumables/general.php index 1af629c4d4..6124c38ca9 100644 --- a/resources/lang/fi/admin/consumables/general.php +++ b/resources/lang/fi/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Jäljellä', 'total' => 'Yhteensä', 'update' => 'Update Consumable', diff --git a/resources/lang/fi/admin/custom_fields/general.php b/resources/lang/fi/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/fi/admin/custom_fields/general.php +++ b/resources/lang/fi/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/fi/admin/depreciations/general.php b/resources/lang/fi/admin/depreciations/general.php index 2104e1efd4..5ace0974a8 100644 --- a/resources/lang/fi/admin/depreciations/general.php +++ b/resources/lang/fi/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Lisätietoja Laitteiden Poistoista', 'about_depreciations' => 'Voit määrittää laitteelle poistoluokan poistaaksesi laitteen laitekannastasi määritetyn ajan jälkeen.', 'asset_depreciations' => 'Laitteiden Poistot', - 'create_depreciation' => 'Uusi Poisto', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Poiston Nimi', 'number_of_months' => 'Kuukausien Lukumäärä', - 'update_depreciation' => 'Päivitä Poisto', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/fi/admin/groups/titles.php b/resources/lang/fi/admin/groups/titles.php index 8061677ebd..244fec5a69 100644 --- a/resources/lang/fi/admin/groups/titles.php +++ b/resources/lang/fi/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Ryhmienhallinta', - 'create_group' => 'Uusi Ryhmä', - 'edit_group' => 'Muokkaa Ryhmää', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Ryhmän Nimi', 'group_admin' => 'Ryhmän Ylläpitäjä', 'allow' => 'Salli', diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php index cd7f25cc65..8983c5497a 100644 --- a/resources/lang/fi/admin/hardware/form.php +++ b/resources/lang/fi/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Massapäivitä Laitteita', @@ -15,7 +15,6 @@ return array( 'create' => 'Uusi Laite', 'date' => 'Ostopäivämäärä', 'depreciates_on' => 'Poistoaika', - 'depreciation' => 'Poistoluokka', 'default_location' => 'Oletussijainti', 'eol_date' => 'Poistopäivä', 'eol_rate' => 'Poistonopeus', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Valitse Tilan Tyyppi', 'serial' => 'Sarjanumero', 'status' => 'Tila', - 'supplier' => 'Toimittaja', 'tag' => 'Laitetunniste', 'update' => 'Laitepäivitys', 'warranty' => 'Takuu', diff --git a/resources/lang/fi/admin/hardware/general.php b/resources/lang/fi/admin/hardware/general.php index 35ca95f8c5..65fe065c91 100644 --- a/resources/lang/fi/admin/hardware/general.php +++ b/resources/lang/fi/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arkistoitu', 'asset' => 'Laite', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/fi/admin/licenses/form.php b/resources/lang/fi/admin/licenses/form.php index 6068c9de79..bc1cb3909d 100644 --- a/resources/lang/fi/admin/licenses/form.php +++ b/resources/lang/fi/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Laite', 'checkin' => 'Palauta', - 'cost' => 'Ostohinta', 'create' => 'Uusi Lisenssi', - 'date' => 'Ostopäivämäärä', - 'depreciation' => 'Poistoluokka', 'expiration' => 'Viimeinen Käyttöpäivä', 'license_key' => 'Product Key', 'maintained' => 'Ylläpidossa', 'name' => 'Ohjelmiston Nimi', 'no_depreciation' => 'Ei Poistoluokkaa', - 'notes' => 'Muistiinpanot', - 'order' => 'Tilausnumero', 'purchase_order' => 'Ostotilausnumero', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Jäljellä olevat käyttäjät', 'seats' => 'Käyttäjien lkm', - 'serial' => 'Sarjanumero', - 'supplier' => 'Toimittaja', 'termination_date' => 'Päättymispäivä', 'to_email' => 'Lisenssille Määritetty Email', 'to_name' => 'Lisenssille Määritetty Nimi', diff --git a/resources/lang/fi/admin/licenses/general.php b/resources/lang/fi/admin/licenses/general.php index 2f0d4676f0..c13ad0942d 100644 --- a/resources/lang/fi/admin/licenses/general.php +++ b/resources/lang/fi/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Palautettavien Lisenssien Käyttäjämäärä', 'checkout_history' => 'Luovutushistoria', 'checkout' => 'Luovutettujen Lisenssien Käyttäjämäärä', diff --git a/resources/lang/fi/admin/licenses/message.php b/resources/lang/fi/admin/licenses/message.php index 220ebbef09..2c94ddfd08 100644 --- a/resources/lang/fi/admin/licenses/message.php +++ b/resources/lang/fi/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedostot lähetettiin onnistuneesti.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/fi/admin/locations/table.php b/resources/lang/fi/admin/locations/table.php index f7ed41e89c..0703a60c16 100644 --- a/resources/lang/fi/admin/locations/table.php +++ b/resources/lang/fi/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'Tunnus', - 'city' => 'Kaupunki', - 'state' => 'Lääni', - 'country' => 'Maa', - 'create' => 'Uusi Sijainti', - 'update' => 'Päivitä Sijainti', - 'name' => 'Sijainnin Nimi', - 'address' => 'Osoite', - 'zip' => 'Postinumero', - 'locations' => 'Sijainnit', - 'parent' => 'Ylempi kategoria', - 'currency' => 'Valuutta', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'Tunnus', + 'city' => 'Kaupunki', + 'state' => 'Lääni', + 'country' => 'Maa', + 'create' => 'Uusi Sijainti', + 'update' => 'Päivitä Sijainti', + 'name' => 'Sijainnin Nimi', + 'address' => 'Osoite', + 'zip' => 'Postinumero', + 'locations' => 'Sijainnit', + 'parent' => 'Ylempi kategoria', + 'currency' => 'Valuutta', + ); diff --git a/resources/lang/fi/admin/manufacturers/table.php b/resources/lang/fi/admin/manufacturers/table.php index a15ea02787..471fac6397 100644 --- a/resources/lang/fi/admin/manufacturers/table.php +++ b/resources/lang/fi/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Laitevalmistajat', 'create' => 'Uusi Valmistaja', 'id' => 'Tunnus', diff --git a/resources/lang/fi/admin/models/general.php b/resources/lang/fi/admin/models/general.php index 52e3750a15..c78fc45984 100644 --- a/resources/lang/fi/admin/models/general.php +++ b/resources/lang/fi/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index 29c867e73b..11f40b33e6 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/fi/admin/suppliers/table.php b/resources/lang/fi/admin/suppliers/table.php index c51ed8e32e..13b8965618 100644 --- a/resources/lang/fi/admin/suppliers/table.php +++ b/resources/lang/fi/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Toimittajan Osoite', 'assets' => 'Laitteet', 'city' => 'Kaupunki', diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php index cfae2ea6c1..daeb5c919a 100644 --- a/resources/lang/fi/admin/users/general.php +++ b/resources/lang/fi/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Käyttäjälle :name luovutetut ohjelmistot', 'view_user' => 'Näytä Käyttäjä :name', 'usercsv' => 'CSV-tiedosto', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/fi/auth/message.php b/resources/lang/fi/auth/message.php index 1b59ba712f..4ce4f02e1f 100644 --- a/resources/lang/fi/auth/message.php +++ b/resources/lang/fi/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Käyttäjätiliä ei ole aktivoitu.', 'account_suspended' => 'Käyttäjätili on jäädytetty.', 'account_banned' => 'Käyttäjätili on estetty.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Sisäänkirjautumisessa tapahtui virhe, yritä uudelleen.', diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index d2410cafb1..1ccbf77a13 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Muokattu Laiteraportti', 'dashboard' => 'Hallintasivu', 'date' => 'Päivä', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Poista', 'deleted' => 'Poistettu', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Ei tuloksia.', 'no' => 'Ei', 'notes' => 'Muistiinpanot', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Odottaa', @@ -121,6 +124,8 @@ 'previous' => 'Edellinen', 'processing' => 'Käsitellään', 'profile' => 'Profiilisi', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'KPL', 'quantity' => 'Määrä', 'ready_to_deploy' => 'Käyttöönotettavissa', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Asetukset', 'sign_in' => 'Kirjaudu sisään', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Sivuston Nimi', 'state' => 'Lääni', 'status_labels' => 'Tilamerkinnät', 'status' => 'Tila', + 'supplier' => 'Supplier', 'suppliers' => 'Toimittajat', 'submit' => 'Submit', 'total_assets' => 'laitteita yhteensä', diff --git a/resources/lang/fr/admin/accessories/general.php b/resources/lang/fr/admin/accessories/general.php index f895257676..f8c8eaa517 100644 --- a/resources/lang/fr/admin/accessories/general.php +++ b/resources/lang/fr/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Les accessoires sont des items que vous assignerai à des utilisateurs mais qui n\'ont pas de numéro de série (ou que vous ne désirez pas en faire un suivi). Par exemple, une souris ou un clavier.', 'accessory_category' => 'Catégorie d\'accessoire', 'accessory_name' => 'Nom de l\'accessoire', - 'cost' => 'Prix d\'achat', 'checkout' => 'Attribuer l\'accessoire', 'checkin' => 'Dissocier l\'accessoire', 'create' => 'Création d\'accessoire', - 'date' => 'Date d\'achat', 'edit' => 'Modifier l\'accessoire', 'eula_text' => 'License de catégorie', 'eula_text_help' => 'Ce champ vous permet de configurer vos licenses d\'utilisation pour chaque type d\'items. Si vous avez seulement une license pour tout vos items, vous pouvez cochez la case ci-dessous pour utiliser celle par défaut.', 'require_acceptance' => 'L\'utilisateur doit confirmer qu\'il accepte les items dans cette catégorie.', 'no_default_eula' => 'Aucune licence d\'utilisation par défaut trouvée. Ajoutez-en une dans la section "Réglages".', - 'order' => 'Numéro de Commande', - 'qty' => 'Quantité', 'total' => 'Total', 'remaining' => 'Dispo', 'update' => 'Mise à jour d\'accessoires', diff --git a/resources/lang/fr/admin/asset_maintenances/table.php b/resources/lang/fr/admin/asset_maintenances/table.php index 0428252053..7cbc292255 100644 --- a/resources/lang/fr/admin/asset_maintenances/table.php +++ b/resources/lang/fr/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Entretien d\'actifs', - 'asset_name' => 'Nom de l\'actif', - 'supplier_name' => 'Nom du fournisseur', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantie', 'dl_csv' => 'Télécharger en CSV' ]; diff --git a/resources/lang/fr/admin/categories/general.php b/resources/lang/fr/admin/categories/general.php index 34331299cc..0bb0a7515c 100644 --- a/resources/lang/fr/admin/categories/general.php +++ b/resources/lang/fr/admin/categories/general.php @@ -1,8 +1,8 @@ 'A propos des Catégories', - 'about_categories' => 'Les catégories vous aident à organiser vos biens. Des exemples de catégories peuvent être "Ordinateurs de bureau", "Ordinateurs portables", "Téléphones portables", "Tablettes", etc..., mais vous pouvez utiliser les catégories comme cela vous convient. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Catégories', 'category_name' => 'Catégorie', 'checkin_email' => 'Envoyer un courriel à l\'utilisateur lors de l\'attribution.', diff --git a/resources/lang/fr/admin/companies/general.php b/resources/lang/fr/admin/companies/general.php index d8dd2dbf58..f78ca10e77 100644 --- a/resources/lang/fr/admin/companies/general.php +++ b/resources/lang/fr/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Sélectionnez une compagnie', ]; diff --git a/resources/lang/fr/admin/consumables/general.php b/resources/lang/fr/admin/consumables/general.php index c241c02322..3adfe90257 100644 --- a/resources/lang/fr/admin/consumables/general.php +++ b/resources/lang/fr/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Les fournitures sont des biens qui seront utilisés au fil du temps. Par exemple de l\'encre ou du papier pour les imprimantes.', 'checkout' => 'Attribuer une fourniture à un utilisateur', 'consumable_name' => 'Nom de la fourniture', - 'cost' => 'Coût d\'achat', 'create' => 'Créer une fourniture', - 'date' => 'Date d\'achat', 'item_no' => 'Num. d\'élément', - 'order' => 'Numéro de commande', 'remaining' => 'Quantité restante', 'total' => 'Total', 'update' => 'Actualiser la fourniture', diff --git a/resources/lang/fr/admin/custom_fields/general.php b/resources/lang/fr/admin/custom_fields/general.php index ae52be1356..69a7b92a40 100644 --- a/resources/lang/fr/admin/custom_fields/general.php +++ b/resources/lang/fr/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'A propos des fieldsets', 'about_fieldsets_text' => 'Les fieldsets permettent de créer des groupes de champs personnalisés que vous utilisez fréquemment pour des types de modèles spécifiques.', 'custom_format' => 'Format personnalisé...', - 'encrypt_field' => 'Chiffrer la valeur de ce champ dans la base de données', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'AVERTISSEMENT: Chiffrer un champ en rend la recherche sur le contenu impossible.', 'encrypted' => 'Chiffré', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nom du fieldset', 'field_name' => 'Nom du champ', 'field_values' => 'Valeurs de champ', - 'field_values_help' => 'Ajouter des options sélectionnables, une par ligne. Les lignes vides autres que la première ligne seront ignorées.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Élément de formulaire', 'field_element_short' => 'Elément', 'field_format' => 'Format', diff --git a/resources/lang/fr/admin/depreciations/general.php b/resources/lang/fr/admin/depreciations/general.php index b64c2bb151..f850d6b383 100644 --- a/resources/lang/fr/admin/depreciations/general.php +++ b/resources/lang/fr/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'A propos des Amortissements', 'about_depreciations' => 'Vous pouvez configurer les amortissements de vos biens basés sur l\'amortissement linéaire.', 'asset_depreciations' => 'Amortissements', - 'create_depreciation' => 'Créer Amortissement', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nom d\'Amortissement', 'number_of_months' => 'Mois', - 'update_depreciation' => 'Actualiser Amortissement', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/fr/admin/groups/titles.php b/resources/lang/fr/admin/groups/titles.php index 8ddea19b7e..f749298399 100644 --- a/resources/lang/fr/admin/groups/titles.php +++ b/resources/lang/fr/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gestion des Groupes', - 'create_group' => 'Créer Groupe', - 'edit_group' => 'Editer Groupe', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nom du Groupe', 'group_admin' => 'Admin Groupe', 'allow' => 'Autoriser', diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php index 77d0c0dbf0..8c931a6e02 100644 --- a/resources/lang/fr/admin/hardware/form.php +++ b/resources/lang/fr/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirmez la suppression du lot d\'objets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Vérifiez les objets ci-dessous pour la suppression du lot. Une fois supprimés, ces objets peuvent être restaurés, mais ils ne seront plus associés avec les utilisateurs auxquels ils sont actuellement assignés.', 'bulk_delete_warn' => 'Vous allez supprimer :asset_count objets.', 'bulk_update' => 'Mise à jour en bloc d\'actifs', @@ -15,7 +15,6 @@ return array( 'create' => 'Créer des actifs', 'date' => 'Date d\'achat', 'depreciates_on' => 'Amortit sur', - 'depreciation' => 'Amortissement', 'default_location' => 'Emplacement par défaut', 'eol_date' => 'Date de fin de vie', 'eol_rate' => 'Taux de EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Choisissez le type de statut', 'serial' => 'Série ', 'status' => 'Statut', - 'supplier' => 'Fournisseur', 'tag' => 'Numéro d\'inventaire', 'update' => 'Mise à jour de l\'actif', 'warranty' => 'Garantie', diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php index f7234c1ef1..8ae65fe1e1 100644 --- a/resources/lang/fr/admin/hardware/general.php +++ b/resources/lang/fr/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Retiré', 'asset' => 'Biens', 'bulk_checkout' => 'Attribuer les objets à l\'utilisateur', diff --git a/resources/lang/fr/admin/licenses/form.php b/resources/lang/fr/admin/licenses/form.php index 5ad1bf919e..20c17dba57 100644 --- a/resources/lang/fr/admin/licenses/form.php +++ b/resources/lang/fr/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Actif', 'checkin' => 'Dissocier', - 'cost' => 'Prix d\'achat', 'create' => 'Créer une licence', - 'date' => 'Date d\'achat', - 'depreciation' => 'Amortissement', 'expiration' => 'Date d\'expiration', 'license_key' => 'Clé du produit', 'maintained' => 'Maintenu', 'name' => 'Nom du logiciel', 'no_depreciation' => 'Ne pas amortir', - 'notes' => 'Notes', - 'order' => 'Commande n°.', 'purchase_order' => 'Numéro de commande', 'reassignable' => 'Réattribuables', 'remaining_seats' => 'Postes restants', 'seats' => 'Postes', - 'serial' => 'Clé de licence', - 'supplier' => 'Fournisseur', 'termination_date' => 'Date d\'expiration', 'to_email' => 'E-mail de la licence', 'to_name' => 'Nom de la licence', diff --git a/resources/lang/fr/admin/licenses/general.php b/resources/lang/fr/admin/licenses/general.php index a12cb2da1c..108cc2b649 100644 --- a/resources/lang/fr/admin/licenses/general.php +++ b/resources/lang/fr/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Libérer la licence multiposte', 'checkout_history' => 'Historique des associations', 'checkout' => 'Associer la licence multiposte', diff --git a/resources/lang/fr/admin/licenses/message.php b/resources/lang/fr/admin/licenses/message.php index dd35e0d8e7..da6b3c25fc 100644 --- a/resources/lang/fr/admin/licenses/message.php +++ b/resources/lang/fr/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Le(s) fichier(s) n\'a pas pu être uploadé. Merci de réessayer.', 'success' => 'Le(s) fichier(s) a bien été uploadé.', 'nofiles' => 'Vous n\'avez pas sélectionné de fichier pour le téléchargement ou le fichier que vous essayez de télécharger est trop gros', - 'invalidfiles' => 'Un ou plusieurs de vos fichiers est trop grand ou le type de fichier n\'est pas autorisé. Les différents types de fichiers autorisés sont png, gif, jpg, doc, docx, pdf, txt, zip, rar et rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/fr/admin/locations/table.php b/resources/lang/fr/admin/locations/table.php index fa7dc2c85e..b2d2be1917 100644 --- a/resources/lang/fr/admin/locations/table.php +++ b/resources/lang/fr/admin/locations/table.php @@ -1,18 +1,20 @@ 'Biens', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Biens assignés', - 'id' => 'ID', - 'city' => 'Ville', - 'state' => 'État', - 'country' => 'Pays', - 'create' => 'Créer un lieu', - 'update' => 'Mettre à jour le lieu', - 'name' => 'Nom du lieu', - 'address' => 'Adresse', - 'zip' => 'Code postal', - 'locations' => 'Lieux', - 'parent' => 'Parent', - 'currency' => 'Devise de l\'emplacement', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Biens', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Biens assignés', + 'id' => 'ID', + 'city' => 'Ville', + 'state' => 'État', + 'country' => 'Pays', + 'create' => 'Créer un lieu', + 'update' => 'Mettre à jour le lieu', + 'name' => 'Nom du lieu', + 'address' => 'Adresse', + 'zip' => 'Code postal', + 'locations' => 'Lieux', + 'parent' => 'Parent', + 'currency' => 'Devise de l\'emplacement', + ); diff --git a/resources/lang/fr/admin/manufacturers/table.php b/resources/lang/fr/admin/manufacturers/table.php index bdd94c3315..d18bd8e6df 100644 --- a/resources/lang/fr/admin/manufacturers/table.php +++ b/resources/lang/fr/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Fabricants d\'actif', 'create' => 'Créer un fabricant', 'id' => 'ID', diff --git a/resources/lang/fr/admin/models/general.php b/resources/lang/fr/admin/models/general.php index 64f89e2485..1e3b0e9734 100644 --- a/resources/lang/fr/admin/models/general.php +++ b/resources/lang/fr/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Ce modèle a été détruit. Cliquez ici pour le restaurer.', 'restore' => 'Restaurer le modèle', 'requestable' => 'Les utilisateurs peuvent demander ce modèle', diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index f02f314350..0523340d08 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'gauche', 'right' => 'droite', 'top' => 'haut', diff --git a/resources/lang/fr/admin/suppliers/table.php b/resources/lang/fr/admin/suppliers/table.php index 69401585a8..3a59c9cae7 100644 --- a/resources/lang/fr/admin/suppliers/table.php +++ b/resources/lang/fr/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Adresse du fournisseur', 'assets' => 'Actifs', 'city' => 'Ville', diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php index c364a9eb5b..136ad939a5 100644 --- a/resources/lang/fr/admin/users/general.php +++ b/resources/lang/fr/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Logiciels associés avec :name', 'view_user' => 'Voir l\'utilisateur :name', 'usercsv' => 'Fichier CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/fr/auth/message.php b/resources/lang/fr/auth/message.php index 91fc859844..137fe6053e 100644 --- a/resources/lang/fr/auth/message.php +++ b/resources/lang/fr/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Ce compte n\'est pas activé.', 'account_suspended' => 'Ce compte est suspendu.', 'account_banned' => 'Ce compte est banni.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Un problème a eu lieu pendant votre connexion, veuillez essayer à nouveau.', diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index bcb39c8c79..20d5f349e5 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Rapport d\'actif personnalisé', 'dashboard' => 'Tableau de bord', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Supprimer', 'deleted' => 'Supprimé', 'delete_seats' => 'Places supprimées', @@ -113,6 +115,7 @@ 'no_results' => 'Pas de résultat.', 'no' => 'Non', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Afficher_MENU_items', 'pagination_info' => 'Afficher_DEBUT_à_FIN_de_TOUS_items', 'pending' => 'En Attente', @@ -121,6 +124,8 @@ 'previous' => 'Précédent', 'processing' => 'En cours de traitement', 'profile' => 'Votre profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTÉ', 'quantity' => 'Quantité', 'ready_to_deploy' => 'Prêt à être déployé', @@ -145,11 +150,13 @@ 'select_asset' => 'Choisir un bien', 'settings' => 'Préférences', 'sign_in' => 'Connexion', + 'signature' => 'Signature', 'some_features_disabled' => 'MODE DEMO: Certaines fonctionnalités sont désactivées pour cette installation.', 'site_name' => 'Nom du Site', 'state' => 'État', 'status_labels' => 'Étiquette de statut', 'status' => 'Statut', + 'supplier' => 'Supplier', 'suppliers' => 'Fournisseurs', 'submit' => 'Submit', 'total_assets' => 'actifs au total', diff --git a/resources/lang/fr/mail.php b/resources/lang/fr/mail.php index 420bd0cbbd..f00e4cbeba 100644 --- a/resources/lang/fr/mail.php +++ b/resources/lang/fr/mail.php @@ -14,7 +14,7 @@ return array( expiring in the next 60 days.', 'assigned_to' => 'Affecté à', 'best_regards' => 'Cordialement,', - 'canceled' => 'Canceled:', + 'canceled' => 'Annulé:', 'checkin_date' => 'Checkin Date:', 'checkout_date' => 'Checkout Date:', 'click_to_confirm' => 'Veuillez cliquer sur le lien suivant pour confirmer votre :web account:', @@ -41,10 +41,10 @@ return array( 'Item_Request_Canceled' => 'Item Request Canceled', 'Item_Requested' => 'Item Requested', 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', + 'link_to_update_password' => 'Veuillez cliquer sur le lien suivant pour confirmer votre :web account:', 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', 'login' => 'Nom d\'utilisateur:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Low_Inventory_Report' => 'Rapport d’inventaire bas', 'min_QTY' => 'Quantité minimum', 'name' => 'Nom', 'new_item_checked' => 'A new item has been checked out under your name, details are below.', @@ -53,11 +53,11 @@ return array( 'read_the_terms' => 'Merci de lire les conditions d\'utilisation ci-dessous.', 'read_the_terms_and_click' => 'Merci de lire les conditions d\'utilisation ci-dessous, et cliquer sur le lien ci-dessous pour confirmer que vous avez lu et accepté les conditions d\'utilisation et reçu l\'équipement.', - 'requested' => 'Requested:', + 'requested' => 'Demandé:', 'reset_link' => 'Votre lien pour réinitialiser le mot de passe', 'reset_password' => 'Cliquez ici pour réinitialiser votre mot de passe:', 'serial' => 'N° de série :', - 'supplier' => 'Supplier', + 'supplier' => 'Fournisseur', 'tag' => 'Tag', 'test_email' => 'Email test de Snipe-IT', 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', diff --git a/resources/lang/he/admin/accessories/general.php b/resources/lang/he/admin/accessories/general.php index 29142f40ac..792ae8d1be 100644 --- a/resources/lang/he/admin/accessories/general.php +++ b/resources/lang/he/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'עזרים הם כל דבר שאתה מנפיק למשתמשים אבל אין להם מק"ט (או שאינך מעוניין לעקוב אחריהם לפי יחידה). לדוגמא, מקלדות ועכברים.', 'accessory_category' => 'סוג האביזר', 'accessory_name' => 'שם אביזר', - 'cost' => 'מחיר הרכישה', 'checkout' => 'נפק עזר', 'checkin' => 'החזר עזר', 'create' => 'ליצור אביזר', - 'date' => 'תאריך הרכישה', 'edit' => 'ערוך עזר', 'eula_text' => 'תנאי שימוש של הקטגוריה', 'eula_text_help' => 'שדה זה מאפשר לך להתאים את תנאי השימוש עבור סוגים מסוימים של פריטים. במידה ותנאי השימוש שלך זהים לכלל הפריטים - תוכל לסמן את התיבה שלמטה לשימוש בברירת המחדל.', 'require_acceptance' => 'דרוש מהמשתמש לאשר קבלה של פריט בקטגוריה זו.', 'no_default_eula' => 'לא נמצאה ברירת מחדל לתנאי השימוש. הוסף ברירת מחדל בהגדרות.', - 'order' => 'מספר הזמנה', - 'qty' => 'כמות', 'total' => 'סה"כ', 'remaining' => 'נותר', 'update' => 'עידכון אביזר', diff --git a/resources/lang/he/admin/asset_maintenances/table.php b/resources/lang/he/admin/asset_maintenances/table.php index 1dadf9c336..aeb5415ed4 100644 --- a/resources/lang/he/admin/asset_maintenances/table.php +++ b/resources/lang/he/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'תחזוקת נכס', - 'asset_name' => 'נכס', - 'supplier_name' => 'ספק', + 'asset_name' => 'Asset Name', 'is_warranty' => 'אחריות', 'dl_csv' => 'להוריד CSV' ]; diff --git a/resources/lang/he/admin/categories/general.php b/resources/lang/he/admin/categories/general.php index 25eb4a00c2..380cd50be4 100644 --- a/resources/lang/he/admin/categories/general.php +++ b/resources/lang/he/admin/categories/general.php @@ -1,8 +1,8 @@ 'אוֹדוֹת הקטגוריות', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Asset Categories', 'category_name' => 'שם קטגוריה', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/he/admin/companies/general.php b/resources/lang/he/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/he/admin/companies/general.php +++ b/resources/lang/he/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/he/admin/consumables/general.php b/resources/lang/he/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/he/admin/consumables/general.php +++ b/resources/lang/he/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/he/admin/custom_fields/general.php b/resources/lang/he/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/he/admin/custom_fields/general.php +++ b/resources/lang/he/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/he/admin/depreciations/general.php b/resources/lang/he/admin/depreciations/general.php index d5796ff9f6..1fca0e2cb7 100644 --- a/resources/lang/he/admin/depreciations/general.php +++ b/resources/lang/he/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Asset Depreciations', 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'asset_depreciations' => 'Asset Depreciations', - 'create_depreciation' => 'Create Depreciation', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Depreciation Name', 'number_of_months' => 'Number of Months', - 'update_depreciation' => 'Update Depreciation', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/he/admin/groups/titles.php b/resources/lang/he/admin/groups/titles.php index 12c333a66f..99e8cc1f6f 100644 --- a/resources/lang/he/admin/groups/titles.php +++ b/resources/lang/he/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Group Name', 'group_admin' => 'Group Admin', 'allow' => 'Allow', diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php index e4bf1e3f39..abded281fa 100644 --- a/resources/lang/he/admin/hardware/form.php +++ b/resources/lang/he/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Create Asset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', diff --git a/resources/lang/he/admin/hardware/general.php b/resources/lang/he/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/he/admin/hardware/general.php +++ b/resources/lang/he/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/he/admin/licenses/form.php b/resources/lang/he/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/he/admin/licenses/form.php +++ b/resources/lang/he/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/he/admin/licenses/general.php b/resources/lang/he/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/he/admin/licenses/general.php +++ b/resources/lang/he/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/he/admin/licenses/message.php b/resources/lang/he/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/he/admin/licenses/message.php +++ b/resources/lang/he/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/he/admin/locations/table.php +++ b/resources/lang/he/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/he/admin/manufacturers/table.php b/resources/lang/he/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/he/admin/manufacturers/table.php +++ b/resources/lang/he/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/he/admin/models/general.php b/resources/lang/he/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/he/admin/models/general.php +++ b/resources/lang/he/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/he/admin/suppliers/table.php b/resources/lang/he/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/he/admin/suppliers/table.php +++ b/resources/lang/he/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/he/admin/users/general.php +++ b/resources/lang/he/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/he/auth/message.php b/resources/lang/he/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/he/auth/message.php +++ b/resources/lang/he/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index cc6e025607..16c38b1721 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Delete', 'deleted' => 'Deleted', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'No', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Settings', 'sign_in' => 'Sign in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/hr/admin/accessories/general.php b/resources/lang/hr/admin/accessories/general.php index f6ed2fe3a5..22771aff0c 100644 --- a/resources/lang/hr/admin/accessories/general.php +++ b/resources/lang/hr/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessory_category' => 'Accessory Category', 'accessory_name' => 'Accessory Name', - 'cost' => 'Purchase Cost', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Create Accessory', - 'date' => 'Purchase Date', 'edit' => 'Edit Accessory', 'eula_text' => 'Category EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'order' => 'Order Number', - 'qty' => 'QTY', 'total' => 'Total', 'remaining' => 'Avail', 'update' => 'Update Accessory', diff --git a/resources/lang/hr/admin/asset_maintenances/table.php b/resources/lang/hr/admin/asset_maintenances/table.php index 5b83539914..f3a6be60f9 100644 --- a/resources/lang/hr/admin/asset_maintenances/table.php +++ b/resources/lang/hr/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/hr/admin/categories/general.php b/resources/lang/hr/admin/categories/general.php index 58967eda60..2a00f82a67 100644 --- a/resources/lang/hr/admin/categories/general.php +++ b/resources/lang/hr/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Asset Categories', 'category_name' => 'Category Name', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/hr/admin/companies/general.php b/resources/lang/hr/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/hr/admin/companies/general.php +++ b/resources/lang/hr/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/hr/admin/consumables/general.php b/resources/lang/hr/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/hr/admin/consumables/general.php +++ b/resources/lang/hr/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/hr/admin/custom_fields/general.php b/resources/lang/hr/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/hr/admin/custom_fields/general.php +++ b/resources/lang/hr/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/hr/admin/depreciations/general.php b/resources/lang/hr/admin/depreciations/general.php index d5796ff9f6..1fca0e2cb7 100644 --- a/resources/lang/hr/admin/depreciations/general.php +++ b/resources/lang/hr/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Asset Depreciations', 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'asset_depreciations' => 'Asset Depreciations', - 'create_depreciation' => 'Create Depreciation', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Depreciation Name', 'number_of_months' => 'Number of Months', - 'update_depreciation' => 'Update Depreciation', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/hr/admin/groups/titles.php b/resources/lang/hr/admin/groups/titles.php index 12c333a66f..99e8cc1f6f 100644 --- a/resources/lang/hr/admin/groups/titles.php +++ b/resources/lang/hr/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Group Name', 'group_admin' => 'Group Admin', 'allow' => 'Allow', diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php index e4bf1e3f39..abded281fa 100644 --- a/resources/lang/hr/admin/hardware/form.php +++ b/resources/lang/hr/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Create Asset', 'date' => 'Purchase Date', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Warranty', diff --git a/resources/lang/hr/admin/hardware/general.php b/resources/lang/hr/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/hr/admin/hardware/general.php +++ b/resources/lang/hr/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/hr/admin/licenses/form.php b/resources/lang/hr/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/hr/admin/licenses/form.php +++ b/resources/lang/hr/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/hr/admin/licenses/general.php b/resources/lang/hr/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/hr/admin/licenses/general.php +++ b/resources/lang/hr/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/hr/admin/licenses/message.php b/resources/lang/hr/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/hr/admin/licenses/message.php +++ b/resources/lang/hr/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/hr/admin/locations/table.php b/resources/lang/hr/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/hr/admin/locations/table.php +++ b/resources/lang/hr/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/hr/admin/manufacturers/table.php b/resources/lang/hr/admin/manufacturers/table.php index 1861ee7c56..f66320fe8d 100644 --- a/resources/lang/hr/admin/manufacturers/table.php +++ b/resources/lang/hr/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', 'id' => 'ID', diff --git a/resources/lang/hr/admin/models/general.php b/resources/lang/hr/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/hr/admin/models/general.php +++ b/resources/lang/hr/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index fa88f72686..1a6b2d4797 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/hr/admin/suppliers/table.php b/resources/lang/hr/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/hr/admin/suppliers/table.php +++ b/resources/lang/hr/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/hr/admin/users/general.php +++ b/resources/lang/hr/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/hr/auth/message.php b/resources/lang/hr/auth/message.php index 31bafb55ce..3aee689e54 100644 --- a/resources/lang/hr/auth/message.php +++ b/resources/lang/hr/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index cc6e025607..16c38b1721 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Dashboard', 'date' => 'Date', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Delete', 'deleted' => 'Deleted', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'No', 'notes' => 'Notes', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Your profile', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Settings', 'sign_in' => 'Sign in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/hu/admin/accessories/general.php b/resources/lang/hu/admin/accessories/general.php index 296224b5f0..d0b432bcd1 100644 --- a/resources/lang/hu/admin/accessories/general.php +++ b/resources/lang/hu/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'A tartozék bármi lehet, amit kiad egy felhasználónak, aminek nincs sorozatszáma (vagy csak nem akarja egyediként kezelni). Például számítógépes egér vagy billentyűzet.', 'accessory_category' => 'Tartozék kategória', 'accessory_name' => 'Tartozék neve', - 'cost' => 'Beszerzési ár', 'checkout' => 'Kiadott tartozék', 'checkin' => 'Visszavett tartozék', 'create' => 'Tartozék létrehozása', - 'date' => 'Beszerzés dátuma', 'edit' => 'Tartozék szerkesztése', 'eula_text' => 'Kategória EULA', 'eula_text_help' => 'Ezzel a mezővel testre szabhatja a különböző eszközök EULA-ját. Ha csak egy EULA van az összes eszközhöz, akkor jelölje be a négyzetet lent, hogy az alapértelmezettet használja.', 'require_acceptance' => 'A felhasználónak kötelező elfogadnia az eszköz átvételét ebben a kategóriában.', 'no_default_eula' => 'Nincs alapértelmezett EULA. Adjon hozzá egyet a Beállításokban!', - 'order' => 'Rendelési azonosító', - 'qty' => 'Mennyiség', 'total' => 'Összesen', 'remaining' => 'Maradék', 'update' => 'Tartozék frissítése', diff --git a/resources/lang/hu/admin/asset_maintenances/table.php b/resources/lang/hu/admin/asset_maintenances/table.php index d294cd4eda..cbdfb14ba5 100644 --- a/resources/lang/hu/admin/asset_maintenances/table.php +++ b/resources/lang/hu/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Eszköz karbantartások', - 'asset_name' => 'Eszköz', - 'supplier_name' => 'Beszállító', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garancia', 'dl_csv' => 'CSV letöltése' ]; diff --git a/resources/lang/hu/admin/categories/general.php b/resources/lang/hu/admin/categories/general.php index 447a2418b0..1e0ed689ca 100644 --- a/resources/lang/hu/admin/categories/general.php +++ b/resources/lang/hu/admin/categories/general.php @@ -1,8 +1,8 @@ 'Az eszköz kategóriákról', - 'about_categories' => 'Eszköz kategóriákba rendezheti az eszközeit. Például "Desktop gép", "Laptop", "Mobiltelefon", "Táblagép", stb, de úgy használhatja ezeket a kategóriákat, ahogy szeretné.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Eszköz kategóriák', 'category_name' => 'Kategória név', 'checkin_email' => 'Küldj a felhasználónak e-mailt, leadáskor.', diff --git a/resources/lang/hu/admin/companies/general.php b/resources/lang/hu/admin/companies/general.php index 893ba5b74f..23e08c2673 100644 --- a/resources/lang/hu/admin/companies/general.php +++ b/resources/lang/hu/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Vállalat kiválasztása', ]; diff --git a/resources/lang/hu/admin/consumables/general.php b/resources/lang/hu/admin/consumables/general.php index 3bd635c718..4fc2dde617 100644 --- a/resources/lang/hu/admin/consumables/general.php +++ b/resources/lang/hu/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Kellékek azok a megvásárolt dolgok amiket idővel felhasználsz. Például nyomtató festék parton vagy fénymásoló papír.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Kellék Neve', - 'cost' => 'Beszerzési ár', 'create' => 'Kellék létrehozva', - 'date' => 'Beszerzés dátuma', 'item_no' => 'Item No.', - 'order' => 'Rendelési szám', 'remaining' => 'Fennmaradó', 'total' => 'Összesen', 'update' => 'Kellék frissítése', diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php index e1dd9e2a59..d28ffda739 100644 --- a/resources/lang/hu/admin/custom_fields/general.php +++ b/resources/lang/hu/admin/custom_fields/general.php @@ -5,17 +5,17 @@ return array( 'field' => 'Mező', 'about_fieldsets_title' => 'A mezőcsoportokról', 'about_fieldsets_text' => 'A mezőcsoportokkal tudsz létrehozni olyan gyakran használt egyedi mezőket csoportosító speciális eszköz modell típusokat.', - 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'custom_format' => 'Egyéni formátum...', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', - 'encrypted' => 'Encrypted', + 'encrypted' => 'Titkosított', 'fieldset' => 'Mezőcsoportok', 'qty_fields' => 'Mennyiségi mezők', 'fieldsets' => 'Mezőcsoportok', 'fieldset_name' => 'Mezőcsoport neve', 'field_name' => 'Mező neve', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values' => 'Mező értékei', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Ürlap elem', 'field_element_short' => 'Elem', 'field_format' => 'Formátum', diff --git a/resources/lang/hu/admin/depreciations/general.php b/resources/lang/hu/admin/depreciations/general.php index 1bf70c041d..97ac18af6c 100644 --- a/resources/lang/hu/admin/depreciations/general.php +++ b/resources/lang/hu/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Eszköz értékcsökkentésekről', 'about_depreciations' => 'Beállíthat az eszközökhöz, eszköz alapú lineáris értékcsökkentést.', 'asset_depreciations' => 'Eszköz értékcsökkenések', - 'create_depreciation' => 'Értékcsökkenés létrehozása', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Értékcsökkenés neve', 'number_of_months' => 'Hónapok száma', - 'update_depreciation' => 'Értékcsökkenés frissítése', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/hu/admin/groups/titles.php b/resources/lang/hu/admin/groups/titles.php index 00ffe82202..0af40d22d7 100644 --- a/resources/lang/hu/admin/groups/titles.php +++ b/resources/lang/hu/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Csoport kezelés', - 'create_group' => 'Új csoport létrehozása', - 'edit_group' => 'Csoport szerkesztése', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Csoport neve', 'group_admin' => 'Csoport Admin-ok', 'allow' => 'Engedélyezés', diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php index 88644dc4d2..a63b3ab2a5 100644 --- a/resources/lang/hu/admin/hardware/form.php +++ b/resources/lang/hu/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Jóváhagyni a tömeges eszközök törlését', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Tömeges törléshez tekintse át az eszközöket. Ha törli az eszközöket, azok visszaállíthatók, de többé nem lesznek hozzárendelve a korábban hozzárendelt felhasználókhoz.', 'bulk_delete_warn' => 'Le akarod törölni a :asset_count eszközt.', 'bulk_update' => 'Tömeges eszköz frissítés', @@ -15,7 +15,6 @@ return array( 'create' => 'Eszköz létrehozása', 'date' => 'Vásárlás dátuma', 'depreciates_on' => 'Leértékelődik', - 'depreciation' => 'Értékcsökkenés', 'default_location' => 'Alapértelmezett hely', 'eol_date' => 'Lejárat Dátuma', 'eol_rate' => 'EOL arány', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Állapot típusának kiválasztása', 'serial' => 'Sorozatszám', 'status' => 'Státusz', - 'supplier' => 'Beszállító', 'tag' => 'Eszköz azonosító', 'update' => 'Eszköz frissítés', 'warranty' => 'Garancia', diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php index ae97310d14..36129e3cfd 100644 --- a/resources/lang/hu/admin/hardware/general.php +++ b/resources/lang/hu/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arhivált', 'asset' => 'Eszköz', 'bulk_checkout' => 'Checkout Assets to User', @@ -13,9 +15,9 @@ return array( 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', 'requestable' => 'Requestable', - 'requested' => 'Requested', + 'requested' => 'Kérve', 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', + 'pending' => 'Függőben', + 'undeployable' => 'Nem telepíthető', 'view' => 'View Asset', ); diff --git a/resources/lang/hu/admin/licenses/form.php b/resources/lang/hu/admin/licenses/form.php index 2bfe9860ce..0a3f9f9c7b 100644 --- a/resources/lang/hu/admin/licenses/form.php +++ b/resources/lang/hu/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Eszköz', 'checkin' => 'Kiadás', - 'cost' => 'Beszerzési érték', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/hu/admin/licenses/general.php b/resources/lang/hu/admin/licenses/general.php index f0e577bb9b..f2566f6da8 100644 --- a/resources/lang/hu/admin/licenses/general.php +++ b/resources/lang/hu/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Bevét engedély Seat', 'checkout_history' => 'Visszavét előzmények', 'checkout' => 'Kiadás Licence ülés/kérelem', diff --git a/resources/lang/hu/admin/licenses/message.php b/resources/lang/hu/admin/licenses/message.php index 817e391c94..6934952a8b 100644 --- a/resources/lang/hu/admin/licenses/message.php +++ b/resources/lang/hu/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/hu/admin/locations/table.php b/resources/lang/hu/admin/locations/table.php index 502f0ea509..90e007f292 100644 --- a/resources/lang/hu/admin/locations/table.php +++ b/resources/lang/hu/admin/locations/table.php @@ -1,18 +1,20 @@ 'Eszközök', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Hozzárendelt eszközök', - 'id' => 'ID', - 'city' => 'Város', - 'state' => 'Megye', - 'country' => 'Ország', - 'create' => 'Helyszín létrehozása', - 'update' => 'Helyszín frissítése', - 'name' => 'Helyszín neve', - 'address' => 'Cím', - 'zip' => 'Irányítószám', - 'locations' => 'Helyek', - 'parent' => 'Szülő', - 'currency' => 'Helyi valuta', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Eszközök', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Hozzárendelt eszközök', + 'id' => 'ID', + 'city' => 'Város', + 'state' => 'Megye', + 'country' => 'Ország', + 'create' => 'Helyszín létrehozása', + 'update' => 'Helyszín frissítése', + 'name' => 'Helyszín neve', + 'address' => 'Cím', + 'zip' => 'Irányítószám', + 'locations' => 'Helyek', + 'parent' => 'Szülő', + 'currency' => 'Helyi valuta', + ); diff --git a/resources/lang/hu/admin/manufacturers/table.php b/resources/lang/hu/admin/manufacturers/table.php index aa7f3f0087..5a10eb405e 100644 --- a/resources/lang/hu/admin/manufacturers/table.php +++ b/resources/lang/hu/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Eszköz gyártoi', 'create' => 'Gyártó lértehozása', 'id' => 'ID', diff --git a/resources/lang/hu/admin/models/general.php b/resources/lang/hu/admin/models/general.php index 07c41ee2f4..4269627ae2 100644 --- a/resources/lang/hu/admin/models/general.php +++ b/resources/lang/hu/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Ez a modell törölve lett. Itt visszaállíthatod.', 'restore' => 'Modell Visszaállítása', 'requestable' => 'Users may request this model', diff --git a/resources/lang/hu/admin/models/table.php b/resources/lang/hu/admin/models/table.php index 70d42711f2..f84a59a3d7 100644 --- a/resources/lang/hu/admin/models/table.php +++ b/resources/lang/hu/admin/models/table.php @@ -6,12 +6,12 @@ return array( 'created_at' => 'Létrehozva', 'eol' => 'EOL', 'modelnumber' => 'Modell Száma.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'name' => 'Eszközmodell neve', + 'numassets' => 'Eszközök', + 'title' => 'Eszközmodellek', + 'update' => 'Eszközmodell frissítése', + 'view' => 'Eszközmodell megtekintése', + 'update' => 'Eszközmodell frissítése', + 'clone' => 'Modell klónozása', + 'edit' => 'Modell szerkesztése', ); diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index dcbfea60bf..d6764ffcb5 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -6,51 +6,51 @@ return array( 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'is_ad' => 'This is an Active Directory server', 'alert_email' => 'Riasztás címzettje', - 'alerts_enabled' => 'Alerts Enabled', + 'alerts_enabled' => 'Riasztás engedélyezve', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'asset_ids' => 'Eszköz ID', 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', 'auto_increment_prefix' => 'Prefix (optional)', 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', + 'backups' => 'Biztonsági mentések', + 'barcode_settings' => 'Vonalkód beállítások', 'confirm_purge' => 'Confirm Purge', 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', + 'custom_css' => 'Egyéni CSS', 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', + 'default_currency' => 'Alapértelmezett pénznem', + 'default_eula_text' => 'Alapértelmezett EULA', + 'default_language' => 'Alapértelmezett nyelv', 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', + 'display_asset_name' => 'Eszköznév megjelenítése', 'display_checkout_date' => 'Display Checkout Date', 'display_eol' => 'Display EOL in table view', 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', + 'display_alt_barcode' => '1D vonalkód megjelenítése', + 'barcode_type' => '2D vonalkód típusa', + 'alt_barcode_type' => '1D vonalkód típusa', + 'eula_settings' => 'EULA beállítások', 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', + 'general_settings' => 'Általános beállítások', 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', + 'header_color' => 'Fejléc színe', 'info' => 'These settings let you customize certain aspects of your installation.', 'laravel' => 'Laravel Version', - 'ldap_enabled' => 'LDAP enabled', - 'ldap_integration' => 'LDAP Integration', - 'ldap_settings' => 'LDAP Settings', - 'ldap_server' => 'LDAP Server', + 'ldap_enabled' => 'LDAP bekapcsolva', + 'ldap_integration' => 'LDAP integráció', + 'ldap_settings' => 'LDAP beállítások', + 'ldap_server' => 'LDAP szerver', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.', - 'ldap_tls' => 'Use TLS', + 'ldap_tls' => 'TLS használata', 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', 'ldap_uname' => 'LDAP Bind Username', 'ldap_pword' => 'LDAP Bind Password', 'ldap_basedn' => 'Base Bind DN', - 'ldap_filter' => 'LDAP Filter', + 'ldap_filter' => 'LDAP szűrő', 'ldap_pw_sync' => 'LDAP Password Sync', 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', 'ldap_username_field' => 'Username Field', @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/hu/admin/suppliers/table.php b/resources/lang/hu/admin/suppliers/table.php index adf694e658..c28be56d27 100644 --- a/resources/lang/hu/admin/suppliers/table.php +++ b/resources/lang/hu/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Beszállító címe', 'assets' => 'Eszközök', 'city' => 'Város', diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index 734c383f28..20a11fab6b 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/hu/auth/general.php b/resources/lang/hu/auth/general.php index bf88cba77a..27a62f56fe 100644 --- a/resources/lang/hu/auth/general.php +++ b/resources/lang/hu/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Jelszó visszaállítási link küldése', + 'email_reset_password' => 'Jelsó visszaállítási e-mail', + 'reset_password' => 'Jelszó visszaállítása', + 'login' => 'Belépés', + 'login_prompt' => 'Kérem, lépjen be', + 'forgot_password' => 'Elfelejtettem a jelszavam', + 'remember_me' => 'Emlékezzen rám', ]; diff --git a/resources/lang/hu/auth/message.php b/resources/lang/hu/auth/message.php index e747ba59d6..48d49452d4 100644 --- a/resources/lang/hu/auth/message.php +++ b/resources/lang/hu/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Ez a felhasználó nincs aktiválva.', 'account_suspended' => 'Ez a felhasználói fiók fel van függesztve.', 'account_banned' => 'Ez a felhasználó ki van tiltva.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Bejelentkezés közben probléma lépett fel, kérjük próbálja újra.', diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index 3c3ff92d0a..72aa178752 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Egyedi eszköz riport', 'dashboard' => 'Irányítópult', 'date' => 'Dátum', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Törlés', 'deleted' => 'Törölve', 'delete_seats' => 'Törölt elemek', @@ -113,6 +115,7 @@ 'no_results' => 'Nincs találat.', 'no' => 'Nem ', 'notes' => 'Megjegyzések', + 'order_number' => 'Order Number', 'page_menu' => '_MENU_ elemet megjelenítve', 'pagination_info' => '_START_ to _END_ of _TOTAL_ elemet megjelenítve', 'pending' => 'Függőben', @@ -121,6 +124,8 @@ 'previous' => 'Korábbi', 'processing' => 'Feldolgozás alatt', 'profile' => 'Profilod', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Mennyiség', 'quantity' => 'Mennyiség', 'ready_to_deploy' => 'Kiadásra kész', @@ -145,11 +150,13 @@ 'select_asset' => 'Válassza ki az eszköz', 'settings' => 'Beállítások', 'sign_in' => 'Bejelentkezés', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Hely neve', 'state' => 'Megye', 'status_labels' => 'Státusz címkék', 'status' => 'Állapot', + 'supplier' => 'Supplier', 'suppliers' => 'Beszállítók', 'submit' => 'Submit', 'total_assets' => 'eszköz összesen', diff --git a/resources/lang/hu/mail.php b/resources/lang/hu/mail.php index c9a4fe182d..93e34acf98 100644 --- a/resources/lang/hu/mail.php +++ b/resources/lang/hu/mail.php @@ -6,17 +6,17 @@ return array( 'accessory_name' => 'Accessory Name:', 'additional_notes' => 'Additional Notes:', 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', + 'asset' => 'Eszköz:', + 'asset_name' => 'Eszköz neve:', 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', + 'asset_tag' => 'Eszköz azonosító:', 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', + 'assigned_to' => 'Hozzárendelve', + 'best_regards' => 'Üdvözlettel,', + 'canceled' => 'Megszakítva:', + 'checkin_date' => 'Visszavétel dátuma:', + 'checkout_date' => 'Kiadási dátum:', 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', @@ -26,14 +26,14 @@ return array( 'Confirm_asset_delivery' => 'Confirm asset delivery.', 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', + 'Days' => 'Nap', + 'days' => 'Nap', + 'expecting_checkin_date' => 'Várható visszaadás dátuma:', + 'expires' => 'Lejárat', 'Expiring_Assets_Report' => 'Expiring Assets Report.', 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', + 'hello' => 'Helló', + 'hi' => 'Üdv', 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', 'item' => 'Item:', 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum @@ -43,18 +43,18 @@ return array( 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', 'link_to_update_password' => 'Please click on the following link to update your :web password:', 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', + 'login' => 'Belépés:', 'Low_Inventory_Report' => 'Low Inventory Report', 'min_QTY' => 'Min QTY', - 'name' => 'Name', + 'name' => 'Név', 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'password' => 'Jelszó:', + 'password_reset' => 'Jelszó visszaállítása', 'read_the_terms' => 'Please read the terms of use below.', 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', + 'requested' => 'Kérve:', 'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Click here to reset your password:', 'serial' => 'Serial:', diff --git a/resources/lang/id/admin/accessories/general.php b/resources/lang/id/admin/accessories/general.php index e69aa39a5b..ae3691a9ef 100644 --- a/resources/lang/id/admin/accessories/general.php +++ b/resources/lang/id/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Aksesoris apapun yang Anda keluarkan untuk pengguna, yang tidak memiliki nomor seri (atau Anda tidak peduli untuk dilacak). Misalnya, mouse komputer atau keyboard.', 'accessory_category' => 'Kategori Aksesori', 'accessory_name' => 'Nama Aksesori', - 'cost' => 'Biaya pembelian', 'checkout' => 'Aksesoris Keluar', 'checkin' => 'Aksesoris Masuk', 'create' => 'Akesoris Baru', - 'date' => 'Tanggal pembelian', 'edit' => 'Mengedit aksesori', 'eula_text' => 'Kategori EULA', 'eula_text_help' => 'Kolom ini memperbolehkan Anda untuk menyesuaikan EULA Anda untuk jenis dari aset. Jika Anda hanya memiliki satu EULA untuk semua aset Anda, Anda dapat memeriksa kotak di bawah untuk menggunakan default primer.', 'require_acceptance' => 'Mengharuskan pengguna untuk mengkonfirmasi penerimaan aset dalam kategori ini.', 'no_default_eula' => 'Tidak ada EULA standar utama yang ditemukan. Tambahkan di Pengaturan.', - 'order' => 'Nomor Pemesanan', - 'qty' => 'QTY', 'total' => 'Total', 'remaining' => 'Tersedia', 'update' => 'Perbarui Aksesori', diff --git a/resources/lang/id/admin/asset_maintenances/table.php b/resources/lang/id/admin/asset_maintenances/table.php index 24de609eb6..b0c1e3ba8a 100644 --- a/resources/lang/id/admin/asset_maintenances/table.php +++ b/resources/lang/id/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Pemeliharaan Aset', - 'asset_name' => 'Aset', - 'supplier_name' => 'Pemasok', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garansi', 'dl_csv' => 'Unduh CSV' ]; diff --git a/resources/lang/id/admin/categories/general.php b/resources/lang/id/admin/categories/general.php index 92c844dbf3..c25e159672 100644 --- a/resources/lang/id/admin/categories/general.php +++ b/resources/lang/id/admin/categories/general.php @@ -1,8 +1,8 @@ 'Tentang Kategori Aset', - 'about_categories' => 'Kategori aset membantu Anda mengatur aset Anda. Beberapa contoh kategori mungkin "Desktops", "Laptops", "Mobile Phones", "Tablets", dan sebagainya, tetapi Anda dapat menggunakan kategori untuk aset apapun cara yang masuk akal untuk Anda.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategori Aset', 'category_name' => 'Nama Kategori', 'checkin_email' => 'Kirim surel ke pengguna ketika barang di berikan kepadanya.', diff --git a/resources/lang/id/admin/companies/general.php b/resources/lang/id/admin/companies/general.php index 935a433c9d..9faf0b53ac 100644 --- a/resources/lang/id/admin/companies/general.php +++ b/resources/lang/id/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Pilih Perusahaan', ]; diff --git a/resources/lang/id/admin/consumables/general.php b/resources/lang/id/admin/consumables/general.php index 754e2c2d28..1d9027b46f 100644 --- a/resources/lang/id/admin/consumables/general.php +++ b/resources/lang/id/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Barang Habis Pakai adalah segala sesuatu yang dibeli dan nantinya akan habis terpakai. Sebagai contoh, tinta printer atau kertas untuk mesin fotokopi.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Nama Barang Habis Pakai', - 'cost' => 'Harga Pembelian', 'create' => 'Membuat Barang Habis Pakai', - 'date' => 'Tanggal pembelian', 'item_no' => 'Nomor Barang', - 'order' => 'Nomor Pemesanan', 'remaining' => 'Sisa', 'total' => 'Total', 'update' => 'Memperbarui Barang Habis Pakai', diff --git a/resources/lang/id/admin/custom_fields/general.php b/resources/lang/id/admin/custom_fields/general.php index 30f180fc79..79bcd9583e 100644 --- a/resources/lang/id/admin/custom_fields/general.php +++ b/resources/lang/id/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Tentang Set Kolom', 'about_fieldsets_text' => 'Fieldsets memungkinkan Anda untuk membuat kolom tambahan yang seringkali dipakai untuk dapat digunakan pada model aset tertentu.', 'custom_format' => 'Format Tambahan...', - 'encrypt_field' => 'Enkripsi nilai kolom ini di database', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'PERINGATAN: Mengenkripsi kolom menjadikan tidak bisa ditemukan.', 'encrypted' => 'Encrypted', 'fieldset' => 'Set Kolom', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nama Kumpulan Set Kolom', 'field_name' => 'Nama Set Kolom', 'field_values' => 'Nilai Kolom', - 'field_values_help' => 'Tambahkan opsi yang bisa dipilih, satu opsi per baris. Baris kosong selain baris pertama akan diabaikan.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Elemen Form', 'field_element_short' => 'Elemen', 'field_format' => 'Format', diff --git a/resources/lang/id/admin/depreciations/general.php b/resources/lang/id/admin/depreciations/general.php index 562c432786..9e28e04052 100644 --- a/resources/lang/id/admin/depreciations/general.php +++ b/resources/lang/id/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Tentang Penyusutan Aset', 'about_depreciations' => 'Anda dapat mengatur penyusutan aset dengan perhitungan penyusutan garis lurus.', 'asset_depreciations' => 'Depresiasi Aset', - 'create_depreciation' => 'Buat Penyusutan', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nama Penyusutan', 'number_of_months' => 'Jumlah bulan', - 'update_depreciation' => 'Memperbarui Penyusutan', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/id/admin/groups/titles.php b/resources/lang/id/admin/groups/titles.php index a4eef2c54c..eb960fced7 100644 --- a/resources/lang/id/admin/groups/titles.php +++ b/resources/lang/id/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Manajemen Kelompok', - 'create_group' => 'Membuat kelompok baru', - 'edit_group' => 'Sunting kelompok', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nama Kelompok', 'group_admin' => 'Admin Kelompok', 'allow' => 'Izin', diff --git a/resources/lang/id/admin/hardware/form.php b/resources/lang/id/admin/hardware/form.php index 4fe70ab69b..274e5c4a87 100644 --- a/resources/lang/id/admin/hardware/form.php +++ b/resources/lang/id/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Konfirmasi penghapusan aset dalam jumlah besar', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Meninjau aset untuk penghapusan massal di bawah ini. Setelah dihapus, aset-aset ini dapat dipulihkan, tetapi mereka tidak lagi akan dikaitkan dengan setiap pengguna yang mereka saat ini digunakan.', 'bulk_delete_warn' => 'Anda akan menghapus :asset_count aset.', 'bulk_update' => 'Perbarui aset jumlah besar', @@ -15,7 +15,6 @@ return array( 'create' => 'Membuat aset', 'date' => 'Tanggal pembelian', 'depreciates_on' => 'Penyusutan aktif', - 'depreciation' => 'Penyusutan', 'default_location' => 'Lokasi awal', 'eol_date' => 'Tanggal EOL', 'eol_rate' => 'Tingkat EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Memilih Tipe Status', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Pemasok', 'tag' => 'Tag Aset', 'update' => 'Perbarui Aset', 'warranty' => 'Garansi', diff --git a/resources/lang/id/admin/hardware/general.php b/resources/lang/id/admin/hardware/general.php index c10e55b9a1..4c9a29ba1d 100644 --- a/resources/lang/id/admin/hardware/general.php +++ b/resources/lang/id/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Diarsipkan', 'asset' => 'Aset', 'bulk_checkout' => 'Pemberian aset kepada pengguna', diff --git a/resources/lang/id/admin/licenses/form.php b/resources/lang/id/admin/licenses/form.php index a21d646055..a36b1435c2 100644 --- a/resources/lang/id/admin/licenses/form.php +++ b/resources/lang/id/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Aset', 'checkin' => 'Masuk', - 'cost' => 'Biaya pembelian', 'create' => 'Membuat Lisensi', - 'date' => 'Tanggal pembelian', - 'depreciation' => 'Depresiasi', 'expiration' => 'Tanggal masa habis pakai', 'license_key' => 'Kunci lisensi produk', 'maintained' => 'Dalam perawatan', 'name' => 'Nama Perangkat Lunak', 'no_depreciation' => 'Hindari depresiasi', - 'notes' => 'Catatan', - 'order' => 'No Pemesanan.', 'purchase_order' => 'Nomor Pesanan Pembelian', 'reassignable' => 'Pemindahan Posisi', 'remaining_seats' => 'Sisa yang belum terpakai', 'seats' => 'Terpakai', - 'serial' => 'Serial', - 'supplier' => 'Pemasok', 'termination_date' => 'Tanggal terminasi', 'to_email' => 'Berlisensi untuk Email', 'to_name' => 'Berlisensi untuk Nama', diff --git a/resources/lang/id/admin/licenses/general.php b/resources/lang/id/admin/licenses/general.php index 5c515e0ba9..734104cf45 100644 --- a/resources/lang/id/admin/licenses/general.php +++ b/resources/lang/id/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Pemberian kapasitas lisensi', 'checkout_history' => 'Riwayat Pemberian', 'checkout' => 'Pemberian kapasitas lisensi', diff --git a/resources/lang/id/admin/licenses/message.php b/resources/lang/id/admin/licenses/message.php index 68d7fcd6a0..bdb2517939 100644 --- a/resources/lang/id/admin/licenses/message.php +++ b/resources/lang/id/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Berkas belum terunggah. Silakan coba kembali.', 'success' => 'Berkas sukses terunggah.', 'nofiles' => 'Anda belum memilih berkas untuk di unggah, atau berkas yang akan di unggah terlalu besar ukurannya', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/id/admin/locations/table.php b/resources/lang/id/admin/locations/table.php index 3e0d9339da..fb6acad592 100644 --- a/resources/lang/id/admin/locations/table.php +++ b/resources/lang/id/admin/locations/table.php @@ -1,18 +1,20 @@ 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Aset-aset yang ditetapkan', - 'id' => 'ID', - 'city' => 'Kota', - 'state' => 'Provinsi', - 'country' => 'Negara', - 'create' => 'Membuat Lokasi', - 'update' => 'Perbarui Lokasi', - 'name' => 'Nama lokasi', - 'address' => 'Alamat', - 'zip' => 'Kode Pos', - 'locations' => 'Lokasi', - 'parent' => 'Induk', - 'currency' => 'Lokasi Mata Uang', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Aset-aset yang ditetapkan', + 'id' => 'ID', + 'city' => 'Kota', + 'state' => 'Provinsi', + 'country' => 'Negara', + 'create' => 'Membuat Lokasi', + 'update' => 'Perbarui Lokasi', + 'name' => 'Nama lokasi', + 'address' => 'Alamat', + 'zip' => 'Kode Pos', + 'locations' => 'Lokasi', + 'parent' => 'Induk', + 'currency' => 'Lokasi Mata Uang', + ); diff --git a/resources/lang/id/admin/manufacturers/table.php b/resources/lang/id/admin/manufacturers/table.php index 85d29fcbba..2a70569620 100644 --- a/resources/lang/id/admin/manufacturers/table.php +++ b/resources/lang/id/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Merek Aset', 'create' => 'Masukan Merek', 'id' => 'ID', diff --git a/resources/lang/id/admin/models/general.php b/resources/lang/id/admin/models/general.php index 720939698f..95b4daab56 100644 --- a/resources/lang/id/admin/models/general.php +++ b/resources/lang/id/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Model ini telah dihapus. Click di sini untuk memulihkan.', 'restore' => 'Mengembalikan Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index 0f25db8e14..5d8a5aa0a2 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'kiri', 'right' => 'kanan', 'top' => 'atas', diff --git a/resources/lang/id/admin/suppliers/table.php b/resources/lang/id/admin/suppliers/table.php index eef93452f3..a59f5abd31 100644 --- a/resources/lang/id/admin/suppliers/table.php +++ b/resources/lang/id/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Alamat pemasok', 'assets' => 'Aset', 'city' => 'Kota', diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php index 59b50b64d3..de5262f1d3 100644 --- a/resources/lang/id/admin/users/general.php +++ b/resources/lang/id/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Perangkat lunak pada :name', 'view_user' => 'Lihat pengguna: name', 'usercsv' => 'Berkas CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/id/auth/message.php b/resources/lang/id/auth/message.php index 89f01d07c3..af5a50c22a 100644 --- a/resources/lang/id/auth/message.php +++ b/resources/lang/id/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Akun pengguna ini belum ter-aktivasi.', 'account_suspended' => 'Akun pengguna ini di tangguhkan.', 'account_banned' => 'Akun pengguna ini dilarang.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Terdapat kesalahan ketika anda mencoba masuk, silahkan coba kembali.', diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index c57d958116..32961cfde6 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Laporan kustom aset', 'dashboard' => 'Dashboard', 'date' => 'Tanggal', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Hapus', 'deleted' => 'Dihapus', 'delete_seats' => 'Lisensi di hapus', @@ -113,6 +115,7 @@ 'no_results' => 'Tidak ada hasil.', 'no' => 'Tidak', 'notes' => 'Catatan', + 'order_number' => 'Order Number', 'page_menu' => 'Menampilkan item _MENU_', 'pagination_info' => 'Menampilkan hal_START_ to _END_ of _TOTAL_', 'pending' => 'Ditunda', @@ -121,6 +124,8 @@ 'previous' => 'Sebelumnya', 'processing' => 'Pengolahan', 'profile' => 'Profil anda', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'JML', 'quantity' => 'Jumlah', 'ready_to_deploy' => 'Siap digunakan', @@ -145,11 +150,13 @@ 'select_asset' => 'Memilih Aset', 'settings' => 'Pengaturan', 'sign_in' => 'Masuk', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO: Beberapa fitur tidak aktif.', 'site_name' => 'Nama Situs', 'state' => 'Provinsi', 'status_labels' => 'Status label', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Pemasok', 'submit' => 'Submit', 'total_assets' => 'total aset', diff --git a/resources/lang/it/admin/accessories/general.php b/resources/lang/it/admin/accessories/general.php index 09de0e5964..8d2e690846 100644 --- a/resources/lang/it/admin/accessories/general.php +++ b/resources/lang/it/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Gli accessori sono tutto quello che si rilascia agli utenti, ma che non hanno un numero di serie (o non si cura del loro monitoraggio in modo univoco). Ad esempio, mouse o tastiere.', 'accessory_category' => 'Categoria Accessorio', 'accessory_name' => 'Nome Accessorio', - 'cost' => 'Costo d\'acquisto', 'checkout' => 'Checkout accessorio', 'checkin' => 'Checkin accessorio', 'create' => 'Crea Accessorio', - 'date' => 'Data acquisto', 'edit' => 'Modifica accessorio', 'eula_text' => 'Categoria EULA', 'eula_text_help' => 'Questo campo consente di personalizzare le EULA per specifici tipi di attività. Se avete solo un EULA per tutti i vostri beni, è possibile controllare la casella di seguito per utilizzare il valore predefinito.', 'require_acceptance' => 'Richiedere agli utenti di confermare l\'accettazione di attività in questa categoria.', 'no_default_eula' => 'Non è stata trovata EULA predefinita. Aggiungine un altra nei settaggi.', - 'order' => 'Numero Ordine', - 'qty' => 'QT', 'total' => 'Totale', 'remaining' => 'Utilità', 'update' => 'Aggiorna Accessorio', diff --git a/resources/lang/it/admin/asset_maintenances/table.php b/resources/lang/it/admin/asset_maintenances/table.php index c96d130868..77bf5bcff4 100644 --- a/resources/lang/it/admin/asset_maintenances/table.php +++ b/resources/lang/it/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Manutenzione Prodotto', - 'asset_name' => 'Nome Prodotto', - 'supplier_name' => 'Nome Fornitore', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garanzia', 'dl_csv' => 'Scarica CSV' ]; diff --git a/resources/lang/it/admin/categories/general.php b/resources/lang/it/admin/categories/general.php index 0b1313dbb2..e7c93cb746 100644 --- a/resources/lang/it/admin/categories/general.php +++ b/resources/lang/it/admin/categories/general.php @@ -1,8 +1,8 @@ 'Categorie di beni', - 'about_categories' => 'Le categorie degli assets ti aiutano ad organizzare i tuoi beni. Alcuni esempi di categorie possono essere "Desktop", "Laptop", "Mobile Phone" e così via, ma puoi usare le categorie degli assets in qualsiasi modo abbia senso per te. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Categorie degli Assets', 'category_name' => 'Nome categoria', 'checkin_email' => 'Invia email all\'utente al momento della registrazione.', diff --git a/resources/lang/it/admin/categories/message.php b/resources/lang/it/admin/categories/message.php index b28e2e7709..d69150e8ac 100644 --- a/resources/lang/it/admin/categories/message.php +++ b/resources/lang/it/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'La categoria non esiste.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'assoc_models' => 'Questa categoria è attualmente associata ad almeno un modello pertanto non può essere eliminata. Aggiorna i tuoi modelli e riprova. ', + 'assoc_items' => 'Questa categoria è attualmente associata ad almeno un :asset_type pertanto non può essere eliminata. Aggiorna il tuo :asset_type e riprova. ', 'create' => array( 'error' => 'La categoria non è stata creata, si prega di riprovare.', diff --git a/resources/lang/it/admin/companies/general.php b/resources/lang/it/admin/companies/general.php index 2bbea8475e..aebc6b373e 100644 --- a/resources/lang/it/admin/companies/general.php +++ b/resources/lang/it/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Seleziona Azienda', ]; diff --git a/resources/lang/it/admin/components/message.php b/resources/lang/it/admin/components/message.php index cdcedfd93d..c7b42859e5 100644 --- a/resources/lang/it/admin/components/message.php +++ b/resources/lang/it/admin/components/message.php @@ -21,15 +21,15 @@ return array( ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Il Componente non è stato controllato, si prega di riprovare', + 'success' => 'Componente controllato con successo.', + 'user_does_not_exist' => 'Questo utente non è valido. Riprova.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Il Componente non è stato controllato, si prega di riprovare', + 'success' => 'Componente controllato con successo.', + 'user_does_not_exist' => 'Questo utente non è valido. Riprova.' ) diff --git a/resources/lang/it/admin/consumables/general.php b/resources/lang/it/admin/consumables/general.php index 0a3984c150..63b124e593 100644 --- a/resources/lang/it/admin/consumables/general.php +++ b/resources/lang/it/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'I consumabili sono qualcosa che una volta acquistati saranno completamente consumati. Per esempio, inchiostro per stampante o fogli di carta.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Nome Consumabile', - 'cost' => 'Costo acquisto', 'create' => 'Crea Consumabile', - 'date' => 'Data acquisto', 'item_no' => 'Item No.', - 'order' => 'Numero Ordine', 'remaining' => 'Rimanenti', 'total' => 'Totale', 'update' => 'Aggiorna Consumabile', diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php index 5c1fe26af9..3b138ab593 100644 --- a/resources/lang/it/admin/custom_fields/general.php +++ b/resources/lang/it/admin/custom_fields/general.php @@ -5,17 +5,17 @@ return array( 'field' => 'Campo', 'about_fieldsets_title' => 'Fileldsets', 'about_fieldsets_text' => 'I Fieldsets ti permettono di creare gruppi di campi personalizzati che sono frequentemente riutilizzati per modelli specifici di asset.', - 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', - 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', - 'encrypted' => 'Encrypted', + 'custom_format' => 'Formato personalizzato...', + 'encrypt_field' => 'Encrypt the value of this field in the database', + 'encrypt_field_help' => 'ATTENZIONE: Se il campo viene crittografato non sarà possibile cercarlo.', + 'encrypted' => 'Crittografato', 'fieldset' => 'Fieldset', 'qty_fields' => 'Campi quantità', 'fieldsets' => 'Fieldsets', 'fieldset_name' => 'Nome Fieldset', 'field_name' => 'Nome campo', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values' => 'Valori del campo', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Elemento del form', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', @@ -26,5 +26,5 @@ return array( 'order' => 'Ordine', 'create_fieldset' => 'Nuovo fieldset', 'create_field' => 'Nuovo campo personalizzato', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => 'Il valore di questo campo viene crittografato nel database. Solo gli utenti amministratori saranno in grado di visualizzare il valore decrittografato', ); diff --git a/resources/lang/it/admin/depreciations/general.php b/resources/lang/it/admin/depreciations/general.php index 4c2b3c713a..b2a024ebf8 100644 --- a/resources/lang/it/admin/depreciations/general.php +++ b/resources/lang/it/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Obsolescenza Asset', 'about_depreciations' => 'Puoi settare l\'obsolescenza di un Asset per deprezzarlo in base alle percentuale di Obsolescenza.', 'asset_depreciations' => 'Obsolescenza Asset', - 'create_depreciation' => 'Crea Obsolescenza', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nome Obsolescenza', 'number_of_months' => 'Numero di Mesi', - 'update_depreciation' => 'Modifica Obsolescenza', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/it/admin/groups/titles.php b/resources/lang/it/admin/groups/titles.php index 3ef1bc11b6..1c47388460 100644 --- a/resources/lang/it/admin/groups/titles.php +++ b/resources/lang/it/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gestione Gruppo', - 'create_group' => 'Crea nuovo gruppo', - 'edit_group' => 'Modifica gruppo', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nome del gruppo', 'group_admin' => 'Amministratore del Gruppo', 'allow' => 'Permetti', diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php index 0c4059bd62..5af3f76511 100644 --- a/resources/lang/it/admin/hardware/form.php +++ b/resources/lang/it/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Conferma cancellazione di massa Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Rivedi gli assets sottostanti per la cancellazione massiva. Una volta cancellati, questi assets potranno essere ripristinati, ma non saranno più associati ad alcun utente cui siano attualmente assegnati.', 'bulk_delete_warn' => 'Stai per cancellare :asset_count assets.', 'bulk_update' => 'Aggiornamento quantità beni', @@ -15,7 +15,6 @@ return array( 'create' => 'Creare bene', 'date' => 'Data di acquisto', 'depreciates_on' => 'Deprezza Si', - 'depreciation' => 'Ammortamento', 'default_location' => 'Posizione predefinita', 'eol_date' => 'Data EOL', 'eol_rate' => 'Tasso EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selezionare il tipo di stato', 'serial' => 'Seriale', 'status' => 'Stato', - 'supplier' => 'Fornitore', 'tag' => 'Etichetta bene', 'update' => 'Aggiornamento bene', 'warranty' => 'Garanzia', diff --git a/resources/lang/it/admin/hardware/general.php b/resources/lang/it/admin/hardware/general.php index 3eec144e58..6b62e68b53 100644 --- a/resources/lang/it/admin/hardware/general.php +++ b/resources/lang/it/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archiviato', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index 98b52b4273..123ab0c571 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -37,11 +37,11 @@ return array( ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Alcuni elementi non sono stati importati correttamente.', + 'errorDetail' => 'Gli elementi seguenti non sono stati importati correttamente a causa di errori.', + 'success' => "Il file è stato importato con successo", + 'file_delete_success' => "Il file è stato cancellato con successo", + 'file_delete_error' => "Impossibile eliminare il file", ), @@ -55,21 +55,21 @@ return array( 'error' => 'Il bene non è stato estratto, per favore riprova', 'success' => 'Il bene è stato estratto con successo.', 'user_does_not_exist' => 'Questo utente non è valido. Riprova.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Questo prodotto non è disponibile per il checkout!' ), 'checkin' => array( 'error' => 'Il bene non è stato registrato, per favore riprova', 'success' => 'Il bene è stato registrato con successo.', 'user_does_not_exist' => 'Questo utente non è valido. Riprova.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Il prodotto è già rientrato.', ), 'requests' => array( 'error' => 'L\'asset non è stato richiesto, si prega di riprovare', 'success' => 'Asset richiesto con successo.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'Richiesta di checkout cancellata con successo' ) ); diff --git a/resources/lang/it/admin/licenses/form.php b/resources/lang/it/admin/licenses/form.php index ea2b6040b7..01fdba936a 100644 --- a/resources/lang/it/admin/licenses/form.php +++ b/resources/lang/it/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Bene', 'checkin' => 'Carica', - 'cost' => 'Costo acquisto', 'create' => 'Crea Licenza', - 'date' => 'Data di acquisto', - 'depreciation' => 'Ammortamento', 'expiration' => 'Data di scadenza', 'license_key' => 'Product Key', 'maintained' => 'Mantenuto', 'name' => 'Nome Software', 'no_depreciation' => 'Non svaluta', - 'notes' => 'Note', - 'order' => 'Ordine Num.', 'purchase_order' => 'Acquisto numero d\'ordine', 'reassignable' => 'Reassegnabile', 'remaining_seats' => 'Sedili rimanenti', 'seats' => 'Sedili', - 'serial' => 'Seriale', - 'supplier' => 'Fornitore', 'termination_date' => 'Data di estinzione', 'to_email' => 'Licenza Email', 'to_name' => 'Licenza Nome', diff --git a/resources/lang/it/admin/licenses/general.php b/resources/lang/it/admin/licenses/general.php index 22bd6074a5..d9b74d4065 100644 --- a/resources/lang/it/admin/licenses/general.php +++ b/resources/lang/it/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Registrare Licenza Sede', 'checkout_history' => 'Storico Estrazioni', 'checkout' => 'Estrazione Licenza Sede', diff --git a/resources/lang/it/admin/licenses/message.php b/resources/lang/it/admin/licenses/message.php index 5221f1f81c..38d893d907 100644 --- a/resources/lang/it/admin/licenses/message.php +++ b/resources/lang/it/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File non caricato/i. Riprova.', 'success' => 'File caricato/i con successo.', 'nofiles' => 'Non hai selezionato nessun file per il caricamento, oppure il file selezionato è troppo grande', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/it/admin/locations/table.php b/resources/lang/it/admin/locations/table.php index b736c21b64..43ba1425b6 100644 --- a/resources/lang/it/admin/locations/table.php +++ b/resources/lang/it/admin/locations/table.php @@ -1,18 +1,20 @@ 'Asset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Asset Assegnato', - 'id' => 'ID', - 'city' => 'Città', - 'state' => 'Stato', - 'country' => 'Paese', - 'create' => 'Crea Posizione', - 'update' => 'Aggiorna Posizione', - 'name' => 'Nome Posizione', - 'address' => 'Indirizzo', - 'zip' => 'Codice Postale', - 'locations' => 'Posizioni', - 'parent' => 'Genitore', - 'currency' => 'Valuta della Posizione', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Asset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Asset Assegnato', + 'id' => 'ID', + 'city' => 'Città', + 'state' => 'Stato', + 'country' => 'Paese', + 'create' => 'Crea Posizione', + 'update' => 'Aggiorna Posizione', + 'name' => 'Nome Posizione', + 'address' => 'Indirizzo', + 'zip' => 'Codice Postale', + 'locations' => 'Posizioni', + 'parent' => 'Genitore', + 'currency' => 'Valuta della Posizione', + ); diff --git a/resources/lang/it/admin/manufacturers/table.php b/resources/lang/it/admin/manufacturers/table.php index 30185a638b..e017fb94df 100644 --- a/resources/lang/it/admin/manufacturers/table.php +++ b/resources/lang/it/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Produttori Bene', 'create' => 'Crea Produttore', 'id' => 'ID', diff --git a/resources/lang/it/admin/models/general.php b/resources/lang/it/admin/models/general.php index a1ed759ad3..82b670944f 100644 --- a/resources/lang/it/admin/models/general.php +++ b/resources/lang/it/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Questo modello è stato eliminato.Clicca qui per ripristinarlo.', 'restore' => 'Ripristinare il modello', 'requestable' => 'Gli utenti possono richiedere questo modello', diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index 72d203d949..345a2dabc1 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/it/admin/suppliers/table.php b/resources/lang/it/admin/suppliers/table.php index f9fe75b464..f199b71cc6 100644 --- a/resources/lang/it/admin/suppliers/table.php +++ b/resources/lang/it/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Indirizzo fornitore', 'assets' => 'Beni', 'city' => 'Città', diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php index 8301e57de8..67e1e06c19 100644 --- a/resources/lang/it/admin/users/general.php +++ b/resources/lang/it/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software estratto a :name', 'view_user' => 'Visualizza Utente :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/it/auth/message.php b/resources/lang/it/auth/message.php index 47254d30e3..f52d4fd69f 100644 --- a/resources/lang/it/auth/message.php +++ b/resources/lang/it/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Questo account non è attivo.', 'account_suspended' => 'Questo account è sospeso.', 'account_banned' => 'Questo account è bannato.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'C\'è stato un problema durante il tentativo di accesso, riprova.', diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index 97303c706a..0ff169ad20 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Report assets personalizzato', 'dashboard' => 'Pannello amministrativo', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'elimina', 'deleted' => 'Eliminata', 'delete_seats' => 'Posti Cancellati', @@ -113,6 +115,7 @@ 'no_results' => 'Nessun risultato.', 'no' => 'No', 'notes' => 'Note', + 'order_number' => 'Order Number', 'page_menu' => 'Visualizza _MENU_Items', 'pagination_info' => 'Visualizza _START_ to _END_ of _TOTAL_ articoli', 'pending' => 'In attesa', @@ -121,6 +124,8 @@ 'previous' => 'Precedente', 'processing' => 'In elaborazione', 'profile' => 'Il tuo profilo', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Quantità', 'quantity' => 'Quantità', 'ready_to_deploy' => 'Pronto per il rilascio', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Impostazioni', 'sign_in' => 'Accedi', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Nome sito', 'state' => 'Stato', 'status_labels' => 'Etichetta di Stato', 'status' => 'Stato', + 'supplier' => 'Supplier', 'suppliers' => 'Fornitori', 'submit' => 'Submit', 'total_assets' => 'Assets totali', diff --git a/resources/lang/ja/admin/accessories/general.php b/resources/lang/ja/admin/accessories/general.php index f5d238cf08..ee1d9a197d 100644 --- a/resources/lang/ja/admin/accessories/general.php +++ b/resources/lang/ja/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => '付属品は利用者に支給されますが、シリアル番号がありません。(付属品を厳密に追跡する必要はありません。)例えば、マウスやキーボードなど。', 'accessory_category' => '付属品カテゴリー', 'accessory_name' => '付属品名', - 'cost' => '購入費用', 'checkout' => '付属品の貸し出し', 'checkin' => '付属品の返却', 'create' => '付属品の作成', - 'date' => '購入日', 'edit' => '付属品の編集', 'eula_text' => 'EULAカテゴリー', 'eula_text_help' => 'このフィールドは特殊なタイプの資産のためにEULAをカスタマイズすることが許可されています。全ての資産に一つだけEULAを適用する場合、以下の初期値を利用するにチェックすることも可能です。', 'require_acceptance' => 'このカテゴリの資産を承認するための利用者が必要です。', 'no_default_eula' => 'EULAの初期値が見つかりませんでした。最低1つは設定して下さい。', - 'order' => '注文番号', - 'qty' => '数量', 'total' => '合計', 'remaining' => '利用可', 'update' => '付属品を更新', diff --git a/resources/lang/ja/admin/asset_maintenances/table.php b/resources/lang/ja/admin/asset_maintenances/table.php index f721d2a06f..78a2d50e9a 100644 --- a/resources/lang/ja/admin/asset_maintenances/table.php +++ b/resources/lang/ja/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => '資産管理', - 'asset_name' => '資産名', - 'supplier_name' => '仕入先名', + 'asset_name' => 'Asset Name', 'is_warranty' => '保証書', 'dl_csv' => 'CSVダウンロード' ]; diff --git a/resources/lang/ja/admin/categories/general.php b/resources/lang/ja/admin/categories/general.php index 73aeb543a3..6796d8e4b6 100644 --- a/resources/lang/ja/admin/categories/general.php +++ b/resources/lang/ja/admin/categories/general.php @@ -1,8 +1,8 @@ '資産カテゴリーについて', - 'about_categories' => '資産カテゴリーにより資産を分類します。カテゴリーの例としては " デスクトップ "、" ラップトップ " 、"; 携帯電話 "、" タブレット" などがあります。資産カテゴリは任意に設定することができます。 ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => '資産カテゴリー', 'category_name' => 'カテゴリー名', 'checkin_email' => 'チェックインの時に利用者へメールを送信', diff --git a/resources/lang/ja/admin/companies/general.php b/resources/lang/ja/admin/companies/general.php index a011ba0429..beca43545d 100644 --- a/resources/lang/ja/admin/companies/general.php +++ b/resources/lang/ja/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => '所属を選択', ]; diff --git a/resources/lang/ja/admin/consumables/general.php b/resources/lang/ja/admin/consumables/general.php index 6cca059bc5..ca33f24ea3 100644 --- a/resources/lang/ja/admin/consumables/general.php +++ b/resources/lang/ja/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => '消耗品は購入時から使い切るまで存在します。例えば、プリンターのインクやコピー用紙など', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => '消耗品名', - 'cost' => '購入費用', 'create' => '消耗品を作成', - 'date' => '購入日', 'item_no' => 'Item No.', - 'order' => '注文番号', 'remaining' => '残数', 'total' => '合計', 'update' => '消耗品を更新', diff --git a/resources/lang/ja/admin/custom_fields/general.php b/resources/lang/ja/admin/custom_fields/general.php index 3f7877521b..152191be43 100644 --- a/resources/lang/ja/admin/custom_fields/general.php +++ b/resources/lang/ja/admin/custom_fields/general.php @@ -7,7 +7,7 @@ return array( 'about_fieldsets_text' => 'フィールドセットでは、頻繁に利用されるカスタム フィールドのグループを作成することができます。 よく', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'フィールドセット', @@ -16,7 +16,7 @@ return array( 'fieldset_name' => 'フィールドセット名', 'field_name' => 'フィールド名', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'フォームエレメント', 'field_element_short' => 'エレメント', 'field_format' => 'フォーマット', diff --git a/resources/lang/ja/admin/depreciations/general.php b/resources/lang/ja/admin/depreciations/general.php index a6f4154fdc..7869acf5b1 100644 --- a/resources/lang/ja/admin/depreciations/general.php +++ b/resources/lang/ja/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => '資産の減価償却について', 'about_depreciations' => '定額法に基づいて資産の減価償却を設定することができます。', 'asset_depreciations' => '償却資産', - 'create_depreciation' => '減価償却の作成', + 'create' => 'Create Depreciation', 'depreciation_name' => '減価償却名', 'number_of_months' => '月数', - 'update_depreciation' => '減価償却の更新', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ja/admin/groups/titles.php b/resources/lang/ja/admin/groups/titles.php index 5f53e48b5d..b57dc6d274 100644 --- a/resources/lang/ja/admin/groups/titles.php +++ b/resources/lang/ja/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'グループ管理', - 'create_group' => '新規グループを作成', - 'edit_group' => 'グループを編集', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'グループ名', 'group_admin' => 'グループ管理', 'allow' => '許可', diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php index ca9b60a8c8..7ba10d5826 100644 --- a/resources/lang/ja/admin/hardware/form.php +++ b/resources/lang/ja/admin/hardware/form.php @@ -1,7 +1,7 @@ '資産一括削除', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => '以下の資産が一括削除されます。削除後のデータは戻すことができませ', 'bulk_delete_warn' => ':asset_cont 件の資産を削除しました', 'bulk_update' => '資産を一括更新', @@ -15,7 +15,6 @@ return array( 'create' => '資産を作成', 'date' => '購入日', 'depreciates_on' => '原価償却対象', - 'depreciation' => '減価償却', 'default_location' => '既定の設置場所', 'eol_date' => 'EOL日付', 'eol_rate' => 'EOL率', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'ステータスタイプを選択', 'serial' => 'シリアル', 'status' => 'ステータス', - 'supplier' => '仕入先', 'tag' => '資産タグ', 'update' => '資産アップデート', 'warranty' => '保証', diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php index 730498a12a..c66db46886 100644 --- a/resources/lang/ja/admin/hardware/general.php +++ b/resources/lang/ja/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'アーカイブ', 'asset' => '資産', 'bulk_checkout' => '利用者に資産をチェックアウトする', diff --git a/resources/lang/ja/admin/licenses/form.php b/resources/lang/ja/admin/licenses/form.php index c8dccb28f6..8de9104348 100644 --- a/resources/lang/ja/admin/licenses/form.php +++ b/resources/lang/ja/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => '資産', 'checkin' => 'チェックイン', - 'cost' => '購入費用', 'create' => 'ライセンスを作成', - 'date' => '購入日', - 'depreciation' => '減価償却', 'expiration' => '有効期限', 'license_key' => 'プロダクト キー', 'maintained' => '保有', 'name' => 'ソフトウェア名', 'no_depreciation' => '減価償却しない', - 'notes' => '備考', - 'order' => '注文 No.', 'purchase_order' => '購入時の注文番号', 'reassignable' => '再割当て可能', 'remaining_seats' => 'シート残', 'seats' => 'シート数', - 'serial' => 'シリアル', - 'supplier' => '仕入先', 'termination_date' => '満期日', 'to_email' => 'ライセンスされたEmail', 'to_name' => 'ライセンスされた名前', diff --git a/resources/lang/ja/admin/licenses/general.php b/resources/lang/ja/admin/licenses/general.php index 73b1a11e97..e909443727 100644 --- a/resources/lang/ja/admin/licenses/general.php +++ b/resources/lang/ja/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'ライセンスシートをチェックイン', 'checkout_history' => '履歴をチェックアウト', 'checkout' => 'ライセンスシートをチェックアウト', diff --git a/resources/lang/ja/admin/licenses/message.php b/resources/lang/ja/admin/licenses/message.php index 795898e625..37bd4859a1 100644 --- a/resources/lang/ja/admin/licenses/message.php +++ b/resources/lang/ja/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'ファイルがアップロードできませんでした。もう一度、やり直して下さい。', 'success' => 'ファイルがアップロードされました。', 'nofiles' => 'アップロードするファイルが選択されていないか、アップロードしようとしているファイルが大き過ぎます。', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ja/admin/locations/table.php b/resources/lang/ja/admin/locations/table.php index c6f81148ca..5be9b6c78b 100644 --- a/resources/lang/ja/admin/locations/table.php +++ b/resources/lang/ja/admin/locations/table.php @@ -1,18 +1,20 @@ '資産', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => '資産割当先', - 'id' => 'ID', - 'city' => '市区町村', - 'state' => '都道府県', - 'country' => '国', - 'create' => '所在地を作成', - 'update' => '所在地を更新', - 'name' => 'ロケーション名', - 'address' => '住所', - 'zip' => '郵便番号', - 'locations' => 'ロケーション', - 'parent' => '上位', - 'currency' => '現地通貨', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => '資産', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => '資産割当先', + 'id' => 'ID', + 'city' => '市区町村', + 'state' => '都道府県', + 'country' => '国', + 'create' => '所在地を作成', + 'update' => '所在地を更新', + 'name' => 'ロケーション名', + 'address' => '住所', + 'zip' => '郵便番号', + 'locations' => 'ロケーション', + 'parent' => '上位', + 'currency' => '現地通貨', + ); diff --git a/resources/lang/ja/admin/manufacturers/table.php b/resources/lang/ja/admin/manufacturers/table.php index d72af75202..65274a9fc7 100644 --- a/resources/lang/ja/admin/manufacturers/table.php +++ b/resources/lang/ja/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => '資産製造業者', 'create' => '製造業者を作成', 'id' => 'ID', diff --git a/resources/lang/ja/admin/models/general.php b/resources/lang/ja/admin/models/general.php index bcd93ffae0..7b8b1b40c5 100644 --- a/resources/lang/ja/admin/models/general.php +++ b/resources/lang/ja/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'この型番は削除されました。元に戻すにはココをクリックして下さい。.', 'restore' => '型番を復元', 'requestable' => 'Users may request this model', diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index cf9ddf2800..7b0111384e 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => '左', 'right' => '右', 'top' => '上', diff --git a/resources/lang/ja/admin/suppliers/table.php b/resources/lang/ja/admin/suppliers/table.php index 6b0cb080ae..5d89c983bb 100644 --- a/resources/lang/ja/admin/suppliers/table.php +++ b/resources/lang/ja/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => '仕入先住所', 'assets' => '資産', 'city' => '市区町村', diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php index 5cb78f60e3..416cf1b14c 100644 --- a/resources/lang/ja/admin/users/general.php +++ b/resources/lang/ja/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'ソフトウェアは :name にチェックアウトしました。', 'view_user' => '利用者 :name を表示', 'usercsv' => 'CSVファイル', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ja/auth/message.php b/resources/lang/ja/auth/message.php index 0becfd120e..e6cd7bddc4 100644 --- a/resources/lang/ja/auth/message.php +++ b/resources/lang/ja/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'このユーザーアカウントは有効化されていません。', 'account_suspended' => 'このユーザーアカウントは停止中です。', 'account_banned' => 'このユーザーアカウントは禁止されています。', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'ログインする際に問題が発生しました。もう一度やり直して下さい。', diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php index 48dfb3ffb3..889b8ddb89 100644 --- a/resources/lang/ja/general.php +++ b/resources/lang/ja/general.php @@ -49,6 +49,8 @@ 'custom_report' => '資産レポートをカスタム', 'dashboard' => 'ダッシュボード', 'date' => '日付', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => '削除', 'deleted' => '削除しました。', 'delete_seats' => 'ライセンスを削除', @@ -113,6 +115,7 @@ 'no_results' => '結果はありません。', 'no' => 'いいえ', 'notes' => '備考', + 'order_number' => 'Order Number', 'page_menu' => 'メニューアイテムを表示', 'pagination_info' => '開始から終了までのアイテム合計を表示', 'pending' => 'ペンディング', @@ -121,6 +124,8 @@ 'previous' => '前へ', 'processing' => '処理中', 'profile' => 'あなたのプロファイル', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => '数量', 'quantity' => '数量', 'ready_to_deploy' => '配備完了', @@ -145,11 +150,13 @@ 'select_asset' => '資産を選択します。', 'settings' => '設定', 'sign_in' => 'サインイン', + 'signature' => 'Signature', 'some_features_disabled' => 'デモモード : いくつかの機能はこのインストールでは無効化されます', 'site_name' => 'サイト名', 'state' => '都道府県', 'status_labels' => 'ステータスラベル', 'status' => 'ステータス', + 'supplier' => 'Supplier', 'suppliers' => '仕入先', 'submit' => 'Submit', 'total_assets' => '資産の合計', diff --git a/resources/lang/ko/admin/accessories/general.php b/resources/lang/ko/admin/accessories/general.php index 3c723f3c98..596f813867 100644 --- a/resources/lang/ko/admin/accessories/general.php +++ b/resources/lang/ko/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => '부속품들이란 사용자들에게 지급은 하지만 일련 번호가 없는(또는 특별히 추적할 필요가 없는) 것을 뜻합니다. 예를 들면, 컴퓨터의 마우스나 키보드들입니다.', 'accessory_category' => '부속품 분류', 'accessory_name' => '부속품 명', - 'cost' => '구매 원가', 'checkout' => '부속품 반출', 'checkin' => '부속품 반입', 'create' => '부속품 생성', - 'date' => '구매 일자', 'edit' => '부속품 수정', 'eula_text' => '분류 사용권 계약서', 'eula_text_help' => '이 필드는 특정 유형의 자산들에 대한 사용권 계약서들을 지정할 수 있게 해 줍니다. 당신의 모든 자산들에게 단 하나의 사용권 계약서만 가지고 있다면, 첫번째를 기본으로 사용하도록 아래의 상자에 체크할 수 있습니다.', 'require_acceptance' => '이 분류의 자산 승인을 확인하는 사용자가 필요합니다.', 'no_default_eula' => '기본 사용권 계약서가 없습니다. 설정에서 추가하세요.', - 'order' => '주문 번호', - 'qty' => '수량', 'total' => '총계', 'remaining' => '사용가능', 'update' => '부속품 갱신', diff --git a/resources/lang/ko/admin/asset_maintenances/table.php b/resources/lang/ko/admin/asset_maintenances/table.php index af17dd280d..0d93ef2004 100644 --- a/resources/lang/ko/admin/asset_maintenances/table.php +++ b/resources/lang/ko/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => '자산 관리', - 'asset_name' => '자산 명', - 'supplier_name' => '공급자 명', + 'asset_name' => 'Asset Name', 'is_warranty' => '보증', 'dl_csv' => 'CSV로 내려받기' ]; diff --git a/resources/lang/ko/admin/categories/general.php b/resources/lang/ko/admin/categories/general.php index 47c9933b82..4e614a04ed 100644 --- a/resources/lang/ko/admin/categories/general.php +++ b/resources/lang/ko/admin/categories/general.php @@ -1,8 +1,8 @@ '자산 분류란', - 'about_categories' => '자산 분류는 자산들을 구성할때 유용합니다. 몇가지 예제 분류들로는 "데스크탑", "랩탑", "휴대폰", "타블렛" 등이 있지만, 당신이 원하는 대로 자산 분류들을 사용할 수 있습니다.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => '자산 분류', 'category_name' => '분류 명', 'checkin_email' => '입고시에 사용자에게 전자우편 보내기.', diff --git a/resources/lang/ko/admin/companies/general.php b/resources/lang/ko/admin/companies/general.php index d34ca25891..411cea9834 100644 --- a/resources/lang/ko/admin/companies/general.php +++ b/resources/lang/ko/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => '회사 선택', ]; diff --git a/resources/lang/ko/admin/consumables/general.php b/resources/lang/ko/admin/consumables/general.php index 17c2a4e287..e1f483f8b4 100644 --- a/resources/lang/ko/admin/consumables/general.php +++ b/resources/lang/ko/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => '소모품은 시간이 지남에 따라 소진되어 구매해야 하는 것들 입니다. 예로, 프린터 잉크나 복사 용지가 있습니다.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => '소모품 명', - 'cost' => '구매 원가', 'create' => '소모품 생성', - 'date' => '구매 일자', 'item_no' => '항목 번호', - 'order' => '주문 번호', 'remaining' => '잔여수량', 'total' => '총계', 'update' => '소모품 갱신', diff --git a/resources/lang/ko/admin/custom_fields/general.php b/resources/lang/ko/admin/custom_fields/general.php index 7ff7a8dcc9..106ba9a56c 100644 --- a/resources/lang/ko/admin/custom_fields/general.php +++ b/resources/lang/ko/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => '항목세트란', 'about_fieldsets_text' => '항목세트는 특정 자산 모델에 사용하기 위해 빈번하게 재사용되는 사용자 정의 항목의 그룹을 생성하는 것을 허용합니다.', 'custom_format' => '사용자 지정 형식...', - 'encrypt_field' => '데이터베이스의 이 항목 값을 암호화', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => '경고: 항목을 암호화 하면 검색을 할 수 없습니다.', 'encrypted' => '암호화', 'fieldset' => '항목세트', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => '항목세트명', 'field_name' => '항목명', 'field_values' => '항목 값', - 'field_values_help' => '줄 당 한개의 옵션을 선택하세요. 첫번째 줄 이후의 빈 줄은 무시됩니다.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => '양식 성분', 'field_element_short' => '성분', 'field_format' => '형식', diff --git a/resources/lang/ko/admin/depreciations/general.php b/resources/lang/ko/admin/depreciations/general.php index 948b44c123..711c1e956f 100644 --- a/resources/lang/ko/admin/depreciations/general.php +++ b/resources/lang/ko/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => '자산 감가 상각이란', 'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.', 'asset_depreciations' => '자산 감가 상각', - 'create_depreciation' => '감가 상각 생성', + 'create' => 'Create Depreciation', 'depreciation_name' => '감가 상각 명', 'number_of_months' => '개월 수', - 'update_depreciation' => '감가 상각 갱신', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ko/admin/groups/titles.php b/resources/lang/ko/admin/groups/titles.php index 1d068b3af9..998af78236 100644 --- a/resources/lang/ko/admin/groups/titles.php +++ b/resources/lang/ko/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => '그룹 관리', - 'create_group' => '새 그룹 생성', - 'edit_group' => '그룹 수정', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => '그룹 명', 'group_admin' => '그룹 관리자', 'allow' => '허용', diff --git a/resources/lang/ko/admin/hardware/form.php b/resources/lang/ko/admin/hardware/form.php index a1bff3284e..866483bc10 100644 --- a/resources/lang/ko/admin/hardware/form.php +++ b/resources/lang/ko/admin/hardware/form.php @@ -1,7 +1,7 @@ '대량 자산 삭제 승인', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => '아래의 대량 자산 삭제 내용을 검토하십시오. 삭제하시면 복구할 수 없고, 현재 할당되어 있는 사용자와의 연결이 끊어집니다.', 'bulk_delete_warn' => '삭제 대상: asset_count 개', 'bulk_update' => '대량 자산 갱신', @@ -15,7 +15,6 @@ return array( 'create' => '자산 생성', 'date' => '구매 일자', 'depreciates_on' => '감가 상각 일자', - 'depreciation' => '감가 상각', 'default_location' => '기본 장소', 'eol_date' => '폐기 일자', 'eol_rate' => '폐기 비율', @@ -35,7 +34,6 @@ return array( 'select_statustype' => '상태 유형 선택', 'serial' => '일련번호', 'status' => '상태', - 'supplier' => '공급자', 'tag' => '자산 태그', 'update' => '자산 갱신', 'warranty' => '보증', diff --git a/resources/lang/ko/admin/hardware/general.php b/resources/lang/ko/admin/hardware/general.php index 7ba02348e6..a1cb26f2a0 100644 --- a/resources/lang/ko/admin/hardware/general.php +++ b/resources/lang/ko/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => '보관됨', 'asset' => '자산', 'bulk_checkout' => '사용자에게 반출할 자산', diff --git a/resources/lang/ko/admin/licenses/form.php b/resources/lang/ko/admin/licenses/form.php index 810da709c8..94b783f93f 100644 --- a/resources/lang/ko/admin/licenses/form.php +++ b/resources/lang/ko/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => '자산', 'checkin' => '반입', - 'cost' => '구매 원가', 'create' => '라이선스 생성', - 'date' => '구매 일자', - 'depreciation' => '감가 상각', 'expiration' => '만료 날짜', 'license_key' => '제품 키', 'maintained' => '유지보수', 'name' => '소프트웨어 명', 'no_depreciation' => '감가 상각하지 않음', - 'notes' => '비고', - 'order' => '주문 번호.', 'purchase_order' => '구매 주문 번호', 'reassignable' => '재배치가능', 'remaining_seats' => '잔여 Seats', 'seats' => 'Seats', - 'serial' => '일련번호', - 'supplier' => '공급자', 'termination_date' => '종료 일자', 'to_email' => '라이선스 메일 주소', 'to_name' => '라이선스 이름', diff --git a/resources/lang/ko/admin/licenses/general.php b/resources/lang/ko/admin/licenses/general.php index f30bca3b02..8885f78b84 100644 --- a/resources/lang/ko/admin/licenses/general.php +++ b/resources/lang/ko/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => '라이선스 Seat 확인', 'checkout_history' => '반출 이력', 'checkout' => '반출 라이선스 Seat', diff --git a/resources/lang/ko/admin/licenses/message.php b/resources/lang/ko/admin/licenses/message.php index a67c18d48d..83e7430b7c 100644 --- a/resources/lang/ko/admin/licenses/message.php +++ b/resources/lang/ko/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => '파일(들)이 업로드 되지 않았습니다. 다시 시도해 주세요.', 'success' => '파일(들)이 업로드 되었습니다.', 'nofiles' => '업로드 하기 위한 파일이 선택되지 않았거나, 업로드 할 파일이 너무 큽니다.', - 'invalidfiles' => '하나 이상의 파일이 너무 크거나 허용되지 않는 형식입니다. 허용되는 형식은 png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf 입니다.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ko/admin/locations/table.php b/resources/lang/ko/admin/locations/table.php index 774f98d89c..d3d1b072fb 100644 --- a/resources/lang/ko/admin/locations/table.php +++ b/resources/lang/ko/admin/locations/table.php @@ -1,18 +1,20 @@ '자산', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => '할당된 자산', - 'id' => '아이디', - 'city' => '시', - 'state' => '주', - 'country' => '국가명', - 'create' => '장소 생성', - 'update' => '장소 갱신', - 'name' => '장소 명', - 'address' => '주소', - 'zip' => '우편번호', - 'locations' => '위치', - 'parent' => '상위', - 'currency' => '현지 통화', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => '자산', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => '할당된 자산', + 'id' => '아이디', + 'city' => '시', + 'state' => '주', + 'country' => '국가명', + 'create' => '장소 생성', + 'update' => '장소 갱신', + 'name' => '장소 명', + 'address' => '주소', + 'zip' => '우편번호', + 'locations' => '위치', + 'parent' => '상위', + 'currency' => '현지 통화', + ); diff --git a/resources/lang/ko/admin/manufacturers/table.php b/resources/lang/ko/admin/manufacturers/table.php index 144b0c70c8..edc0c50365 100644 --- a/resources/lang/ko/admin/manufacturers/table.php +++ b/resources/lang/ko/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => '자산 제조업체', 'create' => '제조업체 생성', 'id' => '아이디', diff --git a/resources/lang/ko/admin/models/general.php b/resources/lang/ko/admin/models/general.php index d26c742b9d..578f60c574 100644 --- a/resources/lang/ko/admin/models/general.php +++ b/resources/lang/ko/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => '이 모델은 삭제되었습니다. 복원 하려면 여기를 클릭하세요.', 'restore' => '모델 복원', 'requestable' => '사용자가 이 모델을 요청하실 수 있습니다', diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index f2e296f984..927a323bdb 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => '왼쪽', 'right' => '오른쪽', 'top' => '위', diff --git a/resources/lang/ko/admin/suppliers/table.php b/resources/lang/ko/admin/suppliers/table.php index 702ddd3297..6946049fe1 100644 --- a/resources/lang/ko/admin/suppliers/table.php +++ b/resources/lang/ko/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => '공급자 주소', 'assets' => '자산', 'city' => '시', diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php index 053e12bb23..334994539b 100644 --- a/resources/lang/ko/admin/users/general.php +++ b/resources/lang/ko/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => '소프트웨어 반출 목록 :name', 'view_user' => '사용자 보기 :name', 'usercsv' => 'CSV 파일', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ko/auth/message.php b/resources/lang/ko/auth/message.php index 8a5537ace0..6ab2d221c8 100644 --- a/resources/lang/ko/auth/message.php +++ b/resources/lang/ko/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => '이 사용자는 비활성 계정입니다.', 'account_suspended' => '이 사용자는 보류 계정입니다.', 'account_banned' => '이 사용자는 금지 계정입니다.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => '로그인 시에 문제가 발생했습니다. 다시 시도해 주세요.', diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php index 4056d34773..6978bd9fed 100644 --- a/resources/lang/ko/general.php +++ b/resources/lang/ko/general.php @@ -49,6 +49,8 @@ 'custom_report' => '맞춤형 자산 보고서', 'dashboard' => '대시보드', 'date' => '날짜', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => '삭제', 'deleted' => '삭제됨', 'delete_seats' => '삭제한 Seat', @@ -113,6 +115,7 @@ 'no_results' => '결과 없음.', 'no' => '아니오', 'notes' => '비고', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => '대기중', @@ -121,6 +124,8 @@ 'previous' => '이전', 'processing' => '처리중', 'profile' => '프로필', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => '수량', 'quantity' => '수량', 'ready_to_deploy' => '사용 준비', @@ -145,11 +150,13 @@ 'select_asset' => '자산 선택', 'settings' => '설정', 'sign_in' => '로그인', + 'signature' => 'Signature', 'some_features_disabled' => '데모 모드: 설치 시 일부 기능은 사용할 수 없습니다.', 'site_name' => '사이트 명', 'state' => '주', 'status_labels' => '상태 딱지', 'status' => '상태', + 'supplier' => 'Supplier', 'suppliers' => '공급자', 'submit' => 'Submit', 'total_assets' => '총 자산', diff --git a/resources/lang/lt/admin/accessories/general.php b/resources/lang/lt/admin/accessories/general.php index eb807ccda1..2c77afb9e1 100644 --- a/resources/lang/lt/admin/accessories/general.php +++ b/resources/lang/lt/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Įranga yra viskas, kas yra išduodama naudotojams ir suteikiamas ar nesuteikiamas inventorizacinis numeris. Pvz. kompiuteris, kompiuterio pelė, programinė iranga ir t. t.', 'accessory_category' => 'Įrangos kategorija', 'accessory_name' => 'Įrangos pavadinimas', - 'cost' => 'Pirkimo kaina', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Pridėti įrangą', - 'date' => 'Pirkimo data', 'edit' => 'Redaguoti aksesuarą', 'eula_text' => 'EULA kategorija', 'eula_text_help' => 'Šis laukelis leidžia koreguoti EULA specifinėms irangos grupėms. Jei jūs turite vieną EULA visai įrangai, tuomet galite pažymeti žemiau esantį laukelį, kad būtų visuomet naudojama numatytoji.', 'require_acceptance' => 'Reikalaujama naudotojo patvirtinti šios kategorijos įrangos priėmimą.', 'no_default_eula' => 'Nerasta pirminė nustatyta EULA. Pridėkite ją nustatymuose.', - 'order' => 'Užsakymo numeris', - 'qty' => 'Vnt', 'total' => 'Viso', 'remaining' => 'Laisva', 'update' => 'Atnaujinti įrangą', diff --git a/resources/lang/lt/admin/asset_maintenances/table.php b/resources/lang/lt/admin/asset_maintenances/table.php index d103e3dd14..8c4801d973 100644 --- a/resources/lang/lt/admin/asset_maintenances/table.php +++ b/resources/lang/lt/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Įrangos priežiūra', - 'asset_name' => 'Įrangos pavadinimas', - 'supplier_name' => 'Tiekėjo pavadinimas', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantija', 'dl_csv' => 'Atsisiųti CSV fromatu' ]; diff --git a/resources/lang/lt/admin/categories/general.php b/resources/lang/lt/admin/categories/general.php index dae6bab6b6..429d22c3a3 100644 --- a/resources/lang/lt/admin/categories/general.php +++ b/resources/lang/lt/admin/categories/general.php @@ -1,8 +1,8 @@ 'Apie įrangos kategorijas', - 'about_categories' => 'Įrangos kategorijos padeda jums suorganizuoti visą įrangą pagal tam tikrus požymius. Kai kurios pavyzdinės kategotijos gali būti "Staliniai kompiuteriai", "Nešiojamieji kompiuteriai", "Mobilūs Telefonai", "Planšetės",, bet jūs galite keisti ir kurti kategorijas pagal savo poreikį ir patogumą.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Įrangos kategorijos', 'category_name' => 'Kategorijos pavadinimas', 'checkin_email' => 'Išsiųsti el. paštą naudotojui pridėti įragą.', diff --git a/resources/lang/lt/admin/companies/general.php b/resources/lang/lt/admin/companies/general.php index 7f8b2450c3..501cf05172 100644 --- a/resources/lang/lt/admin/companies/general.php +++ b/resources/lang/lt/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Pasirinkite kompaniją', ]; diff --git a/resources/lang/lt/admin/consumables/general.php b/resources/lang/lt/admin/consumables/general.php index 1b8bbf1f18..0649cd3c88 100644 --- a/resources/lang/lt/admin/consumables/general.php +++ b/resources/lang/lt/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Suvartojama įranga, tai tokia įranga, kuri perkama ir suvartojama per tam tikrą laiką. Pvz. spausdintuvo kasetės ar popierius.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Suvartojamos įrangos pavadinimas', - 'cost' => 'Pirkimo kaina', 'create' => 'Sukurti suvartojamą įrangą', - 'date' => 'Pirkimo data', 'item_no' => 'Item No.', - 'order' => 'Užsakymo numeris', 'remaining' => 'Likutis', 'total' => 'Viso', 'update' => 'Atnaujinti suvartojamą irangą', diff --git a/resources/lang/lt/admin/custom_fields/general.php b/resources/lang/lt/admin/custom_fields/general.php index b707f6768f..585fcef811 100644 --- a/resources/lang/lt/admin/custom_fields/general.php +++ b/resources/lang/lt/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Apie laukų grupes', 'about_fieldsets_text' => 'Laukų grupės leidžia jums sukurti grupes kurios dažnai naudojamos specifiniai įrangai.', 'custom_format' => 'Pasirinktinį formatą...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Šifruotas', 'fieldset' => 'Laukų grupė', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Laukų grupės pavadinimas', 'field_name' => 'Lauko pavadinimas', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Laukelio elementas', 'field_element_short' => 'Elementas', 'field_format' => 'Formatas', diff --git a/resources/lang/lt/admin/depreciations/general.php b/resources/lang/lt/admin/depreciations/general.php index 4b106e2a1e..3ed09a8839 100644 --- a/resources/lang/lt/admin/depreciations/general.php +++ b/resources/lang/lt/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Apie įrangos nusidėvėjimą', 'about_depreciations' => 'Jūs galite nustatyti irangos nusidėvėjimą naudodami proporcinio metodo nusidėvėjimą.', 'asset_depreciations' => 'Irangos nusidėvėjimas', - 'create_depreciation' => 'Sukurti nusidėvėjimą', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nusidėvėjimo pavadinimas', 'number_of_months' => 'Mėnesių skaičius', - 'update_depreciation' => 'Atnaujinti nusidėvėjimą', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/lt/admin/groups/titles.php b/resources/lang/lt/admin/groups/titles.php index 244cc4507b..77b66b7d89 100644 --- a/resources/lang/lt/admin/groups/titles.php +++ b/resources/lang/lt/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Grupės valdymas', - 'create_group' => 'Sukurti naują grupę', - 'edit_group' => 'Redaguoti grupę', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Grupės pavadinimas', 'group_admin' => 'Gruopės administratorius', 'allow' => 'Leisti', diff --git a/resources/lang/lt/admin/hardware/form.php b/resources/lang/lt/admin/hardware/form.php index 41df4f06e4..15666db2e2 100644 --- a/resources/lang/lt/admin/hardware/form.php +++ b/resources/lang/lt/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Patvirtinti įrangos ištrinima', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Peržiūrėkite įrangos ištrinimą žemiau. Ištrinus, įranga galima atstatyti, tačiau daugiau nebus priskirta jokiam vartotojam.', 'bulk_delete_warn' => 'Jūs norite ištrinti :asset_count įranga.', 'bulk_update' => 'Visa atnaujinama įranga', @@ -15,7 +15,6 @@ return array( 'create' => 'Sukurti įrangą', 'date' => 'Pirkimo data', 'depreciates_on' => 'Nusidėvėjimo data', - 'depreciation' => 'Nusidėvėjimas', 'default_location' => 'Numatytoji vietovė', 'eol_date' => 'Irangos naudojimo pabaigos data', 'eol_rate' => 'Įrangos naudojimo pabaigos likutis', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Parinkti būklės tipą', 'serial' => 'Serijinis numeris', 'status' => 'Būklė', - 'supplier' => 'Tiekėjas', 'tag' => 'Įrangos pavadinimas', 'update' => 'Įrangos atnaujinimas', 'warranty' => 'Garantija', diff --git a/resources/lang/lt/admin/hardware/general.php b/resources/lang/lt/admin/hardware/general.php index 04f458248b..5d385175e2 100644 --- a/resources/lang/lt/admin/hardware/general.php +++ b/resources/lang/lt/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archyvuota', 'asset' => 'Įranga', 'bulk_checkout' => 'Išduoti įrangą naudotojui', diff --git a/resources/lang/lt/admin/licenses/form.php b/resources/lang/lt/admin/licenses/form.php index 02d0e06f7e..a48bc4c451 100644 --- a/resources/lang/lt/admin/licenses/form.php +++ b/resources/lang/lt/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Įranga', 'checkin' => 'Pridėti', - 'cost' => 'Pirkimo kaina', 'create' => 'Sukurti licenziją', - 'date' => 'Pirkimo data', - 'depreciation' => 'Nusidėvėjimas', 'expiration' => 'Galiojimo pabaiga', 'license_key' => 'Licencijos raktas', 'maintained' => 'Turėta', 'name' => 'Programinės įrangos pavadinimas', 'no_depreciation' => 'Nenusidėvi', - 'notes' => 'Pastabos', - 'order' => 'Užsakymo nr.', 'purchase_order' => 'Pirkimo užsakymo numeris', 'reassignable' => 'Perduodamas', 'remaining_seats' => 'Likusių vartotojų skaičius', 'seats' => 'Vartotojai', - 'serial' => 'Serijinis numeris', - 'supplier' => 'Tiekėjas', 'termination_date' => 'Galiojimo pabaiga', 'to_email' => 'Gauta licenzija el. paštu', 'to_name' => 'Licenzija išduota šiuo vardu', diff --git a/resources/lang/lt/admin/licenses/general.php b/resources/lang/lt/admin/licenses/general.php index 1391323537..251f55377d 100644 --- a/resources/lang/lt/admin/licenses/general.php +++ b/resources/lang/lt/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Išduoti licenzijos prieigą', 'checkout_history' => 'Išdavimo istorija', 'checkout' => 'Išduotas licenzijų kiekis', diff --git a/resources/lang/lt/admin/licenses/message.php b/resources/lang/lt/admin/licenses/message.php index 1be1e65a4e..216fd48677 100644 --- a/resources/lang/lt/admin/licenses/message.php +++ b/resources/lang/lt/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Failas (-ai) neįkelti. Prašome bandykite dar kartą.', 'success' => 'Failas (-ai) sėkmingai įkelti.', 'nofiles' => 'Jūs nepasirinkote įkelti jokių failų arba failas, kurį ketinate įkelti yra per didelis', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/lt/admin/locations/table.php b/resources/lang/lt/admin/locations/table.php index 44b252081c..bc54740f67 100644 --- a/resources/lang/lt/admin/locations/table.php +++ b/resources/lang/lt/admin/locations/table.php @@ -1,18 +1,20 @@ 'Įranga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Įranga priskirta', - 'id' => 'ID', - 'city' => 'Miestas', - 'state' => 'Rajonas', - 'country' => 'Šalis', - 'create' => 'Sukurti vietovę', - 'update' => 'Atnaujinti vietovę', - 'name' => 'Vietovės pavadinimas', - 'address' => 'Adresas', - 'zip' => 'Pašto kodas', - 'locations' => 'Vietovės', - 'parent' => 'Pagrindinė', - 'currency' => 'Vietos valiuta', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Įranga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Įranga priskirta', + 'id' => 'ID', + 'city' => 'Miestas', + 'state' => 'Rajonas', + 'country' => 'Šalis', + 'create' => 'Sukurti vietovę', + 'update' => 'Atnaujinti vietovę', + 'name' => 'Vietovės pavadinimas', + 'address' => 'Adresas', + 'zip' => 'Pašto kodas', + 'locations' => 'Vietovės', + 'parent' => 'Pagrindinė', + 'currency' => 'Vietos valiuta', + ); diff --git a/resources/lang/lt/admin/manufacturers/table.php b/resources/lang/lt/admin/manufacturers/table.php index 4b398eb2a5..048349b891 100644 --- a/resources/lang/lt/admin/manufacturers/table.php +++ b/resources/lang/lt/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Įrangos gamintojai', 'create' => 'Sukurti gamintoją', 'id' => 'ID', diff --git a/resources/lang/lt/admin/models/general.php b/resources/lang/lt/admin/models/general.php index 7303942782..6b7ffea740 100644 --- a/resources/lang/lt/admin/models/general.php +++ b/resources/lang/lt/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Šis modelis ištrintas. Spauskite atkurti modelį čia.', 'restore' => 'Atkurti modelį', 'requestable' => 'Naudotojai gali užklausi šį modelį', diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index c24345ad91..bc83c7d885 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/lt/admin/suppliers/table.php b/resources/lang/lt/admin/suppliers/table.php index 60068f462d..b35b796633 100644 --- a/resources/lang/lt/admin/suppliers/table.php +++ b/resources/lang/lt/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Tiekėjo adresas', 'assets' => 'Įranga', 'city' => 'Miestas', diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php index 740f2cffab..5eb61cf47e 100644 --- a/resources/lang/lt/admin/users/general.php +++ b/resources/lang/lt/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => ':name išduota įranga', 'view_user' => 'Peržiūrėti :name vartotoją', 'usercsv' => 'CSV dokumentas', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/lt/auth/message.php b/resources/lang/lt/auth/message.php index 70ed86c0e1..57ed42901c 100644 --- a/resources/lang/lt/auth/message.php +++ b/resources/lang/lt/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Šio naudotojo paskyra nėra aktyvuota.', 'account_suspended' => 'Šio naudotojo paskyra užšaldyta.', 'account_banned' => 'Šio vartojo paskyra užblokuota.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Iškilo problema bandant prisijungti, prašome bandykite dar kartą.', diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php index 2bbd27513a..3fbb9767cf 100644 --- a/resources/lang/lt/general.php +++ b/resources/lang/lt/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Pasirenkama įrangos ataskaita', 'dashboard' => 'Valdymo skydelis', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Ištrinti', 'deleted' => 'Ištrinta', 'delete_seats' => 'Ištrintos licenzijos', @@ -113,6 +115,7 @@ 'no_results' => 'Rezultatų nerasta.', 'no' => 'Ne', 'notes' => 'Pastabos', + 'order_number' => 'Order Number', 'page_menu' => 'Rodomi _MENIU_ vienetai', 'pagination_info' => 'Rodomi _nuo_ Pradžios_iki _ Pabaigos_ Viso_ vienetų', 'pending' => 'Vykdoma', @@ -121,6 +124,8 @@ 'previous' => 'Ankstesnis', 'processing' => 'Vykdoma', 'profile' => 'Jūsų profilis', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Vnt', 'quantity' => 'Kiekis', 'ready_to_deploy' => 'Paruošta naudojimui', @@ -145,11 +150,13 @@ 'select_asset' => 'Pasirinkite įrangą', 'settings' => 'Nustatymai', 'sign_in' => 'Prisijungti', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Interneto puslapio pavadinimas', 'state' => 'Rajonas', 'status_labels' => 'Būklės kortelės', 'status' => 'Būklė', + 'supplier' => 'Supplier', 'suppliers' => 'Tiekėjai', 'submit' => 'Submit', 'total_assets' => 'įrangos iš viso', diff --git a/resources/lang/ms/admin/accessories/general.php b/resources/lang/ms/admin/accessories/general.php index 37bf96b0dc..e69c1b534b 100644 --- a/resources/lang/ms/admin/accessories/general.php +++ b/resources/lang/ms/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', 'accessory_category' => 'Kategori Aksesori', 'accessory_name' => 'Nama Aksesori', - 'cost' => 'Harga Pembelian', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Cipta Aksesori', - 'date' => 'Tarikh Pembelian', 'edit' => 'Pinda Aksesori', 'eula_text' => 'Kategori EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'order' => 'Nombor Pesanan', - 'qty' => 'Kuantiti', 'total' => 'Jumlah', 'remaining' => 'Avail', 'update' => 'Kemaskini Aksesori', diff --git a/resources/lang/ms/admin/accessories/message.php b/resources/lang/ms/admin/accessories/message.php index a76ff30af3..8031802754 100644 --- a/resources/lang/ms/admin/accessories/message.php +++ b/resources/lang/ms/admin/accessories/message.php @@ -6,19 +6,19 @@ return array( 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Aksesori tidak dicipta, sila cuba lagi.', + 'success' => 'Aksesori telah berjaya dicipta.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Aksesori gagal dikemaskini, sila cuba lagi', + 'success' => 'Aksesori berjaya dikemaskini.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this accessory?', - 'error' => 'There was an issue deleting the accessory. Please try again.', - 'success' => 'The accessory was deleted successfully.' + 'confirm' => 'Anda pasti anda mahu membuang aksesori ini?', + 'error' => 'Ralat berlaku semasa membuang aksesori. Sila cuba lagi.', + 'success' => 'Aksesori berjaya dibuang.' ), 'checkout' => array( diff --git a/resources/lang/ms/admin/asset_maintenances/table.php b/resources/lang/ms/admin/asset_maintenances/table.php index 5b83539914..f3a6be60f9 100644 --- a/resources/lang/ms/admin/asset_maintenances/table.php +++ b/resources/lang/ms/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/ms/admin/categories/general.php b/resources/lang/ms/admin/categories/general.php index 157ded842d..5d7b26c435 100644 --- a/resources/lang/ms/admin/categories/general.php +++ b/resources/lang/ms/admin/categories/general.php @@ -1,8 +1,8 @@ 'Tentang Kategori Aset', - 'about_categories' => 'Kategori aset membantu anda menyusun aset anda. Diantara contoh aset mungkin "Komputer desktop", "Komputer riba", "Telefon bimbit", "Tablet", dan seterusnya, walaubagaimanapun anda boleh menggunakan kategori aset mengikut citarasa anda. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategori aset', 'category_name' => 'Nama Kategori', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/ms/admin/companies/general.php b/resources/lang/ms/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/ms/admin/companies/general.php +++ b/resources/lang/ms/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/ms/admin/consumables/general.php b/resources/lang/ms/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/ms/admin/consumables/general.php +++ b/resources/lang/ms/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/ms/admin/custom_fields/general.php b/resources/lang/ms/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/ms/admin/custom_fields/general.php +++ b/resources/lang/ms/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/ms/admin/depreciations/general.php b/resources/lang/ms/admin/depreciations/general.php index 887c18a119..ae94bfd054 100644 --- a/resources/lang/ms/admin/depreciations/general.php +++ b/resources/lang/ms/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Mengenai Susut Nilai Harta', 'about_depreciations' => 'Anda boleh tetapkan susut nilai harta berdasarkan kepada penyusutan berasaskan susut nilai garisan lurus.', 'asset_depreciations' => 'Susut Nilai Harta', - 'create_depreciation' => 'Cipta Susut Nilai', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nama Susut Nilai', 'number_of_months' => 'Bilangan Bulan', - 'update_depreciation' => 'Kemaskini Susut Nilai', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ms/admin/groups/titles.php b/resources/lang/ms/admin/groups/titles.php index b44254fecb..88369e69b2 100644 --- a/resources/lang/ms/admin/groups/titles.php +++ b/resources/lang/ms/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Pengurusan Kumpulan', - 'create_group' => 'Cipta Kumpulan Baru', - 'edit_group' => 'Kemaskini Kumpulan', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nama Kumpulan', 'group_admin' => 'Pengurus Kumpulan', 'allow' => 'Benarkan', diff --git a/resources/lang/ms/admin/hardware/form.php b/resources/lang/ms/admin/hardware/form.php index 4434441ea9..30150641a2 100644 --- a/resources/lang/ms/admin/hardware/form.php +++ b/resources/lang/ms/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Cipta Harta', 'date' => 'Tarikh Pembelian', 'depreciates_on' => 'Susut Nilai Pada', - 'depreciation' => 'Susut Nilai', 'default_location' => 'Lokasi Asal', 'eol_date' => 'Tarikh EOL', 'eol_rate' => 'Kadar EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Siri', 'status' => 'Status', - 'supplier' => 'Pembekal', 'tag' => 'Tag Harta', 'update' => 'Kemaskini Harta', 'warranty' => 'Waranti', diff --git a/resources/lang/ms/admin/hardware/general.php b/resources/lang/ms/admin/hardware/general.php index ce97f7fa4b..fd7320aa2e 100644 --- a/resources/lang/ms/admin/hardware/general.php +++ b/resources/lang/ms/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Harta', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/ms/admin/licenses/form.php b/resources/lang/ms/admin/licenses/form.php index 89b2159036..0e17206af3 100644 --- a/resources/lang/ms/admin/licenses/form.php +++ b/resources/lang/ms/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Harta', 'checkin' => 'Terima', - 'cost' => 'Kos Belian', 'create' => 'Cipta Lesen', - 'date' => 'Tarikh Belian', - 'depreciation' => 'Susut Nilai', 'expiration' => 'Tarikh Luput', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Nama Perisian', 'no_depreciation' => 'Tiada Susut Nilai', - 'notes' => 'Nota', - 'order' => 'No. Pesanan', 'purchase_order' => 'Nombor Pesanan Belian', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Baki Kekosongan', 'seats' => 'Kekosongan', - 'serial' => 'Siri', - 'supplier' => 'Pembekal', 'termination_date' => 'Termination Date', 'to_email' => 'Lesen Untuk Di \'email\'', 'to_name' => 'Lesen Untuk Dinamakan', diff --git a/resources/lang/ms/admin/licenses/general.php b/resources/lang/ms/admin/licenses/general.php index 4315559046..efa89287aa 100644 --- a/resources/lang/ms/admin/licenses/general.php +++ b/resources/lang/ms/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Terima Kekosongan Lesen', 'checkout_history' => 'Sejarah Agihan', 'checkout' => 'Agihkan Kekosongan Lesen', diff --git a/resources/lang/ms/admin/licenses/message.php b/resources/lang/ms/admin/licenses/message.php index 41d09f4adb..328e37089f 100644 --- a/resources/lang/ms/admin/licenses/message.php +++ b/resources/lang/ms/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ms/admin/locations/table.php b/resources/lang/ms/admin/locations/table.php index 86162de338..c5ea19330d 100644 --- a/resources/lang/ms/admin/locations/table.php +++ b/resources/lang/ms/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'Bandar', - 'state' => 'Negeri', - 'country' => 'Negara', - 'create' => 'Cipta Lokasi', - 'update' => 'Kemaskini Lokasi', - 'name' => 'Nama Lokasi', - 'address' => 'Alamat', - 'zip' => 'Poskod', - 'locations' => 'Lokasi', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'Bandar', + 'state' => 'Negeri', + 'country' => 'Negara', + 'create' => 'Cipta Lokasi', + 'update' => 'Kemaskini Lokasi', + 'name' => 'Nama Lokasi', + 'address' => 'Alamat', + 'zip' => 'Poskod', + 'locations' => 'Lokasi', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/ms/admin/manufacturers/table.php b/resources/lang/ms/admin/manufacturers/table.php index 5cf8d65783..0c756e18cc 100644 --- a/resources/lang/ms/admin/manufacturers/table.php +++ b/resources/lang/ms/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Pengeluar Harta', 'create' => 'Cipta Pengeluar', 'id' => 'ID', diff --git a/resources/lang/ms/admin/models/general.php b/resources/lang/ms/admin/models/general.php index 08677c5532..e0da09f780 100644 --- a/resources/lang/ms/admin/models/general.php +++ b/resources/lang/ms/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted. Click here to restore it.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index 3776921570..3b56325a39 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/ms/admin/suppliers/table.php b/resources/lang/ms/admin/suppliers/table.php index 3cd26093ec..57f0a9733a 100644 --- a/resources/lang/ms/admin/suppliers/table.php +++ b/resources/lang/ms/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Alamat Pembekal', 'assets' => 'Harta', 'city' => 'Bandar', diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php index df74ab72c6..41f02cdf2e 100644 --- a/resources/lang/ms/admin/users/general.php +++ b/resources/lang/ms/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Perisian diagihkan kepada :nama', 'view_user' => 'Papar Pengguna :nama', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ms/auth/message.php b/resources/lang/ms/auth/message.php index 8a025285e6..44f1d2fd92 100644 --- a/resources/lang/ms/auth/message.php +++ b/resources/lang/ms/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Akaun pengguna ini tidak aktif. ', 'account_suspended' => 'Akaun pengguna ini digantung.', 'account_banned' => 'Akaun pengguna ini di sekat.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Ada masalah semasa log masuk, sila cuba lagi.', diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php index 3f96671b00..c1e6f30dca 100644 --- a/resources/lang/ms/general.php +++ b/resources/lang/ms/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Laporan Harta Pilihan', 'dashboard' => 'Dashboard', 'date' => 'Tarikh', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Hapuskan', 'deleted' => 'Dihapuskan', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Tiada kepututsan.', 'no' => 'Tidak', 'notes' => 'Nota', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Belum selesai', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Profail Anda', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Sedia untuk diagihkan', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Tetapan', 'sign_in' => 'Log masuk', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Nama Sesawang', 'state' => 'Negeri', 'status_labels' => 'Label Status', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Pembekal', 'submit' => 'Submit', 'total_assets' => 'jumlah harta', diff --git a/resources/lang/nl/admin/accessories/general.php b/resources/lang/nl/admin/accessories/general.php index a3549c906d..072d307703 100644 --- a/resources/lang/nl/admin/accessories/general.php +++ b/resources/lang/nl/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accessoires zijn alles wat je uitgeeft aan gebruikers maar welke geen serienummer hebben (of welke niet interessant genoeg zijn om individueel te volgen) Bij voorbeeld computer muizen of toetsenborden.', 'accessory_category' => 'Accessoire Categorie', 'accessory_name' => 'Accessoire Naam', - 'cost' => 'Aanschafkosten', 'checkout' => 'Checkout accessoire', 'checkin' => 'Checkin accessoire', 'create' => 'Accessoire aanmaken', - 'date' => 'Aanschaf Datum', 'edit' => 'Accessoire aanpassen', 'eula_text' => 'Categorie EULA', 'eula_text_help' => 'Dit veld staat aanpassingen toe voor de gebruikersovereenkomsten van verschillende goederen. Heeft u één overeenkomst voor alle goederen, vink dan het vakje hieronder aan om de standaard gebruikersovereenkomst te gebruiken.', 'require_acceptance' => 'Verplicht de gebruikers de overeenkomst te accepteren voor de goederen in deze catagorie.', 'no_default_eula' => 'Geen standaard gebruikersovereenkomst gevonden. Voeg er één toe in Instellingen.', - 'order' => 'Ordernummer', - 'qty' => 'Stks', 'total' => 'Totaal', 'remaining' => 'Beschikbaar', 'update' => 'Update Accessoire', diff --git a/resources/lang/nl/admin/asset_maintenances/table.php b/resources/lang/nl/admin/asset_maintenances/table.php index 1011d72f65..5b360f74a1 100644 --- a/resources/lang/nl/admin/asset_maintenances/table.php +++ b/resources/lang/nl/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Materiaal onderhoud', - 'asset_name' => 'Materiaal', - 'supplier_name' => 'Leverancier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantie', 'dl_csv' => 'CSV downloaden' ]; diff --git a/resources/lang/nl/admin/categories/general.php b/resources/lang/nl/admin/categories/general.php index 2010b579bf..021dfd4dc9 100644 --- a/resources/lang/nl/admin/categories/general.php +++ b/resources/lang/nl/admin/categories/general.php @@ -1,8 +1,8 @@ 'Over Bezit Categorieën', - 'about_categories' => 'Bezit categorieën helpen je om jouw bezit te organiseren. Een aantal voorbeelden zijn bijvoorbeeld "Desktops", "Laptops", "Mobiele Telefoons", "Tablets" etcetera, maar je kan bezit categorieën echter inzetten op een manier die begrijpelijk is voor jou. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Bezit Categorieën', 'category_name' => 'Categorie Naam', 'checkin_email' => 'Stuur een E-mail naar de gebruik bij een checkin.', diff --git a/resources/lang/nl/admin/companies/general.php b/resources/lang/nl/admin/companies/general.php index 85852c0518..a9aded61b7 100644 --- a/resources/lang/nl/admin/companies/general.php +++ b/resources/lang/nl/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Selecteer een bedrijf', ]; diff --git a/resources/lang/nl/admin/consumables/general.php b/resources/lang/nl/admin/consumables/general.php index fa3c0e4805..26c075231d 100644 --- a/resources/lang/nl/admin/consumables/general.php +++ b/resources/lang/nl/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Verbruiksartikelen is alles wat gekocht is en wat na enige tijd opraakt. Bijvoorbeeld, printerinkt of kopieer papier.', 'checkout' => 'Verbruiksartikel uitleveren aan gebruiker', 'consumable_name' => 'Verbruiksartikel naam', - 'cost' => 'Aankoopprijs', 'create' => 'Maak verbruiksartikel aan', - 'date' => 'Aankoopdatum', 'item_no' => 'Item nr.', - 'order' => 'Ordernummer', 'remaining' => 'Resterende', 'total' => 'Totaal', 'update' => 'Wijzig verbruiksartikel', diff --git a/resources/lang/nl/admin/custom_fields/general.php b/resources/lang/nl/admin/custom_fields/general.php index 78b1aa9762..1b3f02b64b 100644 --- a/resources/lang/nl/admin/custom_fields/general.php +++ b/resources/lang/nl/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Over veldverzamelingen', 'about_fieldsets_text' => 'Veldverzamelingen laat jou groepen van aangepaste velden maken die vaak worden hergebruikt voor specifieke soorten eigendoms modellen.', 'custom_format' => 'Aangepaste indeling...', - 'encrypt_field' => 'Versleutel de waarde van dit veld voor ieder item in de database. De onversleutelde waarde van dit veld kan alleen weergegeven worden door beheerders.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'Waarschuwing: Versleutelen van dit veld maakt het onmogelijk om hierop te zoeken.', 'encrypted' => 'Versleuteld', 'fieldset' => 'Veldverzameling', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Veldverzamelin naam', 'field_name' => 'Veldnaam', 'field_values' => 'Veldwaarden', - 'field_values_help' => 'Voeg selecteerbare waarden toe, één per regel. Blanco regels behalve de bovenste worden genegeerd. Het is mogelijk om waardes en labels te gebruiken door ze te scheiden met een "|" teken (optioneel).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Formulier element', 'field_element_short' => 'Element', 'field_format' => 'Stijl', diff --git a/resources/lang/nl/admin/depreciations/general.php b/resources/lang/nl/admin/depreciations/general.php index ca39c86b53..1b9c5b806d 100644 --- a/resources/lang/nl/admin/depreciations/general.php +++ b/resources/lang/nl/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Over afschrijving van materiaal', 'about_depreciations' => 'U kan de materiaalafschrijving instellen om materiaal af te schrijven op basis van lineaire afschrijving.', 'asset_depreciations' => 'Materiaalafschrijvingen', - 'create_depreciation' => 'Maak afschrijving', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Afschrijvingsnaam', 'number_of_months' => 'Aantal maanden', - 'update_depreciation' => 'Afschrijving aanpassen', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/nl/admin/groups/titles.php b/resources/lang/nl/admin/groups/titles.php index 6faeb98412..9e0ffa782a 100644 --- a/resources/lang/nl/admin/groups/titles.php +++ b/resources/lang/nl/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Groepsmanagement', - 'create_group' => 'Nieuwe groep aanmaken', - 'edit_group' => 'Groep bewerken', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Groepsnaam', 'group_admin' => 'Groepsbeheerder', 'allow' => 'Toestaan', diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php index 039921b80c..edc7e28110 100644 --- a/resources/lang/nl/admin/hardware/form.php +++ b/resources/lang/nl/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Bevestig het in bul verwijderen van goederen', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Herzie de goederen voor de bulk verwijdering hier onder. Eens verwijderd, dan kan het hersteld worden, maar dan zijn ze niet meer geassocieerd met een gebruiker waar ze aan gekoppeld waren.', 'bulk_delete_warn' => 'Je staat op het punt om :asset_count assets te verwijderen.', 'bulk_update' => 'Wijzig goederen in bulk', @@ -15,7 +15,6 @@ return array( 'create' => 'Materiaal aanmaken', 'date' => 'Aankoopdatum', 'depreciates_on' => 'Afschrijving op', - 'depreciation' => 'Afschrijving', 'default_location' => 'Standaardlocatie', 'eol_date' => 'EOL datum', 'eol_rate' => 'Duur EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selecteer status type', 'serial' => 'Serienummer', 'status' => 'Status', - 'supplier' => 'Leverancier', 'tag' => 'Materiaaltag', 'update' => 'Materiaalupdate', 'warranty' => 'Garantie', diff --git a/resources/lang/nl/admin/hardware/general.php b/resources/lang/nl/admin/hardware/general.php index 2b78ef9658..341bc28b49 100644 --- a/resources/lang/nl/admin/hardware/general.php +++ b/resources/lang/nl/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Gearchiveerd', 'asset' => 'Materiaal', 'bulk_checkout' => 'Materiaal aan gebruiker uitleveren', diff --git a/resources/lang/nl/admin/licenses/form.php b/resources/lang/nl/admin/licenses/form.php index b7e9c0b7e3..507f7348cc 100644 --- a/resources/lang/nl/admin/licenses/form.php +++ b/resources/lang/nl/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Product', 'checkin' => 'Inchecken', - 'cost' => 'Aankoopprijs', 'create' => 'Licentie toevoegen', - 'date' => 'Aankoopdatum', - 'depreciation' => 'Afschrijving', 'expiration' => 'Vervaldatum', 'license_key' => 'Productcode', 'maintained' => 'Wordt onderhouden', 'name' => 'Applicatie naam', 'no_depreciation' => 'Niet afschrijven', - 'notes' => 'Opmerkingen', - 'order' => 'Order nr.', 'purchase_order' => 'Aankoop Order nummer', 'reassignable' => 'Opnieuw toe te wijzen', 'remaining_seats' => 'Resterende werkplekken', 'seats' => 'Werkplekken', - 'serial' => 'Serienummer', - 'supplier' => 'Leverancier', 'termination_date' => 'Beëindigingsdatum', 'to_email' => 'Licentie uitgegeven aan E-mail', 'to_name' => 'Licentie uitgegeven aan Naam', diff --git a/resources/lang/nl/admin/licenses/general.php b/resources/lang/nl/admin/licenses/general.php index 3ea0079de6..9e17c32167 100644 --- a/resources/lang/nl/admin/licenses/general.php +++ b/resources/lang/nl/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Check werkplek licentie in', 'checkout_history' => 'Checkout historie', 'checkout' => 'Check werkplek licentie uit', diff --git a/resources/lang/nl/admin/licenses/message.php b/resources/lang/nl/admin/licenses/message.php index 33fb1f9fb7..3e87fcc159 100644 --- a/resources/lang/nl/admin/licenses/message.php +++ b/resources/lang/nl/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Bestand(en) zijn niet geüpload. Probeer het opnieuw.', 'success' => 'Bestand(en) zijn met succes geüpload.', 'nofiles' => 'Je hebt geen bestanden geselecteerd om te uploaden, of het bestand wat je probeert te uploaden is te groot', - 'invalidfiles' => 'Een van de bestanden is te groot of van een niet toegestaan bestandsformaat. Toegestane bestandsformaten zijn: png, gif, jpg, docx, pdf, txt, zip, rar en rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php index c8a7858517..c31073c088 100644 --- a/resources/lang/nl/admin/locations/table.php +++ b/resources/lang/nl/admin/locations/table.php @@ -1,18 +1,20 @@ 'Producten', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Toegewezen producten', - 'id' => 'ID', - 'city' => 'Stad', - 'state' => 'Staat/provincie', - 'country' => 'Land', - 'create' => 'Locatie aanmaken', - 'update' => 'Locatie bijwerken', - 'name' => 'Locatie naam', - 'address' => 'Adres', - 'zip' => 'Postcode', - 'locations' => 'Locaties', - 'parent' => 'Bovenliggend', - 'currency' => 'Locatie valuta', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Producten', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Toegewezen producten', + 'id' => 'ID', + 'city' => 'Stad', + 'state' => 'Staat/provincie', + 'country' => 'Land', + 'create' => 'Locatie aanmaken', + 'update' => 'Locatie bijwerken', + 'name' => 'Locatie naam', + 'address' => 'Adres', + 'zip' => 'Postcode', + 'locations' => 'Locaties', + 'parent' => 'Bovenliggend', + 'currency' => 'Locatie valuta', + ); diff --git a/resources/lang/nl/admin/manufacturers/table.php b/resources/lang/nl/admin/manufacturers/table.php index 50117265f8..67c1650d60 100644 --- a/resources/lang/nl/admin/manufacturers/table.php +++ b/resources/lang/nl/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Product fabrikanten', 'create' => 'Maak fabrikant aan', 'id' => 'ID', diff --git a/resources/lang/nl/admin/models/general.php b/resources/lang/nl/admin/models/general.php index a45b351020..74836b7b61 100644 --- a/resources/lang/nl/admin/models/general.php +++ b/resources/lang/nl/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Dit model is verwijderd. Klik hier om het te herstellen.', 'restore' => 'Herstel model', 'requestable' => 'Gebruikers mogen dit model aanvragen', diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index d1086e4f55..8ba9bd7c22 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -104,22 +104,25 @@ return array( 'width_w' => 'b', 'height_h' => 'h', 'text_pt' => 'pt', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_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' => 'Twee factor authenticatie', + 'two_factor_secret' => 'Twee factor code', + 'two_factor_enrollment' => 'Twee factor uitrol', + 'two_factor_enabled_text' => 'Twee factor inschakelen', + 'two_factor_reset' => 'Twee factor geheim herstellen', + 'two_factor_reset_help' => 'Dit zal de gebruiker dwingen om zijn apparaat opnieuw met Google Authenticator te activeren. Dit kan handig zijn als het huidig geactiveerde apparaat gestolen of verloren is. ', + 'two_factor_reset_success' => 'Twee factor apparaat succesvol opnieuw ingesteld', + 'two_factor_reset_error' => 'Twee factor apparaat opnieuw instellen mislukt', + 'two_factor_enabled_warning' => 'Het inschakelen van twee factor authenticatie zal direct vereisen dat je authenticeert met een Google Auth geactiveerd apparaat. Je krijgt de mogelijkheid om een apparaat te activeren als dat nog niet het geval is.', + 'two_factor_enabled_help' => 'Dit zal twee factor authenticatie via Google Authenticator inschakelen.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Vereist voor alle gebruikers', + 'two_factor_disabled' => 'Uitgeschakeld', + 'two_factor_enter_code' => 'Voer twee factor code in', + 'two_factor_config_complete' => 'Code verzenden', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + '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' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'links', 'right' => 'rechts', 'top' => 'bovenkant', diff --git a/resources/lang/nl/admin/suppliers/table.php b/resources/lang/nl/admin/suppliers/table.php index d4c11c4049..b6cb9e7c00 100644 --- a/resources/lang/nl/admin/suppliers/table.php +++ b/resources/lang/nl/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Leverancier adres', 'assets' => 'Producten', 'city' => 'Stad', diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php index 8959877a9c..24f5ddfa30 100644 --- a/resources/lang/nl/admin/users/general.php +++ b/resources/lang/nl/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software toegekend aan :name', 'view_user' => 'Bekijk gebruiker :name', 'usercsv' => 'CSV bestand', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/nl/auth/message.php b/resources/lang/nl/auth/message.php index 3a64fd5b8b..0fadaaa475 100644 --- a/resources/lang/nl/auth/message.php +++ b/resources/lang/nl/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Deze gebruikersaccount is niet actief.', 'account_suspended' => 'Deze gebruikersaccount is vergrendeld.', 'account_banned' => 'Deze gebruikersaccount is geband.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Er was een probleem bij inloggen, probeer opnieuw aub.', diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php index a10557c018..97928726e0 100644 --- a/resources/lang/nl/general.php +++ b/resources/lang/nl/general.php @@ -41,7 +41,7 @@ 'consumables' => 'Verbruiksartikelen', 'country' => 'Land', 'create' => 'Nieuwe aanmaken', - 'created' => 'Item Created', + 'created' => 'Item aangemaakt', 'created_asset' => 'aangemaakt materiaal', 'created_at' => 'Aangemaakt op', 'currency' => '$', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => 'Handmatig Materiaal Rapport', 'dashboard' => 'Dashboard', 'date' => 'Datum', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Verwijder', 'deleted' => 'Verwijderd', 'delete_seats' => 'Verwijderde plekken', @@ -93,7 +95,7 @@ 'list_all' => 'Toon Alles', 'loading' => 'Bezig met laden', 'lock_passwords' => 'Dit veld kan niet worden bewerkt met deze installatie.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Deze functionaliteit is uitgeschakeld voor de demonstratie installatie.', 'location' => 'Locatie', 'locations' => 'Locaties', 'logout' => 'Afmelden', @@ -113,6 +115,7 @@ 'no_results' => 'Geen resultaten.', 'no' => 'Neen', 'notes' => 'Notities', + 'order_number' => 'Order Number', 'page_menu' => 'Toon_MENU_artikelen', 'pagination_info' => 'Toon_START_naar_END_van_TOTAL_artikelen', 'pending' => 'In afwachting', @@ -121,6 +124,8 @@ 'previous' => 'Vorige', 'processing' => 'Bezig met verwerken', 'profile' => 'Uw profiel', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Stks', 'quantity' => 'Aantal', 'ready_to_deploy' => 'Klaar om ingezet te worden', @@ -145,13 +150,15 @@ 'select_asset' => 'Selecteer product', 'settings' => 'Instellingen', 'sign_in' => 'Aanmelden', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODUS: Sommige functies zijn uitgeschakeld voor deze installatie.', 'site_name' => 'Sitenaam', 'state' => 'Status', 'status_labels' => 'Statuslabels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Leveranciers', - 'submit' => 'Submit', + 'submit' => 'Verzenden', 'total_assets' => 'totaal aantal materialen', 'total_licenses' => 'Totale licenties', 'total_accessories' => 'totaal aantal accessoires', diff --git a/resources/lang/no/admin/accessories/general.php b/resources/lang/no/admin/accessories/general.php index e1c04b94dc..6b421efd89 100644 --- a/resources/lang/no/admin/accessories/general.php +++ b/resources/lang/no/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Tilbehør er hva som helst som du tildeler brukere som ikke har et serienummer (eller som du ikke bryr deg om å spore enkeltvis). For eksempel mus og tastatur.', 'accessory_category' => 'Tilbehørskategori', 'accessory_name' => 'Navn tilbehør', - 'cost' => 'Innkjøpskostnad', 'checkout' => 'Sjekk ut tilbehør', 'checkin' => 'Sjekk inn tilbehør', 'create' => 'Legg til tilbehør', - 'date' => 'Innkjøpsdato', 'edit' => 'Rediger tilbehør', 'eula_text' => 'EULA-kategori', 'eula_text_help' => 'Dette feltet lar deg tilpasse dine EULA for spesifikke typer eiendeler. Hvis du har kun en EULA for alle eiendeler kan du krysse av nedenfor for å bruke standard.', 'require_acceptance' => 'Krev at brukere bekrefter aksept av eiendeler i denne kategorien.', 'no_default_eula' => 'Ingen standard EULA funnet. Legg til en i Innstillinger.', - 'order' => 'Ordrenummer', - 'qty' => 'Antall', 'total' => 'Total', 'remaining' => 'Tilgjengelig', 'update' => 'Oppdater tilbehør', diff --git a/resources/lang/no/admin/asset_maintenances/table.php b/resources/lang/no/admin/asset_maintenances/table.php index 2c53bb8ee9..de6e3b1876 100644 --- a/resources/lang/no/admin/asset_maintenances/table.php +++ b/resources/lang/no/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Vedlikehold av eiendel', - 'asset_name' => 'Navn på vedlikehold', - 'supplier_name' => 'Navn på leverandør', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garanti', 'dl_csv' => 'Last ned CSV' ]; diff --git a/resources/lang/no/admin/categories/general.php b/resources/lang/no/admin/categories/general.php index 4f071d1d6b..12c0706dc7 100644 --- a/resources/lang/no/admin/categories/general.php +++ b/resources/lang/no/admin/categories/general.php @@ -1,8 +1,8 @@ 'Om kategorier', - 'about_categories' => 'Kategorier hjelper deg å organisere dine eiendeler. Noen eksempler på kategorier kan være "Stasjonære PC\'er", "Bærbare", "Mobiltelefoner", "Tablets" osv. Du kan bruke kategoriene til det som passer best for deg.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategorier', 'category_name' => 'Navn', 'checkin_email' => 'Send epost til bruker ved sjekk inn.', diff --git a/resources/lang/no/admin/companies/general.php b/resources/lang/no/admin/companies/general.php index 9fdd9e0436..48ea9565aa 100644 --- a/resources/lang/no/admin/companies/general.php +++ b/resources/lang/no/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Velg bedrift', ]; diff --git a/resources/lang/no/admin/consumables/general.php b/resources/lang/no/admin/consumables/general.php index c1a3530c3c..a94e3b65b9 100644 --- a/resources/lang/no/admin/consumables/general.php +++ b/resources/lang/no/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Forbruksvarer er alle varer som blir brukt opp over tid. For eksempel, skriver toner eller kopi papir.', 'checkout' => 'Sjekk ut Forbruksvare til Bruker', 'consumable_name' => 'Navn på forbruksvare', - 'cost' => 'Innkjøpskostnad', 'create' => 'Legg til forbruksvare', - 'date' => 'Innkjøpsdato', 'item_no' => 'Varenr.', - 'order' => 'Ordrenummer', 'remaining' => 'Gjenstår', 'total' => 'Total', 'update' => 'Oppdater forbruksvare', diff --git a/resources/lang/no/admin/custom_fields/general.php b/resources/lang/no/admin/custom_fields/general.php index 24feab37ec..7f9aba7bec 100644 --- a/resources/lang/no/admin/custom_fields/general.php +++ b/resources/lang/no/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Om Feltsett', 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.', 'custom_format' => 'Egendefinert format...', - 'encrypt_field' => 'Krypter verdien i dette feltet i databasen for hvert asset. De krypterte verdiene kan bare leses av administratorer.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.', 'encrypted' => 'Kryptert', 'fieldset' => 'Feltsett', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Feltsett Navn', 'field_name' => 'Felt Navn', 'field_values' => 'Felt verdier', - 'field_values_help' => 'Legge til alternativer, ett per linje. Tomme linjer utenom den første linjen ignoreres. Skill verdier og etiketter med "pipe" på hver linje (valgfritt).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Skjema Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/no/admin/depreciations/general.php b/resources/lang/no/admin/depreciations/general.php index 60c618a2ff..ed349b95fb 100644 --- a/resources/lang/no/admin/depreciations/general.php +++ b/resources/lang/no/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Om avskrivninger', 'about_depreciations' => 'Du kan sette opp avskrivninger for å kostnadsføre eiendeler basert på en lineær avskrivning i perioden.', 'asset_depreciations' => 'Avskrivninger', - 'create_depreciation' => 'Opprett avskrivning', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Avskrivningsnavn', 'number_of_months' => 'Antall måneder', - 'update_depreciation' => 'Oppdater avskrivninger', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/no/admin/groups/titles.php b/resources/lang/no/admin/groups/titles.php index 065d3c0678..71e7a48850 100644 --- a/resources/lang/no/admin/groups/titles.php +++ b/resources/lang/no/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gruppeadministrasjon', - 'create_group' => 'Opprett ny gruppe', - 'edit_group' => 'Rediger gruppe', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Gruppenavn', 'group_admin' => 'Gruppeadministrator', 'allow' => 'Tillat', diff --git a/resources/lang/no/admin/hardware/form.php b/resources/lang/no/admin/hardware/form.php index 35e27940cc..114bd03961 100644 --- a/resources/lang/no/admin/hardware/form.php +++ b/resources/lang/no/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Bekreft sletting av flere enheter', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Se gjennom listen over enheter som er valgt for sletting. Etter sletting er det mulig å gjenopprette enheter, men nåværende koblinger til brukere vil ikke lenger finnes.', 'bulk_delete_warn' => 'Du er i ferd med å slette :asset_count enheter.', 'bulk_update' => 'Masseoppdater eiendeler', @@ -15,7 +15,6 @@ return array( 'create' => 'Opprett eiendel', 'date' => 'Innkjøpsdato', 'depreciates_on' => 'Avskrivningstype', - 'depreciation' => 'Avskrivning', 'default_location' => 'Standard plassering', 'eol_date' => 'EOL dato', 'eol_rate' => 'EOL-rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Velg statustype', 'serial' => 'Serienummer', 'status' => 'Status', - 'supplier' => 'Leverandør', 'tag' => 'Eiendelsmerke', 'update' => 'Oppdater eiendel', 'warranty' => 'Garanti', diff --git a/resources/lang/no/admin/hardware/general.php b/resources/lang/no/admin/hardware/general.php index 798909164c..dd340133e9 100644 --- a/resources/lang/no/admin/hardware/general.php +++ b/resources/lang/no/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arkivert', 'asset' => 'Eiendel', 'bulk_checkout' => 'Sjekk ut Eiendel til Bruker', diff --git a/resources/lang/no/admin/licenses/form.php b/resources/lang/no/admin/licenses/form.php index 09982071dc..47a1ffcc07 100644 --- a/resources/lang/no/admin/licenses/form.php +++ b/resources/lang/no/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Eiendel', 'checkin' => 'Sjekk inn', - 'cost' => 'Innkjøpskostnad', 'create' => 'Opprett lisens', - 'date' => 'Innkjøpsdato', - 'depreciation' => 'Avskrivning', 'expiration' => 'Utløpsdato', 'license_key' => 'Produktnøkkel', 'maintained' => 'Vedlikeholdt', 'name' => 'Navn programvare', 'no_depreciation' => 'Ingen avskrivning', - 'notes' => 'Notater', - 'order' => 'Ordrenummer', 'purchase_order' => 'Innkjøpsordrenummer', 'reassignable' => 'Kan tildeles på ny', 'remaining_seats' => 'Gjenværende setelisenser', 'seats' => 'Setelisenser', - 'serial' => 'Serienummer', - 'supplier' => 'Leverandør', 'termination_date' => 'Sluttdato', 'to_email' => 'Lisensiert til e-post', 'to_name' => 'Lisensiert til navn', diff --git a/resources/lang/no/admin/licenses/general.php b/resources/lang/no/admin/licenses/general.php index 4017165a46..b25000d327 100644 --- a/resources/lang/no/admin/licenses/general.php +++ b/resources/lang/no/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Sjekk inn setelisens', 'checkout_history' => 'Utsjekkhistorikk', 'checkout' => 'Sjekk ut setelisens', diff --git a/resources/lang/no/admin/licenses/message.php b/resources/lang/no/admin/licenses/message.php index c7f385c01b..191ac70fd7 100644 --- a/resources/lang/no/admin/licenses/message.php +++ b/resources/lang/no/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Fil(er) ble ikke lastet opp. Prøv igjen.', 'success' => 'Fil(er) ble slettet.', 'nofiles' => 'Ingen fil er valgt til opplasting, eller filen er for stor', - 'invalidfiles' => 'En eller flere av filene er for stor, eller er en filtype som ikke er tillatt. Tillatte filtyper er png, gif, jpg, doc, docx, pdf, txt, zip, rar og rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/no/admin/locations/table.php b/resources/lang/no/admin/locations/table.php index 48dd33159f..8e8bba249c 100644 --- a/resources/lang/no/admin/locations/table.php +++ b/resources/lang/no/admin/locations/table.php @@ -1,18 +1,20 @@ 'Eiendeler', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Eiendeler tildelt', - 'id' => 'ID', - 'city' => 'By', - 'state' => 'Stat', - 'country' => 'Land', - 'create' => 'Opprett plassering', - 'update' => 'Oppdater plassering', - 'name' => 'Plasseringsnavn', - 'address' => 'Adresse', - 'zip' => 'Postnummer', - 'locations' => 'Plasseringer', - 'parent' => 'Overordnet', - 'currency' => 'Valuta i lokasjon', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Eiendeler', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Eiendeler tildelt', + 'id' => 'ID', + 'city' => 'By', + 'state' => 'Stat', + 'country' => 'Land', + 'create' => 'Opprett plassering', + 'update' => 'Oppdater plassering', + 'name' => 'Plasseringsnavn', + 'address' => 'Adresse', + 'zip' => 'Postnummer', + 'locations' => 'Plasseringer', + 'parent' => 'Overordnet', + 'currency' => 'Valuta i lokasjon', + ); diff --git a/resources/lang/no/admin/manufacturers/table.php b/resources/lang/no/admin/manufacturers/table.php index f129c85322..5525c783cd 100644 --- a/resources/lang/no/admin/manufacturers/table.php +++ b/resources/lang/no/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Eiendelsprodusenter', 'create' => 'Opprett produsent', 'id' => 'ID', diff --git a/resources/lang/no/admin/models/general.php b/resources/lang/no/admin/models/general.php index 600923cd31..86e9e68efa 100644 --- a/resources/lang/no/admin/models/general.php +++ b/resources/lang/no/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Denne modellen er slettet. Klikk her for å gjenopprette.', 'restore' => 'Gjenopprett modell', 'requestable' => 'Brukere kan be om denne modellen', diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index dc5d347b24..f2e03b0a96 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -7,8 +7,8 @@ return array( 'is_ad' => 'Dette er en Active Directory server', 'alert_email' => 'Send varslinger til', 'alerts_enabled' => 'Varslinger aktivert', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alert_interval' => 'Terskel for utløpende varslinger (dager)', + 'alert_inv_threshold' => 'Terskel for eiendelsvarslinger', 'asset_ids' => 'Eiendels-IDer', 'auto_increment_assets' => 'Generer automatisk økende eiendels-IDer', 'auto_increment_prefix' => 'Prefiks (valgfritt)', @@ -92,34 +92,37 @@ return array( 'label_dimensions' => 'Etikettstørrelsen (inches)', 'page_padding' => 'Side marger (inches)', 'purge' => 'Tømme slettede poster', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', + 'labels_display_bgutter' => 'Etikett bunnmarg', + 'labels_display_sgutter' => 'Etikett sidemarg', 'labels_fontsize' => 'Label skriftstørrelse', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', - 'inches' => 'inches', + 'labels_pagewidth' => 'Etikett arkbredde', + 'labels_pageheight' => 'Etikett arkhøyde', + 'label_gutters' => 'Etikett tegnavstand (tommer)', + 'page_dimensions' => 'Sidedimensjon (tommer)', + 'label_fields' => 'Etikett synlige felter', + 'inches' => 'tommer', 'width_w' => 'b', 'height_h' => 'h', 'text_pt' => 'pt', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_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' => 'To-faktor autentisering', + 'two_factor_secret' => 'To-faktor kode', + 'two_factor_enrollment' => 'To-faktor registrering', + 'two_factor_enabled_text' => 'Aktiver to-faktor autentisering', + 'two_factor_reset' => 'Tilbakestill to-faktor hemmelighet', + 'two_factor_reset_help' => 'Tving brukeren til å legge til enheten på nytt i Google Authenticator. Dette er nyttig hvis brukerens enhet er mistet eller stjålet. ', + 'two_factor_reset_success' => 'To-faktor enhet resatt', + 'two_factor_reset_error' => 'Reset av to-faktor enhet feilet', + 'two_factor_enabled_warning' => 'Aktivering av to-faktor autentisering hvis ikke allerede aktivert vil øyeblikkelig tvinge deg til å autentisere med enhet som er aktivert i Google Authenticator. Du vil ha mulighet til å aktivere enheten din hvis ingen er aktivert fra før.', + 'two_factor_enabled_help' => 'Dette vil slå på to-faktor autentisering med Google Authenticator.', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => 'Påkrevd for alle brukere', + 'two_factor_disabled' => 'Deaktivert', + 'two_factor_enter_code' => 'Skriv inn to-faktor kode', + 'two_factor_config_complete' => 'Send kode', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + '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' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'venstre', 'right' => 'høyre', 'top' => 'topp', diff --git a/resources/lang/no/admin/settings/message.php b/resources/lang/no/admin/settings/message.php index e24aa688ba..4e50bf5bd0 100644 --- a/resources/lang/no/admin/settings/message.php +++ b/resources/lang/no/admin/settings/message.php @@ -14,9 +14,9 @@ return array( 'file_not_found' => 'Den backup-filen ble ikke funnet på serveren.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'Det oppstod en feil under fjerning. ', + 'validation_failed' => 'Din fjerningsbekreftelse er feil. Vennligst skriv inn ordet "DELETE" i bekreftelsesboksen.', + 'success' => 'Slettede rader ble fjernet.' ), ); diff --git a/resources/lang/no/admin/statuslabels/message.php b/resources/lang/no/admin/statuslabels/message.php index 619a5a509c..94d1b05ccc 100644 --- a/resources/lang/no/admin/statuslabels/message.php +++ b/resources/lang/no/admin/statuslabels/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Status Label does not exist.', - 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + 'does_not_exist' => 'Status-etiketten finnes ikke.', + 'assoc_assets' => 'Denne status-etiketten er for øyeblikket i bruk på minst en eiendel, og kan ikke slettes. Vennligst endre dine eiendeler til å ikke bruke denne statusen, og prøv igjen. ', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Statusmerket ble ikke opprettet. Prøv igjen.', + 'success' => 'Statusmerket ble opprettet.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Statusmerket ble ikke oppdatert. Prøv igjen', + 'success' => 'Vellykket oppdatering av statusmerke.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this Status Label?', - 'error' => 'There was an issue deleting the Status Label. Please try again.', - 'success' => 'The Status Label was deleted successfully.' + 'confirm' => 'Er du sikker på at du vil slette dette statusmerket?', + 'error' => 'Det oppstod et problem under sletting av statusmerket. Prøv igjen.', + 'success' => 'Vellykket sletting av statusmerke.' ) ); diff --git a/resources/lang/no/admin/statuslabels/table.php b/resources/lang/no/admin/statuslabels/table.php index f1a6cae170..ba0fdbf8b1 100644 --- a/resources/lang/no/admin/statuslabels/table.php +++ b/resources/lang/no/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'Om statusmerker', 'archived' => 'Arkivert', 'create' => 'Opprett statusmerke', - 'color' => 'Chart Color', + 'color' => 'Graf-farge', 'deployable' => 'Utleverbar', 'info' => 'Statusmerker brukes for å beskrive de forskjellige statusene dine eiendeler kan ha. De kan være under reparasjon, tapt/stjålet, osv. Du kan opprette nye statusmerker for utleverbare, under arbeid eller arkiverte eiendeler.', 'name' => 'Statusnavn', 'pending' => 'Under arbeid', 'status_type' => 'Statustype', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Vis i sidenavigasjon', 'title' => 'Statusmerke', 'undeployable' => 'Ikke utleverbar', 'update' => 'Oppdater statusmerke', diff --git a/resources/lang/no/admin/suppliers/table.php b/resources/lang/no/admin/suppliers/table.php index b8d329749b..44c91936b9 100644 --- a/resources/lang/no/admin/suppliers/table.php +++ b/resources/lang/no/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Leverandøradresse', 'assets' => 'Eiendeler', 'city' => 'By', diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php index da2f16679f..28f6177482 100644 --- a/resources/lang/no/admin/users/general.php +++ b/resources/lang/no/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Programvare utsjekket til :name', 'view_user' => 'Vis bruker :name', 'usercsv' => 'CSV-fil', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/no/auth/message.php b/resources/lang/no/auth/message.php index 5f16fea93d..271c02cbd2 100644 --- a/resources/lang/no/auth/message.php +++ b/resources/lang/no/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Denne brukerkontoen er ikke aktiv.', 'account_suspended' => 'Denne brukerkontoen er deaktivert.', 'account_banned' => 'Denne brukerkontoen er forbudt.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Det oppstod et problem under innlogging. Prøv igjen.', diff --git a/resources/lang/no/button.php b/resources/lang/no/button.php index a3f194d250..1ec7afa7bc 100644 --- a/resources/lang/no/button.php +++ b/resources/lang/no/button.php @@ -5,7 +5,7 @@ return array( 'actions' => 'Handlinger', 'add' => 'Opprett ny', 'cancel' => 'Avbryt', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Sjekk inn & slett bruker', 'delete' => 'Slett', 'edit' => 'Rediger', 'restore' => 'Gjenopprett', diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php index e8d991f612..2b92166b0e 100644 --- a/resources/lang/no/general.php +++ b/resources/lang/no/general.php @@ -9,7 +9,7 @@ 'activity_report' => 'Aktivitetsrapport', 'address' => 'Adresse', 'admin' => 'Admin', - 'add_seats' => 'Added seats', + 'add_seats' => 'Setelisenser lagt til', 'all_assets' => 'Alle eiendeler', 'all' => 'Alle', 'archived' => 'Arkivert', @@ -23,7 +23,7 @@ 'avatar_upload' => 'Last opp Avatar', 'back' => 'Tilbake', 'bad_data' => 'Fant ingenting. Kanskje feil i data?', - 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkout' => 'Masseutsjekk', 'cancel' => 'Avbryt', 'categories' => 'Kategorier', 'category' => 'Kategori', @@ -35,13 +35,13 @@ 'city' => 'By', 'companies' => 'Selskaper', 'company' => 'Firmanavn', - 'component' => 'Component', - 'components' => 'Components', + 'component' => 'Komponent', + 'components' => 'Komponenter', 'consumable' => 'Forbruksvare', 'consumables' => 'Forbruksvarer', 'country' => 'Land', 'create' => 'Opprett ny', - 'created' => 'Item Created', + 'created' => 'Enhet opprettet', 'created_asset' => 'eiendel opprettet', 'created_at' => 'Opprettet i', 'currency' => '$', // this is deprecated @@ -49,23 +49,25 @@ 'custom_report' => 'Tilpasset eiendelsrapport', 'dashboard' => 'Kontrollpanel', 'date' => 'Dato', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Slett', 'deleted' => 'Slettet', - 'delete_seats' => 'Deleted Seats', + 'delete_seats' => 'Slettede setelisenser', 'deployed' => 'Utlevert', 'depreciation_report' => 'Avskrivningsrapport', 'download' => 'Last ned', 'depreciation' => 'Avskrivning', 'editprofile' => 'Rediger din profil', 'eol' => 'Livstid', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'E-postdomene', + 'email_format' => 'E-postformat', + 'email_domain_help' => 'Brukes til å generere e-postadresser ved import', + 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)', + 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)', 'first' => 'Første', 'first_name' => 'Fornavn', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Fornavn (oladunk@example.com)', 'file_name' => 'Fil', 'file_uploads' => 'Filopplastinger', 'generate' => 'Generer', @@ -77,7 +79,7 @@ 'image_delete' => 'Slett bilde', 'image_upload' => 'Last opp bilde', 'import' => 'Importer', - 'import-history' => 'Import History', + 'import-history' => 'Importhistorikk', 'asset_maintenance' => 'Vedlikehold av eiendeler', 'asset_maintenance_report' => 'Rapport Vedlikehold av eiendeler', 'asset_maintenances' => 'Vedlikehold av eiendeler', @@ -93,7 +95,7 @@ 'list_all' => 'List alle', 'loading' => 'Laster', 'lock_passwords' => 'Feltet kan ikke redigeres i denne installasjonen.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Denne funksjonen er deaktivert i demo-installasjonen.', 'location' => 'Lokasjon', 'locations' => 'Lokasjoner', 'logout' => 'Logg ut', @@ -111,8 +113,9 @@ 'new' => 'ny!', 'no_depreciation' => 'Ingen avskrivning', 'no_results' => 'Ingen treff.', - 'no' => 'Nummer', + 'no' => 'Nei', 'notes' => 'Notater', + 'order_number' => 'Order Number', 'page_menu' => 'Viser _MENU_ enheter', 'pagination_info' => 'Viser _START_ til _END_ av _TOTAL_ enheter', 'pending' => 'Under arbeid', @@ -121,6 +124,8 @@ 'previous' => 'Forrige', 'processing' => 'Behandler', 'profile' => 'Din profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Antall', 'quantity' => 'Antall', 'ready_to_deploy' => 'Klar for utlevering', @@ -128,11 +133,11 @@ 'remove_company' => 'Fjern tilknytning til bedrift', 'reports' => 'Rapporter', 'requested' => 'Forespurt', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Forespørsel avbrutt', 'save' => 'Lagre', 'select' => 'Velg', 'search' => 'Søk', - 'select_category' => 'Select a Category', + 'select_category' => 'Velg en kategori', 'select_depreciation' => 'Velg en avskrivningstype', 'select_location' => 'Velg en lokasjon', 'select_manufacturer' => 'Velg en produsent', @@ -142,24 +147,26 @@ 'select_date' => 'Velg en dato', 'select_statuslabel' => 'Velg status', 'select_company' => 'Velg bedrift', - 'select_asset' => 'Select Asset', + 'select_asset' => 'Velg eiendel', 'settings' => 'Innstillinger', 'sign_in' => 'Logg inn', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODUS: Noe funksjonalitet er skrudd av i denne installasjonen.', 'site_name' => 'Nettstedsnavn', 'state' => 'Stat', 'status_labels' => 'Statusmerker', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Leverandører', - 'submit' => 'Submit', + 'submit' => 'Send', 'total_assets' => 'eiendeler totalt', 'total_licenses' => 'lisener totalt', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'antall tilbehør', + 'total_consumables' => 'antall forbruksvarer', 'type' => 'Type', 'undeployable' => 'Ikke utleverbar', 'unknown_admin' => 'Ukjent admin', - 'username_format' => 'Username Format', + 'username_format' => 'Format brukernavn', 'update' => 'Oppdater', 'uploaded' => 'Lastet opp', 'user' => 'Bruker', @@ -174,5 +181,5 @@ 'yes' => 'Ja', 'zip' => 'Postnummer', 'noimage' => 'Bilde er ikke lastet opp eller finner ikke bilde.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'token_expired' => 'Din sesjon har utløpt. Prøv igjen.', ]; diff --git a/resources/lang/no/mail.php b/resources/lang/no/mail.php index c9a4fe182d..ecef9f9500 100644 --- a/resources/lang/no/mail.php +++ b/resources/lang/no/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => 'Brukeren har avbrutt en element-forespørsel på webområdet', + 'a_user_requested' => 'En bruker har bedt om et element på webområdet', + 'accessory_name' => 'Navn tilbehør:', + 'additional_notes' => 'Flere notater:', + 'admin_has_created' => 'En administrator har opprettet en konto for deg på :web nettsted.', + 'asset' => 'Eiendel:', + 'asset_name' => 'Navn:', + 'asset_requested' => 'Eiendel forespurt', + 'asset_tag' => 'Eiendelsmerke:', + 'assets_warrantee_expiring' => '{1} eiendel med garanti utløper de neste 60 dagene. |[2,Inf] eiendeler med garanti utløper de neste 60 dagene.', + 'assigned_to' => 'Tilordnet til', + 'best_regards' => 'Med vennlig hilsen,', + 'canceled' => 'Avbrutt:', + 'checkin_date' => 'Innsjekkdato:', + 'checkout_date' => 'Utsjekkdato:', + 'click_to_confirm' => 'Klikk på følgende link for å bekrefte din :web konto:', + 'click_on_the_link_accessory' => 'Vennligst klikk på lenken nedenfor for å bekreft at du har mottatt tilbehøret.', + 'click_on_the_link_asset' => 'Vennligst klikk på lenken nedenfor for å bekreft at du har mottatt eiendelen.', + 'Confirm_Asset_Checkin' => 'Bekreft innsjekk av eiendel.', + 'Confirm_Accessory_Checkin' => 'Bekreft innsjekk av tilbehør.', + 'Confirm_accessory_delivery' => 'Bekreft levering av tilbehør.', + 'Confirm_asset_delivery' => 'Bekreft levering av eiendel.', + 'Confirm_consumable_delivery' => 'Bekreft levering av forbruksvare.', + 'current_QTY' => 'Nåværende antall', + 'Days' => 'Dager', + 'days' => 'Dager', + 'expecting_checkin_date' => 'Forventet innsjekkdato:', + 'expires' => 'Utløper', + 'Expiring_Assets_Report' => 'Rapport utløpende eiendeler.', + 'Expiring_Licenses_Report' => 'Rapport utløpende lisenser.', + 'hello' => 'Hallo', + 'hi' => 'Hei', + 'i_have_read' => 'Jeg har lest og godtar vilkårene for bruk, og har mottatt denne enheten.', + 'item' => 'Enhet:', + 'items_below_minimum' => '{1} enhet som er under minimum lagerbeholdning, eller snart vil bli det.|[2,Inf] enheter som er under minimum lagerbeholdning, eller snart vil bli det.', + 'Item_Request_Canceled' => 'Forespørsel av enhet avbrutt', + 'Item_Requested' => 'Forespurt enhet', + 'licenses_expiring' => '{1}-lisens utløper de neste 60 dagene. |[2,Inf] lisenser utløper de neste 60 dagene.', + 'link_to_update_password' => 'Klikk på følgende link for å bekrefte din :web passord:', + 'login_first_admin' => 'Logg inn på din nye Snipe-IT-installasjon ved å bruke kontoen nedenfor:', + 'login' => 'Logg inn:', + 'Low_Inventory_Report' => 'Rapport lav lagerbeholdning', + 'min_QTY' => 'Min. antall', + 'name' => 'Navn', + 'new_item_checked' => 'En ny enhet har blitt sjekket ut under ditt navn, detaljer nedenfor.', + 'password' => 'Passord:', + 'password_reset' => 'Tilbakestill passord', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', + 'read_the_terms' => 'Vennligst les bruksbetingelsene nedenfor.', + 'read_the_terms_and_click' => 'Vennligst les bruksbetingelsene nedenfor, og klikk på lenken på bunnen for å bekrefte at du har lest og er enig med betingelsene, og har mottatt eiendelen.', + 'requested' => 'Forespurt:', + 'reset_link' => 'Lenke for tilbakestilling av passord', + 'reset_password' => 'Klikk her for å tilbakestille passordet:', + 'serial' => 'Serienummer:', + 'supplier' => 'Leverandør', + 'tag' => 'Merke', + 'test_email' => 'Test-epost fra Snipe-IT', + 'test_mail_text' => 'Dette er en test fra Snipe-IT eiendelsadministrasjonssystem. Hvis du mottok denne meldingen fungerer e-post.', + 'the_following_item' => 'Følgende enheter har blitt sjekket inn: ', + 'There_are' => '{1} Det er|[2,Inf] Det er', + 'to_reset' => 'Fullfør dette skjemaet for å tilbakestille ditt :web passord:', 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'user' => 'Bruker:', + 'username' => 'Brukernavn:', + 'welcome' => 'Velkommen :name', + 'welcome_to' => 'Velkommen til :web!', + 'your_credentials' => 'Din Snipe-IT konto', ); diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php index c4e73f2774..8cab930863 100644 --- a/resources/lang/no/validation.php +++ b/resources/lang/no/validation.php @@ -33,7 +33,7 @@ return array( "digits_between" => "Attributtet :attribute må være mellom :min og :max sifre.", "email" => "Attributtet :attribute er ugyldig.", "exists" => "Valgt attributt :attribute er ugyldig.", - "email_array" => "One or more email addresses is invalid.", + "email_array" => "En eller flere e-postadresser er ugyldig.", "image" => "Attributtet :attribute må være et bilde.", "in" => "Det valgte attributtet :attribute er ugyldig.", "integer" => "Attributtet :attribute må være et heltall.", @@ -64,8 +64,8 @@ return array( ), "unique" => "Attributtet :attribute er allerede tatt.", "url" => "Attributt-formatet :attribute er ugyldig.", - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + "statuslabel_type" => "Du må velge en gyldig statusetikett-type", + "unique_undeleted" => ":attribute må være unik.", /* diff --git a/resources/lang/pl/admin/accessories/general.php b/resources/lang/pl/admin/accessories/general.php index 78b6b53c06..7b24bab382 100644 --- a/resources/lang/pl/admin/accessories/general.php +++ b/resources/lang/pl/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Akcesoria to coś co wydajesz dla użytkowników, a które nie mają numerów seryjny ch(lub nie zależy Ci na śledzeniu ich niepowtarzalności). Na przykład, myszy i klawiatury komputerowe.', 'accessory_category' => 'Kategorie Akcesoriów', 'accessory_name' => 'Nazwa akcesoriów', - 'cost' => 'Koszt zakupu', 'checkout' => 'Wydanie akcesoriów', 'checkin' => 'Odbiór akcesoriów', 'create' => 'Utwórz akcesorium', - 'date' => 'Data Zakupu', 'edit' => 'Edycja Akcesoriów', 'eula_text' => 'Kategoria EULA', 'eula_text_help' => 'To pole pozwala dostosować EULA dla określonych rodzajów aktywów. Jeśli masz tylko jeden EULA dla wszystkich swoich aktywów, można zaznaczyć poniższe pole, aby korzystać z podstawowej domyślnej.', 'require_acceptance' => 'Wymaga od użytkowników, aby potwierdzić akceptację aktywów w tej kategorii.', 'no_default_eula' => 'Nie znaleziono domyślnego EULA. Dodaj jeden w Ustawieniach.', - 'order' => 'Numer zamówienia', - 'qty' => 'Ilość', 'total' => 'Suma', 'remaining' => 'Dostępne', 'update' => 'Uaktualnij akcesorium', diff --git a/resources/lang/pl/admin/asset_maintenances/table.php b/resources/lang/pl/admin/asset_maintenances/table.php index 79e95d64c4..6e488e0e37 100644 --- a/resources/lang/pl/admin/asset_maintenances/table.php +++ b/resources/lang/pl/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Utrzymywanie aktywów', - 'asset_name' => 'Aktywa', - 'supplier_name' => 'Nazwa Dostawcy', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Gwarancja', 'dl_csv' => 'Pobierz CSV' ]; diff --git a/resources/lang/pl/admin/categories/general.php b/resources/lang/pl/admin/categories/general.php index 0f80e3e3c8..0a62c264e4 100644 --- a/resources/lang/pl/admin/categories/general.php +++ b/resources/lang/pl/admin/categories/general.php @@ -1,8 +1,8 @@ 'Kategorie aktywów opis', - 'about_categories' => 'Kategorie pozwolą lepiej zorganizować twoje aktywa. Przykłady grup " Desktop", "Laptopy", "Telefony", "Tablety", i inne dowolnie przez Ciebie wymyślone. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Kategorie aktywów', 'category_name' => 'Nazwa kategorii', 'checkin_email' => 'Wyślij email przy przypisywaniu do użytkownika.', diff --git a/resources/lang/pl/admin/companies/general.php b/resources/lang/pl/admin/companies/general.php index bd2b44e674..3ebf6acc7f 100644 --- a/resources/lang/pl/admin/companies/general.php +++ b/resources/lang/pl/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Wybierz firmę', ]; diff --git a/resources/lang/pl/admin/consumables/general.php b/resources/lang/pl/admin/consumables/general.php index 08e6cd222b..874cb5ab56 100644 --- a/resources/lang/pl/admin/consumables/general.php +++ b/resources/lang/pl/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Materiały eksploatacyjne są przedmiotami jednorazowego użytku, które będą wykorzystane w miarę upływu czasu. Na przykład, tusz do drukarki lub papier do kopiarek.', 'checkout' => 'Rozliczenie dla użytkownika', 'consumable_name' => 'Nazwa materiału eksploatacyjnego', - 'cost' => 'Koszt zakupu', 'create' => 'Utwórz materiał eksploatacyjny', - 'date' => 'Data zakupu', 'item_no' => 'Nr artykułu', - 'order' => 'Numer zamówienia', 'remaining' => 'Pozostało', 'total' => 'Łącznie', 'update' => 'Aktualizuj materiał eksploatacyjny', diff --git a/resources/lang/pl/admin/custom_fields/general.php b/resources/lang/pl/admin/custom_fields/general.php index fd764fbf99..d67135df17 100644 --- a/resources/lang/pl/admin/custom_fields/general.php +++ b/resources/lang/pl/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'O zestawie pól', 'about_fieldsets_text' => 'Zestawy pól pozwalają tworzyć grupy pól niestandardowych, które często są używane dla specyficznych typów modeli.', 'custom_format' => 'Własny format...', - 'encrypt_field' => 'Szyfruje wartość tego pola w bazie danych dla każdego środka trwałego. Odszyfrowana wartość tego pola będzie widoczna tylko dla adminów.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'UWAGA: Szyfrowanie pola spowoduje brak możliwości wyszukiwania go.', 'encrypted' => 'Zaszyfrowane', 'fieldset' => 'Zestaw pól', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nazwa zestawu pól', 'field_name' => 'Nazwa Pola', 'field_values' => 'Wartości pól', - 'field_values_help' => 'Dodaj opcje do wyboru, jedną na każdy wiersz. Puste wiersze poza pierwszym zostaną zignorowane. Oddziel wartości i etykiety poprzez "rury" w każdej linii (opcjonalnie).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Element formularza', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/pl/admin/depreciations/general.php b/resources/lang/pl/admin/depreciations/general.php index dae0e43085..3cf9af4f5e 100644 --- a/resources/lang/pl/admin/depreciations/general.php +++ b/resources/lang/pl/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Informacja na temat amortyzacji nabytku', 'about_depreciations' => 'Możesz ustawić amortyzację środków trwałych na podstawie amortyzacji aktywów w oparciu o metodę liniową.', 'asset_depreciations' => 'Amortyzacja nabytków', - 'create_depreciation' => 'Nowa amortyzacja', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nazwa amortyzacji', 'number_of_months' => 'Numer miesiąca', - 'update_depreciation' => 'Zaktualizuj amortyzację', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/pl/admin/groups/titles.php b/resources/lang/pl/admin/groups/titles.php index 5707a27ea5..e7eef108fa 100644 --- a/resources/lang/pl/admin/groups/titles.php +++ b/resources/lang/pl/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Zarządzanie grupą', - 'create_group' => 'Utwórz nową grupę', - 'edit_group' => 'Edytuj grupę', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nazwa grupy', 'group_admin' => 'Admin grupy', 'allow' => 'Zezwól', diff --git a/resources/lang/pl/admin/hardware/form.php b/resources/lang/pl/admin/hardware/form.php index e81784c19c..b57093ebfe 100644 --- a/resources/lang/pl/admin/hardware/form.php +++ b/resources/lang/pl/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Potwierdź zbiorcze usuwanie aktywów', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Przejrzyj usuwanie zbiorcze aktywów poniżej. Po usunięciu tych aktywów będą one mogły zostać przywrócone, ale nie będą one skojarzone z żadnym z użytkowników, do których są aktualnie przypisane.', 'bulk_delete_warn' => 'Zamierzasz usunąć :asset_count aktywów.', 'bulk_update' => 'Zbiorcza aktualizacja aktywów', @@ -15,7 +15,6 @@ return array( 'create' => 'Nowy nabytek', 'date' => 'Data zakupu', 'depreciates_on' => 'Amortyzacja włączona', - 'depreciation' => 'Amortyzacja', 'default_location' => 'Domyślna lokalizacja', 'eol_date' => 'Data końca licencji', 'eol_rate' => 'Szacowany koniec licencji', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Wybierz status', 'serial' => 'Numer seryjny', 'status' => 'Status', - 'supplier' => 'Sprzedawca', 'tag' => 'Tag-i zasobu/nabytku', 'update' => 'Aktualizacja zasobu/nabytku', 'warranty' => 'Gwarancja', diff --git a/resources/lang/pl/admin/hardware/general.php b/resources/lang/pl/admin/hardware/general.php index 5a0ce6797f..214599af16 100644 --- a/resources/lang/pl/admin/hardware/general.php +++ b/resources/lang/pl/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Zarchiwizowane', 'asset' => 'Nabytek', 'bulk_checkout' => 'Przypisane aktywa do użytkownika', diff --git a/resources/lang/pl/admin/licenses/form.php b/resources/lang/pl/admin/licenses/form.php index d45517d472..d7e2735237 100644 --- a/resources/lang/pl/admin/licenses/form.php +++ b/resources/lang/pl/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Aktywa', 'checkin' => 'Przyjęcie', - 'cost' => 'Koszt zakupu', 'create' => 'Dodaj Licencję', - 'date' => 'Data Zakupu', - 'depreciation' => 'Amortyzacja', 'expiration' => 'Data wygaśnięcia', 'license_key' => 'Klucz produktu', 'maintained' => 'Wsparcie Producenta', 'name' => 'Nazwa Oprogramowania', 'no_depreciation' => 'Nie amortyzować', - 'notes' => 'Uwagi', - 'order' => 'Zamówienie nr', 'purchase_order' => 'Numer zamówienia', 'reassignable' => 'Do ponownego przypisania', 'remaining_seats' => 'Wolne stanowiska', 'seats' => 'Ilość stanowisk', - 'serial' => 'Klucz produktu', - 'supplier' => 'Dostawca', 'termination_date' => 'Data zakończenia', 'to_email' => 'Przypisany do adresu email', 'to_name' => 'Przypisany do Nazwiska', diff --git a/resources/lang/pl/admin/licenses/general.php b/resources/lang/pl/admin/licenses/general.php index fc0e9999f1..0270d30ab5 100644 --- a/resources/lang/pl/admin/licenses/general.php +++ b/resources/lang/pl/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Sprawdź płatność', 'checkout_history' => 'Historia płatności', 'checkout' => 'Sprawdź płatność', diff --git a/resources/lang/pl/admin/licenses/message.php b/resources/lang/pl/admin/licenses/message.php index 1dc41e41a8..0e790fc284 100644 --- a/resources/lang/pl/admin/licenses/message.php +++ b/resources/lang/pl/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Plik(i) nie zostały wysłane. Spróbuj ponownie.', 'success' => 'Plik(i) zostały wysłane poprawnie.', 'nofiles' => 'Nie wybrałeś żadnych plików do przesłania, albo plik, który próbujesz przekazać jest zbyt duży', - 'invalidfiles' => 'Jeden lub więcej Twoich plików jest zbyt duży dla tego rodzaju pliku. Dozwolone formaty to png, gif, jpg, doc, docx, pdf, txt, zip, rar i rtf', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/pl/admin/locations/table.php b/resources/lang/pl/admin/locations/table.php index 8396e8dee6..4bf85c6acd 100644 --- a/resources/lang/pl/admin/locations/table.php +++ b/resources/lang/pl/admin/locations/table.php @@ -1,18 +1,20 @@ 'Aktywa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Aktywa przypisane', - 'id' => 'ID', - 'city' => 'Miasto', - 'state' => 'Województwo', - 'country' => 'Kraj', - 'create' => 'Utwórz Lokalizację', - 'update' => 'Zaktualizuj lokalizację', - 'name' => 'Nazwa Lokalizacji', - 'address' => 'Adres', - 'zip' => 'Kod Pocztowy', - 'locations' => 'Lokalizacje', - 'parent' => 'Rodzic', - 'currency' => 'Waluta lokalna', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Aktywa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Aktywa przypisane', + 'id' => 'ID', + 'city' => 'Miasto', + 'state' => 'Województwo', + 'country' => 'Kraj', + 'create' => 'Utwórz Lokalizację', + 'update' => 'Zaktualizuj lokalizację', + 'name' => 'Nazwa Lokalizacji', + 'address' => 'Adres', + 'zip' => 'Kod Pocztowy', + 'locations' => 'Lokalizacje', + 'parent' => 'Rodzic', + 'currency' => 'Waluta lokalna', + ); diff --git a/resources/lang/pl/admin/manufacturers/table.php b/resources/lang/pl/admin/manufacturers/table.php index 315ce4e5f0..c413d1f24d 100644 --- a/resources/lang/pl/admin/manufacturers/table.php +++ b/resources/lang/pl/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Producenci aktywów', 'create' => 'Stwórz Producenta', 'id' => 'ID', diff --git a/resources/lang/pl/admin/models/general.php b/resources/lang/pl/admin/models/general.php index 3deff65263..f0d7f4e07b 100644 --- a/resources/lang/pl/admin/models/general.php +++ b/resources/lang/pl/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Model został usunięty. Kliknij aby przywrócić.', 'restore' => 'Przywróć Model', 'requestable' => 'Użytkownicy mogą zażądać tego modelu', diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index d1c8f1e25f..f03fc01d6c 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'lewo', 'right' => 'prawo', 'top' => 'góra', diff --git a/resources/lang/pl/admin/suppliers/table.php b/resources/lang/pl/admin/suppliers/table.php index 3744eb106e..fbb1816fcd 100644 --- a/resources/lang/pl/admin/suppliers/table.php +++ b/resources/lang/pl/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Adres Dostawcy', 'assets' => 'Aktywa', 'city' => 'Miasto', diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php index aa3a771211..08fefa7846 100644 --- a/resources/lang/pl/admin/users/general.php +++ b/resources/lang/pl/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Oprogramowanie przypisane do :name', 'view_user' => 'Zobacz Użytkownika :name', 'usercsv' => 'plik CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/pl/auth/message.php b/resources/lang/pl/auth/message.php index b80a995ac6..056e02c347 100644 --- a/resources/lang/pl/auth/message.php +++ b/resources/lang/pl/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Użytkownik jest nieaktywowany.', 'account_suspended' => 'Twoje konto zostało zawieszone.', 'account_banned' => 'Twoje konto zostało zablokowane.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Wystąpił problem z logowanie, proszę spróbować ponownie.', diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php index c5947e4f18..3a76903726 100644 --- a/resources/lang/pl/general.php +++ b/resources/lang/pl/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Raport niestandardowy składnik aktywów', 'dashboard' => 'Panel główny', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Kasuj', 'deleted' => 'Usunięte', 'delete_seats' => 'Usunięte miejsca', @@ -113,6 +115,7 @@ 'no_results' => 'Brak wyników.', 'no' => 'Nie', 'notes' => 'Notatki', + 'order_number' => 'Order Number', 'page_menu' => 'Wyświetla pozycje _MENU_', 'pagination_info' => 'Wyświetla _START_ do _END_ z _TOTAL_ pozycji', 'pending' => 'Oczekujący', @@ -121,6 +124,8 @@ 'previous' => 'Poprzedni', 'processing' => 'Przetwarzanie', 'profile' => 'Twój profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Ilość', 'quantity' => 'Ilość', 'ready_to_deploy' => 'Gotowe do wdrożenia', @@ -145,11 +150,13 @@ 'select_asset' => 'Wybierz aktywa', 'settings' => 'Ustawienia', 'sign_in' => 'Zaloguj się', + 'signature' => 'Signature', 'some_features_disabled' => 'Wersja demonstracyjna: Pewne funkcje zostały wyłączone w tej instalacji.', 'site_name' => 'Nazwa Witryny', 'state' => 'Województwo', 'status_labels' => 'Etykiety Statusu', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Dostawcy', 'submit' => 'Submit', 'total_assets' => 'Ogółem aktywów', diff --git a/resources/lang/pt-BR/admin/accessories/general.php b/resources/lang/pt-BR/admin/accessories/general.php index b1c27e66cd..33aa598555 100644 --- a/resources/lang/pt-BR/admin/accessories/general.php +++ b/resources/lang/pt-BR/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Um acessório é qualquer coisa que você emitir aos usuários sem um número de série (ou que você não se preocupar em acompanhá-la unicamente). Por exemplo, mouses ou teclados.', 'accessory_category' => 'Categoria do Acessório', 'accessory_name' => 'Nome do Acessório', - 'cost' => 'Valor do produto', 'checkout' => 'Alocar acessório', 'checkin' => 'Devolver acessório', 'create' => 'Criar um dispositivo', - 'date' => 'Data da Compra', 'edit' => 'Editar acessório', 'eula_text' => 'EULA da Categoria', 'eula_text_help' => 'Este campo lhe permite personalizar seus EULAs para tipos específicos de ativos. Se você apenas tem um EULA para todos os seus ativos, você pode selecionar a caixa abaixo para usar o padrão primário.', 'require_acceptance' => 'Requer que usuários confirmem a aceitação de ativos nesta categoria.', 'no_default_eula' => 'Nenhum EULA padrão primário foi encontrado. Adicione um nas Configurações.', - 'order' => 'Número da Ordem', - 'qty' => 'QTD', 'total' => 'Total', 'remaining' => 'Disponível', 'update' => 'Atualizar dispositivo', diff --git a/resources/lang/pt-BR/admin/asset_maintenances/table.php b/resources/lang/pt-BR/admin/asset_maintenances/table.php index 0a226f53cd..f20a907313 100644 --- a/resources/lang/pt-BR/admin/asset_maintenances/table.php +++ b/resources/lang/pt-BR/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Manutenção de Ativo', - 'asset_name' => 'Nome do Ativo', - 'supplier_name' => 'Nome do Fornecedor', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantia', 'dl_csv' => 'Baixar CSV' ]; diff --git a/resources/lang/pt-BR/admin/categories/general.php b/resources/lang/pt-BR/admin/categories/general.php index 08c3dbc5ff..5b5a81f301 100644 --- a/resources/lang/pt-BR/admin/categories/general.php +++ b/resources/lang/pt-BR/admin/categories/general.php @@ -1,8 +1,8 @@ 'Sobre as Categorias de Ativos', - 'about_categories' => 'As categorias de ativos lhe ajudam a organizar seus ativos. Algumas categorias de exemplo podem ser "Desktops", "Notebooks", "Telefones Celulares", "Tablets", e outras, mas você pode usar as categorias de ativos do jeito que você quiser.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Categorias de Ativos', 'category_name' => 'Nome da Categoria', 'checkin_email' => 'Enviar e-mail para o usuário na entrega.', diff --git a/resources/lang/pt-BR/admin/companies/general.php b/resources/lang/pt-BR/admin/companies/general.php index ef0c0723c7..4c23cc3491 100644 --- a/resources/lang/pt-BR/admin/companies/general.php +++ b/resources/lang/pt-BR/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Selecione a empresa', ]; diff --git a/resources/lang/pt-BR/admin/consumables/general.php b/resources/lang/pt-BR/admin/consumables/general.php index f78e7d894b..070c119258 100644 --- a/resources/lang/pt-BR/admin/consumables/general.php +++ b/resources/lang/pt-BR/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumíveis é todo e qualquer item comprado que será usado ao longo do tempo, por exemplo, papel ou tinta de impressora.', 'checkout' => 'Devolução de suprimento ao usuário', 'consumable_name' => 'Nome do Suprimento', - 'cost' => 'Preço de compra', 'create' => 'Criar um suprimento', - 'date' => 'Data da Compra', 'item_no' => 'Nº do Item.', - 'order' => 'Número da Ordem', 'remaining' => 'Restante', 'total' => 'Total', 'update' => 'Atualizar um suprimento', diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php index f567560583..1ba4149f12 100644 --- a/resources/lang/pt-BR/admin/custom_fields/general.php +++ b/resources/lang/pt-BR/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Sobre conjuntos de campos', 'about_fieldsets_text' => 'Conjuntos de campos permitem criar grupos de campos personalizados que são frequentemente reutilizados para modelos de ativos específicos.', 'custom_format' => 'Formato personalizado...', - 'encrypt_field' => 'Encriptar valor deste campo na base de dados', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'AVISO: Criptografar um campo torna-o não pesquisável.', 'encrypted' => 'Criptografado', 'fieldset' => 'Conjunto de campos', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nome do conjunto de campos', 'field_name' => 'Nome do campo', 'field_values' => 'Valores do campo', - 'field_values_help' => 'Adicione opções selecionáveis, uma por linha. Linhas vazias que não a primeira serão ignoradas.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Elemento do formulario', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', diff --git a/resources/lang/pt-BR/admin/depreciations/general.php b/resources/lang/pt-BR/admin/depreciations/general.php index 74d3636ab8..39cb5a2de1 100644 --- a/resources/lang/pt-BR/admin/depreciations/general.php +++ b/resources/lang/pt-BR/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Sobre as Depreciações de Ativos', 'about_depreciations' => 'Você pode configurar depreciações para depreciar ativos baseados na depreciação linear.', 'asset_depreciations' => 'Depreciações de Ativos', - 'create_depreciation' => 'Criar Depreciação', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nome da Depreciação', 'number_of_months' => 'Número de Meses', - 'update_depreciation' => 'Atualizar Depreciação', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/pt-BR/admin/groups/titles.php b/resources/lang/pt-BR/admin/groups/titles.php index db36f409ca..36c817aa7a 100644 --- a/resources/lang/pt-BR/admin/groups/titles.php +++ b/resources/lang/pt-BR/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gerenciamento do Grupo', - 'create_group' => 'Criar Novo Grupo', - 'edit_group' => 'Editar Grupo', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nome do Grupo', 'group_admin' => 'Administrador do Grupo', 'allow' => 'Permitir', diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php index 4340ee1821..715c2cb541 100644 --- a/resources/lang/pt-BR/admin/hardware/form.php +++ b/resources/lang/pt-BR/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirmo a exclusão dos ativos selecionados', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Reveja os ativos selecionados para deletar. Depois de deletados, estes ativos podem ser restaurados, mas não estarão associados aos usuários.', 'bulk_delete_warn' => 'Você está prestes a excluir.', 'bulk_update' => 'Ativos da Atualização em Massa', @@ -15,7 +15,6 @@ return array( 'create' => 'Criar Ativo', 'date' => 'Data da Compra', 'depreciates_on' => 'Deprecia em', - 'depreciation' => 'Depreciação', 'default_location' => 'Local Padrão', 'eol_date' => 'Date de EOL', 'eol_rate' => 'Classificação de EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selecione o Tipo de Status', 'serial' => 'Serial', 'status' => 'Status', - 'supplier' => 'Fornecedor', 'tag' => 'Marcação do Ativo', 'update' => 'Atualização do Ativo', 'warranty' => 'Garantia', diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php index 2f78977ddf..b21c8e5802 100644 --- a/resources/lang/pt-BR/admin/hardware/general.php +++ b/resources/lang/pt-BR/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arquivado', 'asset' => 'Ativo', 'bulk_checkout' => 'Atribuir ativo a utilizador', diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php index 7bf502f12f..59d0e24399 100644 --- a/resources/lang/pt-BR/admin/hardware/message.php +++ b/resources/lang/pt-BR/admin/hardware/message.php @@ -68,7 +68,7 @@ return array( 'requests' => array( 'error' => 'Ativo não foi solicitado, por favor tente novamente', 'success' => 'Ativo solicitado com sucesso.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'Requisição cancelado com sucesso' ) ); diff --git a/resources/lang/pt-BR/admin/licenses/form.php b/resources/lang/pt-BR/admin/licenses/form.php index 65652e7dc2..84b4d3835f 100644 --- a/resources/lang/pt-BR/admin/licenses/form.php +++ b/resources/lang/pt-BR/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Ativo', 'checkin' => 'Registrar', - 'cost' => 'Custo da Compra', 'create' => 'Criar Licença', - 'date' => 'Data da Compra', - 'depreciation' => 'Depreciação', 'expiration' => 'Data de validade', 'license_key' => 'Chave do produto', 'maintained' => 'Mantido', 'name' => 'Nome do Software', 'no_depreciation' => 'Não Depreciar', - 'notes' => 'Notas', - 'order' => 'Nº do Pedido', 'purchase_order' => 'Número do Pedido de Compra', 'reassignable' => 'Realocavel', 'remaining_seats' => 'Compartilhamentos restantes', 'seats' => 'Nº compart.', - 'serial' => 'Serial', - 'supplier' => 'Fornecedor', 'termination_date' => 'data de rescisão', 'to_email' => 'Licenciado ao E-mail', 'to_name' => 'Licenciado ao Nome', diff --git a/resources/lang/pt-BR/admin/licenses/general.php b/resources/lang/pt-BR/admin/licenses/general.php index 7a887c0154..a1c3ce351d 100644 --- a/resources/lang/pt-BR/admin/licenses/general.php +++ b/resources/lang/pt-BR/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Retorna Licença Compartilhada', 'checkout_history' => 'Histórico de Registros', 'checkout' => 'Registra Licença Compartilhada', diff --git a/resources/lang/pt-BR/admin/licenses/message.php b/resources/lang/pt-BR/admin/licenses/message.php index 207203a4b4..bbb4e3d14c 100644 --- a/resources/lang/pt-BR/admin/licenses/message.php +++ b/resources/lang/pt-BR/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'O(s) arquivo(s) não foi/foram carregado(s). Tente novamente.', 'success' => 'Arquivo(s) carregado(s) com sucesso.', 'nofiles' => 'Você não selecionou arquivos para carregar, ou o arquivo que você esta tentando carregar é muito grande', - 'invalidfiles' => 'Um ou mais dos seus arquivos é muito grande ou é um tipo não permitido de arquivo. Arquivos permitidos são: png, gif, jpg, doc, docx, pdf, txt, zip, rar e rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php index e221830490..fcd1932e89 100644 --- a/resources/lang/pt-BR/admin/locations/table.php +++ b/resources/lang/pt-BR/admin/locations/table.php @@ -1,18 +1,20 @@ 'Ativos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Ativos Atribuídos', - 'id' => 'ID', - 'city' => 'Cidade', - 'state' => 'Estado', - 'country' => 'País', - 'create' => 'Criar Local', - 'update' => 'Atualizar Local', - 'name' => 'Nome do Local', - 'address' => 'Endereço', - 'zip' => 'Código Postal', - 'locations' => 'Locais', - 'parent' => 'Principal', - 'currency' => 'Moeda local', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Ativos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Ativos Atribuídos', + 'id' => 'ID', + 'city' => 'Cidade', + 'state' => 'Estado', + 'country' => 'País', + 'create' => 'Criar Local', + 'update' => 'Atualizar Local', + 'name' => 'Nome do Local', + 'address' => 'Endereço', + 'zip' => 'Código Postal', + 'locations' => 'Locais', + 'parent' => 'Principal', + 'currency' => 'Moeda local', + ); diff --git a/resources/lang/pt-BR/admin/manufacturers/table.php b/resources/lang/pt-BR/admin/manufacturers/table.php index 943a5fee65..496aad8626 100644 --- a/resources/lang/pt-BR/admin/manufacturers/table.php +++ b/resources/lang/pt-BR/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Fabricantes de Ativos', 'create' => 'Criar Fabricante', 'id' => 'ID', diff --git a/resources/lang/pt-BR/admin/models/general.php b/resources/lang/pt-BR/admin/models/general.php index 7df5e0efe4..fb392e4a6f 100644 --- a/resources/lang/pt-BR/admin/models/general.php +++ b/resources/lang/pt-BR/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Este modelo foi excluído. Clique aqui para o restaurar.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Usuários podem solicitar este modelo', diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index 11a337e2ab..d366399a2e 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -104,22 +104,25 @@ return array( 'width_w' => 'largura', 'height_h' => 'altura', 'text_pt' => 'pt', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', + 'two_factor' => 'Autenticação em dois passos', + 'two_factor_secret' => 'Código de autenticação em dois passos', + 'two_factor_enrollment' => 'Ativação de autenticação em dois passos', + 'two_factor_enabled_text' => 'Ativar autenticação em dois passos', 'two_factor_reset' => 'Reset Two-Factor Secret', 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', 'two_factor_reset_success' => 'Two factor device successfully reset', 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'esquerda', 'right' => 'direita', 'top' => 'topo', diff --git a/resources/lang/pt-BR/admin/suppliers/table.php b/resources/lang/pt-BR/admin/suppliers/table.php index 2ba69c8667..11c91cc123 100644 --- a/resources/lang/pt-BR/admin/suppliers/table.php +++ b/resources/lang/pt-BR/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Endereço do Fornecedor', 'assets' => 'Bens', 'city' => 'Cidade', diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php index 861c446c0a..802c08e74e 100644 --- a/resources/lang/pt-BR/admin/users/general.php +++ b/resources/lang/pt-BR/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Check-out de software para :name', 'view_user' => 'Ver Usuário :name', 'usercsv' => 'Arquivo CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/pt-BR/auth/message.php b/resources/lang/pt-BR/auth/message.php index 87bf54c4db..3094cb6600 100644 --- a/resources/lang/pt-BR/auth/message.php +++ b/resources/lang/pt-BR/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Esta conta de usuário não está ativada.', 'account_suspended' => 'Esta conta de usuário está suspensa.', 'account_banned' => 'Esta conta de usuário está banida.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Houve um problema ao tentar-lhe entrar, tente novamente.', diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 848cf838e2..dae08fa0ed 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -41,7 +41,7 @@ 'consumables' => 'Consumíveis', 'country' => 'País', 'create' => 'Criar Novo', - 'created' => 'Item Created', + 'created' => 'Item criado', 'created_asset' => 'Ativo criado', 'created_at' => 'Criado em', 'currency' => '$', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => 'Relatório de Ativos Personalizado', 'dashboard' => 'Painel de Controle', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Deletar', 'deleted' => 'Excluído', 'delete_seats' => 'Utilizadores apagados', @@ -93,7 +95,7 @@ 'list_all' => 'Listar Todos', 'loading' => 'Carregando', 'lock_passwords' => 'Este campo não pode ser editado nessa instalação.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Esta funcionalidade foi desativada na versão de demonstração.', 'location' => 'Local', 'locations' => 'Locais', 'logout' => 'Sair', @@ -113,6 +115,7 @@ 'no_results' => 'Sem Resultados.', 'no' => 'Não', 'notes' => 'Notas', + 'order_number' => 'Order Number', 'page_menu' => 'Mostrando _MENU_ itens', 'pagination_info' => 'Mostrando _START_ a _END_ de _TOTAL_ itens', 'pending' => 'Pendente', @@ -121,6 +124,8 @@ 'previous' => 'Anterior', 'processing' => 'Processando', 'profile' => 'Seu perfil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTD', 'quantity' => 'Quantidade', 'ready_to_deploy' => 'Pronto para Implantar', @@ -128,7 +133,7 @@ 'remove_company' => 'Remover associação de empresa', 'reports' => 'Relatórios', 'requested' => 'Solicitado', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Pedido cancelado', 'save' => 'Salvar', 'select' => 'Selecionar', 'search' => 'Buscar', @@ -145,17 +150,19 @@ 'select_asset' => 'Selecionar Ativo', 'settings' => 'Configurações', 'sign_in' => 'Entrar', + 'signature' => 'Signature', 'some_features_disabled' => 'MODO DE DEMONSTRAÇÃO: Algumas funcionalidades estão desativadas nesta instalação.', 'site_name' => 'Nome do Site', 'state' => 'Estado', 'status_labels' => 'Rótulos de Status', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Fornecedores', - 'submit' => 'Submit', + 'submit' => 'Submeter', 'total_assets' => 'ativos no total', 'total_licenses' => 'licenças no total', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'acessórios totais', + 'total_consumables' => 'consumíveis totais', 'type' => 'Tipo', 'undeployable' => 'Não implantável', 'unknown_admin' => 'Administrador Desconhecido', diff --git a/resources/lang/pt-PT/admin/accessories/general.php b/resources/lang/pt-PT/admin/accessories/general.php index 5b3d5eef6e..d365fa858a 100644 --- a/resources/lang/pt-PT/admin/accessories/general.php +++ b/resources/lang/pt-PT/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Um acessório é algo que se aloca aos utilizadores, e que não têm número de série (ou que não se preocupa em acompanhar de forma exclusiva). Por exemplo, ratos ou teclados.', 'accessory_category' => 'Categoria do Acessório', 'accessory_name' => 'Nome do Acessório', - 'cost' => 'Preço de compra', 'checkout' => 'Alocar acessório', 'checkin' => 'Devolver acessório', 'create' => 'Criar acessório', - 'date' => 'Data de compra', 'edit' => 'Editar acessório', 'eula_text' => 'EULA da Categoria', 'eula_text_help' => 'Este atributo permite-lhe personalizar os seus EULAs para tipos específicos de ativos. Se apenas tem um para todos os seus ativos, pode selecionar a caixa abaixo, para usar o EULA padrão.', 'require_acceptance' => 'Solicitar aos utilizadores que confirmem a aceitação de ativos nesta categoria.', 'no_default_eula' => 'Não foi encontrado o EULA padrão. Defina um nas Configurações.', - 'order' => 'Número de encomenda', - 'qty' => 'QTD', 'total' => 'Total', 'remaining' => 'Disponíveis', 'update' => 'Atualizar acessório', diff --git a/resources/lang/pt-PT/admin/asset_maintenances/table.php b/resources/lang/pt-PT/admin/asset_maintenances/table.php index e730cde3de..df71890b56 100644 --- a/resources/lang/pt-PT/admin/asset_maintenances/table.php +++ b/resources/lang/pt-PT/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Manutenção de Artigo', - 'asset_name' => 'Nome do Artigo', - 'supplier_name' => 'Nome do fornecedor', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garantia', 'dl_csv' => 'Descarregar CSV' ]; diff --git a/resources/lang/pt-PT/admin/categories/general.php b/resources/lang/pt-PT/admin/categories/general.php index 880740b1b0..7590d57ac3 100644 --- a/resources/lang/pt-PT/admin/categories/general.php +++ b/resources/lang/pt-PT/admin/categories/general.php @@ -1,8 +1,8 @@ 'Acerca de Categorias de Equipamentos', - 'about_categories' => 'As categorias de equipamentos ajudam na organização dos teus equipamentos. Alguns exemplos de categorias são "Computadores", "Portáteis", "Telemóveis", "Tablets", e semelhantes. De qualquer das formas, podes usar as categorias da forma que faça mais sentido para ti. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Categorias de Equipamentos', 'category_name' => 'Nome da Categoria', 'checkin_email' => 'Na devolução, enviar email ao utilizador.', diff --git a/resources/lang/pt-PT/admin/companies/general.php b/resources/lang/pt-PT/admin/companies/general.php index ef0c0723c7..4c23cc3491 100644 --- a/resources/lang/pt-PT/admin/companies/general.php +++ b/resources/lang/pt-PT/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Selecione a empresa', ]; diff --git a/resources/lang/pt-PT/admin/consumables/general.php b/resources/lang/pt-PT/admin/consumables/general.php index 7e0f28fd4e..b0c2e9069e 100644 --- a/resources/lang/pt-PT/admin/consumables/general.php +++ b/resources/lang/pt-PT/admin/consumables/general.php @@ -3,13 +3,10 @@ return array( 'about_consumables_title' => 'Acerca de Consumíveis', 'about_consumables_text' => 'Consumíveis são todo e qualquer item comprado que será usado ao longo do tempo. Por exemplo, papel ou tinta de impressora.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Requisitar consumível', 'consumable_name' => 'Nome do consumível', - 'cost' => 'Preço de compra', 'create' => 'Criar consumível', - 'date' => 'Data de compra', 'item_no' => 'Item Num.', - 'order' => 'Número de encomenda', 'remaining' => 'Restantes', 'total' => 'Total', 'update' => 'Atualizar consumível', diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php index ba10f85e54..d7f7b631f7 100644 --- a/resources/lang/pt-PT/admin/custom_fields/general.php +++ b/resources/lang/pt-PT/admin/custom_fields/general.php @@ -6,16 +6,16 @@ return array( 'about_fieldsets_title' => 'Sobre conjuntos de campos', 'about_fieldsets_text' => 'Conjuntos de campos permitem criar grupos de campos personalizados que são frequentemente reutilizados para modelos de artigos especificos.', 'custom_format' => 'Formato personalizado...', - 'encrypt_field' => 'Encriptar valor deste campo na base de dados', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'AVISO: Criptografar um campo torna-o não pesquisável.', - 'encrypted' => 'Encrypted', + 'encrypted' => 'Encriptado', 'fieldset' => 'Conjunto de campos', 'qty_fields' => 'Qtd de campos', 'fieldsets' => 'Conjuntos de campos', 'fieldset_name' => 'Nome do conjunto de campos', 'field_name' => 'Nome do campo', 'field_values' => 'Valores do campo', - 'field_values_help' => 'Adicione opções selecionáveis, uma por linha. Linhas vazias que não a primeira serão ignoradas.', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Elemento do formulario', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', @@ -26,5 +26,5 @@ return array( 'order' => 'Ordem', 'create_fieldset' => 'Novo conjunto de campos', 'create_field' => 'Novo conjunto de campos personalizado', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => 'O valor deste campo está encriptado na base de dados. apenas administradores poderão ver o valor desencriptado', ); diff --git a/resources/lang/pt-PT/admin/depreciations/general.php b/resources/lang/pt-PT/admin/depreciations/general.php index 580ece8fdf..4da53dee68 100644 --- a/resources/lang/pt-PT/admin/depreciations/general.php +++ b/resources/lang/pt-PT/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Acerca de Depreciações de Equipamentos', 'about_depreciations' => 'Podes configurar as depreciações dos equipamentos baseadas numa depreciação constante ao longo do tempo.', 'asset_depreciations' => 'Depreciações dos Equipamentos', - 'create_depreciation' => 'Criar Depreciação', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nome da depreciação', 'number_of_months' => 'Número de mêses', - 'update_depreciation' => 'Actualizar depreciação', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/pt-PT/admin/groups/titles.php b/resources/lang/pt-PT/admin/groups/titles.php index 5a4719752f..257358bb66 100644 --- a/resources/lang/pt-PT/admin/groups/titles.php +++ b/resources/lang/pt-PT/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Gestão de Grupos', - 'create_group' => 'Criar novo Grupo', - 'edit_group' => 'Editar Grupo', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nome do Grupo', 'group_admin' => 'Administrador do Grupo', 'allow' => 'Permitir', diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php index 22a4cf7c2c..50c4a02386 100644 --- a/resources/lang/pt-PT/admin/hardware/form.php +++ b/resources/lang/pt-PT/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirmar Apagar ativos seleccionados', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Reveja os ativos para apagar abaixo. Depois de apagados, estes ativos podem ser restaurados, mas não estarão associados aos utilizadores.', 'bulk_delete_warn' => 'Vai apagar :asset_count ativos.', 'bulk_update' => 'Atualização de ativos em massa', @@ -15,7 +15,6 @@ return array( 'create' => 'Criar Ativo', 'date' => 'Data de aquisição', 'depreciates_on' => 'Deprecia em', - 'depreciation' => 'Depreciação', 'default_location' => 'Localização padrão', 'eol_date' => 'Data de EOL', 'eol_rate' => 'Taxa de EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selecionar Estado', 'serial' => 'Nº de Série', 'status' => 'Estado', - 'supplier' => 'Fornecedor', 'tag' => 'Etiqueta do Ativo', 'update' => 'Atualização do ativo', 'warranty' => 'Garantia', diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php index 0af9b173b9..921aebcbc5 100644 --- a/resources/lang/pt-PT/admin/hardware/general.php +++ b/resources/lang/pt-PT/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arquivado', 'asset' => 'Ativo', 'bulk_checkout' => 'Atribuir artigo a utilizador', @@ -13,7 +15,7 @@ return array( 'filetype_info' => 'Os tipos de ficheiro permitidos são png, gif, jpg, jpeg, doc, docx, pdf, txt, zip e rar.', 'model_deleted' => 'Este modelo de ativo foi removido. Deve restaurar o modelo para poder restaurar o Ativo.
Clique aqui para restaurar o modelo.', 'requestable' => 'Solicitavel', - 'requested' => 'Requested', + 'requested' => 'Requisitado', 'restore' => 'Restaurar ativo', 'pending' => 'Pendente', 'undeployable' => 'Não implementável', diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index 07ed525d64..66bb2910ec 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -40,8 +40,8 @@ return array( 'error' => 'Alguns itens não foram importados corretamente.', 'errorDetail' => 'Os seguintes itens não foram importados devido a erros.', 'success' => "O seu ficheiro foi importado", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'file_delete_success' => "Ficheiro eliminado com sucesso", + 'file_delete_error' => "Não foi possível eliminar o ficheiro", ), @@ -69,7 +69,7 @@ return array( 'requests' => array( 'error' => 'Ativo não foi solicitado, por favor tente novamente', 'success' => 'Ativo solicitado com sucesso.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'Requisição cancelado com sucesso' ) ); diff --git a/resources/lang/pt-PT/admin/licenses/form.php b/resources/lang/pt-PT/admin/licenses/form.php index e288025492..3ec5b9396b 100644 --- a/resources/lang/pt-PT/admin/licenses/form.php +++ b/resources/lang/pt-PT/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Artigo', 'checkin' => 'Devolver', - 'cost' => 'Custo de Aquisição', 'create' => 'Cria Licença', - 'date' => 'Data de aquisição', - 'depreciation' => 'Depreciação', 'expiration' => 'Data de validade', 'license_key' => 'Chave do produto', 'maintained' => 'Mantido', 'name' => 'Nome do Software', 'no_depreciation' => 'Não Depreciar', - 'notes' => 'Notas', - 'order' => 'Nº Encomenda.', 'purchase_order' => 'Nº da Aquisição', 'reassignable' => 'Realocável', 'remaining_seats' => 'Instalações restantes', 'seats' => 'Instalações', - 'serial' => 'Nº de Série', - 'supplier' => 'Fornecedor', 'termination_date' => 'Data de término', 'to_email' => 'Licenciado ao E-mail', 'to_name' => 'Licenciado ao Nome', diff --git a/resources/lang/pt-PT/admin/licenses/general.php b/resources/lang/pt-PT/admin/licenses/general.php index 7c439f1cf4..513fbb1e4d 100644 --- a/resources/lang/pt-PT/admin/licenses/general.php +++ b/resources/lang/pt-PT/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Devolver instalação da Licença', 'checkout_history' => 'Alocar histórico', 'checkout' => 'Alocar instalação da Licença', diff --git a/resources/lang/pt-PT/admin/licenses/message.php b/resources/lang/pt-PT/admin/licenses/message.php index b8b99899f8..8125125d5f 100644 --- a/resources/lang/pt-PT/admin/licenses/message.php +++ b/resources/lang/pt-PT/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Ficheiro(s) não submetidos. Por favor, tente novamente.', 'success' => 'Ficheiro(s) submetidos com sucesso.', 'nofiles' => 'Não selecionou nenhum ficheiro para submissão, ou o ficheiro que pretende submeter é demasiado grande', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/pt-PT/admin/locations/table.php b/resources/lang/pt-PT/admin/locations/table.php index 2c379c1678..e57bd633b3 100644 --- a/resources/lang/pt-PT/admin/locations/table.php +++ b/resources/lang/pt-PT/admin/locations/table.php @@ -1,18 +1,20 @@ 'Artigos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Ativos Atribuídos', - 'id' => 'ID', - 'city' => 'Cidade', - 'state' => 'Distrito', - 'country' => 'País', - 'create' => 'Criar localização', - 'update' => 'Atualizar localização', - 'name' => 'Nome da localização', - 'address' => 'Morada', - 'zip' => 'Código postal', - 'locations' => 'Localizações', - 'parent' => 'Pertence a', - 'currency' => 'Moeda', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Artigos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Ativos Atribuídos', + 'id' => 'ID', + 'city' => 'Cidade', + 'state' => 'Distrito', + 'country' => 'País', + 'create' => 'Criar localização', + 'update' => 'Atualizar localização', + 'name' => 'Nome da localização', + 'address' => 'Morada', + 'zip' => 'Código postal', + 'locations' => 'Localizações', + 'parent' => 'Pertence a', + 'currency' => 'Moeda', + ); diff --git a/resources/lang/pt-PT/admin/manufacturers/table.php b/resources/lang/pt-PT/admin/manufacturers/table.php index a69b1a1a1a..43cc22a65f 100644 --- a/resources/lang/pt-PT/admin/manufacturers/table.php +++ b/resources/lang/pt-PT/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Fabricantes de Artigos', 'create' => 'Criar Fabricante', 'id' => 'ID', diff --git a/resources/lang/pt-PT/admin/models/general.php b/resources/lang/pt-PT/admin/models/general.php index 567fcd4fb8..fb82c86a30 100644 --- a/resources/lang/pt-PT/admin/models/general.php +++ b/resources/lang/pt-PT/admin/models/general.php @@ -1,10 +1,11 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'O modelo foi removido. Clique aqui para o restaurar.', 'restore' => 'Restaurar Modelo', - 'requestable' => 'Users may request this model', + 'requestable' => 'Este modelo pode ser requisitado pelos utilizadores', 'show_mac_address' => 'Mostrar endereço MAC dos artigos neste modelo', 'view_deleted' => 'Ver removidos', 'view_models' => 'Ver modelos', diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 50a8e7eec5..9d25eb114a 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -104,22 +104,25 @@ return array( 'width_w' => 'w', 'height_h' => 'h', 'text_pt' => 'pt', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', + 'two_factor' => 'Autenticação em dois passos', + 'two_factor_secret' => 'Código de autenticação em dois passos', + 'two_factor_enrollment' => 'Ativação de autenticação em dois passos', + 'two_factor_enabled_text' => 'Ativar autenticação em dois passos', 'two_factor_reset' => 'Reset Two-Factor Secret', 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', 'two_factor_reset_success' => 'Two factor device successfully reset', 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'esquerda', 'right' => 'direita', 'top' => 'topo', diff --git a/resources/lang/pt-PT/admin/suppliers/table.php b/resources/lang/pt-PT/admin/suppliers/table.php index e5921b0b44..61ec21faea 100644 --- a/resources/lang/pt-PT/admin/suppliers/table.php +++ b/resources/lang/pt-PT/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Morada do Fornecedor', 'assets' => 'Artigos', 'city' => 'Cidade', diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php index 0b5427abb1..fe4ccef25f 100644 --- a/resources/lang/pt-PT/admin/users/general.php +++ b/resources/lang/pt-PT/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software alocado a :name', 'view_user' => 'Ver Utilizador :name', 'usercsv' => 'Ficheiro CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/pt-PT/auth/message.php b/resources/lang/pt-PT/auth/message.php index 794f0334be..99dbae9be3 100644 --- a/resources/lang/pt-PT/auth/message.php +++ b/resources/lang/pt-PT/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Esta conta de utilizador não está ativa.', 'account_suspended' => 'Está conta de utilizador encontra-se suspensa.', 'account_banned' => 'Este utilizador foi desabilitado.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Ocorreu um problema com o inicio de sessão. Por favor, tente novamente.', diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index cab6de9370..8d4dcd34ad 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -23,7 +23,7 @@ 'avatar_upload' => 'Carregar Avatar', 'back' => 'Voltar', 'bad_data' => 'Nada foi encontrado. Talvez dados errados?', - 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkout' => 'Saída em massa', 'cancel' => 'Cancelar', 'categories' => 'Categorias', 'category' => 'Categoria', @@ -41,7 +41,7 @@ 'consumables' => 'Consumíveis', 'country' => 'País', 'create' => 'Criar Novo', - 'created' => 'Item Created', + 'created' => 'Item criado', 'created_asset' => 'artigo criado', 'created_at' => 'Criado em', 'currency' => '€', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => 'Relatório de Artigo personalizado', 'dashboard' => 'Dashboard', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Remover', 'deleted' => 'Removidos', 'delete_seats' => 'Utilizadores apagados', @@ -93,7 +95,7 @@ 'list_all' => 'Listar todas', 'loading' => 'A carregar', 'lock_passwords' => 'Este atributo não pode ser editado nesta instalação.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Esta funcionalidade foi desativada na versão de demonstração.', 'location' => 'Localização', 'locations' => 'Localizações', 'logout' => 'Sair', @@ -113,6 +115,7 @@ 'no_results' => 'Sem Resultados.', 'no' => 'Não', 'notes' => 'Notas', + 'order_number' => 'Order Number', 'page_menu' => 'Apresentando_MENU_items', 'pagination_info' => 'Apresentando_START_até_END_de_TOTAL_items', 'pending' => 'Pendente', @@ -121,6 +124,8 @@ 'previous' => 'Anterior', 'processing' => 'A processar', 'profile' => 'Perfil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTD', 'quantity' => 'Quantidade', 'ready_to_deploy' => 'Pronto para implementar', @@ -128,7 +133,7 @@ 'remove_company' => 'Remover associação de empresa', 'reports' => 'Relatórios', 'requested' => 'Solicitado', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Pedido cancelado', 'save' => 'Guardar', 'select' => 'Selecione', 'search' => 'Pesquisar', @@ -145,17 +150,19 @@ 'select_asset' => 'Selecionar artigo', 'settings' => 'Configurações', 'sign_in' => 'Iniciar sessão', + 'signature' => 'Signature', 'some_features_disabled' => 'MODO DE DEMONSTRAÇÃO: Algumas funcionalidades estão desativadas para esta instalação.', 'site_name' => 'Nome do site', 'state' => 'Distrito', 'status_labels' => 'Estados', 'status' => 'Estado', + 'supplier' => 'Supplier', 'suppliers' => 'Fornecedores', - 'submit' => 'Submit', + 'submit' => 'Submeter', 'total_assets' => 'artigos', 'total_licenses' => 'licenças', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'acessórios totais', + 'total_consumables' => 'consumíveis totais', 'type' => 'Tipo', 'undeployable' => 'Não implementável', 'unknown_admin' => 'Administrador desconhecido', diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index 9b5dcbe302..8f9db3113b 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -65,7 +65,7 @@ return array( "unique" => "Este :attribute já existe.", "url" => "O formato do :attribute é inválido.", "statuslabel_type" => "Deve selecionar um tipo de rótulo de estado valido", - "unique_undeleted" => "The :attribute must be unique.", + "unique_undeleted" => "O :atribute deve ser único.", /* diff --git a/resources/lang/ro/admin/accessories/general.php b/resources/lang/ro/admin/accessories/general.php index 8f403c1abd..bfd637aa72 100644 --- a/resources/lang/ro/admin/accessories/general.php +++ b/resources/lang/ro/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Accesoriile reprezinta produsele distribuite utilizatorilor, dar care nu au un numar serial (sau nu este de interes unica lor inregistrare). De exemplu, mausurile sau tastaturile.', 'accessory_category' => 'Categorie Accesorii', 'accessory_name' => 'Nume Accesoriu', - 'cost' => 'Pret achizitie', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'Create Accessory', - 'date' => 'Data achizitie', 'edit' => 'Edit Accessory', 'eula_text' => 'Category EULA', 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', 'require_acceptance' => 'Solicita utilizatorilor confirmarea adaugarii produselor in aceasta categorie.', 'no_default_eula' => 'EULA implicita nu a fost setata. Adaugati una in Setari.', - 'order' => 'Numar comanda', - 'qty' => 'Cantitate', 'total' => 'Total', 'remaining' => 'Avail', 'update' => 'Actualizare Accesoriu', diff --git a/resources/lang/ro/admin/asset_maintenances/table.php b/resources/lang/ro/admin/asset_maintenances/table.php index 5b83539914..f3a6be60f9 100644 --- a/resources/lang/ro/admin/asset_maintenances/table.php +++ b/resources/lang/ro/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset', - 'supplier_name' => 'Supplier', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', 'dl_csv' => 'Download CSV' ]; diff --git a/resources/lang/ro/admin/categories/general.php b/resources/lang/ro/admin/categories/general.php index 28a8a3fb7a..cbbffaf092 100644 --- a/resources/lang/ro/admin/categories/general.php +++ b/resources/lang/ro/admin/categories/general.php @@ -1,8 +1,8 @@ 'Despre categoriile de active', - 'about_categories' => 'Categoriile de active te ajuta sa-ti organizezi activele. Cateva exemple de categorii pot fi "Unitati PC", "Laptopuri" , "Telefoane mobile" , "Tablete" s.a.m.d. , dar puteti utiliza categoriile de active in orice mod credeti de cuviinta. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Categoriile de active', 'category_name' => 'Nume categorii', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/ro/admin/companies/general.php b/resources/lang/ro/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/ro/admin/companies/general.php +++ b/resources/lang/ro/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/ro/admin/consumables/general.php b/resources/lang/ro/admin/consumables/general.php index 89656e4dfb..53a69f8c03 100644 --- a/resources/lang/ro/admin/consumables/general.php +++ b/resources/lang/ro/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Consumable Name', - 'cost' => 'Purchase Cost', 'create' => 'Create Consumable', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Consumable', diff --git a/resources/lang/ro/admin/custom_fields/general.php b/resources/lang/ro/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/ro/admin/custom_fields/general.php +++ b/resources/lang/ro/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/ro/admin/depreciations/general.php b/resources/lang/ro/admin/depreciations/general.php index f4f61d747e..731e21c287 100644 --- a/resources/lang/ro/admin/depreciations/general.php +++ b/resources/lang/ro/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Despre deprecierea activelor', 'about_depreciations' => 'Poti sa setezi deprecierea activelor bazat pe depreciere in linie.', 'asset_depreciations' => 'Deprecierea activelor', - 'create_depreciation' => 'Creeaza depreciere', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Nume depreciere', 'number_of_months' => 'Numarul de luni', - 'update_depreciation' => 'Actualizeaza depreciere', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ro/admin/groups/titles.php b/resources/lang/ro/admin/groups/titles.php index 96bbdcdd20..3919890e61 100644 --- a/resources/lang/ro/admin/groups/titles.php +++ b/resources/lang/ro/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Management grupuri', - 'create_group' => 'Creeaza grup nou', - 'edit_group' => 'Editeaza grup', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Nume grup', 'group_admin' => 'Admin grup', 'allow' => 'Permite', diff --git a/resources/lang/ro/admin/hardware/form.php b/resources/lang/ro/admin/hardware/form.php index 1c35d58bc9..1df30e7a4a 100644 --- a/resources/lang/ro/admin/hardware/form.php +++ b/resources/lang/ro/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Creeaza activ', 'date' => 'Data achizitie', 'depreciates_on' => 'Depreciere la', - 'depreciation' => 'Depreciere', 'default_location' => 'Locatie implicita', 'eol_date' => 'Data EOL', 'eol_rate' => 'Rata EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Selecteaza tip status', 'serial' => 'Serie', 'status' => 'Stare', - 'supplier' => 'Furnizor', 'tag' => 'Eticheta activ', 'update' => 'Actualizeaza activ', 'warranty' => 'Garantie', diff --git a/resources/lang/ro/admin/hardware/general.php b/resources/lang/ro/admin/hardware/general.php index c977e71d01..77092c0014 100644 --- a/resources/lang/ro/admin/hardware/general.php +++ b/resources/lang/ro/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arhivate', 'asset' => 'Activ', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/ro/admin/licenses/form.php b/resources/lang/ro/admin/licenses/form.php index c1ee25aef9..970c67db99 100644 --- a/resources/lang/ro/admin/licenses/form.php +++ b/resources/lang/ro/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Activ', 'checkin' => 'Primire', - 'cost' => 'Cost achizitie', 'create' => 'Creeaza licenta', - 'date' => 'Data achizitie', - 'depreciation' => 'Depreciere', 'expiration' => 'Data expirarii', 'license_key' => 'Product Key', 'maintained' => 'Mentinut', 'name' => 'Nume software', 'no_depreciation' => 'Nu deprecia', - 'notes' => 'Note', - 'order' => 'Nr. Ordine', 'purchase_order' => 'Nr. achizitie', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Locuri ramase', 'seats' => 'Locuri', - 'serial' => 'Serie', - 'supplier' => 'Furnizor', 'termination_date' => 'Data expirare', 'to_email' => 'Licentiat catre E-mail', 'to_name' => 'Licentiat catre nume', diff --git a/resources/lang/ro/admin/licenses/general.php b/resources/lang/ro/admin/licenses/general.php index a476fc8d76..adb58598c2 100644 --- a/resources/lang/ro/admin/licenses/general.php +++ b/resources/lang/ro/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Primire locuri licenta', 'checkout_history' => 'Istoric predari', 'checkout' => 'Locuri licente predate', diff --git a/resources/lang/ro/admin/licenses/message.php b/resources/lang/ro/admin/licenses/message.php index 103603fe78..a91fdeb715 100644 --- a/resources/lang/ro/admin/licenses/message.php +++ b/resources/lang/ro/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Fisierul/Fisierele nu au fost uploadate. Incecati iar.', 'success' => 'Fisierul/Fisierele au fost uploadate.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ro/admin/locations/table.php b/resources/lang/ro/admin/locations/table.php index 19b0364429..5fcda86d26 100644 --- a/resources/lang/ro/admin/locations/table.php +++ b/resources/lang/ro/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'Oras', - 'state' => 'Judet', - 'country' => 'Tara', - 'create' => 'Creeaza locatie', - 'update' => 'Actualizeaza locatie', - 'name' => 'Nume locatie', - 'address' => 'Adresa', - 'zip' => 'Cod postal', - 'locations' => 'Locatii', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'Oras', + 'state' => 'Judet', + 'country' => 'Tara', + 'create' => 'Creeaza locatie', + 'update' => 'Actualizeaza locatie', + 'name' => 'Nume locatie', + 'address' => 'Adresa', + 'zip' => 'Cod postal', + 'locations' => 'Locatii', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/ro/admin/manufacturers/table.php b/resources/lang/ro/admin/manufacturers/table.php index 77eefe5e93..04c78c553d 100644 --- a/resources/lang/ro/admin/manufacturers/table.php +++ b/resources/lang/ro/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Producatori de active', 'create' => 'Creeaza producator', 'id' => 'ID', diff --git a/resources/lang/ro/admin/models/general.php b/resources/lang/ro/admin/models/general.php index a81e4c15ca..ecb146cd1c 100644 --- a/resources/lang/ro/admin/models/general.php +++ b/resources/lang/ro/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Modelul a fost sters. Apasati aici pentru a-l restaura.', 'restore' => 'Restaurare model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index 09d2710a43..e0a08ea782 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/ro/admin/suppliers/table.php b/resources/lang/ro/admin/suppliers/table.php index e38946c86f..fc59eee341 100644 --- a/resources/lang/ro/admin/suppliers/table.php +++ b/resources/lang/ro/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Adresa furnizor', 'assets' => 'Active', 'city' => 'Oras', diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php index b512ce4e82..b0f85cb82b 100644 --- a/resources/lang/ro/admin/users/general.php +++ b/resources/lang/ro/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software predat catre :name', 'view_user' => 'Vezi utilizator :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ro/auth/message.php b/resources/lang/ro/auth/message.php index 879a9a79b4..3255ef6934 100644 --- a/resources/lang/ro/auth/message.php +++ b/resources/lang/ro/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Acest utilizator nu a fost activat.', 'account_suspended' => 'Acest utilizator este suspendat.', 'account_banned' => 'Acest utilizator este banat.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'A aparut o problema la logare, va rugam incercati iar.', diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php index dd8ef95093..734583f399 100644 --- a/resources/lang/ro/general.php +++ b/resources/lang/ro/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Raport active custom', 'dashboard' => 'Dashboard', 'date' => 'Data', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Sterge', 'deleted' => 'Sters', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Nici un rezultat.', 'no' => 'Nr', 'notes' => 'Note', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'In asteptare', @@ -121,6 +124,8 @@ 'previous' => 'Previous', 'processing' => 'Processing', 'profile' => 'Profilul dvs.', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Cantitate', 'ready_to_deploy' => 'Gata de lansare', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Setari', 'sign_in' => 'Logheaza-te', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Nume site', 'state' => 'Judet', 'status_labels' => 'Etichete status', 'status' => 'Stare', + 'supplier' => 'Supplier', 'suppliers' => 'Furnizori', 'submit' => 'Submit', 'total_assets' => 'Total active', diff --git a/resources/lang/ru/admin/accessories/general.php b/resources/lang/ru/admin/accessories/general.php index 56ce3398e3..fb6001b865 100644 --- a/resources/lang/ru/admin/accessories/general.php +++ b/resources/lang/ru/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Аксессуарами является все то, что выдается пользователям, но не имеет серийного номера или не требует учёта. Например, компьютерные мыши и клавиатуры.', 'accessory_category' => 'Категория аксессуара', 'accessory_name' => 'Имя аксессуара', - 'cost' => 'Стоимость закупки', 'checkout' => 'Отвязать прочее', 'checkin' => 'Привязать прочее', 'create' => 'Создать аксесуар', - 'date' => 'Дата закупки', 'edit' => 'Править прочее', 'eula_text' => 'Категория EULA', 'eula_text_help' => 'Это поле позволяет персонализировать пользовательские соглашения для определенных типов активов. Если у вас только одно пользовательское соглашение для всех активов, вы можете отметить чекбокс внизу, чтобы использовать основное соглашение по умолчанию.', 'require_acceptance' => 'Требовать обязательного подтверждения пользователем прием активов в этой категории.', 'no_default_eula' => 'Не найдено пользовательского соглашения по умолчанию. Добавьте его в Настройках.', - 'order' => 'Номер заказа', - 'qty' => 'Кол-во', 'total' => 'Всего', 'remaining' => 'Наличие', 'update' => 'Обновить аксесуар', diff --git a/resources/lang/ru/admin/asset_maintenances/table.php b/resources/lang/ru/admin/asset_maintenances/table.php index 660262a90b..1bd13d3287 100644 --- a/resources/lang/ru/admin/asset_maintenances/table.php +++ b/resources/lang/ru/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Заголовок', - 'asset_name' => 'Актив', - 'supplier_name' => 'Производитель', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Гарантия', 'dl_csv' => 'Загрузить CSV' ]; diff --git a/resources/lang/ru/admin/categories/general.php b/resources/lang/ru/admin/categories/general.php index 2edb1a8a81..081281c5a8 100644 --- a/resources/lang/ru/admin/categories/general.php +++ b/resources/lang/ru/admin/categories/general.php @@ -1,8 +1,8 @@ 'О категориях', - 'about_categories' => 'Категории активов помогают вам организовать ваше оборудование в удобные категории. К примеру: "Стационарные компьютеры", "Ноутбуки", "Смартфоны", "Планшеты", и так далее в соответствии с вашими потребностями. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Категории активов', 'category_name' => 'Имя категории', 'checkin_email' => 'Отправить email пользователю при возврате.', diff --git a/resources/lang/ru/admin/companies/general.php b/resources/lang/ru/admin/companies/general.php index 3459be01da..a6eee8dcc9 100644 --- a/resources/lang/ru/admin/companies/general.php +++ b/resources/lang/ru/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Выберите компанию', ]; diff --git a/resources/lang/ru/admin/consumables/general.php b/resources/lang/ru/admin/consumables/general.php index 0f273d307c..554dba090b 100644 --- a/resources/lang/ru/admin/consumables/general.php +++ b/resources/lang/ru/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Расходные материалы это все приобретённые товары, которые израсходуются в процессе использования. Например, чернило для принтера или копировальная бумага.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Название расходного материала', - 'cost' => 'Стоимость закупки', 'create' => 'Создать расходный материал', - 'date' => 'Дата закупки', 'item_no' => 'Item No.', - 'order' => 'Номер заказа', 'remaining' => 'Осталось', 'total' => 'Всего', 'update' => 'Обновить расходный материал', diff --git a/resources/lang/ru/admin/custom_fields/general.php b/resources/lang/ru/admin/custom_fields/general.php index d31e54e0e0..5450b55d2c 100644 --- a/resources/lang/ru/admin/custom_fields/general.php +++ b/resources/lang/ru/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'О наборах полей', 'about_fieldsets_text' => 'Наборы полей позволяют вам создать группы пользовательских полей, которые часто используются для конкретных моделей автивов.', 'custom_format' => 'Пользовательский формат...', - 'encrypt_field' => 'Зашифруйте значение этого поля в базе данных для каждого актива. Расшифрованное значение этого поля будет доступно для просмотра только администраторам.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'ПРЕДУПРЕЖДЕНИЕ: Шифрование поля исключит возможность его поиска.', 'encrypted' => 'Зашифровано', 'fieldset' => 'Набор полей', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Имя набора', 'field_name' => 'Имя поля', 'field_values' => 'Значения полей', - 'field_values_help' => 'Добавление выбираемых параметров по одному в строке. Пустые строки, кроме первой строки, будут проигнорированы. Отдельные значения и метки на каждой строке (опционально).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Элемент формы', 'field_element_short' => 'Элемент', 'field_format' => 'Формат', diff --git a/resources/lang/ru/admin/depreciations/general.php b/resources/lang/ru/admin/depreciations/general.php index ee0d533239..de74ea00d2 100644 --- a/resources/lang/ru/admin/depreciations/general.php +++ b/resources/lang/ru/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'О износе активов', 'about_depreciations' => 'Этот раздел служит для настройки расчета вычисления степени износа активов.', 'asset_depreciations' => 'Износ активов', - 'create_depreciation' => 'Создание амортизации', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Название амортизации', 'number_of_months' => 'Количество месяцев', - 'update_depreciation' => 'Обновление амортизации', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/ru/admin/groups/titles.php b/resources/lang/ru/admin/groups/titles.php index 112576da5b..2a1a0ec168 100644 --- a/resources/lang/ru/admin/groups/titles.php +++ b/resources/lang/ru/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Управление группой', - 'create_group' => 'Создать новую группу', - 'edit_group' => 'Редактировать группу', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Название группы', 'group_admin' => 'Администратор группы', 'allow' => 'Разрешить', diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php index 9d1a63afec..b958d7882f 100644 --- a/resources/lang/ru/admin/hardware/form.php +++ b/resources/lang/ru/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Подвердите массовое удаление активов', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Просмотрите активны, выбранные для удаления. После удаления активы могут быть восстановлены, но уже не будет привязаны к пользователям, к которым они привязаны сейчас.', 'bulk_delete_warn' => 'Вы собираетесь удалить :asset_count активов.', 'bulk_update' => 'Редактировать выбранное', @@ -15,7 +15,6 @@ return array( 'create' => 'Создать актив', 'date' => 'Дата покупки', 'depreciates_on' => 'Обесценивается на', - 'depreciation' => 'Износ', 'default_location' => 'Текущее расположение', 'eol_date' => 'Срок эксплуатации', 'eol_rate' => 'EOL величина', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Выберите тип статуса', 'serial' => 'Серийный номер', 'status' => 'Статус', - 'supplier' => 'Поставщик', 'tag' => 'Тег актива', 'update' => 'Изменить актив', 'warranty' => 'Гарантия', diff --git a/resources/lang/ru/admin/hardware/general.php b/resources/lang/ru/admin/hardware/general.php index 3a8a9cd211..8c311e0f3f 100644 --- a/resources/lang/ru/admin/hardware/general.php +++ b/resources/lang/ru/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Архивированные', 'asset' => 'Актив', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/ru/admin/licenses/form.php b/resources/lang/ru/admin/licenses/form.php index 48a1885898..c3ab4eff5f 100644 --- a/resources/lang/ru/admin/licenses/form.php +++ b/resources/lang/ru/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Актив', 'checkin' => 'Привязать', - 'cost' => 'Стоимость покупки', 'create' => 'Создать лицензию', - 'date' => 'Дата покупки', - 'depreciation' => 'Амортизация', 'expiration' => 'Истекает', 'license_key' => 'Ключ продукта', 'maintained' => 'Поддерживаемая', 'name' => 'Название ПО', 'no_depreciation' => 'Не амортизируется', - 'notes' => 'Примечания', - 'order' => 'Номер заказа', 'purchase_order' => 'Номер заказа на поставку', 'reassignable' => 'Переназначаемый', 'remaining_seats' => 'Осталось лицезий', 'seats' => 'Количество рабочих мест', - 'serial' => 'Серийный номер', - 'supplier' => 'Поставщик', 'termination_date' => 'Дата окончания', 'to_email' => 'Лицензирован на E-mail', 'to_name' => 'Лицензировано на имя', diff --git a/resources/lang/ru/admin/licenses/general.php b/resources/lang/ru/admin/licenses/general.php index 6d24d648a1..9fca547080 100644 --- a/resources/lang/ru/admin/licenses/general.php +++ b/resources/lang/ru/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Отвязать лицензию', 'checkout_history' => 'История привязок', 'checkout' => 'Привязать лицензию', diff --git a/resources/lang/ru/admin/licenses/message.php b/resources/lang/ru/admin/licenses/message.php index a9804f2dc6..216cf28f6a 100644 --- a/resources/lang/ru/admin/licenses/message.php +++ b/resources/lang/ru/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Не удалось загрузить файл(ы). Повторите попытку.', 'success' => 'Файл(ы) успешно загружены.', 'nofiles' => 'Не выбрано ни одного файла для загрузки или файл, который вы пытаетесь загрузить, слишком большой', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/ru/admin/locations/table.php b/resources/lang/ru/admin/locations/table.php index 5c0887856d..7e6b6d7203 100644 --- a/resources/lang/ru/admin/locations/table.php +++ b/resources/lang/ru/admin/locations/table.php @@ -1,18 +1,20 @@ 'Активы', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Присвоенные активы', - 'id' => 'ID', - 'city' => 'Город', - 'state' => 'Область/Регион', - 'country' => 'Страна', - 'create' => 'Создать статус', - 'update' => 'Обновить статус', - 'name' => 'Имя статуса', - 'address' => 'Адрес', - 'zip' => 'Почтовый индекс', - 'locations' => 'Размещения', - 'parent' => 'Родитель', - 'currency' => 'Валюта местонахождения', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Активы', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Присвоенные активы', + 'id' => 'ID', + 'city' => 'Город', + 'state' => 'Область/Регион', + 'country' => 'Страна', + 'create' => 'Создать статус', + 'update' => 'Обновить статус', + 'name' => 'Имя статуса', + 'address' => 'Адрес', + 'zip' => 'Почтовый индекс', + 'locations' => 'Размещения', + 'parent' => 'Родитель', + 'currency' => 'Валюта местонахождения', + ); diff --git a/resources/lang/ru/admin/manufacturers/table.php b/resources/lang/ru/admin/manufacturers/table.php index 295586eb2f..d27619c14e 100644 --- a/resources/lang/ru/admin/manufacturers/table.php +++ b/resources/lang/ru/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Производители оборудования', 'create' => 'Создать производителя', 'id' => 'ID', diff --git a/resources/lang/ru/admin/models/general.php b/resources/lang/ru/admin/models/general.php index d2d3c8d021..36a6b45266 100644 --- a/resources/lang/ru/admin/models/general.php +++ b/resources/lang/ru/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Эта модель была удалена. Нажмите здесь, чтобы восстановить.', 'restore' => 'Восстановить модель', 'requestable' => 'Users may request this model', diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index 65efc05b82..99cb6d9199 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'слева', 'right' => 'справа', 'top' => 'сверху', diff --git a/resources/lang/ru/admin/suppliers/table.php b/resources/lang/ru/admin/suppliers/table.php index 9251c15744..9de883dcbb 100644 --- a/resources/lang/ru/admin/suppliers/table.php +++ b/resources/lang/ru/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Адрес поставщика', 'assets' => 'Активы', 'city' => 'Город', diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php index bc7e389b0a..135f5dc5a7 100644 --- a/resources/lang/ru/admin/users/general.php +++ b/resources/lang/ru/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Программное обеспечение привязано к :name', 'view_user' => 'Показать пользователя :name', 'usercsv' => 'CSV файл', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/ru/auth/message.php b/resources/lang/ru/auth/message.php index fdb7bc4c92..ac6ba19014 100644 --- a/resources/lang/ru/auth/message.php +++ b/resources/lang/ru/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Эта учетная запись не активирована.', 'account_suspended' => 'Эта учетная запись приостановлена.', 'account_banned' => 'Эта учетная запись заблокирована.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'При попытке входа возникла проблема, пожалуйста попробуйте позже.', diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php index 0946dae12e..0bb0fbf1c7 100644 --- a/resources/lang/ru/general.php +++ b/resources/lang/ru/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Пользовательский отчет по активам', 'dashboard' => 'Панель мониторинга', 'date' => 'Дата', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Удалить', 'deleted' => 'Удалено', 'delete_seats' => 'Удаленные лицензии', @@ -113,6 +115,7 @@ 'no_results' => 'Нет результатов.', 'no' => 'Нет', 'notes' => 'Примечания', + 'order_number' => 'Order Number', 'page_menu' => 'Показаны элементы _MENU_', 'pagination_info' => 'Показаны _START_ для _END_ _TOTAL_ элементы', 'pending' => 'Ожидание', @@ -121,6 +124,8 @@ 'previous' => 'Пред', 'processing' => 'Обработка', 'profile' => 'Ваш профиль', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Кол-во', 'quantity' => 'Количество', 'ready_to_deploy' => 'Готов к установке', @@ -145,11 +150,13 @@ 'select_asset' => 'Выбрать актив', 'settings' => 'Настройки', 'sign_in' => 'Вход', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Название сайта', 'state' => 'Область/Регион', 'status_labels' => 'Этикетки', 'status' => 'Статус', + 'supplier' => 'Supplier', 'suppliers' => 'Поставщики', 'submit' => 'Submit', 'total_assets' => 'Всего активов', diff --git a/resources/lang/sv-SE/admin/accessories/general.php b/resources/lang/sv-SE/admin/accessories/general.php index 74867d3284..586253f05e 100644 --- a/resources/lang/sv-SE/admin/accessories/general.php +++ b/resources/lang/sv-SE/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Tillbehör är något som tilldelas till användare men som inte har ett serienummer (det krävs inte att det är spårbart). Exv. datormöss eller tangentbord.', 'accessory_category' => 'Tillbehörs Kategori', 'accessory_name' => 'Tillbehörs Namn', - 'cost' => 'Inköpspris', 'checkout' => 'Checka ut tillbehör', 'checkin' => 'Checka in tillbehör', 'create' => 'Skapa tillbehör', - 'date' => 'Inköpsdatum', 'edit' => 'Redigera tillbehär', 'eula_text' => 'Kategori EULA', 'eula_text_help' => 'Det här fältet tillåter att du ändrar din EULA för specifika typer av tillgångar. Om du endast har en EULA för samtliga tillgångar så kan du kryssa i rutan nedan för att använda den.', 'require_acceptance' => 'Kräv att användare accepterar mottagande av inventarier i den här kategorin.', 'no_default_eula' => 'Ingen EULA funnen. Lägg till en i inställningar.', - 'order' => 'Beställningsnummer', - 'qty' => 'Antal', 'total' => 'Totalt', 'remaining' => 'Tillgängliga', 'update' => 'Uppdatera tillbehör', diff --git a/resources/lang/sv-SE/admin/asset_maintenances/table.php b/resources/lang/sv-SE/admin/asset_maintenances/table.php index bb76ecb542..1a840c9941 100644 --- a/resources/lang/sv-SE/admin/asset_maintenances/table.php +++ b/resources/lang/sv-SE/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Inventarieunderhåll', - 'asset_name' => 'Inventarie', - 'supplier_name' => 'Leverantör', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garanti', 'dl_csv' => 'Ladda ner CSV' ]; diff --git a/resources/lang/sv-SE/admin/categories/general.php b/resources/lang/sv-SE/admin/categories/general.php index be800b450e..30b6e22186 100644 --- a/resources/lang/sv-SE/admin/categories/general.php +++ b/resources/lang/sv-SE/admin/categories/general.php @@ -1,8 +1,8 @@ 'Om tillgångskategorier', - 'about_categories' => 'Tillgång kategorier hjälper dig att organisera dina tillgångar. Exempel på tillgångar kan vara "Skrivbord", "Laptops", "Mobiltelefoner" eller "Plattor" och så vidare, men du kan använda vilken typ av tillgångs-kategori som helst som passar dig.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Tillgångskategorier', 'category_name' => 'Kategorinamn', 'checkin_email' => 'Send email to user on checkin.', diff --git a/resources/lang/sv-SE/admin/companies/general.php b/resources/lang/sv-SE/admin/companies/general.php index ac9f209a1d..f9d34a4a04 100644 --- a/resources/lang/sv-SE/admin/companies/general.php +++ b/resources/lang/sv-SE/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Välj företag', ]; diff --git a/resources/lang/sv-SE/admin/consumables/general.php b/resources/lang/sv-SE/admin/consumables/general.php index c29e16ef48..cbacdeef39 100644 --- a/resources/lang/sv-SE/admin/consumables/general.php +++ b/resources/lang/sv-SE/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Förbrukningsvaror är sådant som är inköpt och kommer förbrukas över tiden. T.ex. skrivartoner eller kopieringspapper.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Namn på förbrukningsvara', - 'cost' => 'Inköpspris', 'create' => 'Skapa förbrukningvara', - 'date' => 'Inköpsdatum', 'item_no' => 'Artikelnummer', - 'order' => 'Beställningsnummer', 'remaining' => 'Återstående', 'total' => 'Totalt', 'update' => 'Uppdatera förbrukningsvara', diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php index 4513435897..a9b4c37d98 100644 --- a/resources/lang/sv-SE/admin/custom_fields/general.php +++ b/resources/lang/sv-SE/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Om fältsamlingar', 'about_fieldsets_text' => 'Fältsamlingar låter dig skapa grupper av anpassade fält som ofta används för specifika modelltyper av inventarier.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fältsamling', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Namn på fältsamling', 'field_name' => 'Fältnamn', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Formulärelement', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/sv-SE/admin/depreciations/general.php b/resources/lang/sv-SE/admin/depreciations/general.php index 77ed0d5466..4a654d686c 100644 --- a/resources/lang/sv-SE/admin/depreciations/general.php +++ b/resources/lang/sv-SE/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Om tillgångsavskrivningar', 'about_depreciations' => 'Du kan ställa in inventarieavskrivningar baserat på linjär avskrivning.', 'asset_depreciations' => 'Avskrivningar av inventarier', - 'create_depreciation' => 'Skapa Avskrivning', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Avskrivningsnamn', 'number_of_months' => 'Antal Månader', - 'update_depreciation' => 'Uppdatera Avskrivningar', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/sv-SE/admin/groups/titles.php b/resources/lang/sv-SE/admin/groups/titles.php index f2d37bec6c..30f577bd80 100644 --- a/resources/lang/sv-SE/admin/groups/titles.php +++ b/resources/lang/sv-SE/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Grupphantering', - 'create_group' => 'Skapa ny grupp', - 'edit_group' => 'Redigera grupp', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Gruppnamn', 'group_admin' => 'Gruppadministratör', 'allow' => 'Tillåt', diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php index 450c8774fb..297cbe2604 100644 --- a/resources/lang/sv-SE/admin/hardware/form.php +++ b/resources/lang/sv-SE/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Bulk Update Assets', @@ -15,7 +15,6 @@ return array( 'create' => 'Skapa Tillgång', 'date' => 'Köpdatum', 'depreciates_on' => 'Depreciates On', - 'depreciation' => 'Depreciation', 'default_location' => 'Standard plats', 'eol_date' => 'EOL Datum', 'eol_rate' => 'EOL Rate', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Select Status Type', 'serial' => 'Serienummer', 'status' => 'Status', - 'supplier' => 'Supplier', 'tag' => 'Asset Tag', 'update' => 'Asset Update', 'warranty' => 'Garanti', diff --git a/resources/lang/sv-SE/admin/hardware/general.php b/resources/lang/sv-SE/admin/hardware/general.php index 6674ea0c9d..f7644eb730 100644 --- a/resources/lang/sv-SE/admin/hardware/general.php +++ b/resources/lang/sv-SE/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/sv-SE/admin/licenses/form.php b/resources/lang/sv-SE/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/sv-SE/admin/licenses/form.php +++ b/resources/lang/sv-SE/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/sv-SE/admin/licenses/general.php b/resources/lang/sv-SE/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/sv-SE/admin/licenses/general.php +++ b/resources/lang/sv-SE/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/sv-SE/admin/licenses/message.php b/resources/lang/sv-SE/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/sv-SE/admin/licenses/message.php +++ b/resources/lang/sv-SE/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php index 8360ef19bc..e171d4dd4e 100644 --- a/resources/lang/sv-SE/admin/locations/table.php +++ b/resources/lang/sv-SE/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Country', + 'create' => 'Create Location', + 'update' => 'Update Location', + 'name' => 'Location Name', + 'address' => 'Address', + 'zip' => 'Postal Code', + 'locations' => 'Locations', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/sv-SE/admin/manufacturers/table.php b/resources/lang/sv-SE/admin/manufacturers/table.php index 8e1d62a0f6..23fe75860d 100644 --- a/resources/lang/sv-SE/admin/manufacturers/table.php +++ b/resources/lang/sv-SE/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Tillverkare', 'create' => 'Skapa Tillverkare', 'id' => 'ID', diff --git a/resources/lang/sv-SE/admin/models/general.php b/resources/lang/sv-SE/admin/models/general.php index 449f18be3c..0eb2683fad 100644 --- a/resources/lang/sv-SE/admin/models/general.php +++ b/resources/lang/sv-SE/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Den här modellen har tagits bort. Klicka här för att återskapa.', 'restore' => 'Återskapa Modell', 'requestable' => 'Users may request this model', diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 954e623b03..2126ec5cd5 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/sv-SE/admin/suppliers/table.php b/resources/lang/sv-SE/admin/suppliers/table.php index 88adfc692b..2a7b07ca93 100644 --- a/resources/lang/sv-SE/admin/suppliers/table.php +++ b/resources/lang/sv-SE/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Supplier Address', 'assets' => 'Assets', 'city' => 'City', diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php index b6acbce0d7..92ee04b491 100644 --- a/resources/lang/sv-SE/admin/users/general.php +++ b/resources/lang/sv-SE/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Software Checked out to :name', 'view_user' => 'View User :name', 'usercsv' => 'CSV file', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/sv-SE/auth/message.php b/resources/lang/sv-SE/auth/message.php index 848db7cd75..8f5d391148 100644 --- a/resources/lang/sv-SE/auth/message.php +++ b/resources/lang/sv-SE/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Detta användarkonto är inte aktiverat.', 'account_suspended' => 'Detta användarkontot har blivit suspenderat.', 'account_banned' => 'Detta användarkontot har blivit avstängt.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Det uppstod ett problem när du försökte logga in, försök igen.', diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 4dbdc250b0..7fd89c39c0 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Översikt', 'date' => 'Datum', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Ta bort', 'deleted' => 'Raderad', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Inga resultat.', 'no' => 'Nej', 'notes' => 'Anteckningar', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Pending', @@ -121,6 +124,8 @@ 'previous' => 'Föregående', 'processing' => 'Bearbetar', 'profile' => 'Din profil', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Antal', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Inställningar', 'sign_in' => 'Logga in', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', + 'supplier' => 'Supplier', 'suppliers' => 'Suppliers', 'submit' => 'Submit', 'total_assets' => 'total assets', diff --git a/resources/lang/th/admin/accessories/general.php b/resources/lang/th/admin/accessories/general.php index 6ee71f0cb5..0db01a600c 100644 --- a/resources/lang/th/admin/accessories/general.php +++ b/resources/lang/th/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'อุปกรณ์เสริมใดๆ ที่มอบให้กับผู้ใช้แต่ไม่มีหมายเลขเครื่อง (หรือไม่จำเป็นสำหรับการค้นหาข้อมูลย้อนหลัง) ยกตัวอย่าง เช่น คอมพิวเตอร์ ไมค์ หรือแป้นพิมพ์ เป็นต้น', 'accessory_category' => 'หมวดหมู่อุปกรณ์เสริม', 'accessory_name' => 'ชื่ออุปกรณ์เสริม', - 'cost' => 'Purchase Cost', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', 'create' => 'สร้างอุปกรณ์เสริม', - 'date' => 'Purchase Date', 'edit' => 'Edit Accessory', 'eula_text' => 'หมวดหมู่ข้อกำหนดการใช้งาน', 'eula_text_help' => 'ส่วนนี้อนุญาตให้คุณสามารถทำการปรับแต่งข้อตกลงการใช้งานสำหรับกำหนดชนิดของทรัพย์สินได้ หากคุณมีข้อตกลงการใช้งานเพียงหนึ่ง หรือเรื่องเดียวที่ใช้ครอบคลุมทรัพย์สินของคุณทั้งหมด คุณสามารถตั้งค่าให้เป็นการใช้งานหลัก โดยการทำเครื่องหมายในช่องด้านล่างนี้.', 'require_acceptance' => 'กำหนดให้ผู้ใช้ยืนยันยอมรับสินทรัพย์ในหมวดหมู่นี้', 'no_default_eula' => 'ไม่พบข้อกำหนดการใช้งานหลักใดๆ ในการตั้งค่า', - 'order' => 'Order Number', - 'qty' => 'จำนวน', 'total' => 'รวมทั้งหมด', 'remaining' => 'พร้อมใช้', 'update' => 'ปรับปรุงอุปกรณ์เสริม', diff --git a/resources/lang/th/admin/asset_maintenances/table.php b/resources/lang/th/admin/asset_maintenances/table.php index df54de23a0..63376b16e8 100644 --- a/resources/lang/th/admin/asset_maintenances/table.php +++ b/resources/lang/th/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'การซ่อมบำรุงสินทรัพย์', - 'asset_name' => 'ชื่อสินทรัพย์', - 'supplier_name' => 'ชื่อซัพพลายเออร์', + 'asset_name' => 'Asset Name', 'is_warranty' => 'การรับประกัน', 'dl_csv' => 'ดาวน์โหลด CSV' ]; diff --git a/resources/lang/th/admin/categories/general.php b/resources/lang/th/admin/categories/general.php index 2a7fbd9654..58ac58da45 100644 --- a/resources/lang/th/admin/categories/general.php +++ b/resources/lang/th/admin/categories/general.php @@ -1,8 +1,8 @@ 'เกี่ยวกับหมวดหมู่ทรัพย์สิน', - 'about_categories' => 'หมวดหมู่ทรัพย์สิน ช่วยจัดระเบียบทรัพย์สินของคุณได้ เช่น การกำหนดหมวดหมู่ คอมพิวเตอร์ตั้งโต๊ะ คอมพิวเตอร์ส่วนบุคคล โทรศัพท์มือถือ แท็บเล็ต โดยใช้หมวดหมู่สินทรัพย์จะทำให้สะดวกต่อการใช้งาน', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'หมวดหมู่ทรัพย์สิน', 'category_name' => 'ชื่อหมวดหมู่', 'checkin_email' => 'ส่งอีเมล์ถึงผู้ใช้เพื่อการเช็คอิน', diff --git a/resources/lang/th/admin/companies/general.php b/resources/lang/th/admin/companies/general.php index 9d58ccb58e..9a47968977 100644 --- a/resources/lang/th/admin/companies/general.php +++ b/resources/lang/th/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Select Company', ]; diff --git a/resources/lang/th/admin/consumables/general.php b/resources/lang/th/admin/consumables/general.php index cedb2506f3..b34c4a000c 100644 --- a/resources/lang/th/admin/consumables/general.php +++ b/resources/lang/th/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'วัสดุสิ้นเปลืองคือสิ่งใดๆ ที่มีการซื้อและนำมาใช้ในช่วงเวลานั้น ยกตัวอย่างเช่น หมึกปริ้นเตอร์ หรือ กระดาษถ่ายสำเนา', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'ชื่อวัสดุสิ้นเปลือง', - 'cost' => 'ต้นทุนการซื้อสินค้า', 'create' => 'สร้างวัสดุสิ้นเปลือง', - 'date' => 'วันที่ซื้อ', 'item_no' => 'Item No.', - 'order' => 'เลขที่ใบสั่งซื้อ', 'remaining' => 'คงค้าง', 'total' => 'รวมทั้งหมด', 'update' => 'ปรับปรุงวัสดุสิ้นเปลือง', diff --git a/resources/lang/th/admin/custom_fields/general.php b/resources/lang/th/admin/custom_fields/general.php index 42a3684232..f2e6df90cb 100644 --- a/resources/lang/th/admin/custom_fields/general.php +++ b/resources/lang/th/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/th/admin/depreciations/general.php b/resources/lang/th/admin/depreciations/general.php index 10c2c337b1..c09dc9d23d 100644 --- a/resources/lang/th/admin/depreciations/general.php +++ b/resources/lang/th/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'เกี่ยวกับค่าเสื่อมราคาสินทรัพย์', 'about_depreciations' => 'คุณสามารถกำหนดการคิดค่าเสื่อมราคาเพื่อตัดค่าเสื่อมราคาโดยวิธีการคิดค่าเสื่อมราคาแบบเส้นตรง', 'asset_depreciations' => 'ค่าเสื่อมราคาสินทรัพย์', - 'create_depreciation' => 'สร้างค่าเสื่อมราคา', + 'create' => 'Create Depreciation', 'depreciation_name' => 'ชื่อค่าเสื่อมราคา', 'number_of_months' => 'จำนวนเดือน', - 'update_depreciation' => 'ปรับปรุงค่าเสื่อมราคา', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/th/admin/groups/titles.php b/resources/lang/th/admin/groups/titles.php index 4f3b289a16..361e0725e0 100644 --- a/resources/lang/th/admin/groups/titles.php +++ b/resources/lang/th/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'การจัดการกลุ่ม', - 'create_group' => 'สร้างกลุ่มใหม่', - 'edit_group' => 'แก้ไขกลุ่ม', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'ชื่อกลุ่ม', 'group_admin' => 'กลุ่มผู้ดูแล', 'allow' => 'อนุญาต', diff --git a/resources/lang/th/admin/hardware/form.php b/resources/lang/th/admin/hardware/form.php index c9d7151abb..4ed05ae9a6 100644 --- a/resources/lang/th/admin/hardware/form.php +++ b/resources/lang/th/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'ปรับปรุงสินทรัพย์แบบหลายรายการ', @@ -15,7 +15,6 @@ return array( 'create' => 'สร้างสินทรัพย์', 'date' => 'วันที่ซื้อ', 'depreciates_on' => 'คิดค่าเสื่อมราคา', - 'depreciation' => 'การเสื่อมราคา', 'default_location' => 'ตำแหน่งพื้นฐาน', 'eol_date' => 'วันที่ EOL', 'eol_rate' => 'เรท EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'เลือกประเภทสถานะ', 'serial' => 'ซีเรียล', 'status' => 'สถานะ', - 'supplier' => 'ซัพพลายเออร์', 'tag' => 'รหัสทรัพย์สิน', 'update' => 'ปรับปรุงสินทรัพย์', 'warranty' => 'การรับประกัน', diff --git a/resources/lang/th/admin/hardware/general.php b/resources/lang/th/admin/hardware/general.php index 3187c83dba..fc81a06637 100644 --- a/resources/lang/th/admin/hardware/general.php +++ b/resources/lang/th/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'ถูกเก็บไว้', 'asset' => 'สินทรัพย์', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/th/admin/licenses/form.php b/resources/lang/th/admin/licenses/form.php index 2e97ae2adf..ce29167874 100644 --- a/resources/lang/th/admin/licenses/form.php +++ b/resources/lang/th/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', 'create' => 'Create License', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'license_key' => 'Product Key', 'maintained' => 'Maintained', 'name' => 'Software Name', 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', 'reassignable' => 'Reassignable', 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', 'termination_date' => 'Termination Date', 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', diff --git a/resources/lang/th/admin/licenses/general.php b/resources/lang/th/admin/licenses/general.php index 808d75a34a..25a536ec56 100644 --- a/resources/lang/th/admin/licenses/general.php +++ b/resources/lang/th/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', 'checkout_history' => 'Checkout History', 'checkout' => 'Checkout License Seat', diff --git a/resources/lang/th/admin/licenses/message.php b/resources/lang/th/admin/licenses/message.php index ae016bcdfe..d5dbfe77b9 100644 --- a/resources/lang/th/admin/licenses/message.php +++ b/resources/lang/th/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/th/admin/locations/table.php b/resources/lang/th/admin/locations/table.php index 42190482f8..8c8c1f4c6b 100644 --- a/resources/lang/th/admin/locations/table.php +++ b/resources/lang/th/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'เขต/อำเภอ', - 'state' => 'เมือง/รัฐ', - 'country' => 'ประเทศ', - 'create' => 'สร้างสถานที่', - 'update' => 'อัพเดทสถานที่', - 'name' => 'ชื่อสถานที่', - 'address' => 'ที่อยู่', - 'zip' => 'รหัสไปรษณีย์', - 'locations' => 'สถานที่', - 'parent' => 'หมวดแม่', - 'currency' => 'สกุลเงินตามสถานที่', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'เขต/อำเภอ', + 'state' => 'เมือง/รัฐ', + 'country' => 'ประเทศ', + 'create' => 'สร้างสถานที่', + 'update' => 'อัพเดทสถานที่', + 'name' => 'ชื่อสถานที่', + 'address' => 'ที่อยู่', + 'zip' => 'รหัสไปรษณีย์', + 'locations' => 'สถานที่', + 'parent' => 'หมวดแม่', + 'currency' => 'สกุลเงินตามสถานที่', + ); diff --git a/resources/lang/th/admin/manufacturers/table.php b/resources/lang/th/admin/manufacturers/table.php index fdfd8f77f3..c80b493ad6 100644 --- a/resources/lang/th/admin/manufacturers/table.php +++ b/resources/lang/th/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'ผู้ผลิตสินทรัพย์', 'create' => 'สร้างผู้ผลิต', 'id' => 'ID', diff --git a/resources/lang/th/admin/models/general.php b/resources/lang/th/admin/models/general.php index 2c0d3e1b75..41e8b897d5 100644 --- a/resources/lang/th/admin/models/general.php +++ b/resources/lang/th/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'โมเดลนี้ถูกลบแล้ว Click here to restore it.', 'restore' => 'กู้คืนโมเดล', 'requestable' => 'Users may request this model', diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index 211210a87b..a35186c9c6 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/th/admin/suppliers/table.php b/resources/lang/th/admin/suppliers/table.php index 1e68df72f0..b1efd52ad2 100644 --- a/resources/lang/th/admin/suppliers/table.php +++ b/resources/lang/th/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'ที่อยู่ซัพพลายเออร์', 'assets' => 'ทรัพย์สิน', 'city' => 'เมือง', diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php index 793fabc7d1..924f6238e8 100644 --- a/resources/lang/th/admin/users/general.php +++ b/resources/lang/th/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'ซอฟต์แวร์ที่กำหนดให้ :name', 'view_user' => 'ดูผู้ใช้ :name', 'usercsv' => 'ไฟล์ CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/th/auth/message.php b/resources/lang/th/auth/message.php index 5316912a8d..6f3448eee5 100644 --- a/resources/lang/th/auth/message.php +++ b/resources/lang/th/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'ชื่อผู้ใช้นี้ยังไม่ได้ทำการเปิดใช้งาน', 'account_suspended' => 'บัญชีผู้ใช้นี้ถูกระงับการใช้งาน', 'account_banned' => 'บัญชีผู้ใช้นี้ถูกห้ามใช้งาน', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'มีปัญหาขณะกำลังเข้าสู่ระบบ กรุณาลองอีกครั้ง', diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php index 379313b202..cbce20c1aa 100644 --- a/resources/lang/th/general.php +++ b/resources/lang/th/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'รายงานทรัพย์สินแบบกำหนดเอง', 'dashboard' => 'หน้าหลัก', 'date' => 'วันเดือนปี', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'ลบ', 'deleted' => 'ลบแล้ว', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'ไม่มีผลการค้นหา', 'no' => 'ไม่', 'notes' => 'หมายเหตุ', + 'order_number' => 'Order Number', 'page_menu' => 'กำลังแสดง_MENU_รายการ', 'pagination_info' => 'กำลังแสดง_START_ถึง_END_จากทั้งหมด_TOTAL_รายการ', 'pending' => 'กําลังดำเนินการ', @@ -121,6 +124,8 @@ 'previous' => 'ก่อนหน้า', 'processing' => 'กำลังดำเนินการ', 'profile' => 'โปรไฟล์ของคุณ', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'จำนวน', 'quantity' => 'Quantity', 'ready_to_deploy' => 'พร้อมใช้งาน', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'การตั้งค่า', 'sign_in' => 'ลงชื่อเข้าใช้', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'ชื่อไซต์', 'state' => 'รัฐ', 'status_labels' => 'ป้ายสถานะ', 'status' => 'สถานะ', + 'supplier' => 'Supplier', 'suppliers' => 'ตัวแทนจำหน่าย', 'submit' => 'Submit', 'total_assets' => 'ทรัพย์สินทั้งหมด', diff --git a/resources/lang/tr/admin/accessories/general.php b/resources/lang/tr/admin/accessories/general.php index db0bc998d7..16b347d6e1 100644 --- a/resources/lang/tr/admin/accessories/general.php +++ b/resources/lang/tr/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Aksesuarlar kullanıclara verdiğiniz ekipmanlardır. Fakat seri numaraları yoktur (ya da siz tek tek takip etmeyi önemsemiyorsunuz). Örneğin bilgisayar faresi, klavye vs.', 'accessory_category' => 'Aksesuar Kategorisi', 'accessory_name' => 'Aksesuar Adı', - 'cost' => 'Satın Alma Maliyeti', 'checkout' => 'Aksesuar Çıkışı', 'checkin' => 'Aksesuar Atama', 'create' => 'Aksesuar oluşturun', - 'date' => 'Satın Alma Tarihi', 'edit' => 'Aksesuarı Düzenle', 'eula_text' => 'Kategori Sözleşmeleri', 'eula_text_help' => 'Bu alan özel tipteki demirbaşlarınız için Sözleşmesi\'ni özelleştirmeniz içindir. Eğer tüm demirbaşlarınız için sadece tek sözleşmeniz var ise yukarıdaki kutucuğu işaretlereyerek varsayılan yapabilirsiniz.', 'require_acceptance' => 'Bu kategoride kullanıcının kabul onayı gerekmektedir.', 'no_default_eula' => 'Varsayılan sözleşme bulunamadı. Lütfen Ayarlar\'dan ekleyiniz.', - 'order' => 'Sipariş Numarası', - 'qty' => 'Miktar', 'total' => 'Toplam', 'remaining' => 'Fayda', 'update' => 'Aksesuar Güncelleştirme', diff --git a/resources/lang/tr/admin/asset_maintenances/table.php b/resources/lang/tr/admin/asset_maintenances/table.php index d7315e5358..1f13186b37 100644 --- a/resources/lang/tr/admin/asset_maintenances/table.php +++ b/resources/lang/tr/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Varlık Bakımı', - 'asset_name' => 'Varlık', - 'supplier_name' => 'Tedarikçi', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Garanti', 'dl_csv' => 'CSV olarak indir' ]; diff --git a/resources/lang/tr/admin/categories/general.php b/resources/lang/tr/admin/categories/general.php index 15eba7ea5d..b5e4849386 100644 --- a/resources/lang/tr/admin/categories/general.php +++ b/resources/lang/tr/admin/categories/general.php @@ -1,8 +1,8 @@ 'Demirbaş Kategorisi Hakkında', - 'about_categories' => 'Demirbaş kategorileri size kategorileri organize etme konusunda yardımcı olur. ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Demirbaş Kategorileri', 'category_name' => 'Kategori Adı', 'checkin_email' => 'Kullanıcıya mail gönder.', diff --git a/resources/lang/tr/admin/companies/general.php b/resources/lang/tr/admin/companies/general.php index 56bd9d93c6..b157009aa6 100644 --- a/resources/lang/tr/admin/companies/general.php +++ b/resources/lang/tr/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Firma Seç', ]; diff --git a/resources/lang/tr/admin/consumables/general.php b/resources/lang/tr/admin/consumables/general.php index 4d3117e124..db4692abc6 100644 --- a/resources/lang/tr/admin/consumables/general.php +++ b/resources/lang/tr/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Sarf malzemeleri satın alınan ve zamanla tüketilen ürünlerdir. Örneğin yazıcı kartuşu, fotokopi kağıdı vs.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Sarf Malzemesi Adı', - 'cost' => 'Satın Alma Maliyeti', 'create' => 'Create Consumable', - 'date' => 'Satın Alma Tarihi', 'item_no' => 'Item No.', - 'order' => 'Sipariş Numarası', 'remaining' => 'Kalan', 'total' => 'Toplam', 'update' => 'Update Consumable', diff --git a/resources/lang/tr/admin/custom_fields/general.php b/resources/lang/tr/admin/custom_fields/general.php index 9615df3042..0fe01b1514 100644 --- a/resources/lang/tr/admin/custom_fields/general.php +++ b/resources/lang/tr/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Özel alanlar', 'field' => 'Alan', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Alan Adı', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Düzen', diff --git a/resources/lang/tr/admin/depreciations/general.php b/resources/lang/tr/admin/depreciations/general.php index a32cf561e5..a50cc55fb4 100644 --- a/resources/lang/tr/admin/depreciations/general.php +++ b/resources/lang/tr/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Demirbaş Amortismanları Hakkında', 'about_depreciations' => 'Demirbaş amortismanını sabit bir oran ile düşecek şekilde ayarlayabilirsiniz.', 'asset_depreciations' => 'Demirbaş Amortismanları', - 'create_depreciation' => 'Amortisman Oluştur', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Amortisman Adı', 'number_of_months' => 'Ay Sayısı', - 'update_depreciation' => 'Amortisman Güncelle', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/tr/admin/groups/titles.php b/resources/lang/tr/admin/groups/titles.php index aeccf59a4a..4f8d0029f6 100644 --- a/resources/lang/tr/admin/groups/titles.php +++ b/resources/lang/tr/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Grup Yönetimi', - 'create_group' => 'Yeni Grup Oluştur', - 'edit_group' => 'Grubu Düzenle', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Grup Adı', 'group_admin' => 'Grup Yöneticisi', 'allow' => 'Kabul Et', diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php index f17672a84e..0536d3647f 100644 --- a/resources/lang/tr/admin/hardware/form.php +++ b/resources/lang/tr/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Demirbaşları Toplu Güncelle', @@ -15,7 +15,6 @@ return array( 'create' => 'Demirbaş Oluştur', 'date' => 'Satın Alma Tarihi', 'depreciates_on' => 'Amortisman', - 'depreciation' => 'Amortisman Türü', 'default_location' => 'Varsayılan Konum', 'eol_date' => 'Ömür', 'eol_rate' => 'Ömür Başarısı', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Durum Seçiniz', 'serial' => 'Seri No', 'status' => 'Durum', - 'supplier' => 'Tedarikçi', 'tag' => 'Demirbaş Etiketi', 'update' => 'Demirbaş Güncelle', 'warranty' => 'Garanti', diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php index bc369c562e..553c937574 100644 --- a/resources/lang/tr/admin/hardware/general.php +++ b/resources/lang/tr/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arşivlenmiş', 'asset' => 'Demirbaş', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/tr/admin/licenses/form.php b/resources/lang/tr/admin/licenses/form.php index f224d6a750..eb493d76c8 100644 --- a/resources/lang/tr/admin/licenses/form.php +++ b/resources/lang/tr/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Demirbaş', 'checkin' => 'Giriş', - 'cost' => 'Satın Alma Ücreti', 'create' => 'Lisans Oluştur', - 'date' => 'Satın Alma Tarihi', - 'depreciation' => 'Amortisman Türü', 'expiration' => 'Son Geçerlilik Tarihi', 'license_key' => 'Product Key', 'maintained' => 'Korumalı', 'name' => 'Yazılım Adı', 'no_depreciation' => 'Mortisman Yok', - 'notes' => 'Notlar', - 'order' => 'Sipariş No.', 'purchase_order' => 'Satın Alma Sipariş Numarası', 'reassignable' => 'Tekrar atanabilir', 'remaining_seats' => 'Kalan Kullanıcı Sayısı', 'seats' => 'Kullanıcı Sayısı', - 'serial' => 'Seri No', - 'supplier' => 'Tedarikçi', 'termination_date' => 'Son Kullanma Tarihi', 'to_email' => 'Lisans E-Postası', 'to_name' => 'Lisans Adı', diff --git a/resources/lang/tr/admin/licenses/general.php b/resources/lang/tr/admin/licenses/general.php index c2803f3694..e0ec0bf76e 100644 --- a/resources/lang/tr/admin/licenses/general.php +++ b/resources/lang/tr/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Lisans Kullanıcısı Girişi', 'checkout_history' => 'Çıkış Geçmişi', 'checkout' => 'Lisans Kullanıcı Çıkışı', diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php index 9bf1f59c8c..7fe178d787 100644 --- a/resources/lang/tr/admin/licenses/message.php +++ b/resources/lang/tr/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Dosya(lar) yüklenemedi. Lütfen tekrar deneyin.', 'success' => 'Dosya(lar) yüklendi.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php index 60afa4c9a8..8fdbe0841e 100644 --- a/resources/lang/tr/admin/locations/table.php +++ b/resources/lang/tr/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Varlık Atandı', - 'id' => 'ID', - 'city' => 'Şehir', - 'state' => 'Bölge', - 'country' => 'Ülke', - 'create' => 'Konum Oluştur', - 'update' => 'Konum Güncelle', - 'name' => 'Konum Adı', - 'address' => 'Adres', - 'zip' => 'Posta kodu', - 'locations' => 'Konumlar', - 'parent' => 'Parent', - 'currency' => 'Location Currency', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Varlık Atandı', + 'id' => 'ID', + 'city' => 'Şehir', + 'state' => 'Bölge', + 'country' => 'Ülke', + 'create' => 'Konum Oluştur', + 'update' => 'Konum Güncelle', + 'name' => 'Konum Adı', + 'address' => 'Adres', + 'zip' => 'Posta kodu', + 'locations' => 'Konumlar', + 'parent' => 'Parent', + 'currency' => 'Location Currency', + ); diff --git a/resources/lang/tr/admin/manufacturers/table.php b/resources/lang/tr/admin/manufacturers/table.php index da6398f237..9204f89271 100644 --- a/resources/lang/tr/admin/manufacturers/table.php +++ b/resources/lang/tr/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Demirbaş Üreticileri', 'create' => 'Üretici Oluştur', 'id' => 'ID', diff --git a/resources/lang/tr/admin/models/general.php b/resources/lang/tr/admin/models/general.php index f21f2d4fd5..b21d15de9c 100644 --- a/resources/lang/tr/admin/models/general.php +++ b/resources/lang/tr/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Model silindi. Geri getirmek için buraya tıklayınız.', 'restore' => 'Modeli geri getir', 'requestable' => 'Users may request this model', diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index 5904a5a9fc..9458f98237 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/tr/admin/suppliers/table.php b/resources/lang/tr/admin/suppliers/table.php index 83c4806964..d1e5172d78 100644 --- a/resources/lang/tr/admin/suppliers/table.php +++ b/resources/lang/tr/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Tedarikçi Adresi', 'assets' => 'Demirbaşlar', 'city' => 'Şehir', diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php index 3a87d18c93..aa7100331a 100644 --- a/resources/lang/tr/admin/users/general.php +++ b/resources/lang/tr/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Yazılıma :name için çıkış yapılmış', 'view_user' => 'Kullanıcıyı Görüntüle :name', 'usercsv' => 'CSV Dosyası', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/tr/auth/message.php b/resources/lang/tr/auth/message.php index 66efe6fdfb..21762d0ead 100644 --- a/resources/lang/tr/auth/message.php +++ b/resources/lang/tr/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Hesabınız aktif edilmemiş.', 'account_suspended' => 'Hesabınız durdurulmuş.', 'account_banned' => 'Hesabınız engellenmiş.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Bir problem ile karşılaştık, lütfen tekrar deneyin.', diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php index a5fb9e2d81..5393258259 100644 --- a/resources/lang/tr/general.php +++ b/resources/lang/tr/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Custom Asset Report', 'dashboard' => 'Pano', 'date' => 'Tarih', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Sil', 'deleted' => 'Silinmiş', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'No Results.', 'no' => 'Hayır', 'notes' => 'Notlar', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Bekliyor', @@ -121,6 +124,8 @@ 'previous' => 'Önceki', 'processing' => 'İşleniyor', 'profile' => 'Profiliniz', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'QTY', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Ready to Deploy', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Ayarlar', 'sign_in' => 'Oturum Aç', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Adı', 'state' => 'State', 'status_labels' => 'Durum Etiketleri', 'status' => 'Durum', + 'supplier' => 'Supplier', 'suppliers' => 'Tedarikçiler', 'submit' => 'Submit', 'total_assets' => 'Toplam Demirbaşlar', diff --git a/resources/lang/vi/admin/accessories/general.php b/resources/lang/vi/admin/accessories/general.php index 1dd057f21a..486c1a165d 100644 --- a/resources/lang/vi/admin/accessories/general.php +++ b/resources/lang/vi/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => 'Phụ kiện (Accessories) đã bàn giao cho người dùng mà ko có số sê-ri (hoặc bạn không quan tâm đến việc theo dõi những phụ kiện này). Ví dụ như: chuột hay bàn phím.', 'accessory_category' => 'Hạng Mục Phụ Kiện', 'accessory_name' => 'Tên Phụ Kiện', - 'cost' => 'Chi phí mua hàng', 'checkout' => 'Xuất kho Phụ kiện', 'checkin' => 'Nhập kho Phụ kiện', 'create' => 'Tạo Phụ Kiện', - 'date' => 'Ngày mua', 'edit' => 'Sửa Phụ kiện', 'eula_text' => 'Hạng mục điều khoản sử dụng', 'eula_text_help' => 'Trường này cho phép bạn thay đổi các điều khoản sử dụng (EULAs) cho từng loại tài sản cụ thể. Nếu chỉ có một EULA cho tất cả các tài sản, bạn có thể chọn ô vuông bên dưới để sử dụng làm mặc định.', 'require_acceptance' => 'Yêu cầu người dùng xác nhận đã nhận thiết bị trong hạng mục này.', 'no_default_eula' => 'Điều khoản sử dụng mặc định chưa được thiết lập. Hãy thêm một cái vào trong phần Settings.', - 'order' => 'Số đơn đặt hàng', - 'qty' => 'Số lượng', 'total' => 'Tổng số', 'remaining' => 'Sẵn có', 'update' => 'Cập nhật Phụ Kiện', diff --git a/resources/lang/vi/admin/asset_maintenances/table.php b/resources/lang/vi/admin/asset_maintenances/table.php index 5516a51a33..6444e3eae3 100644 --- a/resources/lang/vi/admin/asset_maintenances/table.php +++ b/resources/lang/vi/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => 'Tài sản đang bảo trì', - 'asset_name' => 'Tên tài sản', - 'supplier_name' => 'Tên nhà cung cấp', + 'asset_name' => 'Asset Name', 'is_warranty' => 'Bảo hành', 'dl_csv' => 'Tải tập tin định dạng CSV' ]; diff --git a/resources/lang/vi/admin/categories/general.php b/resources/lang/vi/admin/categories/general.php index 802cc9c6b7..ac9fdc6e26 100644 --- a/resources/lang/vi/admin/categories/general.php +++ b/resources/lang/vi/admin/categories/general.php @@ -1,8 +1,8 @@ 'Thông tin về các hạng mục tài sản', - 'about_categories' => 'Danh mục tài sản giúp bạn tổ chức lại những tài sản của bạn. Một vài ví dụ mà những danh mục có thể làm "Máy tính bàn", "Máy tính xác tay", "Điện thoại di động", "Máy tính bảng", và nhiều thứ khác nữa, nhưng bạn có thể sử dụng danh mục tài sản thông mình nhất theo cách của bạn.', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => 'Danh mục tài sản', 'category_name' => 'Tên hạng mục', 'checkin_email' => 'Gửi email đến người dùng đang checkin.', diff --git a/resources/lang/vi/admin/companies/general.php b/resources/lang/vi/admin/companies/general.php index 06cdcf73c0..f3bf68adbb 100644 --- a/resources/lang/vi/admin/companies/general.php +++ b/resources/lang/vi/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => 'Chọn công ty', ]; diff --git a/resources/lang/vi/admin/companies/message.php b/resources/lang/vi/admin/companies/message.php index 54da50d20f..4e59cec54d 100644 --- a/resources/lang/vi/admin/companies/message.php +++ b/resources/lang/vi/admin/companies/message.php @@ -8,7 +8,7 @@ return array( ), 'update' => array( 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'success' => 'Công ty đã được cập nhật thành công.' ), 'delete' => array( 'confirm' => 'Are you sure you wish to delete this company?', diff --git a/resources/lang/vi/admin/components/general.php b/resources/lang/vi/admin/components/general.php index 75c9d250ab..1e232fa499 100644 --- a/resources/lang/vi/admin/components/general.php +++ b/resources/lang/vi/admin/components/general.php @@ -6,12 +6,12 @@ return array( 'component_name' => 'Component Name', 'checkin' => 'Checkin Component', 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', + 'cost' => 'Chi phí mua hàng', 'create' => 'Create Component', 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', + 'date' => 'Ngày mua', + 'order' => 'Số đơn hàng', + 'remaining' => 'Còn lại', + 'total' => 'Tổng số', 'update' => 'Update Component', ); diff --git a/resources/lang/vi/admin/consumables/general.php b/resources/lang/vi/admin/consumables/general.php index 436e5ff411..e99a6631c0 100644 --- a/resources/lang/vi/admin/consumables/general.php +++ b/resources/lang/vi/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => 'Vật rẻ mau hỏng là bất cứ thứ gì được mua định kỳ theo thời gian. Ví dụ: mục in hoặc giấy photo.', 'checkout' => 'Checkout Consumable to User', 'consumable_name' => 'Tên vật tư phụ', - 'cost' => 'Purchase Cost', 'create' => 'Tạo vật tư phụ', - 'date' => 'Purchase Date', 'item_no' => 'Item No.', - 'order' => 'Order Number', 'remaining' => 'Còn lại', 'total' => 'Tổng số', 'update' => 'Cập nhật vật tư phụ', diff --git a/resources/lang/vi/admin/custom_fields/general.php b/resources/lang/vi/admin/custom_fields/general.php index 42a3684232..8467e3df5b 100644 --- a/resources/lang/vi/admin/custom_fields/general.php +++ b/resources/lang/vi/admin/custom_fields/general.php @@ -4,9 +4,9 @@ return array( 'custom_fields' => 'Custom Fields', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', - 'custom_format' => 'Custom format...', - 'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'custom_format' => 'Định dạng tuỳ chỉnh...', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Fieldset Name', 'field_name' => 'Field Name', 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => 'Form Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/vi/admin/depreciations/general.php b/resources/lang/vi/admin/depreciations/general.php index 9b2db4293a..27a3889732 100644 --- a/resources/lang/vi/admin/depreciations/general.php +++ b/resources/lang/vi/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Thông tin về khấu hao tài sản', 'about_depreciations' => 'Bạn có thể thiết lập các loại khấu hao để khấu hao tài sản dựa trên straight-line khấu hao.', 'asset_depreciations' => 'Khấu hao tài sản', - 'create_depreciation' => 'Tạo khấu hao', + 'create' => 'Create Depreciation', 'depreciation_name' => 'Tên khấu hao', 'number_of_months' => 'Số lượng tháng', - 'update_depreciation' => 'Cập nhật khấu hao', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/vi/admin/groups/titles.php b/resources/lang/vi/admin/groups/titles.php index 3cbbdb634e..4968e2f3ba 100644 --- a/resources/lang/vi/admin/groups/titles.php +++ b/resources/lang/vi/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => 'Quản lý nhóm', - 'create_group' => 'Tạo nhóm mới', - 'edit_group' => 'Chỉnh sửa nhóm', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => 'Tên nhóm', 'group_admin' => 'Quản lý nhóm', 'allow' => 'Cho phép', diff --git a/resources/lang/vi/admin/hardware/form.php b/resources/lang/vi/admin/hardware/form.php index c33b3ac19c..2700f83c72 100644 --- a/resources/lang/vi/admin/hardware/form.php +++ b/resources/lang/vi/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confrm Bulk Delete Assets', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_update' => 'Cập nhật tài sản số lượng lớn', @@ -15,7 +15,6 @@ return array( 'create' => 'Tạo tài sản', 'date' => 'Ngày mua', 'depreciates_on' => 'Trích khấu hao', - 'depreciation' => 'Khấu hao', 'default_location' => 'Vị trí mặc định', 'eol_date' => 'Ngày EOL', 'eol_rate' => 'Tỷ lệ EOL', @@ -35,7 +34,6 @@ return array( 'select_statustype' => 'Lựa chọn loại tình trạng', 'serial' => 'Số Sê-ri', 'status' => 'Tình trạng', - 'supplier' => 'Nhà cung cấp', 'tag' => 'Thẻ tài sản', 'update' => 'Cập nhật tài sản', 'warranty' => 'Bảo hành', diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php index ccaaeaf88e..cf8f324cf5 100644 --- a/resources/lang/vi/admin/hardware/general.php +++ b/resources/lang/vi/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Đã lưu trữ', 'asset' => 'Tài sản', 'bulk_checkout' => 'Checkout Assets to User', diff --git a/resources/lang/vi/admin/licenses/form.php b/resources/lang/vi/admin/licenses/form.php index 363fb2e58b..54d55e4170 100644 --- a/resources/lang/vi/admin/licenses/form.php +++ b/resources/lang/vi/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => 'Tài sản', 'checkin' => 'Đăng ký vào', - 'cost' => 'Chi phí mua', 'create' => 'Tạo giấp phép', - 'date' => 'Ngày mua', - 'depreciation' => 'Khấu hao', 'expiration' => 'Ngày hết hạn', 'license_key' => 'Product Key', 'maintained' => 'Đã duy trì', 'name' => 'Tên phần mềm', 'no_depreciation' => 'Không khấu hao', - 'notes' => 'Ghi chú', - 'order' => 'Số đặt hàng', 'purchase_order' => 'Số PO', 'reassignable' => 'Có thể gán lại được', 'remaining_seats' => 'Số lượng còn lại', 'seats' => 'Số lượng', - 'serial' => 'Sê-ri', - 'supplier' => 'Đơn vị cung cấp', 'termination_date' => 'Ngày huỷ bỏ', 'to_email' => 'Đã cấp phép cho email', 'to_name' => 'Đã cấp phép cho tên', diff --git a/resources/lang/vi/admin/licenses/general.php b/resources/lang/vi/admin/licenses/general.php index 331214fe14..f84ddf9532 100644 --- a/resources/lang/vi/admin/licenses/general.php +++ b/resources/lang/vi/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin bản quyền đặt vào', 'checkout_history' => 'Lịch sử Checkout', 'checkout' => 'Checkout bản quyền đặt vào', diff --git a/resources/lang/vi/admin/licenses/message.php b/resources/lang/vi/admin/licenses/message.php index 3dedb79b67..2a7297d970 100644 --- a/resources/lang/vi/admin/licenses/message.php +++ b/resources/lang/vi/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => 'Tập tin không tải lên được. Xin vui lòng thử lại.', 'success' => 'Tập tin đã tải lên thành công.', 'nofiles' => 'Bạn chưa chọn bất kỳ tập tin nào để tải lên, hoặc tập tin bạn đang cố gắng tải lên có dung lượng quá lớn', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php index 1bcdb9c7e9..73ab37d3fd 100644 --- a/resources/lang/vi/admin/locations/table.php +++ b/resources/lang/vi/admin/locations/table.php @@ -1,18 +1,20 @@ 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'Thành phố', - 'state' => 'Tỉnh/Thành phố', - 'country' => 'Nước', - 'create' => 'Tạo địa phương', - 'update' => 'Cập nhật địa phương', - 'name' => 'Tên địa phương', - 'address' => 'Địa chỉ', - 'zip' => 'Mã bưu điện', - 'locations' => 'Địa phương', - 'parent' => 'Parent', - 'currency' => 'Tiền tệ địa phương', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Assets Assigned', + 'id' => 'ID', + 'city' => 'Thành phố', + 'state' => 'Tỉnh/Thành phố', + 'country' => 'Nước', + 'create' => 'Tạo địa phương', + 'update' => 'Cập nhật địa phương', + 'name' => 'Tên địa phương', + 'address' => 'Địa chỉ', + 'zip' => 'Mã bưu điện', + 'locations' => 'Địa phương', + 'parent' => 'Parent', + 'currency' => 'Tiền tệ địa phương', + ); diff --git a/resources/lang/vi/admin/manufacturers/table.php b/resources/lang/vi/admin/manufacturers/table.php index ad6371be9a..45f1fec9aa 100644 --- a/resources/lang/vi/admin/manufacturers/table.php +++ b/resources/lang/vi/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => 'Hãng sản xuất', 'create' => 'Tạo hãng sản xuất', 'id' => 'ID', diff --git a/resources/lang/vi/admin/models/general.php b/resources/lang/vi/admin/models/general.php index 31673d6ce3..9de4e51750 100644 --- a/resources/lang/vi/admin/models/general.php +++ b/resources/lang/vi/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Model này đã bị xoá. Bấm vào đây để khôi phục lại.', 'restore' => 'Khôi phục Model', 'requestable' => 'Users may request this model', diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index c9d10bf883..fb972949fc 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -4,7 +4,7 @@ return array( 'ad' => 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', - 'is_ad' => 'This is an Active Directory server', + 'is_ad' => 'Đây là một máy chủ Active Directory', 'alert_email' => 'Gửi cảnh báo đến', 'alerts_enabled' => 'Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', @@ -114,12 +114,15 @@ return array( 'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_required' => 'Required for all users', 'two_factor_disabled' => 'Disabled', 'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_config_complete' => 'Submit Code', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => 'left', 'right' => 'right', 'top' => 'top', diff --git a/resources/lang/vi/admin/settings/message.php b/resources/lang/vi/admin/settings/message.php index 60f7901bb9..3d06d7e3ad 100644 --- a/resources/lang/vi/admin/settings/message.php +++ b/resources/lang/vi/admin/settings/message.php @@ -10,8 +10,8 @@ return array( 'backup' => array( 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'generated' => 'Một tập tin sao lưu mới được tạo thành công.', + 'file_not_found' => 'Tập tin sao lưu không tìm thấy trên máy chủ.', ), 'purge' => array( 'error' => 'An error has occurred while purging. ', diff --git a/resources/lang/vi/admin/statuslabels/message.php b/resources/lang/vi/admin/statuslabels/message.php index 619a5a509c..667bf9cb16 100644 --- a/resources/lang/vi/admin/statuslabels/message.php +++ b/resources/lang/vi/admin/statuslabels/message.php @@ -8,16 +8,16 @@ return array( 'create' => array( 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'success' => 'Nhãn trạng thái được tạo thành công.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Nhãn Tình trạng không được cập nhật, xin vui lòng thử lại', + 'success' => 'Nhãn trạng thái được tạo thành công.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this Status Label?', + 'confirm' => 'Bạn có chắc bạn muốn xóa nhãn tình trạng này?', 'error' => 'There was an issue deleting the Status Label. Please try again.', 'success' => 'The Status Label was deleted successfully.' ) diff --git a/resources/lang/vi/admin/suppliers/table.php b/resources/lang/vi/admin/suppliers/table.php index 28ed545222..748c814e9e 100644 --- a/resources/lang/vi/admin/suppliers/table.php +++ b/resources/lang/vi/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => 'Địa chỉ nhà cung cấp', 'assets' => 'Tài sản', 'city' => 'Thành phố', diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php index e83d894205..a6bbb2670b 100644 --- a/resources/lang/vi/admin/users/general.php +++ b/resources/lang/vi/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => 'Phần mềm đã được checkout đến :name', 'view_user' => 'Xem người dùng :name', 'usercsv' => 'Tập tin CSV', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/vi/auth/general.php b/resources/lang/vi/auth/general.php index bf88cba77a..6906857b3f 100644 --- a/resources/lang/vi/auth/general.php +++ b/resources/lang/vi/auth/general.php @@ -4,9 +4,9 @@ return [ 'send_password_link' => 'Send Password Reset Link', 'email_reset_password' => 'Email Password Reset', 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'login' => 'Đăng nhập', + 'login_prompt' => 'Vui lòng đăng nhập', + 'forgot_password' => 'Tôi đã quên mật khẩu của tôi', + 'remember_me' => 'Ghi nhớ tôi', ]; diff --git a/resources/lang/vi/auth/message.php b/resources/lang/vi/auth/message.php index 0d5b6c17d6..7ef36d4fe2 100644 --- a/resources/lang/vi/auth/message.php +++ b/resources/lang/vi/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => 'Tài khoản người dùng này chưa được kích hoạt.', 'account_suspended' => 'Tài khoản người dùng này đã bị tạm ngưng.', 'account_banned' => 'Tài khoản người dùng này đã bị cấm.', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => 'Có vấn đề khi bạn có gắng đăng nhập, xin thử lại.', diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php index 2a54e5e5cb..4c59bd99c7 100644 --- a/resources/lang/vi/general.php +++ b/resources/lang/vi/general.php @@ -49,6 +49,8 @@ 'custom_report' => 'Điều chỉnh báo cáo tài sản', 'dashboard' => 'Bảng điều khiển', 'date' => 'Ngày', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => 'Xóa', 'deleted' => 'Đã xóa', 'delete_seats' => 'Deleted Seats', @@ -113,6 +115,7 @@ 'no_results' => 'Không có kết quả.', 'no' => 'No', 'notes' => 'Ghi chú', + 'order_number' => 'Order Number', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Đang chờ', @@ -121,6 +124,8 @@ 'previous' => 'Trước', 'processing' => 'Đang xử lý', 'profile' => 'Hồ sơ của bạn', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => 'Số lượng', 'quantity' => 'Quantity', 'ready_to_deploy' => 'Sẵn sàng để cấp phát', @@ -145,11 +150,13 @@ 'select_asset' => 'Select Asset', 'settings' => 'Cài đặt', 'sign_in' => 'Đăng nhập', + 'signature' => 'Signature', 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Tên trang web', 'state' => 'Tỉnh/Thành phố', 'status_labels' => 'Tình trạng nhãn', 'status' => 'Tình trạng', + 'supplier' => 'Supplier', 'suppliers' => 'Nhà cung cấp', 'submit' => 'Submit', 'total_assets' => 'tổng số tài sản', diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php index 5c1c46da31..7a752f2c55 100644 --- a/resources/lang/vi/validation.php +++ b/resources/lang/vi/validation.php @@ -33,7 +33,7 @@ return array( "digits_between" => ":attribute phải ở giữa :min và :max số.", "email" => "Định dạng :attribute thì không phù hợp.", "exists" => ":attribute đã chọn không phù hợp.", - "email_array" => "One or more email addresses is invalid.", + "email_array" => "Một hoặc nhiều địa chỉ email không hợp lệ.", "image" => ":attribute phải là một hình.", "in" => ":attribute đã lựa chọn không hợp lý.", "integer" => ":attribute phải là một số nguyên.", @@ -64,8 +64,8 @@ return array( ), "unique" => ":attribute đã sẵn sàng.", "url" => "Định dạng :attribute thì không hợp lý.", - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + "statuslabel_type" => "Bạn phải chọn một loại nhãn trạng thái hợp lệ", + "unique_undeleted" => ":attribute phải là duy nhất.", /* diff --git a/resources/lang/zh-CN/admin/accessories/general.php b/resources/lang/zh-CN/admin/accessories/general.php index 2d6c4edea7..f888603f81 100644 --- a/resources/lang/zh-CN/admin/accessories/general.php +++ b/resources/lang/zh-CN/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => '配件就是你发给用户,但没有一个序列号(或者你不在乎唯一序列号标识)。例如,计算机鼠标或键盘。', 'accessory_category' => '配件类别', 'accessory_name' => '配件名称', - 'cost' => '采购成本', 'checkout' => '借出配件', 'checkin' => '借入配件', 'create' => '新增配件', - 'date' => '采购日期', 'edit' => '编辑配件', 'eula_text' => '类别的最终用户许可协议', 'eula_text_help' => '此字段允许您自定义的EULA(最终用户许可协议)为特定类型的资产。如果您所有资产只有一个EULA(最终用户许可协议),你可以检查下面的框中使用默认设置。', 'require_acceptance' => '要求用户确认接受这一类的资产。', 'no_default_eula' => '没有发现默认EULA(最终用户许可协议)。请在设置中添加一个。', - 'order' => '订单号', - 'qty' => '数量', 'total' => '共计', 'remaining' => '可用', 'update' => '更新配件', diff --git a/resources/lang/zh-CN/admin/asset_maintenances/table.php b/resources/lang/zh-CN/admin/asset_maintenances/table.php index 42c0e286df..8a0f5960cc 100644 --- a/resources/lang/zh-CN/admin/asset_maintenances/table.php +++ b/resources/lang/zh-CN/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => '资产维护', - 'asset_name' => '资产名称', - 'supplier_name' => '供应商名称', + 'asset_name' => 'Asset Name', 'is_warranty' => '质保', 'dl_csv' => '下载CSV文件' ]; diff --git a/resources/lang/zh-CN/admin/categories/general.php b/resources/lang/zh-CN/admin/categories/general.php index 8675eb8fe8..8f1559dcdc 100644 --- a/resources/lang/zh-CN/admin/categories/general.php +++ b/resources/lang/zh-CN/admin/categories/general.php @@ -1,8 +1,8 @@ '关于资产分类', - 'about_categories' => '资产分类帮助你组织你的资产。例如:台式机,笔记本,手机,平板 等等,并且你可以自己去定义这些分类。 ', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => '资产分类', 'category_name' => '分类名称', 'checkin_email' => '发送邮件到登记的使用者', diff --git a/resources/lang/zh-CN/admin/companies/general.php b/resources/lang/zh-CN/admin/companies/general.php index 80f603a2f2..c46a6eb207 100644 --- a/resources/lang/zh-CN/admin/companies/general.php +++ b/resources/lang/zh-CN/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => '选择公司', ]; diff --git a/resources/lang/zh-CN/admin/consumables/general.php b/resources/lang/zh-CN/admin/consumables/general.php index a6c63219bd..7206dd143f 100644 --- a/resources/lang/zh-CN/admin/consumables/general.php +++ b/resources/lang/zh-CN/admin/consumables/general.php @@ -3,13 +3,10 @@ return array( 'about_consumables_title' => '关于耗材', 'about_consumables_text' => '所谓耗材是指从购买后会慢慢消耗并最终用尽的物品,例如打印机墨水,复印纸等等。', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => '领取耗材给使用者', 'consumable_name' => '耗材名称', - 'cost' => '采购成本', 'create' => '创建耗材', - 'date' => '采购日期', 'item_no' => '项目编号', - 'order' => '订单号', 'remaining' => '剩余', 'total' => '总计', 'update' => '更新耗材', diff --git a/resources/lang/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php index 2372c61d4e..4079fce7d6 100644 --- a/resources/lang/zh-CN/admin/custom_fields/general.php +++ b/resources/lang/zh-CN/admin/custom_fields/general.php @@ -6,16 +6,16 @@ return array( 'about_fieldsets_title' => '关于字段集', 'about_fieldsets_text' => '字段集允许你为常用的资产模型定义一组可重用的字段。', 'custom_format' => '自定义格式', - 'encrypt_field' => '加密数据库中此字段的值', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => '警告︰ 对字段的加密将导致该字段无法用于搜索', - 'encrypted' => 'Encrypted', + 'encrypted' => '已加密', 'fieldset' => '字段集', 'qty_fields' => '字段', 'fieldsets' => '字段集', 'fieldset_name' => '名称', 'field_name' => '名称', 'field_values' => '字段值', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => '表单元素', 'field_element_short' => '表单元素', 'field_format' => '格式', @@ -26,5 +26,5 @@ return array( 'order' => '排序', 'create_fieldset' => '新增字段集', 'create_field' => '新增字段', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => '此字段的值已被加密。只有管理员用户能够查看已解密的值', ); diff --git a/resources/lang/zh-CN/admin/depreciations/general.php b/resources/lang/zh-CN/admin/depreciations/general.php index 2dca1c0cd5..ce968f629c 100644 --- a/resources/lang/zh-CN/admin/depreciations/general.php +++ b/resources/lang/zh-CN/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => '关于资产折旧', 'about_depreciations' => '你可以设置资产折旧时间期限', 'asset_depreciations' => '资产折旧', - 'create_depreciation' => '新建折旧', + 'create' => 'Create Depreciation', 'depreciation_name' => '折旧名称', 'number_of_months' => '月数', - 'update_depreciation' => '更新折旧', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/zh-CN/admin/groups/titles.php b/resources/lang/zh-CN/admin/groups/titles.php index 02021793ff..8076d24929 100644 --- a/resources/lang/zh-CN/admin/groups/titles.php +++ b/resources/lang/zh-CN/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => '分组管理', - 'create_group' => '创建新的分组', - 'edit_group' => '编辑分组', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => '分组名称', 'group_admin' => '分组管理员', 'allow' => '允许', diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php index 0bffe8a25a..ae33db2e75 100644 --- a/resources/lang/zh-CN/admin/hardware/form.php +++ b/resources/lang/zh-CN/admin/hardware/form.php @@ -1,7 +1,7 @@ '确认批量删除', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => '请在此确认将批量删除的资产。在删除后,资产可以恢复,但一切当前的用户关联将会丢失。', 'bulk_delete_warn' => '即将删除 :asset_count 项资产', 'bulk_update' => '批量更新', @@ -15,7 +15,6 @@ return array( 'create' => '创建资产', 'date' => '购买时间', 'depreciates_on' => '折旧于', - 'depreciation' => '折旧', 'default_location' => '默认位置', 'eol_date' => '产品寿命日期', 'eol_rate' => '产品寿命等级', @@ -35,7 +34,6 @@ return array( 'select_statustype' => '选择状态类型', 'serial' => '序列号', 'status' => '状态', - 'supplier' => '供应商', 'tag' => '资产标签', 'update' => '更新资产', 'warranty' => '质保', diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php index 25747247a1..31f35e9d87 100644 --- a/resources/lang/zh-CN/admin/hardware/general.php +++ b/resources/lang/zh-CN/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => '已存档', 'asset' => '资产', 'bulk_checkout' => '借出资产给某人', @@ -13,7 +15,7 @@ return array( 'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar', 'model_deleted' => '这个资产模型将被删除,恢复资产之前需要先恢复模型。
单击这里备份模型.', 'requestable' => '可申领', - 'requested' => 'Requested', + 'requested' => '已申请', 'restore' => '还原资产', 'pending' => '待处理', 'undeployable' => '不可部署', diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php index 5b0f4f18f4..8c883fe0c0 100644 --- a/resources/lang/zh-CN/admin/hardware/message.php +++ b/resources/lang/zh-CN/admin/hardware/message.php @@ -39,8 +39,8 @@ return array( 'error' => '某些字段没有正确导入', 'errorDetail' => '以下项由于错误未被导入', 'success' => "您的文件已被导入", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'file_delete_success' => "您的文件已成功删除", + 'file_delete_error' => "该文件无法被删除", ), @@ -68,7 +68,7 @@ return array( 'requests' => array( 'error' => '未能成功请求分配资产,请重试。', 'success' => '成功请求资产', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => '借出申请已取消。' ) ); diff --git a/resources/lang/zh-CN/admin/licenses/form.php b/resources/lang/zh-CN/admin/licenses/form.php index 5f941909e7..e3a8d583f4 100644 --- a/resources/lang/zh-CN/admin/licenses/form.php +++ b/resources/lang/zh-CN/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => '资产', 'checkin' => '借入', - 'cost' => '采购价格', 'create' => '创建许可证', - 'date' => '采购日期', - 'depreciation' => '折旧', 'expiration' => '到期日期', 'license_key' => '产品序列号', 'maintained' => '保持', 'name' => '软件名称', 'no_depreciation' => '永久', - 'notes' => '备注', - 'order' => '订单号', 'purchase_order' => '采购订单号码', 'reassignable' => '可重新授权', 'remaining_seats' => '剩余次数', 'seats' => '允许使用次数', - 'serial' => '序列号', - 'supplier' => '供应商', 'termination_date' => '终止日期', 'to_email' => '许可电子邮件', 'to_name' => '许可人名字', diff --git a/resources/lang/zh-CN/admin/licenses/general.php b/resources/lang/zh-CN/admin/licenses/general.php index 646d72bb42..7cd0755ff1 100644 --- a/resources/lang/zh-CN/admin/licenses/general.php +++ b/resources/lang/zh-CN/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => '接入许可证数量', 'checkout_history' => '借出历史记录', 'checkout' => '借出许可证数量', diff --git a/resources/lang/zh-CN/admin/licenses/message.php b/resources/lang/zh-CN/admin/licenses/message.php index 1c4b9d5207..fccd670383 100644 --- a/resources/lang/zh-CN/admin/licenses/message.php +++ b/resources/lang/zh-CN/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => '文件上传失败,请重试。', 'success' => '文件上传成功。', 'nofiles' => '尚未选择要上传的文件,或上传的文件过大。', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php index 79f1e130bf..8c08794f2c 100644 --- a/resources/lang/zh-CN/admin/locations/table.php +++ b/resources/lang/zh-CN/admin/locations/table.php @@ -1,18 +1,20 @@ '资产', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => '持有人', - 'id' => '编号', - 'city' => '城市', - 'state' => '省份', - 'country' => '国家', - 'create' => '创建地理位置', - 'update' => '更新地理位置', - 'name' => '地理位置名称', - 'address' => '地址', - 'zip' => '邮政编码', - 'locations' => '地理位置', - 'parent' => '上级节点', - 'currency' => '当地货币单位', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => '资产', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => '持有人', + 'id' => '编号', + 'city' => '城市', + 'state' => '省份', + 'country' => '国家', + 'create' => '创建地理位置', + 'update' => '更新地理位置', + 'name' => '地理位置名称', + 'address' => '地址', + 'zip' => '邮政编码', + 'locations' => '地理位置', + 'parent' => '上级节点', + 'currency' => '当地货币单位', + ); diff --git a/resources/lang/zh-CN/admin/manufacturers/table.php b/resources/lang/zh-CN/admin/manufacturers/table.php index f9b5f90a84..12031f1dd4 100644 --- a/resources/lang/zh-CN/admin/manufacturers/table.php +++ b/resources/lang/zh-CN/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => '资产制造商', 'create' => '创建制造厂', 'id' => '编号', diff --git a/resources/lang/zh-CN/admin/models/general.php b/resources/lang/zh-CN/admin/models/general.php index 78449cd7f4..bc3e06176a 100644 --- a/resources/lang/zh-CN/admin/models/general.php +++ b/resources/lang/zh-CN/admin/models/general.php @@ -1,10 +1,11 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => '此型号已被删除。点击此处恢复。', 'restore' => '恢复型号', - 'requestable' => 'Users may request this model', + 'requestable' => '用户可申请此型号', 'show_mac_address' => '在此型号资产中显示MAC地址', 'view_deleted' => '查看已删除', 'view_models' => '查看已型号', diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index c9b82f8867..c8d9a487a9 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -52,7 +52,7 @@ return array( 'ldap_basedn' => 'Base Bind DN', 'ldap_filter' => 'LDAP 过滤器', 'ldap_pw_sync' => 'LDAP 密码同步', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_pw_sync_help' => '若您不想让 LDAP 密码与系统密码同步,请勿勾选此项。取消同步设置将造成当系统与 LDAP 失去连接时,用户无法登录。', 'ldap_username_field' => '用户名字段', 'ldap_lname_field' => '姓氏', 'ldap_fname_field' => 'LDAP用户名字字段', @@ -104,22 +104,25 @@ return array( 'width_w' => '宽', 'height_h' => '高', 'text_pt' => '磅', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_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' => '两步验证', + 'two_factor_secret' => '两步验证验证码', + 'two_factor_enrollment' => '加入两步验证', + 'two_factor_enabled_text' => '启用两步验证', + 'two_factor_reset' => '重设两步验证密钥', + 'two_factor_reset_help' => '此操作会强制用户再次通过 Google Authenticator 登记设备,此操作可以解决上一部移动设备丢失的问题。', + 'two_factor_reset_success' => '成功重设两步验证设备', + 'two_factor_reset_error' => '两步验证设备重设失败', + 'two_factor_enabled_warning' => '启用两步验证将需要您立即用登记的移动设备验证身份。如您尚未设置两步验证,您现在可以登记您的设备。', + 'two_factor_enabled_help' => '此操作将用 Google Authenticator 启用两步验证', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => '强制所有用户启用', + 'two_factor_disabled' => '已停用', + 'two_factor_enter_code' => '输入两步验证代码', + 'two_factor_config_complete' => '发送两步验证代码', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enrollment_text' => "本系统强制两步验证,但您尚未登记您的移动设备。请启动您的 Google Authenticator 应用并扫描下方二维码以设置两步验证。在您完成后,请在下方输入生成的认证代码。", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => '左', 'right' => '右', 'top' => '顶部', diff --git a/resources/lang/zh-CN/admin/statuslabels/message.php b/resources/lang/zh-CN/admin/statuslabels/message.php index aa2bf3f802..503b55d311 100644 --- a/resources/lang/zh-CN/admin/statuslabels/message.php +++ b/resources/lang/zh-CN/admin/statuslabels/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => '状态标签不存在', - 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', + 'assoc_assets' => '删除失败,该状态标签已与其它资产关联。请先更新资产以取消关联,然后重试。 ', 'create' => array( diff --git a/resources/lang/zh-CN/admin/suppliers/table.php b/resources/lang/zh-CN/admin/suppliers/table.php index bf36e62941..d728a3c027 100644 --- a/resources/lang/zh-CN/admin/suppliers/table.php +++ b/resources/lang/zh-CN/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => '供应商地址', 'assets' => '资产', 'city' => '城市', diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php index 2872258b3c..72a520afb4 100644 --- a/resources/lang/zh-CN/admin/users/general.php +++ b/resources/lang/zh-CN/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => ':name 借走的软件', 'view_user' => '查看用户: :name', 'usercsv' => 'CSV 档案', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/zh-CN/auth/message.php b/resources/lang/zh-CN/auth/message.php index 8406d1766f..612037ec57 100644 --- a/resources/lang/zh-CN/auth/message.php +++ b/resources/lang/zh-CN/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => '用户还未激活', 'account_suspended' => '账户已经被停用', 'account_banned' => '账户已经被禁用', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => '登陆过程中出现了一点儿问题,请重试。', diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index efd51a98eb..640fdbbc4b 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -41,7 +41,7 @@ 'consumables' => '消耗品', 'country' => '国家', 'create' => '新增', - 'created' => 'Item Created', + 'created' => '项目已创建', 'created_asset' => '新建资产', 'created_at' => '创建于', 'currency' => 'RMB', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => '客户资产的报告', 'dashboard' => '控制面板', 'date' => '日期', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => '刪除', 'deleted' => '已删除', 'delete_seats' => '已移除空位', @@ -93,7 +95,7 @@ 'list_all' => '列出全部', 'loading' => '加载中', 'lock_passwords' => '此区域无法编辑', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => '演示模式下禁用此功能', 'location' => '位置', 'locations' => '地理位置', 'logout' => '注销', @@ -113,6 +115,7 @@ 'no_results' => '没有结果', 'no' => '否', 'notes' => '备注', + 'order_number' => 'Order Number', 'page_menu' => '显示菜单项', 'pagination_info' => '显示全部', 'pending' => '待定', @@ -121,6 +124,8 @@ 'previous' => '前一页', 'processing' => '处理中', 'profile' => '您的个人资料', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => '数量', 'quantity' => '数量', 'ready_to_deploy' => '待分配', @@ -145,17 +150,19 @@ 'select_asset' => '选择资产', 'settings' => '设置', 'sign_in' => '登录', + 'signature' => 'Signature', 'some_features_disabled' => '演示模式: 此安装将禁用某些功能。', 'site_name' => '站点名称', 'state' => '省份', 'status_labels' => '状态标签', 'status' => '状态', + 'supplier' => 'Supplier', 'suppliers' => '供应商', - 'submit' => 'Submit', + 'submit' => '提交', 'total_assets' => '共计资产', 'total_licenses' => '共计许可证', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => '总配件', + 'total_consumables' => '总耗材', 'type' => '类型', 'undeployable' => '无法被分配', 'unknown_admin' => '未知管理员', diff --git a/resources/lang/zh-CN/mail.php b/resources/lang/zh-CN/mail.php index c9a4fe182d..2f55530d69 100644 --- a/resources/lang/zh-CN/mail.php +++ b/resources/lang/zh-CN/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => '用户已取消物品申请', + 'a_user_requested' => '用户已申请物品', + 'accessory_name' => '配件名称:', + 'additional_notes' => '备注:', + 'admin_has_created' => '管理员已在 :web 为您新增帐号。', + 'asset' => '资产:', + 'asset_name' => '资产名称:', + 'asset_requested' => '已申请资产', + 'asset_tag' => '资产标签:', + 'assets_warrantee_expiring' => '{1} 资产保修将在60天内到期。|[2,Inf]资产保修将在60天内到期。', + 'assigned_to' => '已分配给', + 'best_regards' => '此致', + 'canceled' => '已取消:', + 'checkin_date' => '交回日期:', + 'checkout_date' => '借出日期:', + 'click_to_confirm' => '请点击链接启用您在 :web 的帐号:', + 'click_on_the_link_accessory' => '请点击链接确认您已经收到配件。', + 'click_on_the_link_asset' => '请点击链接确认您已经收到资产。', + 'Confirm_Asset_Checkin' => '确认资产收回', + 'Confirm_Accessory_Checkin' => '确认配件收回', + 'Confirm_accessory_delivery' => '确认配件交付。', + 'Confirm_asset_delivery' => '确认资产交付。', + 'Confirm_consumable_delivery' => '确认耗材交付。', + 'current_QTY' => '目前数量', + 'Days' => '天', + 'days' => '天', + 'expecting_checkin_date' => '预计归还日期:', + 'expires' => '过期', + 'Expiring_Assets_Report' => '过期资产报告', + 'Expiring_Licenses_Report' => '过期许可证报告', + 'hello' => '您好', + 'hi' => '您好', + 'i_have_read' => '我同意使用条款并确认已收到物品。', + 'item' => '项目:', + 'items_below_minimum' => '{1} 数量已低于最小库存量,或即将低于最小库存量。|[2,Inf] 数量已低于最小库存量,或即将低于最小库存量', + 'Item_Request_Canceled' => '已取消申领物品', + 'Item_Requested' => '已申领物品', + 'licenses_expiring' => '{1} 许可证将在60天内到期。|[2,Inf] 许可证将在60天内到期。', + 'link_to_update_password' => '请点击以下链接以更新 :web 的密码:', + 'login_first_admin' => '请使用以下凭据登录新安装的 Snipe-IT:', + 'login' => '登录:', + 'Low_Inventory_Report' => '低库存报告', + 'min_QTY' => '最小数量', + 'name' => '名字', + 'new_item_checked' => '一项新物品已分配至您的名下,详细信息如下。', + 'password' => '密码', + 'password_reset' => '密码重置', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => '请阅读以下使用条款', + 'read_the_terms_and_click' => '请阅读使用条款,点击下方链接确认您已阅读并同意使用条款,并已收到资产。', + 'requested' => '已申请', + 'reset_link' => '您的密码重置链接', + 'reset_password' => '请点击重置您的密码', + 'serial' => '序列号', + 'supplier' => '供应商', + 'tag' => '标签', + 'test_email' => 'Snipe-IT 测试邮件', + 'test_mail_text' => '这是一封 Snipe-IT 资产管理系统的测试电子邮件,如果您收到,表示邮件通知正常运作 :)', + 'the_following_item' => '以下项目已交回:', + 'There_are' => '{1} 这|[2,Inf] 这些', + 'to_reset' => '要重置 :web 的密码,请完成此表格:', + 'type' => '类型', + 'user' => '用户:', + 'username' => '用户名:', + 'welcome' => '欢迎您,:name', + 'welcome_to' => '欢迎来到 :web!', + 'your_credentials' => '您的 Snipe-IT 登录凭据', ); diff --git a/resources/lang/zh-TW/admin/accessories/general.php b/resources/lang/zh-TW/admin/accessories/general.php index 593a651d70..15c6da116f 100644 --- a/resources/lang/zh-TW/admin/accessories/general.php +++ b/resources/lang/zh-TW/admin/accessories/general.php @@ -5,18 +5,14 @@ return array( 'about_accessories_text' => '配件是你分派給使用者,但不包含序號(或你不需要追蹤唯一性) 的物品。例如:滑鼠或鍵盤', 'accessory_category' => '配件類別', 'accessory_name' => '配件名稱', - 'cost' => '採購成本', 'checkout' => '配件借出', 'checkin' => '配件繳回', 'create' => '新增配件', - 'date' => '購買日期', 'edit' => '編輯配件', 'eula_text' => '類別的最終使用者許可協議', 'eula_text_help' => '此欄位允許您為特定資產自定EULA(最終使用者許可協議)。如果您所有資產只有一個EULA(最終使用者許可協議),您可以勾選下方選項設為預設。', 'require_acceptance' => '需要使用者確認接受此類資產', 'no_default_eula' => '沒有找到預設EULA(最終使用者許可協議)。請在設定中增加一個。', - 'order' => '訂單編號', - 'qty' => '數量', 'total' => '總計', 'remaining' => '可用', 'update' => '更新配件', diff --git a/resources/lang/zh-TW/admin/asset_maintenances/table.php b/resources/lang/zh-TW/admin/asset_maintenances/table.php index de96c2e5df..066ea5e3d7 100644 --- a/resources/lang/zh-TW/admin/asset_maintenances/table.php +++ b/resources/lang/zh-TW/admin/asset_maintenances/table.php @@ -2,8 +2,7 @@ return [ 'title' => '資產維護', - 'asset_name' => '資產名稱', - 'supplier_name' => '供應商', + 'asset_name' => 'Asset Name', 'is_warranty' => '保固', 'dl_csv' => '下載CSV檔' ]; diff --git a/resources/lang/zh-TW/admin/categories/general.php b/resources/lang/zh-TW/admin/categories/general.php index 0062974b55..e963eda050 100644 --- a/resources/lang/zh-TW/admin/categories/general.php +++ b/resources/lang/zh-TW/admin/categories/general.php @@ -1,8 +1,8 @@ '關於資產類別', - 'about_categories' => '資產類別可幫助您組織您的資產。例如:桌上型電腦、筆記型電腦、手機、平板...等,您可依需求自行定義類別。', + 'about_categories_title' => 'About Categories', + 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', 'asset_categories' => '資產類別', 'category_name' => '類別名稱', 'checkin_email' => '寄送郵件到登記的使用者', diff --git a/resources/lang/zh-TW/admin/companies/general.php b/resources/lang/zh-TW/admin/companies/general.php index 4331f45da9..1d66c664fd 100644 --- a/resources/lang/zh-TW/admin/companies/general.php +++ b/resources/lang/zh-TW/admin/companies/general.php @@ -1,4 +1,6 @@ 'About Companies', + 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', 'select_company' => '選擇公司', ]; diff --git a/resources/lang/zh-TW/admin/consumables/general.php b/resources/lang/zh-TW/admin/consumables/general.php index ac54a3b7db..4c93e1e54a 100644 --- a/resources/lang/zh-TW/admin/consumables/general.php +++ b/resources/lang/zh-TW/admin/consumables/general.php @@ -5,11 +5,8 @@ return array( 'about_consumables_text' => '所謂耗材是指從購買後會慢慢消耗並最終用盡的物品,例如印表機墨水,影印纸等等。', 'checkout' => '領取耗材給使用者', 'consumable_name' => '耗材名稱', - 'cost' => '採購成本', 'create' => '新增耗材', - 'date' => '採購日期', 'item_no' => '項目編號', - 'order' => '訂單編號', 'remaining' => '剩餘', 'total' => '總計', 'update' => '更新耗材', diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php index 7ba6f4bc0c..c972cb6442 100644 --- a/resources/lang/zh-TW/admin/custom_fields/general.php +++ b/resources/lang/zh-TW/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => '關於欄位集', 'about_fieldsets_text' => '欄位集允許您為常用的資產模型定義一組可重複使用的欄位。', 'custom_format' => '自訂格式', - 'encrypt_field' => '加密此欄位的值。只有管理員能夠查看原始資料。', + 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => '警告:對欄位加密將導致此欄無法用於搜索', 'encrypted' => '已加密', 'fieldset' => '欄位集', @@ -15,8 +15,7 @@ return array( 'fieldset_name' => '名稱', 'field_name' => '名稱', 'field_values' => '欄位值', - 'field_values_help' => '新增可選項,每行一個項目。第一行之外的空行將被忽略。 -標籤和值透過管線符號〝|〞分隔 (可選)', + 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_element' => '表單元素', 'field_element_short' => '表單元素', 'field_format' => '格式', diff --git a/resources/lang/zh-TW/admin/depreciations/general.php b/resources/lang/zh-TW/admin/depreciations/general.php index 520d67d51b..c2c32bca96 100644 --- a/resources/lang/zh-TW/admin/depreciations/general.php +++ b/resources/lang/zh-TW/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => '關於資產折舊', 'about_depreciations' => '您可以設置資產折舊期限', 'asset_depreciations' => '資產折舊', - 'create_depreciation' => '新建折舊', + 'create' => 'Create Depreciation', 'depreciation_name' => '折舊名稱', 'number_of_months' => '月數', - 'update_depreciation' => '更新折舊', + 'update' => 'Update Depreciation', ); diff --git a/resources/lang/zh-TW/admin/groups/titles.php b/resources/lang/zh-TW/admin/groups/titles.php index 4aa09a1b95..251fa43358 100644 --- a/resources/lang/zh-TW/admin/groups/titles.php +++ b/resources/lang/zh-TW/admin/groups/titles.php @@ -1,10 +1,11 @@ 'About Groups', + 'about_groups' => 'Groups are used to generalize user permissions.', 'group_management' => '群組管理', - 'create_group' => '新增群組', - 'edit_group' => '編輯群組', + 'create' => 'Create New Group', + 'update' => 'Edit Group', 'group_name' => '群組名稱', 'group_admin' => '群組管理員', 'allow' => '允許', diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php index c721e5464e..eccd96c9e8 100644 --- a/resources/lang/zh-TW/admin/hardware/form.php +++ b/resources/lang/zh-TW/admin/hardware/form.php @@ -1,7 +1,7 @@ '確認批次刪除資產', + 'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete_help' => '請再次確認批次刪除的資產。刪除後資產可以恢復,但將會失去當前的用戶關聯資訊。', 'bulk_delete_warn' => '即將刪除 :asset_count 項資產', 'bulk_update' => '批次更新資產', @@ -15,7 +15,6 @@ return array( 'create' => '新增資產', 'date' => '採購日期', 'depreciates_on' => '折舊於', - 'depreciation' => '折舊', 'default_location' => '預設位置', 'eol_date' => '產品壽命日期', 'eol_rate' => '產品壽命等級', @@ -35,7 +34,6 @@ return array( 'select_statustype' => '選擇狀態類型', 'serial' => '序號', 'status' => '狀態', - 'supplier' => '供應商', 'tag' => '資產標籤', 'update' => '更新資產', 'warranty' => '保固', diff --git a/resources/lang/zh-TW/admin/hardware/general.php b/resources/lang/zh-TW/admin/hardware/general.php index 3ec4da74ea..3df99885ce 100644 --- a/resources/lang/zh-TW/admin/hardware/general.php +++ b/resources/lang/zh-TW/admin/hardware/general.php @@ -1,6 +1,8 @@ 'About Assets', + 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => '已封存', 'asset' => '資產', 'bulk_checkout' => '借出資產給使用者', diff --git a/resources/lang/zh-TW/admin/licenses/form.php b/resources/lang/zh-TW/admin/licenses/form.php index 2bd5719e10..ce61cf563d 100644 --- a/resources/lang/zh-TW/admin/licenses/form.php +++ b/resources/lang/zh-TW/admin/licenses/form.php @@ -4,23 +4,16 @@ return array( 'asset' => '資產', 'checkin' => '繳回', - 'cost' => '採購成本', 'create' => '新增授權', - 'date' => '採購日期', - 'depreciation' => '折舊', 'expiration' => '到期日期', 'license_key' => '產品序號', 'maintained' => '保持', 'name' => '軟體名稱', 'no_depreciation' => '永久', - 'notes' => '備註', - 'order' => '訂單編號', 'purchase_order' => '採購單號', 'reassignable' => '可重新授權', 'remaining_seats' => '剩餘數量', 'seats' => '數量', - 'serial' => '序號', - 'supplier' => '供應商', 'termination_date' => '終止日期', 'to_email' => '授權信箱', 'to_name' => '授權給', diff --git a/resources/lang/zh-TW/admin/licenses/general.php b/resources/lang/zh-TW/admin/licenses/general.php index de14666f6a..b4f291eda9 100644 --- a/resources/lang/zh-TW/admin/licenses/general.php +++ b/resources/lang/zh-TW/admin/licenses/general.php @@ -1,7 +1,8 @@ 'About Licenses', + 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => '繳回授權數量', 'checkout_history' => '借出歷史記錄', 'checkout' => '借出授權數量', diff --git a/resources/lang/zh-TW/admin/licenses/message.php b/resources/lang/zh-TW/admin/licenses/message.php index 0a452b34e3..4cc2a00e71 100644 --- a/resources/lang/zh-TW/admin/licenses/message.php +++ b/resources/lang/zh-TW/admin/licenses/message.php @@ -23,7 +23,7 @@ return array( 'error' => '上傳檔案失敗,請重試。', 'success' => '上傳檔案成功。', 'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。', - 'invalidfiles' => '一個或多個檔案太大或屬於不被允許的檔案類型。允許上傳的檔案類型:png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf。', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', ), 'update' => array( diff --git a/resources/lang/zh-TW/admin/locations/table.php b/resources/lang/zh-TW/admin/locations/table.php index 9dd4cd79ea..36e3afaf54 100644 --- a/resources/lang/zh-TW/admin/locations/table.php +++ b/resources/lang/zh-TW/admin/locations/table.php @@ -1,18 +1,20 @@ '資產', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => '持有人', - 'id' => 'ID', - 'city' => '城市', - 'state' => '省份', - 'country' => '國家', - 'create' => '新增位置', - 'update' => '更新位置', - 'name' => '位置名稱', - 'address' => '地址', - 'zip' => '郵遞區號', - 'locations' => '位置', - 'parent' => '父項目', - 'currency' => '當地貨幣單位', -); + 'about_locations_title' => 'About Locations', + 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'assets_rtd' => '資產', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => '持有人', + 'id' => 'ID', + 'city' => '城市', + 'state' => '省份', + 'country' => '國家', + 'create' => '新增位置', + 'update' => '更新位置', + 'name' => '位置名稱', + 'address' => '地址', + 'zip' => '郵遞區號', + 'locations' => '位置', + 'parent' => '父項目', + 'currency' => '當地貨幣單位', + ); diff --git a/resources/lang/zh-TW/admin/manufacturers/table.php b/resources/lang/zh-TW/admin/manufacturers/table.php index 743c47dfa2..47e5038712 100644 --- a/resources/lang/zh-TW/admin/manufacturers/table.php +++ b/resources/lang/zh-TW/admin/manufacturers/table.php @@ -1,7 +1,8 @@ 'About manufacturers', + 'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.', 'asset_manufacturers' => '資產製造商', 'create' => '新增製造商', 'id' => 'ID', diff --git a/resources/lang/zh-TW/admin/models/general.php b/resources/lang/zh-TW/admin/models/general.php index 190e5b5cb9..fc616094eb 100644 --- a/resources/lang/zh-TW/admin/models/general.php +++ b/resources/lang/zh-TW/admin/models/general.php @@ -1,7 +1,8 @@ 'About Asset Models', + 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => '此型號已被刪除。點擊此處恢復。', 'restore' => '恢復型號', 'requestable' => '使用者可申請此型號', diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 3f830384b0..94110cd1df 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -105,22 +105,25 @@ return array( 'width_w' => '寬', 'height_h' => '高', 'text_pt' => '磅', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', + 'two_factor' => '雙因素身份驗證', + 'two_factor_secret' => '雙因素驗證代碼', + 'two_factor_enrollment' => '登記雙因素驗證', + 'two_factor_enabled_text' => '啟用雙因素驗證', + 'two_factor_reset' => '重設雙因素驗證', + 'two_factor_reset_help' => '此動作會強制使用者再次透過 Google Authenticator 登記行動裝置,此動作可解決原登記行動裝置遺失的問題。', + 'two_factor_reset_success' => '重設雙因素驗證裝置成功', + 'two_factor_reset_error' => '重設雙因素驗證裝置失敗', 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Optional (Users can enable or disable)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_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_enabled_help' => '這將使用 Google Authenticator 做雙因素驗證。', + 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_required' => '強制所有使用者啟用', + 'two_factor_disabled' => '已停用', + 'two_factor_enter_code' => '輸入雙因素認證代碼', + 'two_factor_config_complete' => '送出代碼', + 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enrollment_text' => "雙因素認證是必要的,無論您是否已登記行動裝置。開啟您的 Google Authenticator app 並且掃描下方的 QR Code 以登記雙因素認證。當您已登記您的裝置,請在下方輸入認證代碼", + 'require_accept_signature' => 'Require Signature', + 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'left' => '左', 'right' => '右', 'top' => '頂部', diff --git a/resources/lang/zh-TW/admin/suppliers/table.php b/resources/lang/zh-TW/admin/suppliers/table.php index e8b6868bbe..e09ff1b452 100644 --- a/resources/lang/zh-TW/admin/suppliers/table.php +++ b/resources/lang/zh-TW/admin/suppliers/table.php @@ -1,6 +1,8 @@ 'About Suppliers', + 'about_suppliers_text' => 'Suppliers are used to track the source of items', 'address' => '供應商地址', 'assets' => '資產', 'city' => '城市', diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php index 46d8aa6f14..b2e0d2ee03 100644 --- a/resources/lang/zh-TW/admin/users/general.php +++ b/resources/lang/zh-TW/admin/users/general.php @@ -15,4 +15,7 @@ return array( 'software_user' => ':name 借出的軟體', 'view_user' => '檢視使用者: :name', 'usercsv' => 'CSV 檔', + 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', + 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_active' => '2FA Active ', ); diff --git a/resources/lang/zh-TW/auth/message.php b/resources/lang/zh-TW/auth/message.php index ca4da2c5c1..31beec8b29 100644 --- a/resources/lang/zh-TW/auth/message.php +++ b/resources/lang/zh-TW/auth/message.php @@ -7,6 +7,7 @@ return array( 'account_not_activated' => '使用者尚未啟用', 'account_suspended' => '使用者已被停用', 'account_banned' => '使用者已被禁用', + 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'signin' => array( 'error' => '登入過程中發生問題,請重試', diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index fc42848f23..129c35f9d0 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -41,7 +41,7 @@ 'consumables' => '耗材', 'country' => '國家', 'create' => '新增', - 'created' => 'Item Created', + 'created' => '項目已新增', 'created_asset' => '新增資產', 'created_at' => '新增於', 'currency' => '$', // this is deprecated @@ -49,6 +49,8 @@ 'custom_report' => '自訂資產報告', 'dashboard' => '儀表板', 'date' => '日期', + 'debug_warning' => 'Warning!', + 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', 'delete' => '刪除', 'deleted' => '刪除', 'delete_seats' => '刪除授權', @@ -93,7 +95,7 @@ 'list_all' => '列出全部', 'loading' => '載入中', 'lock_passwords' => '此區域無法編輯', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => '演示模式下禁用此功能', 'location' => '位置', 'locations' => '位置', 'logout' => '登出', @@ -113,6 +115,7 @@ 'no_results' => '沒有結果', 'no' => '否', 'notes' => '備註', + 'order_number' => 'Order Number', 'page_menu' => '顯示選項', 'pagination_info' => '顯示全部', 'pending' => '待處理', @@ -121,6 +124,8 @@ 'previous' => '前一頁', 'processing' => '處理中', 'profile' => '您的個人資料', + 'purchase_cost' => 'Purchase Cost', + 'purchase_date' => 'Purchase Date', 'qty' => '數量', 'quantity' => '數量', 'ready_to_deploy' => '準備部署', @@ -145,13 +150,15 @@ 'select_asset' => '選擇資產', 'settings' => '設定', 'sign_in' => '登入', + 'signature' => 'Signature', 'some_features_disabled' => '演示模式︰ 此安裝禁用某些功能。', 'site_name' => '網站名稱', 'state' => '省份', 'status_labels' => '狀態標籤', 'status' => '狀態', + 'supplier' => 'Supplier', 'suppliers' => '供應商', - 'submit' => 'Submit', + 'submit' => '送出', 'total_assets' => '總資產', 'total_licenses' => '總計授權', 'total_accessories' => '配件總計',