diff --git a/resources/lang/af/admin/categories/message.php b/resources/lang/af/admin/categories/message.php index 85103589b..6b01196c2 100644 --- a/resources/lang/af/admin/categories/message.php +++ b/resources/lang/af/admin/categories/message.php @@ -13,7 +13,8 @@ return array( 'update' => array( 'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer', - 'success' => 'Kategorie suksesvol opgedateer.' + 'success' => 'Kategorie suksesvol opgedateer.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', ), 'delete' => array( diff --git a/resources/lang/af/admin/components/general.php b/resources/lang/af/admin/components/general.php index 61ea3b215..77bf2f615 100644 --- a/resources/lang/af/admin/components/general.php +++ b/resources/lang/af/admin/components/general.php @@ -12,4 +12,5 @@ return array( 'remaining' => 'oorblywende', 'total' => 'totale', 'update' => 'Opdateer komponent', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' ); diff --git a/resources/lang/af/admin/custom_fields/general.php b/resources/lang/af/admin/custom_fields/general.php index 7137cf3b3..f649876ad 100644 --- a/resources/lang/af/admin/custom_fields/general.php +++ b/resources/lang/af/admin/custom_fields/general.php @@ -27,6 +27,9 @@ return [ 'used_by_models' => 'Gebruik deur modelle', 'order' => 'Orde', 'create_fieldset' => 'Nuwe Fieldset', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', 'create_fieldset_title' => 'Create a new fieldset', 'create_field' => 'Nuwe aangepaste veld', 'create_field_title' => 'Create a new custom field', diff --git a/resources/lang/af/admin/hardware/general.php b/resources/lang/af/admin/hardware/general.php index c6fc9f0bb..d3d637a9b 100644 --- a/resources/lang/af/admin/hardware/general.php +++ b/resources/lang/af/admin/hardware/general.php @@ -14,6 +14,8 @@ return [ 'deleted' => 'This asset has been deleted.', 'edit' => 'Wysig bate', 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.', + 'model_invalid' => 'The Model of this Asset is invalid.', + 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.', 'requestable' => 'Requestable', 'requested' => 'versoek', 'not_requestable' => 'Not Requestable', diff --git a/resources/lang/af/admin/hardware/message.php b/resources/lang/af/admin/hardware/message.php index a408a43f0..708e5bfd2 100644 --- a/resources/lang/af/admin/hardware/message.php +++ b/resources/lang/af/admin/hardware/message.php @@ -48,6 +48,8 @@ return [ 'success' => 'Jou lêer is ingevoer', 'file_delete_success' => 'Jou lêer is suksesvol verwyder', 'file_delete_error' => 'Die lêer kon nie uitgevee word nie', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/af/admin/models/message.php b/resources/lang/af/admin/models/message.php index 3c09500b0..5adbfc913 100644 --- a/resources/lang/af/admin/models/message.php +++ b/resources/lang/af/admin/models/message.php @@ -3,6 +3,8 @@ return array( 'does_not_exist' => 'Model bestaan nie.', + 'no_association' => 'NO MODEL ASSOCIATED.', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', 'assoc_users' => 'Hierdie model word tans geassosieer met een of meer bates en kan nie verwyder word nie. Verwyder asseblief die bates en probeer dan weer uitvee.', diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index 2b79f41d6..ab6778f2b 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -77,6 +77,7 @@ return [ 'ldap' => 'LDAP', 'ldap_default_group' => 'Default Permissions Group', 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.', + 'no_default_group' => 'No Default Group', 'ldap_help' => 'LDAP/Active Directory', 'ldap_client_tls_key' => 'LDAP Client TLS Key', 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', diff --git a/resources/lang/af/admin/settings/message.php b/resources/lang/af/admin/settings/message.php index 275f446e5..ddb97362a 100644 --- a/resources/lang/af/admin/settings/message.php +++ b/resources/lang/af/admin/settings/message.php @@ -38,6 +38,7 @@ return [ 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', - 'error' => 'Something went wrong.', + 'error' => 'Something went wrong. Slack responded with: :error_message', + 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/af/admin/users/general.php b/resources/lang/af/admin/users/general.php index 48ba9cf5c..4426ed8fa 100644 --- a/resources/lang/af/admin/users/general.php +++ b/resources/lang/af/admin/users/general.php @@ -41,4 +41,4 @@ return [ 'remote' => 'Remote', 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', 'not_remote_label' => 'This is not a remote user', -]; +]; \ No newline at end of file diff --git a/resources/lang/af/localizations.php b/resources/lang/af/localizations.php index be2c32186..b04d4cb90 100644 --- a/resources/lang/af/localizations.php +++ b/resources/lang/af/localizations.php @@ -256,6 +256,7 @@ return [ 'UK'=>'Scotland', 'SB'=>'Solomon Islands', 'SC'=>'Seychelles', + 'SS'=>'South Sudan', 'SD'=>'Sudan', 'SE'=>'Sweden', 'SG'=>'Singapore', diff --git a/resources/lang/af/mail.php b/resources/lang/af/mail.php index 8cf581c0e..8e6d41e25 100644 --- a/resources/lang/af/mail.php +++ b/resources/lang/af/mail.php @@ -43,6 +43,7 @@ return [ 'login_first_admin' => 'Teken in op jou nuwe Snipe-IT-installasie deur die volgende inligting te gebruik:', 'login' => 'Teken aan:', 'Low_Inventory_Report' => 'Lae voorraadverslag', + 'inventory_report' => 'Inventory Report', 'min_QTY' => 'Min QTY', 'name' => 'naam', 'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.', @@ -78,4 +79,5 @@ return [ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', 'your_assets' => 'View Your Assets', + 'rights_reserved' => 'All rights reserved.', ]; diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php index 2de84f25b..152815989 100644 --- a/resources/lang/af/validation.php +++ b/resources/lang/af/validation.php @@ -103,17 +103,6 @@ return [ ], - /* - |-------------------------------------------------------------------------- - | Custom Validation Language Lines - |-------------------------------------------------------------------------- - | - | Here you may specify custom validation messages for attributes using the - | convention "attribute.rule" to name the lines. This makes it quick to - | specify a specific custom language line for a given attribute rule. - | - */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -131,6 +120,18 @@ return [ 'hashed_pass' => 'Jou huidige wagwoord is verkeerd', 'dumbpwd' => 'Daardie wagwoord is te algemeen.', 'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies', + + // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( + // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP + // people won't know how to format. + 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format', + 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + ], /* diff --git a/resources/lang/am/admin/categories/message.php b/resources/lang/am/admin/categories/message.php index 48cf5478e..4e493f68b 100644 --- a/resources/lang/am/admin/categories/message.php +++ b/resources/lang/am/admin/categories/message.php @@ -13,7 +13,8 @@ return array( 'update' => array( 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'success' => 'Category updated successfully.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', ), 'delete' => array( diff --git a/resources/lang/am/admin/components/general.php b/resources/lang/am/admin/components/general.php index f7689a7ad..5b788a51e 100644 --- a/resources/lang/am/admin/components/general.php +++ b/resources/lang/am/admin/components/general.php @@ -12,4 +12,5 @@ return array( 'remaining' => 'Remaining', 'total' => 'Total', 'update' => 'Update Component', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' ); diff --git a/resources/lang/am/admin/custom_fields/general.php b/resources/lang/am/admin/custom_fields/general.php index 92bf240a7..9dae380aa 100644 --- a/resources/lang/am/admin/custom_fields/general.php +++ b/resources/lang/am/admin/custom_fields/general.php @@ -27,6 +27,9 @@ return [ 'used_by_models' => 'Used By Models', 'order' => 'Order', 'create_fieldset' => 'New Fieldset', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', 'create_fieldset_title' => 'Create a new fieldset', 'create_field' => 'New Custom Field', 'create_field_title' => 'Create a new custom field', diff --git a/resources/lang/am/admin/hardware/general.php b/resources/lang/am/admin/hardware/general.php index 67226061b..7aa0db7f3 100644 --- a/resources/lang/am/admin/hardware/general.php +++ b/resources/lang/am/admin/hardware/general.php @@ -14,6 +14,8 @@ return [ 'deleted' => 'This asset has been deleted.', 'edit' => 'Edit Asset', 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.', + 'model_invalid' => 'The Model of this Asset is invalid.', + 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.', 'requestable' => 'Requestable', 'requested' => 'Requested', 'not_requestable' => 'Not Requestable', diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php index d2214ce00..fabbb6324 100644 --- a/resources/lang/am/admin/hardware/message.php +++ b/resources/lang/am/admin/hardware/message.php @@ -49,6 +49,8 @@ return [ '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', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/am/admin/models/message.php b/resources/lang/am/admin/models/message.php index e3b29d5b4..ac596cfb1 100644 --- a/resources/lang/am/admin/models/message.php +++ b/resources/lang/am/admin/models/message.php @@ -3,6 +3,8 @@ return array( 'does_not_exist' => 'Model does not exist.', + 'no_association' => 'NO MODEL ASSOCIATED.', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', '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. ', diff --git a/resources/lang/am/admin/settings/general.php b/resources/lang/am/admin/settings/general.php index d41deaf93..e2879d98c 100644 --- a/resources/lang/am/admin/settings/general.php +++ b/resources/lang/am/admin/settings/general.php @@ -77,6 +77,7 @@ return [ 'ldap' => 'LDAP', 'ldap_default_group' => 'Default Permissions Group', 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.', + 'no_default_group' => 'No Default Group', 'ldap_help' => 'LDAP/Active Directory', 'ldap_client_tls_key' => 'LDAP Client TLS Key', 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', diff --git a/resources/lang/am/admin/settings/message.php b/resources/lang/am/admin/settings/message.php index 174a15fbd..b0648d1c1 100644 --- a/resources/lang/am/admin/settings/message.php +++ b/resources/lang/am/admin/settings/message.php @@ -38,6 +38,7 @@ return [ 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', - 'error' => 'Something went wrong.', + 'error' => 'Something went wrong. Slack responded with: :error_message', + 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/am/admin/users/general.php b/resources/lang/am/admin/users/general.php index daa568e8b..ff482b8eb 100644 --- a/resources/lang/am/admin/users/general.php +++ b/resources/lang/am/admin/users/general.php @@ -41,4 +41,4 @@ return [ 'remote' => 'Remote', 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', 'not_remote_label' => 'This is not a remote user', -]; +]; \ No newline at end of file diff --git a/resources/lang/am/localizations.php b/resources/lang/am/localizations.php index be2c32186..b04d4cb90 100644 --- a/resources/lang/am/localizations.php +++ b/resources/lang/am/localizations.php @@ -256,6 +256,7 @@ return [ 'UK'=>'Scotland', 'SB'=>'Solomon Islands', 'SC'=>'Seychelles', + 'SS'=>'South Sudan', 'SD'=>'Sudan', 'SE'=>'Sweden', 'SG'=>'Singapore', diff --git a/resources/lang/am/mail.php b/resources/lang/am/mail.php index b0ae7de76..6bf36b4eb 100644 --- a/resources/lang/am/mail.php +++ b/resources/lang/am/mail.php @@ -43,6 +43,7 @@ return [ 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', 'login' => 'Login:', 'Low_Inventory_Report' => 'Low Inventory Report', + 'inventory_report' => 'Inventory Report', 'min_QTY' => 'Min QTY', 'name' => 'Name', 'new_item_checked' => 'A new item has been checked out under your name, details are below.', @@ -79,4 +80,5 @@ return [ 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', 'your_assets' => 'View Your Assets', + 'rights_reserved' => 'All rights reserved.', ]; diff --git a/resources/lang/am/validation.php b/resources/lang/am/validation.php index 04f8d6530..31c9dcd85 100644 --- a/resources/lang/am/validation.php +++ b/resources/lang/am/validation.php @@ -103,17 +103,6 @@ return [ ], - /* - |-------------------------------------------------------------------------- - | Custom Validation Language Lines - |-------------------------------------------------------------------------- - | - | Here you may specify custom validation messages for attributes using the - | convention "attribute.rule" to name the lines. This makes it quick to - | specify a specific custom language line for a given attribute rule. - | - */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -131,6 +120,18 @@ return [ 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', 'statuslabel_type' => 'You must select a valid status label type', + + // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( + // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP + // people won't know how to format. + 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format', + 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + ], /* diff --git a/resources/lang/ar/admin/categories/message.php b/resources/lang/ar/admin/categories/message.php index 275321cec..f073e3d13 100644 --- a/resources/lang/ar/admin/categories/message.php +++ b/resources/lang/ar/admin/categories/message.php @@ -13,7 +13,8 @@ return array( 'update' => array( 'error' => 'لقد فشل تحديث التصنيف، الرجاء المحاولة مرة أخرى', - 'success' => 'تم تحديث التصنيف بنجاح.' + 'success' => 'تم تحديث التصنيف بنجاح.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', ), 'delete' => array( diff --git a/resources/lang/ar/admin/components/general.php b/resources/lang/ar/admin/components/general.php index a99b2336f..538c2e516 100644 --- a/resources/lang/ar/admin/components/general.php +++ b/resources/lang/ar/admin/components/general.php @@ -12,4 +12,5 @@ return array( 'remaining' => 'المتبقية', 'total' => 'المجموع', 'update' => 'تحديث مكون', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' ); diff --git a/resources/lang/ar/admin/custom_fields/general.php b/resources/lang/ar/admin/custom_fields/general.php index 31f1694fa..32bf54900 100644 --- a/resources/lang/ar/admin/custom_fields/general.php +++ b/resources/lang/ar/admin/custom_fields/general.php @@ -27,6 +27,9 @@ return [ 'used_by_models' => 'مستخدم في الموديلات', 'order' => 'طلب', 'create_fieldset' => 'مجموعة حقول جديدة', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', 'create_fieldset_title' => 'Create a new fieldset', 'create_field' => 'حقل جديد مخصص', 'create_field_title' => 'Create a new custom field', diff --git a/resources/lang/ar/admin/hardware/general.php b/resources/lang/ar/admin/hardware/general.php index f6718b34b..1933542d5 100644 --- a/resources/lang/ar/admin/hardware/general.php +++ b/resources/lang/ar/admin/hardware/general.php @@ -14,6 +14,8 @@ return [ 'deleted' => 'تم حذف هذا الأصل.', 'edit' => 'تعديل الأصل', 'model_deleted' => 'تم حذف موديل الأصول هذا. يجب استعادة الموديل قبل أن تتمكن من استعادة الأصل.', + 'model_invalid' => 'The Model of this Asset is invalid.', + 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.', 'requestable' => 'قابل للطلب', 'requested' => 'تم الطلب', 'not_requestable' => 'Not Requestable', diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php index 4103f9dd7..60b62afca 100644 --- a/resources/lang/ar/admin/hardware/message.php +++ b/resources/lang/ar/admin/hardware/message.php @@ -48,6 +48,8 @@ return [ 'success' => 'تم استيراد الملف الخاص بك', 'file_delete_success' => 'تم حذف ملفك بنجاح', 'file_delete_error' => 'تعذر حذف الملف', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/ar/admin/models/message.php b/resources/lang/ar/admin/models/message.php index e69099030..f45829d08 100644 --- a/resources/lang/ar/admin/models/message.php +++ b/resources/lang/ar/admin/models/message.php @@ -3,6 +3,8 @@ return array( 'does_not_exist' => 'الموديل غير موجود.', + 'no_association' => 'NO MODEL ASSOCIATED.', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', 'assoc_users' => 'هذا الموديل مرتبط حاليا بواحد أو أكثر من الأصول ولا يمكن حذفه. يرجى حذف الأصول، ثم محاولة الحذف مرة أخرى. ', diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index b235699bc..c3aaa3da0 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -77,6 +77,7 @@ return [ 'ldap' => 'LDAP', 'ldap_default_group' => 'Default Permissions Group', 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.', + 'no_default_group' => 'No Default Group', 'ldap_help' => 'LDAP/Active Directory', 'ldap_client_tls_key' => 'LDAP Client TLS Key', 'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate', diff --git a/resources/lang/ar/admin/settings/message.php b/resources/lang/ar/admin/settings/message.php index df67acadc..be6912181 100644 --- a/resources/lang/ar/admin/settings/message.php +++ b/resources/lang/ar/admin/settings/message.php @@ -38,6 +38,7 @@ return [ 'success_pt1' => 'Success! Check the ', 'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.', '500' => '500 Server Error.', - 'error' => 'Something went wrong.', + 'error' => 'Something went wrong. Slack responded with: :error_message', + 'error_misc' => 'Something went wrong. :( ', ] ]; diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index e7d0100ae..53777c871 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -41,4 +41,4 @@ return [ 'remote' => 'Remote', 'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.', 'not_remote_label' => 'This is not a remote user', -]; +]; \ No newline at end of file diff --git a/resources/lang/ar/localizations.php b/resources/lang/ar/localizations.php index be2c32186..b04d4cb90 100644 --- a/resources/lang/ar/localizations.php +++ b/resources/lang/ar/localizations.php @@ -256,6 +256,7 @@ return [ 'UK'=>'Scotland', 'SB'=>'Solomon Islands', 'SC'=>'Seychelles', + 'SS'=>'South Sudan', 'SD'=>'Sudan', 'SE'=>'Sweden', 'SG'=>'Singapore', diff --git a/resources/lang/ar/mail.php b/resources/lang/ar/mail.php index 2458d4322..74f0a0c1c 100644 --- a/resources/lang/ar/mail.php +++ b/resources/lang/ar/mail.php @@ -43,6 +43,7 @@ return [ 'login_first_admin' => 'قم بتسجيل الدخول إلى التثبيت الجديد من Snipe-IT باستخدام البيانات أدناه:', 'login' => 'تسجيل الدخول:', 'Low_Inventory_Report' => 'تقرير المخزون المنخفض', + 'inventory_report' => 'Inventory Report', 'min_QTY' => 'دقيقة الكمية', 'name' => 'اسم', 'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.', @@ -78,4 +79,5 @@ return [ 'Expected_Checkin_Notification' => 'تذكير: تاريخ تحقق :name يقترب من الموعد النهائي', 'Expected_Checkin_Date' => 'من المقرر أن يتم التحقق من الأصول التي تم إخراجها إليك في :date', 'your_assets' => 'عرض الأصول الخاصة بك', + 'rights_reserved' => 'All rights reserved.', ]; diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index 4e7249c78..fe55e0c81 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -103,17 +103,6 @@ return [ ], - /* - |-------------------------------------------------------------------------- - | Custom Validation Language Lines - |-------------------------------------------------------------------------- - | - | Here you may specify custom validation messages for attributes using the - | convention "attribute.rule" to name the lines. This makes it quick to - | specify a specific custom language line for a given attribute rule. - | - */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -131,6 +120,18 @@ return [ 'hashed_pass' => 'كلمة المرور الحالية غير صحيحة', 'dumbpwd' => 'كلمة المرور هذه شائعة جدا.', 'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح', + + // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :( + // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP + // people won't know how to format. + 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format', + 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format', + ], /* diff --git a/resources/lang/bg/admin/categories/message.php b/resources/lang/bg/admin/categories/message.php index fb6fef505..af9833423 100644 --- a/resources/lang/bg/admin/categories/message.php +++ b/resources/lang/bg/admin/categories/message.php @@ -13,7 +13,8 @@ return array( 'update' => array( 'error' => 'Категорията не беше обновена. Моля опитайте отново', - 'success' => 'Категорията е обновена успешно.' + 'success' => 'Категорията е обновена успешно.', + 'cannot_change_category_type' => 'You cannot change the category type once it has been created', ), 'delete' => array( diff --git a/resources/lang/bg/admin/components/general.php b/resources/lang/bg/admin/components/general.php index b55bbc5ae..46b1033f0 100644 --- a/resources/lang/bg/admin/components/general.php +++ b/resources/lang/bg/admin/components/general.php @@ -12,4 +12,5 @@ return array( 'remaining' => 'Оставащо', 'total' => 'Общо', 'update' => 'Обновяване на компонент', + 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty' ); diff --git a/resources/lang/bg/admin/custom_fields/general.php b/resources/lang/bg/admin/custom_fields/general.php index 964e7110a..8084572e2 100644 --- a/resources/lang/bg/admin/custom_fields/general.php +++ b/resources/lang/bg/admin/custom_fields/general.php @@ -27,6 +27,9 @@ return [ 'used_by_models' => 'Използвани от модели ', 'order' => 'Ред', 'create_fieldset' => 'Нов Fieldset', + 'update_fieldset' => 'Update Fieldset', + 'fieldset_does_not_exist' => 'Fieldset :id does not exist', + 'fieldset_updated' => 'Fieldset updated', 'create_fieldset_title' => 'Създай нова група от полета', 'create_field' => 'Ново персонализирано поле', 'create_field_title' => 'Създай ново персонализирано поле', diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php index a4e3049ca..a67c423aa 100644 --- a/resources/lang/bg/admin/hardware/form.php +++ b/resources/lang/bg/admin/hardware/form.php @@ -40,12 +40,12 @@ return [ 'warranty' => 'Гаранция', 'warranty_expires' => 'Гаранцията изтича', 'years' => 'години', - 'asset_location' => 'Update Asset Location', - 'asset_location_update_default_current' => 'Update default location AND actual location', - 'asset_location_update_default' => 'Update only default location', - 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.', - 'asset_deployable' => 'That status is deployable. This asset can be checked out.', - 'processing_spinner' => 'Processing...', - 'optional_infos' => 'Optional Information', - 'order_details' => 'Order Related Information' + 'asset_location' => 'Обновяване на местоположение', + 'asset_location_update_default_current' => 'Актуализиране на местоположение по подразбиране и текущото местоположение', + 'asset_location_update_default' => 'Актуализиране на местоположението по подразбиране', + 'asset_not_deployable' => 'Актива не може да бъде предоставен. Този активк не може да бъде изписан.', + 'asset_deployable' => 'Актива може да бъде предоставен. Този активк може да бъде изписан.', + 'processing_spinner' => 'В процес на изпълнение...', + 'optional_infos' => 'Допълнителна информация', + 'order_details' => 'Информация за състоянието на поръчка' ]; diff --git a/resources/lang/bg/admin/hardware/general.php b/resources/lang/bg/admin/hardware/general.php index 2acde0c4a..fd3d21755 100644 --- a/resources/lang/bg/admin/hardware/general.php +++ b/resources/lang/bg/admin/hardware/general.php @@ -6,23 +6,25 @@ return [ 'archived' => 'Архивиран', 'asset' => 'Актив', 'bulk_checkout' => 'Изписване на активи', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkin' => 'Връщане на актив', 'checkin' => 'Връщане на актив', 'checkout' => 'Проверка на активите', 'clone' => 'Копиране на актив', 'deployable' => 'Може да бъде предоставен', - 'deleted' => 'This asset has been deleted.', + 'deleted' => 'Този актив беше изтрит.', 'edit' => 'Редакция на актив', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.', + 'model_deleted' => 'Този Модел на актив беше изтрит. Вие трябва да възстановите този модел преди да можете да възстановите актива.', + 'model_invalid' => 'The Model of this Asset is invalid.', + 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.', 'requestable' => 'Може да бъде изискван', 'requested' => 'Изискан', - 'not_requestable' => 'Not Requestable', - 'requestable_status_warning' => 'Do not change requestable status', + 'not_requestable' => 'Не може да бъде изискан', + 'requestable_status_warning' => 'Да не се сменя статуса за изискване', 'restore' => 'Възстановяване на актив', 'pending' => 'Предстоящ', 'undeployable' => 'Не може да бъде предоставян', 'view' => 'Преглед на актив', - 'csv_error' => 'You have an error in your CSV file:', + 'csv_error' => 'Имате грешка във вашият CSV файл:', 'import_text' => '
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
@@ -37,7 +39,7 @@ return [
'csv_import_match_first' => 'Try to match users by first name (jane) format',
'csv_import_match_email' => 'Try to match users by email as username',
'csv_import_match_username' => 'Try to match users by username',
- 'error_messages' => 'Error messages:',
+ 'error_messages' => 'Съобщение за грешка:',
'success_messages' => 'Success messages:',
'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export'
diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php
index d8ae25ec3..370db4830 100644
--- a/resources/lang/bg/admin/hardware/message.php
+++ b/resources/lang/bg/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Вашият файл беше въведен.',
'file_delete_success' => 'Вашият файл беше изтрит успешно.',
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/bg/admin/hardware/table.php b/resources/lang/bg/admin/hardware/table.php
index 2e15ec24f..22e7a6806 100644
--- a/resources/lang/bg/admin/hardware/table.php
+++ b/resources/lang/bg/admin/hardware/table.php
@@ -4,11 +4,11 @@ return [
'asset_tag' => 'Инвентарен номер',
'asset_model' => 'Модел',
- 'book_value' => 'Current Value',
+ 'book_value' => 'Текуща стойност',
'change' => 'Предоставяне',
'checkout_date' => 'Дата на изписване',
'checkoutto' => 'Изписан',
- 'current_value' => 'Current Value',
+ 'current_value' => 'Текуща стойност',
'diff' => 'Разлика',
'dl_csv' => 'Сваляне на CSV',
'eol' => 'EOL',
@@ -22,9 +22,9 @@ return [
'image' => 'Изображение на устройството',
'days_without_acceptance' => 'Дни без да е предаден',
'monthly_depreciation' => 'Месечна Амортизация',
- 'assigned_to' => 'Assigned To',
- 'requesting_user' => 'Requesting User',
- 'requested_date' => 'Requested Date',
- 'changed' => 'Changed',
- 'icon' => 'Icon',
+ 'assigned_to' => 'Предоставен на',
+ 'requesting_user' => 'Изискан от',
+ 'requested_date' => 'Дата на заявката',
+ 'changed' => 'Променен',
+ 'icon' => 'Икона',
];
diff --git a/resources/lang/bg/admin/locations/message.php b/resources/lang/bg/admin/locations/message.php
index f08af6ffb..e6c7f9ec8 100644
--- a/resources/lang/bg/admin/locations/message.php
+++ b/resources/lang/bg/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Изписани Активи',
+ 'current_location' => 'Текущо местоположение',
'create' => array(
diff --git a/resources/lang/bg/admin/locations/table.php b/resources/lang/bg/admin/locations/table.php
index 0c4cb1b4a..d6f4994d2 100644
--- a/resources/lang/bg/admin/locations/table.php
+++ b/resources/lang/bg/admin/locations/table.php
@@ -20,19 +20,19 @@ return [
'parent' => 'Присъединено към',
'currency' => 'Валута на местоположението',
'ldap_ou' => 'Търсене в LDAP OU',
- 'user_name' => 'User Name',
- 'department' => 'Department',
- 'location' => 'Location',
- 'asset_tag' => 'Assets Tag',
- 'asset_name' => 'Name',
- 'asset_category' => 'Category',
- 'asset_manufacturer' => 'Manufacturer',
- 'asset_model' => 'Model',
- 'asset_serial' => 'Serial',
- 'asset_location' => 'Location',
- 'asset_checked_out' => 'Checked Out',
- 'asset_expected_checkin' => 'Expected Checkin',
- 'date' => 'Date:',
+ 'user_name' => 'Потребителско име',
+ 'department' => 'Отдел',
+ 'location' => 'Местоположение',
+ 'asset_tag' => 'Инвентарен номер',
+ 'asset_name' => 'Име',
+ 'asset_category' => 'Категория',
+ 'asset_manufacturer' => 'Производител',
+ 'asset_model' => 'Модел',
+ 'asset_serial' => 'Сериен номер',
+ 'asset_location' => 'Местоположение',
+ 'asset_checked_out' => 'Изписано на',
+ 'asset_expected_checkin' => 'Очаквана дата на вписване',
+ 'date' => 'Дата:',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
diff --git a/resources/lang/bg/admin/models/message.php b/resources/lang/bg/admin/models/message.php
index 5315483d5..aba5b2700 100644
--- a/resources/lang/bg/admin/models/message.php
+++ b/resources/lang/bg/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Моделът не съществува.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php
index be7920426..bef44727b 100644
--- a/resources/lang/bg/admin/settings/general.php
+++ b/resources/lang/bg/admin/settings/general.php
@@ -10,10 +10,10 @@ return [
'admin_cc_email' => 'CC електронна поща',
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
'is_ad' => 'Това е активна директория на сървър',
- 'alerts' => 'Alerts',
- 'alert_title' => 'Update Alert Settings',
+ 'alerts' => 'Известия',
+ 'alert_title' => 'Обнови настрйките за известяване',
'alert_email' => 'Изпращане на нотификации към',
- 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
+ 'alert_email_help' => 'Е-майл адреси или групов е-маил за известяване, разделен със запетайка',
'alerts_enabled' => 'Включване на известията',
'alert_interval' => 'Изтичаш праг на известия (в дни)',
'alert_inv_threshold' => 'Праг на известия за запаси',
@@ -21,20 +21,20 @@ return [
'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.',
'asset_ids' => 'ID на активи',
'audit_interval' => 'Одитен интервал',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Ако искадате да правите периодична инвентаризация на вашите активи, въведете интервала в месеци за инвентаризация. Ако въведете този интервал, всички активи ще им се смени датата за следваща инвентаризация.',
'audit_warning_days' => 'Праг за предупреждение за одит',
'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?',
- 'auto_increment_assets' => 'Generate auto-incrementing asset tags',
+ 'auto_increment_assets' => 'Автоматично генериране на инвентарни номера на активите',
'auto_increment_prefix' => 'Префикс (незадължително)',
- 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
+ 'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция',
'backups' => 'Архивиране',
- 'backups_help' => 'Create, download, and restore backups ',
- 'backups_restoring' => 'Restoring from Backup',
- 'backups_upload' => 'Upload Backup',
- 'backups_path' => 'Backups on the server are stored in :path
',
+ 'backups_help' => 'Създаване, сваляне и възстановяване на архиви ',
+ 'backups_restoring' => 'Възстановяване от архив',
+ 'backups_upload' => 'Качване на архив',
+ 'backups_path' => 'Архивите на сървъра са записани в :path
',
'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.
Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ',
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
- 'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
+ 'backups_large' => 'Много големите архиви може да не могат да се възстановят поради изтичане на времето на сесията и ще трябва да се възстановят ръчно през команден ред. ',
'barcode_settings' => 'Настройки на баркод',
'confirm_purge' => 'Потвърдете пречистване ',
'confirm_purge_help' => 'Моля да потвърдите изтриването като въведете думата "DELETE" в полето. Изтриването не може да се прекрати и всички записи който са маркирани за истриване, ще бъдат безвъзвратно изтрити. (Добре е да направите архив преди това.)',
@@ -57,7 +57,7 @@ return [
'barcode_type' => '2D тип на баркод',
'alt_barcode_type' => '1D тип на баркод',
'email_logo_size' => 'Квадратно лого в е-майлът изглежда най-добре. ',
- 'enabled' => 'Enabled',
+ 'enabled' => 'Активно',
'eula_settings' => 'Настройки на EULA',
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с Github flavored markdown.',
'favicon' => 'Favicon',
@@ -67,7 +67,7 @@ return [
'footer_text_help' => 'Този текст ще се визуализира в дясната част на футъра. Връзки могат да бъдат добавяни с използването на Github тип markdown. Нови редове, хедър тагове, изображения и т.н. могат да доведат до непредвидими резултати.',
'general_settings' => 'Общи настройки',
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, tos, dashboard, privacy',
- 'general_settings_help' => 'Default EULA and more',
+ 'general_settings_help' => 'Общи условия и други',
'generate_backup' => 'Създаване на архив',
'header_color' => 'Цвят на хедъра',
'info' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/bg/admin/settings/message.php b/resources/lang/bg/admin/settings/message.php
index 780610f2f..6e02ea658 100644
--- a/resources/lang/bg/admin/settings/message.php
+++ b/resources/lang/bg/admin/settings/message.php
@@ -27,8 +27,8 @@ return [
],
'ldap' => [
'testing' => 'Testing LDAP Connection, Binding & Query ...',
- '500' => '500 Server Error. Please check your server logs for more information.',
- 'error' => 'Something went wrong :(',
+ '500' => 'Грешка 500. Моля проверете логовете на сървъра за повече информация.',
+ 'error' => 'Възникна грешка :(',
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
'testing_authentication' => 'Testing LDAP Authentication...',
'authentication_success' => 'User authenticated against LDAP successfully!'
@@ -37,7 +37,8 @@ return [
'sending' => 'Sending Slack test message...',
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
- '500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ '500' => 'Грешка 500.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/bg/admin/statuslabels/message.php b/resources/lang/bg/admin/statuslabels/message.php
index dbe486797..ef223c21b 100644
--- a/resources/lang/bg/admin/statuslabels/message.php
+++ b/resources/lang/bg/admin/statuslabels/message.php
@@ -23,7 +23,7 @@ return [
'help' => [
'undeployable' => 'Тези активи не могат да бъдат възлагани на никого.',
- 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'deployable' => 'Тези активи могат да бъдат изписани. След като бъдат изписани, те ще сменят статуса си на Изписани.',
'archived' => 'Тези активи не могат да бъдат отметнати и ще се показват само в архивирания изглед. Това е полезно за запазване на информация за активи за бюджетиране / исторически цели, но задържането им извън ежедневния списък на активите.',
'pending' => 'Тези активи все още не могат да бъдат прехвърляни на никого, често използвани за артикули, които са предназначени за ремонт, но се очаква да се върнат в обръщение.',
],
diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php
index f9e70019b..0fd68964c 100644
--- a/resources/lang/bg/admin/users/general.php
+++ b/resources/lang/bg/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php
index 503ea77a8..daac42719 100644
--- a/resources/lang/bg/general.php
+++ b/resources/lang/bg/general.php
@@ -66,13 +66,13 @@ return [
'create' => 'Създаване на нов',
'created' => 'Създадени артикули',
'created_asset' => 'създадени активи',
- 'created_at' => 'Created At',
- 'created_by' => 'Created By',
+ 'created_at' => 'Създаден на',
+ 'created_by' => 'Създаден от',
'record_created' => 'Създаден на',
'updated_at' => 'Обновено на',
'currency' => '$', // this is deprecated
'current' => 'Текущи',
- 'current_password' => 'Current Password',
+ 'current_password' => 'Текуща парола',
'customize_report' => 'Customize Report',
'custom_report' => 'Потребителски справки за активи',
'dashboard' => 'Табло',
@@ -101,7 +101,7 @@ return [
'email_format' => 'Email формат',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане',
- 'error' => 'Error',
+ 'error' => 'Грешка',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
@@ -314,7 +314,7 @@ return [
'checked_out' => 'Checked Out',
'checked_out_to' => 'Checked out to',
'fields' => 'Fields',
- 'last_checkout' => 'Last Checkout',
+ 'last_checkout' => 'Изписан на',
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
'expected_checkin' => 'Expected Checkin',
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
diff --git a/resources/lang/bg/localizations.php b/resources/lang/bg/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/bg/localizations.php
+++ b/resources/lang/bg/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/bg/mail.php b/resources/lang/bg/mail.php
index cfd5aa7a3..610f43d8d 100644
--- a/resources/lang/bg/mail.php
+++ b/resources/lang/bg/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Влезте в своята Snipe-IT инсталация използвайки данните по-долу:',
'login' => 'Вход:',
'Low_Inventory_Report' => 'Доклад за нисък запас',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Минимално количество',
'name' => 'Име',
'new_item_checked' => 'Нов артикул беше изписан под вашете име, детайлите са отдолу.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Напомняне: :name крайната дата за вписване наближава',
'Expected_Checkin_Date' => 'Наближава срока за връщане на актив който е заведен на Вас, трябва да се върна на :date',
'your_assets' => 'Преглед на вашите активи',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
index 9ef214a3f..548332a54 100644
--- a/resources/lang/bg/validation.php
+++ b/resources/lang/bg/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Текущата ви парола е неправилна',
'dumbpwd' => 'Тази парола е твърде често срещана.',
'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ca/admin/categories/message.php b/resources/lang/ca/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/ca/admin/categories/message.php
+++ b/resources/lang/ca/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ca/admin/components/general.php b/resources/lang/ca/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/ca/admin/components/general.php
+++ b/resources/lang/ca/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ca/admin/custom_fields/general.php b/resources/lang/ca/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/ca/admin/custom_fields/general.php
+++ b/resources/lang/ca/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ca/admin/hardware/general.php b/resources/lang/ca/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/ca/admin/hardware/general.php
+++ b/resources/lang/ca/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ca/admin/hardware/message.php b/resources/lang/ca/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/ca/admin/hardware/message.php
+++ b/resources/lang/ca/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ca/admin/models/message.php b/resources/lang/ca/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/ca/admin/models/message.php
+++ b/resources/lang/ca/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/ca/admin/settings/general.php b/resources/lang/ca/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/ca/admin/settings/general.php
+++ b/resources/lang/ca/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ca/admin/settings/message.php b/resources/lang/ca/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/ca/admin/settings/message.php
+++ b/resources/lang/ca/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ca/admin/users/general.php b/resources/lang/ca/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/ca/admin/users/general.php
+++ b/resources/lang/ca/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ca/localizations.php b/resources/lang/ca/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ca/localizations.php
+++ b/resources/lang/ca/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ca/mail.php b/resources/lang/ca/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/ca/mail.php
+++ b/resources/lang/ca/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/ca/validation.php
+++ b/resources/lang/ca/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/cs/account/general.php b/resources/lang/cs/account/general.php
index 7fc060a84..59d4ab290 100644
--- a/resources/lang/cs/account/general.php
+++ b/resources/lang/cs/account/general.php
@@ -1,12 +1,12 @@
'Personal API Keys',
- 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
- will not be visible to you again.',
- 'api_base_url' => 'Your API base url is located at:',
+ 'personal_api_keys' => 'Osobní API klíče',
+ 'api_key_warning' => 'Při generování tokenu API se ujistěte, že jej ihned zkopírujete, protože
+ nebudou viditelné.',
+ 'api_base_url' => 'Základní adresa API je umístěna na:',
'api_base_url_endpoint' => '/<endpoint>',
- 'api_token_expiration_time' => 'API tokens are set to expire in:',
- 'api_reference' => 'Please check the API reference to
- find specific API endpoints and additional API documentation.',
+ 'api_token_expiration_time' => 'API tokeny vyprší:',
+ 'api_reference' => 'Zkontrolujte prosím API reference pro
+ nalezení konkrétního koncového bodu a další API dokumentaci.',
);
diff --git a/resources/lang/cs/admin/asset_maintenances/general.php b/resources/lang/cs/admin/asset_maintenances/general.php
index 4027be906..a30bb147c 100644
--- a/resources/lang/cs/admin/asset_maintenances/general.php
+++ b/resources/lang/cs/admin/asset_maintenances/general.php
@@ -11,6 +11,6 @@
'calibration' => 'Kalibrace',
'software_support' => 'Softwarová podpora',
'hardware_support' => 'Hardwarová podpora',
- 'configuration_change' => 'Configuration Change',
- 'pat_test' => 'PAT Test',
+ 'configuration_change' => 'Změna konfigurace',
+ 'pat_test' => 'Test PAT',
];
diff --git a/resources/lang/cs/admin/categories/message.php b/resources/lang/cs/admin/categories/message.php
index 2970ef9af..a60331ea1 100644
--- a/resources/lang/cs/admin/categories/message.php
+++ b/resources/lang/cs/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorie nebyla aktualizována, zkuste to znovu prosím',
- 'success' => 'Kategorie aktualizována úspěšně.'
+ 'success' => 'Kategorie aktualizována úspěšně.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/cs/admin/categories/table.php b/resources/lang/cs/admin/categories/table.php
index 834a6349b..c1b2e8ce0 100644
--- a/resources/lang/cs/admin/categories/table.php
+++ b/resources/lang/cs/admin/categories/table.php
@@ -4,7 +4,7 @@ return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Nadřazená složka',
- 'require_acceptance' => 'Míra souhlasu',
+ 'require_acceptance' => 'Vyžadovat souhlas',
'title' => 'Jméno kategorie majetku',
);
diff --git a/resources/lang/cs/admin/components/general.php b/resources/lang/cs/admin/components/general.php
index f6f248a86..b2c75b94f 100644
--- a/resources/lang/cs/admin/components/general.php
+++ b/resources/lang/cs/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Zbývá',
'total' => 'Celkem',
'update' => 'Upravit díl',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/cs/admin/custom_fields/general.php b/resources/lang/cs/admin/custom_fields/general.php
index 6825f868d..2e4831971 100644
--- a/resources/lang/cs/admin/custom_fields/general.php
+++ b/resources/lang/cs/admin/custom_fields/general.php
@@ -5,8 +5,8 @@ return [
'manage' => 'Spravovat',
'field' => 'Pole',
'about_fieldsets_title' => 'O sadách polí',
- '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 Regex format...',
+ 'about_fieldsets_text' => 'Sady polí Vám umožňují vytvořit si vlastní hodnoty, které chcete evidovat u modelů majetku.',
+ 'custom_format' => 'Vlastní formát regexu...',
'encrypt_field' => 'Zašifrovat hodnotu tohoto pole v databázi',
'encrypt_field_help' => 'UPOZORNĚNÍ: Šifrování pole je udělá nevyhledatelné.',
'encrypted' => 'Šifrováno',
@@ -27,23 +27,26 @@ return [
'used_by_models' => 'Užito u modelů',
'order' => 'Pořadí',
'create_fieldset' => 'Nová sada',
- 'create_fieldset_title' => 'Create a new fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
+ 'create_fieldset_title' => 'Vytvořit nový fieldset',
'create_field' => 'Nové vlastní pole',
- 'create_field_title' => 'Create a new custom field',
+ 'create_field_title' => 'Vytvořít vlastní fieldset',
'value_encrypted' => 'Hodnota tohoto pole je zašifrována v databázi. Pouze administrátoři budou moci zobrazit dešifrovanou hodnotu',
'show_in_email' => 'Zahrnout hodnotu této kolonky do e-mailu o vyskladnění pro uživatele? Šifrované kolonky nemohou být součástí e-mailů.',
- 'help_text' => 'Help Text',
- 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
- 'about_custom_fields_title' => 'About Custom Fields',
- 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
- 'add_field_to_fieldset' => 'Add Field to Fieldset',
- 'make_optional' => 'Required - click to make optional',
- 'make_required' => 'Optional - click to make required',
- 'reorder' => 'Reorder',
- 'db_field' => 'DB Field',
- 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
- 'is_unique' => 'This value must be unique across all assets',
+ 'help_text' => 'Text nápovědy',
+ 'help_text_description' => 'Toto je volitelný text, který se zobrazí pod formulářovými prvky při úpravách aktiva pro poskytnutí kontextu v poli.',
+ 'about_custom_fields_title' => 'O vlastních polích',
+ 'about_custom_fields_text' => 'Vlastní pole umožňují přidat libovolné atributy k aktivům.',
+ 'add_field_to_fieldset' => 'Přidat pole do fieldsetu',
+ 'make_optional' => 'Vyžadováno - klikněte pro nastavení na volitelné',
+ 'make_required' => 'Volitelné - klikněte pro nastavení na vyžadované',
+ 'reorder' => 'Změnit pořadí',
+ 'db_field' => 'Databázové pole',
+ 'db_convert_warning' => 'VAROVÁNÍ. Toto pole je v tabulce vlastních polí jako :db_column
, ale mělo by být :expected
.',
+ 'is_unique' => 'Tato hodnota musí být jedinečná pro všechny aktiva',
'unique' => 'Unikátní',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Povolit uživateli vyhledat tyto hodnoty na stránce Zobrazit přiřazené položky',
+ 'display_in_user_view_table' => 'Viditelné pro uživatele',
];
diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php
index ac35d69c8..a924d7a19 100644
--- a/resources/lang/cs/admin/custom_fields/message.php
+++ b/resources/lang/cs/admin/custom_fields/message.php
@@ -51,7 +51,7 @@ return array(
'fieldset_default_value' => array(
- 'error' => 'Error validating default fieldset values.',
+ 'error' => 'Chyba při ověřování hodnot ve fieldsetu.',
),
diff --git a/resources/lang/cs/admin/departments/message.php b/resources/lang/cs/admin/departments/message.php
index b14cceef5..b50734586 100644
--- a/resources/lang/cs/admin/departments/message.php
+++ b/resources/lang/cs/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Oddělení neexistuje.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Oddělení s tímto názvem již existuje. ',
'assoc_users' => 'Toto oddělení je momentálně přiřazeno alespoň jednomu uživateli a nelze jej smazat. Aktualizujte své uživatele tak, aby již neodkázali na toto oddělení a zkuste to znovu.',
'create' => array(
'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',
diff --git a/resources/lang/cs/admin/depreciations/general.php b/resources/lang/cs/admin/depreciations/general.php
index cc1c3173b..8eff5ad87 100644
--- a/resources/lang/cs/admin/depreciations/general.php
+++ b/resources/lang/cs/admin/depreciations/general.php
@@ -6,11 +6,11 @@ return [
'asset_depreciations' => 'Amortizace majetku',
'create' => 'Vytvořit amortizaci',
'depreciation_name' => 'Jméno amortizace',
- 'depreciation_min' => 'Floor Value of Depreciation',
+ 'depreciation_min' => 'Minimální hodnota odpisu',
'number_of_months' => 'Počet měsíců',
'update' => 'Aktualizovat amortizaci',
- 'depreciation_min' => 'Minimum Value after Depreciation',
- 'no_depreciations_warning' => 'Warning:
- You do not currently have any depreciations set up.
- Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_min' => 'Minimální hodnota po odpisech',
+ 'no_depreciations_warning' => 'Upozornění:
+ V současné době nemáte nastavené žádné odpisy.
+ Prosím nastavte alespoň jedno odpisování pro zobrazení zprávy o odpisu.',
];
diff --git a/resources/lang/cs/admin/depreciations/table.php b/resources/lang/cs/admin/depreciations/table.php
index 85bbeae69..be4807e07 100644
--- a/resources/lang/cs/admin/depreciations/table.php
+++ b/resources/lang/cs/admin/depreciations/table.php
@@ -6,6 +6,6 @@ return [
'months' => 'Měsíců',
'term' => 'Podmínka',
'title' => 'Název ',
- 'depreciation_min' => 'Floor Value',
+ 'depreciation_min' => 'Minimální hodnota',
];
diff --git a/resources/lang/cs/admin/groups/titles.php b/resources/lang/cs/admin/groups/titles.php
index e4e873934..1f05b364d 100644
--- a/resources/lang/cs/admin/groups/titles.php
+++ b/resources/lang/cs/admin/groups/titles.php
@@ -10,7 +10,7 @@ return [
'group_admin' => 'Správce skupiny',
'allow' => 'Povolit',
'deny' => 'Zakázat',
- 'permission' => 'Permission',
- 'grant' => 'Grant',
- 'no_permissions' => 'This group has no permissions.'
+ 'permission' => 'Oprávnění',
+ 'grant' => 'Udělit',
+ 'no_permissions' => 'Tato skupina nemá žádná oprávnění.'
];
diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php
index 8c34abdad..2d03cb45b 100644
--- a/resources/lang/cs/admin/hardware/form.php
+++ b/resources/lang/cs/admin/hardware/form.php
@@ -6,7 +6,7 @@ return [
'bulk_delete_warn' => 'Chystáte se odstranit :asset_count položek majetku.',
'bulk_update' => 'Hromadná aktualizace majetku',
'bulk_update_help' => 'Tento formulář umožňuje hromadnou editaci majetku. Vyplňte pouze položky, které chcete změnit. Jakékoliv prázné položky zůstanou nezměněny. ',
- 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
+ 'bulk_update_warn' => 'Chystáte se upravit vlastnosti 1 položky.|Chystáte se upravit vlastnosti :asset_count položek.',
'checkedout_to' => 'Vydané komu',
'checkout_date' => 'Datum vydání',
'checkin_date' => 'Datum převzetí',
@@ -40,12 +40,12 @@ return [
'warranty' => 'Záruka',
'warranty_expires' => 'Záruka končí',
'years' => 'roky',
- 'asset_location' => 'Update Asset Location',
- 'asset_location_update_default_current' => 'Update default location AND actual location',
- 'asset_location_update_default' => 'Update only default location',
- 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_location' => 'Upravit umístění',
+ 'asset_location_update_default_current' => 'Aktualizovat výchozí umístění A aktuální umístění',
+ 'asset_location_update_default' => 'Aktualizovat pouze výchozí umístění',
+ 'asset_not_deployable' => 'Tento majetek nelze vyskladnit.',
+ 'asset_deployable' => 'Tento majetek lze vyskladnit.',
'processing_spinner' => 'Zpracovává se...',
- 'optional_infos' => 'Optional Information',
- 'order_details' => 'Order Related Information'
+ 'optional_infos' => 'Volitelné informace',
+ 'order_details' => 'Informace související s objednávkou'
];
diff --git a/resources/lang/cs/admin/hardware/general.php b/resources/lang/cs/admin/hardware/general.php
index f581ba631..efb08e37e 100644
--- a/resources/lang/cs/admin/hardware/general.php
+++ b/resources/lang/cs/admin/hardware/general.php
@@ -6,39 +6,41 @@ return [
'archived' => 'Archivováno',
'asset' => 'Majetek',
'bulk_checkout' => 'Vyskladnit majetek',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkin' => 'Převzít majetek',
'checkin' => 'Převzít majetek',
'checkout' => 'Pokladní majetek',
'clone' => 'Klonovat majetek',
'deployable' => 'Připraveno k nasazení',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Tento majetek byl odstraněn.',
'edit' => 'Upravit majetek',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Tento model majetku byl odstraněn. Před obnovením majetku musíte model obnovit.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Lze vyžádat',
'requested' => 'Požadováno',
- 'not_requestable' => 'Not Requestable',
- 'requestable_status_warning' => 'Do not change requestable status',
+ 'not_requestable' => 'Nelze vyžádat',
+ 'requestable_status_warning' => 'Neměnit požadovaný stav',
'restore' => 'Obnovit zařízení',
'pending' => 'Čekající',
- 'undeployable' => 'Nepřiřaditelné',
+ 'undeployable' => 'Nelze vyskladnit',
'view' => 'Zobrazit majetek',
- 'csv_error' => 'You have an error in your CSV file:',
+ 'csv_error' => 'Máte chybu v souboru CSV:',
'import_text' => '
- Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. + Nahrajte CSV obsahující historii aktiv. Majetek a uživatelé MUSÍ již v systému existovat, nebo budou přeskočeni. Odpovídající aktiva se dopárují přes inventární číslo. Pokusíme se najít odpovídající uživatele na základě uživatelského jména a kritérií, která vyberete níže. Pokud nevyberete žádná kritéria níže, pokusíme se data spárovat pomocí uživatelského jména, který jste nakonfigurovali v Admin > Obecná nastavení.
-Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+Pole zahrnutá do CSV musí odpovídat hlavičkám: Inventární číslo, Jméno, Datum převzetí majetku, Datum vydání majetku. Všechna další pole budou ignorována.
-Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+Odevzdání majetku: prázdná nebo budoucí data automaticky odhlásí majetek přidruženému uživateli. Vyloučením sloupce odevzdání majetku nastaví datum odevzdání na dnešek.
', - 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', - 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', - 'csv_import_match_first' => 'Try to match users by first name (jane) format', - 'csv_import_match_email' => 'Try to match users by email as username', - 'csv_import_match_username' => 'Try to match users by username', - 'error_messages' => 'Error messages:', - 'success_messages' => 'Success messages:', - 'alert_details' => 'Please see below for details.', + 'csv_import_match_f-l' => 'Formát jmeno.prijmeni (karel.novak)', + 'csv_import_match_initial_last' => 'Formát jprijmeni (knovak)', + 'csv_import_match_first' => 'Formát jmeno (karel)', + 'csv_import_match_email' => 'Email jako uživatelské jméno', + 'csv_import_match_username' => 'Uživatelské jméno podle uživatelského jména', + 'error_messages' => 'Chybové zprávy:', + 'success_messages' => 'Úspěšné zprávy:', + 'alert_details' => 'Podrobnosti naleznete níže.', 'custom_export' => 'Uživatelsky definovaný export' ]; diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php index 1d7b64934..d40680cfd 100644 --- a/resources/lang/cs/admin/hardware/message.php +++ b/resources/lang/cs/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Varování: Toto zařízení bylo označeno jako momentálně nepřiřaditelné. Pokud se na jeho stavu něco změnilo, upravte jej.', 'does_not_exist' => 'Majetek nenalezen.', - 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Tento majetek neexistuje nebo jej nelze vyskladnit.', 'assoc_users' => 'Majetek je předán svému uživateli a nelze jej odstranit. Před odstraněním jej nejprve převezměte. ', 'create' => [ @@ -17,7 +17,7 @@ return [ 'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu', 'success' => 'Majetek úspěšně aktualizován.', 'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.', - 'no_assets_selected' => 'No assets were selected, so nothing was updated.', + 'no_assets_selected' => 'Nebyl zvolen žádný majetek, nic se tedy neupravilo.', ], 'restore' => [ @@ -49,6 +49,8 @@ return [ 'success' => 'Váš soubor byl importován', 'file_delete_success' => 'Váš soubor byl úspěšně odstraněn', 'file_delete_error' => 'Soubor nelze odstranit', + 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters', + 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters', ], diff --git a/resources/lang/cs/admin/hardware/table.php b/resources/lang/cs/admin/hardware/table.php index 3f0c7cd0c..9e70ae195 100644 --- a/resources/lang/cs/admin/hardware/table.php +++ b/resources/lang/cs/admin/hardware/table.php @@ -4,11 +4,11 @@ return [ 'asset_tag' => 'Označení majetku', 'asset_model' => 'Model', - 'book_value' => 'Current Value', + 'book_value' => 'Aktuální hodnota', 'change' => 'Příjem/Výdej', 'checkout_date' => 'Datum vydání', 'checkoutto' => 'Vydané', - 'current_value' => 'Current Value', + 'current_value' => 'Aktuální hodnota', 'diff' => 'Rozdíl', 'dl_csv' => 'Stáhnout CSV', 'eol' => 'Konec životnosti', @@ -21,10 +21,10 @@ return [ 'title' => 'Majetek ', 'image' => 'Obrázek zařízení', 'days_without_acceptance' => 'Dní bez schválení', - 'monthly_depreciation' => 'Monthly Depreciation', - 'assigned_to' => 'Assigned To', - 'requesting_user' => 'Requesting User', - 'requested_date' => 'Requested Date', - 'changed' => 'Changed', + 'monthly_depreciation' => 'Měsíční odpisy', + 'assigned_to' => 'Přiděleno', + 'requesting_user' => 'Požaduje uživatel', + 'requested_date' => 'Požadované datum', + 'changed' => 'Upraveno', 'icon' => 'Ikona', ]; diff --git a/resources/lang/cs/admin/kits/general.php b/resources/lang/cs/admin/kits/general.php index f724ecbf0..f1a1f10ab 100644 --- a/resources/lang/cs/admin/kits/general.php +++ b/resources/lang/cs/admin/kits/general.php @@ -1,50 +1,50 @@ 'About Predefined Kits', - 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', - 'checkout' => 'Checkout Kit ', - 'create_success' => 'Kit was successfully created.', - 'create' => 'Create Predefined Kit', - 'update' => 'Update Predefined Kit', - 'delete_success' => 'Kit was successfully deleted.', - 'update_success' => 'Kit was successfully updated.', - 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ', - 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', - 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', - 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - 'append_accessory' => 'Append Accessory', - 'update_appended_accessory' => 'Update appended Accessory', - 'append_consumable' => 'Append Consumable', - 'update_appended_consumable' => 'Update appended Consumable', - 'append_license' => 'Append license', - 'update_appended_license' => 'Update appended license', - 'append_model' => 'Append model', - 'update_appended_model' => 'Update appended model', - 'license_error' => 'License already attached to kit', - 'license_added_success' => 'License added successfully', - 'license_updated' => 'License was successfully updated', - 'license_none' => 'License does not exist', - 'license_detached' => 'License was successfully detached', - 'consumable_added_success' => 'Consumable added successfully', - 'consumable_updated' => 'Consumable was successfully updated', - 'consumable_error' => 'Consumable already attached to kit', - 'consumable_deleted' => 'Delete was successful', - 'consumable_none' => 'Consumable does not exist', - 'consumable_detached' => 'Consumable was successfully detached', - 'accessory_added_success' => 'Accessory added successfully', - 'accessory_updated' => 'Accessory was successfully updated', - 'accessory_detached' => 'Accessory was successfully detached', - 'accessory_error' => 'Accessory already attached to kit', - 'accessory_deleted' => 'Delete was successful', - 'accessory_none' => 'Accessory does not exist', - 'checkout_success' => 'Checkout was successful', - 'checkout_error' => 'Checkout error', - 'kit_none' => 'Kit does not exist', - 'kit_created' => 'Kit was successfully created', - 'kit_updated' => 'Kit was successfully updated', - 'kit_not_found' => 'Kit not found', - 'kit_deleted' => 'Kit was successfully deleted', - 'kit_model_updated' => 'Model was successfully updated', - 'kit_model_detached' => 'Model was successfully detached', + 'about_kits_title' => 'O předdefinovaných sadách', + 'about_kits_text' => 'Předdefinované sady vám umožní rychle se podívat na sbírku položek (majetek, licence atd.) pro uživatele. To může být užitečné, pokud je váš proces předávání majetku stejný napříč mnoha uživateli a všichni uživatelé obdrží stejné položky.', + 'checkout' => 'Vydat sadu ', + 'create_success' => 'Sada byla úspěšně vytvořena.', + 'create' => 'Vytvořit předdefinovanou sadu', + 'update' => 'Aktualizovat předdefinovanou sadu', + 'delete_success' => 'Sada byla úspěšně smazána.', + 'update_success' => 'Sada byla úspěšně aktualizována.', + 'none_models' => 'Není dostatek dostupných položek pro :model aby mohl být vydán. Potřeba :qty. ', + 'none_licenses' => 'Není dostatek volných licencí :license aby mohl být vydán. Potřeba :qty. ', + 'none_consumables' => 'Není dostatek dostupných položek pro :consumable aby mohl být vydán. Potřeba :qty. ', + 'none_accessory' => 'Není dostatek dostupných položek :accessory aby mohl být vydán. Potřeba :qty. ', + 'append_accessory' => 'Přiložit příslušenství', + 'update_appended_accessory' => 'Aktualizovat přiložené příslušenství', + 'append_consumable' => 'Přiložit spotřební materiál', + 'update_appended_consumable' => 'Upravit přiložený spotřební materiál', + 'append_license' => 'Přiložit licenci', + 'update_appended_license' => 'Upravit přiloženou licenci', + 'append_model' => 'Přiložit model', + 'update_appended_model' => 'Upravit přiložený model', + 'license_error' => 'Licence již je v sadě', + 'license_added_success' => 'Licence byla úspěšně přidána', + 'license_updated' => 'Lincece byla úspěšně aktualizována', + 'license_none' => 'Licence neexistuje', + 'license_detached' => 'Licence úspěšně odpojena', + 'consumable_added_success' => 'Spotřební materiál úspěšně přidán', + 'consumable_updated' => 'Spotřební materiál byl úspěšně upraven', + 'consumable_error' => 'Spotřební materiál již je v sadě', + 'consumable_deleted' => 'Smazání bylo úspěšné', + 'consumable_none' => 'Spotřební materiál neexistuje', + 'consumable_detached' => 'Spotřební materiál byl úspěšně odpojen', + 'accessory_added_success' => 'Příslušenství úspěšně přidáno', + 'accessory_updated' => 'Příslušenství úspěšně aktualizováno', + 'accessory_detached' => 'Příslušenství úspěšně odpojeno', + 'accessory_error' => 'Příslušenství již je připojené k sadě', + 'accessory_deleted' => 'Smazání bylo úspěšné', + 'accessory_none' => 'Příslušenství neexistuje', + 'checkout_success' => 'Vydání proběhlo úspěšně', + 'checkout_error' => 'Chyba vydání', + 'kit_none' => 'Kit neexistuje', + 'kit_created' => 'Kit byl úspěšně vytvořen', + 'kit_updated' => 'Sada byla úspěšně aktualizována', + 'kit_not_found' => 'Sada nenalezena', + 'kit_deleted' => 'Sada byla úspěšně smazána', + 'kit_model_updated' => 'Model byl úspěšně aktualizován', + 'kit_model_detached' => 'Model byl úspěšně odpojen', ]; diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php index 9d85ccfb2..c54153887 100644 --- a/resources/lang/cs/admin/licenses/message.php +++ b/resources/lang/cs/admin/licenses/message.php @@ -2,7 +2,7 @@ return array( - 'does_not_exist' => 'License does not exist or you do not have permission to view it.', + 'does_not_exist' => 'Licence neexistuje nebo nemáte oprávnění k jejímu zobrazení.', 'user_does_not_exist' => 'Uživatel neexistuje.', 'asset_does_not_exist' => 'Majetek, který se pokoušíte spojit s touto licencí, neexistuje.', 'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.', diff --git a/resources/lang/cs/admin/locations/message.php b/resources/lang/cs/admin/locations/message.php index 87326d47b..7286792e8 100644 --- a/resources/lang/cs/admin/locations/message.php +++ b/resources/lang/cs/admin/locations/message.php @@ -6,8 +6,8 @@ return array( 'assoc_users' => 'Toto umístění je spojeno s alespoň jedním uživatelem a nemůže být smazáno. Aktualizujte uživatele aby nenáleželi k tomuto umístění a zkuste to znovu. ', 'assoc_assets' => 'Toto umístění je spojeno s alespoň jedním majetkem a nemůže být smazáno. Aktualizujte majetky tak aby nenáleželi k tomuto umístění a zkuste to znovu. ', 'assoc_child_loc' => 'Toto umístění je nadřazené alespoň jednomu umístění a nelze jej smazat. Aktualizujte své umístění tak, aby na toto umístění již neodkazovalo a zkuste to znovu. ', - 'assigned_assets' => 'Assigned Assets', - 'current_location' => 'Current Location', + 'assigned_assets' => 'Přiřazený majetek', + 'current_location' => 'Současné umístění', 'create' => array( diff --git a/resources/lang/cs/admin/locations/table.php b/resources/lang/cs/admin/locations/table.php index 1443c5f25..4feede672 100644 --- a/resources/lang/cs/admin/locations/table.php +++ b/resources/lang/cs/admin/locations/table.php @@ -30,11 +30,11 @@ return [ 'asset_model' => 'Model', 'asset_serial' => 'Sériové číslo', 'asset_location' => 'Umístění', - 'asset_checked_out' => 'Checked Out', - 'asset_expected_checkin' => 'Expected Checkin', + 'asset_checked_out' => 'Vydané', + 'asset_expected_checkin' => 'Očekávané datum vrácení', 'date' => 'Datum:', - 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', - 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', - 'signed_by_location_manager' => 'Signed By (Location Manager):', - 'signed_by' => 'Signed Off By:', + 'signed_by_asset_auditor' => 'Podepsáno (auditor majetku):', + 'signed_by_finance_auditor' => 'Podepsáno (Finanční auditor):', + 'signed_by_location_manager' => 'Podepsáno (Manager):', + 'signed_by' => 'Odepsal:', ]; diff --git a/resources/lang/cs/admin/models/general.php b/resources/lang/cs/admin/models/general.php index 04ac15282..23a1a8893 100644 --- a/resources/lang/cs/admin/models/general.php +++ b/resources/lang/cs/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'O modelech majetku', 'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Tento model byl odstraněn.', 'bulk_delete' => 'Hromadné mazání modelů majetku', 'bulk_delete_help' => 'Pomocí zaškrtávacích kolonek potvrďte smazání označených modelů majetku. Modely majetku, ke kterým je přiřazen majetek nemohou být smazány dokud jim přiřazený majetek nebude přeřazen k jinému modulu.', 'bulk_delete_warn' => 'Chystáte se smazat :model_count asset models.', diff --git a/resources/lang/cs/admin/models/message.php b/resources/lang/cs/admin/models/message.php index 421bf5625..aba2d0c46 100644 --- a/resources/lang/cs/admin/models/message.php +++ b/resources/lang/cs/admin/models/message.php @@ -3,6 +3,8 @@ return array( 'does_not_exist' => 'Model neexistuje.', + 'no_association' => 'NO MODEL ASSOCIATED.', + 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.', 'assoc_users' => 'Tento model je spojen s alespoň jedním majetkem a nemůže být smazán. Prosím smažte tyto majetky a pak to zkuste znovu. ', diff --git a/resources/lang/cs/admin/reports/general.php b/resources/lang/cs/admin/reports/general.php index 662535f37..ea7812889 100644 --- a/resources/lang/cs/admin/reports/general.php +++ b/resources/lang/cs/admin/reports/general.php @@ -2,9 +2,9 @@ return [ 'info' => 'Zvolte možnosti zprávy o majetku.', - 'deleted_user' => 'Deleted user', + 'deleted_user' => 'Odstraněný uživatel', 'send_reminder' => 'Poslat připomínku', 'reminder_sent' => 'Připomínka odeslána', - 'acceptance_deleted' => 'Acceptance request deleted', - 'acceptance_request' => 'Acceptance request' + 'acceptance_deleted' => 'Žádost o přijetí byla smazána', + 'acceptance_request' => 'Žádost o přijetí' ]; \ No newline at end of file diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index 4fdf30f6a..387cec722 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -4,16 +4,16 @@ return [ 'ad' => 'Active Directory', 'ad_domain' => 'Doména služby Active Directory', 'ad_domain_help' => 'Toto je někdy stejné jako vaše emailová doména, ale ne vždy.', - 'ad_append_domain_label' => 'Append domain name', - 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', + 'ad_append_domain_label' => 'Uveďte název domény', + 'ad_append_domain' => 'Připojit doménu k uživatelskému jménu', + 'ad_append_domain_help' => 'Uživatel není povinen psát "uzivatel@domena.local", může pouze napsat "uzivatel".', 'admin_cc_email' => 'Ve skryté kopii', 'admin_cc_email_help' => 'Chcete-li poslat kopii e-mailů pro check-in / checkout, které jsou uživatelům zaslány na další e-mailový účet, zadejte je zde. V opačném případě nechte toto pole prázdné.', 'is_ad' => 'Toto je server služby Active Directory', - 'alerts' => 'Alerts', - 'alert_title' => 'Update Alert Settings', + 'alerts' => 'Výstrahy', + 'alert_title' => 'Upravit nastavení výstrah', 'alert_email' => 'Zasílat upozornění na', - 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', + 'alert_email_help' => 'E-mailové adresy nebo distribuční seznamy kterým chcete odesílat výstrahy, oddělené čárkou', 'alerts_enabled' => 'Upozornění zapnutá', 'alert_interval' => 'Mez upozornění na vypršení (ve dnech)', 'alert_inv_threshold' => 'Mez upozornění skladu', @@ -21,23 +21,23 @@ return [ 'allow_user_skin_help_text' => 'Zaškrtnutí tohoto políčka umožní uživateli přepsat vzhled uživatelského rozhraní jiným.', 'asset_ids' => 'ID majetku', 'audit_interval' => 'Interval auditu', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.', + 'audit_interval_help' => 'Pokud máte povinnost provádět pravidelný fyzický audit svých aktiv, zadejte interval v měsících, které používáte. Pokud tuto hodnotu aktualizujete, všechna „další data auditu“ pro aktiva s nadcházejícím datem auditu budou aktualizována.', 'audit_warning_days' => 'Prah výstrahy auditu', 'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?', - 'auto_increment_assets' => 'Generate auto-incrementing asset tags', + 'auto_increment_assets' => 'Generovat automatické inventární číslo položek', 'auto_increment_prefix' => 'Předpona (volitnelná)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', + 'auto_incrementing_help' => 'Pro nastavení musíte nejdřív povolit automatickou generaci inventárních čísel', 'backups' => 'Zálohy', - 'backups_help' => 'Create, download, and restore backups ', - 'backups_restoring' => 'Restoring from Backup', - 'backups_upload' => 'Upload Backup', - 'backups_path' => 'Backups on the server are stored in:path
',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.:path
',
+ 'backups_restore_warning' => 'Použijte tlačítko obnovení k obnovení předchozí zálohy. (Toto v současné době nefunguje se S3 souborovým systémem nebo Dockerem.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
-If you would like to export only certain assets, use the options below to fine-tune your results.
', - 'range' => 'Range', - 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', - 'improvements' => 'Improvements', - 'information' => 'Information', - 'permissions' => 'Permissions', - 'managed_ldap' => '(Managed via LDAP)', - 'export' => 'Export', - 'ldap_sync' => 'LDAP Sync', - 'ldap_user_sync' => 'LDAP User Sync', - 'synchronize' => 'Synchronize', - 'sync_results' => 'Synchronization Results', - 'license_serial' => 'Serial/Product Key', - 'invalid_category' => 'Invalid category', - 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', - '60_percent_warning' => '60% Complete (warning)', - 'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', - 'new_asset' => 'New Asset', - 'new_license' => 'New License', - 'new_accessory' => 'New Accessory', - 'new_consumable' => 'New Consumable', - 'collapse' => 'Collapse', - 'assigned' => 'Assigned', - 'asset_count' => 'Asset Count', - 'accessories_count' => 'Accessories Count', - 'consumables_count' => 'Consumables Count', - 'components_count' => 'Components Count', - 'licenses_count' => 'Licenses Count', - 'notification_error' => 'Error:', - 'notification_error_hint' => 'Please check the form below for errors', - 'notification_success' => 'Success:', - 'notification_warning' => 'Warning:', + 'do_not_change' => 'Neměnit', + 'bug_report' => 'Nahlásit chybu', + 'user_manual' => 'Uživatelská příručka', + 'setup_step_1' => 'Krok 1', + 'setup_step_2' => 'Krok 2', + 'setup_step_3' => 'Krok 3', + 'setup_step_4' => 'Krok 4', + 'setup_config_check' => 'Kontrola konfigurace', + 'setup_create_database' => 'Vytvořit databázové tabulky', + 'setup_create_admin' => 'Vytvořit administrátora', + 'setup_done' => 'Hotovo!', + 'bulk_edit_about_to' => 'Tímto upravíte následující možnosti: ', + 'checked_out' => 'K výdeji', + 'checked_out_to' => 'Vydáno', + 'fields' => 'Pole', + 'last_checkout' => 'Naposledy vydáno', + 'due_to_checkin' => 'Následující :count položky mají být zkontrolovány brzy:', + 'expected_checkin' => 'Očekávané datum vrácení', + 'reminder_checked_out_items' => 'Toto je připomínka položek, které vám byly aktuálně dány. Pokud se domníváte, že je něco špatně (něco chybí, nebo se zde objevuje něco, co podle vás nedostanete), napište prosím :reply_to_name na :reply_to_address.', + 'changed' => 'Upraveno', + 'to' => 'Pro', + 'report_fields_info' => 'Vyberte pole, která chcete zahrnout do vlastní sestavy, a klepněte na tlačítko Generovat. Soubor (custom-asset-report-YYYY-mm-dd.csv) se stáhne automaticky a můžete jej otevřít v Excelu.
+Pokud chcete exportovat pouze některá aktiva, použijte níže uvedené možnosti pro úpravu výsledků.
', + 'range' => '(rozsah)', + 'bom_remark' => 'Přidat BOM (byte-order mark) do tohoto CSV', + 'improvements' => 'Zlepšení', + 'information' => 'Informace', + 'permissions' => 'Oprávnění', + 'managed_ldap' => '(Spravováno přes LDAP)', + 'export' => 'Exportovat', + 'ldap_sync' => 'LDAP synchronizace', + 'ldap_user_sync' => 'LDAP synchronizace uživatelů', + 'synchronize' => 'Synchronizovat', + 'sync_results' => 'Výsledky synchronizace', + 'license_serial' => 'Sériový/produktový klíč', + 'invalid_category' => 'Neplatná kategorie', + 'dashboard_info' => 'Toto je vaše hlavní stránka.', + '60_percent_warning' => '60% Dokončeno (upozornění)', + 'dashboard_empty' => 'Zdá se, že jste ještě nic nepřidali, takže nemáme nic úžasného co bychom vám ukázali. Začněte přidáním něčeho!', + 'new_asset' => 'Nový majetek', + 'new_license' => 'Nová licence', + 'new_accessory' => 'Nové příslušenství', + 'new_consumable' => 'Nový spotřební materiál', + 'collapse' => 'Sbalit', + 'assigned' => 'Přiřazené', + 'asset_count' => 'Počet aktiv', + 'accessories_count' => 'Počet příslušenství', + 'consumables_count' => 'Počet spotřebních materiálů', + 'components_count' => 'Počet komponentů', + 'licenses_count' => 'Počet licencí', + 'notification_error' => 'Chyba:', + 'notification_error_hint' => 'Pro chyby zkontrolujte formulář níže', + 'notification_success' => 'Hotovo:', + 'notification_warning' => 'Pozor:', 'notification_info' => 'Info:', - 'asset_information' => 'Asset Information', - 'model_name' => 'Model Name:', - 'asset_name' => 'Asset Name:', - 'consumable_information' => 'Consumable Information:', - 'consumable_name' => 'Consumable Name:', - 'accessory_information' => 'Accessory Information:', - 'accessory_name' => 'Accessory Name:', - 'clone_item' => 'Clone Item', - 'checkout_tooltip' => 'Check this item out', - 'checkin_tooltip' => 'Check this item in', - 'checkout_user_tooltip' => 'Check this item out to a user', - 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', - 'maintenance_mode_title' => 'System Temporarily Unavailable', - 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', - 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.', - 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.', - 'additional_files' => 'Additional Files', - 'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.', - 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.', - 'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.', - 'bulk_checkin_success' => 'The items for the selected users have been checked in.', - 'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ', - 'na_no_purchase_date' => 'N/A - No purchase date provided', - 'assets_by_status' => 'Assets by Status', - 'assets_by_status_type' => 'Assets by Status Type', - 'pie_chart_type' => 'Dashboard Pie Chart Type', - 'hello_name' => 'Hello, :name!', - 'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', - 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail', - 'placeholder_kit' => 'Select a kit' + 'asset_information' => 'Informace o aktivu', + 'model_name' => 'Model:', + 'asset_name' => 'Název aktiva:', + 'consumable_information' => 'Spotřební informace:', + 'consumable_name' => 'Název sp. materiálu:', + 'accessory_information' => 'Informace o příslušenství:', + 'accessory_name' => 'Název příslušenství:', + 'clone_item' => 'Duplikovat položku', + 'checkout_tooltip' => 'Vydat položku', + 'checkin_tooltip' => 'Převzít položku', + 'checkout_user_tooltip' => 'Vydat položku uživateli', + 'maintenance_mode' => 'Systém je momentálně nedostupný kvůli aktualizaci. Zkuste to, prosím, později.', + 'maintenance_mode_title' => 'Systém je dočasně nedostupný', + 'ldap_import' => 'Heslo by nemělo být spravováno LDAP. (To vám umožní odeslat žádost o obnovení zapomenutého hesla.)', + 'purge_not_allowed' => 'Vymazání smazaných dat bylo v souboru .env zakázáno. Obraťte se na podporu nebo správce systému.', + 'backup_delete_not_allowed' => 'Vymazání záloh bylo v souboru .env zakázáno. Obraťte se na podporu nebo správce systému.', + 'additional_files' => 'Další soubory', + 'shitty_browser' => 'Nebyl zjištěn žádný podpis. Pokud používáte starší prohlížeč, použijte prosím modernější pro dokončení přijetí vašeho majetku.', + 'bulk_soft_delete' =>'Také odstranit tyto uživatele. Historie jejich majetku zůstane neporušená/dokud tvrvale nevymažete smazané záznamy v nastavení správce.', + 'bulk_checkin_delete_success' => 'Vybraní uživatelé byli odstraněni a jejich položky byly odebrány.', + 'bulk_checkin_success' => 'Položky vybraných uživatelů byly odebrány.', + 'set_to_null' => 'Odstranit hodnoty z aktiva|Odstranit hodnoty z :asset_count aktiv ', + 'na_no_purchase_date' => 'N/A – neznámé datum nákupu', + 'assets_by_status' => 'Majetek podle stavu', + 'assets_by_status_type' => 'Majetek podle stavu', + 'pie_chart_type' => 'Typ koláčového grafu na hlavní stránce', + 'hello_name' => 'Ahoj, :name!', + 'unaccepted_profile_warning' => 'Máte :count položek vyžadujících potvrzení. Klikněte zde pro jejich přijetí nebo zamítnutí', + 'start_date' => 'Od', + 'end_date' => 'Do', + 'alt_uploaded_image_thumbnail' => 'Nahraný náhledový obrázek', + 'placeholder_kit' => 'Vyberte sadu' diff --git a/resources/lang/cs/help.php b/resources/lang/cs/help.php index d9d7672be..b45fa5f28 100644 --- a/resources/lang/cs/help.php +++ b/resources/lang/cs/help.php @@ -15,11 +15,11 @@ return [ 'more_info_title' => 'Více informací', - 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.:db_column
sollte aber :expected
sein.',
'is_unique' => 'Dieser Wert muss für jedes Asset einzigartig sein',
'unique' => 'Einzigartig',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Erlaube dem Benutzer, an den das Asset herausgegeben wurde, diese Werte auf der Seite "Zugeordnete Assets anzeigen" anzeigen zu lassen',
+ 'display_in_user_view_table' => 'Für Benutzer sichtbar',
];
diff --git a/resources/lang/de-i/admin/departments/message.php b/resources/lang/de-i/admin/departments/message.php
index 873ccd818..07ee07e1d 100644
--- a/resources/lang/de-i/admin/departments/message.php
+++ b/resources/lang/de-i/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Diese Abteilung existiert nicht.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'An diesem Firmenstandort existiert bereits eine Abteilung mit diesem Namen. Oder wähle einen spezifischeren Namen für diese Abteilung. ',
'assoc_users' => 'Diese Abteilung ist im Moment mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer aktualisieren und erneut versuchen. ',
'create' => array(
'error' => 'Abteilung wurde nicht erstellt. Bitte versuche es erneut.',
diff --git a/resources/lang/de-i/admin/hardware/general.php b/resources/lang/de-i/admin/hardware/general.php
index c9af46f9a..9274d8e2a 100644
--- a/resources/lang/de-i/admin/hardware/general.php
+++ b/resources/lang/de-i/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Dieses Asset wurde gelöscht.',
'edit' => 'Asset bearbeiten',
'model_deleted' => 'Dieses Modell für Assets wurde gelöscht. Du musst das Modell wiederherstellen, bevor Du das Asset wiederherstellen kannst.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Anforderbar',
'requested' => 'Angefordert',
'not_requestable' => 'Kann nicht angefordert werden',
diff --git a/resources/lang/de-i/admin/hardware/message.php b/resources/lang/de-i/admin/hardware/message.php
index 345ff84cd..895830f83 100644
--- a/resources/lang/de-i/admin/hardware/message.php
+++ b/resources/lang/de-i/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Deine Datei wurde importiert',
'file_delete_success' => 'Deine Datei wurde erfolgreich gelöscht',
'file_delete_error' => 'Die Datei konnte nicht gelöscht werden',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/de-i/admin/licenses/message.php b/resources/lang/de-i/admin/licenses/message.php
index 7647dbc70..828f9bf7d 100644
--- a/resources/lang/de-i/admin/licenses/message.php
+++ b/resources/lang/de-i/admin/licenses/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'Die Lizenz existiert nicht oder Sie haben keine Berechtigung, sie anzusehen.',
+ 'does_not_exist' => 'Die Lizenz existiert nicht oder Du hast keine Berechtigung, sie anzusehen.',
'user_does_not_exist' => 'Benutzer existiert nicht.',
'asset_does_not_exist' => 'Der Gegenstand, mit dem Du diese Lizenz verknüpfen möchtest, existiert nicht.',
'owner_doesnt_match_asset' => 'Der Gegenstand, den Du mit dieser Lizenz verknüpfen möchtest, gehört jemand anderem als der im Dropdown-Feld ausgewählten Person.',
diff --git a/resources/lang/de-i/admin/models/message.php b/resources/lang/de-i/admin/models/message.php
index 513b23f5f..3bde87784 100644
--- a/resources/lang/de-i/admin/models/message.php
+++ b/resources/lang/de-i/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modell existiert nicht.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Dieses Modell ist zur Zeit mit einem oder mehreren Assets verknüpft und kann nicht gelöscht werden. Bitte lösche die Assets und versuche dann erneut, das Modell zu löschen. ',
diff --git a/resources/lang/de-i/admin/settings/general.php b/resources/lang/de-i/admin/settings/general.php
index dea51be0f..5f774fa10 100644
--- a/resources/lang/de-i/admin/settings/general.php
+++ b/resources/lang/de-i/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Wenn Du dieses Kästchen aktivierst, kann ein Benutzer das Design mit einem anderen überschreiben.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Wenn Du verpflichtet bist, Deine Assets regelmäßig physisch zu überprüfen, geben das Intervall in Monaten an. Wenn Du diesen Wert aktualisiert, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.',
'audit_warning_days' => 'Audit-Warnschwelle',
'audit_warning_days_help' => 'Wie viele Tage im Voraus sollen wir Dich warnen, wenn Assets zur Prüfung fällig werden?',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags',
@@ -76,7 +76,8 @@ return [
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Standard-Berechtigungsgruppe',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group_info' => 'Wähle eine Gruppe aus, die neu synchronisierten Benutzern zugewiesen werden soll. Denke daran, dass ein Benutzer die Berechtigungen der zugewiesenen Gruppe übernimmt.',
+ 'no_default_group' => 'Keine Standardgruppe',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Zertifikat',
@@ -111,7 +112,7 @@ return [
'ldap_auth_filter_query' => 'LDAP-Authentifizierungsabfrage',
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Aktiv-Markierung',
- 'ldap_activated_flag_help' => 'Dieser Wert wird benutzt um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. Items können unabhängig von ihm zum Nutzer zugewiesen werden. Der Wert sollte der Attributname im AD/LDAP sein und nicht der Wert.0
oder false
ist wird der Nutzerlogin deaktiviert. Ist der Wert im AD\\LDAP 1
oder true
oder jeder beliebige andere Text dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das userAccountControl
Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
+ 'ldap_activated_flag_help' => 'Dieser Wert wird benutzt, um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. Items können unabhängig von ihm zum Nutzer zugewiesen werden. Der Wert sollte der Attributname im AD/LDAP sein und nicht der Wert.0
oder false
ist wird der Nutzerlogin deaktiviert. Ist der Wert im AD\\LDAP 1
oder true
oder jeder beliebige andere Text dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das userAccountControl
Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
'ldap_emp_num' => 'LDAP Mitarbeiternummer',
'ldap_email' => 'LDAP E-Mail',
'ldap_test' => 'LDAP testen',
diff --git a/resources/lang/de-i/admin/settings/message.php b/resources/lang/de-i/admin/settings/message.php
index d781a93f1..6eb7beee6 100644
--- a/resources/lang/de-i/admin/settings/message.php
+++ b/resources/lang/de-i/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Erfolgreich! Überprüfe die ',
'success_pt2' => ' kanal für Deine Testnachricht, und klicke auf Speichern unten, um Deine Einstellungen zu speichern.',
'500' => '500 Server Fehler.',
- 'error' => 'Etwas ist schiefgelaufen.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/de-i/admin/users/general.php b/resources/lang/de-i/admin/users/general.php
index 2d5d27830..c92db1c5a 100644
--- a/resources/lang/de-i/admin/users/general.php
+++ b/resources/lang/de-i/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Extern',
'remote_help' => 'Dies kann nützlich sein, wenn Du nach externen Benutzern filtern musst, die niemals oder nur selten an Ihre physischen Standorte kommen.',
'not_remote_label' => 'Dies ist kein externer Benutzer',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/de-i/admin/users/message.php b/resources/lang/de-i/admin/users/message.php
index 047a31540..e685a0f69 100644
--- a/resources/lang/de-i/admin/users/message.php
+++ b/resources/lang/de-i/admin/users/message.php
@@ -62,6 +62,6 @@ return array(
'inventorynotification' => array(
'error' => 'Für diesen Benutzer ist keine E-Mail-Adresse hinterlegt.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'success' => 'Der Benutzer wurde über sein aktuelles Inventar informiert.'
)
);
\ No newline at end of file
diff --git a/resources/lang/de-i/general.php b/resources/lang/de-i/general.php
index 1d41e332e..a855e1b77 100644
--- a/resources/lang/de-i/general.php
+++ b/resources/lang/de-i/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Lizenzen hinzugefügt',
- 'age' => "Age",
+ 'age' => "Alter",
'all_assets' => 'Alle Assets',
'all' => 'Alle',
'archived' => 'Archiviert',
@@ -281,9 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Postleitzahl',
'noimage' => 'Kein Bild hochgeladen oder kein Bild gefunden.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Die angeforderte Datei existiert nicht.',
+ 'file_upload_success' => 'Dateiupload erfolgreich!',
+ 'no_files_uploaded' => 'Dateiupload erfolgreich!',
'token_expired' => 'Deine Sitzung ist abgelaufen. Bitte versuche es erneut.',
'login_enabled' => 'Login aktiviert',
'audit_due' => 'Prüfung fällig',
diff --git a/resources/lang/de-i/localizations.php b/resources/lang/de-i/localizations.php
index 0287f56f8..11f4e8082 100644
--- a/resources/lang/de-i/localizations.php
+++ b/resources/lang/de-i/localizations.php
@@ -257,6 +257,7 @@ im Indischen Ozean',
'UK'=>'Schottland',
'SB'=>'Salomon-Inseln',
'SC'=>'Seychellen',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Schweden',
'SG'=>'Singapur',
@@ -296,7 +297,7 @@ im Indischen Ozean',
'UK'=>'Großbritannien',
'US'=>'USA',
'UM'=>'Kleinere abgelegene Inseln der Vereinigten Staaten',
- 'UY'=>'Uruguay',
+ 'UY'=>'Urugua',
'UZ'=>'Usbekistan',
'VA'=>'Vatikanstadt (Heiliger Stuhl)',
'VC'=>'St. Vincent und die Grenadinen',
diff --git a/resources/lang/de-i/mail.php b/resources/lang/de-i/mail.php
index 3a2e93f68..b4749f448 100644
--- a/resources/lang/de-i/mail.php
+++ b/resources/lang/de-i/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Melde Diche zu Deiner neuen Snipe-IT-Installation mithilfe der unten stehenden Anmeldeinformationen an:',
'login' => 'Anmelden:',
'Low_Inventory_Report' => 'Bericht über niedrige Lagerbestände',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Mindestmenge',
'name' => 'Name',
'new_item_checked' => 'Ein neuer Gegenstand wurde unter Ihrem Namen ausgecheckt. Details folgen.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Erinnerung: :name Rückgabedatum nähert sich',
'Expected_Checkin_Date' => 'Ihr ausgebuchtes Asset ist fällig zur Rückgabe am :date',
'your_assets' => 'Deine Assets anzeigen',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/de-i/validation.php b/resources/lang/de-i/validation.php
index 468268911..998845b25 100644
--- a/resources/lang/de-i/validation.php
+++ b/resources/lang/de-i/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute muss eine Datei sein.',
'filled' => ':attribute muss einen Wert haben.',
'image' => ':attribute muss ein Bild sein.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => ':fieldname darf nicht leer sein.',
'in' => 'Auswahl :attribute ist ungültig.',
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute muss einzigartig an diesem Standort sein',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ihr derzeitiges Passwort ist nicht korrekt',
'dumbpwd' => 'Das Passwort ist zu gebräuchlich.',
'statuslabel_type' => 'Du musst einen gültigen Statuslabel-Typ auswählen',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/de/admin/categories/message.php b/resources/lang/de/admin/categories/message.php
index 7d8e28a19..bb538914a 100644
--- a/resources/lang/de/admin/categories/message.php
+++ b/resources/lang/de/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Die Kategorie konnte nicht aktualisiert werden, bitte versuchen Sie es erneut',
- 'success' => 'Die Kategorie wurde erfolgreich aktualisiert.'
+ 'success' => 'Die Kategorie wurde erfolgreich aktualisiert.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/de/admin/components/general.php b/resources/lang/de/admin/components/general.php
index 709431820..53060d091 100644
--- a/resources/lang/de/admin/components/general.php
+++ b/resources/lang/de/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Verbleibend',
'total' => 'Gesamt',
'update' => 'Komponente aktualisieren',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/de/admin/custom_fields/general.php b/resources/lang/de/admin/custom_fields/general.php
index ce9506454..ad0be3f3a 100644
--- a/resources/lang/de/admin/custom_fields/general.php
+++ b/resources/lang/de/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Von Modellen benutzt',
'order' => 'Reihenfolge',
'create_fieldset' => 'Neuer Feldsatz',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Neuen Feldsatz erstellen',
'create_field' => 'Neues benutzerdefiniertes Feld',
'create_field_title' => 'Neues benutzerdefiniertes Feld erstellen',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'WARNUNG. Dieses Feld befindet sich in der Tabelle mit benutzerdefinierten Feldern als :db_column
sollte aber :expected
sein.',
'is_unique' => 'Dieser Wert muss für jedes Asset einzigartig sein',
'unique' => 'Einzigartig',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Erlaube dem Benutzer, an den das Asset herausgegeben wurde, diese Werte auf der Seite "Zugeordnete Assets anzeigen" anzeigen zu lassen',
+ 'display_in_user_view_table' => 'Für Benutzer sichtbar',
];
diff --git a/resources/lang/de/admin/departments/message.php b/resources/lang/de/admin/departments/message.php
index f119ff864..f6e44786b 100644
--- a/resources/lang/de/admin/departments/message.php
+++ b/resources/lang/de/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Diese Abteilung existiert nicht.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'An diesem Firmenstandort existiert bereits eine Abteilung mit diesem Namen. Oder wählen Sie einen spezifischeren Namen für diese Abteilung. ',
'assoc_users' => 'Diese Abteilung ist im Moment mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer aktualisieren, so dass diese Abteilung nicht mehr verknüpft ist und erneut versuchen. ',
'create' => array(
'error' => 'Abteilung wurde nicht erstellt. Bitte versuchen Sie es erneut.',
diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php
index 617b9a5bc..b3c281e2b 100644
--- a/resources/lang/de/admin/hardware/general.php
+++ b/resources/lang/de/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Dieses Asset wurde gelöscht.',
'edit' => 'Asset bearbeiten',
'model_deleted' => 'Dieses Modell für Assets wurde gelöscht. Sie müssen das Modell wiederherstellen, bevor Sie das Asset wiederherstellen können.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Anforderbar',
'requested' => 'Angefordert',
'not_requestable' => 'Kann nicht angefordert werden',
diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php
index 21e1ce0cc..99f3f7818 100644
--- a/resources/lang/de/admin/hardware/message.php
+++ b/resources/lang/de/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Ihre Datei wurde importiert',
'file_delete_success' => 'Die Datei wurde erfolgreich gelöscht',
'file_delete_error' => 'Die Datei konnte nicht gelöscht werden',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/de/admin/models/message.php b/resources/lang/de/admin/models/message.php
index 2c58b2bdb..156390477 100644
--- a/resources/lang/de/admin/models/message.php
+++ b/resources/lang/de/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modell existiert nicht.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Dieses Modell ist zur Zeit mit einem oder mehreren Assets verknüpft und kann nicht gelöscht werden. Bitte lösche die Assets und versuche dann erneut das Modell zu löschen. ',
diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php
index 2545499de..acae3fee9 100644
--- a/resources/lang/de/admin/settings/general.php
+++ b/resources/lang/de/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Auditintervall',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Wenn Sie verpflichtet sind, Ihre Assets regelmäßig physisch zu überprüfen, geben Sie das Intervall in Monaten an. Wenn Sie diesen Wert aktualisieren, werden alle "nächsten Audittermine" für Assets mit einem anstehenden Prüfungsdatum aktualisiert.',
'audit_warning_days' => 'Audit-Warnschwelle',
'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset Tags',
@@ -76,7 +76,8 @@ return [
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
'ldap_default_group' => 'Standard-Berechtigungsgruppe',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group_info' => 'Wählen Sie eine Gruppe aus, die neu synchronisierten Benutzern zugewiesen werden soll. Denken Sie daran, dass ein Benutzer die Berechtigungen der zugewiesenen Gruppe übernimmt.',
+ 'no_default_group' => 'Keine Standardgruppe',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client-seitiger TLS-Schlüssel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Zertifikat',
diff --git a/resources/lang/de/admin/settings/message.php b/resources/lang/de/admin/settings/message.php
index cb769ea5e..616aab96d 100644
--- a/resources/lang/de/admin/settings/message.php
+++ b/resources/lang/de/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Erfolgreich! Überprüfen Sie die ',
'success_pt2' => ' Kanal für Ihre Testnachricht und klicken Sie auf Speichern unten, um Ihre Einstellungen zu speichern.',
'500' => '500 Server Fehler.',
- 'error' => 'Etwas ist schiefgelaufen.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php
index 41e78b0ac..2b7bc6eac 100644
--- a/resources/lang/de/admin/users/general.php
+++ b/resources/lang/de/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Extern',
'remote_help' => 'Dies kann nützlich sein, wenn Sie nach externen Benutzern filtern müssen, die niemals oder nur selten an Ihre physischen Standorte kommen.',
'not_remote_label' => 'Dies ist kein externer Benutzer',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/de/admin/users/message.php b/resources/lang/de/admin/users/message.php
index b76e1275d..0d5f319aa 100644
--- a/resources/lang/de/admin/users/message.php
+++ b/resources/lang/de/admin/users/message.php
@@ -62,6 +62,6 @@ return array(
'inventorynotification' => array(
'error' => 'Für diesen Benutzer ist keine E-Mail-Adresse hinterlegt.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'success' => 'Der Benutzer wurde über sein aktuelles Inventar informiert.'
)
);
\ No newline at end of file
diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php
index aa45dd302..e35049238 100644
--- a/resources/lang/de/general.php
+++ b/resources/lang/de/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Administrator',
'administrator' => 'Administrator',
'add_seats' => 'Lizenzen hinzugefügt',
- 'age' => "Age",
+ 'age' => "Alter",
'all_assets' => 'Alle Assets',
'all' => 'Alle',
'archived' => 'Archiviert',
@@ -281,9 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Postleitzahl',
'noimage' => 'Kein Bild hochgeladen oder kein Bild gefunden.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Die angeforderte Datei existiert nicht.',
+ 'file_upload_success' => 'Dateiupload erfolgreich!',
+ 'no_files_uploaded' => 'Dateiupload erfolgreich!',
'token_expired' => 'Ihre Sitzung ist abgelaufen. Bitte versuchen Sie es erneut.',
'login_enabled' => 'Login aktiviert',
'audit_due' => 'Audit fällig',
@@ -381,7 +381,7 @@ return [
'assets_by_status_type' => 'Assets sortiert nach Statustyp',
'pie_chart_type' => 'Dashboard Kreisdiagramm Typ',
'hello_name' => 'Hallo, :name!',
- 'unaccepted_profile_warning' => 'Du hast :count Gegenstände, die akzeptiert werden müssen. Klicke hier, um sie anzunehmen oder abzulehnen',
+ 'unaccepted_profile_warning' => 'Sie haben :count Gegenstände, die akzeptiert werden müssen. Klicken Sie hier, um diese anzunehmen oder abzulehnen',
'start_date' => 'Startdatum',
'end_date' => 'Enddatum',
'alt_uploaded_image_thumbnail' => 'Hochgeladene Miniaturansicht',
diff --git a/resources/lang/de/localizations.php b/resources/lang/de/localizations.php
index 0287f56f8..d15abcf0a 100644
--- a/resources/lang/de/localizations.php
+++ b/resources/lang/de/localizations.php
@@ -257,6 +257,7 @@ im Indischen Ozean',
'UK'=>'Schottland',
'SB'=>'Salomon-Inseln',
'SC'=>'Seychellen',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Schweden',
'SG'=>'Singapur',
diff --git a/resources/lang/de/mail.php b/resources/lang/de/mail.php
index 482951b0f..2ab5cfd0d 100644
--- a/resources/lang/de/mail.php
+++ b/resources/lang/de/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Melden Sie sich zu Ihrer neuen Snipe-IT-Installation mithilfe der unten stehenden Anmeldeinformationen an:',
'login' => 'Benutzername:',
'Low_Inventory_Report' => 'Bericht über niedrige Lagerbestände',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Mindestmenge',
'name' => 'Name',
'new_item_checked' => 'Ein neuer Gegenstand wurde unter Ihrem Namen ausgecheckt. Details folgen.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Erinnerung: :name Rückgabedatum nähert sich',
'Expected_Checkin_Date' => 'Ihr ausgebuchtes Asset ist fällig zur Rückgabe am :date',
'your_assets' => 'Ihre Assets anzeigen',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php
index a098cb1a5..85442ea35 100644
--- a/resources/lang/de/validation.php
+++ b/resources/lang/de/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute muss eine Datei sein.',
'filled' => 'Das :attribute Feld muss einen Wert haben.',
'image' => ':attribute muss ein Bild sein.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => ':fieldname darf nicht leer sein.',
'in' => 'Auswahl :attribute ist ungültig.',
'in_array' => 'Das Feld :attribute existiert nicht in :other.',
'integer' => ':attribute muss eine ganze Zahl sein.',
'ip' => ':attribute muss eine gültige IP Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute muss einzigartig an diesem Standort sein',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'max' => [
'numeric' => ':attribute darf nicht größer als :max sein.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ihr derzeitiges Passwort ist nicht korrekt',
'dumbpwd' => 'Das Passwort ist zu gebräuchlich.',
'statuslabel_type' => 'Sie müssen einen gültigen Statuslabel-Typ auswählen',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/el/admin/categories/message.php b/resources/lang/el/admin/categories/message.php
index bede79ccd..f0089b1cb 100644
--- a/resources/lang/el/admin/categories/message.php
+++ b/resources/lang/el/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Η κατηγορία δεν ενημερώθηκε, παρακαλώ δοκιμάστε ξανά',
- 'success' => 'Η κατηγορία ενημερώθηκε με επιτυχία.'
+ 'success' => 'Η κατηγορία ενημερώθηκε με επιτυχία.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/el/admin/components/general.php b/resources/lang/el/admin/components/general.php
index acb3e05bb..173bcc0a3 100644
--- a/resources/lang/el/admin/components/general.php
+++ b/resources/lang/el/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Απομένουν',
'total' => 'Σύνολο',
'update' => 'Αναβάθμιση εξαρτήματος',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/el/admin/custom_fields/general.php b/resources/lang/el/admin/custom_fields/general.php
index 9a1113de1..e569692b4 100644
--- a/resources/lang/el/admin/custom_fields/general.php
+++ b/resources/lang/el/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Χρησιμοποιήθηκε από τα μοντέλα',
'order' => 'Σειρά',
'create_fieldset' => 'Νέο σύνολο πεδίων',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Νέο προσαρμοσμένο πεδίο',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/el/admin/hardware/general.php b/resources/lang/el/admin/hardware/general.php
index a0bb7b6b1..d144df0b4 100644
--- a/resources/lang/el/admin/hardware/general.php
+++ b/resources/lang/el/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Επεξεργασία παγίων',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Επαναληπτικό',
'requested' => 'Ζητήθηκαν',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php
index 80a742a56..557236479 100644
--- a/resources/lang/el/admin/hardware/message.php
+++ b/resources/lang/el/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Το αρχείο σας έχει εισαχθεί',
'file_delete_success' => 'Το αρχείο σας έχει διαγραφεί με επιτυχία',
'file_delete_error' => 'Το αρχείο δεν μπόρεσε να διαγραφεί',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/el/admin/models/message.php b/resources/lang/el/admin/models/message.php
index 1afea35d6..401ae0b3c 100644
--- a/resources/lang/el/admin/models/message.php
+++ b/resources/lang/el/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Το μοντέλο δεν υπάρχει.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Αυτό το μοντέλο συσχετίζεται επί του παρόντος με ένα ή περισσότερα στοιχεία και δεν μπορεί να διαγραφεί. Διαγράψτε τα στοιχεία και, στη συνέχεια, δοκιμάστε ξανά τη διαγραφή.',
diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php
index cb7200832..8a1303973 100644
--- a/resources/lang/el/admin/settings/general.php
+++ b/resources/lang/el/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/el/admin/settings/message.php b/resources/lang/el/admin/settings/message.php
index f2ec02dcb..a336963cd 100644
--- a/resources/lang/el/admin/settings/message.php
+++ b/resources/lang/el/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php
index 411559288..a21e599dd 100644
--- a/resources/lang/el/admin/users/general.php
+++ b/resources/lang/el/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/el/localizations.php b/resources/lang/el/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/el/localizations.php
+++ b/resources/lang/el/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/el/mail.php b/resources/lang/el/mail.php
index 13f16edb4..4d4d3ff6d 100644
--- a/resources/lang/el/mail.php
+++ b/resources/lang/el/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Συνδεθείτε στη νέα σας εγκατάσταση Snipe-IT χρησιμοποιώντας τα παρακάτω διαπιστευτήρια:',
'login' => 'Σύνδεση:',
'Low_Inventory_Report' => 'Αναφορά χαμηλού αποθέματος',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Ελάχιστη ποσότητα',
'name' => 'Όνομα',
'new_item_checked' => 'Ένα νέο στοιχείο έχει ελεγχθεί με το όνομά σας, οι λεπτομέρειες είναι παρακάτω.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php
index b3bc8d31a..c6574f698 100644
--- a/resources/lang/el/validation.php
+++ b/resources/lang/el/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος',
'dumbpwd' => 'Αυτός ο κωδικός πρόσβασης είναι πολύ συνηθισμένος.',
'statuslabel_type' => 'Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/en-GB/admin/categories/message.php b/resources/lang/en-GB/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/en-GB/admin/categories/message.php
+++ b/resources/lang/en-GB/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/en-GB/admin/components/general.php b/resources/lang/en-GB/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/en-GB/admin/components/general.php
+++ b/resources/lang/en-GB/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php
index 69fd114d8..1deb38201 100644
--- a/resources/lang/en-GB/admin/custom_fields/general.php
+++ b/resources/lang/en-GB/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/en-GB/admin/hardware/general.php b/resources/lang/en-GB/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/en-GB/admin/hardware/general.php
+++ b/resources/lang/en-GB/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/en-GB/admin/hardware/message.php
+++ b/resources/lang/en-GB/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/en-GB/admin/models/message.php b/resources/lang/en-GB/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/en-GB/admin/models/message.php
+++ b/resources/lang/en-GB/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php
index 46649db61..34918fc9b 100644
--- a/resources/lang/en-GB/admin/settings/general.php
+++ b/resources/lang/en-GB/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/en-GB/admin/settings/message.php b/resources/lang/en-GB/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/en-GB/admin/settings/message.php
+++ b/resources/lang/en-GB/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/en-GB/admin/users/general.php
+++ b/resources/lang/en-GB/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/en-GB/localizations.php b/resources/lang/en-GB/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/en-GB/localizations.php
+++ b/resources/lang/en-GB/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/en-GB/mail.php b/resources/lang/en-GB/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/en-GB/mail.php
+++ b/resources/lang/en-GB/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/en-GB/validation.php
+++ b/resources/lang/en-GB/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/en-ID/admin/accessories/message.php b/resources/lang/en-ID/admin/accessories/message.php
index ccd4ad1ea..449f8a87d 100644
--- a/resources/lang/en-ID/admin/accessories/message.php
+++ b/resources/lang/en-ID/admin/accessories/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'The accessory [:id] does not exist.',
+ 'does_not_exist' => 'Aksesori itu tidak ada.',
'assoc_users' => 'Aksesori saat ini memiliki :count item untuk pengguna. Silahkan cek di aksesoris dan dan coba lagi. ',
'create' => array(
diff --git a/resources/lang/en-ID/admin/categories/message.php b/resources/lang/en-ID/admin/categories/message.php
index e90c0d8a5..a3b42e7d8 100644
--- a/resources/lang/en-ID/admin/categories/message.php
+++ b/resources/lang/en-ID/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategori gagal diupdate, silahkan coba lagi',
- 'success' => 'Kategori berhasil diupdate.'
+ 'success' => 'Kategori berhasil diupdate.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/en-ID/admin/components/general.php b/resources/lang/en-ID/admin/components/general.php
index fe356c0f4..333100a34 100644
--- a/resources/lang/en-ID/admin/components/general.php
+++ b/resources/lang/en-ID/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Perbaharui Komponen',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php
index d3fe02fa8..b8967ce38 100644
--- a/resources/lang/en-ID/admin/custom_fields/general.php
+++ b/resources/lang/en-ID/admin/custom_fields/general.php
@@ -28,6 +28,9 @@ return [
'used_by_models' => 'Digunakan oleh Model',
'order' => 'Pesanan',
'create_fieldset' => 'Atur bidang baru',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Kostum field baru',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php
index 550d2d7c1..ebe823024 100644
--- a/resources/lang/en-ID/admin/hardware/general.php
+++ b/resources/lang/en-ID/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Aset ini telah dihapus.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Permintaan',
'requested' => 'Diminta',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php
index a952b4ccf..c024385c1 100644
--- a/resources/lang/en-ID/admin/hardware/message.php
+++ b/resources/lang/en-ID/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'File Anda telah diimpor',
'file_delete_success' => 'File anda telah berhasil dihapus',
'file_delete_error' => 'File tidak dapat dihapus',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/en-ID/admin/models/message.php b/resources/lang/en-ID/admin/models/message.php
index 995b58d05..7934d5060 100644
--- a/resources/lang/en-ID/admin/models/message.php
+++ b/resources/lang/en-ID/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model tidak ada.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Model ini saat ini dikaitkan dengan satu atau lebih aset dan tidak dapat dihapus. Harap hapus asetnya, lalu coba hapus lagi. ',
diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php
index 44d1c4f45..448f99481 100644
--- a/resources/lang/en-ID/admin/settings/general.php
+++ b/resources/lang/en-ID/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
@@ -301,7 +302,7 @@ return [
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
'localization_help' => 'Language, date display',
'notifications' => 'Notifications',
- 'notifications_help' => 'Email alerts, audit settings',
+ 'notifications_help' => 'Email Alerts & Audit Settings',
'asset_tags_help' => 'Incrementing and prefixes',
'labels' => 'Labels',
'labels_title' => 'Update Label Settings',
diff --git a/resources/lang/en-ID/admin/settings/message.php b/resources/lang/en-ID/admin/settings/message.php
index 4ee2c6480..18b37d463 100644
--- a/resources/lang/en-ID/admin/settings/message.php
+++ b/resources/lang/en-ID/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php
index 65808a910..f1d4a557a 100644
--- a/resources/lang/en-ID/admin/users/general.php
+++ b/resources/lang/en-ID/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/en-ID/localizations.php b/resources/lang/en-ID/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/en-ID/localizations.php
+++ b/resources/lang/en-ID/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php
index 2a31bfd40..2266de117 100644
--- a/resources/lang/en-ID/mail.php
+++ b/resources/lang/en-ID/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login ke instalasi Snipe-IT baru Anda dengan menggunakan kredensial di bawah ini:',
'login' => 'Masuk:',
'Low_Inventory_Report' => 'Laporan Inventaris Rendah',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'QTY minimum',
'name' => 'Nama',
'new_item_checked' => 'Item baru sudah diperiksa atas nama anda, rinciannya dibawah ini.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php
index f44b950f1..ce323d831 100644
--- a/resources/lang/en-ID/validation.php
+++ b/resources/lang/en-ID/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Kata sandi anda saat ini salah',
'dumbpwd' => 'Kata sandi itu terlalu umum.',
'statuslabel_type' => 'Anda harus pilih jenis label status yang valid',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php
index e2879d98c..70c4932fd 100644
--- a/resources/lang/en/admin/settings/general.php
+++ b/resources/lang/en/admin/settings/general.php
@@ -302,7 +302,7 @@ return [
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
'localization_help' => 'Language, date display',
'notifications' => 'Notifications',
- 'notifications_help' => 'Email alerts, audit settings',
+ 'notifications_help' => 'Email Alerts & Audit Settings',
'asset_tags_help' => 'Incrementing and prefixes',
'labels' => 'Labels',
'labels_title' => 'Update Label Settings',
diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php
index cc7ee7fa1..f0b6a3f2c 100644
--- a/resources/lang/en/general.php
+++ b/resources/lang/en/general.php
@@ -3,7 +3,6 @@
return [
'accessories' => 'Accessories',
'activated' => 'Activated',
- 'accepted_date' => 'Date Accepted',
'accessory' => 'Accessory',
'accessory_report' => 'Accessory Report',
'action' => 'Action',
@@ -28,13 +27,7 @@ return [
'audit' => 'Audit',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
- 'assets_audited' => 'assets audited',
- 'assets_checked_in_count' => 'assets checked in',
- 'assets_checked_out_count' => 'assets checked out',
- 'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.',
- 'assigned_date' => 'Date Assigned',
'assigned_to' => 'Assigned to :name',
- 'assignee' => 'Assigned to',
'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar',
'back' => 'Back',
@@ -46,8 +39,6 @@ return [
'bulk_delete' => 'Bulk Delete',
'bulk_actions' => 'Bulk Actions',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
- 'byod' => 'BYOD',
- 'byod_help' => 'This device is owned by the user',
'bystatus' => 'by Status',
'cancel' => 'Cancel',
'categories' => 'Categories',
@@ -394,15 +385,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
- 'placeholder_kit' => 'Select a kit',
- 'file_not_found' => 'File not found',
- 'preview_not_available' => '(no preview)',
- 'setup' => 'Setup',
- 'pre_flight' => 'Pre-Flight',
- 'skip_to_main_content' => 'Skip to main content',
- 'toggle_navigation' => 'Toggle navigation',
- 'alerts' => 'Alerts',
- 'tasks_view_all' => 'View all tasks',
+ 'placeholder_kit' => 'Select a kit'
diff --git a/resources/lang/es-CO/admin/categories/message.php b/resources/lang/es-CO/admin/categories/message.php
index d0536f8f7..2a4cc8d3f 100644
--- a/resources/lang/es-CO/admin/categories/message.php
+++ b/resources/lang/es-CO/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'La categoría no se actualizó, por favor, inténtalo de nuevo',
- 'success' => 'Categoría actualizada con éxito.'
+ 'success' => 'Categoría actualizada con éxito.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/es-CO/admin/components/general.php b/resources/lang/es-CO/admin/components/general.php
index 271344e96..833de0205 100644
--- a/resources/lang/es-CO/admin/components/general.php
+++ b/resources/lang/es-CO/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restante',
'total' => 'Total',
'update' => 'Actualizar Componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php
index 58723a24e..bdcc65dbb 100644
--- a/resources/lang/es-CO/admin/custom_fields/general.php
+++ b/resources/lang/es-CO/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Usado por Modelos',
'order' => 'Orden',
'create_fieldset' => 'Nuevo Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Crear nuevo grupo de campos',
'create_field' => 'Nuevo Campo Personalizado',
'create_field_title' => 'Crear nuevo campo personalizado',
diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php
index 333304108..10b38fe39 100644
--- a/resources/lang/es-CO/admin/hardware/general.php
+++ b/resources/lang/es-CO/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este activo ha sido borrado.',
'edit' => 'Editar Equipo',
'model_deleted' => 'El modelo de este activo ha sido borrado. Debe restaurar el modelo antes de restaurar o crear el activo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Puede Solicitarse',
'requested' => 'Solicitado',
'not_requestable' => 'No solicitable',
diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php
index c0fbd1ec3..e55992cbf 100644
--- a/resources/lang/es-CO/admin/hardware/message.php
+++ b/resources/lang/es-CO/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php
index bc244948d..8425a6354 100644
--- a/resources/lang/es-CO/admin/models/message.php
+++ b/resources/lang/es-CO/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modelo inexistente.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está asociado a uno o más equipos actualmente, por lo que no puede ser eliminado. Por favor elimina los equipos asociados, e inténtalo de nuevo. ',
diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php
index ed9cc1ea5..2a5074ad4 100644
--- a/resources/lang/es-CO/admin/settings/general.php
+++ b/resources/lang/es-CO/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php
index 89eb5b455..326d3dec0 100644
--- a/resources/lang/es-CO/admin/settings/message.php
+++ b/resources/lang/es-CO/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php
index 8bf6e3b24..138f28ba2 100644
--- a/resources/lang/es-CO/admin/users/general.php
+++ b/resources/lang/es-CO/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/es-CO/localizations.php b/resources/lang/es-CO/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/es-CO/localizations.php
+++ b/resources/lang/es-CO/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/es-CO/mail.php b/resources/lang/es-CO/mail.php
index ebf86d5cc..a915258f8 100644
--- a/resources/lang/es-CO/mail.php
+++ b/resources/lang/es-CO/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Inicie sesión en su nueva instalación de Snipe-IT con las credenciales siguientes:',
'login' => 'Entrar:',
'Low_Inventory_Report' => 'Reporte de inventario bajo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo se ha extraído bajo su nombre, los detalles están a continuación.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php
index bc9d0b849..396ce9fc0 100644
--- a/resources/lang/es-CO/validation.php
+++ b/resources/lang/es-CO/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Tu contraseña actual es incorrecta',
'dumbpwd' => 'Esa contraseña es muy común.',
'statuslabel_type' => 'Debe seleccionar un tipo de etiqueta de estado válido.',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/es-ES/admin/categories/message.php b/resources/lang/es-ES/admin/categories/message.php
index 4878c7950..fac3c7702 100644
--- a/resources/lang/es-ES/admin/categories/message.php
+++ b/resources/lang/es-ES/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'La categoría no se ha actualizado, intentalo de nuevo.',
- 'success' => 'Categoría actualizada correctamente.'
+ 'success' => 'Categoría actualizada correctamente.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/es-ES/admin/components/general.php b/resources/lang/es-ES/admin/components/general.php
index 033bf1664..916ba109d 100644
--- a/resources/lang/es-ES/admin/components/general.php
+++ b/resources/lang/es-ES/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restante',
'total' => 'Total',
'update' => 'Actualizar Componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php
index 5e4c58099..b02247e8d 100644
--- a/resources/lang/es-ES/admin/custom_fields/general.php
+++ b/resources/lang/es-ES/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Usado Por Modelos',
'order' => 'Orden',
'create_fieldset' => 'Nuevo grupo de campos',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Crear nuevo grupo de campos',
'create_field' => 'Nuevo campo personalizado',
'create_field_title' => 'Crear nuevo campo personalizado',
diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php
index 93d97c90d..4b210e3b4 100644
--- a/resources/lang/es-ES/admin/hardware/general.php
+++ b/resources/lang/es-ES/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Equipo',
'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requerible',
'requested' => 'Solicitado',
'not_requestable' => 'No solicitable',
diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php
index fb8895c3b..a814dfa6a 100644
--- a/resources/lang/es-ES/admin/hardware/message.php
+++ b/resources/lang/es-ES/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php
index 53bea1807..94040aa4a 100644
--- a/resources/lang/es-ES/admin/models/message.php
+++ b/resources/lang/es-ES/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modelo inexistente.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado',
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index ed9cc1ea5..2a5074ad4 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php
index 89eb5b455..326d3dec0 100644
--- a/resources/lang/es-ES/admin/settings/message.php
+++ b/resources/lang/es-ES/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php
index 8bf6e3b24..138f28ba2 100644
--- a/resources/lang/es-ES/admin/users/general.php
+++ b/resources/lang/es-ES/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/es-ES/localizations.php b/resources/lang/es-ES/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/es-ES/localizations.php
+++ b/resources/lang/es-ES/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/es-ES/mail.php b/resources/lang/es-ES/mail.php
index ebf86d5cc..a915258f8 100644
--- a/resources/lang/es-ES/mail.php
+++ b/resources/lang/es-ES/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Inicie sesión en su nueva instalación de Snipe-IT con las credenciales siguientes:',
'login' => 'Entrar:',
'Low_Inventory_Report' => 'Reporte de inventario bajo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo se ha extraído bajo su nombre, los detalles están a continuación.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php
index 7361de191..13216ac07 100644
--- a/resources/lang/es-ES/validation.php
+++ b/resources/lang/es-ES/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Tu contraseña actual es incorrecta',
'dumbpwd' => 'Esa contraseña es muy común.',
'statuslabel_type' => 'Debe seleccionar un tipo de etiqueta de estado válido.',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/es-MX/admin/categories/message.php b/resources/lang/es-MX/admin/categories/message.php
index 4878c7950..fac3c7702 100644
--- a/resources/lang/es-MX/admin/categories/message.php
+++ b/resources/lang/es-MX/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'La categoría no se ha actualizado, intentalo de nuevo.',
- 'success' => 'Categoría actualizada correctamente.'
+ 'success' => 'Categoría actualizada correctamente.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/es-MX/admin/companies/general.php b/resources/lang/es-MX/admin/companies/general.php
index d6a87e123..846256791 100644
--- a/resources/lang/es-MX/admin/companies/general.php
+++ b/resources/lang/es-MX/admin/companies/general.php
@@ -3,5 +3,5 @@
return [
'select_company' => 'Seleccionar compañía',
'about_companies' => 'Acerca de las empresas',
- 'about_companies_description' => ' Puede utilizar las empresas como un campo informativo simple, o puede utilizarlos para restringir la visibilidad de los activos y la disponibilidad a los usuarios con una empresa específica habilitando el soporte completo de la compañía en su Configuración de Administración.',
+ 'about_companies_description' => ' Puedes utilizar empresas como un simple campo de información, o las puedes usar para restringir la visibilidad y disponibilidad de los activos a los usuarios que pertenezcan a una empresa en específico. Esto lo implementas habilitando la opción de Suporte Completo de Empresa en tu página de configuración de administrador.',
];
diff --git a/resources/lang/es-MX/admin/components/general.php b/resources/lang/es-MX/admin/components/general.php
index 033bf1664..916ba109d 100644
--- a/resources/lang/es-MX/admin/components/general.php
+++ b/resources/lang/es-MX/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restante',
'total' => 'Total',
'update' => 'Actualizar Componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php
index c06e89256..0d11b4fcb 100644
--- a/resources/lang/es-MX/admin/custom_fields/general.php
+++ b/resources/lang/es-MX/admin/custom_fields/general.php
@@ -2,7 +2,7 @@
return [
'custom_fields' => 'Campos personalizados',
- 'manage' => 'Administrar',
+ 'manage' => 'Administra',
'field' => 'Campo',
'about_fieldsets_title' => 'Acerca de los campos personalizados',
'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos personalizados que se reutilizan frecuentemente para determinados modelos de activos.',
@@ -27,23 +27,26 @@ return [
'used_by_models' => 'Usado Por Modelos',
'order' => 'Orden',
'create_fieldset' => 'Nuevo grupo de campos',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Crear nuevo grupo de campos',
'create_field' => 'Nuevo campo personalizado',
- 'create_field_title' => 'Crear nuevo campo personalizado',
+ 'create_field_title' => 'Crear un 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',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
'help_text' => 'Texto de ayuda',
- 'help_text_description' => 'Un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.',
+ 'help_text_description' => 'Esto es un texto opcional que se mostrará debajo de los elementos del formulario cuando se este editando un activo para proporcionar contexto adicional del campo.',
'about_custom_fields_title' => 'Acerca de los Campos Personalizados',
- 'about_custom_fields_text' => 'Los campos personalizados le permiten añadir atributos arbitrarios a los activos.',
+ 'about_custom_fields_text' => 'Los campos personalizados te permiten agregar atributos arbritarios a los activos.',
'add_field_to_fieldset' => 'Añadir campo al grupo',
- 'make_optional' => 'Requerido - clic para hacerlo opcional',
- 'make_required' => 'Opcional - clic para hacerlo requerido',
+ 'make_optional' => 'Requerido - haz clic para hacerlo opcional',
+ 'make_required' => 'Opcional - haz clic para hacerlo requerido',
'reorder' => 'Reordenar',
- 'db_field' => 'Campo de BD',
+ 'db_field' => 'Campo de Base de Datos',
'db_convert_warning' => 'ADVERTENCIA. Este campo aparece en la tabla de campos personalizados como :db_column
, pero se esperaba :expected
.',
- 'is_unique' => 'Este valor debe ser único dentro de los activos',
+ 'is_unique' => 'Este valor debe ser único a través de todos los activos',
'unique' => 'Único',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view_table' => 'Visible al Usuario',
];
diff --git a/resources/lang/es-MX/admin/custom_fields/message.php b/resources/lang/es-MX/admin/custom_fields/message.php
index ff376e9df..d9b7dfd14 100644
--- a/resources/lang/es-MX/admin/custom_fields/message.php
+++ b/resources/lang/es-MX/admin/custom_fields/message.php
@@ -51,7 +51,7 @@ return array(
'fieldset_default_value' => array(
- 'error' => 'Error validating default fieldset values.',
+ 'error' => 'Error al validar los valores predeterminados del conjunto de campos.',
),
diff --git a/resources/lang/es-MX/admin/departments/message.php b/resources/lang/es-MX/admin/departments/message.php
index b28de02e9..b7e4f1d85 100644
--- a/resources/lang/es-MX/admin/departments/message.php
+++ b/resources/lang/es-MX/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'El departamento no existe.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Ya existe un departamento con ese nombre en la ubicación seleccionada de esta empresa. O elija un nombre más específico para este departamento. ',
'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ',
'create' => array(
'error' => 'El departamento no fue creado, por favor intente de nuevo.',
diff --git a/resources/lang/es-MX/admin/hardware/general.php b/resources/lang/es-MX/admin/hardware/general.php
index fea898780..259eedb87 100644
--- a/resources/lang/es-MX/admin/hardware/general.php
+++ b/resources/lang/es-MX/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este activo ha sido eliminado.',
'edit' => 'Editar Equipo',
'model_deleted' => 'Este modelo de equipo fue eliminado. Debes restaurar el moldelo antes de restaurar el activo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requerible',
'requested' => 'Solicitado',
'not_requestable' => 'No solicitable',
diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php
index 314d726ec..00842e329 100644
--- a/resources/lang/es-MX/admin/hardware/message.php
+++ b/resources/lang/es-MX/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'No pudimos eliminar tu archivo',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/es-MX/admin/licenses/message.php b/resources/lang/es-MX/admin/licenses/message.php
index 182b6ce2e..153814742 100644
--- a/resources/lang/es-MX/admin/licenses/message.php
+++ b/resources/lang/es-MX/admin/licenses/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'License does not exist or you do not have permission to view it.',
+ 'does_not_exist' => 'La licencia no existe o usted no tiene permiso para verla.',
'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.',
diff --git a/resources/lang/es-MX/admin/locations/message.php b/resources/lang/es-MX/admin/locations/message.php
index 50fa52a8d..d8be3030a 100644
--- a/resources/lang/es-MX/admin/locations/message.php
+++ b/resources/lang/es-MX/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'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. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Recursos asignados',
+ 'current_location' => 'Ubicación actual',
'create' => array(
diff --git a/resources/lang/es-MX/admin/models/general.php b/resources/lang/es-MX/admin/models/general.php
index 13bf779ba..3b1da5ca5 100644
--- a/resources/lang/es-MX/admin/models/general.php
+++ b/resources/lang/es-MX/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Acerca de modelos de activos',
'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'Este modelo fue eliminado.',
+ 'deleted' => 'Este modelo ha sido eliminado.',
'bulk_delete' => 'Borrar Grandes Modelos de Activos',
'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.',
'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.',
diff --git a/resources/lang/es-MX/admin/models/message.php b/resources/lang/es-MX/admin/models/message.php
index 53bea1807..94040aa4a 100644
--- a/resources/lang/es-MX/admin/models/message.php
+++ b/resources/lang/es-MX/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modelo inexistente.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado',
diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php
index 81e0ca457..5521708a9 100644
--- a/resources/lang/es-MX/admin/settings/general.php
+++ b/resources/lang/es-MX/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/es-MX/admin/settings/message.php b/resources/lang/es-MX/admin/settings/message.php
index 265a90400..596a0776a 100644
--- a/resources/lang/es-MX/admin/settings/message.php
+++ b/resources/lang/es-MX/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Algo salió mal.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php
index c64e543b9..5e45aec85 100644
--- a/resources/lang/es-MX/admin/users/general.php
+++ b/resources/lang/es-MX/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remoto',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'Este no es un usuario remoto',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php
index fe0082463..e524cbed0 100644
--- a/resources/lang/es-MX/general.php
+++ b/resources/lang/es-MX/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Sitios añadidos',
- 'age' => "Age",
+ 'age' => "Edad",
'all_assets' => 'Todos los Equipos',
'all' => 'Todos los',
'archived' => 'Archivado',
@@ -147,7 +147,7 @@ return [
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
'asset_maintenances' => 'Mantenimientos de Equipo',
'item' => 'Item',
- 'item_name' => 'Nombre del ítem',
+ 'item_name' => 'Nombre del elemento',
'insufficient_permissions' => '¡Permisos insuficientes!',
'kits' => 'Kits predefinidos',
'language' => 'Lenguaje',
@@ -168,7 +168,7 @@ return [
'logout' => 'Desconexión',
'lookup_by_tag' => 'Buscar por etiqueta de activo',
'maintenances' => 'Mantenimientos',
- 'manage_api_keys' => 'Administrar API Keys',
+ 'manage_api_keys' => 'Administrar claves API',
'manufacturer' => 'Fabricante',
'manufacturers' => 'Fabricantes',
'markdown' => 'Este campo permite Github con sabor a markdown.',
@@ -201,7 +201,7 @@ return [
'purchase_date' => 'Fecha de compra',
'qty' => 'Cant',
'quantity' => 'Cantidad',
- 'quantity_minimum' => 'Tienes :count elementos por debajo o casi por debajo de los niveles mínimos de cantidad',
+ 'quantity_minimum' => 'Tienes :count artículos por debajo o casi por debajo de los niveles mínimos de cantidad',
'quickscan_checkin' => 'Escaneo rápido de entrada',
'quickscan_checkin_status' => 'Estado de registro',
'ready_to_deploy' => 'Disponibles',
@@ -213,7 +213,7 @@ return [
'restore' => 'Restaurar',
'requestable_models' => 'Modelos disponibles para solicitar',
'requested' => 'Solicitado',
- 'requested_date' => 'Fecha de solicitud',
+ 'requested_date' => 'Fecha solicitada',
'requested_assets' => 'Activos solicitados',
'requested_assets_menu' => 'Activos solicitados',
'request_canceled' => 'Solicitud Cancelada',
@@ -281,9 +281,9 @@ return [
'yes' => 'Si',
'zip' => 'Códio Postal',
'noimage' => 'Imagen no subida o imagen no encontrada.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'El archivo solicitado no existe en el servidor.',
+ 'file_upload_success' => 'Archivo subido con éxito!',
+ 'no_files_uploaded' => 'Archivo subido con éxito!',
'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
'login_enabled' => 'Inicio de sesión activado',
'audit_due' => 'Para Auditoria',
@@ -300,7 +300,7 @@ return [
'hide_deleted' => 'Ocultar eliminados',
'email' => 'Email',
'do_not_change' => 'No cambiar',
- 'bug_report' => 'Reportar un fallo',
+ 'bug_report' => 'Reportar un error',
'user_manual' => 'Manual del usuario',
'setup_step_1' => 'Paso 1',
'setup_step_2' => 'Paso 2',
@@ -364,8 +364,8 @@ return [
'clone_item' => 'Clonar objeto',
'checkout_tooltip' => 'Registrar salida de este elemento',
'checkin_tooltip' => 'Registrar entrada de este elemento',
- 'checkout_user_tooltip' => 'Registrar salida de este elemento para un usuario',
- 'maintenance_mode' => 'El servicio no está disponible temporalmente debido por actualizaciones del sistema. Por favor, vuelva más tarde.',
+ 'checkout_user_tooltip' => 'Revisa este elemento a un usuario',
+ 'maintenance_mode' => 'El servicio no está disponible temporalmente debido a actualizaciones del sistema. Por favor, vuelva más tarde.',
'maintenance_mode_title' => 'Sistema temporalmente no disponible',
'ldap_import' => 'La contraseña de usuario no debe ser administrada por LDAP. (Esto le permite enviar solicitudes de contraseña olvidada.)',
'purge_not_allowed' => 'La purga de datos eliminados ha sido deshabilitada en el archivo .env. Contacte con el soporte técnico o con el administrador de su sistema.',
diff --git a/resources/lang/es-MX/localizations.php b/resources/lang/es-MX/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/es-MX/localizations.php
+++ b/resources/lang/es-MX/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/es-MX/mail.php b/resources/lang/es-MX/mail.php
index 217efad65..345bf7529 100644
--- a/resources/lang/es-MX/mail.php
+++ b/resources/lang/es-MX/mail.php
@@ -2,7 +2,7 @@
return [
'acceptance_asset_accepted' => 'Un usuario ha aceptado un artículo',
- 'acceptance_asset_declined' => 'A user has declined an item',
+ 'acceptance_asset_declined' => 'Un usuario ha rechazado un artículo',
'a_user_canceled' => 'El usuario ha cancelado el item solicitado en la pagina Web',
'a_user_requested' => 'Un usuario a solicitado un item en la pagina Web',
'accessory_name' => 'Nombre de accesorio:',
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Inicie sesión en su nueva instalación de Snipe-IT con las credenciales siguientes:',
'login' => 'Entrar:',
'Low_Inventory_Report' => 'Reporte de inventario bajo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo se ha extraído bajo su nombre, los detalles están a continuación.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php
index 7361de191..13216ac07 100644
--- a/resources/lang/es-MX/validation.php
+++ b/resources/lang/es-MX/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Tu contraseña actual es incorrecta',
'dumbpwd' => 'Esa contraseña es muy común.',
'statuslabel_type' => 'Debe seleccionar un tipo de etiqueta de estado válido.',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/es-VE/admin/categories/message.php b/resources/lang/es-VE/admin/categories/message.php
index 890dca502..30557bd71 100644
--- a/resources/lang/es-VE/admin/categories/message.php
+++ b/resources/lang/es-VE/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'La categoría no fue actualizada, por favor inténtalo de nuevo',
- 'success' => 'Categoría actualizada correctamente.'
+ 'success' => 'Categoría actualizada correctamente.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/es-VE/admin/components/general.php b/resources/lang/es-VE/admin/components/general.php
index 3340ee34e..4346a46ee 100644
--- a/resources/lang/es-VE/admin/components/general.php
+++ b/resources/lang/es-VE/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restante',
'total' => 'Total',
'update' => 'Actualizar Componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php
index 2f8185f4d..005423838 100644
--- a/resources/lang/es-VE/admin/custom_fields/general.php
+++ b/resources/lang/es-VE/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Usado por Modelos',
'order' => 'Orden',
'create_fieldset' => 'Nuevo Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Crear un nuevo conjunto de campos',
'create_field' => 'Nuevo Campo Personalizado',
'create_field_title' => 'Crear un campo personalizado',
diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php
index 074574c70..511a10d8b 100644
--- a/resources/lang/es-VE/admin/hardware/general.php
+++ b/resources/lang/es-VE/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Activo',
'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Solicitable',
'requested' => 'Solicitado',
'not_requestable' => 'No solicitable',
diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php
index 976d686d7..8eb3958c8 100644
--- a/resources/lang/es-VE/admin/hardware/message.php
+++ b/resources/lang/es-VE/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Tu archivo ha sido importado',
'file_delete_success' => 'Tu archivo ha sido eliminado con éxito',
'file_delete_error' => 'El archivo no se pudo eliminar',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/es-VE/admin/models/message.php b/resources/lang/es-VE/admin/models/message.php
index 45183d662..769f9738b 100644
--- a/resources/lang/es-VE/admin/models/message.php
+++ b/resources/lang/es-VE/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'El modelo no existe.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está asignado a uno o más activos y no puede ser eliminado. Por favor, borra los activos y luego intenta borrarlo nuevamente. ',
diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php
index 6fe537f9f..8dfe25e2a 100644
--- a/resources/lang/es-VE/admin/settings/general.php
+++ b/resources/lang/es-VE/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Directorio Activo',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/es-VE/admin/settings/message.php b/resources/lang/es-VE/admin/settings/message.php
index b056d0dfb..786c69f32 100644
--- a/resources/lang/es-VE/admin/settings/message.php
+++ b/resources/lang/es-VE/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php
index 598fea944..f14e0fd8d 100644
--- a/resources/lang/es-VE/admin/users/general.php
+++ b/resources/lang/es-VE/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/es-VE/localizations.php b/resources/lang/es-VE/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/es-VE/localizations.php
+++ b/resources/lang/es-VE/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/es-VE/mail.php b/resources/lang/es-VE/mail.php
index 1eebea3eb..599963f74 100644
--- a/resources/lang/es-VE/mail.php
+++ b/resources/lang/es-VE/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Inicia sesión en tu nueva instalación de Snipe-IT usando las credenciales abajo:',
'login' => 'Iniciar Sesión:',
'Low_Inventory_Report' => 'Reporte de inventario bajo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo se ha retirado bajo tu nombre, los detalles están a continuación.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Recordatorio: :name se acerca la fecha de devolución',
'Expected_Checkin_Date' => 'Un activo asignado a ti debe ser devuelto en :date',
'your_assets' => 'Ver tus activos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/es-VE/validation.php b/resources/lang/es-VE/validation.php
index c9341f401..f83dd8425 100644
--- a/resources/lang/es-VE/validation.php
+++ b/resources/lang/es-VE/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Tu contraseña actual es incorrecta',
'dumbpwd' => 'Esa contraseña es muy común.',
'statuslabel_type' => 'Debe seleccionar un tipo de etiqueta de estado válido',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/et/admin/categories/message.php b/resources/lang/et/admin/categories/message.php
index b4c15d7cf..ca446a15a 100644
--- a/resources/lang/et/admin/categories/message.php
+++ b/resources/lang/et/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategooriat ei uuendatud, proovige uuesti',
- 'success' => 'Kategooria uuendamine õnnestus.'
+ 'success' => 'Kategooria uuendamine õnnestus.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/et/admin/components/general.php b/resources/lang/et/admin/components/general.php
index 9c4e3e4ca..d8e2671f4 100644
--- a/resources/lang/et/admin/components/general.php
+++ b/resources/lang/et/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Alles',
'total' => 'Kokku',
'update' => 'Muuda komponenti',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/et/admin/custom_fields/general.php b/resources/lang/et/admin/custom_fields/general.php
index 61fa11031..6f80f06a6 100644
--- a/resources/lang/et/admin/custom_fields/general.php
+++ b/resources/lang/et/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Kasutatud mudelite järgi',
'order' => 'Telli',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Uus kohandatud väli',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/et/admin/hardware/general.php b/resources/lang/et/admin/hardware/general.php
index 8a1cc6d24..04f67882f 100644
--- a/resources/lang/et/admin/hardware/general.php
+++ b/resources/lang/et/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'See vara on kustutatud.',
'edit' => 'Muuda vahendit',
'model_deleted' => 'See vara mudel on kustutatud. Enne vara taastamist peab taastama mudeli.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Taotletav',
'requested' => 'Taotletud',
'not_requestable' => 'Mittetaotletav',
diff --git a/resources/lang/et/admin/hardware/message.php b/resources/lang/et/admin/hardware/message.php
index 58c73d11c..775daeeba 100644
--- a/resources/lang/et/admin/hardware/message.php
+++ b/resources/lang/et/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Teie fail on imporditud',
'file_delete_success' => 'Teie fail on edukalt kustutatud',
'file_delete_error' => 'Faili ei saanud kustutada',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/et/admin/models/message.php b/resources/lang/et/admin/models/message.php
index 114e9fcfe..8239138f2 100644
--- a/resources/lang/et/admin/models/message.php
+++ b/resources/lang/et/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Mudelit pole olemas.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'See mudel on seostus ühe või mitme vahendiga ja seda ei saa kustutada. Palun kustuta vahendid ja seejärel proovi uuesti kustutada. ',
diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php
index 9f98f97bf..809a08f9f 100644
--- a/resources/lang/et/admin/settings/general.php
+++ b/resources/lang/et/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/et/admin/settings/message.php b/resources/lang/et/admin/settings/message.php
index d4810b55f..3b2def68a 100644
--- a/resources/lang/et/admin/settings/message.php
+++ b/resources/lang/et/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/et/admin/users/general.php b/resources/lang/et/admin/users/general.php
index d333f286b..59453c051 100644
--- a/resources/lang/et/admin/users/general.php
+++ b/resources/lang/et/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'See võib olla kasulik, kui vajad kaugkasutajate filtrit inimestest, kes käivad harva või ei käi üldse ettevõtte füüsilistes asukohtades.',
'not_remote_label' => 'See ei ole kaugkasutaja',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/et/localizations.php b/resources/lang/et/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/et/localizations.php
+++ b/resources/lang/et/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/et/mail.php b/resources/lang/et/mail.php
index 97a7b83b8..166bcf88e 100644
--- a/resources/lang/et/mail.php
+++ b/resources/lang/et/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Logige oma uude Snipe-IT-seadmesse sisse, kasutades allpool toodud mandaate.',
'login' => 'Logi sisse:',
'Low_Inventory_Report' => 'Madal inventuuriaruanne',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Nimi',
'new_item_checked' => 'Uue elemendi on teie nime all kontrollitud, üksikasjad on allpool.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Meeldetuletus: :name tagastamise tähtaeg läheneb',
'Expected_Checkin_Date' => 'Sulle väljastatud vahend tuleb tagastada :date',
'your_assets' => 'Vaata oma varasi',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php
index 786489172..9ace36628 100644
--- a/resources/lang/et/validation.php
+++ b/resources/lang/et/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Teie praegune parool on vale',
'dumbpwd' => 'See parool on liiga levinud.',
'statuslabel_type' => 'Peate valima kehtiva olekutüübi tüübi',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/fa/admin/categories/message.php b/resources/lang/fa/admin/categories/message.php
index 212853273..56f071e54 100644
--- a/resources/lang/fa/admin/categories/message.php
+++ b/resources/lang/fa/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'دسته بندی به روزرسانی نشد.لطفا دوباره تلاش کنید.',
- 'success' => 'دسته بندی با موفقیت به روزرسانی شد.'
+ 'success' => 'دسته بندی با موفقیت به روزرسانی شد.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/fa/admin/components/general.php b/resources/lang/fa/admin/components/general.php
index ccb278cf6..dd2ffe740 100644
--- a/resources/lang/fa/admin/components/general.php
+++ b/resources/lang/fa/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'یاقیمانده',
'total' => 'مجموع',
'update' => 'بروزرسانی کامپیوننت',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/fa/admin/custom_fields/general.php b/resources/lang/fa/admin/custom_fields/general.php
index 2c5da27dc..c7e4d965f 100644
--- a/resources/lang/fa/admin/custom_fields/general.php
+++ b/resources/lang/fa/admin/custom_fields/general.php
@@ -29,6 +29,9 @@ return [
'used_by_models' => 'استفاده شده توسط مدل ها',
'order' => 'سفارش',
'create_fieldset' => 'تنظیمات فیلد جدید',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'ایجاد یک عنصر جدید',
'create_field' => 'فیلد سفارشی جدید',
'create_field_title' => 'یک فیلد سفارشی جدید ایجاد کنید
diff --git a/resources/lang/fa/admin/hardware/general.php b/resources/lang/fa/admin/hardware/general.php
index dbfdcc424..ae0b8fec0 100644
--- a/resources/lang/fa/admin/hardware/general.php
+++ b/resources/lang/fa/admin/hardware/general.php
@@ -17,6 +17,8 @@ return [
'edit' => 'ویرایش دارایی',
'model_deleted' => 'این مدل دارایی حذف شده است. قبل از اینکه بتوانید Asset را بازیابی کنید، باید مدل را بازیابی کنید.
',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'در خواست شد',
'requested' => 'درخواست شده',
'not_requestable' => 'غیر قابل درخواست
diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php
index ef8cdd69b..ecb04aab8 100644
--- a/resources/lang/fa/admin/hardware/message.php
+++ b/resources/lang/fa/admin/hardware/message.php
@@ -50,6 +50,8 @@ return [
'success' => 'فایل شما وارد شده است',
'file_delete_success' => 'فایل شما با موفقیت حذف شده است',
'file_delete_error' => 'فایل قابل حذف نشد',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/fa/admin/models/message.php b/resources/lang/fa/admin/models/message.php
index c6c109fea..b0dd98cb6 100644
--- a/resources/lang/fa/admin/models/message.php
+++ b/resources/lang/fa/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'مدل موجود نیست.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'این مدل در حال حاضر همراه یک یا بیشتر از یک دارایی است و نمی تواند حذف شود. لطفا دارایی ها را حذف کنید و سپس برای حذف کردن مجددا تلاش کنید. ',
diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php
index cd0c9817a..863d4e730 100644
--- a/resources/lang/fa/admin/settings/general.php
+++ b/resources/lang/fa/admin/settings/general.php
@@ -109,6 +109,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'دایرکتوری فعال',
'ldap_client_tls_key' => 'کلید TLS مشتری LDAP
',
diff --git a/resources/lang/fa/admin/settings/message.php b/resources/lang/fa/admin/settings/message.php
index 4cb2accd5..f91d16dbf 100644
--- a/resources/lang/fa/admin/settings/message.php
+++ b/resources/lang/fa/admin/settings/message.php
@@ -50,6 +50,7 @@ return [
'success_pt2' => 'برای پیام آزمایشی خود کانال را ارسال کنید و حتماً برای ذخیره تنظیمات خود روی ذخیره در زیر کلیک کنید.
',
'500' => 'خطای سرور',
- 'error' => 'مشکلی پیش آمده.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php
index b34e58401..6653a6481 100644
--- a/resources/lang/fa/admin/users/general.php
+++ b/resources/lang/fa/admin/users/general.php
@@ -59,4 +59,4 @@ return [
',
'not_remote_label' => 'این یک کاربر راه دور نیست
',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/fa/localizations.php b/resources/lang/fa/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/fa/localizations.php
+++ b/resources/lang/fa/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/fa/mail.php b/resources/lang/fa/mail.php
index ba6d68465..69d11cc40 100644
--- a/resources/lang/fa/mail.php
+++ b/resources/lang/fa/mail.php
@@ -47,6 +47,7 @@ return [
'login_first_admin' => 'با نصب مجدد Snipe-IT جدید خود به سیستم وارد شوید',
'login' => 'ورود:',
'Low_Inventory_Report' => 'گزارش موجودی کم',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'حداقل QTY',
'name' => 'نام',
'new_item_checked' => 'یک آیتم جدید تحت نام شما چک شده است، جزئیات زیر است.',
@@ -87,4 +88,5 @@ return [
'Expected_Checkin_Date' => 'داراییای که برای شما بررسی شده است باید دوباره در تاریخ :date بررسی شود',
'your_assets' => 'دارایی های خود را مشاهده کنید
',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php
index 30f447d95..daa88c938 100644
--- a/resources/lang/fa/validation.php
+++ b/resources/lang/fa/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'رمز عبور فعلی شما اشتباه است',
'dumbpwd' => 'این رمز عبور خیلی رایج است',
'statuslabel_type' => 'شما باید نوع برچسب معتبر را انتخاب کنید',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/fi/admin/categories/message.php b/resources/lang/fi/admin/categories/message.php
index 81f9591d7..39e03f7c2 100644
--- a/resources/lang/fi/admin/categories/message.php
+++ b/resources/lang/fi/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategoriaa ei päivitetty, yritä uudelleen',
- 'success' => 'Kategoria päivitettiin onnistuneesti.'
+ 'success' => 'Kategoria päivitettiin onnistuneesti.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/fi/admin/components/general.php b/resources/lang/fi/admin/components/general.php
index c99efc61e..e13c4f515 100644
--- a/resources/lang/fi/admin/components/general.php
+++ b/resources/lang/fi/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Jäljellä',
'total' => 'Yhteensä',
'update' => 'Päivitä komponentti',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/fi/admin/custom_fields/general.php b/resources/lang/fi/admin/custom_fields/general.php
index 157e25360..f84215bb8 100644
--- a/resources/lang/fi/admin/custom_fields/general.php
+++ b/resources/lang/fi/admin/custom_fields/general.php
@@ -2,7 +2,7 @@
return [
'custom_fields' => 'Mukautetut kentät',
- 'manage' => 'Manage',
+ 'manage' => 'Hallitse',
'field' => 'Kenttä',
'about_fieldsets_title' => 'Tietoja kenttäsarjoista',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Käytetään malleissa',
'order' => 'Tilata',
'create_fieldset' => 'Uusi kenttäsarja',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Uusi mukautettu kenttä',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/fi/admin/hardware/general.php b/resources/lang/fi/admin/hardware/general.php
index 6180981fd..cfbe90715 100644
--- a/resources/lang/fi/admin/hardware/general.php
+++ b/resources/lang/fi/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Tämä laite on poistettu.',
'edit' => 'Muokkaa laitetta',
'model_deleted' => 'Laitemalli on poistettu. Voit palauttaa laitteen kun olet ensin palauttanut poistetun laitemallin.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Pyydettävissä',
'requested' => 'Pyydetty',
'not_requestable' => 'Ei pyydettävissä',
diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php
index 6ecc8bf81..5ed1c0cef 100644
--- a/resources/lang/fi/admin/hardware/message.php
+++ b/resources/lang/fi/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Tiedostosi on tuotu',
'file_delete_success' => 'Tiedosto on poistettu onnistuneesti',
'file_delete_error' => 'Tiedostoa ei voitu poistaa',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/fi/admin/models/message.php b/resources/lang/fi/admin/models/message.php
index 4f1d10bbc..02bfc57b7 100644
--- a/resources/lang/fi/admin/models/message.php
+++ b/resources/lang/fi/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Malli ei löydy.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Tämä malli on käytössä yhdellä tai useammalla laitteella joten sitä ei voida poistaa. Poista malli käytöstä kaikilta laitteilta ja yritä uudelleen. ',
diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php
index 9d13b9ab2..7cbdd9bf8 100644
--- a/resources/lang/fi/admin/settings/general.php
+++ b/resources/lang/fi/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Asiakaspuolen TLS varmenne',
diff --git a/resources/lang/fi/admin/settings/message.php b/resources/lang/fi/admin/settings/message.php
index 5d518ab4d..33c784b07 100644
--- a/resources/lang/fi/admin/settings/message.php
+++ b/resources/lang/fi/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php
index f4e0bbe78..b05a2e0bc 100644
--- a/resources/lang/fi/admin/users/general.php
+++ b/resources/lang/fi/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/fi/localizations.php b/resources/lang/fi/localizations.php
index eee5a3b4c..d0c0c6562 100644
--- a/resources/lang/fi/localizations.php
+++ b/resources/lang/fi/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Skotlanti',
'SB'=>'Salomonsaaret',
'SC'=>'Seychellit',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Ruotsi',
'SG'=>'Singapore',
diff --git a/resources/lang/fi/mail.php b/resources/lang/fi/mail.php
index 96f8f15a4..16f79b5b4 100644
--- a/resources/lang/fi/mail.php
+++ b/resources/lang/fi/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Kirjaudu sisään uuteen Snipe-IT asennukseen käyttäen alla olevia tunnistetietoja:',
'login' => 'Kirjaudu sisään:',
'Low_Inventory_Report' => 'Alhainen määrä raportti',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Minimi määrä',
'name' => 'Nimi',
'new_item_checked' => 'Uusi nimike on luovutettu sinulle, yksityiskohdat ovat alla.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Muistutus: :name palautuspäivä lähestyy',
'Expected_Checkin_Date' => 'Sinulle luovutettu laite on määrä palauttaa takaisin :date',
'your_assets' => 'Omat laitteesi',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php
index fe5ecc2b2..507fa6972 100644
--- a/resources/lang/fi/validation.php
+++ b/resources/lang/fi/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Nykyinen salasanasi on virheellinen',
'dumbpwd' => 'Salasana on liian yleinen.',
'statuslabel_type' => 'Sinun on valittava kelvollinen tilamerkintätyyppi',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/fil/admin/categories/message.php b/resources/lang/fil/admin/categories/message.php
index 88f8534c8..d4115ac63 100644
--- a/resources/lang/fil/admin/categories/message.php
+++ b/resources/lang/fil/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Hindi na-update ang kategorya, mangyaring subukang muli',
- 'success' => 'Matagumpay na nai-update ang kategorya.'
+ 'success' => 'Matagumpay na nai-update ang kategorya.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/fil/admin/components/general.php b/resources/lang/fil/admin/components/general.php
index b373aa38b..528316539 100644
--- a/resources/lang/fil/admin/components/general.php
+++ b/resources/lang/fil/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Ang Natitira',
'total' => 'Ang Kabuuan',
'update' => 'I-update ang Komponent',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/fil/admin/custom_fields/general.php b/resources/lang/fil/admin/custom_fields/general.php
index 8a4e21ef8..171436372 100644
--- a/resources/lang/fil/admin/custom_fields/general.php
+++ b/resources/lang/fil/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Ginagamit ng mga Modelo',
'order' => 'Ang Kaayusan',
'create_fieldset' => 'Ang Bagong Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Ang Bagong Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/fil/admin/hardware/general.php b/resources/lang/fil/admin/hardware/general.php
index f9b84a192..1e839723a 100644
--- a/resources/lang/fil/admin/hardware/general.php
+++ b/resources/lang/fil/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'I-edit ang Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Pwedeng Ma-rekwest',
'requested' => 'Ni-rekwest',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/fil/admin/hardware/message.php b/resources/lang/fil/admin/hardware/message.php
index 432775e17..ef386109e 100644
--- a/resources/lang/fil/admin/hardware/message.php
+++ b/resources/lang/fil/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Ang iyong file ay na-import na',
'file_delete_success' => 'Ang iyong file ay matagumpay nang nai-upload',
'file_delete_error' => 'Ang file ay hindi mai-delete',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/fil/admin/models/message.php b/resources/lang/fil/admin/models/message.php
index b5022bffd..8bc9e45da 100644
--- a/resources/lang/fil/admin/models/message.php
+++ b/resources/lang/fil/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Ang modelo ay hindi umiiral.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ang modelong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga asset at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ',
diff --git a/resources/lang/fil/admin/settings/general.php b/resources/lang/fil/admin/settings/general.php
index 2ab5d58fb..630dc7aca 100644
--- a/resources/lang/fil/admin/settings/general.php
+++ b/resources/lang/fil/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/fil/admin/settings/message.php b/resources/lang/fil/admin/settings/message.php
index 02d2db003..5ad4ccd02 100644
--- a/resources/lang/fil/admin/settings/message.php
+++ b/resources/lang/fil/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/fil/admin/users/general.php b/resources/lang/fil/admin/users/general.php
index 4299d9f85..4f7ea8ea4 100644
--- a/resources/lang/fil/admin/users/general.php
+++ b/resources/lang/fil/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/fil/localizations.php b/resources/lang/fil/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/fil/localizations.php
+++ b/resources/lang/fil/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/fil/mail.php b/resources/lang/fil/mail.php
index 15c5e3500..b6d385805 100644
--- a/resources/lang/fil/mail.php
+++ b/resources/lang/fil/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Mag-login sa iyong bagong pag-install ng Snipe-IT gamit ang mga kredensyal sa ibaba:',
'login' => 'Mag-login:',
'Low_Inventory_Report' => 'Ang Mababang Report ng Imbentaryo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Ang Min QTY',
'name' => 'Ang Pangalan',
'new_item_checked' => 'Ang bagong aytem na nai-check out sa ilalim ng iyong pangalan, ang mga detalye ay nasa ibaba.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php
index 34fd95e35..553589f08 100644
--- a/resources/lang/fil/validation.php
+++ b/resources/lang/fil/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ang iyong kasalukuyang password ay hindi wasto',
'dumbpwd' => 'Ang password ay sobrang pangkaraniwan.',
'statuslabel_type' => 'Kinakailangang pumili ng balidong uri ng label ng estado',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/fr/admin/categories/message.php b/resources/lang/fr/admin/categories/message.php
index f3a543a18..220d982da 100644
--- a/resources/lang/fr/admin/categories/message.php
+++ b/resources/lang/fr/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Catégorie n\'a pas été actualisée, veuillez réessayer',
- 'success' => 'Catégorie actualisée correctement.'
+ 'success' => 'Catégorie actualisée correctement.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/fr/admin/components/general.php b/resources/lang/fr/admin/components/general.php
index dcea9b0d5..3f2582e17 100644
--- a/resources/lang/fr/admin/components/general.php
+++ b/resources/lang/fr/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restant',
'total' => 'Total',
'update' => 'Mettre à jour un composant',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/fr/admin/custom_fields/general.php b/resources/lang/fr/admin/custom_fields/general.php
index b9d99afd9..737f3a1d0 100644
--- a/resources/lang/fr/admin/custom_fields/general.php
+++ b/resources/lang/fr/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Utilisé par les modèles',
'order' => 'Commande',
'create_fieldset' => 'Nouveau Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Créer un nouveau jeu de champs',
'create_field' => 'Nouveau champ personnalisé',
'create_field_title' => 'Créer un champ personnalisé',
diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php
index a5bdaca97..fa2f26709 100644
--- a/resources/lang/fr/admin/hardware/general.php
+++ b/resources/lang/fr/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Cet actif a été supprimé.',
'edit' => 'Editer le Bien',
'model_deleted' => 'Ce modèle d\'actifs a été supprimé. Vous devez restaurer le modèle avant de pouvoir restaurer l\'actif.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Réquisitionnable',
'requested' => 'Demandé',
'not_requestable' => 'Non-réquisitionnable',
diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php
index 6469c52e4..1fe0a5e41 100644
--- a/resources/lang/fr/admin/hardware/message.php
+++ b/resources/lang/fr/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Votre fichier a bien été importé',
'file_delete_success' => 'Votre fichier a été correctement supprimé',
'file_delete_error' => 'Le fichier n’a pas pu être supprimé',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/fr/admin/models/message.php b/resources/lang/fr/admin/models/message.php
index 28ac0152c..a64cf838d 100644
--- a/resources/lang/fr/admin/models/message.php
+++ b/resources/lang/fr/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Le modèle n\'existe pas.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ce modèle est actuellement associé à au moins un actif et ne peut pas être supprimé. Veuillez supprimer les actifs associés et essayer à nouveau. ',
diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php
index 31d82d62f..27b28e503 100644
--- a/resources/lang/fr/admin/settings/general.php
+++ b/resources/lang/fr/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'Service d\'annuaire',
'ldap_client_tls_key' => 'Clé TLS du client LDAP',
'ldap_client_tls_cert' => 'Certificat TLS côté client pour LDAP',
diff --git a/resources/lang/fr/admin/settings/message.php b/resources/lang/fr/admin/settings/message.php
index c935b942e..76b31f200 100644
--- a/resources/lang/fr/admin/settings/message.php
+++ b/resources/lang/fr/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Succès ! Vérifiez le ',
'success_pt2' => ' canal pour votre message de test, soyez sûr de cliquer sur Enregistrer ci-dessous afin de sauvegarder vos réglages.',
'500' => '500 Erreur du serveur.',
- 'error' => 'Une erreur est survenue.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php
index 059887009..b948a2ec1 100644
--- a/resources/lang/fr/admin/users/general.php
+++ b/resources/lang/fr/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Distant',
'remote_help' => 'Cela peut être utile si vous avez besoin de filtrer les utilisateurs distants qui ne viennent pas ou peu dans vos locaux.',
'not_remote_label' => 'Il ne s\'agit pas d\'un utilisateur distant',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/fr/localizations.php b/resources/lang/fr/localizations.php
index 2de098b77..65cbaecea 100644
--- a/resources/lang/fr/localizations.php
+++ b/resources/lang/fr/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Écosse',
'SB'=>'Îles Salomon',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Soudan',
'SE'=>'Suède',
'SG'=>'Singapour',
diff --git a/resources/lang/fr/mail.php b/resources/lang/fr/mail.php
index 5e6e60684..28a6d9e9e 100644
--- a/resources/lang/fr/mail.php
+++ b/resources/lang/fr/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Connectez-vous à votre nouvelle installation Snipe-IT en utilisant les informations d\'identification ci-dessous :',
'login' => 'Nom d\'utilisateur:',
'Low_Inventory_Report' => 'Rapport d’inventaire bas',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Quantité minimum',
'name' => 'Nom',
'new_item_checked' => 'Un nouvel élément a été vérifié sous votre nom, les détails sont ci-dessous.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Rappel : la date limite de vérification de :name approche',
'Expected_Checkin_Date' => 'Un matériel que vous avez emprunté doit être vérifié à nouveau le :date',
'your_assets' => 'Voir vos matériels',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php
index 01b3c6a93..cdd5c0309 100644
--- a/resources/lang/fr/validation.php
+++ b/resources/lang/fr/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Votre mot de passe actuel est incorrect',
'dumbpwd' => 'Ce mot de passe est trop commun.',
'statuslabel_type' => 'Vous devez sélectionner un type d\'étiquette de statut valide',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ga-IE/admin/categories/message.php b/resources/lang/ga-IE/admin/categories/message.php
index 374feec79..4edc669d7 100644
--- a/resources/lang/ga-IE/admin/categories/message.php
+++ b/resources/lang/ga-IE/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Níor nuashonraíodh an chatagóir, déan iarracht arís',
- 'success' => 'Catagóir nuashonraithe go rathúil.'
+ 'success' => 'Catagóir nuashonraithe go rathúil.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ga-IE/admin/components/general.php b/resources/lang/ga-IE/admin/components/general.php
index 83e3f4e35..2ca488890 100644
--- a/resources/lang/ga-IE/admin/components/general.php
+++ b/resources/lang/ga-IE/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Ag fágáil',
'total' => 'Iomlán',
'update' => 'Comhpháirt Nuashonraithe',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php
index 18eb8caec..dcf40735b 100644
--- a/resources/lang/ga-IE/admin/custom_fields/general.php
+++ b/resources/lang/ga-IE/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Úsáidte trí Mhúnlaí',
'order' => 'Ordú',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Réimse Nua Chustaim',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ga-IE/admin/hardware/general.php b/resources/lang/ga-IE/admin/hardware/general.php
index 8d3df8768..2ebe11899 100644
--- a/resources/lang/ga-IE/admin/hardware/general.php
+++ b/resources/lang/ga-IE/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Athraigh Sócmhainn',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Inrianaithe',
'requested' => 'Iarrtar',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php
index eb5f910dd..ec408c6de 100644
--- a/resources/lang/ga-IE/admin/hardware/message.php
+++ b/resources/lang/ga-IE/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Tá do chomhad iompórtáilte',
'file_delete_success' => 'Tá do chomhad scriosta go rathúil',
'file_delete_error' => 'Níorbh fhéidir an comhad a scriosadh',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ga-IE/admin/models/message.php b/resources/lang/ga-IE/admin/models/message.php
index 2162bd516..40b57def6 100644
--- a/resources/lang/ga-IE/admin/models/message.php
+++ b/resources/lang/ga-IE/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Níl múnla ann.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Tá an tsamhail seo bainteach le sócmhainní amháin nó níos mó faoi láthair agus ní féidir é a scriosadh. Scrios na sócmhainní, agus ansin déan iarracht a scriosadh arís.',
diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php
index e5ddd84ad..53c7bd76f 100644
--- a/resources/lang/ga-IE/admin/settings/general.php
+++ b/resources/lang/ga-IE/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ga-IE/admin/settings/message.php b/resources/lang/ga-IE/admin/settings/message.php
index 7f8f1d7a4..df3995cb0 100644
--- a/resources/lang/ga-IE/admin/settings/message.php
+++ b/resources/lang/ga-IE/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php
index 68bf55a48..ebe212490 100644
--- a/resources/lang/ga-IE/admin/users/general.php
+++ b/resources/lang/ga-IE/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ga-IE/localizations.php b/resources/lang/ga-IE/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ga-IE/localizations.php
+++ b/resources/lang/ga-IE/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ga-IE/mail.php b/resources/lang/ga-IE/mail.php
index 69273e2d8..50492a663 100644
--- a/resources/lang/ga-IE/mail.php
+++ b/resources/lang/ga-IE/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Logáil isteach i do shuiteáil Snipe-IT nua ag baint úsáide as na dintiúir thíos:',
'login' => 'Logáil isteach:',
'Low_Inventory_Report' => 'Tuarascáil Fardal Íseal',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Ainm',
'new_item_checked' => 'Rinneadh mír nua a sheiceáil faoi d\'ainm, tá na sonraí thíos.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php
index 6769e03cd..1701e0b69 100644
--- a/resources/lang/ga-IE/validation.php
+++ b/resources/lang/ga-IE/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Tá do phasfhocal reatha mícheart',
'dumbpwd' => 'Tá an focal faire sin ró-choitianta.',
'statuslabel_type' => 'Ní mór duit cineál lipéad stádas bailí a roghnú',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/he/account/general.php b/resources/lang/he/account/general.php
index 7fc060a84..71d48b14b 100644
--- a/resources/lang/he/account/general.php
+++ b/resources/lang/he/account/general.php
@@ -1,7 +1,7 @@
'Personal API Keys',
+ 'personal_api_keys' => 'מפתחות API אישיים',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
diff --git a/resources/lang/he/admin/categories/message.php b/resources/lang/he/admin/categories/message.php
index 0508d5310..3e68c41b9 100644
--- a/resources/lang/he/admin/categories/message.php
+++ b/resources/lang/he/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'הקטגוריה לא עודכנה, נסה שוב',
- 'success' => 'קטגוריה עודכנה בהצלחה.'
+ 'success' => 'קטגוריה עודכנה בהצלחה.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/he/admin/components/general.php b/resources/lang/he/admin/components/general.php
index d7a924e49..49188b15e 100644
--- a/resources/lang/he/admin/components/general.php
+++ b/resources/lang/he/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'נוֹתָר',
'total' => 'סה"כ',
'update' => 'עדכון רכיב',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/he/admin/custom_fields/general.php b/resources/lang/he/admin/custom_fields/general.php
index b6464ceaf..c14a006f8 100644
--- a/resources/lang/he/admin/custom_fields/general.php
+++ b/resources/lang/he/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'דגמים משומשים',
'order' => 'להזמין',
'create_fieldset' => 'שדה חדש',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'שדה מותאם אישית חדש',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/he/admin/hardware/general.php b/resources/lang/he/admin/hardware/general.php
index ab45bd1b8..1dc707611 100644
--- a/resources/lang/he/admin/hardware/general.php
+++ b/resources/lang/he/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'הנכס הזה נמחק.',
'edit' => 'ערוך נכס',
'model_deleted' => 'המודל של הנכס נמחק. יש לשחזר את המודל לפני שניתן לשחזר את הנכס.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'ניתן לבקש',
'requested' => 'מבוקש',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php
index 95e9d9698..2fe82e36e 100644
--- a/resources/lang/he/admin/hardware/message.php
+++ b/resources/lang/he/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'הקובץ שלך יובא',
'file_delete_success' => 'הקובץ שלך נמחק בהצלחה',
'file_delete_error' => 'לא ניתן היה למחוק את הקובץ',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/he/admin/locations/message.php b/resources/lang/he/admin/locations/message.php
index 305ecad24..e748eedc1 100644
--- a/resources/lang/he/admin/locations/message.php
+++ b/resources/lang/he/admin/locations/message.php
@@ -7,7 +7,7 @@ return array(
'assoc_assets' => 'המיקום משויך לפחות לפריט אחד ולכן לא ניתן למחוק אותו. אנא עדכן את הפריטים כך שלא יהיה אף פריט משויך למיקום זה ונסה שנית. ',
'assoc_child_loc' => 'למיקום זה מוגדרים תתי-מיקומים ולכן לא ניתן למחוק אותו. אנא עדכן את המיקומים כך שלא שמיקום זה לא יכיל תתי מיקומים ונסה שנית. ',
'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'current_location' => 'מיקום נוכחי',
'create' => array(
diff --git a/resources/lang/he/admin/models/message.php b/resources/lang/he/admin/models/message.php
index 227ba73f8..7ef27a333 100644
--- a/resources/lang/he/admin/models/message.php
+++ b/resources/lang/he/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'המודל אינו קיים.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'מודל זה משויך כרגע לנכס אחד או יותר ולא ניתן למחוק אותו. מחק את הנכסים ולאחר מכן נסה למחוק שוב.',
diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php
index 48a31b0bd..213c7989d 100644
--- a/resources/lang/he/admin/settings/general.php
+++ b/resources/lang/he/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/he/admin/settings/message.php b/resources/lang/he/admin/settings/message.php
index e5531735a..7ce244565 100644
--- a/resources/lang/he/admin/settings/message.php
+++ b/resources/lang/he/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'הבדיקה עברה בהצלחה! בדוק את ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 שגיאת שרת.',
- 'error' => 'משהו השתבש אופסי פופסי.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php
index dff4d6326..8d79fe72a 100644
--- a/resources/lang/he/admin/users/general.php
+++ b/resources/lang/he/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php
index 2f4dbec37..382b4ef16 100644
--- a/resources/lang/he/general.php
+++ b/resources/lang/he/general.php
@@ -168,7 +168,7 @@ return [
'logout' => 'להתנתק',
'lookup_by_tag' => 'בדיקה על ידי תג הנכס',
'maintenances' => 'אירועי תחזוקה',
- 'manage_api_keys' => 'Manage API Keys',
+ 'manage_api_keys' => 'נהל מפתחות API',
'manufacturer' => 'יַצרָן',
'manufacturers' => 'היצרנים',
'markdown' => 'שדה זה מאפשר Github בטעם מרקדון .',
diff --git a/resources/lang/he/localizations.php b/resources/lang/he/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/he/localizations.php
+++ b/resources/lang/he/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/he/mail.php b/resources/lang/he/mail.php
index 705403bc6..0cd2baac0 100644
--- a/resources/lang/he/mail.php
+++ b/resources/lang/he/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'היכנס למערכת ההתקנה החדשה של Snipe-IT באמצעות פרטי הכניסה הבאים:',
'login' => 'התחברות:',
'Low_Inventory_Report' => 'דו"ח מלאי נמוך',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'מינימום QTY',
'name' => 'שֵׁם',
'new_item_checked' => 'פריט חדש נבדק תחת שמך, הפרטים להלן.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php
index f3814ae16..627f75a63 100644
--- a/resources/lang/he/validation.php
+++ b/resources/lang/he/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'הסיסמה הנוכחית שלך שגויה',
'dumbpwd' => 'סיסמה זו נפוצה מדי.',
'statuslabel_type' => 'עליך לבחור סוג תווית סטטוס חוקי',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/hr/admin/categories/message.php b/resources/lang/hr/admin/categories/message.php
index ec51a8307..81af0f28e 100644
--- a/resources/lang/hr/admin/categories/message.php
+++ b/resources/lang/hr/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorija nije ažurirana, pokušajte ponovo',
- 'success' => 'Kategorija je uspješno ažurirana.'
+ 'success' => 'Kategorija je uspješno ažurirana.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/hr/admin/components/general.php b/resources/lang/hr/admin/components/general.php
index ddcfa760f..5d273b7f6 100644
--- a/resources/lang/hr/admin/components/general.php
+++ b/resources/lang/hr/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'ostali',
'total' => 'ukupno',
'update' => 'Ažuriraj komponentu',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/hr/admin/custom_fields/general.php b/resources/lang/hr/admin/custom_fields/general.php
index c559379b4..bcd10a08e 100644
--- a/resources/lang/hr/admin/custom_fields/general.php
+++ b/resources/lang/hr/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Koristi se po modelu',
'order' => 'Narudžba',
'create_fieldset' => 'Novi Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Novi prilagođeni polje',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/hr/admin/hardware/general.php b/resources/lang/hr/admin/hardware/general.php
index 10a2e708c..91f20d8c2 100644
--- a/resources/lang/hr/admin/hardware/general.php
+++ b/resources/lang/hr/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Uređivanje imovine',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Traženi',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php
index d5fd4d0e6..c095e98af 100644
--- a/resources/lang/hr/admin/hardware/message.php
+++ b/resources/lang/hr/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Vaša je datoteka uvezena',
'file_delete_success' => 'Vaša je datoteka uspješno izbrisana',
'file_delete_error' => 'Datoteka nije mogla biti izbrisana',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/hr/admin/models/message.php b/resources/lang/hr/admin/models/message.php
index 6e3a15a2b..bf580572c 100644
--- a/resources/lang/hr/admin/models/message.php
+++ b/resources/lang/hr/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model ne postoji.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovine i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo ukloniti.',
diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php
index 4a707bea0..8659085b2 100644
--- a/resources/lang/hr/admin/settings/general.php
+++ b/resources/lang/hr/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/hr/admin/settings/message.php b/resources/lang/hr/admin/settings/message.php
index fbab6d2dd..c2d00ef83 100644
--- a/resources/lang/hr/admin/settings/message.php
+++ b/resources/lang/hr/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php
index aef3f687d..d6d97ad14 100644
--- a/resources/lang/hr/admin/users/general.php
+++ b/resources/lang/hr/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/hr/localizations.php b/resources/lang/hr/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/hr/localizations.php
+++ b/resources/lang/hr/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/hr/mail.php b/resources/lang/hr/mail.php
index 13d0deaa0..b1fb16f4a 100644
--- a/resources/lang/hr/mail.php
+++ b/resources/lang/hr/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Prijavite se na svoju novu Snipe-IT instalaciju pomoću vjerodajnica u nastavku:',
'login' => 'Prijaviti se:',
'Low_Inventory_Report' => 'Izvješće o niskom oglasnom prostoru',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Ime',
'new_item_checked' => 'Nova stavka je provjerena pod vašim imenom, detalji su u nastavku.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php
index 0efbe998e..31fb469d6 100644
--- a/resources/lang/hr/validation.php
+++ b/resources/lang/hr/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Vaša trenutačna zaporka nije točna',
'dumbpwd' => 'Ta je lozinka prečestna.',
'statuslabel_type' => 'Morate odabrati valjanu vrstu oznake statusa',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/hu/admin/categories/message.php b/resources/lang/hu/admin/categories/message.php
index dd5774709..bb25de894 100644
--- a/resources/lang/hu/admin/categories/message.php
+++ b/resources/lang/hu/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Nem sikerült a kategória módosítása, kérjük, próbálja újra',
- 'success' => 'Sikeresen módosította a kategóriát.'
+ 'success' => 'Sikeresen módosította a kategóriát.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/hu/admin/components/general.php b/resources/lang/hu/admin/components/general.php
index 0719ca75e..2ce9bf679 100644
--- a/resources/lang/hu/admin/components/general.php
+++ b/resources/lang/hu/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Fennmaradó',
'total' => 'Összesen',
'update' => 'Alkatrész frissítés',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php
index cd42fb757..0df64fa9f 100644
--- a/resources/lang/hu/admin/custom_fields/general.php
+++ b/resources/lang/hu/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Modellek szerint ',
'order' => 'Rendelés',
'create_fieldset' => 'Új mezőcsoportok',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Új mezőkészlet létrehozása',
'create_field' => 'Új egyéni mező',
'create_field_title' => 'Új egyéni mező létrehozása',
@@ -45,5 +48,5 @@ return [
'is_unique' => 'Ennek az értéknek minden eszköz esetében egyedinek kell lennie',
'unique' => 'Egyedi',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view_table' => 'Látható a felhasználó számára',
];
diff --git a/resources/lang/hu/admin/departments/message.php b/resources/lang/hu/admin/departments/message.php
index 9c5bbf6aa..7ed55dd93 100644
--- a/resources/lang/hu/admin/departments/message.php
+++ b/resources/lang/hu/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'A tanszék nem létezik.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Már létezik egy részleg ezzel a névvel ezen a helyen. Válasszon egy másik nevet ehhez a részleghez. ',
'assoc_users' => 'Ez a részleg jelenleg társított legalább egy felhasználót, és nem lehet törölni. Kérjük, frissítse a felhasználókat, hogy ne hivatkozzanak az osztályon, és próbálja újra.',
'create' => array(
'error' => 'Osztály nem jött létre, próbálkozzon újra.',
diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php
index 474a8d72c..ad04d9773 100644
--- a/resources/lang/hu/admin/hardware/general.php
+++ b/resources/lang/hu/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Az eszköz törölve lett.',
'edit' => 'Eszköz módosítása',
'model_deleted' => 'Ennek az eszköznek a modellje törölve lett. Elösszőr a modellt vissza kell állítani, utánna lehet csak az eszközt visszaállítani.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'lehívási',
'requested' => 'Kérve',
'not_requestable' => 'Nem kérhető',
diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php
index 549d3ef5d..393fca3e6 100644
--- a/resources/lang/hu/admin/hardware/message.php
+++ b/resources/lang/hu/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'A fájlt importálta',
'file_delete_success' => 'A fájlt sikeresen törölték',
'file_delete_error' => 'A fájlt nem sikerült törölni',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/hu/admin/locations/message.php b/resources/lang/hu/admin/locations/message.php
index 85afa80ba..5973b6003 100644
--- a/resources/lang/hu/admin/locations/message.php
+++ b/resources/lang/hu/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Ehhez a helyhez jelenleg hozzá van rendelve legalább egy felhasználó és nem törölhető. Kérjük, frissítse a felhasználót aki hozzá volt rendelve ehhez a helyhez, és próbálja meg újra. ',
'assoc_assets' => 'Ez a hely jelenleg legalább egy eszközhöz társítva, és nem törölhető. Frissítse eszközeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.',
'assoc_child_loc' => 'Ez a hely jelenleg legalább egy gyermek helye szülője, és nem törölhető. Frissítse tartózkodási helyeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Hozzárendelt eszközök',
+ 'current_location' => 'Jelenlegi hely',
'create' => array(
diff --git a/resources/lang/hu/admin/models/message.php b/resources/lang/hu/admin/models/message.php
index 49d772f62..d68306b77 100644
--- a/resources/lang/hu/admin/models/message.php
+++ b/resources/lang/hu/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modell nem létezik.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ez a modell jelenleg társított egy vagy több eszközhöz, és nem törölhető. Legyen szíves törölje az eszközt, és próbálja meg ismét a modell törlését. ',
diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php
index 2235039c1..bb4cd962b 100644
--- a/resources/lang/hu/admin/settings/general.php
+++ b/resources/lang/hu/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Pipáld be ezt a dobozt ha szeretnéd, hogy a felhasználok felülírhassák az alap oldal kinézetét egy másikkal.',
'asset_ids' => 'Eszköz ID',
'audit_interval' => 'Audit időtartam',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Ha rendszeresen fizikailag is ellenőrizni kell az eszközeit, adja meg az Ön által használt intervallumot hónapokban kifejezve. Ha frissíti ezt az értéket, a közelgő ellenőrzési dátummal rendelkező eszközök összes "következő ellenőrzési dátuma" megjelenik.',
'audit_warning_days' => 'Ellenőrzési figyelmeztető küszöbérték',
'audit_warning_days_help' => 'Hány nappal előre figyelmeztetni kell Önt arra, hogy az eszközöknek az ellenőrzésre van szükségük?',
'auto_increment_assets' => 'Automatikusan növekvő eszközazonosítók generálása',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Négyzet alakú logok jobban néznek ki - ez a logo fog megjelenni minden címke jobb felső sarkában. ',
'laravel' => 'Laravel verzió',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Alapértelmezett engedélyek csoport',
+ 'ldap_default_group_info' => 'Válasszon ki egy csoportot az újonan szinkronizált felhasználókhoz. Ne felejtse el, hogy a felhasználó átveszi a hozzárendelt csoport engedélyeit.',
+ 'no_default_group' => 'Nincs alapértelmezett csoport',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP ügyfél TLS-kulcsa',
'ldap_client_tls_cert' => 'LDAP ügyféloldali TLS tanúsítvány',
diff --git a/resources/lang/hu/admin/settings/message.php b/resources/lang/hu/admin/settings/message.php
index f3b919c17..9d7e2f2f8 100644
--- a/resources/lang/hu/admin/settings/message.php
+++ b/resources/lang/hu/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Siker! Ellenőrizze a ',
'success_pt2' => ' csatornát a tesztüzenethez, és ne felejtsen el a MENTÉS gombra kattintani a beállítások tárolásához.',
'500' => '500 Szerverhiba.',
- 'error' => 'Valami hiba történt.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php
index 304243dd0..db304e006 100644
--- a/resources/lang/hu/admin/users/general.php
+++ b/resources/lang/hu/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Távoli',
'remote_help' => 'Ez akkor lehet hasznos, ha olyan távoli felhasználókra kell szűrnie, akik soha vagy ritkán járnak be a fizikai helyszínekre.',
'not_remote_label' => 'Ez nem egy távoli felhasználó',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/hu/admin/users/message.php b/resources/lang/hu/admin/users/message.php
index 450ac6e67..a8a905df6 100644
--- a/resources/lang/hu/admin/users/message.php
+++ b/resources/lang/hu/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'A kiválasztott felhasználók számára, akik aktívak és van nekik érvényes email cím, elküldésre került egy jelszó visszaállítási link.',
'password_reset_sent' => 'A jelszó visszaállítási link elküldésre került a :email címre!',
'user_has_no_email' => 'Ez a felhasználó nem rendelkezik e-mail címmel a profiljában.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Ehhez a felhasználóhoz nincsenek eszközök rendelve',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'A felhasználóhoz nincs email cím beállítva.',
+ 'success' => 'A felhasználót értesítettük a hozzárendelt eszközökről.'
)
);
\ No newline at end of file
diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php
index b745e19fe..4bbf4cfc8 100644
--- a/resources/lang/hu/general.php
+++ b/resources/lang/hu/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Adminisztrátor',
'add_seats' => 'Hozzáadott ülések',
- 'age' => "Age",
+ 'age' => "Életkor",
'all_assets' => 'Összes eszköz',
'all' => 'Mind',
'archived' => 'Archivált',
@@ -281,9 +281,9 @@ return [
'yes' => 'Igen',
'zip' => 'Irányítószám',
'noimage' => 'Nincs kép feltöltve vagy a kép nem található.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'A keresett fájl nem található a szerveren.',
+ 'file_upload_success' => 'A fájl feltöltése sikeres!',
+ 'no_files_uploaded' => 'A fájl feltöltése sikeres!',
'token_expired' => 'Az ürlap session lejárt. próbálkozz újra.',
'login_enabled' => 'Belépés engedélyezése',
'audit_due' => 'Esedékes ellenőrzés',
diff --git a/resources/lang/hu/localizations.php b/resources/lang/hu/localizations.php
index 136733f92..0723e843f 100644
--- a/resources/lang/hu/localizations.php
+++ b/resources/lang/hu/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Skócia',
'SB'=>'Salamon-szigetek',
'SC'=>'Seychelle Köztársaság',
+ 'SS'=>'South Sudan',
'SD'=>'Szudáni Köztársaság',
'SE'=>'Svédország',
'SG'=>'Szingapúr',
diff --git a/resources/lang/hu/mail.php b/resources/lang/hu/mail.php
index a54212796..7c957e215 100644
--- a/resources/lang/hu/mail.php
+++ b/resources/lang/hu/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Jelentkezzen be az új Snipe-IT telepítésébe az alábbi hitelesítő adatok alapján:',
'login' => 'Belépés:',
'Low_Inventory_Report' => 'Alacsony készletjelentés',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Név',
'new_item_checked' => 'Egy új elemet az Ön neve alatt ellenőriztek, a részletek lent találhatók.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Emlékeztető: :name kiadásának idejéhez közelít',
'Expected_Checkin_Date' => 'Az eszközt amelyet kiadtak neked, hamarosan visszavételre kerül a :date napon',
'your_assets' => 'Eszközeidnek megtekíntése',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php
index bd28094ea..2fa0eef6a 100644
--- a/resources/lang/hu/validation.php
+++ b/resources/lang/hu/validation.php
@@ -43,14 +43,14 @@ return [
'file' => 'A: attribútumnak fájlnak kell lennie.',
'filled' => 'A: attribútum mezőnek értéket kell tartalmaznia.',
'image' => 'A :attribute képnek kell lenni.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'A :fieldname mező értéke nem lehet üres.',
'in' => 'A kiválasztott :attribute étvénytelen.',
'in_array' => 'A: attribútum mező nem létezik: más.',
'integer' => 'A :attribute számnak kell lennie.',
'ip' => 'A :attribute érvényes IP címnek kell lenni.',
'ipv4' => 'A: attribútumnak érvényes IPv4-címnek kell lennie.',
'ipv6' => 'A: attribútumnak érvényes IPv6-címnek kell lennie.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute egyedi kell, hogy legyen ehhez a helyhez',
'json' => 'A: attribútumnak érvényes JSON-karakterláncnak kell lennie.',
'max' => [
'numeric' => 'A :attribute nem lehet nagyobb, mint :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'A jelenlegi jelszava helytelen',
'dumbpwd' => 'Ez a jelszó túl gyakori.',
'statuslabel_type' => 'Meg kell határoznia egy érvényes állapotcímke típust',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/id/admin/categories/message.php b/resources/lang/id/admin/categories/message.php
index cfb4dc39b..eee6a3117 100644
--- a/resources/lang/id/admin/categories/message.php
+++ b/resources/lang/id/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Pembaharuan kategori tidak berhasil, silahkan coba kembali',
- 'success' => 'Pembaharuan kategori berhasil.'
+ 'success' => 'Pembaharuan kategori berhasil.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/id/admin/components/general.php b/resources/lang/id/admin/components/general.php
index cc582283b..594427343 100644
--- a/resources/lang/id/admin/components/general.php
+++ b/resources/lang/id/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Perbarui Komponen',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/id/admin/custom_fields/general.php b/resources/lang/id/admin/custom_fields/general.php
index 5c2593d3a..f29f61d9c 100644
--- a/resources/lang/id/admin/custom_fields/general.php
+++ b/resources/lang/id/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Digunakan oleh Model',
'order' => 'Urutan',
'create_fieldset' => 'Set Kolom Baru',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Buat fieldset baru',
'create_field' => 'Tambah Kolom Ubahan',
'create_field_title' => 'Buat field kustom',
diff --git a/resources/lang/id/admin/hardware/general.php b/resources/lang/id/admin/hardware/general.php
index 6f0ebf657..4bd44fc71 100644
--- a/resources/lang/id/admin/hardware/general.php
+++ b/resources/lang/id/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Aset ini telah dihapus.',
'edit' => 'Sunting Aset',
'model_deleted' => 'Model Aset ini telah dihapus. Anda harus memulihkan model aset tersebut sebelum Anda dapat memulihkan Aset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Dapat diminta',
'requested' => 'Telah diminta',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/id/admin/hardware/message.php b/resources/lang/id/admin/hardware/message.php
index d8eb81255..d84fcf8df 100644
--- a/resources/lang/id/admin/hardware/message.php
+++ b/resources/lang/id/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Berkas Anda berhasil terimpor',
'file_delete_success' => 'File anda telah berhasil dihapus',
'file_delete_error' => 'File tidak bisa dihapus',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/id/admin/models/message.php b/resources/lang/id/admin/models/message.php
index 1e5e0fb67..1f538a3cb 100644
--- a/resources/lang/id/admin/models/message.php
+++ b/resources/lang/id/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model tidak ada.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Saat ini model tersebut terhubung dengan 1 atau lebih dengan aset dan tidak dapat di hapus. Silahkan hapus aset terlebih dahulu, kemudian coba hapus kembali. ',
diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php
index 578aca206..a0c418538 100644
--- a/resources/lang/id/admin/settings/general.php
+++ b/resources/lang/id/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'Kunci TLS Client-Side LDAP',
'ldap_client_tls_cert' => 'Sertifikat TLS Client-Side LDAP',
diff --git a/resources/lang/id/admin/settings/message.php b/resources/lang/id/admin/settings/message.php
index 632694e03..4f7a79627 100644
--- a/resources/lang/id/admin/settings/message.php
+++ b/resources/lang/id/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php
index f146ece75..9bb33b8e3 100644
--- a/resources/lang/id/admin/users/general.php
+++ b/resources/lang/id/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/id/localizations.php b/resources/lang/id/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/id/localizations.php
+++ b/resources/lang/id/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/id/mail.php b/resources/lang/id/mail.php
index e8351975a..ba493a9e7 100644
--- a/resources/lang/id/mail.php
+++ b/resources/lang/id/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login ke instalasi Snipe-IT baru Anda dengan menggunakan kredensial di bawah ini:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Laporan Inventaris Rendah',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Nama',
'new_item_checked' => 'Item baru telah diperiksa berdasarkan nama Anda, rinciannya ada di bawah.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Pengingat: :name mendekati batas waktu check-in [Dikembalikan]',
'Expected_Checkin_Date' => 'Aset yang check out untuk Anda akan check in kembali pada :date',
'your_assets' => 'Lihat Aset Anda',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php
index 4d316e69e..0b13e725a 100644
--- a/resources/lang/id/validation.php
+++ b/resources/lang/id/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Kata sandi Anda saat ini salah',
'dumbpwd' => 'Password itu terlalu umum',
'statuslabel_type' => 'Anda harus memilih jenis label status yang valid',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/is/admin/categories/message.php b/resources/lang/is/admin/categories/message.php
index 2a6b45b89..b773cb656 100644
--- a/resources/lang/is/admin/categories/message.php
+++ b/resources/lang/is/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Vöruflokkur var ekki uppfærður, vinsamlegast reyndu aftur',
- 'success' => 'Vöruflokkur var uppfærður.'
+ 'success' => 'Vöruflokkur var uppfærður.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/is/admin/components/general.php b/resources/lang/is/admin/components/general.php
index acfb2b34d..6c31e3177 100644
--- a/resources/lang/is/admin/components/general.php
+++ b/resources/lang/is/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Uppfæra íhlut',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/is/admin/custom_fields/general.php b/resources/lang/is/admin/custom_fields/general.php
index 4cc79d678..f61a326ab 100644
--- a/resources/lang/is/admin/custom_fields/general.php
+++ b/resources/lang/is/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Notað af Tegundum (Models)',
'order' => 'Röð',
'create_fieldset' => 'Nýtt Reitasett',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Útbúa nýtt Reitasett (Nafn)',
'create_field' => 'Nýr sérsniðinn reitur',
'create_field_title' => 'Útbúa nýtt sérsniðinn reit',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
'is_unique' => 'This value must be unique across all assets',
'unique' => 'Einstakt',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Leyfa útskráðum notanda að skoða þessi gildi á síðunni Skoða úthlutaðar eignir',
+ 'display_in_user_view_table' => 'Sýnileg notenda',
];
diff --git a/resources/lang/is/admin/hardware/general.php b/resources/lang/is/admin/hardware/general.php
index 1f017d87f..eda8d700b 100644
--- a/resources/lang/is/admin/hardware/general.php
+++ b/resources/lang/is/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Þessari eign hefur verið eytt',
'edit' => 'Breyta eign',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Lausar',
'requested' => 'óskað eftir',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/is/admin/hardware/message.php b/resources/lang/is/admin/hardware/message.php
index 8850d1755..547eb038c 100644
--- a/resources/lang/is/admin/hardware/message.php
+++ b/resources/lang/is/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/is/admin/locations/message.php b/resources/lang/is/admin/locations/message.php
index d179b2576..bcdf2258c 100644
--- a/resources/lang/is/admin/locations/message.php
+++ b/resources/lang/is/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'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. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Skráðar eignir',
+ 'current_location' => 'Núverandi staðsetning',
'create' => array(
diff --git a/resources/lang/is/admin/models/message.php b/resources/lang/is/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/is/admin/models/message.php
+++ b/resources/lang/is/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/is/admin/settings/general.php b/resources/lang/is/admin/settings/general.php
index ca0c77d37..98a220c6b 100644
--- a/resources/lang/is/admin/settings/general.php
+++ b/resources/lang/is/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Tími milli úttekta',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Ef þú þarft reglulega að endurskoða eignir þínar, sláðu inn tímabilið í mánuðum sem þú notar. Ef þú uppfærir þetta gildi, verða allar "næstu endurskoðunardagsetningar" fyrir eignir með komandi endurskoðunardagsetningu uppfærðar.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'Með hversu margra daga fyrirvara eigum við að vara þig við því að komið sé að því að framkvæma úttektir á eignum?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Sjálfgefinn heimildahópur',
+ 'ldap_default_group_info' => 'Veldu hóp til að úthluta nýlega samstilltum notendum. Mundu að notandi tekur á sig heimildir hópsins sem honum er úthlutað.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/is/admin/settings/message.php b/resources/lang/is/admin/settings/message.php
index de74432a5..94e80821e 100644
--- a/resources/lang/is/admin/settings/message.php
+++ b/resources/lang/is/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Eitthvað fór úrskeiðis.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/is/admin/users/general.php b/resources/lang/is/admin/users/general.php
index b2ceadd98..4ed1cadbb 100644
--- a/resources/lang/is/admin/users/general.php
+++ b/resources/lang/is/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/is/admin/users/message.php b/resources/lang/is/admin/users/message.php
index 6234764b8..6966b577f 100644
--- a/resources/lang/is/admin/users/message.php
+++ b/resources/lang/is/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'Þessi notandi er ekki með skráð netfang á prófílnum sínum.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Þessi notandi er ekki með búnað skráðan á sig',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Þessi notandi er ekki með netfang skilgreint.',
+ 'success' => 'Búið að tilkynna notenda um núverandi birgðastöðu.'
)
);
\ No newline at end of file
diff --git a/resources/lang/is/general.php b/resources/lang/is/general.php
index 7ea2c6809..90c08112b 100644
--- a/resources/lang/is/general.php
+++ b/resources/lang/is/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Kerfisstjóri',
'administrator' => 'Kerfisstjóri',
'add_seats' => 'Viðbætt leyfi',
- 'age' => "Age",
+ 'age' => "Aldur",
'all_assets' => 'Allar eignir',
'all' => 'Allt',
'archived' => 'Geymt',
@@ -281,9 +281,9 @@ return [
'yes' => 'Já',
'zip' => 'Póstnúmer',
'noimage' => 'No image uploaded or image not found.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Umbeðin skrá er ekki til á þjóninum.',
+ 'file_upload_success' => 'Upphleðsla skráa tókst!',
+ 'no_files_uploaded' => 'Upphleðsla skráa tókst!',
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Innskráning virkjuð',
'audit_due' => 'Komið að úttekt',
diff --git a/resources/lang/is/localizations.php b/resources/lang/is/localizations.php
index 83e845c3a..af772ea82 100644
--- a/resources/lang/is/localizations.php
+++ b/resources/lang/is/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'United Kingdom',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/is/mail.php b/resources/lang/is/mail.php
index edbc777cd..4eff32816 100644
--- a/resources/lang/is/mail.php
+++ b/resources/lang/is/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Skýrsla um lága birgðastöðu',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Nafn búnaðar',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'Skoða þínar eignir',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php
index cd405f629..77fbea69e 100644
--- a/resources/lang/is/validation.php
+++ b/resources/lang/is/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute verður að vera skrá.',
'filled' => 'The :attribute field must have a value.',
'image' => ':attribute verður að vera mynd.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Gildi fyrir :fieldname getur ekki verið núll.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => ':attribute verður að vera heiltala.',
'ip' => ':attribute verður að vera gild IP-tala.',
'ipv4' => ':attribute verður að vera gild IPv4-tala.',
'ipv6' => ':attribute verður að vera gild IPv6-tala.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute verður að vera einkvæmt fyrir þessa staðsetningu fyrirtækis',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'Þetta lykilorð er of algengt.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/it/admin/categories/message.php b/resources/lang/it/admin/categories/message.php
index b7328ef6e..01a6af48e 100644
--- a/resources/lang/it/admin/categories/message.php
+++ b/resources/lang/it/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'La categoria non è stata aggiornata, si prega di riprovare',
- 'success' => 'Categoria aggiornata con successo.'
+ 'success' => 'Categoria aggiornata con successo.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/it/admin/components/general.php b/resources/lang/it/admin/components/general.php
index 9d6b4ddd8..f933b7b32 100644
--- a/resources/lang/it/admin/components/general.php
+++ b/resources/lang/it/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Rimanenti',
'total' => 'Totale',
'update' => 'Aggiorna Componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php
index f02dc14e8..1d191c2b5 100644
--- a/resources/lang/it/admin/custom_fields/general.php
+++ b/resources/lang/it/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Usato dai Modelli',
'order' => 'Ordine',
'create_fieldset' => 'Nuovo Campo',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Crea un nuovo campo',
'create_field' => 'Nuovo campo personalizzato',
'create_field_title' => 'Crea un nuovo campo personalizzato',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'AVVERTIMENTO. Questo campo è nella tabella dei campi personalizzati come :db_column
ma dovrebbe essere :expected
.',
'is_unique' => 'Questo valore deve essere univoco per tutti i beni',
'unique' => 'Univoco',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Permetti all\'utente di visualizzare questi valori nella pagina Visualizza Beni Assegnati',
+ 'display_in_user_view_table' => 'Visibile all\'utente',
];
diff --git a/resources/lang/it/admin/departments/message.php b/resources/lang/it/admin/departments/message.php
index deb187418..81d1a84b4 100644
--- a/resources/lang/it/admin/departments/message.php
+++ b/resources/lang/it/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Il dipartimento non esiste.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Esiste già un dipartimento con quel nome in questa sede aziendale. Oppure, scegli un nome più specifico per questo reparto. ',
'assoc_users' => 'Questo reparto è attualmente associato a almeno un utente e non può essere eliminato. Aggiorna i tuoi utenti per non fare più riferimento a questo reparto e riprovare.',
'create' => array(
'error' => 'Il reparto non è stato creato, riprova.',
diff --git a/resources/lang/it/admin/hardware/general.php b/resources/lang/it/admin/hardware/general.php
index ec517080c..b4aa5d931 100644
--- a/resources/lang/it/admin/hardware/general.php
+++ b/resources/lang/it/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Questo bene è stato eliminato.',
'edit' => 'Modifica Asset',
'model_deleted' => 'Questo modello di asset è stato eliminato. Devi ripristinare il modello prima di poter ripristinare il bene.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Disponibile',
'requested' => 'richiesto',
'not_requestable' => 'Non Richiedibili',
diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php
index bf85f11e0..80347c7c8 100644
--- a/resources/lang/it/admin/hardware/message.php
+++ b/resources/lang/it/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Il file è stato importato con successo',
'file_delete_success' => 'Il file è stato cancellato con successo',
'file_delete_error' => 'Impossibile eliminare il file',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/it/admin/locations/message.php b/resources/lang/it/admin/locations/message.php
index 0d90671b8..7fa6a234e 100644
--- a/resources/lang/it/admin/locations/message.php
+++ b/resources/lang/it/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Questa posizione è associata ad almeno un utente e non può essere cancellata. Si prega di aggiornare i vostri utenti di riferimento e riprovare. ',
'assoc_assets' => 'Questa posizione è associata ad almeno un prodotto e non può essere cancellata. Si prega di aggiornare i vostri prodotti di riferimento e riprovare. ',
'assoc_child_loc' => 'Questa posizione è parente di almeno un\'altra posizione e non può essere cancellata. Si prega di aggiornare le vostre posizioni di riferimento e riprovare. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Beni Assegnati',
+ 'current_location' => 'Posizione attuale',
'create' => array(
diff --git a/resources/lang/it/admin/models/message.php b/resources/lang/it/admin/models/message.php
index 45fd0b3f4..df8a2e863 100644
--- a/resources/lang/it/admin/models/message.php
+++ b/resources/lang/it/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Il modello non esiste.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Questo modello è attualmente associato ad uno o più beni e non può essere eliminato. Eliminare i beni e poi provare a eliminare nuovamente. ',
diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php
index 4d7b6afe5..c77dbbd39 100644
--- a/resources/lang/it/admin/settings/general.php
+++ b/resources/lang/it/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.',
'asset_ids' => 'ID Bene',
'audit_interval' => 'Intervallo di controllo',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Se controllate fisicamente e periodicamente i vostri beni, inserite l\'intervallo in mesi utilizzato. Se si aggiorna questo valore, tutte le "prossime date di revisione" per i beni con una data di revisione saranno aggiornate.',
'audit_warning_days' => 'Soglia di allarme di controllo',
'audit_warning_days_help' => 'Quanti giorni in anticipo dovremmo avvisare quando i beni sono dovuti per il controllo?',
'auto_increment_assets' => 'Genera tag beni ad incremento automatico',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'I loghi quadrati hanno un aspetto migliore - verranno visualizzati in alto a destra di ogni etichetta dell\'asset. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Gruppo Di Permessi Predefinito',
+ 'ldap_default_group_info' => 'Seleziona un gruppo a cui assegnare i nuovi utenti. Ricorda che un utente ottiene le autorizzazioni del gruppo a cui appartiene.',
+ 'no_default_group' => 'Nessun Gruppo Predefinito',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'Chiave TLS client LDAP',
'ldap_client_tls_cert' => 'Certificato TLS Client LDAP',
diff --git a/resources/lang/it/admin/settings/message.php b/resources/lang/it/admin/settings/message.php
index 53907bb5b..cc8b32eb6 100644
--- a/resources/lang/it/admin/settings/message.php
+++ b/resources/lang/it/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Successo! Controlla il ',
'success_pt2' => ' canale del messaggio di prova, e assicurati di fare clic su SALVA qui sotto per memorizzare le impostazioni.',
'500' => 'Errore del server 500.',
- 'error' => 'Qualcosa è andato storto.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php
index 3a9d59c9d..13b0f14ed 100644
--- a/resources/lang/it/admin/users/general.php
+++ b/resources/lang/it/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remoto',
'remote_help' => 'Questo può esserti utile se devi filtrare gli utenti remoti che non entrano mai o solo raramente nelle tue posizioni fisiche.',
'not_remote_label' => 'Questo non è un utente remoto',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/it/admin/users/message.php b/resources/lang/it/admin/users/message.php
index 6859ed25f..28a5c873c 100644
--- a/resources/lang/it/admin/users/message.php
+++ b/resources/lang/it/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'È stato inviato un link agli utenti selezionati che sono attivati e hanno un indirizzo email valido, per reimpostare la password.',
'password_reset_sent' => 'Un link per reimpostare la password è stato inviato a :email!',
'user_has_no_email' => 'Questo utente non ha un indirizzo email nel suo profilo.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Questo utente non ha nessun bene assegnato',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Questo utente non ha una email.',
+ 'success' => 'L\'utente è stato informato del suo inventario corrente.'
)
);
\ No newline at end of file
diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php
index a0cb3ac4c..556dbb806 100644
--- a/resources/lang/it/general.php
+++ b/resources/lang/it/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Amministratore',
'administrator' => 'Amministratore',
'add_seats' => 'Aggiunti posti',
- 'age' => "Age",
+ 'age' => "Età",
'all_assets' => 'tutti i beni',
'all' => 'Tutti i',
'archived' => 'Archiviato',
@@ -281,9 +281,9 @@ return [
'yes' => 'SÌ',
'zip' => 'Zip',
'noimage' => 'Nessuna immagine caricata o immagine non trovata.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Il file richiesto non esiste sul server.',
+ 'file_upload_success' => 'Caricamento file riuscito!',
+ 'no_files_uploaded' => 'Caricamento file riuscito!',
'token_expired' => 'La sessione di modulo è scaduta. Riprova.',
'login_enabled' => 'Login Abilitato',
'audit_due' => 'In scadenza per l\'audit',
diff --git a/resources/lang/it/localizations.php b/resources/lang/it/localizations.php
index bef2c5293..0f90816c4 100644
--- a/resources/lang/it/localizations.php
+++ b/resources/lang/it/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/it/mail.php b/resources/lang/it/mail.php
index ff96097e0..59be3af38 100644
--- a/resources/lang/it/mail.php
+++ b/resources/lang/it/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Accedi alla nuova installazione di Snipe-IT utilizzando le seguenti credenziali:',
'login' => 'Accesso:',
'Low_Inventory_Report' => 'Rapporto di inventario basso',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Nome',
'new_item_checked' => 'Un nuovo elemento è stato controllato sotto il tuo nome, i dettagli sono sotto.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Promemoria: scadenza riconsegna :name in avvicinamento',
'Expected_Checkin_Date' => 'Un asset assegnato a te deve essere ricontrollato il :date',
'your_assets' => 'Visualizza i tuoi assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php
index 36086a176..2d9f4ec62 100644
--- a/resources/lang/it/validation.php
+++ b/resources/lang/it/validation.php
@@ -43,14 +43,14 @@ return [
'file' => 'L\'attributo: deve essere un file.',
'filled' => 'Il campo: attributo deve avere un valore.',
'image' => 'il :attribute deve essere un immagine.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Il valore per :fieldname non può essere vuoto.',
'in' => 'Il selezionato :attribute è invalido.',
'in_array' => 'Il campo attributo non esiste in: altro.',
'integer' => 'L\' :attribute deve essere un numero intero.',
'ip' => 'L\' :attribute deve essere un indirizzo IP valido.',
'ipv4' => 'L\'attributo: deve essere un indirizzo IPv4 valido.',
'ipv6' => 'L\'attributo: deve essere un indirizzo IPv6 valido.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => 'Questo :attribute deve essere univoco per questa posizione',
'json' => 'L\'attributo: deve essere una stringa JSON valida.',
'max' => [
'numeric' => 'L\' :attribute non può essere superiore di :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'La tua password corrente non è corretta',
'dumbpwd' => 'Quella password è troppo comune.',
'statuslabel_type' => 'È necessario selezionare un tipo di etichetta di stato valido',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/iu/admin/categories/message.php b/resources/lang/iu/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/iu/admin/categories/message.php
+++ b/resources/lang/iu/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/iu/admin/components/general.php b/resources/lang/iu/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/iu/admin/components/general.php
+++ b/resources/lang/iu/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/iu/admin/custom_fields/general.php b/resources/lang/iu/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/iu/admin/custom_fields/general.php
+++ b/resources/lang/iu/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/iu/admin/hardware/general.php b/resources/lang/iu/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/iu/admin/hardware/general.php
+++ b/resources/lang/iu/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/iu/admin/hardware/message.php b/resources/lang/iu/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/iu/admin/hardware/message.php
+++ b/resources/lang/iu/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/iu/admin/models/message.php b/resources/lang/iu/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/iu/admin/models/message.php
+++ b/resources/lang/iu/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/iu/admin/settings/general.php b/resources/lang/iu/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/iu/admin/settings/general.php
+++ b/resources/lang/iu/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/iu/admin/settings/message.php b/resources/lang/iu/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/iu/admin/settings/message.php
+++ b/resources/lang/iu/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/iu/admin/users/general.php b/resources/lang/iu/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/iu/admin/users/general.php
+++ b/resources/lang/iu/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/iu/localizations.php b/resources/lang/iu/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/iu/localizations.php
+++ b/resources/lang/iu/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/iu/mail.php b/resources/lang/iu/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/iu/mail.php
+++ b/resources/lang/iu/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/iu/validation.php b/resources/lang/iu/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/iu/validation.php
+++ b/resources/lang/iu/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ja/admin/categories/message.php b/resources/lang/ja/admin/categories/message.php
index 758e9afb3..80a23e3d6 100644
--- a/resources/lang/ja/admin/categories/message.php
+++ b/resources/lang/ja/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'カテゴリーは更新されませんでした。再度実行してください。',
- 'success' => 'カテゴリーの更新に成功しました。'
+ 'success' => 'カテゴリーの更新に成功しました。',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ja/admin/components/general.php b/resources/lang/ja/admin/components/general.php
index d8955450d..fe75c7a43 100644
--- a/resources/lang/ja/admin/components/general.php
+++ b/resources/lang/ja/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => '残数',
'total' => '合計',
'update' => '構成部品の更新',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ja/admin/custom_fields/general.php b/resources/lang/ja/admin/custom_fields/general.php
index 17cb9a870..61d70a923 100644
--- a/resources/lang/ja/admin/custom_fields/general.php
+++ b/resources/lang/ja/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => '型番で使用',
'order' => '順番',
'create_fieldset' => '新しいフィールドセット',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => '新しいフィールドセットを作成',
'create_field' => '新しいユーザー設定フィールド',
'create_field_title' => '新しいカスタムフィールドを作成',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => '警告。このフィールドは :db_column
としてカスタムフィールドテーブルにありますが、 :expected
でなければなりません。',
'is_unique' => 'この値はすべての資産で一意である必要があります',
'unique' => '一意',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'チェックアウトされたユーザーが割り当てられたアセットを表示ページでこれらの値を表示できるようにします',
+ 'display_in_user_view_table' => 'ユーザーに表示',
];
diff --git a/resources/lang/ja/admin/departments/message.php b/resources/lang/ja/admin/departments/message.php
index fd22cd1e8..1a455aef1 100644
--- a/resources/lang/ja/admin/departments/message.php
+++ b/resources/lang/ja/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => '部署が見つかりません',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'この会社には、その名前の部門が既に存在します。この部門のより具体的な名前を選択してください。 ',
'assoc_users' => 'この部署は1人以上の利用者に関連付けされているため、削除できません。部署の関連付けを削除してから、もう一度試して下さい。 ',
'create' => array(
'error' => '部署が作成できませんでした。もう一度やり直して下さい。',
diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php
index 92334c2fd..036fbe462 100644
--- a/resources/lang/ja/admin/hardware/general.php
+++ b/resources/lang/ja/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'この資産は削除されました。',
'edit' => '資産を編集',
'model_deleted' => 'この資産モデルは削除されました。資産を復元する前に、モデルを復元する必要があります。',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => '要求可能',
'requested' => '要求済',
'not_requestable' => '要求可能ではありません',
diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php
index 01ce687d3..280035f8f 100644
--- a/resources/lang/ja/admin/hardware/message.php
+++ b/resources/lang/ja/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'ファイルはインポートされました。',
'file_delete_success' => 'ファイルを削除しました。',
'file_delete_error' => 'ファイルが削除出来ませんでした。',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ja/admin/locations/message.php b/resources/lang/ja/admin/locations/message.php
index e521e4d76..d7d0501ea 100644
--- a/resources/lang/ja/admin/locations/message.php
+++ b/resources/lang/ja/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'ロケーションは少なくとも一つの利用者に関連付けされているため、削除できません。ローケーションの関連付けを削除し、もう一度試して下さい。 ',
'assoc_assets' => 'この設置場所は1人以上の利用者に関連付けされているため、削除できません。設置場所の関連付けを削除し、もう一度試して下さい。 ',
'assoc_child_loc' => 'この設置場所は、少なくとも一つの配下の設置場所があります。この設置場所を参照しないよう更新して下さい。 ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => '割り当て済みアセット',
+ 'current_location' => '現在の場所',
'create' => array(
diff --git a/resources/lang/ja/admin/models/message.php b/resources/lang/ja/admin/models/message.php
index 472f6b19a..6c5f0ea3d 100644
--- a/resources/lang/ja/admin/models/message.php
+++ b/resources/lang/ja/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => '型番が存在しません。',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'この減価償却は複数のモデルに関係付けられているため削除することができません。モデルを削除してから再度実行してください。 ',
diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php
index a21ce8bac..43521f988 100644
--- a/resources/lang/ja/admin/settings/general.php
+++ b/resources/lang/ja/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'このチェックボックスをオンにすると、ユーザーはUIスキンを別のものに上書きすることができます。',
'asset_ids' => '資産ID',
'audit_interval' => '監査の間隔',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => '定期的に資産を監査する必要がある場合は、使用する間隔を数ヶ月で入力します。 この値を更新すると、今後の監査日付を持つアセットの「次の監査日」のすべてが更新されます。',
'audit_warning_days' => '監査警告しきい値',
'audit_warning_days_help' => '資産の監査期限は何日前に警告する必要がありますか?',
'auto_increment_assets' => '資産タグを自動採番で生成',
@@ -77,8 +77,9 @@ return [
'label_logo_size' => 'ロゴは各アセットラベルの右上に表示されます。形は正方形が最良です。 ',
'laravel' => 'Laravelバージョン',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'デフォルトの権限グループ',
+ 'ldap_default_group_info' => '新しく同期したユーザーに割り当てるグループを選択します。ユーザーは、割り当てられたグループの権限を引き継ぐことを忘れないでください。',
+ 'no_default_group' => '標準グループがありません',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAPクライアントTLSキー',
'ldap_client_tls_cert' => 'LDAPクライアントサイドTLS証明書',
@@ -113,7 +114,9 @@ return [
'ldap_auth_filter_query' => 'LDAP 認証クエリ',
'ldap_version' => 'LDAP バージョン',
'ldap_active_flag' => 'LDAP アクティブ フラグ',
- 'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_activated_flag_help' => 'この値は、同期されたユーザーがSnipe-ITにログインできるかどうかを決定するために使用されます。アイテムをチェックインまたはチェックアウトする機能には影響しません。また、値ではなく、AD/LDAP内の属性名である必要があります。0
またはfalse
に設定されている場合、ユーザログインは無効化されます。AD/LDAPフィールドの値が1
またはtrue
に設定されている場合、またはその他のテキストが設定されている場合は、ユーザーはログインすることが可能です。ADでこのフィールドが空白の場合、userAccountControl
属性を尊重し、通常、サスペンドされていないユーザーのログインを許可しています。',
'ldap_emp_num' => 'LDAP 社員番号',
'ldap_email' => 'LDAP メール',
'ldap_test' => 'LDAPをテスト',
@@ -181,7 +184,7 @@ return [
'saml_idp_metadata_help' => 'URL または XML ファイルを使用して IdP メタデータを指定できます。',
'saml_attr_mapping_username' => '属性マッピング - ユーザー名',
'saml_attr_mapping_username_help' => '属性マッピングが指定されていない、または無効な場合 NameID が使用されます。',
- 'saml_forcelogin_label' => 'SAML Force Login',
+ 'saml_forcelogin_label' => 'SAML 強制ログイン',
'saml_forcelogin' => 'SAMLをプライマリログインにする',
'saml_forcelogin_help' => '通常のログインページに移動するには、\'/login?nosaml\' を使用できます。',
'saml_slo_label' => 'SAML シングルログアウト',
diff --git a/resources/lang/ja/admin/settings/message.php b/resources/lang/ja/admin/settings/message.php
index 0a6be5f81..09ee9d2e5 100644
--- a/resources/lang/ja/admin/settings/message.php
+++ b/resources/lang/ja/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'チェックに成功 ',
'success_pt2' => ' テストメッセージのチャンネルで、設定を保存するには以下の「保存」をクリックしてください。',
'500' => '500 Server Error.',
- 'error' => '問題が発生しました。',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php
index e876db28d..6a43ded55 100644
--- a/resources/lang/ja/admin/users/general.php
+++ b/resources/lang/ja/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'リモート',
'remote_help' => 'これは、物理的な場所に来たことがない、またはほとんど来なかったリモートユーザーによってフィルタリングする必要がある場合に便利です。',
'not_remote_label' => 'これはリモートユーザーではありません',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ja/admin/users/message.php b/resources/lang/ja/admin/users/message.php
index 90fe43295..1d617308c 100644
--- a/resources/lang/ja/admin/users/message.php
+++ b/resources/lang/ja/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => '有効なメールアドレスを持っている選択されたユーザーにパスワードリセットのリンクが送信されました。',
'password_reset_sent' => 'パスワードリセットのURLが:emailに送信されました。',
'user_has_no_email' => 'このユーザーのプロフィールにはメールアドレスがありません。',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'このユーザーにはアセットが割り当てられていません',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'このユーザーにはメールアドレスが設定されていません。',
+ 'success' => 'ユーザーに現在の在庫について通知されました。'
)
);
\ No newline at end of file
diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php
index 114166eb4..1be4228c4 100644
--- a/resources/lang/ja/general.php
+++ b/resources/lang/ja/general.php
@@ -11,7 +11,7 @@ return [
'admin' => '管理',
'administrator' => '管理者',
'add_seats' => 'シートを追加',
- 'age' => "Age",
+ 'age' => "経過",
'all_assets' => '全ての資産',
'all' => 'All',
'archived' => 'アーカイブ',
@@ -281,9 +281,9 @@ return [
'yes' => 'はい',
'zip' => '郵便番号',
'noimage' => 'イメージはアップロードされていません または イメージは見つかりませんでした',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => '要求されたファイルはサーバーに存在しません。',
+ 'file_upload_success' => 'ファイルのアップロードに成功しました!',
+ 'no_files_uploaded' => 'ファイルのアップロードに成功しました!',
'token_expired' => 'セッションが失効しました。再度ログインしてください。',
'login_enabled' => 'ログイン可能',
'audit_due' => '監査期日',
@@ -382,10 +382,10 @@ return [
'pie_chart_type' => '円グラフタイプのダッシュボード',
'hello_name' => ':name さん、こんにちは!',
'unaccepted_profile_warning' => '受け入れが必要な:count個のアイテムがあります。受け入れるか拒否するにはここをクリックしてください',
- 'start_date' => 'Start Date',
- 'end_date' => 'End Date',
- 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
- 'placeholder_kit' => 'Select a kit'
+ 'start_date' => '開始日',
+ 'end_date' => '終了日',
+ 'alt_uploaded_image_thumbnail' => 'サムネイルのアップロード',
+ 'placeholder_kit' => 'キットを選択'
diff --git a/resources/lang/ja/localizations.php b/resources/lang/ja/localizations.php
index 88b3e8a45..a0fbdcb89 100644
--- a/resources/lang/ja/localizations.php
+++ b/resources/lang/ja/localizations.php
@@ -2,26 +2,26 @@
return [
- 'select_language' => 'Select a language',
+ 'select_language' => '言語を選択',
'languages' => [
- 'en'=> 'English, US',
- 'en-GB'=> 'English, UK',
+ 'en'=> '英語 (アメリカ)',
+ 'en-GB'=> '英語 (イギリス)',
'af'=> 'Afrikaans',
'ar'=> 'Arabic',
'bg'=> 'Bulgarian',
- 'zh-CN'=> 'Chinese Simplified',
- 'zh-TW'=> 'Chinese Traditional',
+ 'zh-CN'=> '中国語 (簡体字)',
+ 'zh-TW'=> '中国語(繁体字)',
'hr'=> 'Croatian',
'cs'=> 'Czech',
'da'=> 'Danish',
'nl'=> 'Dutch',
- 'en-ID'=> 'English, Indonesia',
+ 'en-ID'=> '英語(インドネシア)',
'et'=> 'Estonian',
'fil'=> 'Filipino',
'fi'=> 'Finnish',
'fr'=> 'French',
- 'de'=> 'German',
- 'de-i'=> 'German (Informal)',
+ 'de'=> 'ドイツ語',
+ 'de-i'=> 'ドイツ語 (非公式)',
'el'=> 'Greek',
'he'=> 'Hebrew',
'hu'=> 'Hungarian',
@@ -30,7 +30,7 @@ return [
'ga-IE'=> 'Irish',
'it'=> 'Italian',
'ja'=> '日本語',
- 'ko'=> 'Korean',
+ 'ko'=> '韓国語',
'lv'=>'Latvian',
'lt'=> 'Lithuanian',
'mk'=> 'Macedonian',
@@ -61,12 +61,12 @@ return [
'zu'=> 'Zulu',
],
- 'select_country' => 'Select a country',
+ 'select_country' => '国を選択',
'countries' => [
'AC'=>'Ascension Island',
'AD'=>'Andorra',
- 'AE'=>'United Arab Emirates',
+ 'AE'=>'アラブ首長国連邦',
'AF'=>'Afghanistan',
'AG'=>'Antigua And Barbuda',
'AI'=>'Anguilla',
@@ -77,8 +77,8 @@ return [
'AQ'=>'Antarctica',
'AR'=>'Argentina',
'AS'=>'American Samoa',
- 'AT'=>'Austria',
- 'AU'=>'Australia',
+ 'AT'=>'オーストリア',
+ 'AU'=>'オーストラリア',
'AW'=>'Aruba',
'AX'=>'Ã…land',
'AZ'=>'Azerbaijan',
@@ -101,7 +101,7 @@ return [
'BW'=>'Botswana',
'BY'=>'Belarus',
'BZ'=>'Belize',
- 'CA'=>'Canada',
+ 'CA'=>'カナダ',
'CC'=>'Cocos (Keeling) Islands',
'CD'=>'Congo (Democratic Republic)',
'CF'=>'Central African Republic',
@@ -156,7 +156,7 @@ return [
'GU'=>'Guam',
'GW'=>'Guinea-Bissau',
'GY'=>'Guyana',
- 'HK'=>'Hong Kong',
+ 'HK'=>'香港',
'HM'=>'Heard And Mc Donald Islands',
'HN'=>'Honduras',
'HR'=>'Croatia (local name: Hrvatska)',
@@ -164,9 +164,9 @@ return [
'HU'=>'Hungary',
'ID'=>'Indonesia',
'IE'=>'Ireland',
- 'IL'=>'Israel',
+ 'IL'=>'イスラエル',
'IM'=>'Isle of Man',
- 'IN'=>'India',
+ 'IN'=>'インド',
'IO'=>'British Indian Ocean Territory',
'IQ'=>'Iraq',
'IR'=>'Iran, Islamic Republic Of',
@@ -175,18 +175,18 @@ return [
'JE'=>'Jersey',
'JM'=>'Jamaica',
'JO'=>'Jordan',
- 'JP'=>'Japan',
+ 'JP'=>'日本',
'KE'=>'Kenya',
'KG'=>'Kyrgyzstan',
'KH'=>'Cambodia',
'KI'=>'Kiribati',
'KM'=>'Comoros',
'KN'=>'Saint Kitts And Nevis',
- 'KR'=>'Korea, Republic Of',
+ 'KR'=>'韓国',
'KW'=>'Kuwait',
- 'KY'=>'Cayman Islands',
+ 'KY'=>'ケイマン諸島',
'KZ'=>'Kazakhstan',
- 'LA'=>'Lao People\'s Democratic Republic',
+ 'LA'=>'ラオス人民民主共和国',
'LB'=>'Lebanon',
'LC'=>'Saint Lucia',
'LI'=>'Liechtenstein',
@@ -207,7 +207,7 @@ return [
'ML'=>'Mali',
'MM'=>'Myanmar',
'MN'=>'Mongolia',
- 'MO'=>'Macau',
+ 'MO'=>'マカオ',
'MP'=>'Northern Mariana Islands',
'MQ'=>'Martinique',
'MR'=>'Mauritania',
@@ -256,9 +256,10 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
- 'SG'=>'Singapore',
+ 'SG'=>'シンガポール',
'SH'=>'St. Helena',
'SI'=>'Slovenia',
'SJ'=>'Svalbard And Jan Mayen Islands',
@@ -288,12 +289,12 @@ return [
'TR'=>'Turkey',
'TT'=>'Trinidad And Tobago',
'TV'=>'Tuvalu',
- 'TW'=>'Taiwan',
+ 'TW'=>'台湾',
'TZ'=>'Tanzania, United Republic Of',
- 'UA'=>'Ukraine',
+ 'UA'=>'ウクライナ',
'UG'=>'Uganda',
- 'UK'=>'United Kingdom',
- 'US'=>'United States',
+ 'UK'=>'イギリス',
+ 'US'=>'アメリカ',
'UM'=>'United States Minor Outlying Islands',
'UY'=>'Uruguay',
'UZ'=>'Uzbekistan',
diff --git a/resources/lang/ja/mail.php b/resources/lang/ja/mail.php
index 786f95f1f..ab50ed339 100644
--- a/resources/lang/ja/mail.php
+++ b/resources/lang/ja/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => '以下の新しいログイン情報を使用して、Snipe-ITにログインします。',
'login' => 'ログイン:',
'Low_Inventory_Report' => '在庫減レポート',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => '分数',
'name' => '名前',
'new_item_checked' => 'あなたの名前で新しいアイテムがチェックアウトされました。詳細は以下の通りです。',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'リマインダー: :name のチェックイン期限が近づいています',
'Expected_Checkin_Date' => 'チェックアウトされた資産は:date にチェックインされる予定です',
'your_assets' => 'あなたの資産を表示',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php
index 4f7638ac0..b26234e26 100644
--- a/resources/lang/ja/validation.php
+++ b/resources/lang/ja/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute はファイルにして下さい。',
'filled' => ':attribute フィールドは空に出来ません。',
'image' => ':attribute は画像にして下さい。',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => ':fieldname の値は null にはできません。',
'in' => '選択された :attribute は不正です。',
'in_array' => ':attribute フィールドが :other に存在しません。',
'integer' => ':attribute は整数にして下さい。',
'ip' => ':attribute は有効なIPアドレスにして下さい。',
'ipv4' => ':attribute は有効なIPアドレスにして下さい。',
'ipv6' => ':attribute は有効なIPv6アドレスにして下さい。',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute は、この会社の場所に一意である必要があります。',
'json' => ':attribute は有効なJSON文字列にして下さい。',
'max' => [
'numeric' => ':attribute は :max 以上にして下さい。',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => '現在のパスワードが正しくありません。',
'dumbpwd' => 'そのパスワードはあまりにも脆弱です。',
'statuslabel_type' => '有効なステータスラベルの種類を選択する必要があります。',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ko/admin/categories/message.php b/resources/lang/ko/admin/categories/message.php
index bf542b983..ad9829f82 100644
--- a/resources/lang/ko/admin/categories/message.php
+++ b/resources/lang/ko/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => '분류가 갱신되지 않았습니다. 다시 시도해 주세요',
- 'success' => '분류가 갱신되었습니다.'
+ 'success' => '분류가 갱신되었습니다.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ko/admin/components/general.php b/resources/lang/ko/admin/components/general.php
index 59acbf311..25e3a4cd0 100644
--- a/resources/lang/ko/admin/components/general.php
+++ b/resources/lang/ko/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => '잔여수량',
'total' => '총계',
'update' => '부품 갱신',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ko/admin/custom_fields/general.php b/resources/lang/ko/admin/custom_fields/general.php
index dd745b6e1..ade2f1b22 100644
--- a/resources/lang/ko/admin/custom_fields/general.php
+++ b/resources/lang/ko/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => '적용 모델',
'order' => '순서',
'create_fieldset' => '신규 항목세트',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => '신규 사용자 항목',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ko/admin/hardware/general.php b/resources/lang/ko/admin/hardware/general.php
index 75007708e..ca57171c1 100644
--- a/resources/lang/ko/admin/hardware/general.php
+++ b/resources/lang/ko/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => '자산이 삭제되었습니다.',
'edit' => '자산 수정',
'model_deleted' => '모델이 삭제되었습니다. 자산을 복원하기 전에 모델을 복원해야 합니다.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => '요청가능',
'requested' => '요청됨',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php
index 16366211a..58e31d4d5 100644
--- a/resources/lang/ko/admin/hardware/message.php
+++ b/resources/lang/ko/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => '파일에서 읽어오기가 완료되었습니다',
'file_delete_success' => '파일 삭제가 완료되었습니다',
'file_delete_error' => '파일을 삭제할 수 없습니다',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ko/admin/models/message.php b/resources/lang/ko/admin/models/message.php
index 3d34950de..8e4c7baf4 100644
--- a/resources/lang/ko/admin/models/message.php
+++ b/resources/lang/ko/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => '모델이 존재하지 않습니다.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => '이 모델은 현재 하나 이상의 자산들과 연결되어 있기에 삭제 할 수 없습니다. 자산들을 삭제하고 다시 삭제하길 시도하세요. ',
diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php
index a12bdd565..c32e9b84f 100644
--- a/resources/lang/ko/admin/settings/general.php
+++ b/resources/lang/ko/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP 사용자 키',
'ldap_client_tls_cert' => 'LDAP 사용자 인증서',
diff --git a/resources/lang/ko/admin/settings/message.php b/resources/lang/ko/admin/settings/message.php
index b17365c1d..a1c08f67c 100644
--- a/resources/lang/ko/admin/settings/message.php
+++ b/resources/lang/ko/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php
index c83acf2db..e9d8312de 100644
--- a/resources/lang/ko/admin/users/general.php
+++ b/resources/lang/ko/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ko/localizations.php b/resources/lang/ko/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ko/localizations.php
+++ b/resources/lang/ko/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ko/mail.php b/resources/lang/ko/mail.php
index 55ccb2fc8..7f11134bb 100644
--- a/resources/lang/ko/mail.php
+++ b/resources/lang/ko/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => '아래의 자격 증명을 사용하여 새 Snipe-IT 설치본에 로그인 하세요:',
'login' => '로그인:',
'Low_Inventory_Report' => '재고 부족 보고서',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => '최소 수량',
'name' => '이름',
'new_item_checked' => '당신의 이름으로 새 품목이 반출 되었습니다, 이하는 상세입니다.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => '자산 확인',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
index cdd1b160a..40c5cdc5b 100644
--- a/resources/lang/ko/validation.php
+++ b/resources/lang/ko/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => '현재 비밀번호가 잘못되었습니다.',
'dumbpwd' => '그 비밀번호는 너무 일반적입니다.',
'statuslabel_type' => '유효한 상태 라벨 형식을 선택해 주셔야 합니다',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/lt/admin/categories/message.php b/resources/lang/lt/admin/categories/message.php
index f05e4d5e3..5662b6af3 100644
--- a/resources/lang/lt/admin/categories/message.php
+++ b/resources/lang/lt/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorija neatnaujinta, prašome pabandykite dar kartą',
- 'success' => 'Kategorijos atnaujinimas sėkmingas.'
+ 'success' => 'Kategorijos atnaujinimas sėkmingas.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/lt/admin/components/general.php b/resources/lang/lt/admin/components/general.php
index 04149fbb2..388efb77a 100644
--- a/resources/lang/lt/admin/components/general.php
+++ b/resources/lang/lt/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Likutis',
'total' => 'Iš viso',
'update' => 'Atnaujinti komponentą',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/lt/admin/custom_fields/general.php b/resources/lang/lt/admin/custom_fields/general.php
index eb551a053..a0145b2d0 100644
--- a/resources/lang/lt/admin/custom_fields/general.php
+++ b/resources/lang/lt/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Naudojama modelių',
'order' => 'Užsakymas',
'create_fieldset' => 'Nauja laukų grupė',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Naujas pritaikomas laukelis',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/lt/admin/hardware/general.php b/resources/lang/lt/admin/hardware/general.php
index 6de53c888..57a30b07f 100644
--- a/resources/lang/lt/admin/hardware/general.php
+++ b/resources/lang/lt/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Keisti įrangą',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Reiklaujamas',
'requested' => 'Užklausta',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php
index e7f3ba745..e1269059e 100644
--- a/resources/lang/lt/admin/hardware/message.php
+++ b/resources/lang/lt/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Jūsų failas importuotas',
'file_delete_success' => 'Jūsų failas buvo sėkmingai ištrintas',
'file_delete_error' => 'Nepavyko ištrinti failo',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/lt/admin/models/message.php b/resources/lang/lt/admin/models/message.php
index ff7495b78..5f4fa1570 100644
--- a/resources/lang/lt/admin/models/message.php
+++ b/resources/lang/lt/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Tokio modelio nėra.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Šis modelis šiuo metu susietas su daugiau nei vienu įrangos vientu ir negali būti ištrintas. Prašome ištrinkite įrangą ir tuomet bandykite trinti iš naujo. ',
diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php
index ddd092ab7..289863029 100644
--- a/resources/lang/lt/admin/settings/general.php
+++ b/resources/lang/lt/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/lt/admin/settings/message.php b/resources/lang/lt/admin/settings/message.php
index e770636c4..30d47dcd3 100644
--- a/resources/lang/lt/admin/settings/message.php
+++ b/resources/lang/lt/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php
index ead49e5cd..f0e3dc368 100644
--- a/resources/lang/lt/admin/users/general.php
+++ b/resources/lang/lt/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php
index dcbe38dea..455c05b65 100644
--- a/resources/lang/lt/general.php
+++ b/resources/lang/lt/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Administratorius',
'administrator' => 'Administratorius',
'add_seats' => 'Prideta licenzijų',
- 'age' => "Age",
+ 'age' => "Amžius",
'all_assets' => 'Visa įranga',
'all' => 'Viskas',
'archived' => 'Archyvuota',
@@ -101,7 +101,7 @@ return [
'email_format' => 'El. pašto formatas',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Tai naudojama importuojant importuojamus el. Pašto adresus',
- 'error' => 'Error',
+ 'error' => 'Klaida',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
diff --git a/resources/lang/lt/localizations.php b/resources/lang/lt/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/lt/localizations.php
+++ b/resources/lang/lt/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/lt/mail.php b/resources/lang/lt/mail.php
index c4fafb139..b7843b895 100644
--- a/resources/lang/lt/mail.php
+++ b/resources/lang/lt/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Prisijunkite prie savo naujojo "Snipe-IT" diegimo naudodami toliau nurodytus įgaliojimus:',
'login' => 'Prisijungti:',
'Low_Inventory_Report' => 'Mažos inventorizacijos ataskaita',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min Kiekis',
'name' => 'Pavadinimas',
'new_item_checked' => 'Naujas objektas buvo patikrintas pagal jūsų vardą, išsami informacija pateikiama žemiau.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php
index 6b4f3bd71..a3fa41f9c 100644
--- a/resources/lang/lt/validation.php
+++ b/resources/lang/lt/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Jūsų dabartinis slaptažodis yra neteisingas',
'dumbpwd' => 'Šis slaptažodis yra per dažnas.',
'statuslabel_type' => 'Turite pasirinkti tinkamą statuso etiketės tipą',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/lv/admin/categories/message.php b/resources/lang/lv/admin/categories/message.php
index 7493e5f5c..35a275ec4 100644
--- a/resources/lang/lv/admin/categories/message.php
+++ b/resources/lang/lv/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorija nav atjaunināta, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Kategorija ir veiksmīgi atjaunināta.'
+ 'success' => 'Kategorija ir veiksmīgi atjaunināta.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/lv/admin/components/general.php b/resources/lang/lv/admin/components/general.php
index ccc013d14..9862b1209 100644
--- a/resources/lang/lv/admin/components/general.php
+++ b/resources/lang/lv/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Atlikušais',
'total' => 'Kopā',
'update' => 'Atjaunināt komponents',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/lv/admin/custom_fields/general.php b/resources/lang/lv/admin/custom_fields/general.php
index b204c08ff..90d4d5eb2 100644
--- a/resources/lang/lv/admin/custom_fields/general.php
+++ b/resources/lang/lv/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Izmantoti modeļi',
'order' => 'Pasūtījums',
'create_fieldset' => 'Jauns lauka laukums',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Jauna pielāgota lauks',
'create_field_title' => 'Izveidot jaunu pielāgoto lauku',
diff --git a/resources/lang/lv/admin/hardware/general.php b/resources/lang/lv/admin/hardware/general.php
index 8088caf0e..1c7dae530 100644
--- a/resources/lang/lv/admin/hardware/general.php
+++ b/resources/lang/lv/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Šis pamatlīdzeklis ir izdzēsts.',
'edit' => 'Rediģēt īpašumu',
'model_deleted' => 'Šis pamatlīdzekļu modelis ir dzēsts. Jums ir jāatjauno modelis pirms drīkstiet atjaunot pamatlīdzekli.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Pieļaujams',
'requested' => 'Pieprasīts',
'not_requestable' => 'Nav pieprasāms',
diff --git a/resources/lang/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php
index 8d20f6949..e6e3efad7 100644
--- a/resources/lang/lv/admin/hardware/message.php
+++ b/resources/lang/lv/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Jūsu fails ir importēts',
'file_delete_success' => 'Jūsu fails ir veiksmīgi izdzēsts',
'file_delete_error' => 'Failu nevarēja dzēst',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/lv/admin/models/message.php b/resources/lang/lv/admin/models/message.php
index 0b8092057..0f418e2ee 100644
--- a/resources/lang/lv/admin/models/message.php
+++ b/resources/lang/lv/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modelis nepastāv.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Šobrīd šis modelis ir saistīts ar vienu vai vairākiem aktīviem, un tos nevar izdzēst. Lūdzu, izdzēsiet aktīvus un pēc tam mēģiniet vēlreiz dzēst.',
diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php
index dbe4a3a5d..95de0c3db 100644
--- a/resources/lang/lv/admin/settings/general.php
+++ b/resources/lang/lv/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/lv/admin/settings/message.php b/resources/lang/lv/admin/settings/message.php
index a77ac637f..b0f1ab978 100644
--- a/resources/lang/lv/admin/settings/message.php
+++ b/resources/lang/lv/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/lv/admin/users/general.php b/resources/lang/lv/admin/users/general.php
index d224c7dc6..e808f1247 100644
--- a/resources/lang/lv/admin/users/general.php
+++ b/resources/lang/lv/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/lv/localizations.php b/resources/lang/lv/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/lv/localizations.php
+++ b/resources/lang/lv/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/lv/mail.php b/resources/lang/lv/mail.php
index ec6dfa806..e98e1d89c 100644
--- a/resources/lang/lv/mail.php
+++ b/resources/lang/lv/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Piesakieties savā jaunajā Snipe-IT instalācijā, izmantojot tālāk minētos akreditācijas datus.',
'login' => 'Pieslēgties:',
'Low_Inventory_Report' => 'Zema inventarizācijas atskaite',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Nosaukums',
'new_item_checked' => 'Jauns objekts ir atzīmēts zem sava vārda, sīkāk ir sniegta zemāk.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php
index e6b66f526..421070646 100644
--- a/resources/lang/lv/validation.php
+++ b/resources/lang/lv/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Jūsu pašreizējā parole nav pareiza',
'dumbpwd' => 'Šī parole ir pārāk izplatīta.',
'statuslabel_type' => 'Jums ir jāizvēlas derīgs statusa etiķetes veids',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/mi/admin/categories/message.php b/resources/lang/mi/admin/categories/message.php
index c0f90c92d..e312d8092 100644
--- a/resources/lang/mi/admin/categories/message.php
+++ b/resources/lang/mi/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kāhore i whakahoutia te kāwai, tēnā whakamātau anō',
- 'success' => 'Kua pai te whakahoutanga o te momo.'
+ 'success' => 'Kua pai te whakahoutanga o te momo.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/mi/admin/components/general.php b/resources/lang/mi/admin/components/general.php
index 7eb5aecf6..23ebf308b 100644
--- a/resources/lang/mi/admin/components/general.php
+++ b/resources/lang/mi/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Te noho',
'total' => 'Te tapeke',
'update' => 'Whakahōuhia te Wae',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/mi/admin/custom_fields/general.php b/resources/lang/mi/admin/custom_fields/general.php
index d8adee0bf..b4796a06c 100644
--- a/resources/lang/mi/admin/custom_fields/general.php
+++ b/resources/lang/mi/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Kua Whakamahia Ma Nga Tauira',
'order' => 'Whakatau',
'create_fieldset' => 'Nga Pakanga Hou',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Rawa Ritenga Hou',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/mi/admin/hardware/general.php b/resources/lang/mi/admin/hardware/general.php
index 54e87ab6d..fdda0a66b 100644
--- a/resources/lang/mi/admin/hardware/general.php
+++ b/resources/lang/mi/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Whakatikahia te Ahua',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Ka taea te tuku',
'requested' => 'I tonohia',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/mi/admin/hardware/message.php b/resources/lang/mi/admin/hardware/message.php
index 0dae27873..6c514adf1 100644
--- a/resources/lang/mi/admin/hardware/message.php
+++ b/resources/lang/mi/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'I kawemai to kōnae',
'file_delete_success' => 'Kua mukua pai to kōnae',
'file_delete_error' => 'Kāore i taea te mukua te kōnae',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/mi/admin/models/message.php b/resources/lang/mi/admin/models/message.php
index 1e372cf64..94802d0ef 100644
--- a/resources/lang/mi/admin/models/message.php
+++ b/resources/lang/mi/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Kāore te tauira i te tīariari.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Kei te hono tenei tauira ki te kotahi, neke atu ranei nga rawa, kaore e taea te muku. Nganahia nga rawa, ka ngana ki te muku ano.',
diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php
index bd31cdb8d..db2f9fac3 100644
--- a/resources/lang/mi/admin/settings/general.php
+++ b/resources/lang/mi/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/mi/admin/settings/message.php b/resources/lang/mi/admin/settings/message.php
index f46179aeb..46392c9cc 100644
--- a/resources/lang/mi/admin/settings/message.php
+++ b/resources/lang/mi/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/mi/admin/users/general.php b/resources/lang/mi/admin/users/general.php
index 5802c303b..e86db1aa3 100644
--- a/resources/lang/mi/admin/users/general.php
+++ b/resources/lang/mi/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/mi/localizations.php b/resources/lang/mi/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/mi/localizations.php
+++ b/resources/lang/mi/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/mi/mail.php b/resources/lang/mi/mail.php
index 17dfd555c..30799e96a 100644
--- a/resources/lang/mi/mail.php
+++ b/resources/lang/mi/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Whakauru ki to taahiranga hou Snipe-IT ma te whakamahi i nga taipitopito kei raro nei:',
'login' => 'Whakauru:',
'Low_Inventory_Report' => 'Pūrongo Inventory Low',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Ingoa',
'new_item_checked' => 'Kua tohua tetahi mea hou i raro i to ingoa, kei raro iho nga korero.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/mi/validation.php b/resources/lang/mi/validation.php
index 6732b4ad5..8706269f2 100644
--- a/resources/lang/mi/validation.php
+++ b/resources/lang/mi/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'He hē tō kupuhipa o nāianei',
'dumbpwd' => 'He noa rawa te kupuhipa.',
'statuslabel_type' => 'Me tīpako i te momo tahua tohu whaimana',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/mk/admin/categories/message.php b/resources/lang/mk/admin/categories/message.php
index fc33d12c7..13578118e 100644
--- a/resources/lang/mk/admin/categories/message.php
+++ b/resources/lang/mk/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Категоријата не беше ажурирана, обидете се повторно',
- 'success' => 'Категоријата е успешно ажурирана.'
+ 'success' => 'Категоријата е успешно ажурирана.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/mk/admin/components/general.php b/resources/lang/mk/admin/components/general.php
index cdb005bd6..cf94d5cd0 100644
--- a/resources/lang/mk/admin/components/general.php
+++ b/resources/lang/mk/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Останува',
'total' => 'Вкупно',
'update' => 'Уреди компонента',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/mk/admin/custom_fields/general.php b/resources/lang/mk/admin/custom_fields/general.php
index c25457867..d8a265b7d 100644
--- a/resources/lang/mk/admin/custom_fields/general.php
+++ b/resources/lang/mk/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Користено по модели',
'order' => 'Подредување',
'create_fieldset' => 'Нов Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Ново прилагодено поле',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/mk/admin/hardware/general.php b/resources/lang/mk/admin/hardware/general.php
index 581c6ec99..5613790be 100644
--- a/resources/lang/mk/admin/hardware/general.php
+++ b/resources/lang/mk/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Уредување на основно средство',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Може да се побара',
'requested' => 'Побарано',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/mk/admin/hardware/message.php b/resources/lang/mk/admin/hardware/message.php
index 27d634019..6c7a32622 100644
--- a/resources/lang/mk/admin/hardware/message.php
+++ b/resources/lang/mk/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Вашата датотека е увезена',
'file_delete_success' => 'Вашата датотека е избришана',
'file_delete_error' => 'Датотеката не можеше да се избрише',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/mk/admin/models/message.php b/resources/lang/mk/admin/models/message.php
index 2c421ba39..7f1c7935e 100644
--- a/resources/lang/mk/admin/models/message.php
+++ b/resources/lang/mk/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Моделот не постои.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Моделот во моментов е поврзан со едно или повеќе основни средства и не може да се избрише. Ве молиме избришете ги основните средствата, а потоа пробајте повторно да го избришете. ',
diff --git a/resources/lang/mk/admin/settings/general.php b/resources/lang/mk/admin/settings/general.php
index 57ddad6c8..a6084a41f 100644
--- a/resources/lang/mk/admin/settings/general.php
+++ b/resources/lang/mk/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/mk/admin/settings/message.php b/resources/lang/mk/admin/settings/message.php
index ded8eb221..6407bf2fb 100644
--- a/resources/lang/mk/admin/settings/message.php
+++ b/resources/lang/mk/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/mk/admin/users/general.php b/resources/lang/mk/admin/users/general.php
index d9f404a24..ff95e8f76 100644
--- a/resources/lang/mk/admin/users/general.php
+++ b/resources/lang/mk/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/mk/localizations.php b/resources/lang/mk/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/mk/localizations.php
+++ b/resources/lang/mk/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/mk/mail.php b/resources/lang/mk/mail.php
index d07069956..c2eacfa14 100644
--- a/resources/lang/mk/mail.php
+++ b/resources/lang/mk/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Влезете во новата инсталација на Snipe-IT користејќи ги ингеренциите подолу:',
'login' => 'Најава:',
'Low_Inventory_Report' => 'Извештај за низок инвентар',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Минимална количина',
'name' => 'Име',
'new_item_checked' => 'Ново основно средство е задолжено на Ваше име, деталите се подолу.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/mk/validation.php b/resources/lang/mk/validation.php
index 3ba8f0ff5..7d9470069 100644
--- a/resources/lang/mk/validation.php
+++ b/resources/lang/mk/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Вашата тековна лозинка е неточна',
'dumbpwd' => 'Таа лозинка е премногу честа.',
'statuslabel_type' => 'Мора да изберете валидна етикета за статус',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ml-IN/admin/categories/message.php b/resources/lang/ml-IN/admin/categories/message.php
index b5d21a769..bea4f1a87 100644
--- a/resources/lang/ml-IN/admin/categories/message.php
+++ b/resources/lang/ml-IN/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ml-IN/admin/components/general.php b/resources/lang/ml-IN/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/ml-IN/admin/components/general.php
+++ b/resources/lang/ml-IN/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/ml-IN/admin/custom_fields/general.php
+++ b/resources/lang/ml-IN/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ml-IN/admin/hardware/general.php b/resources/lang/ml-IN/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/ml-IN/admin/hardware/general.php
+++ b/resources/lang/ml-IN/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/ml-IN/admin/hardware/message.php
+++ b/resources/lang/ml-IN/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ml-IN/admin/models/message.php b/resources/lang/ml-IN/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/ml-IN/admin/models/message.php
+++ b/resources/lang/ml-IN/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/ml-IN/admin/settings/general.php
+++ b/resources/lang/ml-IN/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ml-IN/admin/settings/message.php b/resources/lang/ml-IN/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/ml-IN/admin/settings/message.php
+++ b/resources/lang/ml-IN/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ml-IN/admin/users/general.php b/resources/lang/ml-IN/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/ml-IN/admin/users/general.php
+++ b/resources/lang/ml-IN/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ml-IN/localizations.php b/resources/lang/ml-IN/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ml-IN/localizations.php
+++ b/resources/lang/ml-IN/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ml-IN/mail.php b/resources/lang/ml-IN/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/ml-IN/mail.php
+++ b/resources/lang/ml-IN/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ml-IN/validation.php b/resources/lang/ml-IN/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/ml-IN/validation.php
+++ b/resources/lang/ml-IN/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/mn/admin/categories/message.php b/resources/lang/mn/admin/categories/message.php
index d03ecaecf..40a0f58bb 100644
--- a/resources/lang/mn/admin/categories/message.php
+++ b/resources/lang/mn/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Ангилал шинэчлэгдсэнгүй, дахин оролдоно уу',
- 'success' => 'Ангилал амжилттай шинэчлэгдсэн.'
+ 'success' => 'Ангилал амжилттай шинэчлэгдсэн.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/mn/admin/components/general.php b/resources/lang/mn/admin/components/general.php
index 1c90756a8..c6ac1ee0e 100644
--- a/resources/lang/mn/admin/components/general.php
+++ b/resources/lang/mn/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Үлдсэн',
'total' => 'Нийт',
'update' => 'Бүрэлдэхүүн хэсэг шинэчлэх',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/mn/admin/custom_fields/general.php b/resources/lang/mn/admin/custom_fields/general.php
index 33ce73d99..4fed9c7dc 100644
--- a/resources/lang/mn/admin/custom_fields/general.php
+++ b/resources/lang/mn/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Загвар ашиглана',
'order' => 'Захиалга',
'create_fieldset' => 'Шинэ талбарт',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Шинэ Гаалийн талбар',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/mn/admin/hardware/general.php b/resources/lang/mn/admin/hardware/general.php
index f5fa31dce..8eb8d0df9 100644
--- a/resources/lang/mn/admin/hardware/general.php
+++ b/resources/lang/mn/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Хөрөнгийг засварлах',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Уучлаарай',
'requested' => 'Хүсэлт гаргасан',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/mn/admin/hardware/message.php b/resources/lang/mn/admin/hardware/message.php
index 2812b7343..4ee7f2c81 100644
--- a/resources/lang/mn/admin/hardware/message.php
+++ b/resources/lang/mn/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Таны файл импортлогдсон байна',
'file_delete_success' => 'Таны файл амжилттай болсон байна',
'file_delete_error' => 'Файл устгагдах боломжгүй байна',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/mn/admin/models/message.php b/resources/lang/mn/admin/models/message.php
index c028a3476..1881bcf6a 100644
--- a/resources/lang/mn/admin/models/message.php
+++ b/resources/lang/mn/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Загвар байхгүй байна.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Энэ загвар одоогоор нэг буюу хэд хэдэн хөрөнгөтэй холбоотой бөгөөд устгаж болохгүй. Хөрөнгө устгаж, дараа нь устгахыг оролдоно уу.',
diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php
index 3db0c837f..25019476d 100644
--- a/resources/lang/mn/admin/settings/general.php
+++ b/resources/lang/mn/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/mn/admin/settings/message.php b/resources/lang/mn/admin/settings/message.php
index cee440f16..0df9f1b69 100644
--- a/resources/lang/mn/admin/settings/message.php
+++ b/resources/lang/mn/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/mn/admin/users/general.php b/resources/lang/mn/admin/users/general.php
index 3ff9e4814..bbe239c6e 100644
--- a/resources/lang/mn/admin/users/general.php
+++ b/resources/lang/mn/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/mn/localizations.php b/resources/lang/mn/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/mn/localizations.php
+++ b/resources/lang/mn/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/mn/mail.php b/resources/lang/mn/mail.php
index e7a6a7d1b..e602c120a 100644
--- a/resources/lang/mn/mail.php
+++ b/resources/lang/mn/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Слайд-IT-г суулгахын тулд доорх итгэмжлэлүүдийг ашиглана уу:',
'login' => 'Нэвтрэх:',
'Low_Inventory_Report' => 'Бага нөөцийн тайлан',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Нэр',
'new_item_checked' => 'Таны нэрээр шинэ зүйл шалгасан бөгөөд дэлгэрэнгүй мэдээлэл доор байна.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php
index ee6bda05e..e42dfff97 100644
--- a/resources/lang/mn/validation.php
+++ b/resources/lang/mn/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Таны одоогийн нууц үг буруу байна',
'dumbpwd' => 'Энэ нууц үг хэтэрхий нийтлэг байна.',
'statuslabel_type' => 'Та зөв статустай шошгын төрлийг сонгох ёстой',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ms/admin/categories/message.php b/resources/lang/ms/admin/categories/message.php
index 4024fc75a..1dbfd8207 100644
--- a/resources/lang/ms/admin/categories/message.php
+++ b/resources/lang/ms/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategori tidak dapat dikemaskini, sila cuba lagi.',
- 'success' => 'Kategori berjaya dikemaskini.'
+ 'success' => 'Kategori berjaya dikemaskini.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ms/admin/components/general.php b/resources/lang/ms/admin/components/general.php
index b3be56b83..9de64c3d5 100644
--- a/resources/lang/ms/admin/components/general.php
+++ b/resources/lang/ms/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Baki',
'total' => 'Jumlah',
'update' => 'Komponen Kemas Kini',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ms/admin/custom_fields/general.php b/resources/lang/ms/admin/custom_fields/general.php
index fd537efa9..050b4c318 100644
--- a/resources/lang/ms/admin/custom_fields/general.php
+++ b/resources/lang/ms/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Digunakan Oleh Model',
'order' => 'Perintah',
'create_fieldset' => 'Fieldset baru',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Padang Tersuai Baru',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ms/admin/hardware/general.php b/resources/lang/ms/admin/hardware/general.php
index 0e28ead96..03a5eaa10 100644
--- a/resources/lang/ms/admin/hardware/general.php
+++ b/resources/lang/ms/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Aset ini telah dipadamkan.',
'edit' => 'Kemaskini Harta',
'model_deleted' => 'Model Aset ini telah dipadamkan. Anda mesti kembalikan model sebelum anda boleh kembalikan Aset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Diminta',
'requested' => 'Diminta',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php
index de55ca0a0..574c07c83 100644
--- a/resources/lang/ms/admin/hardware/message.php
+++ b/resources/lang/ms/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Fail anda telah diimport',
'file_delete_success' => 'Fail anda telah berjaya dihapuskan',
'file_delete_error' => 'Fail tidak dapat dipadamkan',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ms/admin/models/message.php b/resources/lang/ms/admin/models/message.php
index 9e2a1dd13..8f5398873 100644
--- a/resources/lang/ms/admin/models/message.php
+++ b/resources/lang/ms/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model tidak wujud.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Model ini sekarang disekutukan dengan sekurang2nya satu atau lebih harta dan tidak boleh dihapuskan. Sila kemaskini harta, dan kemudian cuba lagi. ',
diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php
index c32b8962c..bed3af9f5 100644
--- a/resources/lang/ms/admin/settings/general.php
+++ b/resources/lang/ms/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'Sijil TLS Bahagian Pelanggan LDAP',
diff --git a/resources/lang/ms/admin/settings/message.php b/resources/lang/ms/admin/settings/message.php
index 6e18c3214..87999fe23 100644
--- a/resources/lang/ms/admin/settings/message.php
+++ b/resources/lang/ms/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php
index 7c70faadc..39b7e9d39 100644
--- a/resources/lang/ms/admin/users/general.php
+++ b/resources/lang/ms/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ms/localizations.php b/resources/lang/ms/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ms/localizations.php
+++ b/resources/lang/ms/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ms/mail.php b/resources/lang/ms/mail.php
index 63b70370c..781917da6 100644
--- a/resources/lang/ms/mail.php
+++ b/resources/lang/ms/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Masuk ke pemasangan Snipe-IT baru anda menggunakan kelayakan di bawah ini:',
'login' => 'Log masuk:',
'Low_Inventory_Report' => 'Laporan Inventori Rendah',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'QTY min',
'name' => 'Nama',
'new_item_checked' => 'Item baru telah diperiksa di bawah nama anda, butiran di bawah.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php
index 31e0649b0..d2b414d2d 100644
--- a/resources/lang/ms/validation.php
+++ b/resources/lang/ms/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Kata laluan semasa anda tidak betul',
'dumbpwd' => 'Kata laluan itu terlalu umum.',
'statuslabel_type' => 'Anda mesti memilih jenis label status yang sah',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/nl/admin/categories/message.php b/resources/lang/nl/admin/categories/message.php
index b5f24be0b..f1ef40a8b 100644
--- a/resources/lang/nl/admin/categories/message.php
+++ b/resources/lang/nl/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Categorie is niet aangepast. Probeer het opnieuw.',
- 'success' => 'Categorie is aangepast.'
+ 'success' => 'Categorie is aangepast.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/nl/admin/components/general.php b/resources/lang/nl/admin/components/general.php
index 75ee08137..4f1694ff5 100644
--- a/resources/lang/nl/admin/components/general.php
+++ b/resources/lang/nl/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Resterend',
'total' => 'Totaal',
'update' => 'Component bijwerken',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/nl/admin/custom_fields/general.php b/resources/lang/nl/admin/custom_fields/general.php
index 251ad3468..9c1b3faab 100644
--- a/resources/lang/nl/admin/custom_fields/general.php
+++ b/resources/lang/nl/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Gebruikt door modellen',
'order' => 'Bestelling',
'create_fieldset' => 'Nieuwe veldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Maak een nieuwe veldset aan',
'create_field' => 'Nieuw aangepast veld',
'create_field_title' => 'Maak een nieuw aangepast veld',
@@ -41,9 +44,9 @@ return [
'make_required' => 'Optioneel - klik om vereist te maken',
'reorder' => 'Herordenen',
'db_field' => 'DB-veld',
- 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
+ 'db_convert_warning' => 'WAARSCHUWING. Dit veld staat in de tabel met aangepaste velden als :db_column
maar moet :expected zijn.',
'is_unique' => 'Deze waarde moet uniek zijn voor alle assets',
'unique' => 'Uniek',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Laat de uitgecheckte gebruiker deze waarden zien in de weergave van toegewezen bezittingen pagina',
+ 'display_in_user_view_table' => 'Zichtbaar voor gebruiker',
];
diff --git a/resources/lang/nl/admin/custom_fields/message.php b/resources/lang/nl/admin/custom_fields/message.php
index c05e05121..64945a612 100644
--- a/resources/lang/nl/admin/custom_fields/message.php
+++ b/resources/lang/nl/admin/custom_fields/message.php
@@ -51,7 +51,7 @@ return array(
'fieldset_default_value' => array(
- 'error' => 'Error validating default fieldset values.',
+ 'error' => 'Fout bij het valideren van standaard veldset waarden.',
),
diff --git a/resources/lang/nl/admin/departments/message.php b/resources/lang/nl/admin/departments/message.php
index 87961db7b..780832f4b 100644
--- a/resources/lang/nl/admin/departments/message.php
+++ b/resources/lang/nl/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Afdeling bestaat niet.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Er bestaat al een afdeling met die naam op deze bedrijfslocatie. Of kies een meer specifieke naam voor deze afdeling. ',
'assoc_users' => 'Deze afdeling is op dit moment gekoppeld aan minstens één gebruiker en kan daardoor niet verwijderd worden. Zorg ervoor dat er geen gebruikers meer aan deze afdeling gekoppeld zijn en probeer het opnieuw. ',
'create' => array(
'error' => 'Afdeling is niet aangemaakt, probeer het nogmaals.',
diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php
index 3a9fe6a93..cef5476df 100644
--- a/resources/lang/nl/admin/hardware/form.php
+++ b/resources/lang/nl/admin/hardware/form.php
@@ -4,9 +4,9 @@ return [
'bulk_delete' => 'Bevestig bulk verwijdering van assets',
'bulk_delete_help' => 'Bekijk de assets voor bulkverwijdering hieronder. Eenmaal verwijderd, kunnen deze assets worden hersteld, maar ze zullen niet langer geassocieerd worden met gebruikers waaraan ze momenteel zijn toegewezen.',
'bulk_delete_warn' => 'Je staat op het punt om :asset_count assets te verwijderen.',
- 'bulk_update' => 'Assets in bulk bijwerken',
+ 'bulk_update' => 'Meerdere activa bijwerken',
'bulk_update_help' => 'Met dit formulier kun je meerdere assets tegelijk bijwerken. Vul alleen de velden in die je moet wijzigen. Alle lege velden blijven ongewijzigd. ',
- 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
+ 'bulk_update_warn' => 'Je staat op het punt om de eigenschappen van één bezitting te bewerken. Je staat op het punt om de eigenschappen van :asset_count bezittingen te bewerken.',
'checkedout_to' => 'Uitgecheckt aan',
'checkout_date' => 'Uitgecheckt datum',
'checkin_date' => 'Ingecheckt datum',
@@ -46,6 +46,6 @@ return [
'asset_not_deployable' => 'Deze Asset status is niet uitgeefbaar. Dit Asset kan niet uitgegeven worden.',
'asset_deployable' => 'Deze status is uitgeefbaar. Dit Asset kan uitgegeven worden.',
'processing_spinner' => 'Verwerken...',
- 'optional_infos' => 'Optional Information',
- 'order_details' => 'Order Related Information'
+ 'optional_infos' => 'Optionele informatie',
+ 'order_details' => 'Bestelling Gerelateerde Informatie'
];
diff --git a/resources/lang/nl/admin/hardware/general.php b/resources/lang/nl/admin/hardware/general.php
index ffe543e2f..99ba6483e 100644
--- a/resources/lang/nl/admin/hardware/general.php
+++ b/resources/lang/nl/admin/hardware/general.php
@@ -1,12 +1,12 @@
'Over assets',
+ 'about_assets_title' => 'Over activa',
'about_assets_text' => 'Assets zijn items die worden bijgehouden op serienummer of een tag van het product. Het zijn meestal items met een hogere waarde waarbij het identificeren van een specifiek item belangrijk is.',
'archived' => 'Gearchiveerd',
'asset' => 'Asset',
- 'bulk_checkout' => 'Asset uitchecken',
- 'bulk_checkin' => 'Assets inchecken',
+ 'bulk_checkout' => 'Activa uitgeven',
+ 'bulk_checkin' => 'Activa innemen',
'checkin' => 'Asset inchecken',
'checkout' => 'Asset uitchecken',
'clone' => 'Dupliceer Asset',
@@ -14,6 +14,8 @@ return [
'deleted' => 'Deze asset is verwijderd.',
'edit' => 'Asset bewerken',
'model_deleted' => 'Dit Assets model is verwijderd. U moet het model herstellen voordat u het Asset kunt herstellen.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Aanvraagbaar',
'requested' => 'Aangevraagd',
'not_requestable' => 'Niet aanvraagbaar',
diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php
index 27b19e78d..cf3c06f5c 100644
--- a/resources/lang/nl/admin/hardware/message.php
+++ b/resources/lang/nl/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Je bestand is geïmporteerd',
'file_delete_success' => 'Je bestand is succesvol verwijderd',
'file_delete_error' => 'Het bestand kon niet worden verwijderd',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/nl/admin/licenses/message.php b/resources/lang/nl/admin/licenses/message.php
index ee7266216..66bc29b8c 100644
--- a/resources/lang/nl/admin/licenses/message.php
+++ b/resources/lang/nl/admin/licenses/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'License does not exist or you do not have permission to view it.',
+ 'does_not_exist' => 'Licentie bestaat niet of je hebt geen toestemming om het te bekijken.',
'user_does_not_exist' => 'Gebruiker bestaat niet.',
'asset_does_not_exist' => 'Het asset dat je probeert te koppelen aan deze licentie bestaat niet.',
'owner_doesnt_match_asset' => 'Het asset dat je probeert te koppelen aan deze licentie is eigendom van iemand anders dan de persoon die is geselecteerd in de toegewezen aan de dropdown.',
diff --git a/resources/lang/nl/admin/locations/message.php b/resources/lang/nl/admin/locations/message.php
index e9e6b8281..0a0596dbd 100644
--- a/resources/lang/nl/admin/locations/message.php
+++ b/resources/lang/nl/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Deze locatie is momenteel gekoppeld met tenminste één persoon en kan hierdoor niet worden verwijderd. Update je gebruikers die niet meer bij deze locatie horen en probeer het opnieuw. ',
'assoc_assets' => 'Deze locatie is momenteel gekoppeld met tenminste één asset en kan hierdoor niet worden verwijderd. Update je assets die niet meer bij deze locatie en probeer het opnieuw. ',
'assoc_child_loc' => 'Deze locatie is momenteen de ouder van ten minste één kind locatie en kan hierdoor niet worden verwijderd. Update je locaties bij die niet meer naar deze locatie verwijzen en probeer het opnieuw. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Toegewezen activa',
+ 'current_location' => 'Huidige locatie',
'create' => array(
diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php
index 01e8639bb..59973ab94 100644
--- a/resources/lang/nl/admin/locations/table.php
+++ b/resources/lang/nl/admin/locations/table.php
@@ -3,8 +3,8 @@
return [
'about_locations_title' => 'Over locaties',
'about_locations' => 'Locaties worden gebruikt om de locatie van gebruikers, materiaal en overige items bij te houden',
- 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
- 'assets_checkedout' => 'Toegewezen assets',
+ 'assets_rtd' => 'Activa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Toegewezen activa',
'id' => 'ID',
'city' => 'Stad',
'state' => 'Staat/provincie',
@@ -23,7 +23,7 @@ return [
'user_name' => 'Gebruiksnaam',
'department' => 'Afdeling',
'location' => 'Locatie',
- 'asset_tag' => 'Assets Tag',
+ 'asset_tag' => 'Activalabel',
'asset_name' => 'Naam',
'asset_category' => 'Categorie',
'asset_manufacturer' => 'Fabrikant',
diff --git a/resources/lang/nl/admin/models/message.php b/resources/lang/nl/admin/models/message.php
index 89df31648..81c3ddefd 100644
--- a/resources/lang/nl/admin/models/message.php
+++ b/resources/lang/nl/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model bestaat niet.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Dit model is momenteel gekoppeld met één of meer assets en kan niet worden verwijderd. Verwijder de assets en probeer het opnieuw. ',
diff --git a/resources/lang/nl/admin/models/table.php b/resources/lang/nl/admin/models/table.php
index bbb11f132..e4cf9156f 100644
--- a/resources/lang/nl/admin/models/table.php
+++ b/resources/lang/nl/admin/models/table.php
@@ -7,7 +7,7 @@ return array(
'eol' => 'EOL',
'modelnumber' => 'Model Nr.',
'name' => 'Asset model naam',
- 'numassets' => 'Assets',
+ 'numassets' => 'Activa',
'title' => 'Asset modellen',
'update' => 'Wijzig asset model',
'view' => 'Bekijk asset model',
diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php
index 4cf337355..7bdb9c280 100644
--- a/resources/lang/nl/admin/settings/general.php
+++ b/resources/lang/nl/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Door dit selectievakje aan te vinken, kan een gebruiker de skin van de gebruikersinterface met een andere overschrijven.',
'asset_ids' => 'Asset IDs',
'audit_interval' => 'Interval audit',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Als je verplicht bent regelmatig fysiek je bezitting te controleren, kies dan een interval in maanden. Als je deze interval bijwerkt worden alle "volgende controle datums" aangepast.',
'audit_warning_days' => 'Audit waarschuwingsdrempel',
'audit_warning_days_help' => 'Hoeveel dagen op voorhand moeten we je waarschuwen wanneer assets gecontroleerd moeten worden?',
'auto_increment_assets' => 'Genereer automatisch verhogen van asset Id\'s',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Vierkante logo\'s zien er het beste uit - zullen worden weergegeven in de rechterbovenhoek van elk asset label. ',
'laravel' => 'Laravel Versie',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Standaard Permissies Groep',
+ 'ldap_default_group_info' => 'Selecteer een groep om toe te wijzen aan nieuwe gesynchroniseerde gebruikers. Vergeet niet dat een gebruiker de rechten van de toegekende groep aanneemt.',
+ 'no_default_group' => 'Geen Standaard Groep',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client-Side TLS-sleutel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS-certificaat',
@@ -111,7 +112,7 @@ return [
'ldap_auth_filter_query' => 'LDAP verficatie query',
'ldap_version' => 'LDAP versie',
'ldap_active_flag' => 'LDAP actief vlag',
- 'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_activated_flag_help' => 'Deze waarde word gebruikt om te bepalen of een gesynchroniseerde gebruiker kan inloggen op Snipe-IT. Het beinvloed niet de mogelijkheid om artikelen in of uit te checken voor hun, en zou de attribute name binnen je AD/LDAP moeten zijn, niet de waarde. 0 of false, word gebruiker login uitgeschakeld. Als de waarde in het AD/LDAP veld is ingesteld op 1 of true ofiets anders betekent het dat de gebruiker kan inloggen. Wanneer het veld leeg is in je AD, respecteren wij de userAccountControl attribuut, wat gebruikelijk niet opgeschorte gebruikers toestaat om in te loggen',
'ldap_emp_num' => 'LDAP personeelsnummer',
'ldap_email' => 'LDAP E-mail',
'ldap_test' => 'LDAP testen',
@@ -137,7 +138,7 @@ return [
'login_remote_user_header_name_text' => 'Aangepaste header gebruikersnaam,',
'login_remote_user_header_name_help' => 'Gebruik een specifieke header in plaats van REMOTE_USER',
'logo' => 'Logo',
- 'logo_print_assets' => 'Gebruikt bij afdrukken',
+ 'logo_print_assets' => 'Gebruiken bij afdrukken',
'logo_print_assets_help' => 'Gebruik logo op afdrukbare assetlijsten ',
'full_multiple_companies_support_help_text' => 'Beperk gebruikers (inclusief admins) die zijn toegewezen aan bedrijven tot hun bedrijfsassets.',
'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning',
@@ -178,7 +179,7 @@ return [
'saml_idp_metadata_help' => 'U kunt de IdP metadata opgeven met behulp van een URL of XML bestand.',
'saml_attr_mapping_username' => 'Attribuuttoewijzing - Gebruikersnaam',
'saml_attr_mapping_username_help' => 'Naam-Id zal worden gebruikt als attribuuttoewijzing niet gespecificeerd of ongeldig is.',
- 'saml_forcelogin_label' => 'SAML Force Login',
+ 'saml_forcelogin_label' => 'SAML Geforceerd Inloggen',
'saml_forcelogin' => 'Maak SAML de primaire login',
'saml_forcelogin_help' => 'U kunt \'/login?nosaml\' gebruiken om naar de normale inlogpagina te gaan.',
'saml_slo_label' => 'SAML enkel uitloggen',
@@ -190,7 +191,7 @@ return [
'setting' => 'Instelling',
'settings' => 'Instellingen',
'show_alerts_in_menu' => 'Waarschuwingen weergeven in hoofdmenu',
- 'show_archived_in_list' => 'Gearchiveerde Assets',
+ 'show_archived_in_list' => 'Gearchiveerde activa',
'show_archived_in_list_text' => 'Toon gearchiveerde items in de lijst "alle items"',
'show_assigned_assets' => 'Toon assets die zijn toegewezen aan assets',
'show_assigned_assets_help' => 'Geef assets weer die zijn toegewezen aan de andere assets in Bekijk Gebruiker -> Assets, Bekijk Gebruiker -> Info -> Print Alles Toegewezen en in Account -> Bekijk Toegewezen Assets.',
diff --git a/resources/lang/nl/admin/settings/message.php b/resources/lang/nl/admin/settings/message.php
index 31d344a6d..2d2b72a30 100644
--- a/resources/lang/nl/admin/settings/message.php
+++ b/resources/lang/nl/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Gelukt! Controleer de ',
'success_pt2' => ' kanaal voor je testbericht, klik op OPSLAAN om je instellingen op te slaan.',
'500' => '500 serverfout.',
- 'error' => 'Er ging iets mis.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/nl/admin/suppliers/table.php b/resources/lang/nl/admin/suppliers/table.php
index f26481e53..577812ea6 100644
--- a/resources/lang/nl/admin/suppliers/table.php
+++ b/resources/lang/nl/admin/suppliers/table.php
@@ -4,7 +4,7 @@ return array(
'about_suppliers_title' => 'Over leveranciers',
'about_suppliers_text' => 'Leveranciers worden gebruikt om de afkomst van items bij te houden',
'address' => 'Leverancier adres',
- 'assets' => 'Assets',
+ 'assets' => 'Activa',
'city' => 'Stad',
'contact' => 'Contact naam',
'country' => 'Land',
@@ -21,7 +21,7 @@ return array(
'update' => 'Wijzig leverancier',
'url' => 'URL',
'view' => 'Bekijk leverancier',
- 'view_assets_for' => 'Bekijk assets voor',
+ 'view_assets_for' => 'Activa bekijken',
'zip' => 'Postcode',
);
diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php
index b8aa79d4f..fd575cbbf 100644
--- a/resources/lang/nl/admin/users/general.php
+++ b/resources/lang/nl/admin/users/general.php
@@ -17,8 +17,8 @@ return [
'last_login' => 'Laatst aangemeld',
'ldap_config_text' => 'LDAP configuratie kan worden gevonden in Admin > Instellingen. De (optioneel) geselecteerde locatie zal voor alle geimporteerde gebruikers ingesteld worden.',
'print_assigned' => 'Print alles wat toegewezen is',
- 'email_assigned' => 'Email List of All Assigned',
- 'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'email_assigned' => 'E-maillijst met alle toegewezen artikelen',
+ 'user_notified' => 'Gebruiker is een lijst van de momenteel toegewezen artikelen gemaild.',
'software_user' => 'Software is uitgecheckt aan :name',
'send_email_help' => 'U moet een e-mailadres opgeven voor deze gebruiker om hen inloggegevens te sturen. E-mailen van inloggegevens kan alleen worden gedaan bij het maken van gebruikers. Wachtwoorden worden in eenrichtingshash opgeslagen en kunnen niet worden opgehaald zodra ze zijn opgeslagen.',
'view_user' => 'Bekijk gebruiker :name',
@@ -34,11 +34,11 @@ return [
'admin_permission_warning' => 'Alleen gebruikers met beheerdersrechten of hogere rechten mogen een gebruiker admin toegang verlenen.',
'remove_group_memberships' => 'Groep lidmaatschappen verwijderen',
'warning_deletion' => 'WAARSCHUWING:',
- 'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
- 'update_user_assets_status' => 'Update all assets for these users to this status',
+ 'warning_deletion_information' => 'U staat op het punt ALLE items in te checken van de :count gebruiker(s) hieronder vermeld. Superadmin namen worden rood gemarkeerd.',
+ 'update_user_assets_status' => 'Alle bezittingen voor deze gebruikers naar deze status bijwerken',
'checkin_user_properties' => 'Check-in alle eigendommen gekoppeld aan deze gebruikers',
'remote_label' => 'Dit is een externe gebruiker',
'remote' => 'Extern',
'remote_help' => 'Dit kan handig zijn als je moet filteren op externe gebruikers die nooit of zelden op je fysieke locatie komen.',
'not_remote_label' => 'Dit is geen externe gebruiker',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/nl/admin/users/message.php b/resources/lang/nl/admin/users/message.php
index 8d84bc63f..fc668b53b 100644
--- a/resources/lang/nl/admin/users/message.php
+++ b/resources/lang/nl/admin/users/message.php
@@ -14,8 +14,8 @@ return array(
'ldap_not_configured' => 'LDAP integratie is niet geconfigureerd voor deze installatie.',
'password_resets_sent' => 'De geselecteerde gebruikers die zijn geactiveerd en die een geldig e-mailadres hebben, hebben een wachtwoord reset link ontvangen.',
'password_reset_sent' => 'Een link om het wachtwoord te resetten is verstuurd naar :email!',
- 'user_has_no_email' => 'This user does not have an email address in their profile.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_email' => 'Deze gebruiker heeft geen e-mailadres in zijn profiel.',
+ 'user_has_no_assets_assigned' => 'Deze gebruiker heeft geen bezittingen toegewezen',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Deze gebruiker heeft geen e-mailadres ingesteld.',
+ 'success' => 'De gebruiker is op de hoogte gebracht van zijn huidige voorraad.'
)
);
\ No newline at end of file
diff --git a/resources/lang/nl/admin/users/table.php b/resources/lang/nl/admin/users/table.php
index 7f0dfbd46..343dba698 100644
--- a/resources/lang/nl/admin/users/table.php
+++ b/resources/lang/nl/admin/users/table.php
@@ -3,7 +3,7 @@
return array(
'activated' => 'Actief',
'allow' => 'Toestaan',
- 'checkedout' => 'Assets',
+ 'checkedout' => 'Activa',
'created_at' => 'Aangemaakt',
'createuser' => 'Gebruiker aanmaken',
'deny' => 'Weigeren',
diff --git a/resources/lang/nl/button.php b/resources/lang/nl/button.php
index d65ce4d26..2756069bc 100644
--- a/resources/lang/nl/button.php
+++ b/resources/lang/nl/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Acties',
'add' => 'Toevoegen',
'cancel' => 'Annuleren',
- 'checkin_and_delete' => 'Checkin All / Delete User',
+ 'checkin_and_delete' => 'Check Alles In / Verwijder Gebruiker',
'delete' => 'Verwijder',
'edit' => 'Bewerk',
'restore' => 'Herstel',
diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php
index 01abc519b..b00fb6b40 100644
--- a/resources/lang/nl/general.php
+++ b/resources/lang/nl/general.php
@@ -11,8 +11,8 @@ return [
'admin' => 'Beheerder',
'administrator' => 'Beheerder',
'add_seats' => 'Toegevoegde plekken',
- 'age' => "Age",
- 'all_assets' => 'Alle Assets',
+ 'age' => "Leeftijd",
+ 'all_assets' => 'Alle activa',
'all' => 'Alle',
'archived' => 'Gearchiveerd',
'asset_models' => 'Asset modellen',
@@ -21,12 +21,12 @@ return [
'asset_report' => 'Asset Rapport',
'asset_tag' => 'Asset Tag',
'asset_tags' => 'Asset Tags',
- 'assets_available' => 'Beschikbare assets',
- 'accept_assets' => 'Accepteer Assets :name',
- 'accept_assets_menu' => 'Accepteer assets',
+ 'assets_available' => 'Beschikbare activa',
+ 'accept_assets' => 'Accepteer activa :name',
+ 'accept_assets_menu' => 'Activa accepteren',
'audit' => 'Audit',
'audit_report' => 'Auditlogboek',
- 'assets' => 'Assets',
+ 'assets' => 'Activa',
'assigned_to' => 'Toegewezen aan :name',
'avatar_delete' => 'Verwijder profielafbeelding',
'avatar_upload' => 'Upload profielafbeelding',
@@ -38,7 +38,7 @@ return [
'bulk_edit' => 'Bulk bewerken',
'bulk_delete' => 'Bulk verwijderen',
'bulk_actions' => 'Bulk acties',
- 'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
+ 'bulk_checkin_delete' => 'Massa Registratie Artikelen van Gebruikers',
'bystatus' => 'op Status',
'cancel' => 'Annuleren',
'categories' => 'Categorieën',
@@ -66,8 +66,8 @@ return [
'create' => 'Nieuwe aanmaken',
'created' => 'Item aangemaakt',
'created_asset' => 'aangemaakt asset',
- 'created_at' => 'Created At',
- 'created_by' => 'Created By',
+ 'created_at' => 'Gemaakt op',
+ 'created_by' => 'Gemaakt door',
'record_created' => 'Record gemaakt',
'updated_at' => 'Bijgewerkt op',
'currency' => '$', // this is deprecated
@@ -97,14 +97,14 @@ return [
'download_all' => 'Alles downloaden',
'editprofile' => 'Bewerk jouw profiel',
'eol' => 'EOL',
- 'email_domain' => 'E-mail domein',
- 'email_format' => 'E-mail indeling',
+ 'email_domain' => 'E-maildomein',
+ 'email_format' => 'E-mailindeling',
'employee_number' => 'Personeelsnummer',
'email_domain_help' => 'Dit wordt gebruikt voor het genereren van e-mailadressen bij het importeren',
'error' => 'Foutmelding',
- 'exclude_archived' => 'Exclude Archived Assets',
- 'exclude_deleted' => 'Exclude Deleted Assets',
- 'example' => 'Example: ',
+ 'exclude_archived' => 'Gearchiveerde activa uitsluiten',
+ 'exclude_deleted' => 'Verwijderde activa uitsluiten',
+ 'example' => 'Voorbeeld: ',
'filastname_format' => 'Eerste Initiaal Achternaam (jsmith@example.com)',
'firstname_lastname_format' => 'Voornaam Achternaam (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Voornaam Achternaam (nomen.nescio@voorbeeld.nl)',
@@ -120,7 +120,7 @@ return [
'files' => 'Bestanden',
'file_name' => 'Bestand',
'file_type' => 'Bestandstype',
- 'filesize' => 'Bestands grootte',
+ 'filesize' => 'Bestandsgrootte',
'file_uploads' => 'Bestand uploaden',
'file_upload' => 'Bestand uploaden',
'generate' => 'Genereer',
@@ -134,7 +134,7 @@ return [
'id' => 'ID',
'image' => 'Afbeelding',
'image_delete' => 'Afbeelding verwijderen',
- 'include_deleted' => 'Include Deleted Assets',
+ 'include_deleted' => 'Verwijderde activa opnemen',
'image_upload' => 'Afbeelding uploaden',
'filetypes_accepted_help' => 'Geaccepteerde bestandstype is :types. Maximale toegestane uploadgrootte is :size.|Geaccepteerde bestandstypen zijn :types. Maximale uploadgrootte is :size.',
'filetypes_size_help' => 'Maximale toegestane uploadgrootte is :size.',
@@ -185,10 +185,10 @@ return [
'new' => 'nieuw!',
'no_depreciation' => 'Geen afschrijving',
'no_results' => 'Geen resultaten.',
- 'no' => 'Neen',
+ 'no' => 'Nee',
'notes' => 'Notities',
- 'order_number' => 'Ordernummer',
- 'only_deleted' => 'Only Deleted Assets',
+ 'order_number' => 'Bestelnummer',
+ 'only_deleted' => 'Alleen verwijderde activa',
'page_menu' => '_MENU_ items worden weergegeven',
'pagination_info' => 'Getoond _START_ tot _END_ van _TOTAL_ items',
'pending' => 'In afwachting',
@@ -214,8 +214,8 @@ return [
'requestable_models' => 'Aanvraagbare modellen',
'requested' => 'Aangevraagd',
'requested_date' => 'Aangevraagde datum',
- 'requested_assets' => 'Gevraagde Assets',
- 'requested_assets_menu' => 'Gevraagde Assets',
+ 'requested_assets' => 'Aangevraagd activa',
+ 'requested_assets_menu' => 'Aangevraagde activa',
'request_canceled' => 'Aanvraag geannuleerd',
'save' => 'Opslaan',
'select' => 'Selecteer',
@@ -239,7 +239,7 @@ return [
'sign_in' => 'Aanmelden',
'signature' => 'Handtekening',
'signed_off_by' => 'Afgetekend door',
- 'skin' => 'Skin',
+ 'skin' => 'Thema',
'slack_msg_note' => 'Er wordt een slack bericht verzonden',
'slack_test_msg' => 'Oh hai! Het lijkt erop dat uw Slack integratie met Snipe-IT werkt!',
'some_features_disabled' => 'DEMO MODUS: Sommige functies zijn uitgeschakeld voor deze installatie.',
@@ -255,7 +255,7 @@ return [
'target' => 'Doel',
'toggle_navigation' => 'Wissel navigatie',
'time_and_date_display' => 'Tijd en Datum Weergave',
- 'total_assets' => 'totaal assets',
+ 'total_assets' => 'aantal objecten',
'total_licenses' => 'totaal licenties',
'total_accessories' => 'totaal accessoires',
'total_consumables' => 'totaal verbruiksartikelen',
@@ -263,34 +263,34 @@ return [
'undeployable' => 'Niet-uitgeefbaar',
'unknown_admin' => 'Onbekende Beheerder',
'username_format' => 'Gebruikersnaam indeling',
- 'username' => 'Username',
+ 'username' => 'Gebruikersnaam',
'update' => 'Bijwerken',
'upload_filetypes_help' => 'Toegestane bestandstypen zijn png, gif, jpg, jpeg, doc, docx, pdf, xlsx, txt, lic, xml, zip, rtf en rar. Maximale toegestane uploadgrootte is :size.',
'uploaded' => 'Geupload',
'user' => 'Gebruiker',
'accepted' => 'geaccepteerd',
'declined' => 'afgewezen',
- 'unaccepted_asset_report' => 'Niet-geaccepteerde assets',
+ 'unaccepted_asset_report' => 'Niet-geaccepteerde activa',
'users' => 'Gebruikers',
'viewall' => 'Toon alles',
- 'viewassets' => 'Bekijk toegewezen assets',
- 'viewassetsfor' => 'Bekijk assets voor :name',
+ 'viewassets' => 'Toegewezen activa tonen',
+ 'viewassetsfor' => 'Activa voor :name bekijken',
'website' => 'Website',
'welcome' => 'Welkom :name',
'years' => 'jaren',
'yes' => 'Ja',
'zip' => 'Postcode',
'noimage' => 'Geen afbeelding geüpload of geen afbeelding gevonden.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Het opgevraagde bestand bestaat niet op de server.',
+ 'file_upload_success' => 'Bestand uploaden gelukt!',
+ 'no_files_uploaded' => 'Bestand uploaden gelukt!',
'token_expired' => 'Je sessie is verlopen. Probeer het nogmaals.',
'login_enabled' => 'Login ingeschakeld',
'audit_due' => 'Klaar voor audit',
'audit_overdue' => 'Over tijd voor audit',
'accept' => 'Accepteer :asset',
'i_accept' => 'Ik accepteer',
- 'i_decline' => 'Ik wijs af',
+ 'i_decline' => 'Ik ga niet akkoord',
'accept_decline' => 'Accepteren/weigeren',
'sign_tos' => 'Teken hieronder om aan te geven dat je akkoord gaat met de servicevoorwaarden:',
'clear_signature' => 'Verwijder handtekening',
@@ -337,7 +337,7 @@ return [
'invalid_category' => 'Ongeldige categorie',
'dashboard_info' => 'Dit is je dashboard. Er zijn er velen maar deze is van jou.',
'60_percent_warning' => '60% compleet (waarschuwing)',
- 'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
+ 'dashboard_empty' => 'Het lijkt erop dat je nog niets hebt toegevoegd, dus we hebben niets fantastisch om weer te geven. Begin met het toevoegen van enkele bezittingen, accessoires, verbruiksartikelen of licenties!',
'new_asset' => 'Nieuwe Asset',
'new_license' => 'Nieuwe licentie',
'new_accessory' => 'Nieuwe accessoire',
@@ -368,24 +368,24 @@ return [
'maintenance_mode' => 'De service is tijdelijk niet beschikbaar voor systeemupdates. Probeer het later nog eens.',
'maintenance_mode_title' => 'Dienst tijdelijk niet beschikbaar',
'ldap_import' => 'Het gebruikerswachtwoord mag niet worden beheerd door LDAP. (Hiermee kun je vergeten wachtwoord aanvragen verzenden.)',
- 'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
- 'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
- 'additional_files' => 'Additional Files',
- 'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.',
- 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
- 'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
- 'bulk_checkin_success' => 'The items for the selected users have been checked in.',
- 'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
- 'na_no_purchase_date' => 'N/A - No purchase date provided',
- 'assets_by_status' => 'Assets by Status',
- 'assets_by_status_type' => 'Assets by Status Type',
- 'pie_chart_type' => 'Dashboard Pie Chart Type',
- 'hello_name' => 'Hello, :name!',
- 'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
- 'start_date' => 'Start Date',
- 'end_date' => 'End Date',
- 'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
- 'placeholder_kit' => 'Select a kit'
+ 'purge_not_allowed' => 'Verwijderen van verwijderde gegevens is uitgeschakeld in het .env-bestand. Neem contact op met ondersteuning of uw systeembeheerder.',
+ 'backup_delete_not_allowed' => 'Back-ups verwijderen is uitgeschakeld in het .env-bestand. Neem contact op met ondersteuning of uw systeembeheerder.',
+ 'additional_files' => 'Extra bestanden',
+ 'shitty_browser' => 'Geen handtekening gedetecteerd. Als je een oudere browser gebruikt, gebruik dan een modernere browser om de acceptatie van je bezitting te voltooien.',
+ 'bulk_soft_delete' =>'Ook deze gebruikers zacht verwijderen. Hun bezitting geschiedenis blijft intact tenzij u verwijderde records verwijderd in de Admin Instellingen.',
+ 'bulk_checkin_delete_success' => 'Uw geselecteerde gebruikers zijn verwijderd en hun artikelen zijn ingecheckt.',
+ 'bulk_checkin_success' => 'De artikelen voor de geselecteerde gebruikers zijn ingecheckt.',
+ 'set_to_null' => 'Waarden voor deze bezittingľWaarden verwijderen voor alle :asset_count bezittingen ',
+ 'na_no_purchase_date' => 'N.v.t. - Geen aankoopdatum opgegeven',
+ 'assets_by_status' => 'Active op status',
+ 'assets_by_status_type' => 'Active op statustype',
+ 'pie_chart_type' => 'Dashboard cirkeldiagram type',
+ 'hello_name' => 'Welkom :name!',
+ 'unaccepted_profile_warning' => 'Je hebt :count artikelen die acceptatie vereisen. Klik hier om ze te accepteren of te weigeren',
+ 'start_date' => 'Begindatum',
+ 'end_date' => 'Einddatum',
+ 'alt_uploaded_image_thumbnail' => 'Upload mini-afbeelding',
+ 'placeholder_kit' => 'Selecteer een set'
diff --git a/resources/lang/nl/localizations.php b/resources/lang/nl/localizations.php
index be2c32186..f22557738 100644
--- a/resources/lang/nl/localizations.php
+++ b/resources/lang/nl/localizations.php
@@ -2,313 +2,314 @@
return [
- 'select_language' => 'Select a language',
+ 'select_language' => 'Kies een taal',
'languages' => [
- 'en'=> 'English, US',
- 'en-GB'=> 'English, UK',
+ 'en'=> 'Engels, VS',
+ 'en-GB'=> 'Engels, VK',
'af'=> 'Afrikaans',
- 'ar'=> 'Arabic',
- 'bg'=> 'Bulgarian',
- 'zh-CN'=> 'Chinese Simplified',
- 'zh-TW'=> 'Chinese Traditional',
- 'hr'=> 'Croatian',
- 'cs'=> 'Czech',
- 'da'=> 'Danish',
- 'nl'=> 'Dutch',
- 'en-ID'=> 'English, Indonesia',
- 'et'=> 'Estonian',
- 'fil'=> 'Filipino',
- 'fi'=> 'Finnish',
- 'fr'=> 'French',
- 'de'=> 'German',
- 'de-i'=> 'German (Informal)',
- 'el'=> 'Greek',
- 'he'=> 'Hebrew',
- 'hu'=> 'Hungarian',
- 'is' => 'Icelandic',
- 'id'=> 'Indonesian',
- 'ga-IE'=> 'Irish',
- 'it'=> 'Italian',
- 'ja'=> 'Japanese',
- 'ko'=> 'Korean',
- 'lv'=>'Latvian',
- 'lt'=> 'Lithuanian',
- 'mk'=> 'Macedonian',
- 'ms'=> 'Malay',
+ 'ar'=> 'Arabisch',
+ 'bg'=> 'Bulgaars',
+ 'zh-CN'=> 'Chinees, vereenvoudigd',
+ 'zh-TW'=> 'Chinese, traditioneel',
+ 'hr'=> 'Kroatisch',
+ 'cs'=> 'Tsjechisch',
+ 'da'=> 'Deens',
+ 'nl'=> 'Nederlands',
+ 'en-ID'=> 'Engels (Indonesië)',
+ 'et'=> 'Estlands',
+ 'fil'=> 'Filipijns',
+ 'fi'=> 'Fins',
+ 'fr'=> 'Frans',
+ 'de'=> 'Duits',
+ 'de-i'=> 'Duits (Informeel)',
+ 'el'=> 'Grieks',
+ 'he'=> 'Hebreeuws',
+ 'hu'=> 'Hongaars',
+ 'is' => 'IJslands',
+ 'id'=> 'Indonesisch',
+ 'ga-IE'=> 'Iers',
+ 'it'=> 'Italiaans',
+ 'ja'=> 'Japans',
+ 'ko'=> 'Koreaans',
+ 'lv'=>'Lets',
+ 'lt'=> 'Litouws',
+ 'mk'=> 'Macedonisch',
+ 'ms'=> 'Maleis',
'mi'=> 'Maori',
- 'mn'=> 'Mongolian',
- 'no'=> 'Norwegian',
- 'fa'=> 'Persian',
- 'pl'=> 'Polish',
- 'pt-PT'=> 'Portuguese',
- 'pt-BR'=> 'Portuguese, Brazilian',
- 'ro'=> 'Romanian',
- 'ru'=> 'Russian',
- 'sr-CS' => 'Serbian (Latin)',
- 'sl'=> 'Slovenian',
- 'es-ES'=> 'Spanish',
- 'es-CO'=> 'Spanish, Colombia',
- 'es-MX'=> 'Spanish, Mexico',
- 'es-VE'=> 'Spanish, Venezuela',
- 'sv-SE'=> 'Swedish',
+ 'mn'=> 'Mongools',
+ 'no'=> 'Noors',
+ 'fa'=> 'Perzisch',
+ 'pl'=> 'Pools',
+ 'pt-PT'=> 'Portugees',
+ 'pt-BR'=> 'Portugees (Braziliaans)',
+ 'ro'=> 'Roemeens',
+ 'ru'=> 'Russisch',
+ 'sr-CS' => 'Servisch (latijns)',
+ 'sl'=> 'Sloveens',
+ 'es-ES'=> 'Spaans',
+ 'es-CO'=> 'Spaans (Colombia)',
+ 'es-MX'=> 'Spaans (Mexico)',
+ 'es-VE'=> 'Spaans (Venezuela)',
+ 'sv-SE'=> 'Zweeds',
'tl'=> 'Tagalog',
'ta'=> 'Tamil',
- 'th'=> 'Thai',
- 'tr'=> 'Turkish',
- 'uk'=> 'Ukranian',
- 'vi'=> 'Vietnamese',
+ 'th'=> 'Thais',
+ 'tr'=> 'Turks',
+ 'uk'=> 'Oekraïens',
+ 'vi'=> 'Vietnamees',
'cy'=> 'Welsh',
- 'zu'=> 'Zulu',
+ 'zu'=> 'Zoeloe',
],
- 'select_country' => 'Select a country',
+ 'select_country' => 'Selecteer een land',
'countries' => [
- 'AC'=>'Ascension Island',
+ 'AC'=>'Ascensie Eiland',
'AD'=>'Andorra',
- 'AE'=>'United Arab Emirates',
+ 'AE'=>'Verenigde Arabische Emiraten',
'AF'=>'Afghanistan',
- 'AG'=>'Antigua And Barbuda',
+ 'AG'=>'Antigua en Barbuda',
'AI'=>'Anguilla',
- 'AL'=>'Albania',
- 'AM'=>'Armenia',
- 'AN'=>'Netherlands Antilles',
+ 'AL'=>'Albanië',
+ 'AM'=>'Armenië',
+ 'AN'=>'Nederlandse Antillen',
'AO'=>'Angola',
'AQ'=>'Antarctica',
- 'AR'=>'Argentina',
- 'AS'=>'American Samoa',
- 'AT'=>'Austria',
- 'AU'=>'Australia',
+ 'AR'=>'Argentinië',
+ 'AS'=>'Amerikaans-Samoa',
+ 'AT'=>'Oostenrijk',
+ 'AU'=>'Australië',
'AW'=>'Aruba',
- 'AX'=>'Ã…land',
- 'AZ'=>'Azerbaijan',
- 'BA'=>'Bosnia And Herzegovina',
+ 'AX'=>'AŞ/UZET land',
+ 'AZ'=>'Azerbeidzjan',
+ 'BA'=>'Bosnië en Herzegowina',
'BB'=>'Barbados',
- 'BE'=>'Belgium',
+ 'BE'=>'België',
'BD'=>'Bangladesh',
'BF'=>'Burkina Faso',
- 'BG'=>'Bulgaria',
- 'BH'=>'Bahrain',
- 'BI'=>'Burundi',
+ 'BG'=>'Bulgarije',
+ 'BH'=>'Bahrein',
+ 'BI'=>'Boeroendi',
'BJ'=>'Benin',
'BM'=>'Bermuda',
'BN'=>'Brunei Darussalam',
- 'BO'=>'Bolivia',
- 'BR'=>'Brazil',
- 'BS'=>'Bahamas',
+ 'BO'=>'Bolivië',
+ 'BR'=>'Brazilië',
+ 'BS'=>'Bahama’s',
'BT'=>'Bhutan',
- 'BV'=>'Bouvet Island',
+ 'BV'=>'Bouveteiland',
'BW'=>'Botswana',
- 'BY'=>'Belarus',
+ 'BY'=>'Wit-Rusland',
'BZ'=>'Belize',
'CA'=>'Canada',
- 'CC'=>'Cocos (Keeling) Islands',
- 'CD'=>'Congo (Democratic Republic)',
- 'CF'=>'Central African Republic',
- 'CG'=>'Congo (Republic)',
- 'CH'=>'Switzerland',
- 'CI'=>'Côte d\'Ivoire',
- 'CK'=>'Cook Islands',
- 'CL'=>'Chile',
- 'CM'=>'Cameroon',
- 'CN'=>'People\'s Republic of China',
+ 'CC'=>'Cocoseilanden (Keelingeilanden)',
+ 'CD'=>'Congo, Democratische Republiek',
+ 'CF'=>'Centraal-Afrikaanse Republiek',
+ 'CG'=>'Congo (Republiek)',
+ 'CH'=>'Zwitserland',
+ 'CI'=>'Ivoorkust',
+ 'CK'=>'Cook Eilanden',
+ 'CL'=>'Chili',
+ 'CM'=>'Kameroen',
+ 'CN'=>'Volksrepubliek China',
'CO'=>'Colombia',
'CR'=>'Costa Rica',
'CU'=>'Cuba',
- 'CV'=>'Cape Verde',
- 'CX'=>'Christmas Island',
+ 'CV'=>'Kaapverdië',
+ 'CX'=>'Kersteiland',
'CY'=>'Cyprus',
- 'CZ'=>'Czech Republic',
- 'DE'=>'Germany',
+ 'CZ'=>'Tsjechische Republiek',
+ 'DE'=>'Duitsland',
'DJ'=>'Djibouti',
- 'DK'=>'Denmark',
+ 'DK'=>'Denemarken',
'DM'=>'Dominica',
- 'DO'=>'Dominican Republic',
- 'DZ'=>'Algeria',
+ 'DO'=>'Dominicaanse Republiek',
+ 'DZ'=>'Algerije',
'EC'=>'Ecuador',
- 'EE'=>'Estonia',
- 'EG'=>'Egypt',
+ 'EE'=>'Estland',
+ 'EG'=>'Egypte',
'ER'=>'Eritrea',
- 'ES'=>'Spain',
- 'ET'=>'Ethiopia',
- 'EU'=>'European Union',
+ 'ES'=>'Spanje',
+ 'ET'=>'Ethiopië',
+ 'EU'=>'Europese Unie',
'FI'=>'Finland',
'FJ'=>'Fiji',
- 'FK'=>'Falkland Islands (Malvinas)',
- 'FM'=>'Micronesia, Federated States Of',
- 'FO'=>'Faroe Islands',
- 'FR'=>'France',
+ 'FK'=>'Falklandeilanden (Malvinas)',
+ 'FM'=>'Micronesië, Gefedereerde Staten van',
+ 'FO'=>'Faroe Eilanden',
+ 'FR'=>'Frankrijk',
'GA'=>'Gabon',
'GD'=>'Grenada',
- 'GE'=>'Georgia',
- 'GF'=>'French Guiana',
+ 'GE'=>'Georgië',
+ 'GF'=>'Frans-Guyana',
'GG'=>'Guernsey',
'GH'=>'Ghana',
'GI'=>'Gibraltar',
- 'GL'=>'Greenland',
+ 'GL'=>'Groenland',
'GM'=>'Gambia',
'GN'=>'Guinea',
'GP'=>'Guadeloupe',
- 'GQ'=>'Equatorial Guinea',
- 'GR'=>'Greece',
- 'GS'=>'South Georgia And The South Sandwich Islands',
+ 'GQ'=>'Equatoriaal-Guinea',
+ 'GR'=>'Griekenland',
+ 'GS'=>'Zuid-Georgia en de Zuidelijke Sandwicheilanden',
'GT'=>'Guatemala',
'GU'=>'Guam',
'GW'=>'Guinea-Bissau',
- 'GY'=>'Guyana',
+ 'GY'=>'Gyana',
'HK'=>'Hong Kong',
- 'HM'=>'Heard And Mc Donald Islands',
+ 'HM'=>'Gehoord en McDonaldeilanden',
'HN'=>'Honduras',
- 'HR'=>'Croatia (local name: Hrvatska)',
- 'HT'=>'Haiti',
- 'HU'=>'Hungary',
- 'ID'=>'Indonesia',
- 'IE'=>'Ireland',
- 'IL'=>'Israel',
- 'IM'=>'Isle of Man',
- 'IN'=>'India',
- 'IO'=>'British Indian Ocean Territory',
- 'IQ'=>'Iraq',
- 'IR'=>'Iran, Islamic Republic Of',
- 'IS'=>'Iceland',
- 'IT'=>'Italy',
+ 'HR'=>'Kroatië (lokale naam: Hrvatska)',
+ 'HT'=>'Haïti',
+ 'HU'=>'Hongarije',
+ 'ID'=>'Indonesië',
+ 'IE'=>'Ierland',
+ 'IL'=>'Israël',
+ 'IM'=>'Eiland van Man',
+ 'IN'=>'Indië',
+ 'IO'=>'Brits Indische Oceaanterritorium',
+ 'IQ'=>'Irak',
+ 'IR'=>'Iran, Islamitische Republiek Van',
+ 'IS'=>'Ijsland',
+ 'IT'=>'Italië',
'JE'=>'Jersey',
'JM'=>'Jamaica',
- 'JO'=>'Jordan',
+ 'JO'=>'Jordanië',
'JP'=>'Japan',
- 'KE'=>'Kenya',
- 'KG'=>'Kyrgyzstan',
- 'KH'=>'Cambodia',
+ 'KE'=>'Kenia',
+ 'KG'=>'Kirgizië',
+ 'KH'=>'Cambodja',
'KI'=>'Kiribati',
- 'KM'=>'Comoros',
- 'KN'=>'Saint Kitts And Nevis',
- 'KR'=>'Korea, Republic Of',
- 'KW'=>'Kuwait',
- 'KY'=>'Cayman Islands',
- 'KZ'=>'Kazakhstan',
- 'LA'=>'Lao People\'s Democratic Republic',
- 'LB'=>'Lebanon',
- 'LC'=>'Saint Lucia',
+ 'KM'=>'Comoren',
+ 'KN'=>'Saint Kitts en Nevis',
+ 'KR'=>'Zuid-Korea',
+ 'KW'=>'Koeweit',
+ 'KY'=>'Kaaiman Eilanden',
+ 'KZ'=>'Kazachstan',
+ 'LA'=>'Lao Democratische Volksrepubliek',
+ 'LB'=>'Libanon',
+ 'LC'=>'Sint-Lucia',
'LI'=>'Liechtenstein',
'LK'=>'Sri Lanka',
- 'LR'=>'Liberia',
+ 'LR'=>'Liberië',
'LS'=>'Lesotho',
- 'LT'=>'Lithuania',
- 'LU'=>'Luxembourg',
- 'LV'=>'Latvia',
- 'LY'=>'Libyan Arab Jamahiriya',
- 'MA'=>'Morocco',
+ 'LT'=>'Litouwen',
+ 'LU'=>'Luxemburg',
+ 'LV'=>'Letland',
+ 'LY'=>'Libië',
+ 'MA'=>'Marokko',
'MC'=>'Monaco',
- 'MD'=>'Moldova, Republic Of',
+ 'MD'=>'Moldavië, Republiek van',
'ME'=>'Montenegro',
'MG'=>'Madagascar',
- 'MH'=>'Marshall Islands',
- 'MK'=>'Macedonia, The Former Yugoslav Republic Of',
+ 'MH'=>'Marshall Eilanden',
+ 'MK'=>'Macedonië, De Voormalige Joegoslavische Republiek van',
'ML'=>'Mali',
'MM'=>'Myanmar',
- 'MN'=>'Mongolia',
+ 'MN'=>'Mongolië',
'MO'=>'Macau',
- 'MP'=>'Northern Mariana Islands',
+ 'MP'=>'Noordelijke Marianen eilanden',
'MQ'=>'Martinique',
- 'MR'=>'Mauritania',
+ 'MR'=>'Mauritanië',
'MS'=>'Montserrat',
'MT'=>'Malta',
'MU'=>'Mauritius',
- 'MV'=>'Maldives',
+ 'MV'=>'Malediven',
'MW'=>'Malawi',
'MX'=>'Mexico',
- 'MY'=>'Malaysia',
+ 'MY'=>'Maleisië',
'MZ'=>'Mozambique',
- 'NA'=>'Namibia',
- 'NC'=>'New Caledonia',
+ 'NA'=>'Namibië',
+ 'NC'=>'Nieuw Caledonië',
'NE'=>'Niger',
- 'NF'=>'Norfolk Island',
+ 'NF'=>'Norfolk eiland',
'NG'=>'Nigeria',
'NI'=>'Nicaragua',
- 'NL'=>'Netherlands',
- 'NO'=>'Norway',
+ 'NL'=>'Nederland',
+ 'NO'=>'Noorwegen',
'NP'=>'Nepal',
'NR'=>'Nauru',
'NU'=>'Niue',
- 'NZ'=>'New Zealand',
+ 'NZ'=>'Niew Zeeland',
'OM'=>'Oman',
'PA'=>'Panama',
'PE'=>'Peru',
- 'PF'=>'French Polynesia',
- 'PG'=>'Papua New Guinea',
- 'PH'=>'Philippines, Republic of the',
+ 'PF'=>'Frans-Polynesië',
+ 'PG'=>'Papua Nieuw-Guinea',
+ 'PH'=>'Filippijnen, Republiek van de',
'PK'=>'Pakistan',
- 'PL'=>'Poland',
- 'PM'=>'St. Pierre And Miquelon',
+ 'PL'=>'Polen',
+ 'PM'=>'Saint-Pierre en Miquelon',
'PN'=>'Pitcairn',
'PR'=>'Puerto Rico',
- 'PS'=>'Palestine',
+ 'PS'=>'Palestina',
'PT'=>'Portugal',
'PW'=>'Palau',
'PY'=>'Paraguay',
'QA'=>'Qatar',
- 'RE'=>'Reunion',
- 'RO'=>'Romania',
- 'RS'=>'Serbia',
- 'RU'=>'Russian Federation',
+ 'RE'=>'Reünie',
+ 'RO'=>'Roemenië',
+ 'RS'=>'Servië',
+ 'RU'=>'Rusland',
'RW'=>'Rwanda',
- 'SA'=>'Saudi Arabia',
- 'UK'=>'Scotland',
- 'SB'=>'Solomon Islands',
- 'SC'=>'Seychelles',
- 'SD'=>'Sudan',
- 'SE'=>'Sweden',
- 'SG'=>'Singapore',
- 'SH'=>'St. Helena',
- 'SI'=>'Slovenia',
- 'SJ'=>'Svalbard And Jan Mayen Islands',
- 'SK'=>'Slovakia (Slovak Republic)',
+ 'SA'=>'Saoedi-Arabië',
+ 'UK'=>'Schotland',
+ 'SB'=>'Solomon eilanden',
+ 'SC'=>'Seychellen',
+ 'SS'=>'South Sudan',
+ 'SD'=>'Soedan',
+ 'SE'=>'Zweden',
+ 'SG'=>'Singapour',
+ 'SH'=>'Sint-Helena',
+ 'SI'=>'Slovenië',
+ 'SJ'=>'Svalbard en Jan Mayen Eilanden',
+ 'SK'=>'Slowakije (Slovaakse Republiek)',
'SL'=>'Sierra Leone',
'SM'=>'San Marino',
'SN'=>'Senegal',
- 'SO'=>'Somalia',
+ 'SO'=>'Somalië',
'SR'=>'Suriname',
- 'ST'=>'Sao Tome And Principe',
- 'SU'=>'Soviet Union',
+ 'ST'=>'Sao Tomé en Principe',
+ 'SU'=>'Sovjet-Unie',
'SV'=>'El Salvador',
- 'SY'=>'Syrian Arab Republic',
+ 'SY'=>'Syrische Arabische Republiek',
'SZ'=>'Swaziland',
- 'TC'=>'Turks And Caicos Islands',
- 'TD'=>'Chad',
- 'TF'=>'French Southern Territories',
+ 'TC'=>'Turks- en Caicoseilanden',
+ 'TD'=>'Tsjaad',
+ 'TF'=>'Franse Zuidelijke Gebieden',
'TG'=>'Togo',
'TH'=>'Thailand',
'TJ'=>'Tajikistan',
'TK'=>'Tokelau',
- 'TI'=>'East Timor',
+ 'TI'=>'Oost-Timor',
'TM'=>'Turkmenistan',
- 'TN'=>'Tunisia',
+ 'TN'=>'Tunesië',
'TO'=>'Tonga',
- 'TP'=>'East Timor (old code)',
- 'TR'=>'Turkey',
- 'TT'=>'Trinidad And Tobago',
+ 'TP'=>'Oost-Timor (oude code)',
+ 'TR'=>'Turkije',
+ 'TT'=>'Trinidad en Tobago',
'TV'=>'Tuvalu',
'TW'=>'Taiwan',
- 'TZ'=>'Tanzania, United Republic Of',
- 'UA'=>'Ukraine',
- 'UG'=>'Uganda',
- 'UK'=>'United Kingdom',
- 'US'=>'United States',
- 'UM'=>'United States Minor Outlying Islands',
+ 'TZ'=>'Tanzania, Verenigde Republiek van',
+ 'UA'=>'Oekraïne',
+ 'UG'=>'Oeganda',
+ 'UK'=>'Verenigd Koninkrijk',
+ 'US'=>'Verenigde Staten',
+ 'UM'=>'Amerikaanse Kleinere Afgelegen Eilanden',
'UY'=>'Uruguay',
- 'UZ'=>'Uzbekistan',
- 'VA'=>'Vatican City State (Holy See)',
- 'VC'=>'Saint Vincent And The Grenadines',
+ 'UZ'=>'Oezbekistan',
+ 'VA'=>'Vaticaanstad (Heilige Zie)',
+ 'VC'=>'Saint Vincent en de Grenadines',
'VE'=>'Venezuela',
- 'VG'=>'Virgin Islands (British)',
- 'VI'=>'Virgin Islands (U.S.)',
- 'VN'=>'Viet Nam',
+ 'VG'=>'Britse Maagdeneilanden',
+ 'VI'=>'Amerikaanse Maagdeneilanden',
+ 'VN'=>'Vietnam',
'VU'=>'Vanuatu',
- 'WF'=>'Wallis And Futuna Islands',
+ 'WF'=>'Wallis en Futuna eilanden',
'WS'=>'Samoa',
- 'YE'=>'Yemen',
+ 'YE'=>'Jemen',
'YT'=>'Mayotte',
- 'ZA'=>'South Africa',
+ 'ZA'=>'Zuid-Afrika',
'ZM'=>'Zambia',
'ZW'=>'Zimbabwe',
],
diff --git a/resources/lang/nl/mail.php b/resources/lang/nl/mail.php
index 3f67140e0..c0dfff0a7 100644
--- a/resources/lang/nl/mail.php
+++ b/resources/lang/nl/mail.php
@@ -1,8 +1,8 @@
'A user has accepted an item',
- 'acceptance_asset_declined' => 'A user has declined an item',
+ 'acceptance_asset_accepted' => 'Een gebruiker heeft een artikel geaccepteerd',
+ 'acceptance_asset_declined' => 'Een gebruiker heeft een artikel geweigerd',
'a_user_canceled' => 'Een gebruiker heeft een verzoek om een item op de website geannuleerd',
'a_user_requested' => 'Een gebruiker heeft een item op de website aangevraagd',
'accessory_name' => 'Accessoire Naam:',
@@ -31,7 +31,7 @@ return [
'days' => 'Dagen',
'expecting_checkin_date' => 'Verwachte incheck datum:',
'expires' => 'Verloopt',
- 'Expiring_Assets_Report' => 'Rapportage verlopende assets.',
+ 'Expiring_Assets_Report' => 'Rapport van verlopen activa',
'Expiring_Licenses_Report' => 'Rapportage verlopende licenties.',
'hello' => 'Hallo',
'hi' => 'Hoi',
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Meld u aan op uw nieuwe Snipe-IT installatie met onderstaande inloggegevens:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Lage inventarisrapport',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Minimale hoeveelheid',
'name' => 'Naam',
'new_item_checked' => 'Een nieuw item is onder uw naam uitgecheckt, details staan hieronder.',
@@ -78,5 +79,6 @@ return [
'Expected_Checkin_Report' => 'Verwachte asset check in rapport',
'Expected_Checkin_Notification' => 'Herinnering: :name check in deadline nadert',
'Expected_Checkin_Date' => 'Een asset uitgecheckt aan jou moet worden ingecheckt op :date',
- 'your_assets' => 'Bekijk je assets',
+ 'your_assets' => 'Bekijk je activa',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php
index ae11fdaa1..720e21ad6 100644
--- a/resources/lang/nl/reminders.php
+++ b/resources/lang/nl/reminders.php
@@ -15,7 +15,7 @@ return array(
"password" => "Paswoorden moeten 6 karakters lang zijn en gelijk zijn in beide paswoordvelden.",
"user" => "Gebruikersnaam of e-mailadres is niet correct",
- "token" => 'This password reset token is invalid or expired, or does not match the username provided.',
- 'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
+ "token" => 'Dit wachtwoord-hersteltoken is ongeldig of verlopen, of komt niet overeen met de opgegeven gebruikersnaam.',
+ 'sent' => 'Als er een gebruiker met een geldig e-mailadres in ons systeem bestaat, dan is er een wachtwoordherstel-e-mail verzonden.',
);
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
index 266376505..5a0124212 100644
--- a/resources/lang/nl/validation.php
+++ b/resources/lang/nl/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute moet een bestand zijn.',
'filled' => ':attribute veld moet een waarde hebben.',
'image' => ':attribute moet een afbeelding zijn.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'De waarde voor :fieldname kan niet leeg zijn.',
'in' => 'Het geselecteerde kenmerk :attribute is ongeldig.',
'in_array' => ':attribute veld bestaat niet in :other.',
'integer' => ':attribute moet van het type integer zijn.',
'ip' => ':attribute moet een geldig IP-adres zijn.',
'ipv4' => ':attribute moet een geldig IP-adres zijn.',
'ipv6' => ':attribute moet een geldig IPv6-adres zijn.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute moet uniek zijn voor deze bedrijfslocatie',
'json' => ':attribute moet valide JSON code zijn.',
'max' => [
'numeric' => ':attribute moet groter zijn dan :max.',
@@ -93,27 +93,16 @@ return [
'url' => 'Het formaat van :attribute is ongeldig.',
'unique_undeleted' => 'De :attribute moet uniek zijn. ',
'non_circular' => ':attribute mag geen circulaire referentie aanmaken.',
- 'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
- 'letters' => 'Password must contain at least one letter.',
- 'numbers' => 'Password must contain at least one number.',
- 'case_diff' => 'Password must use mixed case.',
- 'symbols' => 'Password must contain symbols.',
+ 'disallow_same_pwd_as_user_fields' => 'Wachtwoord kan niet hetzelfde zijn als de gebruikersnaam.',
+ 'letters' => 'Wachtwoord moet ten minste één letter bevatten.',
+ 'numbers' => 'Wachtwoord moet ten minste één cijfer bevatten.',
+ 'case_diff' => 'Wachtwoord moet kleine letters en hoofdletters bevatten.',
+ 'symbols' => 'Wachtwoord moet symbolen bevatten.',
'gte' => [
'numeric' => 'Waarde mag niet negatief zijn'
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Je huidige wachtwoord is incorrect',
'dumbpwd' => 'Dat wachtwoord is te veelvoorkomend.',
'statuslabel_type' => 'Selecteer een valide status label',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/no/admin/categories/message.php b/resources/lang/no/admin/categories/message.php
index 06e38e530..ae2b70a82 100644
--- a/resources/lang/no/admin/categories/message.php
+++ b/resources/lang/no/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorien ble ikke opprettet, vennligst prøv igjen',
- 'success' => 'Kategorien ble oppdatert.'
+ 'success' => 'Kategorien ble oppdatert.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/no/admin/components/general.php b/resources/lang/no/admin/components/general.php
index d49358e40..fcf9946b4 100644
--- a/resources/lang/no/admin/components/general.php
+++ b/resources/lang/no/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Gjenstår',
'total' => 'Total',
'update' => 'Oppdater komponent',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/no/admin/custom_fields/general.php b/resources/lang/no/admin/custom_fields/general.php
index 4072f0559..0a429680e 100644
--- a/resources/lang/no/admin/custom_fields/general.php
+++ b/resources/lang/no/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Brukes av modeller',
'order' => 'Bestill',
'create_fieldset' => 'Nytt Feltsett',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Opprett et nytt feltsett',
'create_field' => 'Nytt Egendefinert Felt',
'create_field_title' => 'Opprett nytt egendefinert felt',
diff --git a/resources/lang/no/admin/hardware/general.php b/resources/lang/no/admin/hardware/general.php
index 4914d52ae..2bf2096a7 100644
--- a/resources/lang/no/admin/hardware/general.php
+++ b/resources/lang/no/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Denne eiendelen har blitt slettet.',
'edit' => 'Rediger eiendel',
'model_deleted' => 'Denne eiendelsmodellen er slettet. Du må gjenopprette modellen før du kan gjenopprette eiendelen.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Forespørrbar',
'requested' => 'Forespurt',
'not_requestable' => 'Ikke mulig å spørre etter',
diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php
index c8ecde79d..d7fcf3821 100644
--- a/resources/lang/no/admin/hardware/message.php
+++ b/resources/lang/no/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Filen har blitt importert',
'file_delete_success' => 'Filen har blitt slettet',
'file_delete_error' => 'Filen kunne ikke bli slettet',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/no/admin/models/message.php b/resources/lang/no/admin/models/message.php
index e4dcacfb4..ce4275ad3 100644
--- a/resources/lang/no/admin/models/message.php
+++ b/resources/lang/no/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modell eksisterer ikke.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Denne modellen er tilknyttet en eller flere eiendeler og kan ikke slettes. Slett eiendelene, og prøv å slette modellen igjen. ',
diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php
index 32708228d..2516e4998 100644
--- a/resources/lang/no/admin/settings/general.php
+++ b/resources/lang/no/admin/settings/general.php
@@ -78,6 +78,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP-klient TLS-nøkkel',
'ldap_client_tls_cert' => 'LDAP TLS klient-sertifikat',
diff --git a/resources/lang/no/admin/settings/message.php b/resources/lang/no/admin/settings/message.php
index 3cae0f7a0..51552d820 100644
--- a/resources/lang/no/admin/settings/message.php
+++ b/resources/lang/no/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Suksess! Se etter meldingen i kanalen ',
'success_pt2' => ' , og sørg for å klikke på LAGRE nedenfor for å lagre innstillingene.',
'500' => '500 Tjenerfeil.',
- 'error' => 'Noe gikk galt.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php
index ef0955b90..fdca32631 100644
--- a/resources/lang/no/admin/users/general.php
+++ b/resources/lang/no/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/no/localizations.php b/resources/lang/no/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/no/localizations.php
+++ b/resources/lang/no/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/no/mail.php b/resources/lang/no/mail.php
index 2ddf0e2e5..2d5add225 100644
--- a/resources/lang/no/mail.php
+++ b/resources/lang/no/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Logg inn på din nye Snipe-IT-installasjon ved å bruke kontoen nedenfor:',
'login' => 'Logg inn:',
'Low_Inventory_Report' => 'Rapport lav lagerbeholdning',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min. antall',
'name' => 'Navn',
'new_item_checked' => 'En ny enhet har blitt sjekket ut under ditt navn, detaljer nedenfor.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Påminnelse: Innsjekkingsfrist for :name nærmer seg',
'Expected_Checkin_Date' => 'En enhet som er sjekket ut til deg skal leveres tilbake den :date',
'your_assets' => 'Vis dine eiendeler',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php
index 9993ae483..32813ea02 100644
--- a/resources/lang/no/validation.php
+++ b/resources/lang/no/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Gjeldende passord er feil',
'dumbpwd' => 'Passordet er for vanlig.',
'statuslabel_type' => 'Du må velge en gyldig statusetikett-type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/pl/admin/asset_maintenances/general.php b/resources/lang/pl/admin/asset_maintenances/general.php
index 9eca9f8b9..a4a28f7a3 100644
--- a/resources/lang/pl/admin/asset_maintenances/general.php
+++ b/resources/lang/pl/admin/asset_maintenances/general.php
@@ -12,5 +12,5 @@
'software_support' => 'Wsparcie oprogramowania',
'hardware_support' => 'Wsparcie sprzętowe',
'configuration_change' => 'Zmiana konfiguracji',
- 'pat_test' => 'PAT Test',
+ 'pat_test' => 'Pomiary przenośnych urządzeń elektrycznych',
];
diff --git a/resources/lang/pl/admin/categories/message.php b/resources/lang/pl/admin/categories/message.php
index dcfc78652..4a0084f53 100644
--- a/resources/lang/pl/admin/categories/message.php
+++ b/resources/lang/pl/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategoria nie została zaktualizowana, spróbuj ponownie',
- 'success' => 'Kategoria zaktualizowana.'
+ 'success' => 'Kategoria zaktualizowana.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/pl/admin/components/general.php b/resources/lang/pl/admin/components/general.php
index fc0878cb4..5b9bd257c 100644
--- a/resources/lang/pl/admin/components/general.php
+++ b/resources/lang/pl/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Pozostało',
'total' => 'Suma',
'update' => 'Aktualizacja składnika',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/pl/admin/custom_fields/general.php b/resources/lang/pl/admin/custom_fields/general.php
index 622420630..55a3814f9 100644
--- a/resources/lang/pl/admin/custom_fields/general.php
+++ b/resources/lang/pl/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Używane przez modele',
'order' => 'Kolejność',
'create_fieldset' => 'Nowy zestaw pól',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Utwórz nową listę',
'create_field' => 'Nowe pole niestandardowe',
'create_field_title' => 'Utwórz pole niestandardowe',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
'is_unique' => 'Ta wartość musi być unikalna dla wszystkich aktywów',
'unique' => 'Unikalny',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Zezwalaj zaznaczonemu użytkownikowi na wyświetlanie tych wartości na stronie Widok Przypisanych Zasobów',
+ 'display_in_user_view_table' => 'Widoczne dla użytkownika',
];
diff --git a/resources/lang/pl/admin/departments/message.php b/resources/lang/pl/admin/departments/message.php
index 07de1a207..56fd1eebb 100644
--- a/resources/lang/pl/admin/departments/message.php
+++ b/resources/lang/pl/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Wydział nie istnieje.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'W tej lokalizacji firmy istnieje już dział o tej nazwie. Możesz też wybrać bardziej szczegółową nazwę dla tego działu. ',
'assoc_users' => 'Ten wydział obecnie jest skojarzony z co najmniej jednym użytkownikiem i nie może zostać usunięty. Uaktualnij użytkowników tak, aby nie było relacji z tym wydziałem i spróbuj ponownie. ',
'create' => array(
'error' => 'Wydział nie został utworzony. Spróbuj ponownie.',
diff --git a/resources/lang/pl/admin/hardware/general.php b/resources/lang/pl/admin/hardware/general.php
index 747e6e5d1..233451083 100644
--- a/resources/lang/pl/admin/hardware/general.php
+++ b/resources/lang/pl/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Ten zasób został usunięty.',
'edit' => 'Edytuj zasób',
'model_deleted' => 'Ten model zasobów został usunięty. Musisz przywrócić model zanim będziesz mógł przywrócić zasób.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Żądane',
'requested' => 'Zamówione',
'not_requestable' => 'Not Requestable',
@@ -32,8 +34,8 @@ return [
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
',
- 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format',
- 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format',
+ 'csv_import_match_f-l' => 'Spróbuj dopasować użytkowników przez imię.nazwisko (jan.kowalski)',
+ 'csv_import_match_initial_last' => 'Spróbuj dopasować użytkowników przez pierwszą literę imienia i nazwisko (jkowalski)',
'csv_import_match_first' => 'Try to match users by first name (jane) format',
'csv_import_match_email' => 'Spróbuj dopasować użytkowników po adresie e-mail',
'csv_import_match_username' => 'Spróbuj dopasować użytkowników po nazwie użytkownika',
diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php
index 43a307aa3..5a115833e 100644
--- a/resources/lang/pl/admin/hardware/message.php
+++ b/resources/lang/pl/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Twój plik został zaimportowany',
'file_delete_success' => 'Twój plik został poprawnie usunięty',
'file_delete_error' => 'Plik nie może zostać usunięty',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/pl/admin/locations/message.php b/resources/lang/pl/admin/locations/message.php
index df1be89e8..8d5f05098 100644
--- a/resources/lang/pl/admin/locations/message.php
+++ b/resources/lang/pl/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Lokalizacja obecnie jest skojarzona z minimum jednym użytkownikiem i nie może zostać usunięta. Uaktualnij właściwości użytkownika tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ',
'assoc_assets' => 'Lokalizacja obecnie jest skojarzona z minimum jednym aktywem i nie może zostać usunięta. Uaktualnij właściwości aktywów tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ',
'assoc_child_loc' => 'Lokalizacja obecnie jest rodzicem minimum jeden innej lokalizacji i nie może zostać usunięta. Uaktualnij właściwości lokalizacji tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Przypisane aktywa',
+ 'current_location' => 'Bieżąca lokalizacja',
'create' => array(
diff --git a/resources/lang/pl/admin/locations/table.php b/resources/lang/pl/admin/locations/table.php
index cd1f3cab5..31966bb43 100644
--- a/resources/lang/pl/admin/locations/table.php
+++ b/resources/lang/pl/admin/locations/table.php
@@ -30,7 +30,7 @@ return [
'asset_model' => 'Model',
'asset_serial' => 'Nr seryjny',
'asset_location' => 'Lokalizacja',
- 'asset_checked_out' => 'Checked Out',
+ 'asset_checked_out' => 'Wydane',
'asset_expected_checkin' => 'Przewidywana data zwrotu',
'date' => 'Data:',
'signed_by_asset_auditor' => 'Podpisane przez (Audytor aktywów):',
diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php
index 368fc4915..477a1256a 100644
--- a/resources/lang/pl/admin/models/message.php
+++ b/resources/lang/pl/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model nie istnieje.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ten model jest przypisany do minim jednego aktywa i nie może być usunięty. Proszę usunąć aktywa, a następnie spróbować ponownie. ',
diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php
index ee8234f4e..1efe681b1 100644
--- a/resources/lang/pl/admin/settings/general.php
+++ b/resources/lang/pl/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Zaznaczenie tego pola pozwoli użytkownikowi zastąpić skórkę interfejsu użytkownika na inną.',
'asset_ids' => 'ID Aktywa',
'audit_interval' => 'Interwał audytu',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Jeśli jesteś zobowiązany do regularnego fizycznego audytu swoich aktywów, wprowadź interwał w miesiącach, który stosujesz. Jeśli zaktualizujesz tę wartość, wszystkie "daty następnego audytu" dla aktywów z nadchodzącą datą audytu zostaną zaktualizowane.',
'audit_warning_days' => 'Próg ostrzegania przed audytem',
'audit_warning_days_help' => 'Ile dni wcześniej powinniśmy ostrzec Cię, gdy majątek ma zostać poddany audytowi?',
'auto_increment_assets' => 'Generuj automatycznie zwiększanjące się tagi zasobów',
@@ -57,7 +57,7 @@ return [
'barcode_type' => 'Kod kreskowy typu 2D',
'alt_barcode_type' => 'Kod kreskowy typu 1D',
'email_logo_size' => 'Kwadratowe logo wygląda najlepiej w wiadomościach e-mail. ',
- 'enabled' => 'Enabled',
+ 'enabled' => 'Włączone',
'eula_settings' => 'Ustawienia Licencji',
'eula_markdown' => 'Ta licencja zezwala na Github flavored markdown.',
'favicon' => 'Ikona ulubionych',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Najlepiej wygląda logo kwadratowe - będzie wyświetlane w prawym górnym rogu każdej etykiety aktywów. ',
'laravel' => 'Wersja Laravel',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Domyślną Grupa Uprawnień',
+ 'ldap_default_group_info' => 'Wybierz grupę, którą chcesz przypisać do nowo zsynchronizowanych użytkowników. Pamiętaj, że użytkownik przejmuje uprawnienia grupy, do której został przypisany.',
+ 'no_default_group' => 'Brak Grupy Domyślnej',
'ldap_help' => 'Usługa katalogowa Active Directory',
'ldap_client_tls_key' => 'Klucz TLS klienta LDAP',
'ldap_client_tls_cert' => 'Ceryfikat TLS klienta LDAP',
@@ -111,7 +112,7 @@ return [
'ldap_auth_filter_query' => 'Autoryzacja LDAP',
'ldap_version' => 'Wersja LDAP',
'ldap_active_flag' => 'Aktywna flaga LDAP',
- 'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_activated_flag_help' => 'Ta wartość służy do określenia, czy zsynchronizowany użytkownik może zalogować się do Snipe-IT. Nie wpływa na możliwość zaewidencjonowania lub wyewidencjonowania elementów i powinna być nazwą atrybutu w AD/LDAP, nie wartością >.
Jeśli to pole jest ustawione na nazwę pola, która nie istnieje w twoim AD/LDAP lub wartość w polu AD/LDAP jest ustawiona na 0
lub false
, logowanie użytkownika zostanie wyłączone. Ustawienie wartości w polu AD/LDAP na 1
lub true
lub dowolny inny tekst oznacza, że użytkownik może się zalogować. Gdy pole jest pusta w AD, szanujemy atrybut userAccountControl
, który zwykle umożliwia logowanie niezawieszonym użytkownikom.',
'ldap_emp_num' => 'Nr pracownika LDAP',
'ldap_email' => 'E-mail pracownika LDAP',
'ldap_test' => 'Test LDAP',
@@ -283,12 +284,12 @@ return [
'barcodes' => 'Kody kreskowe',
'barcodes_help_overview' => 'Kod kreskowy & Ustawienia QR',
'barcodes_help' => 'Spowoduje to próbę usunięcia kodów kreskowych z pamięci podręcznej. Jest to zwykle używane tylko wtedy, gdy zmieniły się ustawienia kodu kreskowego lub jeśli zmienił się adres URL Snipe-IT. Kody kreskowe zostaną wygenerowane ponownie przy następnym dostępie.',
- 'barcodes_spinner' => 'Attempting to delete files...',
+ 'barcodes_spinner' => 'Próba usunięcia plików...',
'barcode_delete_cache' => 'Usuń pamięć podręczną kodu kreskowego',
'branding_title' => 'Aktualizuj ustawienia wyglądu',
'general_title' => 'Aktualizuj ustawienia ogólne',
'mail_test' => 'Wyślij wiadomość testową',
- 'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
+ 'mail_test_help' => 'Spowoduje to próbę wysłania wiadomości testowej do :replyto.',
'filter_by_keyword' => 'Filter by setting keyword',
'security' => 'Bezpieczeństwo',
'security_title' => 'Aktualizuj ustawienia zabezpieczeń',
diff --git a/resources/lang/pl/admin/settings/message.php b/resources/lang/pl/admin/settings/message.php
index d9950da4c..5ffdcb547 100644
--- a/resources/lang/pl/admin/settings/message.php
+++ b/resources/lang/pl/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Sukces! Sprawdź ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => 'Błąd 500 serwera.',
- 'error' => 'Coś poszło nie tak.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/pl/admin/statuslabels/message.php b/resources/lang/pl/admin/statuslabels/message.php
index 832ce037f..44e54c4dc 100644
--- a/resources/lang/pl/admin/statuslabels/message.php
+++ b/resources/lang/pl/admin/statuslabels/message.php
@@ -23,7 +23,7 @@ return [
'help' => [
'undeployable' => 'Te aktywa nie mogą być przypisane do nikogo.',
- 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'deployable' => 'Te aktywa można sprawdzić. Gdy zostaną przypisane, przyjmą stan meta w postaci Deployed.',
'archived' => 'Te zasoby nie mogą zostać sprawdzone i będą wyświetlane tylko w Archiwizowanym widoku. Jest to użyteczne przy przechowywaniu informacji o zasobach w celach budżetowych / historycznych, ale nie na bieżąco z listy aktywów.',
'pending' => 'Te aktywa nie mogą być jeszcze przydzielone nikomu, często używane do przedmiotów przeznaczonych do naprawy, ale oczekują, że powrócą do obiegu.',
],
diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php
index c4439aece..6b03c0a33 100644
--- a/resources/lang/pl/admin/users/general.php
+++ b/resources/lang/pl/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Zdalny',
'remote_help' => 'Może być przydatne, jeśli chciałbyś filtrować po użytkownikach zdalnych, którzy nigdy lub rzadko są fizycznie w twojej lokalizacji.',
'not_remote_label' => 'To nie jest zdalny użytkownik',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/pl/admin/users/message.php b/resources/lang/pl/admin/users/message.php
index 345b3c3d8..df526642e 100644
--- a/resources/lang/pl/admin/users/message.php
+++ b/resources/lang/pl/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'Wybrani użytkownicy, którzy są aktywni i mają prawidłowe adresy e-mail, otrzymali link do resetowania hasła.',
'password_reset_sent' => 'Link umożliwiający zresetowanie hasła został wysłany na :email!',
'user_has_no_email' => 'Ten użytkownik nie ma adresu e-mail w swoim profilu.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Ten użytkownik nie ma żadnych przypisanych aktywów',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Ten użytkownik nie ma ustawionego adresu e-mail.',
+ 'success' => 'Użytkownik został powiadomiony o swoich aktualnych zasobach.'
)
);
\ No newline at end of file
diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php
index 5cf5a3f1b..db4c6e26b 100644
--- a/resources/lang/pl/general.php
+++ b/resources/lang/pl/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Admin',
'administrator' => 'Administrator',
'add_seats' => 'Dodano miejsca',
- 'age' => "Age",
+ 'age' => "Wiek",
'all_assets' => 'Wszystkie aktywa',
'all' => 'Wszystko',
'archived' => 'Archiwum',
@@ -22,7 +22,7 @@ return [
'asset_tag' => 'Krótka nazwa',
'asset_tags' => 'Tagi zasobu',
'assets_available' => 'Dostępne zasoby',
- 'accept_assets' => 'Accept Assets :name',
+ 'accept_assets' => 'Akceptuje zasoby',
'accept_assets_menu' => 'Zaakceptuj zasoby',
'audit' => 'Audyt',
'audit_report' => 'Dziennik zdarzeń',
@@ -173,7 +173,7 @@ return [
'manufacturers' => 'Producenci',
'markdown' => 'To pole pozwala na użycie GFM (Github flavored markdown).',
'min_amt' => 'Minimalna ilość',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.',
+ 'min_amt_help' => 'Minimalna liczba elementów, które powinny być dostępne przed wyzwoleniem alertu. Pozostaw Min. Ilość pusta, jeśli nie chcesz otrzymywać powiadomień o niskim ekwipunku.',
'model_no' => 'Model nr.',
'months' => 'miesięcy',
'moreinfo' => 'Więcej informacji',
@@ -281,9 +281,9 @@ return [
'yes' => 'Tak',
'zip' => 'Kod pocztowy',
'noimage' => 'Brak obrazu lub obraz nieodnaleziony.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Żądany plik nie istnieje na serwerze.',
+ 'file_upload_success' => 'Przesyłanie pliku powiodło się!',
+ 'no_files_uploaded' => 'Przesyłanie pliku powiodło się!',
'token_expired' => 'Czas trwania sesji upłynął. Spróbuj ponownie.',
'login_enabled' => 'Logowanie włączone',
'audit_due' => 'Termin przeprowadzenia audytu',
@@ -363,23 +363,23 @@ return [
'accessory_name' => 'Nazwa akcesorium:',
'clone_item' => 'Klonuj obiekt',
'checkout_tooltip' => 'Check this item out',
- 'checkin_tooltip' => 'Check this item in',
- 'checkout_user_tooltip' => 'Check this item out to a user',
+ 'checkin_tooltip' => 'Sprawdź ten element w',
+ 'checkout_user_tooltip' => 'Sprawdź ten element do użytkownika',
'maintenance_mode' => 'Usługa jest tymczasowo niedostępna z powodu aktualizacji systemu. Sprawdź ponownie później.',
'maintenance_mode_title' => 'System tymczasowo niedostępny',
'ldap_import' => 'Hasło użytkownika nie powinno być zarządzane przez LDAP. (Pozwala to wysyłać prośbę o zresetowanie zapomnianego hasła)',
'purge_not_allowed' => 'Usuwanie usuniętych danych zostało wyłączone w pliku .env. Skontaktuj się z pomocą techniczną lub administratorem systemu.',
'backup_delete_not_allowed' => 'Usuwanie kopii zapasowych zostało wyłączone w pliku .env. Skontaktuj się z pomocą techniczną lub administratorem systemu.',
'additional_files' => 'Dodatkowe pliki',
- 'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.',
- 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
+ 'shitty_browser' => 'Nie wykryto podpisu. Jeśli używasz starszej przeglądarki, użyj bardziej nowoczesnej przeglądarki, aby dokończyć akceptację aktywów.',
+ 'bulk_soft_delete' =>'Również miękkie usuwanie tych użytkowników. Ich historia zasobów pozostanie nieuszkodzona/dopóki nie usuniesz usuniętych rekordów w ustawieniach administratora.',
'bulk_checkin_delete_success' => 'Wybrani użytkownicy zostali usunięci i ich zasoby zostały odebrane.',
'bulk_checkin_success' => 'Elementy dla wybranych użytkowników zostały odebrane.',
'set_to_null' => 'Usuń wartości dla tego zasobu|Usuń wartości dla wszystkich :asset_count aktywów ',
'na_no_purchase_date' => 'N/A - Nie podano daty zakupu',
'assets_by_status' => 'Zasoby wg statusu',
'assets_by_status_type' => 'Zasoby według typu statusu',
- 'pie_chart_type' => 'Dashboard Pie Chart Type',
+ 'pie_chart_type' => 'Typ wykresu Pie Dashboard',
'hello_name' => 'Witaj, :name!',
'unaccepted_profile_warning' => 'Masz :count elementów wymagających akceptacji. Kliknij tutaj, aby je zaakceptować lub odrzucić',
'start_date' => 'Data rozpoczęcia',
diff --git a/resources/lang/pl/localizations.php b/resources/lang/pl/localizations.php
index d6c20046b..2408ccbdd 100644
--- a/resources/lang/pl/localizations.php
+++ b/resources/lang/pl/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Szkocja',
'SB'=>'Wyspy Salomona',
'SC'=>'Seszele',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Szwecja',
'SG'=>'Singapur',
diff --git a/resources/lang/pl/mail.php b/resources/lang/pl/mail.php
index 85bdee8ec..b8efc8e10 100644
--- a/resources/lang/pl/mail.php
+++ b/resources/lang/pl/mail.php
@@ -1,7 +1,7 @@
'A user has accepted an item',
+ 'acceptance_asset_accepted' => 'Użytkownik zaakceptował zasób',
'acceptance_asset_declined' => 'Użytkownik odrzucił zasób',
'a_user_canceled' => 'Użytkownik anulował zapotrzebowanie na sprzęt na stronie www',
'a_user_requested' => 'Użytkownik zamówił pozycję na stronie internetowej',
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Zaloguj się do aplikacji Snipe-IT przy użyciu poniższych poświadczeń:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Raport niskiego stanu zasobów',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min. ilość',
'name' => 'Nazwa',
'new_item_checked' => 'Nowy przedmiot przypisany do Ciebie został zwrócony, szczegóły poniżej.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Przypomnienie: :name sprawdza termin zbliżający się',
'Expected_Checkin_Date' => 'Zasób przypisany Tobie ma być zwrócony w dniu :date',
'your_assets' => 'Zobacz swój sprzęt',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php
index 4556b6525..6b4e08dc2 100644
--- a/resources/lang/pl/validation.php
+++ b/resources/lang/pl/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute musi być plikiem.',
'filled' => 'Pole :attribute musi posiadać wartość.',
'image' => ':attribute musi być obrazkiem.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Wartość dla :fieldname nie może być pusta.',
'in' => 'Wybrane :attribute jest niewłaściwe.',
'in_array' => 'Pole: attribute nie istnieje w: other.',
'integer' => ':attribute must musi być liczbą całkowitą.',
'ip' => ':attribute musi być poprawnym adresem IP.',
'ipv4' => 'Atrybut: musi być prawidłowym adresem IPv4.',
'ipv6' => 'Atrybut: musi być prawidłowym adresem IPv6.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute musi być unikatowy dla tej firmy',
'json' => 'Atrybut: musi być prawidłowym ciągiem JSON.',
'max' => [
'numeric' => ':attribute nie może być większy niż :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Twoje bieżące hasło jest niepoprawne',
'dumbpwd' => 'To hasło jest zbyt powszechne.',
'statuslabel_type' => 'Musisz wybrać odpowiedni typ etykiety statusu',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/message.php b/resources/lang/pt-BR/admin/asset_maintenances/message.php
index 25b961c7a..81c429e8e 100644
--- a/resources/lang/pt-BR/admin/asset_maintenances/message.php
+++ b/resources/lang/pt-BR/admin/asset_maintenances/message.php
@@ -3,19 +3,19 @@
return [
'not_found' => 'Manutenção do Ativo que você esta procurando não foi encontrada!',
'delete' => [
- 'confirm' => 'Você deseja apagar esta manutenção do ativo?',
- 'error' => 'Existe um problema para apagar essa manutenção deste ativo. Por favor tente novamente.',
- 'success' => 'A manutenção do ativo foi apagada com sucesso.',
+ 'confirm' => 'Tem certeza que deseja excluir esta manutenção do ativo?',
+ 'error' => 'Houve um problema ao excluir a manutenção do ativo. Por favor, tente novamente.',
+ 'success' => 'A manutenção do ativo foi excluída com sucesso.',
],
'create' => [
- 'error' => 'Não foi criada a Manutenção do Ativo, por favor tente novamente.',
+ 'error' => 'A Manutenção de Ativo não foi criada, por favor tente novamente.',
'success' => 'Manutenção do ativo criada com sucesso.',
],
'edit' => [
'error' => 'Manutenção de ativos não foi alterada, por favor tente novamente.',
'success' => 'Manutenção de ativo alterada com sucesso.',
],
- 'asset_maintenance_incomplete' => 'Não foi Completada Ainda',
+ 'asset_maintenance_incomplete' => 'Ainda não concluído',
'warranty' => 'Garantia',
'not_warranty' => 'Sem Garantia',
];
diff --git a/resources/lang/pt-BR/admin/categories/message.php b/resources/lang/pt-BR/admin/categories/message.php
index 88740d4e3..16e2d7a22 100644
--- a/resources/lang/pt-BR/admin/categories/message.php
+++ b/resources/lang/pt-BR/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'A categoria não foi atualizada, tente novamente',
- 'success' => 'Categoria atualizada com sucesso.'
+ 'success' => 'Categoria atualizada com sucesso.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/pt-BR/admin/components/general.php b/resources/lang/pt-BR/admin/components/general.php
index 09d1cc475..be71bc0b2 100644
--- a/resources/lang/pt-BR/admin/components/general.php
+++ b/resources/lang/pt-BR/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restante',
'total' => 'Total',
'update' => 'Atualizar componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php
index df29019a8..b854a0635 100644
--- a/resources/lang/pt-BR/admin/custom_fields/general.php
+++ b/resources/lang/pt-BR/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Usado por modelos',
'order' => 'Ordem',
'create_fieldset' => 'Novo conjunto de campos',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Criar um novo conjunto de campos',
'create_field' => 'Novo conjunto de campos personalizado',
'create_field_title' => 'Criar um novo campo personalizado',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'AVISO. Este campo está na tabela de campos personalizados como :db_column
mas deve ser :expected
.',
'is_unique' => 'Este valor deve ser único em todos os arquivos',
'unique' => 'Único',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Permitir que o usuário selecionado veja estes valores em sua página de Ativos Atribuídos',
+ 'display_in_user_view_table' => 'Visível para o Usuário',
];
diff --git a/resources/lang/pt-BR/admin/departments/message.php b/resources/lang/pt-BR/admin/departments/message.php
index 86e74eb81..596ad9def 100644
--- a/resources/lang/pt-BR/admin/departments/message.php
+++ b/resources/lang/pt-BR/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Departamento não existe.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Já existe um departamento com esse nome neste local da empresa. Ou escolha um nome mais específico para este departamento. ',
'assoc_users' => 'Este departamento esta atualmente associado a pelo menos um usuário e não pode ser deletado. Por favor atualize seus usuários para não fazer mais referência a este departamento e tente novamente. ',
'create' => array(
'error' => 'O departamento não foi criado, por favor tente novamente.',
diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php
index 0cbb10477..a9fc397e2 100644
--- a/resources/lang/pt-BR/admin/hardware/general.php
+++ b/resources/lang/pt-BR/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este modelo foi excluído.',
'edit' => 'Editar Ativo',
'model_deleted' => 'Este modelo de Ativos foi excluído. Você deve restaurar o modelo antes de restaurar o Ativo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Solicitável',
'requested' => 'Solicitado',
'not_requestable' => 'Não solicitável',
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index 28cc28adc..8429d21fc 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'O seu arquivo foi importado',
'file_delete_success' => 'O arquivo foi excluído com sucesso',
'file_delete_error' => 'Não foi possível excluir o arquivo',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/pt-BR/admin/locations/message.php b/resources/lang/pt-BR/admin/locations/message.php
index 3da225594..45c08a289 100644
--- a/resources/lang/pt-BR/admin/locations/message.php
+++ b/resources/lang/pt-BR/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Este local está no momento associado com pelo menos um usuário e não pode ser excluído. Atualize seus usuários para não referenciarem mais este local e tente novamente. ',
'assoc_assets' => 'Este local esta atualmente associado a pelo menos um ativo e não pode ser deletado. Por favor atualize seu ativo para não fazer mais referência a este local e tente novamente. ',
'assoc_child_loc' => 'Este local é atualmente o principal de pelo menos local secundário e não pode ser deletado. Por favor atualize seus locais para não fazer mais referência a este local e tente novamente. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Ativos atribuídos',
+ 'current_location' => 'Localização Atual',
'create' => array(
diff --git a/resources/lang/pt-BR/admin/models/message.php b/resources/lang/pt-BR/admin/models/message.php
index 42daec19b..60241b77b 100644
--- a/resources/lang/pt-BR/admin/models/message.php
+++ b/resources/lang/pt-BR/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'O modelo não existe.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está no momento associado com um ou mais ativos e não pode ser excluído. Exclua os ativos e então tente excluir novamente. ',
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index 1345a186b..cba0a695d 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Marcando essa caixa, permitirá que usuário substitua a interface por outra diferente.',
'asset_ids' => 'ID do ativo',
'audit_interval' => 'Intervalo de auditoria',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Se você for obrigado a auditar fisicamente seus ativos, insira o intervalo em meses que você usa. Se você atualizar este valor, todas as "próximas datas de auditoria" para os ativos com uma data de auditoria futura serão atualizadas.',
'audit_warning_days' => 'Limiar de aviso de auditoria',
'audit_warning_days_help' => 'Com quantos dias de antecedência deseja ser avisado sobre a verificação de seus ativos?',
'auto_increment_assets' => 'Gerar auto insercao de etiquetas de ativos',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Logos quadrados são melhores - eles serão exibidos no topo à direita de cada etiqueta de ativo. ',
'laravel' => 'Versão do Laravel',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Grupo de Permissões Padrão',
+ 'ldap_default_group_info' => 'Selecione um grupo para atribuir aos usuários recém-sincronizados. Lembre-se de que um usuário tem as permissões do grupo que ele está atribuído.',
+ 'no_default_group' => 'Sem Grupo Padrão',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'Chave TLS do cliente LDAP',
'ldap_client_tls_cert' => 'Certificado TLS do cliente LDAP',
diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php
index e51975687..b95acf216 100644
--- a/resources/lang/pt-BR/admin/settings/message.php
+++ b/resources/lang/pt-BR/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Sucesso! Verifique o ',
'success_pt2' => ' canal para sua mensagem de teste, e certifique-se de clicar em SALVAR abaixo para armazenar suas configurações.',
'500' => '500 Erro no Servidor.',
- 'error' => 'Algo deu errado.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php
index e1e30c3f7..fb647c3f0 100644
--- a/resources/lang/pt-BR/admin/users/general.php
+++ b/resources/lang/pt-BR/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remoto',
'remote_help' => 'Isso pode ser útil se você precisa filtrar por usuários remotos que nunca entram em seus locais físicos.',
'not_remote_label' => 'Este não é um usuário remoto',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php
index f42121124..1583ece45 100644
--- a/resources/lang/pt-BR/admin/users/message.php
+++ b/resources/lang/pt-BR/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'Os usuários selecionados que são ativados e têm um endereço de e-mail válido receberam um link de redefinição de senha.',
'password_reset_sent' => 'Um link de redefinição de senha foi enviado para :email!',
'user_has_no_email' => 'Esse usuário não tem um endereço de e-mail no seu perfil.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Este usuário não tem nenhum ativo atribuído',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Este usuário não tem e-mail definido.',
+ 'success' => 'O usuário foi notificado sobre seu inventário atual.'
)
);
\ No newline at end of file
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index fa748f2fb..4647ee1c6 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Administrador',
'administrator' => 'Administrador',
'add_seats' => 'Assentos adicionados',
- 'age' => "Age",
+ 'age' => "Idade",
'all_assets' => 'Todos os Ativos',
'all' => 'Todos',
'archived' => 'Arquivado',
@@ -281,9 +281,9 @@ return [
'yes' => 'Sim',
'zip' => 'Código postal',
'noimage' => 'Sem imagem para fazer o carregamento ou a imagem não foi encontrada.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'O arquivo solicitado não existe no servidor.',
+ 'file_upload_success' => 'Arquivo enviado com sucesso!',
+ 'no_files_uploaded' => 'Arquivo enviado com sucesso!',
'token_expired' => 'A sua sessão expirou. Por favor, tente entrar novamente.',
'login_enabled' => 'Login Ativado',
'audit_due' => 'Vencimento para auditoria',
diff --git a/resources/lang/pt-BR/localizations.php b/resources/lang/pt-BR/localizations.php
index 0a5b2094a..ffb0cd98e 100644
--- a/resources/lang/pt-BR/localizations.php
+++ b/resources/lang/pt-BR/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Escócia',
'SB'=>'Ilhas Salomão',
'SC'=>'Seicheles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudão',
'SE'=>'Suécia',
'SG'=>'Singapura',
diff --git a/resources/lang/pt-BR/mail.php b/resources/lang/pt-BR/mail.php
index 0edf04a62..d3ac0f11e 100644
--- a/resources/lang/pt-BR/mail.php
+++ b/resources/lang/pt-BR/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Faça login na sua instalação do Snipe-IT usando os dados abaixo:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Relatório de baixas de inventario',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Qtde. Min',
'name' => 'Nome',
'new_item_checked' => 'Um novo item foi feito Check-out em seu nome, detalhes abaixo.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Lembrete: :name prazo de devolução aproximando',
'Expected_Checkin_Date' => 'Um ativo com check-out para você deve ser verificado novamente em :date',
'your_assets' => 'Ver seus ativos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index b41643e42..3863d0efe 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -43,14 +43,14 @@ return [
'file' => 'O :attribute deve ser um arquivo.',
'filled' => 'O :attribute deve ter um valor.',
'image' => 'O :attribute deve ser uma imagem.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'O valor para :fieldname não pode ser nulo.',
'in' => 'O :attribute selecionado é inválido.',
'in_array' => 'O :attribute campo não existe em :other.',
'integer' => 'O :attribute deve ser um número inteiro.',
'ip' => 'O :attribute deve ser um endereço de IP válido.',
'ipv4' => 'O :attribute deve ter um endereço IPv4.',
'ipv6' => 'O :attribute deve ter um IPv6 válido.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => 'O :attribute deve ser único para esta localização da empresa',
'json' => 'The :attribute deve ser um JSON válida.',
'max' => [
'numeric' => 'O :attribute não pode ser maior do que :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Sua senha atual está incorreta',
'dumbpwd' => 'Essa senha é muito comum.',
'statuslabel_type' => 'Você deve selecionar um tipo de etiqueta de status válido',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/pt-PT/admin/categories/message.php b/resources/lang/pt-PT/admin/categories/message.php
index 5614d2df3..b5f919a9f 100644
--- a/resources/lang/pt-PT/admin/categories/message.php
+++ b/resources/lang/pt-PT/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'A categoria não foi actualizada, por favor tenta novamente',
- 'success' => 'A categoria foi actualizada com sucesso.'
+ 'success' => 'A categoria foi actualizada com sucesso.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/pt-PT/admin/components/general.php b/resources/lang/pt-PT/admin/components/general.php
index 36bfa98ad..f1dabc859 100644
--- a/resources/lang/pt-PT/admin/components/general.php
+++ b/resources/lang/pt-PT/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Restantes',
'total' => 'Total',
'update' => 'Atualizar componente',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php
index b5ea1f568..0a66c594c 100644
--- a/resources/lang/pt-PT/admin/custom_fields/general.php
+++ b/resources/lang/pt-PT/admin/custom_fields/general.php
@@ -28,6 +28,9 @@ return [
'used_by_models' => 'Usado por modelos',
'order' => 'Ordem',
'create_fieldset' => 'Novo conjunto de campos',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Criar um novo conjunto de campos',
'create_field' => 'Novo conjunto de campos personalizado',
'create_field_title' => 'Criar um novo campo personalizado',
diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php
index 805933344..e0af95041 100644
--- a/resources/lang/pt-PT/admin/hardware/general.php
+++ b/resources/lang/pt-PT/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Este ativo foi excluído.',
'edit' => 'Editar artigo',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Solicitavel',
'requested' => 'Requisitado',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php
index 521d78456..58cea7918 100644
--- a/resources/lang/pt-PT/admin/hardware/message.php
+++ b/resources/lang/pt-PT/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'O seu ficheiro foi importado',
'file_delete_success' => 'Ficheiro eliminado com sucesso',
'file_delete_error' => 'Não foi possível eliminar o ficheiro',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/pt-PT/admin/models/message.php b/resources/lang/pt-PT/admin/models/message.php
index b06c6dfbb..c75b3db2c 100644
--- a/resources/lang/pt-PT/admin/models/message.php
+++ b/resources/lang/pt-PT/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'O Modelo não existe.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Este modelo está atualmente associado com pelo menos um artigo e não pode ser removido. Por favor, remova os artigos e depois tente novamente. ',
diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php
index 619a65fb7..e57dce18c 100644
--- a/resources/lang/pt-PT/admin/settings/general.php
+++ b/resources/lang/pt-PT/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/pt-PT/admin/settings/message.php b/resources/lang/pt-PT/admin/settings/message.php
index bc8084649..64849a6b7 100644
--- a/resources/lang/pt-PT/admin/settings/message.php
+++ b/resources/lang/pt-PT/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php
index b969fbd3e..5640eca05 100644
--- a/resources/lang/pt-PT/admin/users/general.php
+++ b/resources/lang/pt-PT/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/pt-PT/localizations.php b/resources/lang/pt-PT/localizations.php
index e2d88a1ac..97ccd4294 100644
--- a/resources/lang/pt-PT/localizations.php
+++ b/resources/lang/pt-PT/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/pt-PT/mail.php b/resources/lang/pt-PT/mail.php
index 8440e4895..5e5539488 100644
--- a/resources/lang/pt-PT/mail.php
+++ b/resources/lang/pt-PT/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Faça login na sua instalação do Snipe-IT usando os dados abaixo:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Relatório de baixas de inventario',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Qt. Min.',
'name' => 'Nome',
'new_item_checked' => 'Um novo item foi atribuído a ti, os detalhes estão abaixo.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'Ver seus ativos',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php
index a3358e8d4..d3ab160f1 100644
--- a/resources/lang/pt-PT/validation.php
+++ b/resources/lang/pt-PT/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Sua senha atual está incorreta',
'dumbpwd' => 'Essa senha é muito comum.',
'statuslabel_type' => 'Você deve selecionar um tipo de etiqueta de status válido',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ro/admin/categories/message.php b/resources/lang/ro/admin/categories/message.php
index b97c82dea..4eb40f5fe 100644
--- a/resources/lang/ro/admin/categories/message.php
+++ b/resources/lang/ro/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Categoria nu a fost actualizata, va rugam incercati iar',
- 'success' => 'Categoria a fost actualizata.'
+ 'success' => 'Categoria a fost actualizata.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ro/admin/components/general.php b/resources/lang/ro/admin/components/general.php
index b3e052bf5..b34c42ead 100644
--- a/resources/lang/ro/admin/components/general.php
+++ b/resources/lang/ro/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Rămas',
'total' => 'Total',
'update' => 'Actualizați componenta',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ro/admin/custom_fields/general.php b/resources/lang/ro/admin/custom_fields/general.php
index 492a5b37d..0f84d9e73 100644
--- a/resources/lang/ro/admin/custom_fields/general.php
+++ b/resources/lang/ro/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Folosit de modele',
'order' => 'Ordin',
'create_fieldset' => 'Setul de câmpuri noi',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Creați un nou set de câmpuri',
'create_field' => 'Noul câmp personalizat',
'create_field_title' => 'Creați un nou câmp personalizat',
diff --git a/resources/lang/ro/admin/hardware/general.php b/resources/lang/ro/admin/hardware/general.php
index b4869865d..b0bd23d62 100644
--- a/resources/lang/ro/admin/hardware/general.php
+++ b/resources/lang/ro/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Acest activ a fost șters.',
'edit' => 'Editeaza activ',
'model_deleted' => 'Acest model de active a fost șters. Trebuie să restaurați modelul înainte de a putea restaura activul.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Solicitat',
'not_requestable' => 'Nu poate fi solicitat',
diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php
index 65d7984d1..1ef75f1c8 100644
--- a/resources/lang/ro/admin/hardware/message.php
+++ b/resources/lang/ro/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Fișierul dvs. a fost importat',
'file_delete_success' => 'Fișierul dvs. a fost șters cu succes',
'file_delete_error' => 'Fișierul nu a putut fi șters',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ro/admin/models/message.php b/resources/lang/ro/admin/models/message.php
index f83005db4..34819bbf0 100644
--- a/resources/lang/ro/admin/models/message.php
+++ b/resources/lang/ro/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modelul nu exista.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Acest model este momentan asociat cu cel putin unul sau mai multe active si nu poate fi sters. Va rugam sa stergeti activul si dupa incercati iar. ',
diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php
index 2acf6ae7a..8945af800 100644
--- a/resources/lang/ro/admin/settings/general.php
+++ b/resources/lang/ro/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ro/admin/settings/message.php b/resources/lang/ro/admin/settings/message.php
index a039bd261..430173313 100644
--- a/resources/lang/ro/admin/settings/message.php
+++ b/resources/lang/ro/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php
index e1e7e8d61..8d7f13ef7 100644
--- a/resources/lang/ro/admin/users/general.php
+++ b/resources/lang/ro/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ro/localizations.php b/resources/lang/ro/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ro/localizations.php
+++ b/resources/lang/ro/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ro/mail.php b/resources/lang/ro/mail.php
index fdd9eb343..552e86c6d 100644
--- a/resources/lang/ro/mail.php
+++ b/resources/lang/ro/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Conectați-vă la noua dvs. instalare Snipe-IT utilizând următoarele acreditări:',
'login' => 'Logare:',
'Low_Inventory_Report' => 'Raport privind inventarul redus',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Cantitate min',
'name' => 'Nume',
'new_item_checked' => 'Un element nou a fost verificat sub numele dvs., detaliile sunt de mai jos.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php
index e6e1e38c1..3651a345e 100644
--- a/resources/lang/ro/validation.php
+++ b/resources/lang/ro/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Parola curentă este incorectă',
'dumbpwd' => 'Această parolă este prea obișnuită.',
'statuslabel_type' => 'Trebuie să selectați un tip de etichetă de stare validă',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ru/admin/asset_maintenances/general.php b/resources/lang/ru/admin/asset_maintenances/general.php
index fe487b1f4..a68eb0c1d 100644
--- a/resources/lang/ru/admin/asset_maintenances/general.php
+++ b/resources/lang/ru/admin/asset_maintenances/general.php
@@ -11,6 +11,6 @@
'calibration' => 'Калибровка',
'software_support' => 'Программная поддержка',
'hardware_support' => 'Аппаратная поддержка',
- 'configuration_change' => 'Configuration Change',
- 'pat_test' => 'PAT Test',
+ 'configuration_change' => 'Изменение конфигурации',
+ 'pat_test' => 'Тест ЭБ',
];
diff --git a/resources/lang/ru/admin/categories/message.php b/resources/lang/ru/admin/categories/message.php
index ba3d5a3fb..cdd49c832 100644
--- a/resources/lang/ru/admin/categories/message.php
+++ b/resources/lang/ru/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Категория не изменена, пожалуйста попробуйте снова',
- 'success' => 'Категория успешно изменена.'
+ 'success' => 'Категория успешно изменена.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ru/admin/components/general.php b/resources/lang/ru/admin/components/general.php
index b7aa9633d..391a98d66 100644
--- a/resources/lang/ru/admin/components/general.php
+++ b/resources/lang/ru/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Остаток',
'total' => 'Всего',
'update' => 'Обновить компонент',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ru/admin/custom_fields/general.php b/resources/lang/ru/admin/custom_fields/general.php
index 591589ad7..034de3efc 100644
--- a/resources/lang/ru/admin/custom_fields/general.php
+++ b/resources/lang/ru/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Использован в моделях',
'order' => 'Порядок',
'create_fieldset' => 'Новый набор полей',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Создайте новый набор полей',
'create_field' => 'Новое настраиваемое поле',
'create_field_title' => 'Создайте новое настраиваемое поле',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
'is_unique' => 'Это значение должно быть уникальным для всех активов',
'unique' => 'Уникальный',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Разрешить владельцу актива просматривать эти значения на странице Просмотр Назначенных Активов',
+ 'display_in_user_view_table' => 'Видимый для пользователя',
];
diff --git a/resources/lang/ru/admin/departments/message.php b/resources/lang/ru/admin/departments/message.php
index c4ac88fb3..d18b4ab15 100644
--- a/resources/lang/ru/admin/departments/message.php
+++ b/resources/lang/ru/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Департамент не существует.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Отдел с таким названием уже существует в данном местоположении. Попробуйте уточнить название для этого отдела. ',
'assoc_users' => 'Департамент в данный момент связан с одним или несколькими пользователями и не может быть удалён. Удалите или измените связи в пользователях и попробуйте ещё раз. ',
'create' => array(
'error' => 'Департамент не был создан, попробуйте ещё раз.',
diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php
index 8fc554625..feb59a331 100644
--- a/resources/lang/ru/admin/hardware/form.php
+++ b/resources/lang/ru/admin/hardware/form.php
@@ -6,7 +6,7 @@ return [
'bulk_delete_warn' => 'Вы собираетесь удалить :asset_count активов.',
'bulk_update' => 'Редактировать выбранное',
'bulk_update_help' => 'Эта форма позволяет Вам обновить несколько объектов за раз. Заполняйте только те поля, которые нужно изменить. Пустые поля останутся без изменений. ',
- 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
+ 'bulk_update_warn' => 'Вы собираетесь отредактировать свойства одного ресурса.|Вы собираетесь отредактировать свойства :asset_count assets.',
'checkedout_to' => 'Привязан к',
'checkout_date' => 'Дата выдачи',
'checkin_date' => 'Дата возврата',
@@ -43,9 +43,9 @@ return [
'asset_location' => 'Обновить местоположение актива',
'asset_location_update_default_current' => 'Обновить местоположение по умолчанию и фактическое местоположение',
'asset_location_update_default' => 'Обновить только местоположение по умолчанию',
- 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_not_deployable' => 'Этот статус актива не подлежит развертыванию. Этот актив не может быть проверен.',
+ 'asset_deployable' => 'Этот статус доступен для развертывания. Этот актив может быть привязан.',
'processing_spinner' => 'Обработка...',
'optional_infos' => 'Дополнительная информация',
- 'order_details' => 'Order Related Information'
+ 'order_details' => 'Информация, связанная с заказом'
];
diff --git a/resources/lang/ru/admin/hardware/general.php b/resources/lang/ru/admin/hardware/general.php
index 43ecaea85..12a5fdb9f 100644
--- a/resources/lang/ru/admin/hardware/general.php
+++ b/resources/lang/ru/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Архивированные',
'asset' => 'Актив',
'bulk_checkout' => 'Выдать актив пользователю',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkin' => 'Проверка активов',
'checkin' => 'Вернуть актив на склад',
'checkout' => 'Выдать актив пользователю',
'clone' => 'Клонировать актив',
@@ -14,31 +14,32 @@ return [
'deleted' => 'Этот актив был удален.',
'edit' => 'Редактировать актив',
'model_deleted' => 'Эта модель была удалена. Вы должны восстановить модель прежде, чем сможете восстановить актив.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Готов к выдаче',
'requested' => 'Запрошенное',
- 'not_requestable' => 'Not Requestable',
- 'requestable_status_warning' => 'Do not change requestable status',
+ 'not_requestable' => 'Не подлежит запросу',
+ 'requestable_status_warning' => 'Не изменять запрашиваемый статус',
'restore' => 'Восстановить актив',
'pending' => 'Ожидание',
'undeployable' => 'Выданные',
'view' => 'Показать актив',
- 'csv_error' => 'You have an error in your CSV file:',
+ 'csv_error' => 'У вас ошибка в вашем CSV-файле:',
'import_text' => '
-
- Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
-
+
+ Загрузите файл CSV, содержащий историю активов. Ресурсы и пользователи ДОЛЖНЫ уже существовать в системе, иначе они будут пропущены. Сопоставление активов для импорта истории происходит по тегу активов. Мы попытаемся найти подходящего пользователя на основе предоставленного вами имени пользователя и критериев, которые вы выберете ниже. Если вы не выберете какие-либо критерии ниже, он просто попытается соответствовать формату имени пользователя, который вы настроили в общих настройках администратора.
+ < / p>
-
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ Поля, включенные в CSV, должны соответствовать заголовкам: Тег актива, Имя, Дата оформления заказа, дата регистрации. Любые дополнительные поля будут проигнорированы. < / p>
-
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
- ',
- 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format',
- 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format',
- 'csv_import_match_first' => 'Try to match users by first name (jane) format',
- 'csv_import_match_email' => 'Try to match users by email as username',
+ Дата проверки: пустые даты или даты проверки функций будут возвращать элементы связанному пользователю. Исключение столбца CheckinDatecolumn создаст дату проверки с сегодняшней датой.
',
+ 'csv_import_match_f-l' => 'Попробуйте сопоставить пользователей по формату имени.фамилии (Джейн.Смит)',
+ 'csv_import_match_initial_last' => 'Попробуйте сопоставить пользователей по имени и фамилии в формате jsmith',
+ 'csv_import_match_first' => 'Попробуйте сопоставить пользователей по формату имени (Джейн)',
+ 'csv_import_match_email' => 'Попробуйте сопоставить пользователей по электронной почте в качестве имени пользователя',
'csv_import_match_username' => 'Попытаться сопоставить пользователей по имени пользователя',
'error_messages' => 'Сообщения об ошибках:',
- 'success_messages' => 'Success messages:',
+ 'success_messages' => 'Сообщения об успехе:',
'alert_details' => 'Подробности смотрите ниже.',
- 'custom_export' => 'Custom Export'
+ 'custom_export' => 'Пользовательский экспорт'
];
diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php
index 9305cd59c..bc2c9df1e 100644
--- a/resources/lang/ru/admin/hardware/message.php
+++ b/resources/lang/ru/admin/hardware/message.php
@@ -5,7 +5,7 @@ return [
'undeployable' => 'Внимание: Этот актив был помечен как выданный.
Если этот статус изменился, необходимо его обновить.',
'does_not_exist' => 'Актив не существует.',
- 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
+ 'does_not_exist_or_not_requestable' => 'Этот актив не существует или не подлежит запросу.',
'assoc_users' => 'Этот актив в настоящее время привязан к пользователю и не может быть удален. Пожалуйста сначала снимите привязку, и затем попробуйте удалить снова. ',
'create' => [
@@ -17,7 +17,7 @@ return [
'error' => 'Актив не был изменен, пожалуйста попробуйте снова',
'success' => 'Актив успешно изменен.',
'nothing_updated' => 'Поля не выбраны, нечего обновлять.',
- 'no_assets_selected' => 'No assets were selected, so nothing was updated.',
+ 'no_assets_selected' => 'Никакие ресурсы не были выбраны, поэтому ничего не обновлялось.',
],
'restore' => [
@@ -49,6 +49,8 @@ return [
'success' => 'Ваш файл был импортирован',
'file_delete_success' => 'Ваш файл был успешно удален',
'file_delete_error' => 'Невозможно удалить файл',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ru/admin/hardware/table.php b/resources/lang/ru/admin/hardware/table.php
index 7fb5d7753..b41769a52 100644
--- a/resources/lang/ru/admin/hardware/table.php
+++ b/resources/lang/ru/admin/hardware/table.php
@@ -4,11 +4,11 @@ return [
'asset_tag' => 'Тег',
'asset_model' => 'Модель',
- 'book_value' => 'Current Value',
+ 'book_value' => 'Текущее значение',
'change' => 'Отвязан/Привязан',
'checkout_date' => 'Дата привязки',
'checkoutto' => 'Привязан',
- 'current_value' => 'Current Value',
+ 'current_value' => 'Текущее значение',
'diff' => 'Разн',
'dl_csv' => 'Загрузить CSV',
'eol' => 'Истек',
@@ -22,9 +22,9 @@ return [
'image' => 'Изображение устройства',
'days_without_acceptance' => 'Дней без принятия',
'monthly_depreciation' => 'Ежемесячная амортизация',
- 'assigned_to' => 'Assigned To',
- 'requesting_user' => 'Requesting User',
- 'requested_date' => 'Requested Date',
- 'changed' => 'Changed',
- 'icon' => 'Icon',
+ 'assigned_to' => 'Назначенный На',
+ 'requesting_user' => 'Запрашивающий пользователь',
+ 'requested_date' => 'Запрошенная дата',
+ 'changed' => 'Измененный',
+ 'icon' => 'Значок',
];
diff --git a/resources/lang/ru/admin/locations/message.php b/resources/lang/ru/admin/locations/message.php
index 325e44553..3c9904bf3 100644
--- a/resources/lang/ru/admin/locations/message.php
+++ b/resources/lang/ru/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Данный статус связан с одним или несколькими активами, и не может быть удален. Удалите либо измените связанные активы. ',
'assoc_assets' => 'Это месторасположение связано как минимум с одним активом и не может быть удалено. Измените ваши активы так, чтобы они не ссылались на это месторасположение и попробуйте ещё раз. ',
'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него и попробуйте снова. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Присвоенные активы',
+ 'current_location' => 'Текущее местоположение',
'create' => array(
diff --git a/resources/lang/ru/admin/locations/table.php b/resources/lang/ru/admin/locations/table.php
index 68e91858d..188acdcc5 100644
--- a/resources/lang/ru/admin/locations/table.php
+++ b/resources/lang/ru/admin/locations/table.php
@@ -20,21 +20,21 @@ return [
'parent' => 'Родитель',
'currency' => 'Валюта местонахождения',
'ldap_ou' => 'Поиск в LDAP OU',
- 'user_name' => 'User Name',
- 'department' => 'Department',
- 'location' => 'Location',
- 'asset_tag' => 'Assets Tag',
- 'asset_name' => 'Name',
- 'asset_category' => 'Category',
- 'asset_manufacturer' => 'Manufacturer',
- 'asset_model' => 'Model',
- 'asset_serial' => 'Serial',
- 'asset_location' => 'Location',
- 'asset_checked_out' => 'Checked Out',
- 'asset_expected_checkin' => 'Expected Checkin',
- 'date' => 'Date:',
- 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
- 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
- 'signed_by_location_manager' => 'Signed By (Location Manager):',
- 'signed_by' => 'Signed Off By:',
+ 'user_name' => 'Имя пользователя',
+ 'department' => 'Подразделение',
+ 'location' => 'Местоположение',
+ 'asset_tag' => 'Тег активов',
+ 'asset_name' => 'Название',
+ 'asset_category' => 'Категория',
+ 'asset_manufacturer' => 'Производитель',
+ 'asset_model' => 'Модель',
+ 'asset_serial' => 'Серийный номер',
+ 'asset_location' => 'Расположение',
+ 'asset_checked_out' => 'Проверено',
+ 'asset_expected_checkin' => 'Ожидаемая проверка',
+ 'date' => 'Дата:',
+ 'signed_by_asset_auditor' => 'Подписано (Аудитором активов):',
+ 'signed_by_finance_auditor' => 'Подписано (Аудитором активов):',
+ 'signed_by_location_manager' => 'Подписано (Менеджер по местоположению):',
+ 'signed_by' => 'Подписано:',
];
diff --git a/resources/lang/ru/admin/models/message.php b/resources/lang/ru/admin/models/message.php
index 9e798979c..5f429b2ed 100644
--- a/resources/lang/ru/admin/models/message.php
+++ b/resources/lang/ru/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Модель не существует.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Данная модель связана с одним или несколькими активами, и не может быть удалена. Удалите либо измените связанные активы. ',
diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php
index 34d953c0a..0b4a311ac 100644
--- a/resources/lang/ru/admin/settings/general.php
+++ b/resources/lang/ru/admin/settings/general.php
@@ -10,7 +10,7 @@ return [
'admin_cc_email' => 'Скрытая копия',
'admin_cc_email_help' => 'Если вы хотите отправлять копии писем, что приходят пользователям при выдаче/возврате, на какой-то дополнительный адрес электронной почты, то введите его здесь. В противном случае оставьте это поле пустым.',
'is_ad' => 'У вас сервер Active Directory',
- 'alerts' => 'Alerts',
+ 'alerts' => 'Уведомления',
'alert_title' => 'Update Alert Settings',
'alert_email' => 'Посылать уведомления на',
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'ID актива',
'audit_interval' => 'Интервал аудита',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Если требуется регулярное проведение аудита, вы можете обозначить необходимый вам интервал в месяцах. При обновлении этого значения, будут обновлены все "даты следующего аудита" у активов с приближающейся датой аудита.',
'audit_warning_days' => 'Предупреждающий порог предупреждения',
'audit_warning_days_help' => 'За сколько дней мы должны предупредить вас, когда активы подлежат аудиту?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
@@ -30,7 +30,7 @@ return [
'backups' => 'Резервные копии',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup',
- 'backups_upload' => 'Upload Backup',
+ 'backups_upload' => 'Загрузить резервную копию',
'backups_path' => 'Backups on the server are stored in :path
',
'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.
Your entire :app_name database and any uploaded files will be completely replaced by what\'s in the backup file. ',
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
@@ -57,7 +57,7 @@ return [
'barcode_type' => 'Тип 2D штрихкода',
'alt_barcode_type' => 'Тип линейного штрихкода',
'email_logo_size' => 'В почте лучше всего выглядят квадратные логотипы. ',
- 'enabled' => 'Enabled',
+ 'enabled' => 'Включено',
'eula_settings' => 'Настройки лицензионного соглашения',
'eula_markdown' => 'Это EULA поддерживает форматирование Github flavored markdown.',
'favicon' => 'Favicon',
@@ -71,12 +71,13 @@ return [
'generate_backup' => 'Создать резервную копию',
'header_color' => 'Цвет заголовка',
'info' => 'Эти настройки позволяют персонализировать некоторые аспекты вашей установки.',
- 'label_logo' => 'Label Logo',
+ 'label_logo' => 'Логотип этикетки',
'label_logo_size' => 'Для маркировки активов лучше всего подойдут квадратные логотипы. Они будт отображаться в правом верхнем углу актива. ',
'laravel' => 'Версия Laravel',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
+ 'ldap_default_group' => 'Группа прав доступа по умолчанию',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'Нет группы по умолчанию',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'Клиентский TLS-ключ LDAP',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ru/admin/settings/message.php b/resources/lang/ru/admin/settings/message.php
index ed867f955..06b89dd47 100644
--- a/resources/lang/ru/admin/settings/message.php
+++ b/resources/lang/ru/admin/settings/message.php
@@ -21,7 +21,7 @@ return [
],
'mail' => [
'sending' => 'Sending Test Email...',
- 'success' => 'Mail sent!',
+ 'success' => 'Письмо отправлено!',
'error' => 'Mail could not be sent.',
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
],
@@ -37,7 +37,8 @@ return [
'sending' => 'Sending Slack test message...',
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
- '500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ '500' => 'Ошибка сервера 500.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ru/admin/statuslabels/message.php b/resources/lang/ru/admin/statuslabels/message.php
index adaf1921c..9bfbf9099 100644
--- a/resources/lang/ru/admin/statuslabels/message.php
+++ b/resources/lang/ru/admin/statuslabels/message.php
@@ -23,7 +23,7 @@ return [
'help' => [
'undeployable' => 'Эти активы не могут быть назначены никому.',
- 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'deployable' => 'Эти активы могут быть проверены. Как только они будут назначены, они получат мета-статус Развернуты.',
'archived' => 'Эти активы не могут быть проверены и будут отображаться только в архивированном виде. Это полезно для сохранения информации об активах для составления бюджета / исторических целей, но не оставляя их вне списка текущих активов.',
'pending' => 'Эти активы еще не могут быть назначены никому, часто используемым для предметов, которые не подлежат ремонту, но, как ожидается, возвращаются в обращение.',
],
diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php
index 6b41eaa41..4630f2b58 100644
--- a/resources/lang/ru/admin/users/general.php
+++ b/resources/lang/ru/admin/users/general.php
@@ -17,28 +17,28 @@ return [
'last_login' => 'Последний вход',
'ldap_config_text' => 'Параметры конфигурации LDAP можно найти Администратор > Параметры. Выбранное местоположение будет установлено для всех импортируемых пользователей. (Необязательно).',
'print_assigned' => 'Печать всех назначенных',
- 'email_assigned' => 'Email List of All Assigned',
- 'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'email_assigned' => 'Список адресов электронной почты всех назначенных',
+ 'user_notified' => 'Пользователю был отправлен по электронной почте список назначенных им в данный момент элементов.',
'software_user' => 'Программное обеспечение привязано к :name',
'send_email_help' => 'Вы должны указать адрес электронной почты для этого пользователя, чтобы отправить им учетные данные. Электронная почта может быть выполнена только при создании пользователя. Пароли хранятся в одностороннем хэше и не могут быть восстановлены после сохранения.',
'view_user' => 'Показать пользователя :name',
'usercsv' => 'CSV файл',
'two_factor_admin_optin_help' => 'Ваши текущие параметры администрирования разрешают избирательное применение двухфакторной аутентификации. ',
- 'two_factor_enrolled' => '2FA Device Enrolled ',
- 'two_factor_active' => '2FA Active ',
- 'user_deactivated' => 'User cannot login',
- 'user_activated' => 'User can login',
- 'activation_status_warning' => 'Do not change activation status',
- 'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
- 'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
+ 'two_factor_enrolled' => 'Устройство 2FA зарегистрировано ',
+ 'two_factor_active' => '2FA Активный ',
+ 'user_deactivated' => 'Пользователь не может войти',
+ 'user_activated' => 'Пользователь может войти',
+ 'activation_status_warning' => 'Не изменяйте статус активации',
+ 'group_memberships_helpblock' => 'Только суперпользователи могут изменять членство группы.',
+ 'superadmin_permission_warning' => 'Только суперпользователи могут предоставить права суперпользователя.',
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
- 'remove_group_memberships' => 'Remove Group Memberships',
- 'warning_deletion' => 'WARNING:',
+ 'remove_group_memberships' => 'Удалить членство в группах',
+ 'warning_deletion' => 'ПРЕДУПРЕЖДЕНИЕ:',
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_assets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
- 'remote' => 'Remote',
+ 'remote' => 'Удаленное',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ru/admin/users/message.php b/resources/lang/ru/admin/users/message.php
index 7f89e2963..45794c92c 100644
--- a/resources/lang/ru/admin/users/message.php
+++ b/resources/lang/ru/admin/users/message.php
@@ -14,8 +14,8 @@ return array(
'ldap_not_configured' => 'Интеграция с LDAP не настроена для этой инсталляции.',
'password_resets_sent' => 'Ссылка для сброса пароля была отправлена выбранным пользователям которые имеют действительный адрес электронной почты а активированы.',
'password_reset_sent' => 'Ссылка для сброса пароля была отправлена на адрес :email!',
- 'user_has_no_email' => 'This user does not have an email address in their profile.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_email' => 'У этого пользователя нет адреса электронной почты в его профиле.',
+ 'user_has_no_assets_assigned' => 'У этого пользователя нет назначенных активов',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'У этого пользователя нет электронной почты.',
+ 'success' => 'Пользователь был уведомлен о своем текущем инвентаре.'
)
);
\ No newline at end of file
diff --git a/resources/lang/ru/admin/users/table.php b/resources/lang/ru/admin/users/table.php
index 3643b2a19..ac77b115c 100644
--- a/resources/lang/ru/admin/users/table.php
+++ b/resources/lang/ru/admin/users/table.php
@@ -10,7 +10,7 @@ return array(
'email' => 'Электронная почта',
'employee_num' => 'Сотрудник №',
'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. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
+ 'groupnotes' => 'Выберите группу для назначения пользователю, помните, что пользователь принимает права группы, которые ему назначены. Используйте ctrl+click (или cmd+click в Mac OS), чтобы отменить выбор групп.',
'id' => 'Id',
'inherit' => 'Наследование',
'job' => 'Должность',
diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php
index 419707d4a..e28839134 100644
--- a/resources/lang/ru/general.php
+++ b/resources/lang/ru/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Администратор',
'administrator' => 'Администратор',
'add_seats' => 'Рабочих мест',
- 'age' => "Age",
+ 'age' => "Возраст",
'all_assets' => 'Все активы',
'all' => 'Все',
'archived' => 'Архивные',
@@ -22,12 +22,12 @@ return [
'asset_tag' => 'Тег актива',
'asset_tags' => 'Инвентарный номер актива',
'assets_available' => 'Доступные активы',
- 'accept_assets' => 'Accept Assets :name',
- 'accept_assets_menu' => 'Accept Assets',
+ 'accept_assets' => 'Принять активы: название',
+ 'accept_assets_menu' => 'Принять активы',
'audit' => 'аудит',
'audit_report' => 'Журнал аудита',
'assets' => 'Активы',
- 'assigned_to' => 'Assigned to :name',
+ 'assigned_to' => 'Привязано к :name',
'avatar_delete' => 'Удалить аватар',
'avatar_upload' => 'Загрузить аватар',
'back' => 'Назад',
@@ -35,9 +35,9 @@ return [
'bulkaudit' => 'Массовый аудит',
'bulkaudit_status' => 'Состояние аудита',
'bulk_checkout' => 'Массовая выдача',
- 'bulk_edit' => 'Bulk Edit',
- 'bulk_delete' => 'Bulk Delete',
- 'bulk_actions' => 'Bulk Actions',
+ 'bulk_edit' => 'Массовое редактирование',
+ 'bulk_delete' => 'Массовое удаление',
+ 'bulk_actions' => 'Массовые действия',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
'bystatus' => 'по статусу',
'cancel' => 'Отмена',
@@ -67,13 +67,13 @@ return [
'created' => 'Элемент создан',
'created_asset' => 'Создать актив',
'created_at' => 'Создано в',
- 'created_by' => 'Created By',
+ 'created_by' => 'Создано',
'record_created' => 'Запись Создана',
'updated_at' => 'Обновлено',
'currency' => 'Руб.', // this is deprecated
'current' => 'Текущий',
- 'current_password' => 'Current Password',
- 'customize_report' => 'Customize Report',
+ 'current_password' => 'Текущий пароль',
+ 'customize_report' => 'Настройка отчета',
'custom_report' => 'Пользовательский отчет по активам',
'dashboard' => 'Панель мониторинга',
'days' => 'дней',
@@ -85,12 +85,12 @@ return [
'delete_confirm' => 'Вы действительно хотите удалить?',
'deleted' => 'Удалено',
'delete_seats' => 'Удаленные лицензии',
- 'deletion_failed' => 'Deletion failed',
+ 'deletion_failed' => 'Не удалось удалить',
'departments' => 'Департаменты',
'department' => 'Департамент',
'deployed' => 'Развернут',
'depreciation' => 'Амортизация',
- 'depreciations' => 'Depreciations',
+ 'depreciations' => 'Устаревание',
'depreciation_report' => 'Отчет по амортизации',
'details' => 'Детали',
'download' => 'Загрузка',
@@ -99,12 +99,12 @@ return [
'eol' => 'EOL',
'email_domain' => 'Домен адреса электронной почты',
'email_format' => 'Формат адреса электронной почты',
- 'employee_number' => 'Employee Number',
+ 'employee_number' => 'Номер сотрудника',
'email_domain_help' => 'Он используется для генерации адреса при импорте',
'error' => 'Ошибка',
- 'exclude_archived' => 'Exclude Archived Assets',
- 'exclude_deleted' => 'Exclude Deleted Assets',
- 'example' => 'Example: ',
+ 'exclude_archived' => 'Исключить архивные активы',
+ 'exclude_deleted' => 'Исключить удаленные активы',
+ 'example' => 'Пример: ',
'filastname_format' => 'Первая буква имени и фамилия (jsmith@example.com)',
'firstname_lastname_format' => 'Имя и фамилия через точку (jane.smith@example.com)',
'firstname_lastname_underscore_format' => 'Имя и фамилия (jane_smith@example.com)',
@@ -113,28 +113,28 @@ return [
'first' => 'В начало',
'firstnamelastname' => 'Имя Фамилия (ivanivanov@example.com)',
'lastname_firstinitial' => 'Фамилия Первая буква имени (ivanov_i@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'firstinitial.lastname' => 'Первая буква имени и фамилия (i.ivanov@example.com)',
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
'first_name' => 'Имя',
'first_name_format' => 'Имя (jane@example.com)',
'files' => 'Файлы',
'file_name' => 'Файл',
'file_type' => 'Тип файла',
- 'filesize' => 'File Size',
+ 'filesize' => 'Размер файла',
'file_uploads' => 'Загрузка файла',
- 'file_upload' => 'File Upload',
+ 'file_upload' => 'Загрузить файл',
'generate' => 'Сгенерировать',
- 'generate_labels' => 'Generate Labels',
+ 'generate_labels' => 'Сгенерировать метки',
'github_markdown' => 'Это поле поддерживает разметку markdown.',
'groups' => 'Группы',
'gravatar_email' => 'Адрес электронной почты Gravatar',
- 'gravatar_url' => 'Change your avatar at Gravatar.com.',
+ 'gravatar_url' => 'Измените ваш аватар на Gravatar.com.',
'history' => 'История',
'history_for' => 'История для',
'id' => 'ID',
'image' => 'Изображение',
'image_delete' => 'Удалить изображение',
- 'include_deleted' => 'Include Deleted Assets',
+ 'include_deleted' => 'Включать удаленные активы',
'image_upload' => 'Загрузить изображение',
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
'filetypes_size_help' => 'Max upload size allowed is :size.',
@@ -168,7 +168,7 @@ return [
'logout' => 'Выйти',
'lookup_by_tag' => 'Поиск по тегу актива',
'maintenances' => 'Техобслуживание',
- 'manage_api_keys' => 'Manage API Keys',
+ 'manage_api_keys' => 'Управление API ключами',
'manufacturer' => 'Производитель',
'manufacturers' => 'Производители',
'markdown' => 'облегченный язык разметки.',
@@ -206,15 +206,15 @@ return [
'quickscan_checkin_status' => 'Checkin Status',
'ready_to_deploy' => 'Готов к установке',
'recent_activity' => 'Недавняя активность',
- 'remaining' => 'Remaining',
+ 'remaining' => 'Осталось',
'remove_company' => 'Удалить привязку компании',
'reports' => 'Отчеты',
'restored' => 'восстановлено',
'restore' => 'Восстановить',
- 'requestable_models' => 'Requestable Models',
+ 'requestable_models' => 'Запрашиваемые модели',
'requested' => 'Запрошено',
- 'requested_date' => 'Requested Date',
- 'requested_assets' => 'Requested Assets',
+ 'requested_date' => 'Запрашиваемая дата',
+ 'requested_assets' => 'Запрашиваемые активы',
'requested_assets_menu' => 'Requested Assets',
'request_canceled' => 'Запрос отменен',
'save' => 'Сохранить',
@@ -241,7 +241,7 @@ return [
'signed_off_by' => 'Signed Off By',
'skin' => 'Оформление',
'slack_msg_note' => 'A slack message will be sent',
- 'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
+ 'slack_test_msg' => 'О, хай! Похоже, ваша интеграция Slack с Snipe-IT работает!',
'some_features_disabled' => 'ДЕМО РЕЖИМ: Некоторые функции отключены.',
'site_name' => 'Название сайта',
'state' => 'Область/Регион',
@@ -281,9 +281,9 @@ return [
'yes' => 'Да',
'zip' => 'Почтовый индекс',
'noimage' => 'Изображение не загружено или не найдено.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Запрашиваемый файл не существует на сервере.',
+ 'file_upload_success' => 'Файл успешно загружен!',
+ 'no_files_uploaded' => 'Файл успешно загружен!',
'token_expired' => 'Время вашей сессии истекло. Пожалуйста, войдите снова.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
diff --git a/resources/lang/ru/localizations.php b/resources/lang/ru/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ru/localizations.php
+++ b/resources/lang/ru/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ru/mail.php b/resources/lang/ru/mail.php
index a0edc3212..ca42b9022 100644
--- a/resources/lang/ru/mail.php
+++ b/resources/lang/ru/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Чтобы войти в Snipe-It используйте следующие логин и пароль:',
'login' => 'Логин:',
'Low_Inventory_Report' => 'Отчет о заканчивающихся предметах',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Мин Кол-во',
'name' => 'Название',
'new_item_checked' => 'Новый предмет был выдан под вашем именем, подробности ниже.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Напоминание: приближается крайний срок проверки :name',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'Посмотреть активы',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php
index 51a2f173d..4b2da2dfa 100644
--- a/resources/lang/ru/validation.php
+++ b/resources/lang/ru/validation.php
@@ -43,14 +43,14 @@ return [
'file' => 'Атрибут: должен быть файлом.',
'filled' => 'Поле атрибута: должно иметь значение.',
'image' => ':attribute должен быть изображением.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Значение :fieldname не может быть пустым.',
'in' => 'Выбранный :attribute неправильный.',
'in_array' => 'Поле: атрибут не существует в: other.',
'integer' => ':attribute должно быть числом.',
'ip' => ':attribute должно быть IP адресом.',
'ipv4' => 'Атрибут: должен быть действительным адресом IPv4.',
'ipv6' => 'Атрибут: должен быть действительным адресом IPv6.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute должен быть уникальным для этого местоположения компании',
'json' => 'Атрибут: должен быть действительной строкой JSON.',
'max' => [
'numeric' => ':attribute не должно быть больше :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ваш текущий пароль неверен',
'dumbpwd' => 'Этот пароль слишком распространен.',
'statuslabel_type' => 'Вы должны выбрать допустимый тип метки статуса',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/si-LK/admin/categories/message.php b/resources/lang/si-LK/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/si-LK/admin/categories/message.php
+++ b/resources/lang/si-LK/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/si-LK/admin/components/general.php b/resources/lang/si-LK/admin/components/general.php
index 150dd679b..5f04e652e 100644
--- a/resources/lang/si-LK/admin/components/general.php
+++ b/resources/lang/si-LK/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'එකතුව',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/si-LK/admin/custom_fields/general.php b/resources/lang/si-LK/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/si-LK/admin/custom_fields/general.php
+++ b/resources/lang/si-LK/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/si-LK/admin/hardware/general.php b/resources/lang/si-LK/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/si-LK/admin/hardware/general.php
+++ b/resources/lang/si-LK/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/si-LK/admin/hardware/message.php
+++ b/resources/lang/si-LK/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/si-LK/admin/models/message.php b/resources/lang/si-LK/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/si-LK/admin/models/message.php
+++ b/resources/lang/si-LK/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/si-LK/admin/settings/general.php
+++ b/resources/lang/si-LK/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/si-LK/admin/settings/message.php b/resources/lang/si-LK/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/si-LK/admin/settings/message.php
+++ b/resources/lang/si-LK/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/si-LK/admin/users/general.php b/resources/lang/si-LK/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/si-LK/admin/users/general.php
+++ b/resources/lang/si-LK/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/si-LK/localizations.php b/resources/lang/si-LK/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/si-LK/localizations.php
+++ b/resources/lang/si-LK/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/si-LK/mail.php b/resources/lang/si-LK/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/si-LK/mail.php
+++ b/resources/lang/si-LK/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/si-LK/validation.php b/resources/lang/si-LK/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/si-LK/validation.php
+++ b/resources/lang/si-LK/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/sk/admin/categories/message.php b/resources/lang/sk/admin/categories/message.php
index 2562d155e..52e060b96 100644
--- a/resources/lang/sk/admin/categories/message.php
+++ b/resources/lang/sk/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategóriu sa nepodarilo aktualizovať, skúste prosím znovu',
- 'success' => 'Kategória bola úspešne aktualizovaná.'
+ 'success' => 'Kategória bola úspešne aktualizovaná.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/sk/admin/components/general.php b/resources/lang/sk/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/sk/admin/components/general.php
+++ b/resources/lang/sk/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/sk/admin/custom_fields/general.php b/resources/lang/sk/admin/custom_fields/general.php
index 88510af6c..e902008a0 100644
--- a/resources/lang/sk/admin/custom_fields/general.php
+++ b/resources/lang/sk/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/sk/admin/hardware/general.php b/resources/lang/sk/admin/hardware/general.php
index 12713367c..cf3a1cd9d 100644
--- a/resources/lang/sk/admin/hardware/general.php
+++ b/resources/lang/sk/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Upraviť majetok',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Vyžiadateľný',
'requested' => 'Vyžiadané',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/sk/admin/hardware/message.php b/resources/lang/sk/admin/hardware/message.php
index 020740a48..f8838d0d3 100644
--- a/resources/lang/sk/admin/hardware/message.php
+++ b/resources/lang/sk/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Súbor bol naimportovaný',
'file_delete_success' => 'Súbor bol úspešné odstránený',
'file_delete_error' => 'Súbor sa nepodarilo odstrániť',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/sk/admin/models/message.php b/resources/lang/sk/admin/models/message.php
index 5d0374477..160481c04 100644
--- a/resources/lang/sk/admin/models/message.php
+++ b/resources/lang/sk/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model neexistuje.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Tento model je použítý v jednom alebo viacerých majetkoch, preto nemôže byť odstránený. Prosím odstráňte príslušný majetok a skúste odstrániť znovu. ',
diff --git a/resources/lang/sk/admin/settings/general.php b/resources/lang/sk/admin/settings/general.php
index 98825725a..6f658685e 100644
--- a/resources/lang/sk/admin/settings/general.php
+++ b/resources/lang/sk/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'Kľúč TLS na strane klienta LDAP',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/sk/admin/settings/message.php b/resources/lang/sk/admin/settings/message.php
index d105bac3d..d42a0bde8 100644
--- a/resources/lang/sk/admin/settings/message.php
+++ b/resources/lang/sk/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Chyba servera.',
- 'error' => 'Niečo sa pokazilo.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/sk/admin/users/general.php b/resources/lang/sk/admin/users/general.php
index d4c922e65..a284653bd 100644
--- a/resources/lang/sk/admin/users/general.php
+++ b/resources/lang/sk/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/sk/localizations.php b/resources/lang/sk/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/sk/localizations.php
+++ b/resources/lang/sk/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/sk/mail.php b/resources/lang/sk/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/sk/mail.php
+++ b/resources/lang/sk/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php
index dfc7db46f..685fb5be4 100644
--- a/resources/lang/sk/validation.php
+++ b/resources/lang/sk/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/sl/admin/categories/message.php b/resources/lang/sl/admin/categories/message.php
index e53353661..a9a34d2a9 100644
--- a/resources/lang/sl/admin/categories/message.php
+++ b/resources/lang/sl/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorija ni bila posodobljena, poskusite znova',
- 'success' => 'Kategorija uspešno posodobljena.'
+ 'success' => 'Kategorija uspešno posodobljena.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/sl/admin/components/general.php b/resources/lang/sl/admin/components/general.php
index 7f7bfb709..474d4f6f3 100644
--- a/resources/lang/sl/admin/components/general.php
+++ b/resources/lang/sl/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Ostanek',
'total' => 'Skupaj',
'update' => 'Posodobi komponento',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/sl/admin/custom_fields/general.php b/resources/lang/sl/admin/custom_fields/general.php
index 685916fe9..01008622b 100644
--- a/resources/lang/sl/admin/custom_fields/general.php
+++ b/resources/lang/sl/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Uporabljeno po modelih',
'order' => 'Naročilo',
'create_fieldset' => 'Nov set polj',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Novo polje po meri',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/sl/admin/hardware/general.php b/resources/lang/sl/admin/hardware/general.php
index b522a2ea8..29af3d4ab 100644
--- a/resources/lang/sl/admin/hardware/general.php
+++ b/resources/lang/sl/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'To sredstvo je bilo izbrisano.',
'edit' => 'Urejanje sredstva',
'model_deleted' => 'Model tega sredstva je bil izbrisan. Pred obnovitvijo sredstva je potrebno obnoviti model.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Zahtevano',
'requested' => 'Zahtevano',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/sl/admin/hardware/message.php b/resources/lang/sl/admin/hardware/message.php
index 8e43049b2..773e72c80 100644
--- a/resources/lang/sl/admin/hardware/message.php
+++ b/resources/lang/sl/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Vaša datoteka je bila uvožena',
'file_delete_success' => 'Vaša datoteka je bila uspešno izbrisana',
'file_delete_error' => 'Datoteke ni bilo mogoče izbrisati',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/sl/admin/models/message.php b/resources/lang/sl/admin/models/message.php
index d710a868d..99537782a 100644
--- a/resources/lang/sl/admin/models/message.php
+++ b/resources/lang/sl/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model ne obstaja.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ta model je trenutno povezan z enim ali več sredstvi in ga ni mogoče izbrisati. Prosimo, izbrišite sredstva in poskusite zbrisati znova. ',
diff --git a/resources/lang/sl/admin/settings/general.php b/resources/lang/sl/admin/settings/general.php
index 29a780884..19bac1fd9 100644
--- a/resources/lang/sl/admin/settings/general.php
+++ b/resources/lang/sl/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/sl/admin/settings/message.php b/resources/lang/sl/admin/settings/message.php
index 4f10088e7..fa5767ef9 100644
--- a/resources/lang/sl/admin/settings/message.php
+++ b/resources/lang/sl/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/sl/admin/users/general.php b/resources/lang/sl/admin/users/general.php
index acda24777..0458fce61 100644
--- a/resources/lang/sl/admin/users/general.php
+++ b/resources/lang/sl/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/sl/localizations.php b/resources/lang/sl/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/sl/localizations.php
+++ b/resources/lang/sl/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/sl/mail.php b/resources/lang/sl/mail.php
index 724180c6a..3965f179a 100644
--- a/resources/lang/sl/mail.php
+++ b/resources/lang/sl/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Prijavite se v svojo novo namestitev Snipe-IT s spodnjimi poverilnicami:',
'login' => 'Prijava:',
'Low_Inventory_Report' => 'Poročilo o nizki zalogi',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min kol',
'name' => 'Ime',
'new_item_checked' => 'Pod vašim imenom je bil izdan nov element, spodaj so podrobnosti.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/sl/validation.php b/resources/lang/sl/validation.php
index 2f6bedde2..b0fa52228 100644
--- a/resources/lang/sl/validation.php
+++ b/resources/lang/sl/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Vaše trenutno geslo je napačno',
'dumbpwd' => 'To geslo je preveč pogosto.',
'statuslabel_type' => 'Izbrati morate veljavn status oznake',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/sr-CS/admin/categories/message.php b/resources/lang/sr-CS/admin/categories/message.php
index 523ed58bc..39d3dc2cd 100644
--- a/resources/lang/sr-CS/admin/categories/message.php
+++ b/resources/lang/sr-CS/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorija nije ažurirana, pokušajte ponovo',
- 'success' => 'Kategorija je uspješno ažurirana.'
+ 'success' => 'Kategorija je uspješno ažurirana.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/sr-CS/admin/components/general.php b/resources/lang/sr-CS/admin/components/general.php
index a811317a4..fd4d5c5ab 100644
--- a/resources/lang/sr-CS/admin/components/general.php
+++ b/resources/lang/sr-CS/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Preostalo',
'total' => 'Ukupno',
'update' => 'Ažuriraj komponentu',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/sr-CS/admin/custom_fields/general.php b/resources/lang/sr-CS/admin/custom_fields/general.php
index b589c01ba..68382a3a7 100644
--- a/resources/lang/sr-CS/admin/custom_fields/general.php
+++ b/resources/lang/sr-CS/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Koriste ga modeli',
'order' => 'Porudžbina',
'create_fieldset' => 'Novo Polje',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Kreirajte novu grupu polja',
'create_field' => 'Novo prilagodjeno polje',
'create_field_title' => 'Kreirajte prilagođeno polje',
diff --git a/resources/lang/sr-CS/admin/hardware/general.php b/resources/lang/sr-CS/admin/hardware/general.php
index b267301aa..7cffd85be 100644
--- a/resources/lang/sr-CS/admin/hardware/general.php
+++ b/resources/lang/sr-CS/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Imovina je obrisana.',
'edit' => 'Uređivanje imovine',
'model_deleted' => 'Ovaj Model osnovnog sredstva je izbrisan. Morate da vratite model da bi ste mogli da vratite sredstvo.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Može da se potražuje',
'requested' => 'Zatraženo',
'not_requestable' => 'Ne može da se potražuje',
diff --git a/resources/lang/sr-CS/admin/hardware/message.php b/resources/lang/sr-CS/admin/hardware/message.php
index 1712fe46d..5f74d7319 100644
--- a/resources/lang/sr-CS/admin/hardware/message.php
+++ b/resources/lang/sr-CS/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Vaš fajl je importovan',
'file_delete_success' => 'Vaš je fajl uspešno izbrisan',
'file_delete_error' => 'Fajl nime moguće izbrisati',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/sr-CS/admin/models/message.php b/resources/lang/sr-CS/admin/models/message.php
index c63a1b282..66b322fda 100644
--- a/resources/lang/sr-CS/admin/models/message.php
+++ b/resources/lang/sr-CS/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model ne postoji.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovina i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo. ',
diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php
index 88d2c399c..9fc294d6f 100644
--- a/resources/lang/sr-CS/admin/settings/general.php
+++ b/resources/lang/sr-CS/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Aktivni direktorijum',
'ldap_client_tls_key' => 'LDAP Klijent TLS Ključ',
'ldap_client_tls_cert' => 'LDAP klijentskiTLS sertifikat',
diff --git a/resources/lang/sr-CS/admin/settings/message.php b/resources/lang/sr-CS/admin/settings/message.php
index 7519ab487..a24987f70 100644
--- a/resources/lang/sr-CS/admin/settings/message.php
+++ b/resources/lang/sr-CS/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Uspešno! Proverite ',
'success_pt2' => ' kanal za vašu test poruku i obavezno kliknite na SAČUVAJ ispod da biste sačuvali svoja podešavanja.',
'500' => '500 Greška servera.',
- 'error' => 'Nešto nije u redu.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/sr-CS/admin/users/general.php b/resources/lang/sr-CS/admin/users/general.php
index 8d8bfe61c..adbc6ad18 100644
--- a/resources/lang/sr-CS/admin/users/general.php
+++ b/resources/lang/sr-CS/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Daljinski',
'remote_help' => 'Ovo može biti korisno ako treba da filtrirate prema udaljenim korisnicima koji nikada ili retko dolaze na vaše fizičke lokacije.',
'not_remote_label' => 'Ovo nije udaljeni korisnik',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/sr-CS/localizations.php b/resources/lang/sr-CS/localizations.php
index 3e808a9e0..f46458973 100644
--- a/resources/lang/sr-CS/localizations.php
+++ b/resources/lang/sr-CS/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/sr-CS/mail.php b/resources/lang/sr-CS/mail.php
index 43c7ce46d..b04fa6020 100644
--- a/resources/lang/sr-CS/mail.php
+++ b/resources/lang/sr-CS/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Prijavite se u vašu novu Snipe-IT instalaciju koristeći kredencijale ispod:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Izveštaj o niskim zalihama',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min Kol',
'name' => 'Naziv',
'new_item_checked' => 'Nova stavka je proverena pod vašim imenom, detalji su u nastavku.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Izveštaj o očekivanoj proveri imovine',
'Expected_Checkin_Date' => 'Imovina koja vam je odjavljena treba da bude ponovo prijavljena :date',
'your_assets' => 'Pregledaj svoju imovinu',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/sr-CS/validation.php b/resources/lang/sr-CS/validation.php
index 3575771fb..b11bfbb2a 100644
--- a/resources/lang/sr-CS/validation.php
+++ b/resources/lang/sr-CS/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Vaša lozinka je neispravna',
'dumbpwd' => 'Lozinka nije sigurna.',
'statuslabel_type' => 'Morate odabrati ispravnu vrstu oznake statusa',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/sv-SE/admin/categories/message.php b/resources/lang/sv-SE/admin/categories/message.php
index 6c56770f7..06c169fbd 100644
--- a/resources/lang/sv-SE/admin/categories/message.php
+++ b/resources/lang/sv-SE/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategorin uppdaterades inte, vänligen försök igen.',
- 'success' => 'Kategorin uppdaterades.'
+ 'success' => 'Kategorin uppdaterades.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/sv-SE/admin/components/general.php b/resources/lang/sv-SE/admin/components/general.php
index 8ceddbcdd..3b7e67bf1 100644
--- a/resources/lang/sv-SE/admin/components/general.php
+++ b/resources/lang/sv-SE/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Återstående',
'total' => 'Totalt',
'update' => 'Uppdatera komponent',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php
index 5550e9fc4..09a93abf4 100644
--- a/resources/lang/sv-SE/admin/custom_fields/general.php
+++ b/resources/lang/sv-SE/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Används av modeller',
'order' => 'Sortering',
'create_fieldset' => 'Ny fältsamling',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Skapa en ny fältsamling',
'create_field' => 'Nytt anpassat fält',
'create_field_title' => 'Skapa ett nytt anpassat fält',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'VARNING. Detta fält finns i tabellen för anpassade fält som :db_column
men borde vara :expected
.',
'is_unique' => 'Detta värde måste vara unikt för alla tillgångar',
'unique' => 'Unik',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Tillåt den utcheckade användaren att visa dessa värden i sin vy tilldelad tillgångssida',
+ 'display_in_user_view_table' => 'Synlig för användare',
];
diff --git a/resources/lang/sv-SE/admin/departments/message.php b/resources/lang/sv-SE/admin/departments/message.php
index dc9b01a1f..1f19ac236 100644
--- a/resources/lang/sv-SE/admin/departments/message.php
+++ b/resources/lang/sv-SE/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Avdelningen existerar inte.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'En avdelning finns redan med det namnet på den här företagsplatsen. Eller välj ett mer specifikt namn för den här avdelningen. ',
'assoc_users' => 'Den här avdelningen är för närvarande associerad med minst en användare och kan inte raderas. Uppdatera dina användare för att inte längre referera till den här avdelningen och försök igen.',
'create' => array(
'error' => 'Avdelningen skapades inte, var god försök igen.',
diff --git a/resources/lang/sv-SE/admin/hardware/general.php b/resources/lang/sv-SE/admin/hardware/general.php
index f63e0baa0..054aebd78 100644
--- a/resources/lang/sv-SE/admin/hardware/general.php
+++ b/resources/lang/sv-SE/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Denna tillgång har tagits bort.',
'edit' => 'Redigera tillgång',
'model_deleted' => 'Denna tillgångsmodell har tagits bort. Du måste återställa modellen innan du kan återställa tillgången.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Tillgängliga',
'requested' => 'Begärda',
'not_requestable' => 'Inte begärbar',
diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php
index a0c26424f..9343cd2bf 100644
--- a/resources/lang/sv-SE/admin/hardware/message.php
+++ b/resources/lang/sv-SE/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Din fil har importerats',
'file_delete_success' => 'Din fil har tagits bort',
'file_delete_error' => 'Filen kunde inte raderas',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/sv-SE/admin/locations/message.php b/resources/lang/sv-SE/admin/locations/message.php
index 33067af75..bd384b911 100644
--- a/resources/lang/sv-SE/admin/locations/message.php
+++ b/resources/lang/sv-SE/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Platsen är associerad med minst en användare och kan inte tas bort. Vänligen uppdatera dina användare så dom inte refererar till denna plats och försök igen.',
'assoc_assets' => 'Platsen är associerad med minst en tillgång och kan inte tas bort. Vänligen uppdatera dina tillgångar så dom inte refererar till denna plats och försök igen. ',
'assoc_child_loc' => 'Denna plats är för närvarande överliggande för minst en annan plats och kan inte tas bort. Vänligen uppdatera dina platser så dom inte längre refererar till denna och försök igen.',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Tilldelade tillgångar',
+ 'current_location' => 'Nuvarande plats',
'create' => array(
diff --git a/resources/lang/sv-SE/admin/models/message.php b/resources/lang/sv-SE/admin/models/message.php
index 76830cffe..ef4553f45 100644
--- a/resources/lang/sv-SE/admin/models/message.php
+++ b/resources/lang/sv-SE/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Modellen finns inte.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Denna modell är redan associerad med en eller flera tillgångar och kan inte tas bort. Ta bort tillgången och försök sedan igen. ',
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
index cfb15e1b2..0dd43bd69 100644
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Genom att markera denna ruta kan en användare åsidosätta gränssnittet med ett annat.',
'asset_ids' => 'Tillgångs-ID',
'audit_interval' => 'Inventeringsintervall',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Om du behöver regelbundet fysiskt granska dina tillgångar, ange intervallet i månader som du använder. Om du uppdaterar detta värde kommer alla "nästa revisionsdatum" för tillgångar med ett kommande revisionsdatum att uppdateras.',
'audit_warning_days' => 'Gränsvärde för varning om nästa inventering',
'audit_warning_days_help' => 'Hur många dagar i förväg vill du bli varnad när det närmar sig revision av tillgångar?',
'auto_increment_assets' => 'Generera automatisk ökning av tillgångstaggar',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'Fyrkantiga logotyper ser bäst ut - kommer att visas i det övre högra hörnet av varje tillgångsetikett. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Standard behörighetsgrupp',
+ 'ldap_default_group_info' => 'Välj en grupp som ska tilldelas användaren, kom ihåg att en användare tar emot behörigheterna för den grupp de tilldelas.',
+ 'no_default_group' => 'Ingen standardgrupp',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP-klient TLS-nyckel',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS-certifikat',
diff --git a/resources/lang/sv-SE/admin/settings/message.php b/resources/lang/sv-SE/admin/settings/message.php
index cf809a90e..2ff996e53 100644
--- a/resources/lang/sv-SE/admin/settings/message.php
+++ b/resources/lang/sv-SE/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Klart! Kontrollera ',
'success_pt2' => ' kanal för ditt testmeddelande, och se till att klicka på SPARA nedan för att lagra dina inställningar.',
'500' => '500 Server fel.',
- 'error' => 'Någonting gick fel.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php
index e1f394a7b..626fca808 100644
--- a/resources/lang/sv-SE/admin/users/general.php
+++ b/resources/lang/sv-SE/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Fjärr',
'remote_help' => 'Detta kan vara användbart om du behöver filtrera fjärranvändare som aldrig eller sällan kommer till dina fysiska platser.',
'not_remote_label' => 'Detta är inte en fjärranvändare',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/sv-SE/admin/users/message.php b/resources/lang/sv-SE/admin/users/message.php
index 06e35e71e..b14215d51 100644
--- a/resources/lang/sv-SE/admin/users/message.php
+++ b/resources/lang/sv-SE/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'De valda användare som är aktiverade och har en giltig e-postadress har skickats en länk för att återställa lösenordet.',
'password_reset_sent' => 'En återställningslänk för lösenord har skickats till :email!',
'user_has_no_email' => 'Den här användaren har ingen e-postadress i sin profil.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => 'Den här användaren har inga tilldelade tillgångar',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Den här användaren har ingen e-postadress.',
+ 'success' => 'Användaren har meddelats om sitt nuvarande inventarie.'
)
);
\ No newline at end of file
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index 487df68ad..10ae1ad72 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Administratör',
'administrator' => 'Administratör',
'add_seats' => 'Tillagda platser',
- 'age' => "Age",
+ 'age' => "Ålder",
'all_assets' => 'Alla Tillgångar',
'all' => 'Alla',
'archived' => 'Arkiverad',
@@ -281,9 +281,9 @@ return [
'yes' => 'Ja',
'zip' => 'Blixtlås',
'noimage' => 'Ingen bild uppladdad eller bild hittades inte.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'Den begärda filen finns inte på servern.',
+ 'file_upload_success' => 'Filuppladdningen lyckades!',
+ 'no_files_uploaded' => 'Filuppladdningen lyckades!',
'token_expired' => 'Din formulärperiod har löpt ut. Var god försök igen.',
'login_enabled' => 'Inloggning aktiverad',
'audit_due' => 'Nästa inventering',
diff --git a/resources/lang/sv-SE/localizations.php b/resources/lang/sv-SE/localizations.php
index b9c88d2e5..2f1345ba8 100644
--- a/resources/lang/sv-SE/localizations.php
+++ b/resources/lang/sv-SE/localizations.php
@@ -34,14 +34,14 @@ return [
'lv'=>'Lettiska',
'lt'=> 'Litauiska',
'mk'=> 'Makedonska',
- 'ms'=> 'Malay',
+ 'ms'=> 'Malajiska',
'mi'=> 'Maori',
'mn'=> 'Mongoliska',
'no'=> 'Norska',
'fa'=> 'Persiska',
'pl'=> 'Polska',
- 'pt-PT'=> 'Portuguese',
- 'pt-BR'=> 'Portuguese, Brazilian',
+ 'pt-PT'=> 'Portugisiska',
+ 'pt-BR'=> 'Portugisiska, Brasilien',
'ro'=> 'Rumänska',
'ru'=> 'Ryska',
'sr-CS' => 'Serbiska (latinsk)',
@@ -52,7 +52,7 @@ return [
'es-VE'=> 'Spanska, Venezuela',
'sv-SE'=> 'Svenska',
'tl'=> 'Tagalog',
- 'ta'=> 'Tamil',
+ 'ta'=> 'Tamilska',
'th'=> 'Thailändska',
'tr'=> 'Turkiska',
'uk'=> 'Ukrainska',
@@ -64,17 +64,17 @@ return [
'select_country' => 'Välj ett land',
'countries' => [
- 'AC'=>'Ascension Island',
+ 'AC'=>'Ön Ascension',
'AD'=>'Andorra',
- 'AE'=>'United Arab Emirates',
- 'AF'=>'Afghanistan',
- 'AG'=>'Antigua And Barbuda',
+ 'AE'=>'Förenade Arabemiraten',
+ 'AF'=>'Afganistan',
+ 'AG'=>'Antigua och Barbuda',
'AI'=>'Anguilla',
- 'AL'=>'Albania',
- 'AM'=>'Armenia',
- 'AN'=>'Netherlands Antilles',
+ 'AL'=>'Albanien',
+ 'AM'=>'Armenien',
+ 'AN'=>'Aragonesiska',
'AO'=>'Angola',
- 'AQ'=>'Antarctica',
+ 'AQ'=>'Antarktis',
'AR'=>'Argentina',
'AS'=>'American Samoa',
'AT'=>'Österrike',
@@ -168,10 +168,10 @@ return [
'IM'=>'Isle of Man',
'IN'=>'India',
'IO'=>'British Indian Ocean Territory',
- 'IQ'=>'Iraq',
- 'IR'=>'Iran, Islamic Republic Of',
- 'IS'=>'Iceland',
- 'IT'=>'Italy',
+ 'IQ'=>'Irak',
+ 'IR'=>'Iran',
+ 'IS'=>'Island',
+ 'IT'=>'Italien',
'JE'=>'Jersey',
'JM'=>'Jamaica',
'JO'=>'Jordan',
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sverige',
'SG'=>'Singapore',
diff --git a/resources/lang/sv-SE/mail.php b/resources/lang/sv-SE/mail.php
index cf65a0ce4..a8fff659b 100644
--- a/resources/lang/sv-SE/mail.php
+++ b/resources/lang/sv-SE/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Logga in på din nya Snipe-IT-installation med hjälp av inloggningsuppgifterna nedan:',
'login' => 'Logga in:',
'Low_Inventory_Report' => 'Meddelande om lågt lagersaldo',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min. antal',
'name' => 'namn',
'new_item_checked' => 'En ny artikel har blivit utcheckad i ditt namn, se detaljer nedan.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Påminnelse: :name sluttiden för incheckning närmar sig',
'Expected_Checkin_Date' => 'En tillgång som checkas ut till dig kommer att checkas in igen :date',
'your_assets' => 'Visa dina tillgångar',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php
index 5debedf51..def9b9fa7 100644
--- a/resources/lang/sv-SE/validation.php
+++ b/resources/lang/sv-SE/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':attribute måste vara en fil.',
'filled' => ':attribute fältet måste ha ett värde.',
'image' => ':attribute måste vara en bild.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Värdet för :fieldname kan inte vara noll.',
'in' => 'Det valda :attribute är ogiltigt.',
'in_array' => ':attribute fältet existerar inte i :other.',
'integer' => ':attribute måste vara ett heltal.',
'ip' => ':attribute måste vara en giltig IP-adress.',
'ipv4' => ':attribute måste vara en giltig IPv4-adress.',
'ipv6' => ':attribute måste vara en giltig IPv6-adress.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute måste vara unikt för detta företag',
'json' => ':attribute måste vara en giltig JSON-sträng.',
'max' => [
'numeric' => ':attribute får inte vara större än :max.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Ditt nuvarande lösenord är felaktigt',
'dumbpwd' => 'Det angivna lösenordet är för vanligt.',
'statuslabel_type' => 'Du måste ange en giltig typ av statusetikett',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ta/admin/categories/message.php b/resources/lang/ta/admin/categories/message.php
index e90faccec..6fb5adb9b 100644
--- a/resources/lang/ta/admin/categories/message.php
+++ b/resources/lang/ta/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'வகை புதுப்பிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்',
- 'success' => 'வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
+ 'success' => 'வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ta/admin/components/general.php b/resources/lang/ta/admin/components/general.php
index a398121fd..6dc96826b 100644
--- a/resources/lang/ta/admin/components/general.php
+++ b/resources/lang/ta/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'மீதமுள்ள',
'total' => 'மொத்த',
'update' => 'உபகரணத்தை புதுப்பிக்கவும்',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ta/admin/custom_fields/general.php b/resources/lang/ta/admin/custom_fields/general.php
index 883e119b7..018dedf4a 100644
--- a/resources/lang/ta/admin/custom_fields/general.php
+++ b/resources/lang/ta/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'மாதிரிகள் பயன்படுத்தப்படுகிறது',
'order' => 'ஆணை',
'create_fieldset' => 'புதிய புலனாய்வு',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'புதிய தனிப்பயன் புலம்',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ta/admin/hardware/general.php b/resources/lang/ta/admin/hardware/general.php
index 23b8e099f..e5911e582 100644
--- a/resources/lang/ta/admin/hardware/general.php
+++ b/resources/lang/ta/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'சொத்து திருத்து',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'கோரப்பட்டது',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ta/admin/hardware/message.php b/resources/lang/ta/admin/hardware/message.php
index cab67aeda..bdaea819b 100644
--- a/resources/lang/ta/admin/hardware/message.php
+++ b/resources/lang/ta/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'உங்கள் கோப்பு இறக்குமதி செய்யப்பட்டது',
'file_delete_success' => 'உங்கள் கோப்பு வெற்றிகரமாக நீக்கப்பட்டது',
'file_delete_error' => 'கோப்பை நீக்க முடியவில்லை',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ta/admin/models/message.php b/resources/lang/ta/admin/models/message.php
index f6dd2d4da..4410b610a 100644
--- a/resources/lang/ta/admin/models/message.php
+++ b/resources/lang/ta/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'மாதிரி இல்லை.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'தற்போது இந்த மாதிரி ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட சொத்துக்களுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. சொத்துக்களை நீக்கிவிட்டு மீண்டும் நீக்குவதற்கு முயற்சிக்கவும்.',
diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php
index b7eee079d..eed4090e6 100644
--- a/resources/lang/ta/admin/settings/general.php
+++ b/resources/lang/ta/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ta/admin/settings/message.php b/resources/lang/ta/admin/settings/message.php
index 8667f1971..dc40c4266 100644
--- a/resources/lang/ta/admin/settings/message.php
+++ b/resources/lang/ta/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ta/admin/users/general.php b/resources/lang/ta/admin/users/general.php
index 771c8ed7a..d1ea5ac64 100644
--- a/resources/lang/ta/admin/users/general.php
+++ b/resources/lang/ta/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ta/general.php b/resources/lang/ta/general.php
index d96af8937..a9d59532a 100644
--- a/resources/lang/ta/general.php
+++ b/resources/lang/ta/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'நிர்வாகம்',
'administrator' => 'நிர்வாகி',
'add_seats' => 'சேர்க்கப்பட்டது இடங்கள்',
- 'age' => "Age",
+ 'age' => "வயது",
'all_assets' => 'அனைத்து சொத்துகளும்',
'all' => 'அனைத்து',
'archived' => 'காப்பகப்படுத்தியவை',
@@ -20,14 +20,14 @@ return [
'asset' => 'சொத்து',
'asset_report' => 'சொத்து அறிக்கை',
'asset_tag' => 'சொத்து டேக்',
- 'asset_tags' => 'Asset Tags',
- 'assets_available' => 'Assets available',
- 'accept_assets' => 'Accept Assets :name',
- 'accept_assets_menu' => 'Accept Assets',
+ 'asset_tags' => 'சொத்துக் குறிகள்',
+ 'assets_available' => 'சொத்துக்கள் கிடைக்கின்றன',
+ 'accept_assets' => ':name சொத்துக்களை ஒப்புக்கொள்',
+ 'accept_assets_menu' => 'சொத்துக்களை ஒப்புக்கொள்',
'audit' => 'தணிக்கை',
'audit_report' => 'தணிக்கைப் பதிவு',
'assets' => 'சொத்துக்கள்',
- 'assigned_to' => 'Assigned to :name',
+ 'assigned_to' => ':nameக்கு ஒதுக்கப்பட்டது',
'avatar_delete' => 'Avatar நீக்கு',
'avatar_upload' => 'Avatar பதிவேற்றவும்',
'back' => 'மீண்டும்',
@@ -35,9 +35,9 @@ return [
'bulkaudit' => 'மொத்த ஆடிட்',
'bulkaudit_status' => 'தணிக்கை நிலை',
'bulk_checkout' => 'மொத்த புதுப்பிப்பு',
- 'bulk_edit' => 'Bulk Edit',
- 'bulk_delete' => 'Bulk Delete',
- 'bulk_actions' => 'Bulk Actions',
+ 'bulk_edit' => 'மொத்த திருத்தம்',
+ 'bulk_delete' => 'மொத்த நீக்கம்',
+ 'bulk_actions' => 'மொத்த செயல்கள்',
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
'bystatus' => 'by Status',
'cancel' => 'ரத்து',
diff --git a/resources/lang/ta/localizations.php b/resources/lang/ta/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ta/localizations.php
+++ b/resources/lang/ta/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ta/mail.php b/resources/lang/ta/mail.php
index ab6262f13..26e11c3c0 100644
--- a/resources/lang/ta/mail.php
+++ b/resources/lang/ta/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'கீழே உள்ள சான்றுகளை பயன்படுத்தி உங்கள் புதிய Snipe-IT நிறுவலுக்கு உள்நுழையவும்:',
'login' => 'உள் நுழை:',
'Low_Inventory_Report' => 'குறைவான சரக்கு அறிக்கை',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'குறைந்தது QTY',
'name' => 'பெயர்',
'new_item_checked' => 'உங்கள் பெயரில் ஒரு புதிய உருப்படி சோதிக்கப்பட்டது, விவரங்கள் கீழே உள்ளன.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php
index 5cfdf6804..58254d1f0 100644
--- a/resources/lang/ta/validation.php
+++ b/resources/lang/ta/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'உங்கள் தற்போதைய கடவுச்சொல் தவறானது',
'dumbpwd' => 'அந்த கடவுச்சொல் மிகவும் பொதுவானது.',
'statuslabel_type' => 'செல்லுபடியாகும் நிலை லேபிள் வகை தேர்ந்தெடுக்க வேண்டும்',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/th/admin/asset_maintenances/general.php b/resources/lang/th/admin/asset_maintenances/general.php
index 1f6106916..2dd76d346 100644
--- a/resources/lang/th/admin/asset_maintenances/general.php
+++ b/resources/lang/th/admin/asset_maintenances/general.php
@@ -11,6 +11,6 @@
'calibration' => 'การเปรียบเทียบค่า',
'software_support' => 'การสนับสนุน Software',
'hardware_support' => 'การสนับสนุน Hardware',
- 'configuration_change' => 'Configuration Change',
- 'pat_test' => 'PAT Test',
+ 'configuration_change' => 'เปลี่ยนการตั้งค่า',
+ 'pat_test' => 'การทดสอบสินค้าอันตราย',
];
diff --git a/resources/lang/th/admin/categories/message.php b/resources/lang/th/admin/categories/message.php
index 92bed1972..d75989743 100644
--- a/resources/lang/th/admin/categories/message.php
+++ b/resources/lang/th/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'ยังไม่ได้ปรับปรุงหมวดหมู่ กรุณาลองอีกครั้ง',
- 'success' => 'ปรับปรุงหมวดหมู่เรียบร้อยแล้ว.'
+ 'success' => 'ปรับปรุงหมวดหมู่เรียบร้อยแล้ว.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/th/admin/components/general.php b/resources/lang/th/admin/components/general.php
index 570e0fc33..dc19e7119 100644
--- a/resources/lang/th/admin/components/general.php
+++ b/resources/lang/th/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'ที่เหลืออยู่',
'total' => 'ทั้งหมด',
'update' => 'อัพเดตคอมโพเนนต์',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/th/admin/custom_fields/general.php b/resources/lang/th/admin/custom_fields/general.php
index 8dfc68089..01bebd1cb 100644
--- a/resources/lang/th/admin/custom_fields/general.php
+++ b/resources/lang/th/admin/custom_fields/general.php
@@ -2,11 +2,11 @@
return [
'custom_fields' => 'ฟิลด์ที่กำหนดเอง',
- 'manage' => 'Manage',
+ 'manage' => 'จัดการ',
'field' => 'สนาม',
'about_fieldsets_title' => 'เกี่ยวกับ 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 Regex format...',
+ 'about_fieldsets_text' => 'ชุดฟิลด์ที่ช่วยให้คุณสร้างกลุ่มของฟิลด์ที่กำหนดได้เอง ซึ่งมักจะใช้ซ้ำสำหรับการเจาะจงประเภทของสินทรัพย์',
+ 'custom_format' => 'กำหนดรูปแบบ...',
'encrypt_field' => 'เข้ารหัสค่าของฟิลด์นี้ในฐานข้อมูล',
'encrypt_field_help' => 'คำเตือน: การเข้ารหัสฟิลด์ทำให้ไม่สามารถค้นหาได้',
'encrypted' => 'เข้ารหัส',
@@ -27,23 +27,26 @@ return [
'used_by_models' => 'ใช้ตามโมเดล',
'order' => 'ใบสั่ง',
'create_fieldset' => 'Fieldset ใหม่',
- 'create_fieldset_title' => 'Create a new fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
+ 'create_fieldset_title' => 'สร้างชุดฟิวด์ใหม่',
'create_field' => 'ฟิลด์ที่กำหนดเองใหม่',
- 'create_field_title' => 'Create a new custom field',
+ 'create_field_title' => 'สร้างฟิลด์ที่กำหนดเองใหม่',
'value_encrypted' => 'ค่าของฟิลด์นี้ถูกเข้ารหัสในฐานข้อมูล เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถดูค่าที่ถอดรหัสได้',
'show_in_email' => 'ใส่ค่าของฟิลด์นี้ลงในอีเมลเช็คเอาต์ที่ส่งถึงผู้ใช้หรือไม่? ฟิลด์ที่เข้ารหัสไม่สามารถรวมอยู่ในอีเมลได้',
- 'help_text' => 'Help Text',
- 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
- 'about_custom_fields_title' => 'About Custom Fields',
- 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
- 'add_field_to_fieldset' => 'Add Field to Fieldset',
- 'make_optional' => 'Required - click to make optional',
- 'make_required' => 'Optional - click to make required',
- 'reorder' => 'Reorder',
- 'db_field' => 'DB Field',
- 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected
.',
- 'is_unique' => 'This value must be unique across all assets',
- 'unique' => 'Unique',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'help_text' => 'ช่วยเหลือ',
+ 'help_text_description' => 'ข้อความนี้จะปรากฏขึ้นมาด้านล่างในขณะแก้แบบฟอร์มของเนื้อหาสินทรัพย์',
+ 'about_custom_fields_title' => 'เกี่ยวกับการกำหนดฟิลด์',
+ 'about_custom_fields_text' => 'กำหนดฟิลด์เอง ช่วยให้คุณเพิ่มแอตทริบิวต์ให้กับสินทรัพย์ได้ตามอำเภอใจ',
+ 'add_field_to_fieldset' => 'เพิ่มฟิลด์ในชุดฟิลด์',
+ 'make_optional' => 'จำเป็น - คลิกเพื่อเปลี่ยนเป็นไม่จำเป็น',
+ 'make_required' => 'ไม่จำเป็น - คลิกเพื่อเปลี่ยนเป็นจำเป็น',
+ 'reorder' => 'จัดลำดับใหม่',
+ 'db_field' => 'ฟิลด์ฐานข้อมูล',
+ 'db_convert_warning' => 'โปรดระวัง: ฟิลด์นี้อยู่ในตารางฟิลด์แบบกำหนดเองเป็น :db_column
but should be :expected
.',
+ 'is_unique' => 'ค่านี้ต้องไม่ซ้ำใคร',
+ 'unique' => 'ไม่ซ้ำใคร',
+ 'display_in_user_view' => 'อนุญาตให้ผู้ใช้เข้าดูข้อมูลเหล่านี้ในหน้ากำหนดสินทรัพย์',
+ 'display_in_user_view_table' => 'เปิดเห็นผู้ใช้',
];
diff --git a/resources/lang/th/admin/custom_fields/message.php b/resources/lang/th/admin/custom_fields/message.php
index 7da352e33..582424477 100644
--- a/resources/lang/th/admin/custom_fields/message.php
+++ b/resources/lang/th/admin/custom_fields/message.php
@@ -51,7 +51,7 @@ return array(
'fieldset_default_value' => array(
- 'error' => 'Error validating default fieldset values.',
+ 'error' => 'เกิดข้อผิดพลาดในการตรวจสอบค่าชุดฟิลด์เริ่มต้น',
),
diff --git a/resources/lang/th/admin/hardware/general.php b/resources/lang/th/admin/hardware/general.php
index 1a79b9f55..e8d660397 100644
--- a/resources/lang/th/admin/hardware/general.php
+++ b/resources/lang/th/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'สินทรัพย์นี้ถูกลบไปแล้ว',
'edit' => 'แก้ไขสินทรัพย์',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'ร้องขอได้',
'requested' => 'การขอใช้บริการ',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php
index 6650bb73b..44ac80716 100644
--- a/resources/lang/th/admin/hardware/message.php
+++ b/resources/lang/th/admin/hardware/message.php
@@ -4,7 +4,7 @@ return [
'undeployable' => 'คำเตือน: สินทรัพย์นี้ถูกกำหนดสถานะให้ไม่สามารถใช้งานได้ หากสถานะนี้ถูกเปลี่ยน กรุณาอัพเดทสถานะสินทรัพย์ด้วย',
'does_not_exist' => 'ไม่มีสินทรัพย์',
- 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
+ 'does_not_exist_or_not_requestable' => 'สินทรัพย์นั้นไม่มีอยู่หรือไม่สามารถร้องขอได้',
'assoc_users' => 'ขณะนี้มีการตรวจสอบเนื้อหานี้แก่ผู้ใช้และไม่สามารถลบออกได้ โปรดตรวจสอบเนื้อหาเป็นครั้งแรกจากนั้นลองลบอีกครั้ง',
'create' => [
@@ -16,7 +16,7 @@ return [
'error' => 'ไม่ได้อัปเดตเนื้อหาโปรดลองอีกครั้ง',
'success' => 'อัปเดตเนื้อหาสำเร็จแล้ว',
'nothing_updated' => 'ไม่มีการเลือกเขตข้อมูลดังนั้นไม่มีการอัปเดตอะไรเลย',
- 'no_assets_selected' => 'No assets were selected, so nothing was updated.',
+ 'no_assets_selected' => 'ไม่มีการเลือกรายการสินทรัพย์ จึงไม่มีการอัพเดท',
],
'restore' => [
@@ -48,6 +48,8 @@ return [
'success' => 'ไฟล์ของคุณถูกนำเข้าแล้ว',
'file_delete_success' => 'ไฟล์ของคุณถูกลบเรียบร้อยแล้ว',
'file_delete_error' => 'ไม่สามารถลบไฟล์ได้',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/th/admin/licenses/message.php b/resources/lang/th/admin/licenses/message.php
index 6e90b6cb1..e22e72e87 100644
--- a/resources/lang/th/admin/licenses/message.php
+++ b/resources/lang/th/admin/licenses/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'License does not exist or you do not have permission to view it.',
+ 'does_not_exist' => 'ไม่พบใบอนุญาตหรือคุณไม่มีสิทธิ์ในการเข้าถึง',
'user_does_not_exist' => 'ไม่มีผู้ใช้',
'asset_does_not_exist' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้ไม่มีอยู่',
'owner_doesnt_match_asset' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้เป็นของ somene ไม่ใช่บุคคลที่เลือกในรายการที่กำหนดให้กับ dropdown',
diff --git a/resources/lang/th/admin/locations/message.php b/resources/lang/th/admin/locations/message.php
index eb3c0cd0b..6aae7c477 100644
--- a/resources/lang/th/admin/locations/message.php
+++ b/resources/lang/th/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
'assoc_assets' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
'assoc_child_loc' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับหมวดสถานที่ใดที่หนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงสถานที่ของท่านไม่ให้มีส่วนเกี่ยวข้องกับหมวดสถานที่นี้ และลองอีกครั้ง. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'สินทรัพย์ถูกมอบหมายแล้ว',
+ 'current_location' => 'ตำแหน่งปัจจุบัน',
'create' => array(
diff --git a/resources/lang/th/admin/models/message.php b/resources/lang/th/admin/models/message.php
index 9b746940a..089a16472 100644
--- a/resources/lang/th/admin/models/message.php
+++ b/resources/lang/th/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'ไม่มีโมเดลนี้',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'โมเดลนี้มีความสัมพันธ์กับสินทรัพย์หนึ่ง หรือมากกว่าในปัจจุบัน และจะไม่สามารถลบได้ กรุณาลบสินทรัพย์และลองอีกครั้ง ',
diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php
index e0a4d1980..a39030b02 100644
--- a/resources/lang/th/admin/settings/general.php
+++ b/resources/lang/th/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/th/admin/settings/message.php b/resources/lang/th/admin/settings/message.php
index 09bbde3fd..9a61240ab 100644
--- a/resources/lang/th/admin/settings/message.php
+++ b/resources/lang/th/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php
index 4f828a2eb..7c14810b1 100644
--- a/resources/lang/th/admin/users/general.php
+++ b/resources/lang/th/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/th/localizations.php b/resources/lang/th/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/th/localizations.php
+++ b/resources/lang/th/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/th/mail.php b/resources/lang/th/mail.php
index e89e28234..914035082 100644
--- a/resources/lang/th/mail.php
+++ b/resources/lang/th/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'เข้าสู่ระบบการติดตั้ง Snipe-IT ใหม่ของคุณโดยใช้ข้อมูลรับรองด้านล่าง:',
'login' => 'เข้าสู่ระบบ:',
'Low_Inventory_Report' => 'รายงานพื้นที่โฆษณาต่ำ',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'ชื่อ',
'new_item_checked' => 'รายการใหม่ได้รับการตรวจสอบภายใต้ชื่อของคุณแล้วรายละเอียดมีดังนี้',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'เตือนความจำ :: ใกล้หมดเวลาเช็คอิน',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'ดูสินทรัพย์ที่มี',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php
index 7e0afde72..5c3fdd84f 100644
--- a/resources/lang/th/validation.php
+++ b/resources/lang/th/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'รหัสผ่านปัจจุบันของคุณไม่ถูกต้อง',
'dumbpwd' => 'รหัสผ่านที่ใช้กันอยู่ทั่วไป',
'statuslabel_type' => 'คุณต้องเลือกประเภทป้ายสถานะที่ถูกต้อง',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/tl/admin/categories/message.php b/resources/lang/tl/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/tl/admin/categories/message.php
+++ b/resources/lang/tl/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/tl/admin/components/general.php b/resources/lang/tl/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/tl/admin/components/general.php
+++ b/resources/lang/tl/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/tl/admin/custom_fields/general.php b/resources/lang/tl/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/tl/admin/custom_fields/general.php
+++ b/resources/lang/tl/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/tl/admin/hardware/general.php b/resources/lang/tl/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/tl/admin/hardware/general.php
+++ b/resources/lang/tl/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/tl/admin/hardware/message.php b/resources/lang/tl/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/tl/admin/hardware/message.php
+++ b/resources/lang/tl/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/tl/admin/models/message.php b/resources/lang/tl/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/tl/admin/models/message.php
+++ b/resources/lang/tl/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/tl/admin/settings/general.php b/resources/lang/tl/admin/settings/general.php
index 488968c79..c70550528 100644
--- a/resources/lang/tl/admin/settings/general.php
+++ b/resources/lang/tl/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/tl/admin/settings/message.php b/resources/lang/tl/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/tl/admin/settings/message.php
+++ b/resources/lang/tl/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/tl/admin/users/general.php b/resources/lang/tl/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/tl/admin/users/general.php
+++ b/resources/lang/tl/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/tl/localizations.php b/resources/lang/tl/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/tl/localizations.php
+++ b/resources/lang/tl/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/tl/mail.php b/resources/lang/tl/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/tl/mail.php
+++ b/resources/lang/tl/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/tl/validation.php
+++ b/resources/lang/tl/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/tr/admin/categories/message.php b/resources/lang/tr/admin/categories/message.php
index 3833ba7fd..c876ad866 100644
--- a/resources/lang/tr/admin/categories/message.php
+++ b/resources/lang/tr/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Kategori güncellenemedi, Lütfen tekrar deneyin',
- 'success' => 'Kategori güncellendi.'
+ 'success' => 'Kategori güncellendi.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/tr/admin/components/general.php b/resources/lang/tr/admin/components/general.php
index f189c1d8c..86a02cc43 100644
--- a/resources/lang/tr/admin/components/general.php
+++ b/resources/lang/tr/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Kalan',
'total' => 'Toplam',
'update' => 'Bileşeni düzenle',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/tr/admin/custom_fields/general.php b/resources/lang/tr/admin/custom_fields/general.php
index 59c67a6d4..4fe1973b8 100644
--- a/resources/lang/tr/admin/custom_fields/general.php
+++ b/resources/lang/tr/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Modellerle Kullanılmıştır',
'order' => 'Sipariş',
'create_fieldset' => 'Yeni alan kümesi',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Yeni bir alan kümesi oluştur',
'create_field' => 'Yeni özel alan',
'create_field_title' => 'Yeni bir özel alan oluştur',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => 'UYARI. Bu alan, özel alanlar tablosunda :db_column
olarak bulunur, ancak :expected
olmalıdır.',
'is_unique' => 'Bu değer tüm varlıklarda benzersiz olmalıdır',
'unique' => 'Benzersiz',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => 'Teslim alınan kullanıcının bu değerleri Atanan Varlıkları Görüntüle sayfasında görüntülemesine izin ver',
+ 'display_in_user_view_table' => 'Kullanıcı tarafından görülebilir',
];
diff --git a/resources/lang/tr/admin/departments/message.php b/resources/lang/tr/admin/departments/message.php
index c4fb66235..ee249cee6 100644
--- a/resources/lang/tr/admin/departments/message.php
+++ b/resources/lang/tr/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Bölüm mevcut değil.',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => 'Bu şirket konumunda bu ada sahip bir departman zaten var. Veya bu departman için daha spesifik bir isim seçin. ',
'assoc_users' => 'Bu bölüm şu anda en az bir kullanıcı ile ilişkili ve silinemez. Bölümü silebilmek için ilişkili kullanıcıları güncelleyin. ',
'create' => array(
'error' => 'Bölüm oluşturulmadı, lütfen yeniden deneyin.',
diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php
index e722283ab..cc3f12f0d 100644
--- a/resources/lang/tr/admin/hardware/form.php
+++ b/resources/lang/tr/admin/hardware/form.php
@@ -6,7 +6,7 @@ return [
'bulk_delete_warn' => ':asset_count adet varlığı düzenlemek üzeresiniz.',
'bulk_update' => 'Demirbaşları Toplu Güncelle',
'bulk_update_help' => 'Bu form birden çok demirbaşı tek seferde güncellemenizi sağlar. Lütfen sadece değiştirmek istediğiniz alanları doldurunuz. Değiştirilmesini istemediğiniz alanları boş bırakınız. ',
- 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
+ 'bulk_update_warn' => 'Tek bir varlığın özelliklerini düzenlemek üzeresiniz.| :asset_count varlıkların özelliklerini düzenlemek üzeresiniz.',
'checkedout_to' => 'Çıkış Yapılmış Olan Kişi',
'checkout_date' => 'Çıkış Tarihi',
'checkin_date' => 'Giriş Tarihi',
diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php
index 4644b814a..e41a025f1 100644
--- a/resources/lang/tr/admin/hardware/general.php
+++ b/resources/lang/tr/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Bu varlık silindi.',
'edit' => 'Demirbaşı Düzenle',
'model_deleted' => 'Bu varlık modeli silindi. Varlığı geri almak için modelini geri almalısınız.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Talep edilebilir',
'requested' => 'Talep edildi',
'not_requestable' => 'Talep Edilemez',
diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php
index 2f6072b3c..aa372932e 100644
--- a/resources/lang/tr/admin/hardware/message.php
+++ b/resources/lang/tr/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Dosyanızı içe aktarıldı',
'file_delete_success' => 'Dosyanız başarıyla silindi',
'file_delete_error' => 'Dosya silenemedi',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php
index bdc530f86..43375fce7 100644
--- a/resources/lang/tr/admin/licenses/message.php
+++ b/resources/lang/tr/admin/licenses/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'License does not exist or you do not have permission to view it.',
+ 'does_not_exist' => 'Lisans mevcut değil veya görüntüleme izniniz yok.',
'user_does_not_exist' => 'Kullanıcı mevcut değil.',
'asset_does_not_exist' => 'Lisans ile ilişkilendirmek istediğiniz demirbaş mevcut değil.',
'owner_doesnt_match_asset' => 'Lisans ile ilişkilendirmek istediğiniz demirbaş ilişkilendirmek istediğiniz kişiden başkasına atanmış durumda.',
diff --git a/resources/lang/tr/admin/locations/message.php b/resources/lang/tr/admin/locations/message.php
index 9930b5064..79c56aa50 100644
--- a/resources/lang/tr/admin/locations/message.php
+++ b/resources/lang/tr/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ',
'assoc_assets' => 'Bu konum şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu konumu kullanabilmek için varlık konumlarını güncelleştirin.',
'assoc_child_loc' => 'Bu konum şu anda en az bir alt konum üstüdür ve silinemez. Lütfen artık bu konuma ait alt konumları güncelleyin. ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => 'Atanan Varlıklar',
+ 'current_location' => 'Mevcut konum',
'create' => array(
diff --git a/resources/lang/tr/admin/models/message.php b/resources/lang/tr/admin/models/message.php
index 05e3dda1b..69ff3d29b 100644
--- a/resources/lang/tr/admin/models/message.php
+++ b/resources/lang/tr/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model mevcut değil.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Model bir ya da daha çok demirbaş ile ilişkili ve silinemez. Lütfen demirbaşları silin ve tekrar deneyin. ',
diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php
index f7ffa8f37..153b6b045 100644
--- a/resources/lang/tr/admin/settings/general.php
+++ b/resources/lang/tr/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => 'Bu kutuyu işaretlemek, kullanıcının UI kaplamasını farklı bir kaplamayla geçersiz kılmasına olanak tanır.',
'asset_ids' => 'Demirbaş No',
'audit_interval' => 'Denetim Aralığı',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => 'Varlıklarınızı düzenli olarak fiziksel olarak denetlemeniz gerekiyorsa, kullandığınız aralığı ay olarak girin. Bu değeri güncellerseniz, denetim tarihi yaklaşan varlıklar için tüm "sonraki denetim tarihleri" güncellenir.',
'audit_warning_days' => 'Denetim Uyarı Eşiği',
'audit_warning_days_help' => 'Mal varlığının denetime tabi olması gerektiği zaman sizi kaç gün öncesinden uyarmalıyız?',
'auto_increment_assets' => 'Otomatik olarak artan varlık etiketi oluşturun',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => 'En güzel görünen logolar kare şeklindeki logolardır - her ürün etiketinin sağ üst bölümünde görüntülenir. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => 'Varsayılan İzinler Grubu',
+ 'ldap_default_group_info' => 'Yeni senkronize edilen kullanıcılara atamak için bir grup seçin. Bir kullanıcının atandığı grubun izinlerini aldığını unutmayın.',
+ 'no_default_group' => 'Varsayılan Grup Yok',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP İstemci Tarafı TLS anahtarı',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Sertifikası',
diff --git a/resources/lang/tr/admin/settings/message.php b/resources/lang/tr/admin/settings/message.php
index becfbf75f..6ed01f725 100644
--- a/resources/lang/tr/admin/settings/message.php
+++ b/resources/lang/tr/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Başarılı! Kontrol edin ',
'success_pt2' => ' test mesajınız için kanal seçin ve ayarlarınızı kaydetmek için aşağıdaki KAYDET\'i tıkladığınızdan emin olun.',
'500' => '500 Sunucu Hatası.',
- 'error' => 'Bir şeyler yanlış gitti.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php
index 79556e12d..e6e073cb6 100644
--- a/resources/lang/tr/admin/users/general.php
+++ b/resources/lang/tr/admin/users/general.php
@@ -34,11 +34,11 @@ return [
'admin_permission_warning' => 'Yalnızca yönetici haklarına veya daha fazlasına sahip kullanıcılar, bir kullanıcıya yönetici erişimi verebilir.',
'remove_group_memberships' => 'Grup Üyeliklerini Kaldır',
'warning_deletion' => 'UYARILAR:',
- 'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
+ 'warning_deletion_information' => 'Aşağıda listelenen :sayılan kullanıcı(lar) daki TÜM öğeleri kontrol etmek üzeresiniz. Süper yönetici adları kırmızıyla vurgulanır.',
'update_user_assets_status' => 'Bu kullanıcılar için tüm varlıkları bu duruma güncelleyin',
'checkin_user_properties' => 'Bu kullanıcılarla ilişkili tüm mülkleri kontrol edin',
'remote_label' => 'Bu uzak bir kullanıcı',
'remote' => 'Uzaktan Kumanda',
'remote_help' => 'Bu, fiziksel konumlarınıza hiç gelmeyen veya nadiren gelen uzak kullanıcılara göre filtrelemeniz gerektiğinde yararlı olabilir.',
'not_remote_label' => 'Bu uzak bir kullanıcı değil',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/tr/admin/users/message.php b/resources/lang/tr/admin/users/message.php
index 06f6c5f14..b8706ac7a 100644
--- a/resources/lang/tr/admin/users/message.php
+++ b/resources/lang/tr/admin/users/message.php
@@ -14,8 +14,8 @@ return array(
'ldap_not_configured' => 'LDAP entegrasyonu bu yükleme için yapılandırılmamış.',
'password_resets_sent' => 'Etkinleştirilmiş ve geçerli bir e-posta adresine sahip seçilen kullanıcılara şifre sıfırlama bağlantısı gönderildi.',
'password_reset_sent' => ':email! adresine bir şifre sıfırlama bağlantısı gönderildi!',
- 'user_has_no_email' => 'This user does not have an email address in their profile.',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_email' => 'Bu kullanıcının profilinde bir e-posta adresi yok.',
+ 'user_has_no_assets_assigned' => 'Bu kullanıcının atanmış herhangi bir varlığı yok',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => 'Bu kullanıcının e-posta grubu yok.',
+ 'success' => 'Kullanıcı, mevcut envanteri hakkında bilgilendirildi.'
)
);
\ No newline at end of file
diff --git a/resources/lang/tr/button.php b/resources/lang/tr/button.php
index 63fca140a..1b18fdfee 100644
--- a/resources/lang/tr/button.php
+++ b/resources/lang/tr/button.php
@@ -4,7 +4,7 @@ return [
'actions' => 'Hareketler',
'add' => 'Yeni ekle',
'cancel' => 'İptal',
- 'checkin_and_delete' => 'Checkin All / Delete User',
+ 'checkin_and_delete' => 'Tümünü Kontrol Et / Kullanıcıyı Sil',
'delete' => 'Sil',
'edit' => 'Düzenle',
'restore' => 'Geri yükle',
diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php
index 86329aaf3..86bcf76d6 100644
--- a/resources/lang/tr/general.php
+++ b/resources/lang/tr/general.php
@@ -11,7 +11,7 @@ return [
'admin' => 'Yönetici',
'administrator' => 'Yönetici',
'add_seats' => 'Eklenen kişi sayısı',
- 'age' => "Age",
+ 'age' => "Yaş",
'all_assets' => 'Tüm Demirbaşlar',
'all' => 'Tümü',
'archived' => 'Arşivlenmiş',
@@ -38,7 +38,7 @@ return [
'bulk_edit' => 'Toplu Düzenle',
'bulk_delete' => 'Toplu Sil',
'bulk_actions' => 'Toplu Eylemler',
- 'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
+ 'bulk_checkin_delete' => 'Kullanıcılardan gelen toplu kontrol öğeleri',
'bystatus' => 'Duruma göre',
'cancel' => 'İptal',
'categories' => 'Kategoriler',
@@ -105,8 +105,8 @@ Context | Request Context
'employee_number' => 'Çalışan Numarası',
'email_domain_help' => 'İçe aktarırken e-posta adresleri oluşturmak için kullanılır',
'error' => 'Hata',
- 'exclude_archived' => 'Exclude Archived Assets',
- 'exclude_deleted' => 'Exclude Deleted Assets',
+ 'exclude_archived' => 'Arşivlenmiş Öğeleri Hariç Tut',
+ 'exclude_deleted' => 'Silinmiş Varlıkları Hariç Tut',
'example' => 'Örnek: ',
'filastname_format' => 'Ad başharfi Soyad (jsmith@example.com)',
'firstname_lastname_format' => 'Adı Soyadı (jane.smith@example.com)',
@@ -137,7 +137,7 @@ Context | Request Context
'id' => 'Kimlik',
'image' => 'Görsel',
'image_delete' => 'Resmi sil',
- 'include_deleted' => 'Include Deleted Assets',
+ 'include_deleted' => 'Silinen Varlıkları Dahil Et',
'image_upload' => 'Resim yükle',
'filetypes_accepted_help' => 'İzin verilen edilen dosya türü :types. İzin verilen asgari yükleme boyutu :size.|İzin verilen edilen dosya türleri:types. İzin verilen asgari yükleme boyutu :size.',
'filetypes_size_help' => 'İzin verilen asgari yükleme boyutu :size.',
@@ -191,7 +191,7 @@ Context | Request Context
'no' => 'Hayır',
'notes' => 'Notlar',
'order_number' => 'Sipariş Numarası',
- 'only_deleted' => 'Only Deleted Assets',
+ 'only_deleted' => 'Yalnızca Silinen Varlıklar',
'page_menu' => '_MENU_ Öğe gösteriliyor',
'pagination_info' => '_START_ - _END_ of _TOTAL_ arası öğeler',
'pending' => 'Bekliyor',
@@ -284,9 +284,9 @@ Context | Request Context
'yes' => 'Evet',
'zip' => 'Zip',
'noimage' => 'Yüklenen görüntü veya resim bulunamadı.',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => 'İstenen dosya sunucuda yok.',
+ 'file_upload_success' => 'Dosya yükleme başarılı!',
+ 'no_files_uploaded' => 'Dosya yükleme başarılı!',
'token_expired' => 'Oturum zaman aşımına uğradı. Lütfen tekrar giriş yapın.',
'login_enabled' => 'Kullanıcı Aktif',
'audit_due' => 'Beklenen Denetimler',
@@ -340,7 +340,7 @@ Context | Request Context
'invalid_category' => 'Geçersiz kategori',
'dashboard_info' => 'Bu sizin kontrol paneliniz. Onun gibi çok var ama bu sizinki.',
'60_percent_warning' => '%60 Tamamlandı (uyarı)',
- 'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
+ 'dashboard_empty' => 'Henüz bir şey eklememişsiniz gibi görünüyor, bu yüzden gösterecek bir şeyimiz yok. Şimdi bazı varlıklar, aksesuarlar, sarf malzemeleri veya lisanslar ekleyerek başlayın!',
'new_asset' => 'Yeni Varlık',
'new_license' => 'Yeni Lisans',
'new_accessory' => 'Yeni Aksesuar',
@@ -375,16 +375,16 @@ Context | Request Context
'backup_delete_not_allowed' => 'Yedek dosyaları silmek .env dosyasında engellenmiştir. Destek birimiyle veya yöneticinizle görüşün.',
'additional_files' => 'Ek Dosyalar',
'shitty_browser' => 'İmza algılanmadı. Eski bir tarayıcı kullanıyorsanız, varlık kabulünüzü tamamlamak için lütfen güncel bir tarayıcı kullanın.',
- 'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
- 'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
- 'bulk_checkin_success' => 'The items for the selected users have been checked in.',
- 'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
- 'na_no_purchase_date' => 'N/A - No purchase date provided',
- 'assets_by_status' => 'Assets by Status',
- 'assets_by_status_type' => 'Assets by Status Type',
- 'pie_chart_type' => 'Dashboard Pie Chart Type',
+ 'bulk_soft_delete' =>'Ayrıca bu kullanıcıları geçici olarak silin. Yönetici Ayarlarında silinen kayıtları temizlemediğiniz sürece/tasfiye edene kadar bu kişilerin varlık geçmişi olduğu gibi kalacaktır.',
+ 'bulk_checkin_delete_success' => 'Seçtiğiniz kullanıcılar silindi ve öğeleri teslim edildi.',
+ 'bulk_checkin_success' => 'Seçilen kullanıcılar için öğeler iade edildi.',
+ 'set_to_null' => 'Bu öğenin değerlerini sil|Tüm :asset_count öğelerinin değerlerini sil ',
+ 'na_no_purchase_date' => 'Bulunmuyor - Satın alma tarihi belirtilmedi',
+ 'assets_by_status' => 'Duruma Göre Varlıklar',
+ 'assets_by_status_type' => 'Durum Türüne Göre Varlıklar',
+ 'pie_chart_type' => 'Pano Pasta Grafik Türü',
'hello_name' => 'Merhaba, :name!',
- 'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
+ 'unaccepted_profile_warning' => 'Kabul gerektiren öğeleriniz var. Kabul etmek veya reddetmek için buraya tıklayın',
'start_date' => 'Başlangıç Tarihi',
'end_date' => 'Bitiş Tarihi',
'alt_uploaded_image_thumbnail' => 'Yüklenen küçük resim',
diff --git a/resources/lang/tr/localizations.php b/resources/lang/tr/localizations.php
index 3f3d7b78b..91105de77 100644
--- a/resources/lang/tr/localizations.php
+++ b/resources/lang/tr/localizations.php
@@ -4,56 +4,56 @@ return [
'select_language' => 'Bir dil seçin',
'languages' => [
- 'en'=> 'English, US',
- 'en-GB'=> 'English, UK',
- 'af'=> 'Afrikaans',
- 'ar'=> 'Arabic',
- 'bg'=> 'Bulgarian',
- 'zh-CN'=> 'Chinese Simplified',
- 'zh-TW'=> 'Chinese Traditional',
- 'hr'=> 'Croatian',
- 'cs'=> 'Czech',
- 'da'=> 'Danish',
- 'nl'=> 'Dutch',
- 'en-ID'=> 'English, Indonesia',
- 'et'=> 'Estonian',
+ 'en'=> 'İngilizce, US',
+ 'en-GB'=> 'İngilizce, UK',
+ 'af'=> 'Akrika dili',
+ 'ar'=> 'Arapça',
+ 'bg'=> 'Bulgarca',
+ 'zh-CN'=> 'Basitleştirilmiş Çince',
+ 'zh-TW'=> 'Geleneksel Çince',
+ 'hr'=> 'Hırvatça',
+ 'cs'=> 'Çekçe',
+ 'da'=> 'Danca',
+ 'nl'=> 'Hollanda Felemenkçe',
+ 'en-ID'=> 'İngilizce, Endonezya',
+ 'et'=> 'Estonya Estçe',
'fil'=> 'Filipino',
'fi'=> 'Finnish',
- 'fr'=> 'French',
- 'de'=> 'German',
+ 'fr'=> 'Fransızca',
+ 'de'=> 'Almanca',
'de-i'=> 'German (Informal)',
- 'el'=> 'Greek',
- 'he'=> 'Hebrew',
- 'hu'=> 'Hungarian',
+ 'el'=> 'Yunanca',
+ 'he'=> 'İbranice',
+ 'hu'=> 'Macarca',
'is' => 'Icelandic',
'id'=> 'Indonesian',
'ga-IE'=> 'Irish',
- 'it'=> 'Italian',
- 'ja'=> 'Japanese',
- 'ko'=> 'Korean',
- 'lv'=>'Latvian',
+ 'it'=> 'İtalyanca',
+ 'ja'=> 'Japonca',
+ 'ko'=> 'Korece',
+ 'lv'=>'Letonca',
'lt'=> 'Lithuanian',
- 'mk'=> 'Macedonian',
+ 'mk'=> 'Makedonca',
'ms'=> 'Malay',
- 'mi'=> 'Maori',
- 'mn'=> 'Mongolian',
- 'no'=> 'Norwegian',
- 'fa'=> 'Persian',
+ 'mi'=> 'Maori Dili',
+ 'mn'=> 'Moğolca',
+ 'no'=> 'Norveç dili',
+ 'fa'=> 'Farsça',
'pl'=> 'Polish',
- 'pt-PT'=> 'Portuguese',
- 'pt-BR'=> 'Portuguese, Brazilian',
- 'ro'=> 'Romanian',
- 'ru'=> 'Russian',
- 'sr-CS' => 'Serbian (Latin)',
- 'sl'=> 'Slovenian',
- 'es-ES'=> 'Spanish',
- 'es-CO'=> 'Spanish, Colombia',
- 'es-MX'=> 'Spanish, Mexico',
- 'es-VE'=> 'Spanish, Venezuela',
- 'sv-SE'=> 'Swedish',
- 'tl'=> 'Tagalog',
- 'ta'=> 'Tamil',
- 'th'=> 'Thai',
+ 'pt-PT'=> 'Portekizce',
+ 'pt-BR'=> 'Brezilya Portekizcesi',
+ 'ro'=> 'Rumence',
+ 'ru'=> 'Rusça',
+ 'sr-CS' => 'Sırpça (Latin)',
+ 'sl'=> 'Slovakça',
+ 'es-ES'=> 'İspanyolca',
+ 'es-CO'=> 'İspanyolca, Kolombiya',
+ 'es-MX'=> 'İspanyolca, Meksika',
+ 'es-VE'=> 'İspanyolca, Venezuela',
+ 'sv-SE'=> 'İsveç dili',
+ 'tl'=> 'Tagalogca',
+ 'ta'=> 'Tamilce',
+ 'th'=> 'Tayland Dili',
'tr'=> 'Türkçe',
'uk'=> 'Ukranian',
'vi'=> 'Vietnamese',
@@ -101,36 +101,36 @@ return [
'BW'=>'Botswana',
'BY'=>'Belarus',
'BZ'=>'Belize',
- 'CA'=>'Canada',
- 'CC'=>'Cocos (Keeling) Islands',
- 'CD'=>'Congo (Democratic Republic)',
- 'CF'=>'Central African Republic',
- 'CG'=>'Congo (Republic)',
- 'CH'=>'Switzerland',
- 'CI'=>'Côte d\'Ivoire',
- 'CK'=>'Cook Islands',
- 'CL'=>'Chile',
- 'CM'=>'Cameroon',
- 'CN'=>'People\'s Republic of China',
- 'CO'=>'Colombia',
- 'CR'=>'Costa Rica',
- 'CU'=>'Cuba',
+ 'CA'=>'Kanada',
+ 'CC'=>'Cocos (Keeling) Adaları',
+ 'CD'=>'Kongo Demokratik Cumhuriyeti',
+ 'CF'=>'Orta Afrika Cumhuriyeti',
+ 'CG'=>'Kongo Cunhuriyeti',
+ 'CH'=>'İsviçre',
+ 'CI'=>'Fildişi Sahili',
+ 'CK'=>'Cook Adaları',
+ 'CL'=>'Şili',
+ 'CM'=>'Kamerun',
+ 'CN'=>'Çin',
+ 'CO'=>'Kolombiya',
+ 'CR'=>'Kosta Rika',
+ 'CU'=>'Küba',
'CV'=>'Cape Verde',
- 'CX'=>'Christmas Island',
- 'CY'=>'Cyprus',
- 'CZ'=>'Czech Republic',
- 'DE'=>'Germany',
- 'DJ'=>'Djibouti',
+ 'CX'=>'Christmas Adası',
+ 'CY'=>'Kıbrıs',
+ 'CZ'=>'Çek Cumhuriyeti',
+ 'DE'=>'Almanya',
+ 'DJ'=>'Cibuti',
'DK'=>'Denmark',
- 'DM'=>'Dominica',
- 'DO'=>'Dominican Republic',
- 'DZ'=>'Algeria',
- 'EC'=>'Ecuador',
- 'EE'=>'Estonia',
- 'EG'=>'Egypt',
- 'ER'=>'Eritrea',
- 'ES'=>'Spain',
- 'ET'=>'Ethiopia',
+ 'DM'=>'Dominik',
+ 'DO'=>'Dominik Cumhuriyeti',
+ 'DZ'=>'Cezayir',
+ 'EC'=>'Ekvador',
+ 'EE'=>'Estonya',
+ 'EG'=>'Mısır',
+ 'ER'=>'Eritre',
+ 'ES'=>'İspanya',
+ 'ET'=>'Etiyopya',
'EU'=>'European Union',
'FI'=>'Finland',
'FJ'=>'Fiji',
@@ -150,7 +150,7 @@ return [
'GN'=>'Guinea',
'GP'=>'Guadeloupe',
'GQ'=>'Equatorial Guinea',
- 'GR'=>'Greece',
+ 'GR'=>'Yunanistan',
'GS'=>'South Georgia And The South Sandwich Islands',
'GT'=>'Guatemala',
'GU'=>'Guam',
@@ -181,56 +181,56 @@ return [
'KH'=>'Cambodia',
'KI'=>'Kiribati',
'KM'=>'Comoros',
- 'KN'=>'Saint Kitts And Nevis',
- 'KR'=>'Korea, Republic Of',
- 'KW'=>'Kuwait',
- 'KY'=>'Cayman Islands',
- 'KZ'=>'Kazakhstan',
- 'LA'=>'Lao People\'s Democratic Republic',
- 'LB'=>'Lebanon',
+ 'KN'=>'Saint Kitts ve Nevis',
+ 'KR'=>'Kore Cumhuriyeti',
+ 'KW'=>'Kuveyt',
+ 'KY'=>'Cayman Adaları',
+ 'KZ'=>'Kazakistan',
+ 'LA'=>'Lao Demokratik Halk Cumhuriyeti',
+ 'LB'=>'Lübnan',
'LC'=>'Saint Lucia',
- 'LI'=>'Liechtenstein',
+ 'LI'=>'Lihtenştayn',
'LK'=>'Sri Lanka',
- 'LR'=>'Liberia',
- 'LS'=>'Lesotho',
- 'LT'=>'Lithuania',
- 'LU'=>'Luxembourg',
- 'LV'=>'Latvia',
- 'LY'=>'Libyan Arab Jamahiriya',
- 'MA'=>'Morocco',
- 'MC'=>'Monaco',
- 'MD'=>'Moldova, Republic Of',
- 'ME'=>'Montenegro',
- 'MG'=>'Madagascar',
- 'MH'=>'Marshall Islands',
- 'MK'=>'Macedonia, The Former Yugoslav Republic Of',
+ 'LR'=>'Liberya',
+ 'LS'=>'Lesoto',
+ 'LT'=>'Litvanya',
+ 'LU'=>'Lüksemburg',
+ 'LV'=>'Letonya',
+ 'LY'=>'Libya Arap Cemahiriyesi',
+ 'MA'=>'Fas',
+ 'MC'=>'Monako',
+ 'MD'=>'Moldova Cumhuriyeti',
+ 'ME'=>'Karadağ',
+ 'MG'=>'Madagaskar',
+ 'MH'=>'Marshall Adaları',
+ 'MK'=>'Makedonya, Eski Yugoslav Cumhuriyeti',
'ML'=>'Mali',
'MM'=>'Myanmar',
- 'MN'=>'Mongolia',
- 'MO'=>'Macau',
- 'MP'=>'Northern Mariana Islands',
- 'MQ'=>'Martinique',
- 'MR'=>'Mauritania',
+ 'MN'=>'Moğolistan',
+ 'MO'=>'Makao',
+ 'MP'=>'Kuzey Mariana Adaları',
+ 'MQ'=>'Martinik',
+ 'MR'=>'Moritanya',
'MS'=>'Montserrat',
'MT'=>'Malta',
'MU'=>'Mauritius',
- 'MV'=>'Maldives',
- 'MW'=>'Malawi',
- 'MX'=>'Mexico',
- 'MY'=>'Malaysia',
- 'MZ'=>'Mozambique',
- 'NA'=>'Namibia',
- 'NC'=>'New Caledonia',
- 'NE'=>'Niger',
- 'NF'=>'Norfolk Island',
- 'NG'=>'Nigeria',
- 'NI'=>'Nicaragua',
- 'NL'=>'Netherlands',
- 'NO'=>'Norway',
+ 'MV'=>'Maldivler',
+ 'MW'=>'Malavi',
+ 'MX'=>'Meksika',
+ 'MY'=>'Malezya',
+ 'MZ'=>'Mozambik',
+ 'NA'=>'Namibya',
+ 'NC'=>'Yeni Kaledonya',
+ 'NE'=>'Nijer',
+ 'NF'=>'Norfolk Adası',
+ 'NG'=>'Nijerya',
+ 'NI'=>'Nikaragua',
+ 'NL'=>'Hollanda',
+ 'NO'=>'Norveç',
'NP'=>'Nepal',
'NR'=>'Nauru',
'NU'=>'Niue',
- 'NZ'=>'New Zealand',
+ 'NZ'=>'Yeni Zelanda',
'OM'=>'Oman',
'PA'=>'Panama',
'PE'=>'Peru',
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
@@ -281,8 +282,8 @@ return [
'TJ'=>'Tajikistan',
'TK'=>'Tokelau',
'TI'=>'East Timor',
- 'TM'=>'Turkmenistan',
- 'TN'=>'Tunisia',
+ 'TM'=>'Türkmenistan',
+ 'TN'=>'Tunus',
'TO'=>'Tonga',
'TP'=>'East Timor (old code)',
'TR'=>'Turkey',
diff --git a/resources/lang/tr/mail.php b/resources/lang/tr/mail.php
index 3683a015f..665e41636 100644
--- a/resources/lang/tr/mail.php
+++ b/resources/lang/tr/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Yeni Snipe-IT Kurulumu oturum açma kimlik bilgilerini aşağıdaki gibidir. ',
'login' => 'Giriş:',
'Low_Inventory_Report' => 'Düşük Stok Raporu',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min. Miktar',
'name' => 'Ad',
'new_item_checked' => 'Yeni varlık altında kullanıma alındı, ayrıntıları aşağıdadır.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Hatırlatma ::name Son seçim zamanı yaklaşıyor',
'Expected_Checkin_Date' => 'Size teslim edilen bir varlık :date tarihinde tekrar teslim edilecektir',
'your_assets' => 'Varlıkları Görüntüleme',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php
index 4f6945e58..941d542c1 100644
--- a/resources/lang/tr/validation.php
+++ b/resources/lang/tr/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ': Özniteliği bir dosya olmalıdır.',
'filled' => ': Attribute alanının bir değeri olmalıdır.',
'image' => ':attribute bir görüntü olması gerekir.',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => 'Bu değer için :alan adı boş olamaz.',
'in' => ':attribute geçersiz.',
'in_array' => ': Attribute alanı yok diğeri.',
'integer' => ':attribute bir tamsayı olmalıdır.',
'ip' => ':attribute geçerli bir IP adresi olması gerekir.',
'ipv4' => ': Özniteliği geçerli bir IPv4 adresi olmalıdır.',
'ipv6' => ': Özniteliği geçerli bir IPv6 adresi olmalıdır.',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => 'Öznitelik bu Şirket Konumuna özgü olmalıdır',
'json' => ': Özniteliği geçerli bir JSON dizesi olmalıdır.',
'max' => [
'numeric' => ':attribute :max dan büyük olmalı.',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Geçerli şifre yanlış',
'dumbpwd' => 'Bu şifre çok yaygındır.',
'statuslabel_type' => 'Geçerli bir durum etiketi türü seçmelisiniz',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/uk/admin/categories/message.php b/resources/lang/uk/admin/categories/message.php
index 051d29cb0..8f9454663 100644
--- a/resources/lang/uk/admin/categories/message.php
+++ b/resources/lang/uk/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Категорія успішно оновлена.'
+ 'success' => 'Категорія успішно оновлена.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/uk/admin/components/general.php b/resources/lang/uk/admin/components/general.php
index 4837ad900..57bbecdc5 100644
--- a/resources/lang/uk/admin/components/general.php
+++ b/resources/lang/uk/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Залишилось',
'total' => 'Загалом',
'update' => 'Оновити компонент',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/uk/admin/custom_fields/general.php b/resources/lang/uk/admin/custom_fields/general.php
index f16ab299b..399fed393 100644
--- a/resources/lang/uk/admin/custom_fields/general.php
+++ b/resources/lang/uk/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Порядок',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/uk/admin/hardware/general.php b/resources/lang/uk/admin/hardware/general.php
index eddacaed5..733881d60 100644
--- a/resources/lang/uk/admin/hardware/general.php
+++ b/resources/lang/uk/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Редагувати актив',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/uk/admin/hardware/message.php b/resources/lang/uk/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/uk/admin/hardware/message.php
+++ b/resources/lang/uk/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/uk/admin/models/message.php b/resources/lang/uk/admin/models/message.php
index f09a3d914..24c77a7b7 100644
--- a/resources/lang/uk/admin/models/message.php
+++ b/resources/lang/uk/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Модель не існує.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
@@ -25,7 +27,7 @@ return array(
'restore' => array(
'error' => 'Model was not restored, please try again',
- 'success' => 'Model restored successfully.'
+ 'success' => 'Модель успішно відновлена.'
),
'bulkedit' => array(
diff --git a/resources/lang/uk/admin/settings/general.php b/resources/lang/uk/admin/settings/general.php
index 47be388c4..6534e549a 100644
--- a/resources/lang/uk/admin/settings/general.php
+++ b/resources/lang/uk/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/uk/admin/settings/message.php b/resources/lang/uk/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/uk/admin/settings/message.php
+++ b/resources/lang/uk/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/uk/admin/statuslabels/table.php b/resources/lang/uk/admin/statuslabels/table.php
index 92a08218f..125371adf 100644
--- a/resources/lang/uk/admin/statuslabels/table.php
+++ b/resources/lang/uk/admin/statuslabels/table.php
@@ -13,7 +13,7 @@ return array(
'pending' => 'Pending',
'status_type' => 'Status Type',
'show_in_nav' => 'Show in side nav',
- 'title' => 'Status Labels',
+ 'title' => 'Статуси активів',
'undeployable' => 'Undeployable',
- 'update' => 'Update Status Label',
+ 'update' => 'Оновити статуси активів',
);
diff --git a/resources/lang/uk/admin/users/general.php b/resources/lang/uk/admin/users/general.php
index b030f5445..aa7e81f23 100644
--- a/resources/lang/uk/admin/users/general.php
+++ b/resources/lang/uk/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/uk/general.php b/resources/lang/uk/general.php
index ff44271d5..9b0c5cbe3 100644
--- a/resources/lang/uk/general.php
+++ b/resources/lang/uk/general.php
@@ -245,7 +245,7 @@ return [
'some_features_disabled' => 'РЕЖИМ ДЕМО: Деякі функції відключені.',
'site_name' => 'Назва сайту',
'state' => 'Статус',
- 'status_labels' => 'Status Labels',
+ 'status_labels' => 'Статуси активів',
'status' => 'Статус',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Постачальник',
diff --git a/resources/lang/uk/localizations.php b/resources/lang/uk/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/uk/localizations.php
+++ b/resources/lang/uk/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/uk/mail.php b/resources/lang/uk/mail.php
index 30679f600..42e8504ca 100644
--- a/resources/lang/uk/mail.php
+++ b/resources/lang/uk/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Логін:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Мін. кількість',
'name' => 'Назва',
'new_item_checked' => 'Новий елемент був виданий під вашим ім\'ям, докладніше про це нижче.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/uk/validation.php b/resources/lang/uk/validation.php
index e01bf462f..1dca2afb1 100644
--- a/resources/lang/uk/validation.php
+++ b/resources/lang/uk/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Поточний пароль неправильний',
'dumbpwd' => 'Цей пароль занадто вживаний.',
'statuslabel_type' => 'Ви повинні вибрати правильний тип статуса',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/ur-PK/admin/categories/message.php b/resources/lang/ur-PK/admin/categories/message.php
index 48cf5478e..4e493f68b 100644
--- a/resources/lang/ur-PK/admin/categories/message.php
+++ b/resources/lang/ur-PK/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Category was not updated, please try again',
- 'success' => 'Category updated successfully.'
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/ur-PK/admin/components/general.php b/resources/lang/ur-PK/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/ur-PK/admin/components/general.php
+++ b/resources/lang/ur-PK/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/ur-PK/admin/custom_fields/general.php b/resources/lang/ur-PK/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/ur-PK/admin/custom_fields/general.php
+++ b/resources/lang/ur-PK/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/ur-PK/admin/hardware/general.php b/resources/lang/ur-PK/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/ur-PK/admin/hardware/general.php
+++ b/resources/lang/ur-PK/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/ur-PK/admin/hardware/message.php b/resources/lang/ur-PK/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/ur-PK/admin/hardware/message.php
+++ b/resources/lang/ur-PK/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/ur-PK/admin/models/message.php b/resources/lang/ur-PK/admin/models/message.php
index e3b29d5b4..ac596cfb1 100644
--- a/resources/lang/ur-PK/admin/models/message.php
+++ b/resources/lang/ur-PK/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'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. ',
diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/ur-PK/admin/settings/general.php
+++ b/resources/lang/ur-PK/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/ur-PK/admin/settings/message.php b/resources/lang/ur-PK/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/ur-PK/admin/settings/message.php
+++ b/resources/lang/ur-PK/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/ur-PK/admin/users/general.php b/resources/lang/ur-PK/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/ur-PK/admin/users/general.php
+++ b/resources/lang/ur-PK/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/ur-PK/localizations.php b/resources/lang/ur-PK/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/ur-PK/localizations.php
+++ b/resources/lang/ur-PK/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/ur-PK/mail.php b/resources/lang/ur-PK/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/ur-PK/mail.php
+++ b/resources/lang/ur-PK/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/ur-PK/validation.php b/resources/lang/ur-PK/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/ur-PK/validation.php
+++ b/resources/lang/ur-PK/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/vi/admin/categories/message.php b/resources/lang/vi/admin/categories/message.php
index 8eb36e581..3ccb2b571 100644
--- a/resources/lang/vi/admin/categories/message.php
+++ b/resources/lang/vi/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Hạng mục chưa được cập nhật. Bạn hãy thử lại',
- 'success' => 'Hạng mục được cập nhật thành công.'
+ 'success' => 'Hạng mục được cập nhật thành công.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/vi/admin/components/general.php b/resources/lang/vi/admin/components/general.php
index e32e296e2..11a548fdb 100644
--- a/resources/lang/vi/admin/components/general.php
+++ b/resources/lang/vi/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Còn lại',
'total' => 'Tổng số',
'update' => 'Cập nhật Hợp phần',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/vi/admin/custom_fields/general.php b/resources/lang/vi/admin/custom_fields/general.php
index e92dbc31f..d01cd0f23 100644
--- a/resources/lang/vi/admin/custom_fields/general.php
+++ b/resources/lang/vi/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Được sử dụng theo mô hình',
'order' => 'Gọi món',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Trường tùy chỉnh mới',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php
index 79b4cd3cc..133931039 100644
--- a/resources/lang/vi/admin/hardware/general.php
+++ b/resources/lang/vi/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'Tài sản này đã bị xóa.',
'edit' => 'Sửa tài sản',
'model_deleted' => 'Model tài sản này đã bị xóa. Vui lòng khôi phục lại model trước khi khôi phục tài sản.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Cho phép đề xuất',
'requested' => 'Yêu cầu',
'not_requestable' => 'Không cho phép đề xuất',
diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php
index ecab59b46..bf5c1d81d 100644
--- a/resources/lang/vi/admin/hardware/message.php
+++ b/resources/lang/vi/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'success' => 'Tệp của bạn đã được nhập',
'file_delete_success' => 'Tập tin của bạn đã được xóa thành công',
'file_delete_error' => 'Không thể xóa tệp',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/vi/admin/models/message.php b/resources/lang/vi/admin/models/message.php
index e3c98ec1e..4920fda59 100644
--- a/resources/lang/vi/admin/models/message.php
+++ b/resources/lang/vi/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Kiểu tài sản không tồn tại.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Tài sản này hiện tại đang liên kết với ít nhất một hoặc nhiều tài sản và không thể xóa. Xin vui lòng xóa tài sản, và cố gắng thử lại lần nữa. ',
diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php
index 7b447094b..d64fe8b80 100644
--- a/resources/lang/vi/admin/settings/general.php
+++ b/resources/lang/vi/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/vi/admin/settings/message.php b/resources/lang/vi/admin/settings/message.php
index 79ee94da0..9c6972a5b 100644
--- a/resources/lang/vi/admin/settings/message.php
+++ b/resources/lang/vi/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Thành công! Kiểm tra tại ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php
index ee0e7392e..e8820cd8c 100644
--- a/resources/lang/vi/admin/users/general.php
+++ b/resources/lang/vi/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Từ xa',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/vi/localizations.php b/resources/lang/vi/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/vi/localizations.php
+++ b/resources/lang/vi/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/vi/mail.php b/resources/lang/vi/mail.php
index 1a9bb5b09..ed93df53e 100644
--- a/resources/lang/vi/mail.php
+++ b/resources/lang/vi/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Đăng nhập vào hệ thống Snipe-IT mới bằng các thông tin dưới đây:',
'login' => 'Đăng nhập:',
'Low_Inventory_Report' => 'Báo cáo tồn kho thấp',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Tên',
'new_item_checked' => 'Một mục mới đã được kiểm tra dưới tên của bạn, chi tiết dưới đây.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Nhắn nhở: hạn chót cấp phát cho :name gần đến',
'Expected_Checkin_Date' => 'Một tài sản đã thu hồi về cho bạn vì đã hoàn lại vào ngày :date',
'your_assets' => 'Xen qua tài sản của bạn',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php
index 2d20b7485..0e19dd62e 100644
--- a/resources/lang/vi/validation.php
+++ b/resources/lang/vi/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Mật khẩu hiện tại của bạn không chính xác',
'dumbpwd' => 'Mật khẩu đó quá phổ biến.',
'statuslabel_type' => 'Bạn phải chọn một loại nhãn tình trạng hợp lệ',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/general.php b/resources/lang/zh-CN/admin/asset_maintenances/general.php
index d7a5e3db6..14ade436f 100644
--- a/resources/lang/zh-CN/admin/asset_maintenances/general.php
+++ b/resources/lang/zh-CN/admin/asset_maintenances/general.php
@@ -11,6 +11,6 @@
'calibration' => '校准',
'software_support' => '软件支持',
'hardware_support' => '硬件支持',
- 'configuration_change' => 'Configuration Change',
+ 'configuration_change' => '配置更改',
'pat_test' => 'PAT Test',
];
diff --git a/resources/lang/zh-CN/admin/categories/message.php b/resources/lang/zh-CN/admin/categories/message.php
index 68f33b892..9d004b00d 100644
--- a/resources/lang/zh-CN/admin/categories/message.php
+++ b/resources/lang/zh-CN/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => '分类更新失败,请重试',
- 'success' => '分类更新成功'
+ 'success' => '分类更新成功',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/zh-CN/admin/components/general.php b/resources/lang/zh-CN/admin/components/general.php
index e7bc55d54..f5e51806b 100644
--- a/resources/lang/zh-CN/admin/components/general.php
+++ b/resources/lang/zh-CN/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => '剩余',
'total' => '总计',
'update' => '更新组件',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php
index 3e9e8b3b4..2dd520ce4 100644
--- a/resources/lang/zh-CN/admin/custom_fields/general.php
+++ b/resources/lang/zh-CN/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => '引用模板',
'order' => '排序',
'create_fieldset' => '新增字段集',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => '创建一个新的字段集',
'create_field' => '新增字段',
'create_field_title' => '创建一个新自定义字段',
@@ -44,6 +47,6 @@ return [
'db_convert_warning' => '警告。此字段作为 :db_column
的自定义字段表,但应该是 :expected
。',
'is_unique' => '此值在所有资产中必须是唯一的',
'unique' => '唯一的',
- 'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
- 'display_in_user_view_table' => 'Visible to User',
+ 'display_in_user_view' => '允许借出的用户在他们的“查看已分配的资产”页面中查看这些值',
+ 'display_in_user_view_table' => '对用户可见',
];
diff --git a/resources/lang/zh-CN/admin/departments/message.php b/resources/lang/zh-CN/admin/departments/message.php
index ae56af3a1..1af3cf491 100644
--- a/resources/lang/zh-CN/admin/departments/message.php
+++ b/resources/lang/zh-CN/admin/departments/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => '部门不存在',
- 'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
+ 'department_already_exists' => '在此公司地理位置已存在同名的部门。 或许可以为该部门选择一个更特别的名称。 ',
'assoc_users' => '该位置下关联的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。 ',
'create' => array(
'error' => '部门没有创建,请重试。',
diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php
index a580ab898..4e7e37107 100644
--- a/resources/lang/zh-CN/admin/hardware/general.php
+++ b/resources/lang/zh-CN/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => '此资产已被删除。',
'edit' => '编辑资产',
'model_deleted' => '这个资源模型已被删除。您必须先还原模型才能还原素材。',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => '可申领',
'requested' => '已申请',
'not_requestable' => '不可申领',
diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php
index d33ae9729..9b7d136a5 100644
--- a/resources/lang/zh-CN/admin/hardware/message.php
+++ b/resources/lang/zh-CN/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => '您的文件已被导入',
'file_delete_success' => '您的文件已成功删除',
'file_delete_error' => '该文件无法被删除',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/zh-CN/admin/locations/message.php b/resources/lang/zh-CN/admin/locations/message.php
index fec3bac96..f87df0f84 100644
--- a/resources/lang/zh-CN/admin/locations/message.php
+++ b/resources/lang/zh-CN/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => '该位置下管理的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。',
'assoc_assets' => '删除失败,该位置已与其它资产关联。请先更新资产以取消关联,然后重试。 ',
'assoc_child_loc' => '删除失败,该位置是一个或多个子位置的上层节点。请更新地理位置信息以取消关联,然后重试。 ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => '已分配的资产',
+ 'current_location' => '当前地理位置',
'create' => array(
diff --git a/resources/lang/zh-CN/admin/models/message.php b/resources/lang/zh-CN/admin/models/message.php
index 21a6dba5c..5c2c68fa7 100644
--- a/resources/lang/zh-CN/admin/models/message.php
+++ b/resources/lang/zh-CN/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => '模板不存在',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => '本模板下目前还有相关的资产,不能被删除,请删除资产以后,再重试。',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index 679b4f1a4..efb1a8055 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -21,7 +21,7 @@ return [
'allow_user_skin_help_text' => '勾选此框将允许用户以不同的方式覆盖界面皮肤。',
'asset_ids' => '资产ID',
'audit_interval' => '盘点时间间隔',
- 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
+ 'audit_interval_help' => '如果您需要定期对您的资产进行盘点,请输入时间间隔(以月为单位)。如果您更新此值,则将更新具有即将到来的盘点日期的资产的所有“下一个盘点日期”。',
'audit_warning_days' => '盘点开始提醒',
'audit_warning_days_help' => '需要提前多少天让我们通知您需要盘点资产?',
'auto_increment_assets' => '生成自动递增的资产标签',
@@ -75,8 +75,9 @@ return [
'label_logo_size' => '方形标志看起来最好——将显示在每个资产标签的右上角。 ',
'laravel' => 'Laravel版本',
'ldap' => 'LDAP',
- 'ldap_default_group' => 'Default Permissions Group',
- 'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'ldap_default_group' => '默认权限组',
+ 'ldap_default_group_info' => '选择要分配给新同步用户的组。注意,用户会获得分配给他们的组的权限。',
+ 'no_default_group' => '没有默认组',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP 客户端TLS 密钥',
'ldap_client_tls_cert' => 'LDAP 客户端TLS 证书',
diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php
index da01f4ab7..a693a25c7 100644
--- a/resources/lang/zh-CN/admin/settings/message.php
+++ b/resources/lang/zh-CN/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => '成功!请检查 ',
'success_pt2' => ' 您的测试消息频道,并且一定要点击下面的“保存”来存储您的设置。',
'500' => '500 服务器错误。',
- 'error' => '出了错。',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php
index c23b9cdfe..97518f609 100644
--- a/resources/lang/zh-CN/admin/users/general.php
+++ b/resources/lang/zh-CN/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => '远程',
'remote_help' => '如果您需要对从不进入或很少进入您的实体地点的远程用户进行筛选,这将非常有用。',
'not_remote_label' => '这不是一个远程用户',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/zh-CN/admin/users/message.php b/resources/lang/zh-CN/admin/users/message.php
index b724f9c52..20bb728c9 100644
--- a/resources/lang/zh-CN/admin/users/message.php
+++ b/resources/lang/zh-CN/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => '被选中的已激活并拥有有效电子邮件地址的用户已经收到了一个密码重置链接。',
'password_reset_sent' => '密码重置链接已发送至 :email!',
'user_has_no_email' => '此用户的个人资料中没有电子邮件地址。',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => '此用户没有分配任何资产',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => '此用户没有设置电子邮件。',
+ 'success' => '已通知用户其当前库存。'
)
);
\ No newline at end of file
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
index 228ce75bb..6155c384e 100644
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -281,9 +281,9 @@ return [
'yes' => '是',
'zip' => 'Zip',
'noimage' => '图片未上传或图片无法找到。',
- 'file_does_not_exist' => 'The requested file does not exist on the server.',
- 'file_upload_success' => 'File upload success!',
- 'no_files_uploaded' => 'File upload success!',
+ 'file_does_not_exist' => '请求的文件在服务器上不存在。',
+ 'file_upload_success' => '文件上传成功!',
+ 'no_files_uploaded' => '文件上传成功!',
'token_expired' => '表单会话已过期,请重新提交',
'login_enabled' => '登录已启用',
'audit_due' => '到期审计',
diff --git a/resources/lang/zh-CN/localizations.php b/resources/lang/zh-CN/localizations.php
index a5a28a797..8a8ac0a72 100644
--- a/resources/lang/zh-CN/localizations.php
+++ b/resources/lang/zh-CN/localizations.php
@@ -61,7 +61,7 @@ return [
'zu'=> 'Zulu',
],
- 'select_country' => 'Select a country',
+ 'select_country' => '选择国家',
'countries' => [
'AC'=>'Ascension Island',
@@ -111,7 +111,7 @@ return [
'CK'=>'Cook Islands',
'CL'=>'Chile',
'CM'=>'Cameroon',
- 'CN'=>'People\'s Republic of China',
+ 'CN'=>'中国',
'CO'=>'Colombia',
'CR'=>'Costa Rica',
'CU'=>'Cuba',
@@ -156,7 +156,7 @@ return [
'GU'=>'Guam',
'GW'=>'Guinea-Bissau',
'GY'=>'Guyana',
- 'HK'=>'Hong Kong',
+ 'HK'=>'中国香港',
'HM'=>'Heard And Mc Donald Islands',
'HN'=>'Honduras',
'HR'=>'Croatia (local name: Hrvatska)',
@@ -207,7 +207,7 @@ return [
'ML'=>'Mali',
'MM'=>'Myanmar',
'MN'=>'Mongolia',
- 'MO'=>'Macau',
+ 'MO'=>'中国澳门',
'MP'=>'Northern Mariana Islands',
'MQ'=>'Martinique',
'MR'=>'Mauritania',
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
@@ -288,7 +289,7 @@ return [
'TR'=>'Turkey',
'TT'=>'Trinidad And Tobago',
'TV'=>'Tuvalu',
- 'TW'=>'Taiwan',
+ 'TW'=>'中国台湾',
'TZ'=>'Tanzania, United Republic Of',
'UA'=>'Ukraine',
'UG'=>'Uganda',
diff --git a/resources/lang/zh-CN/mail.php b/resources/lang/zh-CN/mail.php
index 96d87e2eb..cae52ea8e 100644
--- a/resources/lang/zh-CN/mail.php
+++ b/resources/lang/zh-CN/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => '请使用以下凭据登录新安装的 Snipe-IT:',
'login' => '登录:',
'Low_Inventory_Report' => '低库存报告',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => '最小数量',
'name' => '名字',
'new_item_checked' => '一项新物品已分配至您的名下,详细信息如下。',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => '提醒::name 签入截止日期已接近。',
'Expected_Checkin_Date' => '借出的资产将在 :date 重新签入',
'your_assets' => '查看您的资产',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php
index 497b1e479..ac87e7364 100644
--- a/resources/lang/zh-CN/validation.php
+++ b/resources/lang/zh-CN/validation.php
@@ -43,14 +43,14 @@ return [
'file' => ':属性必须是一个文件。',
'filled' => ':属性字段必须有一个值。',
'image' => ':attribute 必须是图片格式',
- 'import_field_empty' => 'The value for :fieldname cannot be null.',
+ 'import_field_empty' => ':fieldname 的值不能为空。',
'in' => '选择的 :attribute 无效',
'in_array' => ':属性字段不存在于:其他。',
'integer' => ':attribute 必须是整数',
'ip' => ':attribute 必须是有效IP',
'ipv4' => ':属性必须是有效的IPv4地址。',
'ipv6' => ':属性必须是有效的IPv6地址。',
- 'is_unique_department' => 'The :attribute must be unique to this Company Location',
+ 'is_unique_department' => ':attribute 必须是唯一的公司地理位置',
'json' => ':属性必须是有效的JSON字符串。',
'max' => [
'numeric' => ':attribute 不大于 :max',
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => '您当前的密码不正确',
'dumbpwd' => '那个密码太常见了。',
'statuslabel_type' => '您必须选择有效的状态标签类型',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/zh-HK/admin/categories/message.php b/resources/lang/zh-HK/admin/categories/message.php
index 48ad3197f..4e493f68b 100644
--- a/resources/lang/zh-HK/admin/categories/message.php
+++ b/resources/lang/zh-HK/admin/categories/message.php
@@ -2,24 +2,25 @@
return array(
- 'does_not_exist' => '類別不存在',
- 'assoc_models' => '至少還有一個樣板與此類別關聯,目前不能被刪除,請檢查後重試。 ',
- 'assoc_items' => '至少還有一個 :asset_type 與此類別關聯,目前不能被刪除,請您檢查 :asset_type 後重試。 ',
+ 'does_not_exist' => 'Category does not exist.',
+ 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
+ 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
'create' => array(
- 'error' => '新增類別失敗,請重試。',
- 'success' => '新增類別成功。'
+ 'error' => 'Category was not created, please try again.',
+ 'success' => 'Category created successfully.'
),
'update' => array(
- 'error' => '更新類別失敗,請重試。',
- 'success' => '更新類別成功。'
+ 'error' => 'Category was not updated, please try again',
+ 'success' => 'Category updated successfully.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
- 'confirm' => '您確定要刪除此類別嗎?',
- 'error' => '刪除類別時發生問題。請再試一次。',
- 'success' => '刪除類別成功。'
+ '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.'
)
);
diff --git a/resources/lang/zh-HK/admin/components/general.php b/resources/lang/zh-HK/admin/components/general.php
index f7689a7ad..5b788a51e 100644
--- a/resources/lang/zh-HK/admin/components/general.php
+++ b/resources/lang/zh-HK/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/zh-HK/admin/custom_fields/general.php b/resources/lang/zh-HK/admin/custom_fields/general.php
index 92bf240a7..9dae380aa 100644
--- a/resources/lang/zh-HK/admin/custom_fields/general.php
+++ b/resources/lang/zh-HK/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'New Custom Field',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/zh-HK/admin/hardware/general.php b/resources/lang/zh-HK/admin/hardware/general.php
index 67226061b..7aa0db7f3 100644
--- a/resources/lang/zh-HK/admin/hardware/general.php
+++ b/resources/lang/zh-HK/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/zh-HK/admin/hardware/message.php b/resources/lang/zh-HK/admin/hardware/message.php
index d2214ce00..fabbb6324 100644
--- a/resources/lang/zh-HK/admin/hardware/message.php
+++ b/resources/lang/zh-HK/admin/hardware/message.php
@@ -49,6 +49,8 @@ return [
'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',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/zh-HK/admin/models/message.php b/resources/lang/zh-HK/admin/models/message.php
index c64026575..ac596cfb1 100644
--- a/resources/lang/zh-HK/admin/models/message.php
+++ b/resources/lang/zh-HK/admin/models/message.php
@@ -2,41 +2,43 @@
return array(
- 'does_not_exist' => '樣板不存在',
- 'assoc_users' => '至少還有一個資產與此樣板關聯,目前不能被删除,請在刪除資產後重試。 ',
+ 'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
+ '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. ',
'create' => array(
- 'error' => '新增樣板失敗,請重試。',
- 'success' => '新增樣板成功。',
- 'duplicate_set' => '資產名稱、製造商、型號都相同的其它資產樣板已存在。',
+ '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.',
),
'update' => array(
- 'error' => '更新樣板失敗,請重試。',
- 'success' => '更新樣板成功。'
+ 'error' => 'Model was not updated, please try again',
+ 'success' => 'Model updated successfully.'
),
'delete' => array(
- 'confirm' => '您確定要刪除此樣板嗎?',
- 'error' => '刪除樣板失敗,請重試。',
- 'success' => '刪除樣板成功。'
+ '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.'
),
'restore' => array(
- 'error' => '恢復樣板失敗,請重試。',
- 'success' => '恢復樣板成功。'
+ 'error' => 'Model was not restored, please try again',
+ 'success' => 'Model restored successfully.'
),
'bulkedit' => array(
- 'error' => '沒有欄位被更改,因此沒有更新任何內容。',
- 'success' => '樣板已更新。'
+ 'error' => 'No fields were changed, so nothing was updated.',
+ 'success' => 'Models updated.'
),
'bulkdelete' => array(
- 'error' => '沒有型號被選擇,因此沒有更新任何內容。',
- 'success' => ':success_count 個型號已刪除!',
- 'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。'
+ 'error' => 'No models were selected, so nothing was deleted.',
+ 'success' => ':success_count model(s) deleted!',
+ 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
),
);
diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php
index d41deaf93..e2879d98c 100644
--- a/resources/lang/zh-HK/admin/settings/general.php
+++ b/resources/lang/zh-HK/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/zh-HK/admin/settings/message.php b/resources/lang/zh-HK/admin/settings/message.php
index 174a15fbd..b0648d1c1 100644
--- a/resources/lang/zh-HK/admin/settings/message.php
+++ b/resources/lang/zh-HK/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/zh-HK/admin/users/general.php b/resources/lang/zh-HK/admin/users/general.php
index daa568e8b..ff482b8eb 100644
--- a/resources/lang/zh-HK/admin/users/general.php
+++ b/resources/lang/zh-HK/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/zh-HK/localizations.php b/resources/lang/zh-HK/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/zh-HK/localizations.php
+++ b/resources/lang/zh-HK/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/zh-HK/mail.php b/resources/lang/zh-HK/mail.php
index b0ae7de76..6bf36b4eb 100644
--- a/resources/lang/zh-HK/mail.php
+++ b/resources/lang/zh-HK/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
'login' => 'Login:',
'Low_Inventory_Report' => 'Low Inventory Report',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
@@ -79,4 +80,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/zh-HK/validation.php b/resources/lang/zh-HK/validation.php
index 04f8d6530..31c9dcd85 100644
--- a/resources/lang/zh-HK/validation.php
+++ b/resources/lang/zh-HK/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Your current password is incorrect',
'dumbpwd' => 'That password is too common.',
'statuslabel_type' => 'You must select a valid status label type',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/zh-TW/admin/categories/message.php b/resources/lang/zh-TW/admin/categories/message.php
index 48ad3197f..f0dad7d54 100644
--- a/resources/lang/zh-TW/admin/categories/message.php
+++ b/resources/lang/zh-TW/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => '更新類別失敗,請重試。',
- 'success' => '更新類別成功。'
+ 'success' => '更新類別成功。',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/zh-TW/admin/components/general.php b/resources/lang/zh-TW/admin/components/general.php
index e537e9c37..dc7dbd7ab 100644
--- a/resources/lang/zh-TW/admin/components/general.php
+++ b/resources/lang/zh-TW/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => '剩餘',
'total' => '總計',
'update' => '更新組件',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php
index b7a7d7f7f..da16d7bf6 100644
--- a/resources/lang/zh-TW/admin/custom_fields/general.php
+++ b/resources/lang/zh-TW/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => '引用型號',
'order' => '排序',
'create_fieldset' => '新增欄位集',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => '建立新的欄位集',
'create_field' => '新增欄位',
'create_field_title' => '建立新的客製化欄位',
diff --git a/resources/lang/zh-TW/admin/hardware/general.php b/resources/lang/zh-TW/admin/hardware/general.php
index fd49c25ac..5a559591c 100644
--- a/resources/lang/zh-TW/admin/hardware/general.php
+++ b/resources/lang/zh-TW/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => '此資產已被刪除.',
'edit' => '編輯資產',
'model_deleted' => '此資產模板已被刪除. 你必須先還原資產模板才可還原資產.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => '可申領',
'requested' => '已申領',
'not_requestable' => '不可申請',
diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php
index c003b6a97..c8c3c4e99 100644
--- a/resources/lang/zh-TW/admin/hardware/message.php
+++ b/resources/lang/zh-TW/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => '您的檔案已被匯入。',
'file_delete_success' => '您的檔案已成功刪除。',
'file_delete_error' => '您的檔案無法被刪除。',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/zh-TW/admin/locations/message.php b/resources/lang/zh-TW/admin/locations/message.php
index b6d10bc1b..db8a9fcf5 100644
--- a/resources/lang/zh-TW/admin/locations/message.php
+++ b/resources/lang/zh-TW/admin/locations/message.php
@@ -6,8 +6,8 @@ return array(
'assoc_users' => '至少還有一位使用者與此位置關聯,目前不能被删除,請檢查後重試。 ',
'assoc_assets' => '至少還有一個資產與此位置關聯,目前不能被删除,請檢查後重試。 ',
'assoc_child_loc' => '至少還有一個子項目與此位置關聯,目前不能被删除,請檢查後重試。 ',
- 'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'assigned_assets' => '已分配資產',
+ 'current_location' => '目前位置',
'create' => array(
diff --git a/resources/lang/zh-TW/admin/models/message.php b/resources/lang/zh-TW/admin/models/message.php
index c64026575..b0c961fc2 100644
--- a/resources/lang/zh-TW/admin/models/message.php
+++ b/resources/lang/zh-TW/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => '樣板不存在',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => '至少還有一個資產與此樣板關聯,目前不能被删除,請在刪除資產後重試。 ',
diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php
index 8c4de0430..376c76777 100644
--- a/resources/lang/zh-TW/admin/settings/general.php
+++ b/resources/lang/zh-TW/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/zh-TW/admin/settings/message.php b/resources/lang/zh-TW/admin/settings/message.php
index 4bbd12408..f8d828d9e 100644
--- a/resources/lang/zh-TW/admin/settings/message.php
+++ b/resources/lang/zh-TW/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 伺服器錯誤',
- 'error' => '出了點問題。',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php
index 59d6deb92..54378d1d8 100644
--- a/resources/lang/zh-TW/admin/users/general.php
+++ b/resources/lang/zh-TW/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/zh-TW/admin/users/message.php b/resources/lang/zh-TW/admin/users/message.php
index d83620f45..6d73e646a 100644
--- a/resources/lang/zh-TW/admin/users/message.php
+++ b/resources/lang/zh-TW/admin/users/message.php
@@ -15,7 +15,7 @@ return array(
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => '密碼重置連結已傳送至 :email',
'user_has_no_email' => '該使用者的個人資料尚未填寫電子郵件。',
- 'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
+ 'user_has_no_assets_assigned' => '該用戶未擁有已分配資產',
'success' => array(
@@ -61,7 +61,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
- 'success' => 'The user has been notified about their current inventory.'
+ 'error' => '該用戶未設定email',
+ 'success' => '已就當前資產通知此用戶'
)
);
\ No newline at end of file
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index 4dcbebd4a..9e3be10ae 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -23,7 +23,7 @@ return [
'asset_tags' => '資產標籤',
'assets_available' => '可用資產',
'accept_assets' => 'Accept Assets :name',
- 'accept_assets_menu' => 'Accept Assets',
+ 'accept_assets_menu' => '授權資產',
'audit' => '稽核',
'audit_report' => '稽核記錄',
'assets' => '資產',
@@ -344,7 +344,7 @@ return [
'new_consumable' => '新增耗材',
'collapse' => '收起',
'assigned' => '已分配',
- 'asset_count' => 'Asset Count',
+ 'asset_count' => '資產數量',
'accessories_count' => '配件數量',
'consumables_count' => 'Consumables Count',
'components_count' => 'Components Count',
diff --git a/resources/lang/zh-TW/localizations.php b/resources/lang/zh-TW/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/zh-TW/localizations.php
+++ b/resources/lang/zh-TW/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/zh-TW/mail.php b/resources/lang/zh-TW/mail.php
index 2193116d0..147603d60 100644
--- a/resources/lang/zh-TW/mail.php
+++ b/resources/lang/zh-TW/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => '使用以下憑證登入新安裝的 Snipe-IT:',
'login' => '登入',
'Low_Inventory_Report' => '低庫存報告',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => '最小數量',
'name' => '名字',
'new_item_checked' => '一項新物品已分配至您的名下,詳細資訊如下。',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => '提醒: :name 接近繳回最後期限',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => '查看您的資產',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php
index fd1e65d52..a2357a2b4 100644
--- a/resources/lang/zh-TW/validation.php
+++ b/resources/lang/zh-TW/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => '當前密碼不正確!',
'dumbpwd' => '該密碼太常見。',
'statuslabel_type' => '您必須選擇一個有效的狀態標籤',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*
diff --git a/resources/lang/zu/admin/categories/message.php b/resources/lang/zu/admin/categories/message.php
index d65a2dad8..58e0bdf65 100644
--- a/resources/lang/zu/admin/categories/message.php
+++ b/resources/lang/zu/admin/categories/message.php
@@ -13,7 +13,8 @@ return array(
'update' => array(
'error' => 'Isigaba asibuyekezwanga, sicela uzame futhi',
- 'success' => 'Isigaba sibuyekezwe ngempumelelo.'
+ 'success' => 'Isigaba sibuyekezwe ngempumelelo.',
+ 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
diff --git a/resources/lang/zu/admin/components/general.php b/resources/lang/zu/admin/components/general.php
index 55f8aa33c..ed84ef594 100644
--- a/resources/lang/zu/admin/components/general.php
+++ b/resources/lang/zu/admin/components/general.php
@@ -12,4 +12,5 @@ return array(
'remaining' => 'Ukuhlala',
'total' => 'Inani',
'update' => 'Buyekeza Ingxenye',
+ 'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);
diff --git a/resources/lang/zu/admin/custom_fields/general.php b/resources/lang/zu/admin/custom_fields/general.php
index 0ff4267a4..acdd18253 100644
--- a/resources/lang/zu/admin/custom_fields/general.php
+++ b/resources/lang/zu/admin/custom_fields/general.php
@@ -27,6 +27,9 @@ return [
'used_by_models' => 'Isetshenziswe ngamamodeli',
'order' => 'I-oda',
'create_fieldset' => 'Fieldset entsha',
+ 'update_fieldset' => 'Update Fieldset',
+ 'fieldset_does_not_exist' => 'Fieldset :id does not exist',
+ 'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Insimu Engokwezifiso Entsha',
'create_field_title' => 'Create a new custom field',
diff --git a/resources/lang/zu/admin/hardware/general.php b/resources/lang/zu/admin/hardware/general.php
index 7e1e1223e..a09e0c609 100644
--- a/resources/lang/zu/admin/hardware/general.php
+++ b/resources/lang/zu/admin/hardware/general.php
@@ -14,6 +14,8 @@ return [
'deleted' => 'This asset has been deleted.',
'edit' => 'Hlela Impahla',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'The Model of this Asset is invalid.',
+ 'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Iyadingeka',
'requested' => 'Kuceliwe',
'not_requestable' => 'Not Requestable',
diff --git a/resources/lang/zu/admin/hardware/message.php b/resources/lang/zu/admin/hardware/message.php
index 9a60bd0bf..074025441 100644
--- a/resources/lang/zu/admin/hardware/message.php
+++ b/resources/lang/zu/admin/hardware/message.php
@@ -48,6 +48,8 @@ return [
'success' => 'Ifayela lakho lifakiwe',
'file_delete_success' => 'Ifayela lakho lisusiwe ngempumelelo',
'file_delete_error' => 'Ifayela alikwazanga ukususwa',
+ 'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
+ 'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
diff --git a/resources/lang/zu/admin/models/message.php b/resources/lang/zu/admin/models/message.php
index 199d47d68..8ae26ebc8 100644
--- a/resources/lang/zu/admin/models/message.php
+++ b/resources/lang/zu/admin/models/message.php
@@ -3,6 +3,8 @@
return array(
'does_not_exist' => 'Isibonelo asikho.',
+ 'no_association' => 'NO MODEL ASSOCIATED.',
+ 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.',
diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php
index 00c1e89f9..881e8e852 100644
--- a/resources/lang/zu/admin/settings/general.php
+++ b/resources/lang/zu/admin/settings/general.php
@@ -77,6 +77,7 @@ return [
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
+ 'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
diff --git a/resources/lang/zu/admin/settings/message.php b/resources/lang/zu/admin/settings/message.php
index 0d32e2fa5..3507c70fd 100644
--- a/resources/lang/zu/admin/settings/message.php
+++ b/resources/lang/zu/admin/settings/message.php
@@ -38,6 +38,7 @@ return [
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
- 'error' => 'Something went wrong.',
+ 'error' => 'Something went wrong. Slack responded with: :error_message',
+ 'error_misc' => 'Something went wrong. :( ',
]
];
diff --git a/resources/lang/zu/admin/users/general.php b/resources/lang/zu/admin/users/general.php
index cf1486a39..18480bbaa 100644
--- a/resources/lang/zu/admin/users/general.php
+++ b/resources/lang/zu/admin/users/general.php
@@ -41,4 +41,4 @@ return [
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
-];
+];
\ No newline at end of file
diff --git a/resources/lang/zu/localizations.php b/resources/lang/zu/localizations.php
index be2c32186..b04d4cb90 100644
--- a/resources/lang/zu/localizations.php
+++ b/resources/lang/zu/localizations.php
@@ -256,6 +256,7 @@ return [
'UK'=>'Scotland',
'SB'=>'Solomon Islands',
'SC'=>'Seychelles',
+ 'SS'=>'South Sudan',
'SD'=>'Sudan',
'SE'=>'Sweden',
'SG'=>'Singapore',
diff --git a/resources/lang/zu/mail.php b/resources/lang/zu/mail.php
index d2310a616..1a41d3f1d 100644
--- a/resources/lang/zu/mail.php
+++ b/resources/lang/zu/mail.php
@@ -43,6 +43,7 @@ return [
'login_first_admin' => 'Ngena ngemvume ekufakweni kwakho okusha kwe-Snipe-IT usebenzisa iziqinisekiso ezingezansi:',
'login' => 'Ngena ngemvume:',
'Low_Inventory_Report' => 'Umbiko Wokungenisa Okuphansi',
+ 'inventory_report' => 'Inventory Report',
'min_QTY' => 'I-Min QTY',
'name' => 'Igama',
'new_item_checked' => 'Into entsha ihloliwe ngaphansi kwegama lakho, imininingwane ingezansi.',
@@ -78,4 +79,5 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
+ 'rights_reserved' => 'All rights reserved.',
];
diff --git a/resources/lang/zu/validation.php b/resources/lang/zu/validation.php
index 724b9e25d..46adbe402 100644
--- a/resources/lang/zu/validation.php
+++ b/resources/lang/zu/validation.php
@@ -103,17 +103,6 @@ return [
],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
-
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
@@ -131,6 +120,18 @@ return [
'hashed_pass' => 'Iphasiwedi yakho yamanje ayilungile',
'dumbpwd' => 'Lelo phasiwedi livame kakhulu.',
'statuslabel_type' => 'Kumele ukhethe uhlobo lwelebula lesimo esivumelekile',
+
+ // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
+ // We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
+ // people won't know how to format.
+ 'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
+ 'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+ 'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
+
],
/*