diff --git a/resources/lang/aa-ER/admin/components/message.php b/resources/lang/aa-ER/admin/components/message.php index a1a2616f8b..0af45c2912 100644 --- a/resources/lang/aa-ER/admin/components/message.php +++ b/resources/lang/aa-ER/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'crwdns1560:0crwdne1560:0', 'error' => 'crwdns1561:0crwdne1561:0', - 'success' => 'crwdns1562:0crwdne1562:0' + 'success' => 'crwdns1562:0crwdne1562:0', + 'error_qty' => 'crwdns12937:0crwdne12937:0', ), 'checkout' => array( diff --git a/resources/lang/aa-ER/admin/custom_fields/general.php b/resources/lang/aa-ER/admin/custom_fields/general.php index 7150382a41..8cbb6554c2 100644 --- a/resources/lang/aa-ER/admin/custom_fields/general.php +++ b/resources/lang/aa-ER/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'crwdns6509:0crwdne6509:0', 'value_encrypted' => 'crwdns1696:0crwdne1696:0', 'show_in_email' => 'crwdns11854:0crwdne11854:0', - 'show_in_email_short' => 'crwdns11856:0crwdne11856:0', + 'show_in_email_short' => 'crwdns12933:0crwdne12933:0', 'help_text' => 'crwdns6511:0crwdne6511:0', 'help_text_description' => 'crwdns6513:0crwdne6513:0', 'about_custom_fields_title' => 'crwdns6515:0crwdne6515:0', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'crwdns11860:0crwdne11860:0', 'show_in_requestable_list' => 'crwdns11862:0crwdne11862:0', 'encrypted_options' => 'crwdns11864:0crwdne11864:0', + 'display_checkin' => 'crwdns12929:0crwdne12929:0', + 'display_checkout' => 'crwdns12931:0crwdne12931:0', ]; diff --git a/resources/lang/aa-ER/admin/hardware/general.php b/resources/lang/aa-ER/admin/hardware/general.php index 4d2d0a1c92..9594d0bd18 100644 --- a/resources/lang/aa-ER/admin/hardware/general.php +++ b/resources/lang/aa-ER/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'crwdns1807:0crwdne1807:0', 'archived' => 'crwdns1168:0crwdne1168:0', 'asset' => 'crwdns755:0crwdne755:0', - 'bulk_checkout' => 'crwdns2023:0crwdne2023:0', - 'bulk_checkin' => 'crwdns6770:0crwdne6770:0', + 'bulk_checkout' => 'crwdns12902:0crwdne12902:0', + 'bulk_checkin' => 'crwdns12904:0crwdne12904:0', 'checkin' => 'crwdns756:0crwdne756:0', 'checkout' => 'crwdns1905:0crwdne1905:0', 'clone' => 'crwdns758:0crwdne758:0', diff --git a/resources/lang/aa-ER/admin/hardware/message.php b/resources/lang/aa-ER/admin/hardware/message.php index e44f1d9eaa..266afe5ce7 100644 --- a/resources/lang/aa-ER/admin/hardware/message.php +++ b/resources/lang/aa-ER/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'crwdns746:0crwdne746:0', 'error' => 'crwdns747:0crwdne747:0', + 'assigned_to_error' => 'crwdns12925:0{1}crwdne12925:0', 'nothing_updated' => 'crwdns1876:0crwdne1876:0', 'success' => 'crwdns748:0crwdne748:0', ], diff --git a/resources/lang/aa-ER/admin/models/general.php b/resources/lang/aa-ER/admin/models/general.php index 998c4a0956..ce1fdfc687 100644 --- a/resources/lang/aa-ER/admin/models/general.php +++ b/resources/lang/aa-ER/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'crwdns1815:0crwdne1815:0', 'about_models_text' => 'crwdns1816:0crwdne1816:0', - 'deleted' => 'crwdns6077:0crwdne6077:0', + 'deleted' => 'crwdns6077:0crwdne6077:0', 'bulk_delete' => 'crwdns1972:0crwdne1972:0', 'bulk_delete_help' => 'crwdns1973:0crwdne1973:0', 'bulk_delete_warn' => 'crwdns11521:0crwdne11521:0', diff --git a/resources/lang/aa-ER/admin/users/general.php b/resources/lang/aa-ER/admin/users/general.php index c6e1289526..1520edc625 100644 --- a/resources/lang/aa-ER/admin/users/general.php +++ b/resources/lang/aa-ER/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'crwdns1993:0crwdne1993:0', 'email_assigned' => 'crwdns10484:0crwdne10484:0', 'user_notified' => 'crwdns10486:0crwdne10486:0', + 'users_notified' => 'crwdns12921:0crwdne12921:0', + 'users_notified_warning' => 'crwdns12923:0crwdne12923:0', 'auto_assign_label' => 'crwdns11345:0crwdne11345:0', 'auto_assign_help' => 'crwdns11347:0crwdne11347:0', 'software_user' => 'crwdns1131:0crwdne1131:0', diff --git a/resources/lang/aa-ER/general.php b/resources/lang/aa-ER/general.php index 72a0616d7c..99f37cdea1 100644 --- a/resources/lang/aa-ER/general.php +++ b/resources/lang/aa-ER/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'crwdns1304:0crwdne1304:0', 'activity_report' => 'crwdns1291:0crwdne1291:0', 'address' => 'crwdns1019:0crwdne1019:0', - 'admin' => 'crwdns1020:0crwdne1020:0', + 'admin' => 'crwdns12906:0crwdne12906:0', 'admin_tooltip' => 'crwdns12216:0crwdne12216:0', 'superuser' => 'crwdns12218:0crwdne12218:0', 'superuser_tooltip' => 'crwdns12220:0crwdne12220:0', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'crwdns6099:0crwdne6099:0', 'accept_assets' => 'crwdns6101:0crwdne6101:0', 'accept_assets_menu' => 'crwdns6103:0crwdne6103:0', + 'accept_item' => 'crwdns12908:0crwdne12908:0', 'audit' => 'crwdns1913:0crwdne1913:0', 'audit_report' => 'crwdns1914:0crwdne1914:0', 'assets' => 'crwdns1027:0crwdne1027:0', @@ -87,6 +88,7 @@ return [ 'record_created' => 'crwdns5946:0crwdne5946:0', 'updated_at' => 'crwdns1856:0crwdne1856:0', 'currency' => 'crwdns1043:0crwdne1043:0', // this is deprecated + 'currency_text' => 'crwdns12935:0crwdne12935:0', // 'current' => 'crwdns1044:0crwdne1044:0', 'current_password' => 'crwdns6113:0crwdne6113:0', 'customize_report' => 'crwdns6115:0crwdne6115:0', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'crwdns1578:0crwdne1578:0', 'login_enabled' => 'crwdns5984:0crwdne5984:0', 'audit_due' => 'crwdns5986:0crwdne5986:0', - 'audit_due_days' => 'crwdns12174:0crwdne12174:0', + 'audit_due_days' => 'crwdns12910:0crwdne12910:0', 'checkin_due' => 'crwdns12176:0crwdne12176:0', 'checkin_overdue' => 'crwdns12178:0crwdne12178:0', - 'checkin_due_days' => 'crwdns12180:0crwdne12180:0', + 'checkin_due_days' => 'crwdns12912:0crwdne12912:0', 'audit_overdue' => 'crwdns5988:0crwdne5988:0', 'accept' => 'crwdns6016:0crwdne6016:0', 'i_accept' => 'crwdns6018:0crwdne6018:0', @@ -586,4 +588,15 @@ return [ 'notes' => 'crwdns12878:0crwdne12878:0', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'crwdns12914:0crwdne12914:0', + 'checkout_item' => 'crwdns12916:0crwdne12916:0', + 'checkin_item' => 'crwdns12918:0crwdne12918:0', + ], + + 'select_all_none' => 'crwdns12927:0crwdne12927:0', + 'generic_model_not_found' => 'crwdns12920:0crwdne12920:0', + 'deleted_models' => 'crwdns12939:0crwdne12939:0', + 'deleted_users' => 'crwdns12941:0crwdne12941:0', + ]; diff --git a/resources/lang/af-ZA/admin/components/message.php b/resources/lang/af-ZA/admin/components/message.php index e2bbfb92ed..f8ca09a84c 100644 --- a/resources/lang/af-ZA/admin/components/message.php +++ b/resources/lang/af-ZA/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie komponent uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die komponent. Probeer asseblief weer.', - 'success' => 'Die komponent is suksesvol verwyder.' + 'success' => 'Die komponent is suksesvol verwyder.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/af-ZA/admin/custom_fields/general.php b/resources/lang/af-ZA/admin/custom_fields/general.php index 719f1c5854..c543185ffc 100644 --- a/resources/lang/af-ZA/admin/custom_fields/general.php +++ b/resources/lang/af-ZA/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'Die waarde van hierdie veld is geïnkripteer in die databasis. Slegs admingebruikers sal die gedecodeerde waarde kan sien', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/af-ZA/admin/hardware/general.php b/resources/lang/af-ZA/admin/hardware/general.php index 05d3be9de4..52547bed50 100644 --- a/resources/lang/af-ZA/admin/hardware/general.php +++ b/resources/lang/af-ZA/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Bates is items opgespoor volgens reeksnommer of bate-tag. Hulle is geneig om hoër waarde items te wees waar die identifisering van \'n spesifieke item saak maak.', 'archived' => 'argief', 'asset' => 'bate', - 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Grootmaat Checkout', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Kontrole bate', 'checkout' => 'Checkout Asset', 'clone' => 'Klone Bate', diff --git a/resources/lang/af-ZA/admin/hardware/message.php b/resources/lang/af-ZA/admin/hardware/message.php index 666719e7e1..65a95934ec 100644 --- a/resources/lang/af-ZA/admin/hardware/message.php +++ b/resources/lang/af-ZA/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Is jy seker jy wil hierdie bate uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die bate. Probeer asseblief weer.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Geen bates is gekies nie, so niks is verwyder nie.', 'success' => 'Die bate is suksesvol verwyder.', ], diff --git a/resources/lang/af-ZA/admin/models/general.php b/resources/lang/af-ZA/admin/models/general.php index e036502985..187c0427aa 100644 --- a/resources/lang/af-ZA/admin/models/general.php +++ b/resources/lang/af-ZA/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Oor Asset Models', 'about_models_text' => 'Batemodelle is \'n manier om identiese bates te groepeer. "MBP 2013", "IPhone 6s", ens.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/af-ZA/admin/users/general.php b/resources/lang/af-ZA/admin/users/general.php index c91c0d7901..c0ee6ba1a5 100644 --- a/resources/lang/af-ZA/admin/users/general.php +++ b/resources/lang/af-ZA/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Sagteware Uitgesoek na: naam', diff --git a/resources/lang/af-ZA/general.php b/resources/lang/af-ZA/general.php index 5c7ce88fb3..d5f0bf1727 100644 --- a/resources/lang/af-ZA/general.php +++ b/resources/lang/af-ZA/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'aksie', 'activity_report' => 'Aktiwiteitsverslag', 'address' => 'adres', - 'admin' => 'admin', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'oudit', 'audit_report' => 'Ouditlogboek', 'assets' => 'bates', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Opgedateer op', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Huidige', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Jou vormsessie het verval. Probeer asseblief weer.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/am-ET/admin/accessories/table.php b/resources/lang/am-ET/admin/accessories/table.php index 80df687161..aaa5e68a3d 100644 --- a/resources/lang/am-ET/admin/accessories/table.php +++ b/resources/lang/am-ET/admin/accessories/table.php @@ -3,7 +3,7 @@ return array( 'dl_csv' => 'Download CSV', 'eula_text' => 'EULA', - 'id' => 'ID', + 'id' => 'መለያ', 'require_acceptance' => 'Acceptance', 'title' => 'Accessory Name', ); diff --git a/resources/lang/am-ET/admin/categories/message.php b/resources/lang/am-ET/admin/categories/message.php index 4e493f68b6..52f62c024c 100644 --- a/resources/lang/am-ET/admin/categories/message.php +++ b/resources/lang/am-ET/admin/categories/message.php @@ -2,7 +2,7 @@ return array( - 'does_not_exist' => 'Category does not exist.', + '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. ', diff --git a/resources/lang/am-ET/admin/categories/table.php b/resources/lang/am-ET/admin/categories/table.php index a3ee96ae7f..d2256a31e3 100644 --- a/resources/lang/am-ET/admin/categories/table.php +++ b/resources/lang/am-ET/admin/categories/table.php @@ -1,10 +1,10 @@ 'EULA', - 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'eula_text' => 'የመጨረሻ ተጠቃሚ የፍቃድ ስምምነት', + 'id' => 'መለያ', + 'parent' => 'ዋና መደብ', + 'require_acceptance' => 'ተቀባይነት', + 'title' => 'የንብረት መደብ ስም', ); diff --git a/resources/lang/am-ET/admin/companies/table.php b/resources/lang/am-ET/admin/companies/table.php index 100b258240..929344c6f0 100644 --- a/resources/lang/am-ET/admin/companies/table.php +++ b/resources/lang/am-ET/admin/companies/table.php @@ -7,5 +7,5 @@ return array( 'phone' => 'Company Phone', 'update' => 'Update Company', 'name' => 'Company Name', - 'id' => 'ID', + 'id' => 'መለያ', ); diff --git a/resources/lang/am-ET/admin/components/message.php b/resources/lang/am-ET/admin/components/message.php index 0a7dd8d954..ec39dc4178 100644 --- a/resources/lang/am-ET/admin/components/message.php +++ b/resources/lang/am-ET/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this component?', 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/am-ET/admin/custom_fields/general.php b/resources/lang/am-ET/admin/custom_fields/general.php index e3c21d1f0c..f17eedda11 100644 --- a/resources/lang/am-ET/admin/custom_fields/general.php +++ b/resources/lang/am-ET/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/am-ET/admin/departments/table.php b/resources/lang/am-ET/admin/departments/table.php index 76494247be..0b331a5dd1 100644 --- a/resources/lang/am-ET/admin/departments/table.php +++ b/resources/lang/am-ET/admin/departments/table.php @@ -2,7 +2,7 @@ return array( - 'id' => 'ID', + 'id' => 'መለያ', 'name' => 'Department Name', 'manager' => 'Manager', 'location' => 'Location', diff --git a/resources/lang/am-ET/admin/depreciations/table.php b/resources/lang/am-ET/admin/depreciations/table.php index 256b10b92a..e8950d4e8f 100644 --- a/resources/lang/am-ET/admin/depreciations/table.php +++ b/resources/lang/am-ET/admin/depreciations/table.php @@ -2,7 +2,7 @@ return [ - 'id' => 'ID', + 'id' => 'መለያ', 'months' => 'Months', 'term' => 'Term', 'title' => 'Name ', diff --git a/resources/lang/am-ET/admin/hardware/general.php b/resources/lang/am-ET/admin/hardware/general.php index 88327fed9a..4f28b50b24 100644 --- a/resources/lang/am-ET/admin/hardware/general.php +++ b/resources/lang/am-ET/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'የተመኸደረ', 'asset' => 'ንብረት', - 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'በጅምላ ማውጣት', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Clone Asset', diff --git a/resources/lang/am-ET/admin/hardware/message.php b/resources/lang/am-ET/admin/hardware/message.php index 222cbc439e..605c1fe230 100644 --- a/resources/lang/am-ET/admin/hardware/message.php +++ b/resources/lang/am-ET/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'success' => 'The asset was deleted successfully.', ], diff --git a/resources/lang/am-ET/admin/hardware/table.php b/resources/lang/am-ET/admin/hardware/table.php index c30a265ea4..afa7a9d2dc 100644 --- a/resources/lang/am-ET/admin/hardware/table.php +++ b/resources/lang/am-ET/admin/hardware/table.php @@ -14,7 +14,7 @@ return [ 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', - 'id' => 'ID', + 'id' => 'መለያ', 'last_checkin_date' => 'Last Checkin Date', 'location' => 'Location', 'purchase_cost' => 'Cost', diff --git a/resources/lang/am-ET/admin/licenses/table.php b/resources/lang/am-ET/admin/licenses/table.php index 9cabf9c883..584b44e344 100644 --- a/resources/lang/am-ET/admin/licenses/table.php +++ b/resources/lang/am-ET/admin/licenses/table.php @@ -5,7 +5,7 @@ return array( 'assigned_to' => 'Assigned To', 'checkout' => 'In/Out', 'deleted_at' => 'Deleted at', - 'id' => 'ID', + 'id' => 'መለያ', 'license_email' => 'License Email', 'license_name' => 'Licensed To', 'purchase_date' => 'Purchase Date', diff --git a/resources/lang/am-ET/admin/locations/table.php b/resources/lang/am-ET/admin/locations/table.php index 3fb92b588b..51b72474c6 100644 --- a/resources/lang/am-ET/admin/locations/table.php +++ b/resources/lang/am-ET/admin/locations/table.php @@ -5,7 +5,7 @@ return [ 'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'assets_rtd' => 'ንብረቶች', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', + 'id' => 'መለያ', 'city' => 'City', 'state' => 'State', 'country' => 'Country', @@ -18,7 +18,7 @@ return [ 'address2' => 'Address Line 2', 'zip' => 'Postal Code', 'locations' => 'Locations', - 'parent' => 'Parent', + 'parent' => 'ዋና መደብ', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', 'user_name' => 'User Name', diff --git a/resources/lang/am-ET/admin/manufacturers/table.php b/resources/lang/am-ET/admin/manufacturers/table.php index 6a0aaa8865..201390454f 100644 --- a/resources/lang/am-ET/admin/manufacturers/table.php +++ b/resources/lang/am-ET/admin/manufacturers/table.php @@ -5,7 +5,7 @@ return array( 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', 'create' => 'Create Manufacturer', - 'id' => 'ID', + 'id' => 'መለያ', 'name' => 'Name', 'support_email' => 'Support Email', 'support_phone' => 'Support Phone', diff --git a/resources/lang/am-ET/admin/models/general.php b/resources/lang/am-ET/admin/models/general.php index 7e4a77adbc..9a61b53fd0 100644 --- a/resources/lang/am-ET/admin/models/general.php +++ b/resources/lang/am-ET/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/am-ET/admin/suppliers/table.php b/resources/lang/am-ET/admin/suppliers/table.php index 21cf0950de..fe13628f22 100644 --- a/resources/lang/am-ET/admin/suppliers/table.php +++ b/resources/lang/am-ET/admin/suppliers/table.php @@ -11,7 +11,7 @@ return array( 'create' => 'Create Supplier', 'email' => 'Email', 'fax' => 'Fax', - 'id' => 'ID', + 'id' => 'መለያ', 'licenses' => 'Licenses', 'name' => 'Supplier Name', 'notes' => 'Notes', diff --git a/resources/lang/am-ET/admin/users/general.php b/resources/lang/am-ET/admin/users/general.php index b097ccec69..14f36cf151 100644 --- a/resources/lang/am-ET/admin/users/general.php +++ b/resources/lang/am-ET/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Software Checked out to :name', diff --git a/resources/lang/am-ET/general.php b/resources/lang/am-ET/general.php index 7d4e119a3e..b167d7828a 100644 --- a/resources/lang/am-ET/general.php +++ b/resources/lang/am-ET/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'ተግባር', 'activity_report' => 'የእንቅስቃሴ ዘገባ', 'address' => 'አድራሻ', - 'admin' => 'ተቆጣጣሪ', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'የሚያገለግሉ ንብረቶች', 'accept_assets' => 'ገቢ ንብረቶች፥ ስም', 'accept_assets_menu' => 'የገቡ ንብረቶች', + 'accept_item' => 'Accept Item', 'audit' => 'ቁጥጥር', 'audit_report' => 'የቁጥጥር መዝገብ', 'assets' => 'ንብረቶች', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Current', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -154,7 +156,7 @@ return [ 'gravatar_url' => 'Change your avatar at Gravatar.com.', 'history' => 'History', 'history_for' => 'History for', - 'id' => 'ID', + 'id' => 'መለያ', 'image' => 'Image', 'image_delete' => 'Delete Image', 'include_deleted' => 'Include Deleted Assets', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Your form session has expired. Please try again.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/ar-SA/admin/components/message.php b/resources/lang/ar-SA/admin/components/message.php index 9b06c537df..e4d6de48c4 100644 --- a/resources/lang/ar-SA/admin/components/message.php +++ b/resources/lang/ar-SA/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المكون؟', 'error' => 'حدثت مشكلة اثناء عملية حذف المكون. الرجاء المحاولة مرة اُخرى.', - 'success' => 'تم حذف المكون بنجاح.' + 'success' => 'تم حذف المكون بنجاح.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/ar-SA/admin/custom_fields/general.php b/resources/lang/ar-SA/admin/custom_fields/general.php index e9b0dd2cd2..896b9bb293 100644 --- a/resources/lang/ar-SA/admin/custom_fields/general.php +++ b/resources/lang/ar-SA/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'إنشاء حقل مخصص جديد', 'value_encrypted' => 'هذا الحقل مشفر في قاعدة البيانات. يمكن قرائته من قبل مدراء النظام فقط', 'show_in_email' => 'هل تريد تضمين قيمة هذا الحقل في رسائل البريد الإلكتروني المرسلة إلى المستخدم؟ لا يمكن تضمين الحقول المشفرة في رسائل البريد الإلكتروني', - 'show_in_email_short' => 'تضمين في رسائل البريد الإلكتروني.', + 'show_in_email_short' => 'تضمين في رسائل البريد الإلكتروني', 'help_text' => 'نص المساعدة', 'help_text_description' => 'هذا نص اختياري سيظهر أدناه عناصر النموذج أثناء تحرير الأصل لتوفير السياق في الحقل.', 'about_custom_fields_title' => 'حول الحقول المخصصة', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'إظهار في قائمة الأصول القابلة للطلب', 'show_in_requestable_list' => 'إظهار القيمة في قائمة الأصول القابلة للطلب. لن تظهر الحقول المشفرة', 'encrypted_options' => 'هذا الحقل مشفّر، لذلك لن تتوفر بعض خيارات العرض.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/ar-SA/admin/hardware/general.php b/resources/lang/ar-SA/admin/hardware/general.php index e0847a7fad..cc4ffe901c 100644 --- a/resources/lang/ar-SA/admin/hardware/general.php +++ b/resources/lang/ar-SA/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'الأصول هي العناصر التي يتم تتبعها بواسطة الرقم التسلسلي أو ترميز الأصل. وهي تميل إلى أن تكون ممتلكات ذات قيمة أعلى حيث انه من المهم توثيقها.', 'archived' => 'مؤرشفة', 'asset' => 'أصل', - 'bulk_checkout' => 'إخراج الأصول', - 'bulk_checkin' => 'ادخال الأصل', + 'bulk_checkout' => 'اخراج متعدد', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'ادخال الأصل', 'checkout' => 'اخراج الأصل', 'clone' => 'استنساخ الأصل', diff --git a/resources/lang/ar-SA/admin/hardware/message.php b/resources/lang/ar-SA/admin/hardware/message.php index 2ebc6cb2c7..15bdb5a54e 100644 --- a/resources/lang/ar-SA/admin/hardware/message.php +++ b/resources/lang/ar-SA/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'هل تريد بالتأكيد حذف هذا الأصل؟', 'error' => 'حدثت مشكلة أثناء حذف هذا الأصل. حاول مرة اخرى.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'لم يتم اختيار أي أصول، لذلك لم يتم حذف أي شيء.', 'success' => 'تم حذف الأصل بنجاح.', ], diff --git a/resources/lang/ar-SA/admin/models/general.php b/resources/lang/ar-SA/admin/models/general.php index df6fda1a4d..3049def779 100644 --- a/resources/lang/ar-SA/admin/models/general.php +++ b/resources/lang/ar-SA/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'حول موديلات الأصول', 'about_models_text' => 'موديلات الأصول هي طريقة لتجميع الأصول المتطابقة "MBP 2013", "IPhone 6s", الخ.', - 'deleted' => 'تم حذف هذا الموديل.', + 'deleted' => 'تم حذف هذا الموديل.', 'bulk_delete' => 'حذف موديلات الاصول بالجملة', 'bulk_delete_help' => 'استخدم مربعات الاختيار أدناه لتأكيد حذف موديلات الأصول المحددة. لا يمكن حذف موديلات الأصول التي تحتوي على أصول مرتبطة بها إلى أن يتم ربط الأصول بموديل مختلف.', 'bulk_delete_warn' => 'أنت على وشك حذف نموذج واحد للأصول.|أنت على وشك حذف :model_count من نماذج الأصول.', diff --git a/resources/lang/ar-SA/admin/users/general.php b/resources/lang/ar-SA/admin/users/general.php index c7bbdcfa50..a32334bce8 100644 --- a/resources/lang/ar-SA/admin/users/general.php +++ b/resources/lang/ar-SA/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'طباعة كل الممتلكات', 'email_assigned' => 'قائمة البريد اﻹلكتروني لكل المعينين', 'user_notified' => 'تم إرسال قائمة بالعناصر المعينة حاليا إلى المستخدم بالبريد الإلكتروني.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'تضمين هذا المستخدم عند التعيين التلقائي للتراخيص المؤهلة', 'auto_assign_help' => 'تخطي هذا المستخدم في التعيين التلقائي للترخيص', 'software_user' => 'البرامج المخرجة الى: :name', diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index 19d6ed14fe..76f3c7f288 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'الإجراء', 'activity_report' => 'تقرير الأنشطة', 'address' => 'العنوان', - 'admin' => 'الإدارة', + 'admin' => 'إعدادات المدير', 'admin_tooltip' => 'هذا المستخدم لديه صلاحيات المشرف', 'superuser' => 'مدير النظام', 'superuser_tooltip' => 'هذا المستخدم لديه امتيازات المستخدم المتميز', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'الأصول المتاحة', 'accept_assets' => 'قبول الأصول :name', 'accept_assets_menu' => 'قبول الأصول', + 'accept_item' => 'Accept Item', 'audit' => 'تدقيق', 'audit_report' => 'سجل التدقيق', 'assets' => 'الأصول', @@ -87,6 +88,7 @@ return [ 'record_created' => 'إنشاء سجل', 'updated_at' => 'تم التحديث في', 'currency' => '$', // this is deprecated + 'currency_text' => 'العملة', // 'current' => 'الحالي', 'current_password' => 'كلمة المرور الحالية', 'customize_report' => 'تخصيص التقرير', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'انتهت صلاحية جلسة النموذج. حاول مرة اخرى.', 'login_enabled' => 'تسجيل الدخول مفعل', 'audit_due' => 'الواجب مراجعته', - 'audit_due_days' => 'الأصول المستحقة للمراجعة خلال :أيام الأصول اليومية المستحقة للمراجعة خلال :أيام', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'من المقرر تسجيل الدخول', 'checkin_overdue' => 'تأخر في تسجيل الدخول', - 'checkin_due_days' => 'الأصول المستحقة للتسجيل في غضون :أيام الأصول اليومية المستحقة للتسجيل في غضون :أيام', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'مراجعة الحسابات المتأخرة', 'accept' => 'قبول :asset', 'i_accept' => 'قبول', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/bg-BG/admin/components/message.php b/resources/lang/bg-BG/admin/components/message.php index 7dd5cf9614..258e10b3b5 100644 --- a/resources/lang/bg-BG/admin/components/message.php +++ b/resources/lang/bg-BG/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Сигурни ли сте, че желаете да изтриете този компонент?', 'error' => 'Възникна проблем при изтриването на компонента. Моля опитайте отново.', - 'success' => 'Компонентът бе изтрит успешно.' + 'success' => 'Компонентът бе изтрит успешно.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/bg-BG/admin/custom_fields/general.php b/resources/lang/bg-BG/admin/custom_fields/general.php index c583776a3e..63b2449ac7 100644 --- a/resources/lang/bg-BG/admin/custom_fields/general.php +++ b/resources/lang/bg-BG/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Създай ново персонализирано поле', 'value_encrypted' => 'Стойността на това поле е криптирана в базата данни. Само администратор потребители ще бъде в състояние да видят дешифрираната стойност', 'show_in_email' => 'Да се включи ли стойността на това поле в електронната поща, изпращана към потребителите? Криптираните полета не могат да бъдат включвани в изпращаните електронни пощи', - 'show_in_email_short' => 'Включи в е-майлите.', + 'show_in_email_short' => 'Включи в е-майлите', 'help_text' => 'Помощен текст', 'help_text_description' => 'Това е допълнителен текст, който ще се появява под формата с елементите докато редактирате актив описващ значението на полето.', 'about_custom_fields_title' => 'Отностно Персонализирани Полета', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Покажи в списъка на изискуемите артикули', 'show_in_requestable_list' => 'Покажи стойноста в списъка на изискуемите артикули. Криптираните полета няма да се покажат', 'encrypted_options' => 'Това поле е криптирано, затова някой настройки няма да бъдат налични.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/bg-BG/admin/hardware/general.php b/resources/lang/bg-BG/admin/hardware/general.php index 60a934b329..2617d05ec0 100644 --- a/resources/lang/bg-BG/admin/hardware/general.php +++ b/resources/lang/bg-BG/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Активите са елементи, проследен от сериен номер или етикет. По-често, те са елементи с висока стойност, където идентифицирането на специфичен елемент е от значение.', 'archived' => 'Архивиран', 'asset' => 'Актив', - 'bulk_checkout' => 'Изписване на активи', - 'bulk_checkin' => 'Връщане на актив', + 'bulk_checkout' => 'Общо отписване', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Връщане на актив', 'checkout' => 'Изписване на актив', 'clone' => 'Копиране на актив', diff --git a/resources/lang/bg-BG/admin/hardware/message.php b/resources/lang/bg-BG/admin/hardware/message.php index 2380d5fa32..e63c1f6080 100644 --- a/resources/lang/bg-BG/admin/hardware/message.php +++ b/resources/lang/bg-BG/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Сигурни ли сте, че желаете изтриване на актива?', 'error' => 'Проблем при изтриване на актива. Моля опитайте отново.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Няма избрани активи, така че нищо не бе изтрито.', 'success' => 'Активът е изтрит успешно.', ], diff --git a/resources/lang/bg-BG/admin/models/general.php b/resources/lang/bg-BG/admin/models/general.php index 031e082548..04a2a03b82 100644 --- a/resources/lang/bg-BG/admin/models/general.php +++ b/resources/lang/bg-BG/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Относно модели на актив', 'about_models_text' => 'Модели на актив са начин за групиране на идентични активи. "MBP 2013", "IPhone 6s" и др.', - 'deleted' => 'Този модел беше изтрит.', + 'deleted' => 'Този модел беше изтрит.', 'bulk_delete' => 'Масово изтриване на модели на активите', 'bulk_delete_help' => 'Използвайте квадратчетата за отметка по-долу, за да потвърдите изтриването на избраните модели на активи. Моделите, за които има асоциирани активи, не могат да бъдат изтрити, докато активите не се асоциират с друг модел.', 'bulk_delete_warn' => 'Ще изтриете един модел.|Ще изтриете :model_count модела.', diff --git a/resources/lang/bg-BG/admin/users/general.php b/resources/lang/bg-BG/admin/users/general.php index dca402fdfa..4cfe2862ff 100644 --- a/resources/lang/bg-BG/admin/users/general.php +++ b/resources/lang/bg-BG/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Печат на всички отдадени', 'email_assigned' => 'Изпрати Е-майл списък на всички заведени активи', 'user_notified' => 'На потребителя беше изпратен списак по е-майл с неговите заведени активи.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Включи този потребител при автоматичното асоцииране на лицензи', 'auto_assign_help' => 'Не включвай този потребител при автоматичното асоцииране на лицензи', 'software_user' => 'Софтуерни продукти, изписани на :name', diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php index 32aa366d7f..377a2f2ab9 100644 --- a/resources/lang/bg-BG/general.php +++ b/resources/lang/bg-BG/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Действие', 'activity_report' => 'Справка за дейностите', 'address' => 'Aдрес', - 'admin' => 'Администриране', + 'admin' => 'Админ настройки', 'admin_tooltip' => 'Този потребител има администраторски привилегии', 'superuser' => 'Супер потребител', 'superuser_tooltip' => 'Този потребител има привилегии на супер потребител', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Налични активи', 'accept_assets' => 'Приеми Актив :name', 'accept_assets_menu' => 'Приеми активите', + 'accept_item' => 'Accept Item', 'audit' => 'проверка', 'audit_report' => 'Отчет за одита', 'assets' => 'Активи', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Създаден на', 'updated_at' => 'Обновено на', 'currency' => '$', // this is deprecated + 'currency_text' => 'Валута', // 'current' => 'Текущи', 'current_password' => 'Текуща парола', 'customize_report' => 'Персонализиран отчет', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Вашата сесия за формуляр изтече. Моля опитайте отново.', 'login_enabled' => 'Разрешен вход', 'audit_due' => 'За Одит', - 'audit_due_days' => 'Активи, подлежащи на одит в рамките на :days Ден|Активи, подлежащи на одит в рамките на :days дни', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Предстои проверка', 'checkin_overdue' => 'Просрочен срок за регистрация', - 'checkin_due_days' => 'Активи, дължими за проверка в рамките на :days ден|Активи, дължими за проверка в рамките на :days дни', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Просрочен Одит', 'accept' => 'Приеми :asset', 'i_accept' => 'Съгласен съм', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/ca-ES/admin/components/message.php b/resources/lang/ca-ES/admin/components/message.php index 0a7dd8d954..ec39dc4178 100644 --- a/resources/lang/ca-ES/admin/components/message.php +++ b/resources/lang/ca-ES/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this component?', 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/ca-ES/admin/custom_fields/general.php b/resources/lang/ca-ES/admin/custom_fields/general.php index e3c21d1f0c..f17eedda11 100644 --- a/resources/lang/ca-ES/admin/custom_fields/general.php +++ b/resources/lang/ca-ES/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/ca-ES/admin/hardware/general.php b/resources/lang/ca-ES/admin/hardware/general.php index 0cd9d24fd1..5c4c8a43a1 100644 --- a/resources/lang/ca-ES/admin/hardware/general.php +++ b/resources/lang/ca-ES/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Arxivat', 'asset' => 'Recurs', - 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Clone Asset', diff --git a/resources/lang/ca-ES/admin/hardware/message.php b/resources/lang/ca-ES/admin/hardware/message.php index 222cbc439e..605c1fe230 100644 --- a/resources/lang/ca-ES/admin/hardware/message.php +++ b/resources/lang/ca-ES/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'success' => 'The asset was deleted successfully.', ], diff --git a/resources/lang/ca-ES/admin/models/general.php b/resources/lang/ca-ES/admin/models/general.php index 7e4a77adbc..9a61b53fd0 100644 --- a/resources/lang/ca-ES/admin/models/general.php +++ b/resources/lang/ca-ES/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/ca-ES/admin/users/general.php b/resources/lang/ca-ES/admin/users/general.php index b097ccec69..14f36cf151 100644 --- a/resources/lang/ca-ES/admin/users/general.php +++ b/resources/lang/ca-ES/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Software Checked out to :name', diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php index 8684e37a72..6ade76224f 100644 --- a/resources/lang/ca-ES/general.php +++ b/resources/lang/ca-ES/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Acció', 'activity_report' => 'Informe d\'Activitat', 'address' => 'Adreça', - 'admin' => 'Administrador', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'Audit', 'audit_report' => 'Registre d\'auditoria', 'assets' => 'Recursos', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Current', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Your form session has expired. Please try again.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Acceptar :recurs', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/chr-US/admin/components/message.php b/resources/lang/chr-US/admin/components/message.php index 0a7dd8d954..ec39dc4178 100644 --- a/resources/lang/chr-US/admin/components/message.php +++ b/resources/lang/chr-US/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this component?', 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/chr-US/admin/custom_fields/general.php b/resources/lang/chr-US/admin/custom_fields/general.php index e3c21d1f0c..f17eedda11 100644 --- a/resources/lang/chr-US/admin/custom_fields/general.php +++ b/resources/lang/chr-US/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/chr-US/admin/hardware/general.php b/resources/lang/chr-US/admin/hardware/general.php index 34ac4e63ee..084e171d46 100644 --- a/resources/lang/chr-US/admin/hardware/general.php +++ b/resources/lang/chr-US/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Clone Asset', diff --git a/resources/lang/chr-US/admin/hardware/message.php b/resources/lang/chr-US/admin/hardware/message.php index 222cbc439e..605c1fe230 100644 --- a/resources/lang/chr-US/admin/hardware/message.php +++ b/resources/lang/chr-US/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'success' => 'The asset was deleted successfully.', ], diff --git a/resources/lang/chr-US/admin/models/general.php b/resources/lang/chr-US/admin/models/general.php index 7e4a77adbc..9a61b53fd0 100644 --- a/resources/lang/chr-US/admin/models/general.php +++ b/resources/lang/chr-US/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/chr-US/admin/users/general.php b/resources/lang/chr-US/admin/users/general.php index b097ccec69..14f36cf151 100644 --- a/resources/lang/chr-US/admin/users/general.php +++ b/resources/lang/chr-US/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Software Checked out to :name', diff --git a/resources/lang/chr-US/general.php b/resources/lang/chr-US/general.php index 53482e853c..b10e3f4f62 100644 --- a/resources/lang/chr-US/general.php +++ b/resources/lang/chr-US/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Action', 'activity_report' => 'Activity Report', 'address' => 'Address', - 'admin' => 'Admin', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Current', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Your form session has expired. Please try again.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/cs-CZ/admin/components/message.php b/resources/lang/cs-CZ/admin/components/message.php index 54bccc49f5..7669fc2879 100644 --- a/resources/lang/cs-CZ/admin/components/message.php +++ b/resources/lang/cs-CZ/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Opravdu si přejete odstranit tento díl?', 'error' => 'Nepodařilo se díl odstranit. Zkuste to prosím později.', - 'success' => 'Díl byl v pořádku odstraněn.' + 'success' => 'Díl byl v pořádku odstraněn.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/cs-CZ/admin/custom_fields/general.php b/resources/lang/cs-CZ/admin/custom_fields/general.php index 0d1cc3f2a2..2d6f9ed031 100644 --- a/resources/lang/cs-CZ/admin/custom_fields/general.php +++ b/resources/lang/cs-CZ/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ '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ů', - 'show_in_email_short' => 'Zahrnout do e-mailů.', + 'show_in_email_short' => 'Zahrnout do e-mailů', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Zobrazit v seznamu požadovaných položek', 'show_in_requestable_list' => 'Zobrazit hodnotu v seznamu požadovaných aktiv. Šifrovaná pole nebudou zobrazena', 'encrypted_options' => 'Toto pole je šifrované, takže některé možnosti zobrazení nebudou k dispozici.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/cs-CZ/admin/hardware/general.php b/resources/lang/cs-CZ/admin/hardware/general.php index 78e00f5d31..1976a5b753 100644 --- a/resources/lang/cs-CZ/admin/hardware/general.php +++ b/resources/lang/cs-CZ/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Majetky jsou položky sledované sériovým číslem nebo značkou. Mají tendenci mít vyšší hodnotou, tam kde je důležitá identifikace určité položky.', 'archived' => 'Archivováno', 'asset' => 'Majetek', - 'bulk_checkout' => 'Vyskladnit majetek', - 'bulk_checkin' => 'Převzít majetek', + 'bulk_checkout' => 'Hromadný výdej', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Převzít majetek', 'checkout' => 'Pokladní majetek', 'clone' => 'Klonovat majetek', diff --git a/resources/lang/cs-CZ/admin/hardware/message.php b/resources/lang/cs-CZ/admin/hardware/message.php index 23c24b111e..be87369dc5 100644 --- a/resources/lang/cs-CZ/admin/hardware/message.php +++ b/resources/lang/cs-CZ/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Opravdu si přejete tento majetek odstranit?', 'error' => 'Nepodařilo se nám tento majetek odstranit. Zkuste to prosím znovu.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Žádný majetek nebyl vybrán, takže nic nebylo odstraněno.', 'success' => 'Majetek byl úspěšně smazán.', ], diff --git a/resources/lang/cs-CZ/admin/models/general.php b/resources/lang/cs-CZ/admin/models/general.php index 44514f5f76..00565f709c 100644 --- a/resources/lang/cs-CZ/admin/models/general.php +++ b/resources/lang/cs-CZ/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' => 'Tento model byl odstraněn.', + '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 odstranit jeden model majetku.|Chystáte se smazat :model_count majetkových modelů.', diff --git a/resources/lang/cs-CZ/admin/users/general.php b/resources/lang/cs-CZ/admin/users/general.php index 1c4440d9ec..0a862c6aff 100644 --- a/resources/lang/cs-CZ/admin/users/general.php +++ b/resources/lang/cs-CZ/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Vypsat všechna přiřazení', 'email_assigned' => 'Odeslat seznam aktuálně přiřazeného majetku', 'user_notified' => 'Uživateli byl zaslán e-mail se seznamem aktuálně přiřazeného majetku.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Zahrnout tohoto uživatele do automatického přiřazování licencí', 'auto_assign_help' => 'Nezahrnout tohoto uživatele do automatického přiřazování licencí', 'software_user' => 'Software vydaný pro :name', diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php index c2ae70c0bb..f6f47cfff9 100644 --- a/resources/lang/cs-CZ/general.php +++ b/resources/lang/cs-CZ/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Akce', 'activity_report' => 'Report aktivity', 'address' => 'Adresa', - 'admin' => 'Admin', + 'admin' => 'Nastavení správce', 'admin_tooltip' => 'Tento uživatel má administrátorská oprávnění', 'superuser' => 'Superuživatel', 'superuser_tooltip' => 'Tento uživatel má superuživatelská oprávnění', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Dostupný majatek', 'accept_assets' => 'Příjmout majetek :name', 'accept_assets_menu' => 'Přijmout majetek', + 'accept_item' => 'Accept Item', 'audit' => 'Audit', 'audit_report' => 'Záznamy auditu', 'assets' => 'Zařízení', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Záznam vytvořen', 'updated_at' => 'Aktualizováno', 'currency' => 'Kč', // this is deprecated + 'currency_text' => 'Měna', // 'current' => 'Aktuální', 'current_password' => 'Stávající heslo', 'customize_report' => 'Přizpůsobit report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Platnost relace formuláře vypršela. Prosím zkuste to znovu.', 'login_enabled' => 'Přihlášení povoleno', 'audit_due' => 'Ke inventuře', - 'audit_due_days' => 'Majetky splatné k auditu během :day|Majetky k auditu během :dní', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Kvůli přihlášení', 'checkin_overdue' => 'Po termínu pro přihlášení', - 'checkin_due_days' => 'Majetky splatné pro kontrolu během :day|Majetky pro kontrolu během :dní', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Po termínu inventury', 'accept' => 'Přijmout :asset', 'i_accept' => 'Přijímám', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/cy-GB/admin/components/message.php b/resources/lang/cy-GB/admin/components/message.php index f89aedb4b8..6c535e625e 100644 --- a/resources/lang/cy-GB/admin/components/message.php +++ b/resources/lang/cy-GB/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r cydran yma?', 'error' => 'Nid oedd yn bosib dileu\'r cydran. Ceisiwch eto o. g. y. dd.', - 'success' => 'Cydran wedi dileu\'n llwyddiannus.' + 'success' => 'Cydran wedi dileu\'n llwyddiannus.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/cy-GB/admin/custom_fields/general.php b/resources/lang/cy-GB/admin/custom_fields/general.php index 3fa05de73e..7fe8d7c7ac 100644 --- a/resources/lang/cy-GB/admin/custom_fields/general.php +++ b/resources/lang/cy-GB/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'Mae gwerth y maes hwn wedi\'i amgryptio yn y gronfa ddata. Dim ond defnyddwyr gweinyddol fydd yn gallu gweld y gwerth wedi\'i ddadgryptio', 'show_in_email' => 'Cynnwys gwerth y maes hwn mewn e-byst talu a anfonir at y defnyddiwr? Ni ellir cynnwys meysydd wedi\'u hamgryptio mewn e-byst', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/cy-GB/admin/hardware/general.php b/resources/lang/cy-GB/admin/hardware/general.php index 0633dc9359..f46ba629d1 100644 --- a/resources/lang/cy-GB/admin/hardware/general.php +++ b/resources/lang/cy-GB/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Mae asedau wedi tracio trwy rhif cofrestru neu rhif ased. Maen yn tueddu fod yn eitemau gwerthfawr lle mae adnabod offer penodol yn bwysig.', 'archived' => 'Archifwyd', 'asset' => 'Ased', - 'bulk_checkout' => 'Nodi Asedau Allan', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Nodi swmp allan', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Nodi Asedau I Mewn', 'checkout' => 'Nodi Asedau Allan', 'clone' => 'Dyblygu Ased', diff --git a/resources/lang/cy-GB/admin/hardware/message.php b/resources/lang/cy-GB/admin/hardware/message.php index 54b39ef985..ac574beb2a 100644 --- a/resources/lang/cy-GB/admin/hardware/message.php +++ b/resources/lang/cy-GB/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r ased yma?', 'error' => 'Roedd problem wrth ceisio dileu\'r ased. Ceisiwch eto o. g. y. dd.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Dim asedau wedi dewis, felly dim byd wedi\'i dileu.', 'success' => 'Ased wedi dileu\'n llwyddiannus.', ], diff --git a/resources/lang/cy-GB/admin/models/general.php b/resources/lang/cy-GB/admin/models/general.php index c0926c19c2..ef183fae0c 100644 --- a/resources/lang/cy-GB/admin/models/general.php +++ b/resources/lang/cy-GB/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Amdan Modelau', 'about_models_text' => 'Mae modelau o asedau yn ffordd o creu grwp o asedau. "iPhone 7, Samsung TAB 4, ayyb.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Dileu Nifer o Modelau', 'bulk_delete_help' => 'Rhowch tic yn y bocsys isod i cadarnhau dileu y model. Nid oes modd dileu modelau sydd hefo asedau yn ei erbyn.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/cy-GB/admin/users/general.php b/resources/lang/cy-GB/admin/users/general.php index d0003c5994..ed0da98179 100644 --- a/resources/lang/cy-GB/admin/users/general.php +++ b/resources/lang/cy-GB/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Argraffu Asedau', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Meddalwedd allan i :name', diff --git a/resources/lang/cy-GB/general.php b/resources/lang/cy-GB/general.php index fee12e50b4..acd840e524 100644 --- a/resources/lang/cy-GB/general.php +++ b/resources/lang/cy-GB/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Gweithred', 'activity_report' => 'Adroddiad gweithgaredd', 'address' => 'Cyfeiriad', - 'admin' => 'Gweinyddol', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Asedau ar gael', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'Awdit', 'audit_report' => 'Log Awdit', 'assets' => 'Asedau', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Diweddarwyd ar', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Cyfredol', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Mae eich sesiwn wedi dod i ben. Mewngofnodwch eto os gwelwch yn dda.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/da-DK/admin/components/message.php b/resources/lang/da-DK/admin/components/message.php index 196965c82f..16c987981b 100644 --- a/resources/lang/da-DK/admin/components/message.php +++ b/resources/lang/da-DK/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Er du sikker på, at du vil slette denne komponent?', 'error' => 'Der opstod et problem ved at slette komponenten. Prøv igen.', - 'success' => 'Komponenten blev slettet korrekt.' + 'success' => 'Komponenten blev slettet korrekt.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/da-DK/admin/custom_fields/general.php b/resources/lang/da-DK/admin/custom_fields/general.php index c86379e7e0..e7351a73d6 100644 --- a/resources/lang/da-DK/admin/custom_fields/general.php +++ b/resources/lang/da-DK/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Opret et nyt brugerdefineret felt', 'value_encrypted' => 'Værdien af dette felt er krypteret i databasen. Kun admins vil være i stand til at se den krypteret værdi', 'show_in_email' => 'Inkludér værdien af dette felt i tjekud-e-mail til brugeren? Krypterede felter kan ikke medtages i e-mails', - 'show_in_email_short' => 'Inkluder i e-mails.', + 'show_in_email_short' => 'Inkluder i e-mails', 'help_text' => 'Hjælp Tekst', 'help_text_description' => 'Dette er valgfri tekst, der vises under formelementerne, mens du redigerer et aktiv for at give kontekst på feltet.', 'about_custom_fields_title' => 'Om Brugerdefinerede Felter', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Vis i liste over anfordringsberettigede aktiver', 'show_in_requestable_list' => 'Vis værdi i liste over anfordringsaktiver. Krypterede felter vil ikke blive vist', 'encrypted_options' => 'Dette felt er krypteret, så nogle visningsindstillinger vil ikke være tilgængelige.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/da-DK/admin/hardware/general.php b/resources/lang/da-DK/admin/hardware/general.php index 3e0d5c7d4c..94f3e8552e 100644 --- a/resources/lang/da-DK/admin/hardware/general.php +++ b/resources/lang/da-DK/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Aktiver er poster sporet af serienummer eller aktiv tag. De har tendens til at være højere værdi elementer, hvor identifikation af en bestemt genstand betyder noget.', 'archived' => 'arkiverede', 'asset' => 'Asset', - 'bulk_checkout' => 'Udtjek aktiv', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Masseudtjekning', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Klonaktiver', diff --git a/resources/lang/da-DK/admin/hardware/message.php b/resources/lang/da-DK/admin/hardware/message.php index 70d872393b..59b22d6a9d 100644 --- a/resources/lang/da-DK/admin/hardware/message.php +++ b/resources/lang/da-DK/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Er du sikker på, at du vil slette dette aktiv?', 'error' => 'Der opstod et problem ved at slette aktivet. Prøv igen.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Ingen aktiver blev valgt, så intet blev slettet.', 'success' => 'Aktivet blev slettet med succes.', ], diff --git a/resources/lang/da-DK/admin/models/general.php b/resources/lang/da-DK/admin/models/general.php index d639ebafb3..19a35e3ad1 100644 --- a/resources/lang/da-DK/admin/models/general.php +++ b/resources/lang/da-DK/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Om aktiv modeller', 'about_models_text' => 'Aktiv modeller er en måde at gruppere identiske aktiver. "MBP 2013", "IPhone 6s", osv.', - 'deleted' => 'Denne model er blevet slettet.', + 'deleted' => 'Denne model er blevet slettet.', 'bulk_delete' => 'Slet flere aktivmodeller', 'bulk_delete_help' => 'Brug checkboksene nedenfor til at bekræfte sletning af valgte aktivmodeller. Aktivmodeller med tilknyttede aktiver kan ikke slettes før aktivet er knyttet til en anden model.', 'bulk_delete_warn' => 'Du er ved at slette en asset-model: Du er ved at slette :model_count asset-modeller.', diff --git a/resources/lang/da-DK/admin/users/general.php b/resources/lang/da-DK/admin/users/general.php index 7ebaab80be..48b660e313 100644 --- a/resources/lang/da-DK/admin/users/general.php +++ b/resources/lang/da-DK/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Udskriv alle tildelte', 'email_assigned' => 'E-mail liste over alle tildelt', 'user_notified' => 'Brugeren er blevet sendt en liste over deres aktuelt tildelte elementer.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Inkludér denne bruger ved automatisk tildeling af kvalificerede licenser', 'auto_assign_help' => 'Spring denne bruger over i auto-tildeling af licenser', 'software_user' => 'Software Checket ud til: navn', diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 35fd5fd8dc..f0fdbaaa48 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Handling', 'activity_report' => 'Aktivitetsrapport', 'address' => 'Addresse', - 'admin' => 'Admin', + 'admin' => 'Admin Indstillinger', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Tilgængelige aktiver', 'accept_assets' => 'Accepter aktiver :name', 'accept_assets_menu' => 'Accepter aktiver', + 'accept_item' => 'Accept Item', 'audit' => 'Revidere', 'audit_report' => 'Revisionslog', 'assets' => 'Aktiver', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record dannet', 'updated_at' => 'Opdateret kl', 'currency' => '$', // this is deprecated + 'currency_text' => 'Valuta', // 'current' => 'Aktuelle', 'current_password' => 'Nuværende adgangskode', 'customize_report' => 'Tilpas rapport', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Din form session er udløbet. Prøv igen.', 'login_enabled' => 'Login aktiveret', 'audit_due' => 'Forfalder til tilsyn', - 'audit_due_days' => 'Aktiver som er forfaldne for revision inden :days Dagsaktiver forfaldne for revision inden :days Dage', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Forfalder til Checkin', 'checkin_overdue' => 'Forfaldne til tjek', - 'checkin_due_days' => 'Aktiver forfalden for tjek inden :days Dagsaktiver forfalden for tjek inden :days Dage', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Forfalden til tilsyn', 'accept' => 'Accepter :asset', 'i_accept' => 'Jeg accepterer', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/de-DE/admin/components/message.php b/resources/lang/de-DE/admin/components/message.php index e7c93558e8..0966e5f0d8 100644 --- a/resources/lang/de-DE/admin/components/message.php +++ b/resources/lang/de-DE/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Sind Sie sich sicher das sie diese Komponente löschen wollen?', 'error' => 'Beim Löschen der Komponente ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.', - 'success' => 'Die Komponente wurde erfolgreich gelöscht.' + 'success' => 'Die Komponente wurde erfolgreich gelöscht.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/de-DE/admin/custom_fields/general.php b/resources/lang/de-DE/admin/custom_fields/general.php index a2937a1160..7b5aeca091 100644 --- a/resources/lang/de-DE/admin/custom_fields/general.php +++ b/resources/lang/de-DE/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Neues benutzerdefiniertes Feld erstellen', 'value_encrypted' => 'Der Wert dieses Feldes ist in der Datenbank verschlüsselt. Nur Benutzer mit Administratorrechten können den entschlüsselten Wert anzeigen', 'show_in_email' => 'Feld miteinbeziehen bei Herausgabe-Emails an die Benutzer? Verschlüsselte Felder können nicht miteinbezogen werden', - 'show_in_email_short' => 'In E-Mails mit einbeziehen.', + 'show_in_email_short' => 'In E-Mails mit einbeziehen', 'help_text' => 'Hilfetext', 'help_text_description' => 'Dies ist ein optionaler Text, der unter den Formularelementen erscheint, während eine Datei bearbeitet wird, um Kontext für das Feld bereitzustellen.', 'about_custom_fields_title' => 'Über benutzerdefinierte Felder', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'In anforderbarer Asset-Liste anzeigen', 'show_in_requestable_list' => 'Wert in der anforderbaren Asset-Liste anzeigen. Verschlüsselte Felder werden nicht angezeigt', 'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Anzeigeoptionen nicht verfügbar sind.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/de-DE/admin/hardware/general.php b/resources/lang/de-DE/admin/hardware/general.php index 9d23a29247..62536d9d2a 100644 --- a/resources/lang/de-DE/admin/hardware/general.php +++ b/resources/lang/de-DE/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets sind Gegenstände die durch eine Seriennummer oder einem Asset-Tag identifiziert werden. Meistens sind diese Gegenstände von höherem Wert, weshalb es Sinn ergibt diese spezifisch zu kennzeichnen.', 'archived' => 'Archiviert', 'asset' => 'Asset', - 'bulk_checkout' => 'Assets herausgeben', - 'bulk_checkin' => 'Assets zurücknehmen', + 'bulk_checkout' => 'Massen-Herausgabe', + 'bulk_checkin' => 'Masseneinchecken', 'checkin' => 'Asset zurücknehmen', 'checkout' => 'Asset herausgeben', 'clone' => 'Asset duplizieren', diff --git a/resources/lang/de-DE/admin/hardware/message.php b/resources/lang/de-DE/admin/hardware/message.php index 64416f2a8d..3a43570766 100644 --- a/resources/lang/de-DE/admin/hardware/message.php +++ b/resources/lang/de-DE/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?', 'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts gelöscht.', 'success' => 'Dieses Asset wurde erfolgreich entfernt.', ], diff --git a/resources/lang/de-DE/admin/models/general.php b/resources/lang/de-DE/admin/models/general.php index 388afe4509..3294821eab 100644 --- a/resources/lang/de-DE/admin/models/general.php +++ b/resources/lang/de-DE/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Über Asset-Modelle', 'about_models_text' => 'Asset-Modelle sind eine Möglichkeit, identische Assets zu gruppieren. "MBP 2013", "IPhone 6 s" usw.', - 'deleted' => 'Dieses Modell wurde gelöscht.', + 'deleted' => 'Dieses Modell wurde gelöscht.', 'bulk_delete' => 'Massenlöschen von Asset-Modellen', 'bulk_delete_help' => 'Nutzen Sie die nachfolgenden Kontrollkästchen, um die Löschung der Asset-Modelle zu bestätigen. Asset-Modelle, die noch zugewiesene Assets haben, können nur dann gelöscht werden, wenn die enthaltenen Assets einem anderen Asset-Modell zugewiesen werden.', 'bulk_delete_warn' => 'Sie sind dabei, ein Asset Modell zu löschen.|Sie sind dabei, :model_count Asset Modelle zu löschen.', diff --git a/resources/lang/de-DE/admin/settings/general.php b/resources/lang/de-DE/admin/settings/general.php index 6657fbd9af..99f79520ae 100644 --- a/resources/lang/de-DE/admin/settings/general.php +++ b/resources/lang/de-DE/admin/settings/general.php @@ -109,8 +109,8 @@ return [ 'ldap_pword' => 'LDAP Bind Passwort', 'ldap_basedn' => 'Basis Bind DN', 'ldap_filter' => 'LDAP Filter', - 'ldap_pw_sync' => 'Cache LDAP Passwords', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_pw_sync' => 'LDAP-Passwörter zwischenspeichern', + 'ldap_pw_sync_help' => 'Deaktivieren Sie dieses Kontrollkästchen, wenn Sie LDAP-Passwörter nicht als lokale Hash-Passwörter zwischenspeichern möchten. Wenn Sie diese Option deaktivieren, können sich Ihre Benutzer möglicherweise nicht anmelden, wenn Ihr LDAP-Server aus irgendeinem Grund nicht erreichbar ist.', 'ldap_username_field' => 'Benutzername', 'ldap_lname_field' => 'Nachname', 'ldap_fname_field' => 'LDAP Vorname', @@ -330,10 +330,10 @@ return [ 'purge_help' => 'Gelöschte Einträge bereinigen', 'ldap_extension_warning' => 'Es sieht nicht so aus, als ob die LDAP-Erweiterung auf diesem Server installiert oder aktiviert ist. Sie können Ihre Einstellungen trotzdem speichern, aber Sie müssen die LDAP-Erweiterung für PHP aktivieren, bevor die LDAP-Synchronisierung oder der Login funktioniert.', 'ldap_ad' => 'LDAP/AD', - 'ldap_test_label' => 'Test LDAP Sync', - 'ldap_test_login' => ' Test LDAP Login', - 'ldap_username_placeholder' => 'LDAP Username', - 'ldap_password_placeholder' => 'LDAP Password', + 'ldap_test_label' => 'LDAP-Synchronisierung testen', + 'ldap_test_login' => ' LDAP-Anmeldung testen', + 'ldap_username_placeholder' => 'LDAP-Benutzername', + 'ldap_password_placeholder' => 'LDAP-Passwort', 'employee_number' => 'Mitarbeiternummer', 'create_admin_user' => 'Benutzer erstellen ::', 'create_admin_success' => 'Erfolgreich! Ihr Admin-Benutzer wurde hinzugefügt!', diff --git a/resources/lang/de-DE/admin/settings/message.php b/resources/lang/de-DE/admin/settings/message.php index e9b59c8448..40906eb118 100644 --- a/resources/lang/de-DE/admin/settings/message.php +++ b/resources/lang/de-DE/admin/settings/message.php @@ -37,7 +37,7 @@ return [ 'authentication_success' => 'Benutzer wurde erfolgreich gegen LDAP authentifiziert!' ], 'labels' => [ - 'null_template' => 'Label template not found. Please select a template.', + 'null_template' => 'Etikettenvorlage nicht gefunden. Bitte wählen Sie eine Vorlage aus.', ], 'webhook' => [ 'sending' => ':app Testnachricht wird gesendet...', @@ -49,6 +49,6 @@ return [ 'error_redirect' => 'FEHLER: 301/302 :endpoint gibt eine Umleitung zurück. Aus Sicherheitsgründen folgen wir keinen Umleitungen. Bitte verwenden Sie den aktuellen Endpunkt.', 'error_misc' => 'Etwas ist schiefgelaufen. :( ', 'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfen Sie, ob die URL noch gültig ist.', - 'webhook_channel_not_found' => ' webhook channel not found.' + 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.' ] ]; diff --git a/resources/lang/de-DE/admin/statuslabels/message.php b/resources/lang/de-DE/admin/statuslabels/message.php index ff32e7b388..a683724720 100644 --- a/resources/lang/de-DE/admin/statuslabels/message.php +++ b/resources/lang/de-DE/admin/statuslabels/message.php @@ -24,7 +24,7 @@ return [ 'help' => [ 'undeployable' => 'Diese Assets können niemandem zugeordnet werden.', - 'deployable' => 'Diese Assets können ausgecheckt werden. Sobald sie zugewiesen sind, nehmen sie den Meta-Status Platziert an.', + 'deployable' => 'Diese Assets können ausgecheckt werden. Sobald sie zugewiesen sind, nehmen sie den Meta-Status Herausgegeben an.', 'archived' => 'Diese Assets können nicht ausgecheckt werden und erscheinen nur in der Ansicht "Archiviert". Dies ist nützlich, um Informationen zu Assets für Budgetierungs- / historische Zwecke beizubehalten, aber sie aus der täglichen Assetliste herauszuhalten.', 'pending' => 'Diese Assets können vorübergehend niemandem zugewiesen werden. Wird häufig für Gegenstände verwendet, die in Reparatur sind, aber voraussichtlich in den Kreislauf zurückkehren werden.', ], diff --git a/resources/lang/de-DE/admin/users/general.php b/resources/lang/de-DE/admin/users/general.php index 385e206780..e864b2d27f 100644 --- a/resources/lang/de-DE/admin/users/general.php +++ b/resources/lang/de-DE/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Alles zugewiesene drucken', 'email_assigned' => 'Alles zugewiesene per Mail zusenden', 'user_notified' => 'Der Benutzer hat eine Liste seiner aktuell zugewiesenen Artikel per E-Mail erhalten.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Diesen Benutzer bei der automatischen Zuweisung berechtigter Lizenzen einbeziehen', 'auto_assign_help' => 'Diesen Benutzer bei der automatischen Zuweisung von Lizenzen überspringen', 'software_user' => 'Software herausgegeben an :name', diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php index 40677eeda6..68dfb2addf 100644 --- a/resources/lang/de-DE/general.php +++ b/resources/lang/de-DE/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Aktion', 'activity_report' => 'Aktivitätsbericht', 'address' => 'Adresse', - 'admin' => 'Administrator', + 'admin' => 'Admin-Einstellungen', 'admin_tooltip' => 'Dieser Benutzer verfügt über Administratorrechte', 'superuser' => 'Superuser', 'superuser_tooltip' => 'Dieser Benutzer verfügt über Superuserrechte', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Verfügbare Assets', 'accept_assets' => 'Assets :name akzeptieren', 'accept_assets_menu' => 'Assets akzeptieren', + 'accept_item' => 'Gegenstand akzeptieren', 'audit' => 'Prüfung', 'audit_report' => 'Prüfungs-Log', 'assets' => 'Assets', @@ -87,12 +88,13 @@ return [ 'record_created' => 'Eintrag erstellt', 'updated_at' => 'Aktualisiert am', 'currency' => '€', // this is deprecated + 'currency_text' => 'Währung', // 'current' => 'Aktuell', 'current_password' => 'Aktuelles Passwort', 'customize_report' => 'Bericht anpassen', 'custom_report' => 'Benutzerdefinierter Asset-Bericht', 'dashboard' => 'Dashboard', - 'data_source' => 'Data Source', + 'data_source' => 'Datenquelle', 'days' => 'Tage', 'days_to_next_audit' => 'Tage bis zur nächsten Prüfung', 'date' => 'Datum', @@ -128,7 +130,7 @@ return [ 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)', 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)', 'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)', - 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)', + 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)', 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)', 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)', 'name_display_format' => 'Name Anzeigeformat', @@ -219,8 +221,8 @@ return [ 'no' => 'Nein', 'notes' => 'Notizen', 'note_added' => 'Notiz hinzugefügt', - 'options' => 'Options', - 'preview' => 'Preview', + 'options' => 'Optionen', + 'preview' => 'Vorschau', 'add_note' => 'Notiz hinzufügen', 'note_edited' => 'Notiz bearbeitet', 'edit_note' => 'Notiz bearbeiten', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Ihre Sitzung ist abgelaufen. Bitte versuchen Sie es erneut.', 'login_enabled' => 'Login aktiviert', 'audit_due' => 'Prüfung fällig', - 'audit_due_days' => 'Fällige Assets für Prüfung innerhalb von :days Tag|Fällige Assets für Prüfung innerhalb von :days', + 'audit_due_days' => '{}Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[1]Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[2,*]Vermögenswerte, die innerhalb von :days Tagen zur Prüfung fällig oder überfällig sind', 'checkin_due' => 'Fällig zum Check-in', 'checkin_overdue' => 'Überfällig für den Check-in', - 'checkin_due_days' => 'Fällige Assets für den Check-in innerhalb von :days Tag|Fällige Assets für den Check-in innerhalb von :days', + 'checkin_due_days' => '{}Zum Einchecken fällig|[1]Vermögenswerte müssen innerhalb von :days am Tag eingecheckt werden|[2,*]Vermögenswerte müssen innerhalb von :days Days eingecheckt werden', 'audit_overdue' => 'Prüfung überfällig', 'accept' => ':asset akzeptieren', 'i_accept' => 'Ich akzeptiere', @@ -371,7 +373,7 @@ return [ 'last_checkout' => 'Letzte Herausgabe', 'due_to_checkin' => 'Folgende :count Elemente werden demnächst zurückgenommen:', 'expected_checkin' => 'Erwartetes Rückgabedatum', - 'reminder_checked_out_items' => 'Dies ist eine Erinnerung an die Artikel, die gerade an Sie herausgegeben sind. Wenn Sie der Meinung sind, dass die Angaben falsch sind (fehlender Artikel oder Artikel, den Sie nie erhalten haben), senden Sie bitte eine E-Mail an :reply_to_name unter :reply_to_address.', + 'reminder_checked_out_items' => 'Dies ist eine Erinnerung an Sie bezüglich der Artikel, die gerade an Sie herausgegeben sind. Wenn Sie der Meinung sind, dass die Angaben falsch sind (fehlende/r Artikel oder Artikel, den/die Sie nie erhalten haben), senden Sie bitte eine E-Mail an :reply_to_name unter :reply_to_address.', 'changed' => 'Geändert', 'to' => 'bis', 'report_fields_info' => '
Wählen Sie die Felder aus, die Sie in Ihren benutzerdefinierten Bericht einfügen möchten, und klicken Sie auf Generieren. Die Datei (custom-asset-report-YYYY-mm-dd.csv) wird automatisch heruntergeladen und Sie können sie in Excel öffnen.
@@ -584,7 +586,18 @@ return [ // Add form placeholders here 'placeholders' => [ - 'notes' => 'Add a note', + 'notes' => 'Notiz hinzufügen', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => ':name bearbeiten', + 'checkout_item' => ':name herausgeben', + 'checkin_item' => ':name zurücknehmen', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'Dieses :model wurde nicht gefunden oder Sie haben keine Berechtigung, darauf zuzugreifen', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/de-if/admin/components/message.php b/resources/lang/de-if/admin/components/message.php index efc9e20c95..73afc608f3 100644 --- a/resources/lang/de-if/admin/components/message.php +++ b/resources/lang/de-if/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Bist du sicher, dass du diese Komponente löschen möchtest?', 'error' => 'Es gab ein Problem beim Löschen der Firma. Bitte versuche es erneut.', - 'success' => 'Die Komponente wurde erfolgreich gelöscht.' + 'success' => 'Die Komponente wurde erfolgreich gelöscht.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/de-if/admin/custom_fields/general.php b/resources/lang/de-if/admin/custom_fields/general.php index ef562837d1..d203ddfe3e 100644 --- a/resources/lang/de-if/admin/custom_fields/general.php +++ b/resources/lang/de-if/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Neues benutzerdefiniertes Feld erstellen', 'value_encrypted' => 'Der Wert dieses Feldes ist in der Datenbank verschlüsselt. Nur Benutzer mit Administratorrechten können den entschlüsselten Wert anzeigen', 'show_in_email' => 'Feld miteinbeziehen bei Herausgabe-Emails an die Benutzer? Verschlüsselte Felder können nicht miteinbezogen werden', - 'show_in_email_short' => 'In E-Mails einbeziehen.', + 'show_in_email_short' => 'In E-Mails einbeziehen', 'help_text' => 'Hilfetext', 'help_text_description' => 'Dies ist ein optionaler Text, der unter den Formularelementen erscheint, während eine Datei bearbeitet wird, um Kontext für das Feld bereitzustellen.', 'about_custom_fields_title' => 'Über benutzerdefinierte Felder', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'In anforderbarer Asset-Liste anzeigen', 'show_in_requestable_list' => 'Wert in der anforderbaren Asset-Liste anzeigen. Verschlüsselte Felder werden nicht angezeigt', 'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Display-Optionen nicht verfügbar sind.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/de-if/admin/hardware/general.php b/resources/lang/de-if/admin/hardware/general.php index 968e0fb78c..c2003051e1 100644 --- a/resources/lang/de-if/admin/hardware/general.php +++ b/resources/lang/de-if/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets sind Gegenstände die durch eine Seriennummer oder einem Asset-Tag identifiziert werden. Meistens sind diese Gegenstände von höherem Wert, weshalb es Sinn ergibt, diese spezifisch zu kennzeichnen.', 'archived' => 'Archiviert', 'asset' => 'Asset', - 'bulk_checkout' => 'Assets herausgeben', - 'bulk_checkin' => 'Assets zurücknehmen', + 'bulk_checkout' => 'Massenherausgabe', + 'bulk_checkin' => 'Masseneinchecken', 'checkin' => 'Asset zurücknehmen', 'checkout' => 'Asset herausgeben', 'clone' => 'Asset duplizieren', diff --git a/resources/lang/de-if/admin/hardware/message.php b/resources/lang/de-if/admin/hardware/message.php index 9223f2c579..ca9cb0f711 100644 --- a/resources/lang/de-if/admin/hardware/message.php +++ b/resources/lang/de-if/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Bist du sicher, dass du dieses Asset entfernen möchtest?', 'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuche es erneut.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts gelöscht.', 'success' => 'Dass Asset wurde erfolgreich entfernt.', ], diff --git a/resources/lang/de-if/admin/models/general.php b/resources/lang/de-if/admin/models/general.php index 41b2227c00..8eb7ca2085 100644 --- a/resources/lang/de-if/admin/models/general.php +++ b/resources/lang/de-if/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Über Asset-Modelle', 'about_models_text' => 'Asset-Modelle sind eine Möglichkeit, identische Assets zu gruppieren. "MBP 2013", "IPhone 6 s" usw.', - 'deleted' => 'Dieses Modell wurde gelöscht.', + 'deleted' => 'Dieses Modell wurde gelöscht.', 'bulk_delete' => 'Massenlöschen von Asset-Modellen', 'bulk_delete_help' => 'Nutze die nachfolgenden Kontrollkästchen, um die Löschung der Asset-Modelle zu bestätigen. Asset-Modelle, die noch zugewiesene Assets haben, können nur dann gelöscht werden, wenn die enthaltenen Assets einem anderen Asset-Modell zugewiesen werden.', 'bulk_delete_warn' => 'Du bist dabei, ein Asset Modell zu löschen.|Du bist dabei, :model_count Asset Modelle zu löschen.', diff --git a/resources/lang/de-if/admin/settings/general.php b/resources/lang/de-if/admin/settings/general.php index 510d831351..9db5d590b0 100644 --- a/resources/lang/de-if/admin/settings/general.php +++ b/resources/lang/de-if/admin/settings/general.php @@ -109,8 +109,8 @@ return [ 'ldap_pword' => 'LDAP Bind Passwort', 'ldap_basedn' => 'Basis Bind DN', 'ldap_filter' => 'LDAP Filter', - 'ldap_pw_sync' => 'Cache LDAP Passwords', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_pw_sync' => 'LDAP-Passwörter zwischenspeichern', + 'ldap_pw_sync_help' => 'Deaktivieren Sie dieses Kontrollkästchen, wenn Sie LDAP-Passwörter nicht als lokale Hash-Passwörter zwischenspeichern möchten. Wenn Sie diese Option deaktivieren, können sich Ihre Benutzer möglicherweise nicht anmelden, wenn Ihr LDAP-Server aus irgendeinem Grund nicht erreichbar ist.', 'ldap_username_field' => 'Benutzernamen Feld', 'ldap_lname_field' => 'Nachname', 'ldap_fname_field' => 'LDAP Vorname', @@ -330,10 +330,10 @@ return [ 'purge_help' => 'Gelöschte Einträge bereinigen', 'ldap_extension_warning' => 'Es sieht nicht so aus, als ob die LDAP-Erweiterung auf diesem Server installiert oder aktiviert ist. Du kannst deine Einstellungen trotzdem speichern, aber du musst die LDAP-Erweiterung für PHP aktivieren, bevor die LDAP-Synchronisierung oder der Login funktioniert.', 'ldap_ad' => 'LDAP/AD', - 'ldap_test_label' => 'Test LDAP Sync', - 'ldap_test_login' => ' Test LDAP Login', - 'ldap_username_placeholder' => 'LDAP Username', - 'ldap_password_placeholder' => 'LDAP Password', + 'ldap_test_label' => 'LDAP-Synchronisierung testen', + 'ldap_test_login' => ' LDAP-Anmeldung testen', + 'ldap_username_placeholder' => 'LDAP-Benutzername', + 'ldap_password_placeholder' => 'LDAP-Passwort', 'employee_number' => 'Mitarbeiternummer', 'create_admin_user' => 'Benutzer erstellen ::', 'create_admin_success' => 'Erfolgreich! Ihr Admin-Benutzer wurde hinzugefügt!', diff --git a/resources/lang/de-if/admin/settings/message.php b/resources/lang/de-if/admin/settings/message.php index 9ff2c710b3..f0c23eb71d 100644 --- a/resources/lang/de-if/admin/settings/message.php +++ b/resources/lang/de-if/admin/settings/message.php @@ -37,7 +37,7 @@ return [ 'authentication_success' => 'Benutzer wurde erfolgreich gegen LDAP authentifiziert!' ], 'labels' => [ - 'null_template' => 'Label template not found. Please select a template.', + 'null_template' => 'Etikettenvorlage nicht gefunden. Bitte wählen Sie eine Vorlage aus.', ], 'webhook' => [ 'sending' => ':app Testnachricht wird gesendet ...', @@ -49,6 +49,6 @@ return [ 'error_redirect' => 'FEHLER: 301/302 :endpoint gibt eine Umleitung zurück. Aus Sicherheitsgründen folgen wir keine Umleitungen. Bitte verwende den aktuellen Endpunkt.', 'error_misc' => 'Etwas ist schiefgelaufen! :( ', 'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfen Sie, ob die URL noch gültig ist.', - 'webhook_channel_not_found' => ' webhook channel not found.' + 'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.' ] ]; diff --git a/resources/lang/de-if/admin/users/general.php b/resources/lang/de-if/admin/users/general.php index 0f3b39bd5d..6f51b1bbcf 100644 --- a/resources/lang/de-if/admin/users/general.php +++ b/resources/lang/de-if/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Alles Zugewiesene drucken', 'email_assigned' => 'E-Mail-Liste aller Zugewiesenen', 'user_notified' => 'Der Benutzer hat eine Liste seiner aktuell zugewiesenen Artikel per E-Mail erhalten.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Diesen Benutzer bei der automatischen Zuweisung berechtigter Lizenzen einbeziehen', 'auto_assign_help' => 'Diesen Benutzer bei der automatischen Zuweisung von Lizenzen überspringen', 'software_user' => 'Software herausgegeben an :name', diff --git a/resources/lang/de-if/general.php b/resources/lang/de-if/general.php index 52e202436a..965721ad19 100644 --- a/resources/lang/de-if/general.php +++ b/resources/lang/de-if/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Aktion', 'activity_report' => 'Aktivitätsbericht', 'address' => 'Adresse', - 'admin' => 'Admin', + 'admin' => 'Admin-Einstellungen', 'admin_tooltip' => 'Dieser Benutzer hat Administratorrechte', 'superuser' => 'Superbenutzer', 'superuser_tooltip' => 'Dieser Benutzer hat Superbenutzer-Rechte', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Verfügbare Assets', 'accept_assets' => 'Assets :name akzeptieren', 'accept_assets_menu' => 'Assets akzeptieren', + 'accept_item' => 'Gegenstand akzeptieren', 'audit' => 'Prüfung', 'audit_report' => 'Prüfungsbericht', 'assets' => 'Assets', @@ -87,12 +88,13 @@ return [ 'record_created' => 'Eintrag erstellt', 'updated_at' => 'Aktualisiert am', 'currency' => '€', // this is deprecated + 'currency_text' => 'Währung', // 'current' => 'Aktuell', 'current_password' => 'Aktuelles Passwort', 'customize_report' => 'Bericht anpassen', 'custom_report' => 'Benutzerdefinierter Asset-Bericht', 'dashboard' => 'Dashboard', - 'data_source' => 'Data Source', + 'data_source' => 'Datenquelle', 'days' => 'Tage', 'days_to_next_audit' => 'Tage bis zur nächsten Prüfung', 'date' => 'Datum', @@ -128,7 +130,7 @@ return [ 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)', 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)', 'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)', - 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)', + 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)', 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)', 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)', 'name_display_format' => 'Name Anzeigeformat', @@ -219,8 +221,8 @@ return [ 'no' => 'Nein', 'notes' => 'Anmerkungen', 'note_added' => 'Notiz hinzugefügt', - 'options' => 'Options', - 'preview' => 'Preview', + 'options' => 'Optionen', + 'preview' => 'Vorschau', 'add_note' => 'Notiz hinzufügen', 'note_edited' => 'Notiz bearbeitet', 'edit_note' => 'Notiz bearbeiten', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Deine Sitzung ist abgelaufen. Bitte versuche es erneut.', 'login_enabled' => 'Login aktiviert', 'audit_due' => 'Prüfung fällig', - 'audit_due_days' => 'Fällige Assets für Prüfung innerhalb von :days Tag|Fällige Assets für Prüfung innerhalb von :days', + 'audit_due_days' => '{}Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[1]Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[2,*]Vermögenswerte, die innerhalb von :days Tagen zur Prüfung fällig oder überfällig sind', 'checkin_due' => 'Fällig zum Check-in', 'checkin_overdue' => 'Überfällig für den Check-in', - 'checkin_due_days' => 'Fällige Assets für den Check-in innerhalb von :days Tag|Fällige Assets für den Check-in innerhalb von :days', + 'checkin_due_days' => '{}Zum Einchecken fällig|[1]Vermögenswerte müssen innerhalb von :days am Tag eingecheckt werden|[2,*]Vermögenswerte müssen innerhalb von :days Days eingecheckt werden', 'audit_overdue' => 'Prüfung überfällig', 'accept' => 'Erhalt bestätigen: :asset', 'i_accept' => 'Ich akzeptiere', @@ -584,7 +586,18 @@ return [ // Add form placeholders here 'placeholders' => [ - 'notes' => 'Add a note', + 'notes' => 'Notiz hinzufügen', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => ':name bearbeiten', + 'checkout_item' => ':name herausgeben', + 'checkin_item' => ':name zurücknehmen', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'Dieses :model wurde nicht gefunden oder Sie haben keine Berechtigung, darauf zuzugreifen', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/el-GR/admin/components/message.php b/resources/lang/el-GR/admin/components/message.php index 6b2764b674..dc2584affd 100644 --- a/resources/lang/el-GR/admin/components/message.php +++ b/resources/lang/el-GR/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το εξάρτημα;', 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του στοιχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', - 'success' => 'Το εξάρτημα έχει διαγραφεί με επιτυχία.' + 'success' => 'Το εξάρτημα έχει διαγραφεί με επιτυχία.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/el-GR/admin/custom_fields/general.php b/resources/lang/el-GR/admin/custom_fields/general.php index d2b19da44c..8f5f1ccfc9 100644 --- a/resources/lang/el-GR/admin/custom_fields/general.php +++ b/resources/lang/el-GR/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Δημιουργία νέου προσαρμοσμένου πεδίου', 'value_encrypted' => 'Η τιμή αυτού του πεδίου είναι κρυπτογραφημένη στη βάση δεδομένων. Μόνο οι διαχειριστές θα μπορούν να δουν την αποκρυπτογραφημένη τιμή', 'show_in_email' => 'Να περιλαμβάνεται η τιμή αυτού του πεδίου στα emails χρέωσης ου αποστέλονται στους χρήστες; Κρυπτογραφημένα πεδία δεν μπορούν να περιληφθούν σε emails', - 'show_in_email_short' => 'Συμπερίληψη στα email.', + 'show_in_email_short' => 'Συμπερίληψη στα email', 'help_text' => 'Κείμενο Βοήθειας', 'help_text_description' => 'Αυτό είναι προαιρετικό κείμενο που θα εμφανίζεται κάτω από τα στοιχεία της φόρμας κατά την επεξεργασία ενός περιουσιακού στοιχείου για να παρέχει το πλαίσιο στο πεδίο.', 'about_custom_fields_title' => 'Σχετικά Με Προσαρμοσμένα Πεδία', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Εμφάνιση στη λίστα απαιτούμενων στοιχείων', 'show_in_requestable_list' => 'Εμφάνιση τιμής στη λίστα Απαιτούμενων στοιχείων. Κρυπτογραφημένα πεδία δεν θα εμφανίζονται', 'encrypted_options' => 'Αυτό το πεδίο είναι κρυπτογραφημένο, οπότε ορισμένες επιλογές εμφάνισης δεν θα είναι διαθέσιμες.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/el-GR/admin/hardware/general.php b/resources/lang/el-GR/admin/hardware/general.php index 172e972155..90aa6b2cc4 100644 --- a/resources/lang/el-GR/admin/hardware/general.php +++ b/resources/lang/el-GR/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Τα στοιχεία ενεργητικού είναι στοιχεία που παρακολουθούνται με αύξοντα αριθμό ή ετικέτα στοιχείων. Έχουν την τάση να είναι στοιχεία υψηλότερης αξίας, όπου ο εντοπισμός ενός συγκεκριμένου στοιχείου έχει σημασία.', 'archived' => 'Αρχειοθετημένα', 'asset' => 'Πάγιο', - 'bulk_checkout' => 'Στοιχεία Ολοκλήρωσης Παραγγελίας', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Μαζικός έλεγχος', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Ταμείο ελέγχου', 'clone' => 'Κλώνος χρήστη', diff --git a/resources/lang/el-GR/admin/hardware/message.php b/resources/lang/el-GR/admin/hardware/message.php index 88f3b1312b..d7feb6241d 100644 --- a/resources/lang/el-GR/admin/hardware/message.php +++ b/resources/lang/el-GR/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πάγιο;', 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του στοιχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Δεν επιλέχθηκαν στοιχεία ενεργητικού, οπότε τίποτα δεν διαγράφηκε.', 'success' => 'Το πάγιο διαγράφηκε με επιτυχία.', ], diff --git a/resources/lang/el-GR/admin/models/general.php b/resources/lang/el-GR/admin/models/general.php index 6d79c92982..c8051eb74b 100644 --- a/resources/lang/el-GR/admin/models/general.php +++ b/resources/lang/el-GR/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Σχετικά με τους τύπους παγίων', 'about_models_text' => 'Τα μοντέλα περιουσιακών στοιχείων είναι ένας τρόπος για να ομαδοποιήσετε ταυτόσημα περιουσιακά στοιχεία "MBP 2013", "IPhone 6s" κ.λπ.', - 'deleted' => 'Αυτό το μοντέλο έχει διαγραφεί.', + 'deleted' => 'Αυτό το μοντέλο έχει διαγραφεί.', 'bulk_delete' => 'Μαζική διαγραφή μοντέλου Asset', 'bulk_delete_help' => 'Χρησιμοποιήστε τα παρακάτω πλαίσια ελέγχου για να επιβεβαιώσετε τη διαγραφή των επιλεγμένων μοντέλων στοιχείων. Τα μοντέλα στοιχείων που έχουν στοιχεία που σχετίζονται με αυτά δεν μπορούν να διαγραφούν έως ότου τα στοιχεία συσχετιστούν με διαφορετικό μοντέλο.', 'bulk_delete_warn' => 'Πρόκειται να διαγράψετε ένα μοντέλο στοιχείων ενεργητικού. Πρόκειται να διαγράψετε :model_count μοντέλων ενεργητικού.', diff --git a/resources/lang/el-GR/admin/users/general.php b/resources/lang/el-GR/admin/users/general.php index eabb449380..fe9bae6ad6 100644 --- a/resources/lang/el-GR/admin/users/general.php +++ b/resources/lang/el-GR/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Εκτύπωση Όλων Των Ανατεθέντων', 'email_assigned' => 'Λίστα Email όλων των ανατεθέντων', 'user_notified' => 'Ο χρήστης έχει αποσταλεί μέσω ηλεκτρονικού ταχυδρομείου σε μια λίστα των αντιστοιχισμένων αντικειμένων του.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Συμπερίληψη αυτού του χρήστη κατά την αυτόματη εκχώρηση κατάλληλων αδειών', 'auto_assign_help' => 'Παράλειψη αυτού του χρήστη στην αυτόματη ανάθεση αδειών', 'software_user' => 'Λογισμικό Έγινε έλεγχος σε: όνομα', diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php index 7c8eacb8b7..afa826fb28 100644 --- a/resources/lang/el-GR/general.php +++ b/resources/lang/el-GR/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Ενέργεια', 'activity_report' => 'Έκθεση Δραστηριότητας', 'address' => 'Διεύθυνση', - 'admin' => 'Διαχειριστής', + 'admin' => 'Ρυθμίσεις Διαχειριστή', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Διαθέσιμα στοιχεία', 'accept_assets' => 'Αποδοχή Αντικειμένων :name', 'accept_assets_menu' => 'Αποδοχή Αντικειμένων', + 'accept_item' => 'Accept Item', 'audit' => 'Ελεγχος', 'audit_report' => 'Αρχείο ελέγχου', 'assets' => 'Πάγια', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Η Εγγραφή Δημιουργήθηκε', 'updated_at' => 'Ενημερώθηκε στο', 'currency' => '$', // this is deprecated + 'currency_text' => 'Νόμισμα', // 'current' => 'Τρέχουσα', 'current_password' => 'Τρέχων Κωδικός Πρόσβασης', 'customize_report' => 'Προσαρμογή Αναφοράς', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Έχει λήξει η συνεδρία σας. Παρακαλώ συνδεθείτε ξανά.', 'login_enabled' => 'Ενεργοποίηση Σύνδεσης', 'audit_due' => 'Οφειλόμενη για έλεγχο', - 'audit_due_days' => 'Στοιχεία που οφείλονται για έλεγχο Εντός :days Ημερήσια Εξόφληση περιουσιακών στοιχείων για έλεγχο Εντός :days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Πληρωμή για Checkin', 'checkin_overdue' => 'Εκπρόθεσμο για Checkin', - 'checkin_due_days' => 'Τα περιουσιακά στοιχεία που οφείλονται για Checkin Εντός :days Ημερήσια Πάγια Checkin Μέσα σε :days Ημέρες', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Εκπρόθεσμο για έλεγχο', 'accept' => 'Αποδοχή :asset', 'i_accept' => 'Αποδέχομαι', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/en-GB/admin/components/message.php b/resources/lang/en-GB/admin/components/message.php index 0a7dd8d954..ec39dc4178 100644 --- a/resources/lang/en-GB/admin/components/message.php +++ b/resources/lang/en-GB/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this component?', 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'success' => 'The component was deleted successfully.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php index 118ee67fb4..e0a697a96d 100644 --- a/resources/lang/en-GB/admin/custom_fields/general.php +++ b/resources/lang/en-GB/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/en-GB/admin/hardware/general.php b/resources/lang/en-GB/admin/hardware/general.php index b69d045b51..dc07934ff9 100644 --- a/resources/lang/en-GB/admin/hardware/general.php +++ b/resources/lang/en-GB/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'archived' => 'Archived', 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Clone Asset', diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php index 007ab00a88..f9d316c547 100644 --- a/resources/lang/en-GB/admin/hardware/message.php +++ b/resources/lang/en-GB/admin/hardware/message.php @@ -73,6 +73,7 @@ return [ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'success' => 'The asset was deleted successfully.', ], diff --git a/resources/lang/en-GB/admin/models/general.php b/resources/lang/en-GB/admin/models/general.php index 7e4a77adbc..9a61b53fd0 100644 --- a/resources/lang/en-GB/admin/models/general.php +++ b/resources/lang/en-GB/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php index e195e2d52a..b374a36fc8 100644 --- a/resources/lang/en-GB/admin/users/general.php +++ b/resources/lang/en-GB/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Print All Assigned', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licences', 'auto_assign_help' => 'Skip this user in auto assignment of licences', 'software_user' => 'Software Checked out to :name', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index fefbd5f0a0..813f4bba48 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Action', 'activity_report' => 'Activity Report', 'address' => 'Address', - 'admin' => 'Admin', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Assets', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Updated at', 'currency' => '£', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Current', 'current_password' => 'Current Password', 'customize_report' => 'Customise Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Your form session has expired. Please try again.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/en-ID/admin/components/message.php b/resources/lang/en-ID/admin/components/message.php index 073e1b8a21..6e7ae7d1fb 100644 --- a/resources/lang/en-ID/admin/components/message.php +++ b/resources/lang/en-ID/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Anda yakin akan mengahpus komponen ini?', 'error' => 'Ada masalah untuk hapus komponen, silahkan coba kembali.', - 'success' => 'Komponen berhasil dihapus.' + 'success' => 'Komponen berhasil dihapus.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php index f0d9c31258..3d0a83eb3a 100644 --- a/resources/lang/en-ID/admin/custom_fields/general.php +++ b/resources/lang/en-ID/admin/custom_fields/general.php @@ -36,7 +36,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'Nilai field ini dienkripsi dalam database. Hanya pengguna admin yang bisa melihat nilai dekripsi', 'show_in_email' => 'Sertakan nilai bidang ini dalam semua email keluar yang dikirim ke pengguna? Bidang yang terenkripsi tidak dapat disertakan dalam email', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -58,5 +58,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php index 24e5a40d27..6e768a0e5f 100644 --- a/resources/lang/en-ID/admin/hardware/general.php +++ b/resources/lang/en-ID/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Aset adalah item yang dilacak dengan nomor seri atau tag aset. Mereka cenderung menjadi item nilai lebih tinggi di mana mengidentifikasi item tertentu yang penting.', 'archived' => 'Diarsipkan', 'asset' => 'Aset', - 'bulk_checkout' => 'Pengeluaran Aset', - 'bulk_checkin' => 'Checkin Assets', + 'bulk_checkout' => 'Periksa Bulk', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Mendaftar aset', 'checkout' => 'Periksa aset', 'clone' => 'Gandakan aset', diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php index b99b61e683..e5ef90bb00 100644 --- a/resources/lang/en-ID/admin/hardware/message.php +++ b/resources/lang/en-ID/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Yakin ingin menghapus aset ini?', 'error' => 'Terjadi masalah saat menghapus aset. Silahkan coba lagi.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Tidak ada aset yang dipilih, jadi tidak ada yang diperbarui.', 'success' => 'Aset berhasil dihapus.', ], diff --git a/resources/lang/en-ID/admin/models/general.php b/resources/lang/en-ID/admin/models/general.php index d083b8c5fe..d00fc67d51 100644 --- a/resources/lang/en-ID/admin/models/general.php +++ b/resources/lang/en-ID/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Tentang Model Aset', 'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk hapus model aset', 'bulk_delete_help' => 'Gunakan kotak centang di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php index 3de10a0bf5..2ffb859b2b 100644 --- a/resources/lang/en-ID/admin/users/general.php +++ b/resources/lang/en-ID/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Cetak semua yang ditetapkan', 'email_assigned' => 'Email List of All Assigned', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Software diperiksa untuk :name', diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index aed83a5a97..5804e232c3 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Langkah', 'activity_report' => 'Laporan Aktifitas', 'address' => 'Alamat', - 'admin' => 'Admin', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'This user has admin privileges', 'superuser' => 'Superuser', 'superuser_tooltip' => 'This user has superuser privileges', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Assets available', 'accept_assets' => 'Accept Assets :name', 'accept_assets_menu' => 'Accept Assets', + 'accept_item' => 'Accept Item', 'audit' => 'Audit', 'audit_report' => 'Audit Log', 'assets' => 'Aset', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Record Created', 'updated_at' => 'Diperbarui pada', 'currency' => 'IDR', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Saat ini', 'current_password' => 'Current Password', 'customize_report' => 'Customize Report', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Sesi formulir anda sudah berakhir. Silahkan coba lagi.', 'login_enabled' => 'Login Enabled', 'audit_due' => 'Due for Audit', - 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Due for Checkin', 'checkin_overdue' => 'Overdue for Checkin', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Overdue for Audit', 'accept' => 'Accept :asset', 'i_accept' => 'I accept', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/en-US/localizations.php b/resources/lang/en-US/localizations.php index fdca1532bd..827ed4fca1 100644 --- a/resources/lang/en-US/localizations.php +++ b/resources/lang/en-US/localizations.php @@ -40,8 +40,8 @@ return [ 'ms-MY'=> 'Malay', 'mi-NZ'=> 'Maori', 'mn-MN'=> 'Mongolian', - //'no-NO'=> 'Norwegian', 'nb-NO'=> 'Norwegian Bokmål', + 'om-ET' => 'Oromo (Ethiopian)', //'nn-NO'=> 'Norwegian Nynorsk', 'fa-IR'=> 'Persian', 'pl-PL'=> 'Polish', diff --git a/resources/lang/es-CO/admin/components/message.php b/resources/lang/es-CO/admin/components/message.php index a936648f13..e38968a588 100644 --- a/resources/lang/es-CO/admin/components/message.php +++ b/resources/lang/es-CO/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => '¿Está seguro de que desea eliminar este componente?', 'error' => 'Hubo un problema eliminando el componente. Por favor, inténtelo de nuevo.', - 'success' => 'El componente fue borrado correctamente.' + 'success' => 'El componente fue borrado correctamente.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php index 0ce1f838da..29541f1af6 100644 --- a/resources/lang/es-CO/admin/custom_fields/general.php +++ b/resources/lang/es-CO/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Crear un nuevo campo personalizado', 'value_encrypted' => 'El valor de este campo está cifrado en la base de datos. Solo los administradores pueden ver el valor descifrado', 'show_in_email' => '¿Incluir el valor de este campo en los correos de asignación enviados al usuario? Los campos cifrados no se pueden incluir en los correos electrónicos', - 'show_in_email_short' => 'Incluir en los correos electrónicos.', + 'show_in_email_short' => 'Incluir en los correos electrónicos', 'help_text' => 'Texto de ayuda', 'help_text_description' => 'Este es un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.', 'about_custom_fields_title' => 'Acerca de los campos personalizados', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Mostrar en la lista de activos que se pueden solicitar', 'show_in_requestable_list' => 'Mostrar el valor en la lista de activos que se pueden solicitar. Los campos cifrados no se mostrarán', 'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php index 150c8346e0..b5c109f833 100644 --- a/resources/lang/es-CO/admin/hardware/general.php +++ b/resources/lang/es-CO/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Los activos son artículos rastreados por número de serie o placa de activo. Suelen ser artículos de alto valor en los que es importante identificar un elemento específico.', 'archived' => 'Archivado', 'asset' => 'Activo', - 'bulk_checkout' => 'Asignar activos', - 'bulk_checkin' => 'Ingresar activos', + 'bulk_checkout' => 'Asignación masiva', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Ingresar activo', 'checkout' => 'Asignar activo', 'clone' => 'Clonar activo', diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index 266732ce34..0094bc333f 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => '¿Está seguro de que desea eliminar este activo?', 'error' => 'Hubo un problema al eliminar el activo. Por favor, inténtelo de nuevo.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No se seleccionaron activos, por lo que no se eliminó nada.', 'success' => 'El activo se ha eliminado correctamente.', ], diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php index 531ef49c5a..bfacb43c27 100644 --- a/resources/lang/es-CO/admin/models/general.php +++ b/resources/lang/es-CO/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Acerca de los 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 ha sido eliminado.', + 'deleted' => 'Este modelo ha sido eliminado.', 'bulk_delete' => 'Eliminación masiva de modelos de activos', 'bulk_delete_help' => 'Utilice las casillas a continuación para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activos que tienen activos asociados a ellos no se pueden eliminar hasta que los activos estén asociados con un modelo diferente.', 'bulk_delete_warn' => 'Está a punto de eliminar un modelo de activo.|Está a punto de eliminar :model_count modelos de activos.', diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index 545b86512e..770c6d9e16 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Imprimir todos los asignados', 'email_assigned' => 'Enviar correo con todos los asignados', 'user_notified' => 'Se ha enviado al usuario un correo electrónico con lista de los elementos que tiene asignados actualmente.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles', 'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index 8ef7cbaff3..9d81a2a5a2 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Acción', 'activity_report' => 'Informe de actividad', 'address' => 'Dirección', - 'admin' => 'Administrador', + 'admin' => 'Configuración de administración', 'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador', 'superuser' => 'Superusuario', 'superuser_tooltip' => 'Este usuario es superadministrador', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Activos disponibles', 'accept_assets' => 'Aceptar activos :name', 'accept_assets_menu' => 'Aceptar activos', + 'accept_item' => 'Accept Item', 'audit' => 'Auditar', 'audit_report' => 'Registro de auditoría', 'assets' => 'Activos', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado el', 'currency' => '$', // this is deprecated + 'currency_text' => 'Moneda', // 'current' => 'Actual', 'current_password' => 'Contraseña actual', 'customize_report' => 'Personalizar informe', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Su sesión ha caducado. Por favor, inténtelo de nuevo.', 'login_enabled' => 'Inicio de sesión activado', 'audit_due' => 'Próximas auditorías', - 'audit_due_days' => 'Activos pendientes de auditoría dentro de :days día|Activos pendientes de auditoría dentro de :days días', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Próximos a ingresar', 'checkin_overdue' => 'Devolución atrasada', - 'checkin_due_days' => 'Activos próximos a ingresar dentro de :days día|Activos próximos a ingresar dentro de :days días', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Auditoría atrasada', 'accept' => 'Aceptar :asset', 'i_accept' => 'Acepto', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/es-ES/admin/components/message.php b/resources/lang/es-ES/admin/components/message.php index a936648f13..e38968a588 100644 --- a/resources/lang/es-ES/admin/components/message.php +++ b/resources/lang/es-ES/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => '¿Está seguro de que desea eliminar este componente?', 'error' => 'Hubo un problema eliminando el componente. Por favor, inténtelo de nuevo.', - 'success' => 'El componente fue borrado correctamente.' + 'success' => 'El componente fue borrado correctamente.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php index 3065345886..b232601791 100644 --- a/resources/lang/es-ES/admin/custom_fields/general.php +++ b/resources/lang/es-ES/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Crear un nuevo campo personalizado', 'value_encrypted' => 'El valor de este campo está cifrado en la base de datos. Solo los administradores pueden ver el valor descifrado', 'show_in_email' => '¿Incluir el valor de este campo en los correos de asignación enviados al usuario? Los campos cifrados no se pueden incluir en los correos electrónicos', - 'show_in_email_short' => 'Incluir en los correos electrónicos.', + 'show_in_email_short' => 'Incluir en los correos electrónicos', 'help_text' => 'Texto de ayuda', 'help_text_description' => 'Este es un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.', 'about_custom_fields_title' => 'Acerca de los campos personalizados', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Mostrar en la lista de activos que se pueden solicitar', 'show_in_requestable_list' => 'Mostrar el valor en la lista de activos que se pueden solicitar. Los campos cifrados no se mostrarán', 'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php index 9c76fd797f..285df05239 100644 --- a/resources/lang/es-ES/admin/hardware/general.php +++ b/resources/lang/es-ES/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Los activos son artículos rastreados por número de serie o placa de activo. Suelen ser artículos de alto valor en los que es importante identificar un elemento específico.', 'archived' => 'Archivado', 'asset' => 'Activo', - 'bulk_checkout' => 'Asignar activos', - 'bulk_checkin' => 'Ingresar activos', + 'bulk_checkout' => 'Asignación masiva', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Ingresar activo', 'checkout' => 'Asignar activo', 'clone' => 'Clonar activo', diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index 6dddc1c0d9..47e1856dc2 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => '¿Está seguro de que desea eliminar este activo?', 'error' => 'Hubo un problema al eliminar el activo. Por favor, inténtelo de nuevo.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.', 'success' => 'El activo se ha eliminado correctamente.', ], diff --git a/resources/lang/es-ES/admin/models/general.php b/resources/lang/es-ES/admin/models/general.php index 531ef49c5a..bfacb43c27 100644 --- a/resources/lang/es-ES/admin/models/general.php +++ b/resources/lang/es-ES/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Acerca de los 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 ha sido eliminado.', + 'deleted' => 'Este modelo ha sido eliminado.', 'bulk_delete' => 'Eliminación masiva de modelos de activos', 'bulk_delete_help' => 'Utilice las casillas a continuación para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activos que tienen activos asociados a ellos no se pueden eliminar hasta que los activos estén asociados con un modelo diferente.', 'bulk_delete_warn' => 'Está a punto de eliminar un modelo de activo.|Está a punto de eliminar :model_count modelos de activos.', diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index 7619aaecfa..7067a262fd 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Imprimir todos los asignados', 'email_assigned' => 'Enviar correo con todos los asignados', 'user_notified' => 'Se ha enviado al usuario un correo electrónico con lista de los elementos que tiene asignados actualmente.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Incluir a este usuario al asignar automáticamente licencias elegibles', 'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 67c156c731..005720f850 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Acción', 'activity_report' => 'Informe de actividad', 'address' => 'Dirección', - 'admin' => 'Administrador', + 'admin' => 'Configuración de administración', 'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador', 'superuser' => 'Superusuario', 'superuser_tooltip' => 'Este usuario es superadministrador', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Activos disponibles', 'accept_assets' => 'Aceptar activos :name', 'accept_assets_menu' => 'Aceptar activos', + 'accept_item' => 'Accept Item', 'audit' => 'Auditar', 'audit_report' => 'Registro de auditoría', 'assets' => 'Activos', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado el', 'currency' => '€', // this is deprecated + 'currency_text' => 'Moneda', // 'current' => 'Actual', 'current_password' => 'Contraseña actual', 'customize_report' => 'Personalizar informe', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Su sesión ha caducado. Por favor, inténtelo de nuevo.', 'login_enabled' => 'Inicio de sesión activado', 'audit_due' => 'Próximas auditorías', - 'audit_due_days' => 'Activos pendientes de auditoría dentro de :days día|Activos pendientes de auditoría dentro de :days días', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Próximos a ingresar', 'checkin_overdue' => 'Devolución atrasada', - 'checkin_due_days' => 'Activos próximos a ingresar dentro de :days día|Activos próximos a ingresar dentro de :days días', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Auditoría atrasada', 'accept' => 'Aceptar :asset', 'i_accept' => 'Acepto', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/es-MX/admin/components/message.php b/resources/lang/es-MX/admin/components/message.php index a936648f13..e38968a588 100644 --- a/resources/lang/es-MX/admin/components/message.php +++ b/resources/lang/es-MX/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => '¿Está seguro de que desea eliminar este componente?', 'error' => 'Hubo un problema eliminando el componente. Por favor, inténtelo de nuevo.', - 'success' => 'El componente fue borrado correctamente.' + 'success' => 'El componente fue borrado correctamente.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php index 04595927c7..0c43bceb5f 100644 --- a/resources/lang/es-MX/admin/custom_fields/general.php +++ b/resources/lang/es-MX/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Crear un nuevo campo personalizado', 'value_encrypted' => 'El valor de este campo está cifrado en la base de datos. Solo los administradores pueden ver el valor descifrado', 'show_in_email' => '¿Incluir el valor de este campo en los correos de asignación enviados al usuario? Los campos cifrados no se pueden incluir en los correos electrónicos', - 'show_in_email_short' => 'Incluir en los correos electrónicos.', + 'show_in_email_short' => 'Incluir en los correos electrónicos', 'help_text' => 'Texto de ayuda', 'help_text_description' => 'Este es un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.', 'about_custom_fields_title' => 'Acerca de los campos personalizados', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Mostrar en la lista de activos que se pueden solicitar', 'show_in_requestable_list' => 'Mostrar el valor en la lista de activos que se pueden solicitar. Los campos cifrados no se mostrarán', 'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/es-MX/admin/hardware/general.php b/resources/lang/es-MX/admin/hardware/general.php index 4a8d6728f6..12c016c609 100644 --- a/resources/lang/es-MX/admin/hardware/general.php +++ b/resources/lang/es-MX/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Los activos son artículos rastreados por número de serie o placa de activo. Suelen ser artículos de alto valor en los que es importante identificar un elemento específico.', 'archived' => 'Archivado', 'asset' => 'Activo', - 'bulk_checkout' => 'Asignar activos', - 'bulk_checkin' => 'Ingresar activos', + 'bulk_checkout' => 'Asignación masiva', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Ingresar activo', 'checkout' => 'Asignar activo', 'clone' => 'Clonar activo', diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php index 4fd1130d2d..abc68514ea 100644 --- a/resources/lang/es-MX/admin/hardware/message.php +++ b/resources/lang/es-MX/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => '¿Está seguro de que desea eliminar este activo?', 'error' => 'Hubo un problema al eliminar el activo. Por favor, inténtelo de nuevo.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.', 'success' => 'El activo se ha eliminado correctamente.', ], diff --git a/resources/lang/es-MX/admin/models/general.php b/resources/lang/es-MX/admin/models/general.php index 531ef49c5a..bfacb43c27 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 los 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 ha sido eliminado.', + 'deleted' => 'Este modelo ha sido eliminado.', 'bulk_delete' => 'Eliminación masiva de modelos de activos', 'bulk_delete_help' => 'Utilice las casillas a continuación para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activos que tienen activos asociados a ellos no se pueden eliminar hasta que los activos estén asociados con un modelo diferente.', 'bulk_delete_warn' => 'Está a punto de eliminar un modelo de activo.|Está a punto de eliminar :model_count modelos de activos.', diff --git a/resources/lang/es-MX/admin/users/general.php b/resources/lang/es-MX/admin/users/general.php index 38b8b9db3f..61a91f2742 100644 --- a/resources/lang/es-MX/admin/users/general.php +++ b/resources/lang/es-MX/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Imprimir todos los asignados', 'email_assigned' => 'Enviar correo con todos los asignados', 'user_notified' => 'Se ha enviado al usuario un correo electrónico con lista de los elementos que tiene asignados actualmente.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles', 'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index 1edae33b25..793c0ed427 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Acción', 'activity_report' => 'Informe de actividad', 'address' => 'Dirección', - 'admin' => 'Administrador', + 'admin' => 'Configuración de administración', 'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador', 'superuser' => 'Superusuario', 'superuser_tooltip' => 'Este usuario es superadministrador', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Activos disponibles', 'accept_assets' => 'Aceptar activos :name', 'accept_assets_menu' => 'Aceptar activos', + 'accept_item' => 'Accept Item', 'audit' => 'Auditar', 'audit_report' => 'Registro de auditoría', 'assets' => 'Activos', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado el', 'currency' => '$', // this is deprecated + 'currency_text' => 'Moneda', // 'current' => 'Actual', 'current_password' => 'Contraseña actual', 'customize_report' => 'Personalizar informe', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Su sesión ha caducado. Por favor, inténtelo de nuevo.', 'login_enabled' => 'Inicio de sesión activado', 'audit_due' => 'Próximas auditorías', - 'audit_due_days' => 'Activos pendientes de auditoría dentro de :days día|Activos pendientes de auditoría dentro de :days días', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Próximos a ingresar', 'checkin_overdue' => 'Devolución atrasada', - 'checkin_due_days' => 'Activos próximos a ingresar dentro de :days día|Activos próximos a ingresar dentro de :days días', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Auditoría atrasada', 'accept' => 'Aceptar :asset', 'i_accept' => 'Acepto', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/es-VE/admin/components/message.php b/resources/lang/es-VE/admin/components/message.php index a936648f13..e38968a588 100644 --- a/resources/lang/es-VE/admin/components/message.php +++ b/resources/lang/es-VE/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => '¿Está seguro de que desea eliminar este componente?', 'error' => 'Hubo un problema eliminando el componente. Por favor, inténtelo de nuevo.', - 'success' => 'El componente fue borrado correctamente.' + 'success' => 'El componente fue borrado correctamente.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php index d53ebfef01..e82a4b85c1 100644 --- a/resources/lang/es-VE/admin/custom_fields/general.php +++ b/resources/lang/es-VE/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Crear un nuevo campo personalizado', 'value_encrypted' => 'El valor de este campo está cifrado en la base de datos. Solo los administradores pueden ver el valor descifrado', 'show_in_email' => '¿Incluir el valor de este campo en los correos de asignación enviados al usuario? Los campos cifrados no se pueden incluir en los correos electrónicos', - 'show_in_email_short' => 'Incluir en los correos electrónicos.', + 'show_in_email_short' => 'Incluir en los correos electrónicos', 'help_text' => 'Texto de ayuda', 'help_text_description' => 'Este es un texto opcional que aparecerá debajo de los campos del formulario cuando se edite un activo para proporcionar contexto adicional.', 'about_custom_fields_title' => 'Acerca de los campos personalizados', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Mostrar en la lista de activos que se pueden solicitar', 'show_in_requestable_list' => 'Mostrar el valor en la lista de activos que se pueden solicitar. Los campos cifrados no se mostrarán', 'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php index 9c76fd797f..285df05239 100644 --- a/resources/lang/es-VE/admin/hardware/general.php +++ b/resources/lang/es-VE/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Los activos son artículos rastreados por número de serie o placa de activo. Suelen ser artículos de alto valor en los que es importante identificar un elemento específico.', 'archived' => 'Archivado', 'asset' => 'Activo', - 'bulk_checkout' => 'Asignar activos', - 'bulk_checkin' => 'Ingresar activos', + 'bulk_checkout' => 'Asignación masiva', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Ingresar activo', 'checkout' => 'Asignar activo', 'clone' => 'Clonar activo', diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index d0956bafdb..dc4604f8a3 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => '¿Está seguro de que desea eliminar este activo?', 'error' => 'Hubo un problema al eliminar el activo. Por favor, inténtelo de nuevo.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Ningún activo se seleccionó, así que nada fue borrado.', 'success' => 'El activo se ha eliminado correctamente.', ], diff --git a/resources/lang/es-VE/admin/models/general.php b/resources/lang/es-VE/admin/models/general.php index 6031f88268..a90444b674 100644 --- a/resources/lang/es-VE/admin/models/general.php +++ b/resources/lang/es-VE/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Acerca de los 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 ha sido eliminado.', + 'deleted' => 'Este modelo ha sido eliminado.', 'bulk_delete' => 'Eliminación masiva de modelos de activos', 'bulk_delete_help' => 'Utilice las casillas a continuación para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activos que tienen activos asociados a ellos no se pueden eliminar hasta que los activos estén asociados con un modelo diferente.', 'bulk_delete_warn' => 'Está a punto de eliminar un modelo de activo.|Está a punto de eliminar :model_count modelos de activos.', diff --git a/resources/lang/es-VE/admin/users/general.php b/resources/lang/es-VE/admin/users/general.php index 6c23fc8de2..cf34458925 100644 --- a/resources/lang/es-VE/admin/users/general.php +++ b/resources/lang/es-VE/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Imprimir todos los asignados', 'email_assigned' => 'Enviar correo con todos los asignados', 'user_notified' => 'Se ha enviado al usuario un correo electrónico con lista de los elementos que tiene asignados actualmente.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Incluye a este usuario al asignar automáticamente licencias elegibles', 'auto_assign_help' => 'Omitir este usuario en la asignación automática de licencias', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php index a5e3d46065..3102024fb4 100644 --- a/resources/lang/es-VE/general.php +++ b/resources/lang/es-VE/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Acción', 'activity_report' => 'Informe de actividad', 'address' => 'Dirección', - 'admin' => 'Administrador', + 'admin' => 'Configuración de administración', 'admin_tooltip' => 'Este usuario tiene privilegios de superadministrador', 'superuser' => 'Superusuario', 'superuser_tooltip' => 'Este usuario es superadministrador', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Activos disponibles', 'accept_assets' => 'Aceptar activos :name', 'accept_assets_menu' => 'Aceptar activos', + 'accept_item' => 'Accept Item', 'audit' => 'Auditar', 'audit_report' => 'Registro de Auditoría', 'assets' => 'Activos', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Registro Creado', 'updated_at' => 'Actualizado el', 'currency' => '$', // this is deprecated + 'currency_text' => 'Moneda', // 'current' => 'Actual', 'current_password' => 'Contraseña actual', 'customize_report' => 'Personalizar informe', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Su sesión ha caducado. Por favor, inténtelo de nuevo.', 'login_enabled' => 'Inicio de sesión activado', 'audit_due' => 'Próximas auditorías', - 'audit_due_days' => 'Activos pendientes de auditoría dentro de :days día|Activos pendientes de auditoría dentro de :days días', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Próximos a ingresar', 'checkin_overdue' => 'Devolución atrasada', - 'checkin_due_days' => 'Activos próximos a ingresar dentro de :days día|Activos próximos a ingresar dentro de :days días', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Auditoría atrasada', 'accept' => 'Aceptar :asset', 'i_accept' => 'Acepto', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/et-EE/admin/components/message.php b/resources/lang/et-EE/admin/components/message.php index bd5d9c316a..70df894995 100644 --- a/resources/lang/et-EE/admin/components/message.php +++ b/resources/lang/et-EE/admin/components/message.php @@ -17,7 +17,8 @@ return array( 'delete' => array( 'confirm' => 'Kas oled kindel, et soovid selle komponendi kustutada?', 'error' => 'Komponendi kustutamisel tekkis probleem. Palun proovi uuesti.', - 'success' => 'Komponendi kustutamine õnnestus.' + 'success' => 'Komponendi kustutamine õnnestus.', + 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.', ), 'checkout' => array( diff --git a/resources/lang/et-EE/admin/custom_fields/general.php b/resources/lang/et-EE/admin/custom_fields/general.php index 1055aef191..b47ab85dc0 100644 --- a/resources/lang/et-EE/admin/custom_fields/general.php +++ b/resources/lang/et-EE/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'Selle välja väärtust krüpteeritakse andmebaasis. Dežrooveeritud väärtust saab vaadata ainult administraatoritel', 'show_in_email' => 'Kas lisame selle välja väärtuse kasutajale väljastatud emailile? Krüpteerituid välju emailis pole näha', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', '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', @@ -57,5 +57,7 @@ return [ 'show_in_requestable_list_short' => 'Show in requestable assets list', 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown', 'encrypted_options' => 'This field is encrypted, so some display options will not be available.', + 'display_checkin' => 'Display in checkin forms', + 'display_checkout' => 'Display in checkout forms', ]; diff --git a/resources/lang/et-EE/admin/hardware/general.php b/resources/lang/et-EE/admin/hardware/general.php index 48611ce6b1..53d00cd2e2 100644 --- a/resources/lang/et-EE/admin/hardware/general.php +++ b/resources/lang/et-EE/admin/hardware/general.php @@ -5,8 +5,8 @@ return [ 'about_assets_text' => 'Varad on üksused, mida jälgitakse seerianumbri või vara tag. Need kipuvad olema kõrgema väärtusega esemed, kus konkreetse üksuse kindlakstegemine on oluline.', 'archived' => 'Arhiveeritud', 'asset' => 'Vahend', - 'bulk_checkout' => 'Vara kasutusele võtt', - 'bulk_checkin' => 'Vahendite tagastus', + 'bulk_checkout' => 'Bulk Checkout', + 'bulk_checkin' => 'Bulk Checkin', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Klooni vahend', diff --git a/resources/lang/et-EE/admin/hardware/message.php b/resources/lang/et-EE/admin/hardware/message.php index 94bbe5a155..66c859374c 100644 --- a/resources/lang/et-EE/admin/hardware/message.php +++ b/resources/lang/et-EE/admin/hardware/message.php @@ -72,6 +72,7 @@ return [ 'delete' => [ 'confirm' => 'Kas olete kindel, et soovite selle vara kustutada?', 'error' => 'Viga kustutas. Palun proovi uuesti.', + 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.', 'nothing_updated' => 'Varasid ei valitud, nii et midagi ei kustutatud.', 'success' => 'Varasus kustutati edukalt.', ], diff --git a/resources/lang/et-EE/admin/models/general.php b/resources/lang/et-EE/admin/models/general.php index b775f00f6a..bfe9c446bf 100644 --- a/resources/lang/et-EE/admin/models/general.php +++ b/resources/lang/et-EE/admin/models/general.php @@ -3,7 +3,7 @@ return array( 'about_models_title' => 'Mudelitest', 'about_models_text' => 'Mudelid on selleks, et vahendeid grupeerida. "MBP 2013", "IPhone 6d", jne.', - 'deleted' => 'See mudel on kustatud.', + 'deleted' => 'See mudel on kustatud.', 'bulk_delete' => 'Kustuta hulgi vara mudeleid', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', diff --git a/resources/lang/et-EE/admin/users/general.php b/resources/lang/et-EE/admin/users/general.php index a837d5af88..dd40b76aba 100644 --- a/resources/lang/et-EE/admin/users/general.php +++ b/resources/lang/et-EE/admin/users/general.php @@ -19,6 +19,8 @@ return [ 'print_assigned' => 'Prindi kõik varad', 'email_assigned' => 'Emaili Nimekiri Väljastatud Varadest', 'user_notified' => 'User has been emailed a list of their currently assigned items.', + 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.', + 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.', 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses', 'auto_assign_help' => 'Skip this user in auto assignment of licenses', 'software_user' => 'Kasutaja :name valdusesse antud tarkvara', diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php index 74ffaab938..2d87eda0b3 100644 --- a/resources/lang/et-EE/general.php +++ b/resources/lang/et-EE/general.php @@ -10,7 +10,7 @@ return [ 'action' => 'Tegevus', 'activity_report' => 'Tegevuste aruanne', 'address' => 'Aadress', - 'admin' => 'Admin', + 'admin' => 'Admin Settings', 'admin_tooltip' => 'Sellel kasutajal on administraatori õigused', 'superuser' => 'Superkasutaja', 'superuser_tooltip' => 'Sellel kasutajal on superkasutaja õigused', @@ -29,6 +29,7 @@ return [ 'assets_available' => 'Saadaolevad vahendid', 'accept_assets' => 'Aktsepteeri vahendid :name nimel', 'accept_assets_menu' => 'Aktsepteeri vahendeid', + 'accept_item' => 'Accept Item', 'audit' => 'Auditeerimine', 'audit_report' => 'Auditilogi', 'assets' => 'Vahendid', @@ -87,6 +88,7 @@ return [ 'record_created' => 'Väärtus loodud', 'updated_at' => 'Viimati muudetud', 'currency' => '$', // this is deprecated + 'currency_text' => 'Currency', // 'current' => 'Praegune', 'current_password' => 'Praegune parool', 'customize_report' => 'Kohanda aruannet', @@ -337,10 +339,10 @@ return [ 'token_expired' => 'Teie vormi seanss on aegunud. Palun proovi uuesti.', 'login_enabled' => 'Sisselogimine lubatud', 'audit_due' => 'Audit', - 'audit_due_days' => 'Auditiks vajalikud varad :days päeva jooksulAuditiks vajalikud varad :days päeva jooksul', + 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days', 'checkin_due' => 'Tagastamiseks vajalik', 'checkin_overdue' => 'Tagastamise tähtaeg ületatud', - 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days', + 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days', 'audit_overdue' => 'Hilinenud audit', 'accept' => 'Kinnita :asset', 'i_accept' => 'Ma kinnitan', @@ -587,4 +589,15 @@ return [ 'notes' => 'Add a note', ], + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + ]; diff --git a/resources/lang/fa-IR/admin/accessories/general.php b/resources/lang/fa-IR/admin/accessories/general.php index 2735702a1c..bde40034fd 100644 --- a/resources/lang/fa-IR/admin/accessories/general.php +++ b/resources/lang/fa-IR/admin/accessories/general.php @@ -18,7 +18,7 @@ return array( استفاده کنید', 'use_default_eula_disabled' => 'از پیشفرض اولیه EULA استفاده کنید.APP_DEBUG
در .env
فایل خود را به false
غیرفعال کنید.',
'delete' => 'حذف',
'delete_confirm' => 'آیا اطمینان دارید که می خواهید این را حذف نمایید؟',
- 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
+ 'delete_confirm_no_undo' => 'آیا مطمپنید که میخواهید :item را حذف کنید؟ این کار غیرقابل بازگشت است.',
'deleted' => 'حذف شد',
'delete_seats' => 'صندلی ها حذف شده
',
@@ -139,16 +141,16 @@ return [
'firstname_lastname_underscore_format' => 'نام خانوادگی (jane.smith@example.com)',
'lastnamefirstinitial_format' => 'فامیل نام میانه (smithj@example.com)',
'firstintial_dot_lastname_format' => 'نام میانه فامیل (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
+ 'lastname_dot_firstinitial_format' => 'فامیل نام میانه (smith.j@example.com)',
+ 'firstname_lastname_display' => 'نام فامیل (Jane Smith)',
+ 'lastname_firstname_display' => 'فامیل نام (Smith Jane)',
+ 'name_display_format' => 'فرمت نمایش نام',
'first' => 'اولین',
'firstnamelastname' => 'نام فامیل (janesmith@example.com)',
'lastname_firstinitial' => 'فامیل نام میانه (smith_j@example.com)',
'firstinitial.lastname' => 'نام میانه فامیل (j.smith@example.com)',
'firstnamelastinitial' => 'نام فامیل میانه (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ 'lastnamefirstname' => 'فامیل نام کوچک (smith.jane@example.com)',
'first_name' => 'نام',
'first_name_format' => 'نام (jane@example.com)',
'files' => 'فایل ها',
@@ -171,12 +173,12 @@ return [
'include_deleted' => 'دارایی های بایگانی شده را حذف کنید
',
'image_upload' => 'آپلود تصویر',
- 'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
- 'filetypes_size_help' => 'The maximum upload size allowed is :size.',
- 'image_filetypes_help' => 'Accepted Filetypes are jpg, webp, png, gif, svg, and avif. The maximum upload size allowed is :size.',
- 'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
+ 'filetypes_accepted_help' => 'نوع فایل پذیرفته شده :types است. حداکثر اندازه مجاز آپلود :size است.|نوع فایل های پذیرفته شده عبارتند از :types. حداکثر اندازه مجاز بارگذاری: اندازه است.',
+ 'filetypes_size_help' => 'حداکثر سایز مجاز آپلود: سایز.',
+ 'image_filetypes_help' => 'نوع فایل های قابل قبول: jpg, webp, png, gif, و svg. حداکثر سایز فایل :size است.',
+ 'unaccepted_image_type' => 'امکان خواندن تصویر وجود ندارد. نوع فایل های قابل قبول: jpg, webp, png, gif, و svg است. mimetype این فایل :mimetype است.',
'import' => 'واردات',
- 'import_this_file' => 'Map fields and process this file',
+ 'import_this_file' => 'انتخاب نظیر به نظیر فیلدها و پردازش فایل',
'importing' => 'در حال وارد کردن',
'importing_help' => 'میتوانید داراییها، لوازم جانبی، مجوزها، اجزا، مواد مصرفی و کاربران را از طریق فایل CSV وارد کنید. Admin Settings > Alerts
) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
- 'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
- 'no_email' => 'No email address associated with this user',
+ 'audit_images_help' => 'شما میتوانید تصاویر حسابرسی را در تب تاریخچه دارایی پیدا کنید.',
+ 'no_email' => 'هیچ آدرس ایمیلی برای این کاربر انتخاب نشده است',
'last_audit' => 'آخرین حسابرسی',
'new' => 'جدید!',
'no_depreciation' => 'بدون استهلاک',
'no_results' => 'بدون نتیجه.',
'no' => 'خیر',
'notes' => 'یادداشت ها',
- 'note_added' => 'Note Added',
- 'options' => 'Options',
- 'preview' => 'Preview',
- 'add_note' => 'Add Note',
- 'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
- 'note_deleted' => 'Note Deleted',
- 'delete_note' => 'Delete Note',
+ 'note_added' => 'یادداشت اضافه شد',
+ 'options' => 'گزینه ها',
+ 'preview' => 'پیش نمایش',
+ 'add_note' => 'افزودن یادداشت',
+ 'note_edited' => 'یادداشت ویرایش شد',
+ 'edit_note' => 'ویرایش یادداشت',
+ 'note_deleted' => 'یادداشت پاک شد',
+ 'delete_note' => 'حذف یادداشت',
'order_number' => 'شماره سفارش',
'only_deleted' => 'فقط دارایی های حذف شده',
'page_menu' => 'نمایش_موارد_منو',
@@ -257,7 +259,7 @@ return [
'purchase_date' => 'تاریخ خرید',
'qty' => 'QTY',
'quantity' => 'مقدار',
- 'quantity_minimum' => 'You have one item below or almost below minimum quantity levels|You have :count items below or almost below minimum quantity levels',
+ 'quantity_minimum' => 'شما یک آیتم پایینتر یا نزدیک به حداقل مقدار موجودی دارید.|شما :count آیتم پایینتر یا نزدیک به حداقل مقادیر موجودی دارید',
'quickscan_checkin' => 'اسکن سریع اعلام حضور
',
'quickscan_checkin_status' => 'وضعیت ورود
@@ -271,7 +273,7 @@ return [
'restore' => 'بازیابی',
'requestable_models' => 'مدل های درخواستی
',
- 'requestable_items' => 'Requestable Items',
+ 'requestable_items' => 'آیتم های قابل درخواست',
'requested' => 'در خواست شده',
'requested_date' => 'تاریخ درخواست',
'requested_assets' => 'دارایی های درخواستی
@@ -279,15 +281,15 @@ return [
'requested_assets_menu' => 'دارایی های درخواستی
',
'request_canceled' => 'درخواست لغو شد',
- 'request_item' => 'Request this item',
- 'external_link_tooltip' => 'External link to',
+ 'request_item' => 'درخواست این آیتم',
+ 'external_link_tooltip' => 'لینک خارجی به',
'save' => 'ذخیره کردن',
- 'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
+ 'select_var' => 'انتخاب :thing... ', // this will eventually replace all of our other selects
'select' => 'انتخاب',
'select_all' => 'انتخاب همه',
'search' => 'جستوجو',
'select_category' => 'یک دسته را انتخاب کنید',
- 'select_datasource' => 'Select a data source',
+ 'select_datasource' => 'یک منبع داده انتخاب کنید',
'select_department' => 'یک گروه را انتخاب کنید',
'select_depreciation' => 'انتخاب یک نوع استهلاک',
'select_location' => 'انتخاب یک مکان',
@@ -308,22 +310,22 @@ return [
'signed_off_by' => 'امضا شده توسط
',
'skin' => 'پوسته',
- 'webhook_msg_note' => 'A notification will be sent via webhook',
- 'webhook_test_msg' => 'Oh hai! It looks like your :app integration with Snipe-IT is working!',
+ 'webhook_msg_note' => 'یک اعلان توسط وب هوک ارسال میگردد',
+ 'webhook_test_msg' => 'اوه هی! به نظر می رسد ادغام :app شما با Snipe-IT کار می کند!',
'some_features_disabled' => 'MODE DEMO: برخی از ویژگی ها برای این نصب غیر فعال هستند.',
'site_name' => 'نام سایت',
'state' => 'وضعیت',
'status_labels' => 'برچسب های وضعیت',
- 'status_label' => 'Status Label',
+ 'status_label' => 'برچسب وضعیت',
'status' => 'وضعیت',
'accept_eula' => 'توافق نامه پذیرش
',
- 'show_or_hide_eulas' => 'Show/Hide EULAs',
+ 'show_or_hide_eulas' => 'نمایش/مخفی کردن موافقت نامه',
'supplier' => 'تامین کننده',
'suppliers' => 'تامین کننده',
'sure_to_delete' => 'مطمئنید که میخواهید حذف شود',
'sure_to_delete_var' => 'آیا اطمینان دارید که می خواهید این را حذف نمایید؟',
- 'delete_what' => 'Delete :item',
+ 'delete_what' => 'حذف :item',
'submit' => 'ارسال',
'target' => 'هدف',
'time_and_date_display' => 'نمایش زمان و تاریخ',
@@ -337,15 +339,15 @@ return [
'username_format' => 'فرمت نام کاربری',
'username' => 'نام کاربری',
'update' => 'بروزرسانی',
- 'updating_item' => 'Updating :item',
+ 'updating_item' => 'بروزرسانی :item',
'upload_filetypes_help' => 'انواع فایل های مجاز عبارتند از png، gif، jpg، jpeg، doc، docx، pdf، xls، xlsx، txt، lic، xml، zip، rtf و rar. حداکثر اندازه مجاز بارگذاری: اندازه است.
',
'uploaded' => 'بارگزاری شد',
'user' => 'کاربر',
'accepted' => 'تأیید شد',
'declined' => 'خودداری شد',
- 'declined_note' => 'Declined Notes',
- 'unassigned' => 'Unassigned',
+ 'declined_note' => 'یادداشت های رد شده',
+ 'unassigned' => 'محول نشده',
'unaccepted_asset_report' => 'دارایی های پذیرفته',
'users' => 'کاربران',
'viewall' => 'مشاهده همه',
@@ -358,18 +360,18 @@ 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' => 'موعد حسابرسی
',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'موعد حسابرسی عقب افتاده
',
'accept' => 'دارایی های پذیرفته',
@@ -387,7 +389,7 @@ return [
'hide_deleted' => 'پنهان کردن حذف شده
',
'email' => 'ایمیل',
- 'do_not_change' => 'Do not change',
+ 'do_not_change' => 'تغییر ندهید',
'bug_report' => 'Report a bug',
'user_manual' => 'دفترچه راهنمای کاربر
',
@@ -581,8 +583,8 @@ return [
'cannot_be_deleted' => 'This item cannot be deleted',
'cannot_be_edited' => 'This item cannot be edited.',
'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.',
- 'serial_number' => 'Serial Number',
- 'item_notes' => ':item Notes',
+ 'serial_number' => 'شماره سریال',
+ 'item_notes' => 'یادداشت های:item',
'item_name_var' => ':نام کالا',
'error_user_company' => 'Checkout target company and asset company do not match',
'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager',
@@ -672,4 +674,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/fi-FI/admin/components/message.php b/resources/lang/fi-FI/admin/components/message.php
index 3a66a4163b..499d2bafe7 100644
--- a/resources/lang/fi-FI/admin/components/message.php
+++ b/resources/lang/fi-FI/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Haluatko varmasti poistaa tämän komponentin?',
'error' => 'Komponentti poisto ei onnistunut. Yritä uudelleen.',
- 'success' => 'Komponentti poistettiin.'
+ 'success' => 'Komponentti poistettiin.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/fi-FI/admin/custom_fields/general.php b/resources/lang/fi-FI/admin/custom_fields/general.php
index 71234f9ca0..14304afb09 100644
--- a/resources/lang/fi-FI/admin/custom_fields/general.php
+++ b/resources/lang/fi-FI/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Luo uusi mukautettu kenttä',
'value_encrypted' => 'Kentän arvo salataan tietokannassa. Vain järjestelmänvalvojat voivat tarkastella purettua arvoa',
'show_in_email' => 'Käytetäänkö kentän arvoa käyttäjälle lähetettävissä luovutus-sähköposteissa? Salattuja kenttiä ei voi lisätä sähköposteihin',
- 'show_in_email_short' => 'Sisällytä sähköposteihin.',
+ 'show_in_email_short' => 'Sisällytä sähköposteihin',
'help_text' => 'Aputeksti',
'help_text_description' => 'Tämä on valinnainen teksti joka ilmestyy lomakekentän alapuolelle laitetta muokatessa tarjotakseen kontekstia kentälle.',
'about_custom_fields_title' => 'Mukautetuista kentistä',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Näytä pyydettävien assettien luettelossa',
'show_in_requestable_list' => 'Näytä arvo pyydettävissä olevien assettien luettelossa. Salattuja kenttiä ei näytetä',
'encrypted_options' => 'Tämä kenttä on salattu, joten jotkin näyttöasetukset eivät ole käytettävissä.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/fi-FI/admin/hardware/general.php b/resources/lang/fi-FI/admin/hardware/general.php
index 1fef856259..d74b6b937b 100644
--- a/resources/lang/fi-FI/admin/hardware/general.php
+++ b/resources/lang/fi-FI/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Laitteita ovat nimikeitä joita seurataan sarjanumeron tai laitetunnisteen avulla. Laitteiksi määritellään yleensä arvokkaampaa omaisuutta, joiden tunnistaminen yksilöllisesti on tärkeää. Pienemmät laitteet voi määrittää lisävarusteiksi.',
'archived' => 'Arkistoitu',
'asset' => 'Laite',
- 'bulk_checkout' => 'Laitteiden luovutus',
- 'bulk_checkin' => 'Palauta laitteita',
+ 'bulk_checkout' => 'Luovuta useita',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Palauta laite',
'checkout' => 'Luovuta laite',
'clone' => 'Monista laite',
diff --git a/resources/lang/fi-FI/admin/hardware/message.php b/resources/lang/fi-FI/admin/hardware/message.php
index 5ed9df8c3a..c213e24753 100644
--- a/resources/lang/fi-FI/admin/hardware/message.php
+++ b/resources/lang/fi-FI/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?',
'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Laitetta ei ollut valittuna, joten mitään ei poistettu.',
'success' => 'Laite poistettu onnistuneesti.',
],
diff --git a/resources/lang/fi-FI/admin/models/general.php b/resources/lang/fi-FI/admin/models/general.php
index 1cb4cd3179..9950ef794a 100644
--- a/resources/lang/fi-FI/admin/models/general.php
+++ b/resources/lang/fi-FI/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Tietoja laitemalleista',
'about_models_text' => 'Laitemalleilla ryhmitellään samankaltaiset laitteet. "Elitebook 820 G3", "IPhone 6s" jne.',
- 'deleted' => 'Tämä malli on poistettu.',
+ 'deleted' => 'Tämä malli on poistettu.',
'bulk_delete' => 'Massapoista laitemalleja',
'bulk_delete_help' => 'Käytä alla olevia valintaruutuja vahvistaaksesi laitemallien poistaminen. Laitemalleja, joissa on niihin liittyviä laitteita, ei voida poistaa ennen kuin laitteet on liitetty toiseen malliin.',
'bulk_delete_warn' => 'Olet poistamassa yhden laitemallin.|Olet poistamassa :model_count laitemallia.',
diff --git a/resources/lang/fi-FI/admin/users/general.php b/resources/lang/fi-FI/admin/users/general.php
index 0a25fa609c..a523a5f457 100644
--- a/resources/lang/fi-FI/admin/users/general.php
+++ b/resources/lang/fi-FI/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Tulosta kaikki luovutetut',
'email_assigned' => 'Kaikkien määritettyjen sähköpostien luettelo',
'user_notified' => 'Käyttäjä on lähetetty sähköpostilla luettelo heidän tällä hetkellä määritetyistä kohteista.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Sisällytä tämä käyttäjä automaattisesti määritettäessä hyväksyttäviä lisenssejä',
'auto_assign_help' => 'Ohita tämä käyttäjä automaattiseen lisenssien osoittamiseen',
'software_user' => 'Käyttäjälle :name luovutetut ohjelmistot',
diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php
index 15dc85785a..611cca454c 100644
--- a/resources/lang/fi-FI/general.php
+++ b/resources/lang/fi-FI/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Toiminto',
'activity_report' => 'Toimintaraportti',
'address' => 'Osoite',
- 'admin' => 'Ylläpitäjä',
+ 'admin' => 'Ylläpitäjän Asetukset',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Laitetta vapaana',
'accept_assets' => 'Hyväksy Laitteet :name',
'accept_assets_menu' => 'Hyväksy Laitteet',
+ 'accept_item' => 'Accept Item',
'audit' => 'Tarkasta',
'audit_report' => 'Tarkastusloki',
'assets' => 'Laitteet',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Tietue luotu',
'updated_at' => 'Päivitetty klo',
'currency' => '€', // this is deprecated
+ 'currency_text' => 'Valuutta', //
'current' => 'Nykyiset',
'current_password' => 'Nykyinen Salasana',
'customize_report' => 'Mukautettu raportti',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Istuntosi on vanhentunut. Ole hyvä ja kirjaudu uudelleen.',
'login_enabled' => 'Kirjautuminen käytössä',
'audit_due' => 'Tarkastettava',
- 'audit_due_days' => 'Varat Tilintarkastuksesta erääntyvät :days Päivän n n aikana Varat Erääntyvät tilintarkastuksesta :days Päivää',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Tarkistuksen eräpäivä',
'checkin_overdue' => 'Erääntynyt kassalle',
- 'checkin_due_days' => 'Checkinin omaisuus :days Päivän n kuluessa|Checkinin omaisuus :days Päivän kuluessa',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Erääntynyt tarkastettava',
'accept' => 'Hyväksy :asset',
'i_accept' => 'Hyväksyn',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/fil-PH/admin/components/message.php b/resources/lang/fil-PH/admin/components/message.php
index ec058a2d78..747857e911 100644
--- a/resources/lang/fil-PH/admin/components/message.php
+++ b/resources/lang/fil-PH/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang komponent na ito?',
'error' => 'Mayroong isyu sa pag-delete ng komponent. Mangayring subukang muli.',
- 'success' => 'Ang komponent ay matagumpay na naisagawa.'
+ 'success' => 'Ang komponent ay matagumpay na naisagawa.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/fil-PH/admin/custom_fields/general.php b/resources/lang/fil-PH/admin/custom_fields/general.php
index 903b44fb5e..3debfb4432 100644
--- a/resources/lang/fil-PH/admin/custom_fields/general.php
+++ b/resources/lang/fil-PH/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Ang balyu ng field na ito ay naka-encrypt sa database. Ang admin na mga gumagamit lamang ang maaaring maka-tanaw sa na-decrypt na balyu',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/fil-PH/admin/hardware/general.php b/resources/lang/fil-PH/admin/hardware/general.php
index 4114a66619..31a4794977 100644
--- a/resources/lang/fil-PH/admin/hardware/general.php
+++ b/resources/lang/fil-PH/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Ang mga asset ay mga aytem na sinubaybayan ng serial number o tag ng asset. May mga posiilidad na ito ay mataas na balyu ng mga aytem kung saan tinitingna ang partikular na mga aytem.',
'archived' => 'Ang Archive',
'asset' => 'Ang Asset',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Ang Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'I-checkin ang Asset',
'checkout' => 'I-checkout ang Asset',
'clone' => 'I-clone ang Asset',
diff --git a/resources/lang/fil-PH/admin/hardware/message.php b/resources/lang/fil-PH/admin/hardware/message.php
index e035069635..588522cf45 100644
--- a/resources/lang/fil-PH/admin/hardware/message.php
+++ b/resources/lang/fil-PH/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Sigurado kaba na gusto mong i-delete ang asset na ito?',
'error' => 'Mayroong isyu sa pag-delete ng asset. Mangyaring subukang muli.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Walang napiling mga asset, kaya walang nai-delete.',
'success' => 'Matagumpay na nai-delete ang asset.',
],
diff --git a/resources/lang/fil-PH/admin/models/general.php b/resources/lang/fil-PH/admin/models/general.php
index af0b52d390..bbad023fcf 100644
--- a/resources/lang/fil-PH/admin/models/general.php
+++ b/resources/lang/fil-PH/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Ang Tungkol sa mga Modelo ng Asset',
'about_models_text' => 'Ang mga Modelo ng Asset ay isang paraan para i-grupo ang magkakaparehong mga asset. "MBP 2013", "IPhone 6s", atbp.',
- 'deleted' => 'Ang modelong ito ay nabura na.',
+ 'deleted' => 'Ang modelong ito ay nabura na.',
'bulk_delete' => 'Ang Maramihang Pag-delete sa mga Modelo ng Asset',
'bulk_delete_help' => 'Gamitin ang mga checkboxes sa ibaba para i-komperma ang pag-delete sa mga napiling mga modelo ng asset. Ang mga modelo ng asset na mayroong mga asset na nai-ugnay sa mga ito ay hindi pwedeng i-delete hanggang sa ang lahat ng mga asset ay nai-ugnay sa ibat-ibang modelo.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/fil-PH/admin/users/general.php b/resources/lang/fil-PH/admin/users/general.php
index 434a510eee..30ab0885a2 100644
--- a/resources/lang/fil-PH/admin/users/general.php
+++ b/resources/lang/fil-PH/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'I-print ang Lahat ng Nakatalaga',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Ang Software ay Nai-check out sa :name',
diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php
index 46d61562ae..a468c55f90 100644
--- a/resources/lang/fil-PH/general.php
+++ b/resources/lang/fil-PH/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Aksyon',
'activity_report' => 'Ang Ulat sa Aktibidad',
'address' => 'Ang Address',
- 'admin' => 'Ang admin',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Ang Audit',
'audit_report' => 'Ang Log ng Audit',
'assets' => 'Ang mga Assets',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Na-update sa',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Ang kasalukuyan',
'current_password' => 'Kasalukuyang Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Ang iyong sesyon ng form ay na-expire na. Mangyaring subukang muli.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/fr-FR/admin/components/message.php b/resources/lang/fr-FR/admin/components/message.php
index 973fbdcda6..9dd5d43d95 100644
--- a/resources/lang/fr-FR/admin/components/message.php
+++ b/resources/lang/fr-FR/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Etes-vous sûr de vouloir supprimer ce composant?',
'error' => 'Un problème est survenu durant la suppression de ce composant. Merci d\'essayer à nouveau.',
- 'success' => 'Le composant a bien été supprimé.'
+ 'success' => 'Le composant a bien été supprimé.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/fr-FR/admin/custom_fields/general.php b/resources/lang/fr-FR/admin/custom_fields/general.php
index b042a6d161..36a07d6e5b 100644
--- a/resources/lang/fr-FR/admin/custom_fields/general.php
+++ b/resources/lang/fr-FR/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Créer un champ personnalisé',
'value_encrypted' => 'La valeur de ce champ est chiffrée dans la base de donnée. Seuls les administrateurs seront capable de voir les données déchiffrées',
'show_in_email' => 'Inclure la valeur de ce champ dans les e-mails envoyés à l\'utilisateur·trice ? Les champs chiffrés ne peuvent pas être inclus dans les e-mails',
- 'show_in_email_short' => 'Inclure dans les emails.',
+ 'show_in_email_short' => 'Inclure dans les emails',
'help_text' => 'Texte d\'aide',
'help_text_description' => 'Ceci est un texte optionnel qui apparaîtra sous les éléments de formulaire lors de l\'édition d\'un actif pour fournir un contexte pour le champ.',
'about_custom_fields_title' => 'À propos des champs personnalisés',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Afficher dans la liste des actifs demandables',
'show_in_requestable_list' => 'Afficher la valeur dans la liste des actifs demandables. Les champs chiffrés ne seront pas affichés',
'encrypted_options' => 'Ce champ est chiffré, donc certaines options d\'affichage ne seront pas disponibles.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/fr-FR/admin/hardware/general.php b/resources/lang/fr-FR/admin/hardware/general.php
index 4520fd06f6..2c0766d6ed 100644
--- a/resources/lang/fr-FR/admin/hardware/general.php
+++ b/resources/lang/fr-FR/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Les actifs sont des éléments suivis par le numéro de série ou l\'étiquette de l\'actif. Ils ont tendance à être des éléments de valeur supérieure où l\'identification d\'un élément spécifique importe.',
'archived' => 'Retiré',
'asset' => 'Biens',
- 'bulk_checkout' => 'Attribuer les actifs',
- 'bulk_checkin' => 'Restitution d\'actifs',
+ 'bulk_checkout' => 'Attribution par lot',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Retour des Biens',
'checkout' => 'Associer l\'actif',
'clone' => 'Cloner le Bien',
diff --git a/resources/lang/fr-FR/admin/hardware/message.php b/resources/lang/fr-FR/admin/hardware/message.php
index 9cc2ff8e16..8995546bd2 100644
--- a/resources/lang/fr-FR/admin/hardware/message.php
+++ b/resources/lang/fr-FR/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Etes-vous sûr de vouloir supprimer ce bien?',
'error' => 'Il y a eu un problème en supprimant ce bien. Veuillez réessayer.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Aucun actif n\'a été sélectionné, donc rien n\'a été supprimé.',
'success' => 'Ce bien a été supprimé correctement.',
],
diff --git a/resources/lang/fr-FR/admin/models/general.php b/resources/lang/fr-FR/admin/models/general.php
index 59e01c50fe..2210c2bd1a 100644
--- a/resources/lang/fr-FR/admin/models/general.php
+++ b/resources/lang/fr-FR/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'A propos des modèles actifs',
'about_models_text' => 'Les modèles actifs sont une façon de regrouper les actifs identiques. « MBP 2013", « IPhone 6 s », etc.',
- 'deleted' => 'Ce modèle a été supprimé.',
+ 'deleted' => 'Ce modèle a été supprimé.',
'bulk_delete' => 'Suppression en masse des modèles d\'actifs',
'bulk_delete_help' => 'Cochez la case ci-dessous pour confirmer la suppression des modèles d\'actifs sélectionnés. Les modèles d\'actifs associés à des actifs ne peuvent pas être supprimés tant que les actifs ne sont pas associés à un modèle différent.',
'bulk_delete_warn' => 'Vous êtes sur le point de supprimer un modèle d\'actif.|Vous êtes sur le point de supprimer :model_count modèles d\'actif.',
diff --git a/resources/lang/fr-FR/admin/users/general.php b/resources/lang/fr-FR/admin/users/general.php
index 38059c4997..d183da9949 100644
--- a/resources/lang/fr-FR/admin/users/general.php
+++ b/resources/lang/fr-FR/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Imprimer tout ceux assignés',
'email_assigned' => 'Envoyer la liste des matériels assignés par email',
'user_notified' => 'Un mail récapitulatif de tous les articles associés à cet utilisateur lui a été envoyé.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inclure cet utilisateur lors de l\'affectation automatique des licences éligibles',
'auto_assign_help' => 'Ignorer cet utilisateur dans l\'affectation automatique des licences',
'software_user' => 'Logiciels associés avec :name',
diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php
index c0d1ad56f1..700eaa77f7 100644
--- a/resources/lang/fr-FR/general.php
+++ b/resources/lang/fr-FR/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Action',
'activity_report' => 'Rapport d\'activité',
'address' => 'Adresse',
- 'admin' => 'Admin',
+ 'admin' => 'Paramètres de l\'administrateur',
'admin_tooltip' => 'Cet utilisateur a des privilèges d\'administrateur',
'superuser' => 'Super-utilisateur',
'superuser_tooltip' => 'Cet utilisateur a des privilèges de super-utilisateur',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Actifs disponibles',
'accept_assets' => 'Accepter les actifs :name',
'accept_assets_menu' => 'Accepter les actifs',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audit',
'audit_report' => 'Journal d\'audit',
'assets' => 'Actifs',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Enregistrement créé',
'updated_at' => 'Mise à jour à',
'currency' => '€', // this is deprecated
+ 'currency_text' => 'Devise', //
'current' => 'Actuels',
'current_password' => 'Mot de passe actuel',
'customize_report' => 'Personnaliser le rapport',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'La session de votre formulaire a expiré. Merci d\'essayer à nouveau.',
'login_enabled' => 'Connexion activée',
'audit_due' => 'Dû pour l\'audit',
- 'audit_due_days' => 'Actifs dus pour vérification dans :days jour|Actifs dus pour audit dans :days jours',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Echéance du check-in',
'checkin_overdue' => 'En retard pour le check-kin',
- 'checkin_due_days' => 'Échéance des actifs en cours de check-in dans :days jour|Les actifs dus pour l\'enregistrement dans :days Jours',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'En retard pour l\'audit',
'accept' => 'Accepter :asset',
'i_accept' => 'J\'accepte',
@@ -587,4 +589,15 @@ return [
'notes' => 'Ajouter une note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ga-IE/admin/components/message.php b/resources/lang/ga-IE/admin/components/message.php
index 644075c5a7..1ba1e073b5 100644
--- a/resources/lang/ga-IE/admin/components/message.php
+++ b/resources/lang/ga-IE/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'An bhfuil tú cinnte gur mian leat an comhábhar seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an chomhpháirt. Arís, le d\'thoil.',
- 'success' => 'Scriosadh an comhpháirt go rathúil.'
+ 'success' => 'Scriosadh an comhpháirt go rathúil.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php
index 9901479403..914d67d674 100644
--- a/resources/lang/ga-IE/admin/custom_fields/general.php
+++ b/resources/lang/ga-IE/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Tá luach an réimse seo criptithe sa bhunachar sonraí. Ní bheidh ach úsáideoirí riaracháin in ann an luach díchriptithe a fheiceáil',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ga-IE/admin/hardware/general.php b/resources/lang/ga-IE/admin/hardware/general.php
index 75b79d3f1f..1e407926de 100644
--- a/resources/lang/ga-IE/admin/hardware/general.php
+++ b/resources/lang/ga-IE/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Déantar míreanna a rianú trí shraithuimhir nó ar chlib sócmhainne. Is iondúil go n-éireoidh siad le hítimí ar luach níos airde a bhaineann le hábhair shonracha a aithint.',
'archived' => 'Archived',
'asset' => 'Sócmhainn',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Seiceáil Bulc',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Sócmhainn Checkin',
'checkout' => 'Seiceáil Seiceáil',
'clone' => 'Sócmhainn Clón',
diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php
index cb9b7d7d00..96af9e9a22 100644
--- a/resources/lang/ga-IE/admin/hardware/message.php
+++ b/resources/lang/ga-IE/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'An bhfuil tú cinnte gur mian leat an tsócmhainn seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an tsócmhainn. Arís, le d\'thoil.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Níor roghnaíodh aon sócmhainní, mar sin níor scriosadh aon rud.',
'success' => 'Scriosadh an tsócmhainn go rathúil.',
],
diff --git a/resources/lang/ga-IE/admin/models/general.php b/resources/lang/ga-IE/admin/models/general.php
index 7e677eccb2..852ea007dd 100644
--- a/resources/lang/ga-IE/admin/models/general.php
+++ b/resources/lang/ga-IE/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Maidir le Múnlaí Sócmhainne',
'about_models_text' => 'Tá modhanna sócmhainne ina bhealach chun sócmhainní comhionanna a ghrúpáil. "MBP 2013", "iPhone 6s", etc.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php
index a3ef262e62..534f344fc0 100644
--- a/resources/lang/ga-IE/admin/users/general.php
+++ b/resources/lang/ga-IE/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Print All Assigned',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Bogearraí Seiceáil amach chuig: ainm',
diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php
index 4f66405176..8888d16d16 100644
--- a/resources/lang/ga-IE/general.php
+++ b/resources/lang/ga-IE/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Gníomh',
'activity_report' => 'Tuarascáil Ghníomhaíochta',
'address' => 'Seoladh',
- 'admin' => 'Riarachán',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Iniúchadh',
'audit_report' => 'Logáil Iniúchta',
'assets' => 'Sócmhainní',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Nuashonraithe ag',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Reatha',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Tá do sheisiún foirm in éag. Arís, le d\'thoil.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/he-IL/admin/components/message.php b/resources/lang/he-IL/admin/components/message.php
index 60f4805c1e..f731e4e21e 100644
--- a/resources/lang/he-IL/admin/components/message.php
+++ b/resources/lang/he-IL/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק רכיב זה?',
'error' => 'הייתה בעיה במחיקת הרכיב. בבקשה נסה שוב.',
- 'success' => 'הרכיב נמחק בהצלחה.'
+ 'success' => 'הרכיב נמחק בהצלחה.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/he-IL/admin/custom_fields/general.php b/resources/lang/he-IL/admin/custom_fields/general.php
index 3694f9a1d1..f16dc75d13 100644
--- a/resources/lang/he-IL/admin/custom_fields/general.php
+++ b/resources/lang/he-IL/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'הערך של שדה זה מוצפן במסד הנתונים. רק משתמשי מנהל יוכלו להציג את הערך המפוענח',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/he-IL/admin/hardware/general.php b/resources/lang/he-IL/admin/hardware/general.php
index e291f50a96..b56a3bf5d2 100644
--- a/resources/lang/he-IL/admin/hardware/general.php
+++ b/resources/lang/he-IL/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'נכסים הם פריטים במעקב לפי מספר סידורי או תג נכס. הם נוטים להיות פריטים בעלי ערך גבוה יותר, כאשר מזהים פריטים ספציפיים.',
'archived' => 'בארכיון',
'asset' => 'נכס',
- 'bulk_checkout' => 'שייך נכס',
- 'bulk_checkin' => 'החזר נכסים לזמינות',
+ 'bulk_checkout' => 'יציאה גורפת',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'רכוש',
'checkout' => 'רכוש Checkout',
'clone' => 'נכס משוכפל',
diff --git a/resources/lang/he-IL/admin/hardware/message.php b/resources/lang/he-IL/admin/hardware/message.php
index 9d280309cc..f2ec37cf66 100644
--- a/resources/lang/he-IL/admin/hardware/message.php
+++ b/resources/lang/he-IL/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'האם אתה בטוח שברצונך למחוק את הנכס הזה?',
'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'לא נבחרו נכסים ולכן לא נמחק דבר.',
'success' => 'הנכס נמחק בהצלחה.',
],
diff --git a/resources/lang/he-IL/admin/models/general.php b/resources/lang/he-IL/admin/models/general.php
index 4b710b7799..a54441c3d5 100644
--- a/resources/lang/he-IL/admin/models/general.php
+++ b/resources/lang/he-IL/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'על מודלים הנכסים',
'about_models_text' => 'מודלים של נכסים הם דרך לקבץ נכסים זהים. "MBP 2013", "iPhone 6s", וכו \'',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/he-IL/admin/users/general.php b/resources/lang/he-IL/admin/users/general.php
index cc49449414..b1802dbe11 100644
--- a/resources/lang/he-IL/admin/users/general.php
+++ b/resources/lang/he-IL/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'להדפיס את כל ההקצאות',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'התוכנה נבדקה אל: שם',
diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php
index cf5177bb1d..c920e5029f 100644
--- a/resources/lang/he-IL/general.php
+++ b/resources/lang/he-IL/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'פעולה',
'activity_report' => 'דוח פעילות',
'address' => 'כתובת',
- 'admin' => 'מנהל מערכת',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'נכסים זמינים',
'accept_assets' => 'אשר נכס :name',
'accept_assets_menu' => 'אשר הנכסים',
+ 'accept_item' => 'Accept Item',
'audit' => 'בְּדִיקָה',
'audit_report' => 'יומן ביקורת',
'assets' => 'נכסים',
@@ -87,6 +88,7 @@ return [
'record_created' => 'רשומה נוצרה',
'updated_at' => 'עודכן ב',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'נוֹכְחִי',
'current_password' => 'סיסמא נוכחית',
'customize_report' => 'דוח מותאם אישית',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'פג תוקף הטופס שלך. בבקשה נסה שוב.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'אשר :asset',
'i_accept' => 'קיבלתי',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/hr-HR/admin/components/message.php b/resources/lang/hr-HR/admin/components/message.php
index 61dea43341..48ea6c7fd3 100644
--- a/resources/lang/hr-HR/admin/components/message.php
+++ b/resources/lang/hr-HR/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu komponentu?',
'error' => 'Došlo je do problema s brisanjem komponente. Molim te pokušaj ponovno.',
- 'success' => 'Komponenta je uspješno izbrisana.'
+ 'success' => 'Komponenta je uspješno izbrisana.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/hr-HR/admin/custom_fields/general.php b/resources/lang/hr-HR/admin/custom_fields/general.php
index 4aa6ff97ce..0418c4bc7a 100644
--- a/resources/lang/hr-HR/admin/custom_fields/general.php
+++ b/resources/lang/hr-HR/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Vrijednost ovog polja je šifrirana u bazi podataka. Samo administratori administratora moći će vidjeti dešifriranu vrijednost',
'show_in_email' => 'Prikazati vrijednost ovog polja u checkout e-mailovima koji se šalju korisnicima? Enkriptirana polja se ne mogu prikazati u e-mailovima',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/hr-HR/admin/hardware/general.php b/resources/lang/hr-HR/admin/hardware/general.php
index 73cb0dd22e..10b6014e5e 100644
--- a/resources/lang/hr-HR/admin/hardware/general.php
+++ b/resources/lang/hr-HR/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Imovina je stavka koja se prati serijskim brojem ili oznakom imovine. Oni imaju tendenciju da se stavke više vrijednosti gdje je identificiranje određenog predmeta pitanjima.',
'archived' => 'Arhivirano',
'asset' => 'Imovina',
- 'bulk_checkout' => 'Provjera imovine',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Provjera imovine',
'checkout' => 'Asset Checkout',
'clone' => 'Klonska imovina',
diff --git a/resources/lang/hr-HR/admin/hardware/message.php b/resources/lang/hr-HR/admin/hardware/message.php
index b3bc028326..b423862cf7 100644
--- a/resources/lang/hr-HR/admin/hardware/message.php
+++ b/resources/lang/hr-HR/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Jeste li sigurni da želite izbrisati ovaj materijal?',
'error' => 'Došlo je do problema s brisanjem imovine. Molim te pokušaj ponovno.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nijedna imovina nije odabrana, tako da ništa nije izbrisano.',
'success' => 'Imovina je uspješno obrisana.',
],
diff --git a/resources/lang/hr-HR/admin/models/general.php b/resources/lang/hr-HR/admin/models/general.php
index 1a78e9bd9b..4c8a5f36e7 100644
--- a/resources/lang/hr-HR/admin/models/general.php
+++ b/resources/lang/hr-HR/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'O modelu imovine',
'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Skupno brisanje modela imovine',
'bulk_delete_help' => 'Koristeći checkbox-ove niže potvrdite brisanje odabranih modela imovine. Modeli imovine koji na sebi imaju povezanu imovinu se ne mogu brisati dok se imovina ne poveže sa drugim modelom.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/hr-HR/admin/users/general.php b/resources/lang/hr-HR/admin/users/general.php
index 768af7ea09..b6144bd003 100644
--- a/resources/lang/hr-HR/admin/users/general.php
+++ b/resources/lang/hr-HR/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Ispiši sve dodijeljeno',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Softver je provjeren na: ime',
diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php
index 0eb2af2e5c..99a5489f54 100644
--- a/resources/lang/hr-HR/general.php
+++ b/resources/lang/hr-HR/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Akcijski',
'activity_report' => 'Izvješće o aktivnostima',
'address' => 'Adresa',
- 'admin' => 'Admin',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Dostupna imovina',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Revizija',
'audit_report' => 'Zapisnik revizije',
'assets' => 'Imovina',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Zapis izrađen',
'updated_at' => 'Ažurirano u',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'struja',
'current_password' => 'Postojeća lozinka',
'customize_report' => 'Prilagodi izvještaj',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Sesija za obrazac istekla je. Molim te pokušaj ponovno.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'Prihvaćam',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/hu-HU/admin/components/message.php b/resources/lang/hu-HU/admin/components/message.php
index ae11d468a4..921db5ca43 100644
--- a/resources/lang/hu-HU/admin/components/message.php
+++ b/resources/lang/hu-HU/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Biztosan törölni szeretnéd az alkatrészt?',
'error' => 'Probléma támadt a vállalat törlésével. Próbálkozz újra.',
- 'success' => 'Az alkatrész sikeresen törlődött.'
+ 'success' => 'Az alkatrész sikeresen törlődött.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/hu-HU/admin/custom_fields/general.php b/resources/lang/hu-HU/admin/custom_fields/general.php
index 0a36a767d7..4eaae64fc1 100644
--- a/resources/lang/hu-HU/admin/custom_fields/general.php
+++ b/resources/lang/hu-HU/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Új egyéni mező létrehozása',
'value_encrypted' => 'A mező értéke titkosítva van az adatbázisban. Csak az adminisztrátor felhasználók láthatják a dekódolt értéket',
'show_in_email' => 'Szerepeljen ez a mező az eszköz kiadásakor a felhasználónak küldött emailben? A titkosított mezők nem szerepelhetnek az emailekben',
- 'show_in_email_short' => 'Szerepeljen az emailekben.',
+ 'show_in_email_short' => 'Szerepeljen az emailekben',
'help_text' => 'Súgó szöveg',
'help_text_description' => 'Ez egy opcionális szöveg, amely az űrlapelemek alatt jelenik meg az eszköz szerkesztése közben, hogy kontextust adjon a mezőhöz.',
'about_custom_fields_title' => 'Az egyéni mezőkről',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/hu-HU/admin/hardware/general.php b/resources/lang/hu-HU/admin/hardware/general.php
index ec5e9f031d..183b1d0445 100644
--- a/resources/lang/hu-HU/admin/hardware/general.php
+++ b/resources/lang/hu-HU/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Az eszközök a sorszám vagy az eszközcímke által követett elemek. Ezek általában magasabb értékű termékek, amelyekben egy adott elem azonosítása fontos.',
'archived' => 'Arhivált',
'asset' => 'Eszköz',
- 'bulk_checkout' => 'Eszközök kiadása',
- 'bulk_checkin' => 'Eszköz visszavétele',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Eszköz visszavétele',
'checkout' => 'Checkout Asset',
'clone' => 'Eszköz klónozása',
diff --git a/resources/lang/hu-HU/admin/hardware/message.php b/resources/lang/hu-HU/admin/hardware/message.php
index 5c5b828795..c77998bd7d 100644
--- a/resources/lang/hu-HU/admin/hardware/message.php
+++ b/resources/lang/hu-HU/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Biztos benne, hogy törli ezt az elemet?',
'error' => 'Hiba történt az eszköz törlése közben. Kérlek próbáld újra.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nincsenek eszközök kijelölve, így semmit sem töröltek.',
'success' => 'Az eszköz sikeresen törölve lett.',
],
diff --git a/resources/lang/hu-HU/admin/models/general.php b/resources/lang/hu-HU/admin/models/general.php
index d77212773c..06dfa5fdf2 100644
--- a/resources/lang/hu-HU/admin/models/general.php
+++ b/resources/lang/hu-HU/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Az Asset Models-ról',
'about_models_text' => 'Az eszköz-modellek lehetővé teszik az azonos eszközök csoportosítását. "MBP 2013", "IPhone 6s" stb.',
- 'deleted' => 'Ez a modell törölve lett.',
+ 'deleted' => 'Ez a modell törölve lett.',
'bulk_delete' => 'Eszköz modellek csoportos törlése',
'bulk_delete_help' => 'Az alábbi jelölőnégyzetek segítségével, kérem, erősítse meg, hogy valóban törölni szeretné a kiválasztott eszköz modelleket! Azok az eszköz modellek, melyeknek vannak hozzárendelt eszközei, egészen addig nem törölhetőek, amíg ezeket az eszközöket egy másik modellhez nem rendeli.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/hu-HU/admin/users/general.php b/resources/lang/hu-HU/admin/users/general.php
index 6076d5ec69..79ccd9b262 100644
--- a/resources/lang/hu-HU/admin/users/general.php
+++ b/resources/lang/hu-HU/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Az összes hozzárendelt nyomtatása',
'email_assigned' => 'A hozzárendeltek e-mail listája',
'user_notified' => 'A felhasználó e-mailben megkapta az aktuálisan hozzárendelt elemek listáját.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Felhasználó kihagyása a licencek automatikus hozzárendelésénél',
'software_user' => 'Szoftver ellenőrzése: név',
diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php
index 2b3e62e803..7c4a980537 100644
--- a/resources/lang/hu-HU/general.php
+++ b/resources/lang/hu-HU/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Művelet',
'activity_report' => 'Tevékenység riport',
'address' => 'Cím',
- 'admin' => 'Admin',
+ 'admin' => 'Rendszergazdai Beállítások',
'admin_tooltip' => 'Ez a felhasználó adminisztrátor jogosultsággal rendelkezik',
'superuser' => 'Superuser',
'superuser_tooltip' => 'Ez a felhasználó superuser jogosultsággal rendelkezik',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Elérhető eszközök',
'accept_assets' => 'Eszközök elfogadása :name',
'accept_assets_menu' => 'Eszközök elfogadása',
+ 'accept_item' => 'Accept Item',
'audit' => 'Könyvvizsgálat',
'audit_report' => 'Audit napló',
'assets' => 'Eszközök',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Rekord létrehozva',
'updated_at' => 'Frissítve:',
'currency' => 'HUF', // this is deprecated
+ 'currency_text' => 'Pénznem', //
'current' => 'Aktuális',
'current_password' => 'Jelenlegi jelszó',
'customize_report' => 'Jelentés testreszabása',
@@ -337,10 +339,10 @@ return [
'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',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Elévült az ellenőrzés',
'accept' => ':asset elfogadva',
'i_accept' => 'Elfogadom',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/id-ID/admin/components/message.php b/resources/lang/id-ID/admin/components/message.php
index 250b5032ff..9f33bb4374 100644
--- a/resources/lang/id-ID/admin/components/message.php
+++ b/resources/lang/id-ID/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus komponen ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan komponen ini. Silahkan coba kembali.',
- 'success' => 'Komponen telah berhasil dihapus.'
+ 'success' => 'Komponen telah berhasil dihapus.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/id-ID/admin/custom_fields/general.php b/resources/lang/id-ID/admin/custom_fields/general.php
index f53dd52712..32bf64f3a0 100644
--- a/resources/lang/id-ID/admin/custom_fields/general.php
+++ b/resources/lang/id-ID/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Buat field kustom',
'value_encrypted' => 'Nilai dari kolom ini di database dienkripsi. hanya pengguna admin yang bisa melihat nilai deskripsinya',
'show_in_email' => 'Sertakan nilai bidang ini dalam email checkout yang dikirim kepada pengguna? Bidang terenkripsi tidak dapat dimasukkan dalam email',
- 'show_in_email_short' => 'Sertakan dalam email.',
+ 'show_in_email_short' => 'Sertakan dalam email',
'help_text' => 'Teks bantuan',
'help_text_description' => 'Ini adalah teks opsional yang akan muncul di bawah elemen formulir saat mengedit aset untuk memberikan konteks pada field.',
'about_custom_fields_title' => 'Lihat field kustom',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Tampilkan di daftar aset yang dapat diminta',
'show_in_requestable_list' => 'Tampilkan nilai di daftar aset yang dapat diminta. Kolom yang dienkripsi tidak akan ditampilkan',
'encrypted_options' => 'Kolom ini dienkripsi, sehingga beberapa opsi tampilan tidak akan tersedia.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/id-ID/admin/hardware/general.php b/resources/lang/id-ID/admin/hardware/general.php
index 68a52ff1c3..fc68513bc3 100644
--- a/resources/lang/id-ID/admin/hardware/general.php
+++ b/resources/lang/id-ID/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Aset adalah barang yang dilacak dengan nomor seri atau tanda aset. Cenderung menjadi barang dengan nilai lebih tinggi dimana identifikasi barang secara spesifik berpengaruh.',
'archived' => 'Diarsipkan',
'asset' => 'Aset',
- 'bulk_checkout' => 'Pengeluaran Aset',
- 'bulk_checkin' => 'Tandai Aset Masuk ',
+ 'bulk_checkout' => 'check-out masal',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Pengembalian aset',
'checkout' => 'Aset Checkout',
'clone' => 'Klon Aset',
diff --git a/resources/lang/id-ID/admin/hardware/message.php b/resources/lang/id-ID/admin/hardware/message.php
index 9b7ec661ad..1b40063d14 100644
--- a/resources/lang/id-ID/admin/hardware/message.php
+++ b/resources/lang/id-ID/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Apakah Anda yakin untuk menghapus aset ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan aset. Silahkan coba kembali.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Tidak ada aset yang dipilih, jadi tidak ada yang dihapus.',
'success' => 'Aset sukses terhapus.',
],
diff --git a/resources/lang/id-ID/admin/models/general.php b/resources/lang/id-ID/admin/models/general.php
index 7c3ce1f254..dcb3eb3e77 100644
--- a/resources/lang/id-ID/admin/models/general.php
+++ b/resources/lang/id-ID/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Tentang Model Aset',
'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.',
- 'deleted' => 'Aset ini telah dihapus.',
+ 'deleted' => 'Aset ini telah dihapus.',
'bulk_delete' => 'Menghapus massal aset model',
'bulk_delete_help' => 'Centang kotak di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.',
'bulk_delete_warn' => 'Anda akan menghapus satu model aset.|Anda akan menghapus :model_count model aset.',
diff --git a/resources/lang/id-ID/admin/users/general.php b/resources/lang/id-ID/admin/users/general.php
index fa88ccc4bc..1f3bdbbc46 100644
--- a/resources/lang/id-ID/admin/users/general.php
+++ b/resources/lang/id-ID/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Cetak Semua Ditugaskan',
'email_assigned' => 'Daftar Email Semua yang Ditetapkan',
'user_notified' => 'Pengguna telah dikirimi email berisi daftar item yang saat ini ditetapkan kepada mereka.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Sertakan pengguna ini saat penugasan otomatis lisensi yang memenuhi syarat',
'auto_assign_help' => 'Lewati pengguna ini dalam penetapan otomatis lisensi',
'software_user' => 'Perangkat lunak pada :name',
diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php
index 959ace18aa..98e6733f6f 100644
--- a/resources/lang/id-ID/general.php
+++ b/resources/lang/id-ID/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Tindakan',
'activity_report' => 'Laporan kegiatan',
'address' => 'Alamat',
- 'admin' => 'Admin',
+ 'admin' => 'Pengaturan Admin',
'admin_tooltip' => 'Pengguna ini memilik hak admin',
'superuser' => 'Superuser',
'superuser_tooltip' => 'Pengguna ini memiliki hak superuser',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Aset yang tersedia',
'accept_assets' => 'Terima aset :nama',
'accept_assets_menu' => 'Terima Aset',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audit',
'audit_report' => 'Log Audit',
'assets' => 'Aset',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Rekam Dibuat',
'updated_at' => 'Diperbarui pada',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Mata uang', //
'current' => 'Saat ini',
'current_password' => 'Kata Sandi Saat Ini',
'customize_report' => 'Sesuaikan Laporan',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Sesi login Anda telah kadaluarsa. Silakan login lagi.',
'login_enabled' => 'Login Diaktifkan',
'audit_due' => 'Jatuh Tempo untuk Audit',
- 'audit_due_days' => 'Aset yang Jatuh Tempo untuk Audit Dalam :days Hari|Aset yang Jatuh Tempo untuk Audit Dalam :days Hari',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Jatuh Tempo untuk Cek masuk',
'checkin_overdue' => 'Jatuh Tempo untuk Cek masuk',
- 'checkin_due_days' => 'Aset-aset yang Harus dicek masuk Dalam :days Day|Aset-aset yang Harus dicek masuk Dalam :day Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Terlambat untuk Audit',
'accept' => 'Terima :asset',
'i_accept' => 'Saya Setuju',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/is-IS/admin/components/message.php b/resources/lang/is-IS/admin/components/message.php
index 5048622b70..5931e5219c 100644
--- a/resources/lang/is-IS/admin/components/message.php
+++ b/resources/lang/is-IS/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Are you sure you wish to delete this component?',
'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'success' => 'The component was deleted successfully.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/is-IS/admin/custom_fields/general.php b/resources/lang/is-IS/admin/custom_fields/general.php
index a5236b9b55..67efc002a6 100644
--- a/resources/lang/is-IS/admin/custom_fields/general.php
+++ b/resources/lang/is-IS/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Útbúa nýtt sérsniðinn reit',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'help_text' => 'Hjápartexti',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/is-IS/admin/hardware/general.php b/resources/lang/is-IS/admin/hardware/general.php
index 9e0fec3ce2..74162e4be8 100644
--- a/resources/lang/is-IS/admin/hardware/general.php
+++ b/resources/lang/is-IS/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Eignir eru hlutir sem hægt er að rekja með raðnúmeri eða öðrum merkingum. Þær eru alla jafna verðmætir hlutir sem mikilvægt er að geta aðgreint og borið kennsl á.',
'archived' => 'Safnvistað',
'asset' => 'Eign',
- 'bulk_checkout' => 'Ráðstafa eignum',
- 'bulk_checkin' => 'Skrá inn eignir',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Skila eign',
'checkout' => 'Ráðstafa eign',
'clone' => 'Klóna eign',
diff --git a/resources/lang/is-IS/admin/hardware/message.php b/resources/lang/is-IS/admin/hardware/message.php
index c53993bd82..64c68bb7a7 100644
--- a/resources/lang/is-IS/admin/hardware/message.php
+++ b/resources/lang/is-IS/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Ertu viss um að þú viljir afskrá þessa eign?',
'error' => 'There was an issue deleting the asset. Please try again.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
'success' => 'The asset was deleted successfully.',
],
diff --git a/resources/lang/is-IS/admin/models/general.php b/resources/lang/is-IS/admin/models/general.php
index 53b3e72569..0c20fca156 100644
--- a/resources/lang/is-IS/admin/models/general.php
+++ b/resources/lang/is-IS/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Um Eignategundir',
'about_models_text' => 'Eignategundir eru leið til að flokka eins eignir. "MBP 2013", "IPhone 6s" osfrv.',
- 'deleted' => 'Þessari tegund hefur verið eytt.',
+ 'deleted' => 'Þessari tegund hefur verið eytt.',
'bulk_delete' => 'Fjöldaeyða eignategundum',
'bulk_delete_help' => 'Notaðu boxin hér að neðan til að staðfesta eyðingu á völdum eignategundum. Eignategundir sem hafa eignir tengdar við sig er ekki hægt að eyða fyrr en eignirnar eru tengdar öðru tegund.',
'bulk_delete_warn' => 'Þú ert að fara að eyða einni eignategund.|Þú ert að fara að eyða :model_count eignategund.',
diff --git a/resources/lang/is-IS/admin/users/general.php b/resources/lang/is-IS/admin/users/general.php
index e699e9bf31..0a03c57bed 100644
--- a/resources/lang/is-IS/admin/users/general.php
+++ b/resources/lang/is-IS/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Prenta allt skráð',
'email_assigned' => 'Senda t-póst með öllum skráðum búnaði (Email List of All Assigned)',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Software Checked out to :name',
diff --git a/resources/lang/is-IS/general.php b/resources/lang/is-IS/general.php
index 3b0e3210bd..db5bcf4efa 100644
--- a/resources/lang/is-IS/general.php
+++ b/resources/lang/is-IS/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Aðgerð',
'activity_report' => 'Aðgerðaskýrsla',
'address' => 'Heimilisfang',
- 'admin' => 'Kerfisstjóri',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'tiltækar eignir',
'accept_assets' => 'Samþykkja Eign :name',
'accept_assets_menu' => 'Samþykkja eign',
+ 'accept_item' => 'Accept Item',
'audit' => 'Úttekt',
'audit_report' => 'Úttektarsaga',
'assets' => 'Eignir',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Færsla stofnuð',
'updated_at' => 'Uppfært',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Núverandi',
'current_password' => 'Núverandi Lykilorð',
'customize_report' => 'Sérsníðin skýrsla',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Innskráning virkjuð',
'audit_due' => 'Komið að úttekt',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Úttekt á eftir áætlun',
'accept' => 'Samþykkja :asset',
'i_accept' => 'Ég samþykki',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/it-IT/admin/accessories/message.php b/resources/lang/it-IT/admin/accessories/message.php
index 30663d2964..a894b0f652 100644
--- a/resources/lang/it-IT/admin/accessories/message.php
+++ b/resources/lang/it-IT/admin/accessories/message.php
@@ -34,8 +34,8 @@ return array(
),
'checkin' => array(
- 'error' => 'L\'accessorio non è stato riconsegnato corretamente, si prega di riprovare',
- 'success' => 'Accessorio riconsegnato con successo.',
+ 'error' => 'L\'accessorio non è stato restituito correttamente, riprova',
+ 'success' => 'Accessorio restituito con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.'
)
diff --git a/resources/lang/it-IT/admin/components/general.php b/resources/lang/it-IT/admin/components/general.php
index d484343515..816e6c62dd 100644
--- a/resources/lang/it-IT/admin/components/general.php
+++ b/resources/lang/it-IT/admin/components/general.php
@@ -2,8 +2,8 @@
return array(
'component_name' => 'Nome Componente',
- 'checkin' => 'Checkin Componente',
- 'checkout' => 'Checkout Componente',
+ 'checkin' => 'Restituzione Componente',
+ 'checkout' => 'Assegna Componente',
'cost' => 'Prezzo d\'acquisto',
'create' => 'Crea Componente',
'edit' => 'Modifica Componente',
@@ -12,5 +12,5 @@ return array(
'remaining' => 'Rimanenti',
'total' => 'Totale',
'update' => 'Aggiorna Componente',
- 'checkin_limit' => 'La quantità in ingresso deve essere uguale o inferiore di :assigned_qty'
+ 'checkin_limit' => 'La quantità restituita deve essere uguale o inferiore a :assigned_qty'
);
diff --git a/resources/lang/it-IT/admin/components/message.php b/resources/lang/it-IT/admin/components/message.php
index 03b9fabd29..d19184f458 100644
--- a/resources/lang/it-IT/admin/components/message.php
+++ b/resources/lang/it-IT/admin/components/message.php
@@ -17,19 +17,20 @@ return array(
'delete' => array(
'confirm' => 'Sei sicuro di voler eliminare questo Componente?',
'error' => 'Si è verificato un problema durante l\'eliminazione del componente. Riprova.',
- 'success' => 'Il componente è stato eliminato correttamente.'
+ 'success' => 'Il componente è stato eliminato correttamente.',
+ 'error_qty' => 'Alcuni componenti di questo tipo sono ancora assegnati. Effettuane il check-in e riprova.',
),
'checkout' => array(
- 'error' => 'Il Componente non è stato controllato, si prega di riprovare',
- 'success' => 'Componente controllato con successo.',
+ 'error' => 'Il Componente non è stato assegnato, si prega di riprovare',
+ 'success' => 'Componente assegnato con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.',
- 'unavailable' => 'Non ci sono abbastanza componenti: rimangono :remaining , servono :requested ',
+ 'unavailable' => 'Non ci sono abbastanza componenti: ne rimangono :remaining , ne servono :requested ',
),
'checkin' => array(
- 'error' => 'Il Componente non è stato controllato, si prega di riprovare',
- 'success' => 'Componente controllato con successo.',
+ 'error' => 'Componente non restituito, riprova',
+ 'success' => 'Componente restituito con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.'
)
diff --git a/resources/lang/it-IT/admin/consumables/general.php b/resources/lang/it-IT/admin/consumables/general.php
index 50f5a6ccb1..643ff0be84 100644
--- a/resources/lang/it-IT/admin/consumables/general.php
+++ b/resources/lang/it-IT/admin/consumables/general.php
@@ -1,7 +1,7 @@
'Checkout Consumabile all\'utente',
+ 'checkout' => 'Assegna Consumabile all\'utente',
'consumable_name' => 'Nome Consumabile',
'create' => 'Crea Consumabile',
'item_no' => 'Oggetto numero.',
diff --git a/resources/lang/it-IT/admin/consumables/message.php b/resources/lang/it-IT/admin/consumables/message.php
index 35fa55dab2..67fa085a6a 100644
--- a/resources/lang/it-IT/admin/consumables/message.php
+++ b/resources/lang/it-IT/admin/consumables/message.php
@@ -22,15 +22,15 @@ return array(
),
'checkout' => array(
- 'error' => 'Il consumabile non è stato controllato, prova di nuovo',
- 'success' => 'Il consumabile è stato controllato con successo.',
+ 'error' => 'Il Consumabile non è stato assegnato, prova di nuovo',
+ 'success' => 'Il Consumabile è stato assegnato con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.',
- 'unavailable' => 'Non ci sono abbastanza consumabili per questo check-out. Controlla la quantità rimasta. ',
+ 'unavailable' => 'Non ci sono abbastanza consumabili per questa assegnazione. Controlla la quantità rimasta. ',
),
'checkin' => array(
- 'error' => 'Il consumabile non è stato controllato, prova di nuovo',
- 'success' => 'Il consumabile è stato controllato con successo.',
+ 'error' => 'Il consumabile non è stato restituito, riprova',
+ 'success' => 'Consumabile restituito con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.'
)
diff --git a/resources/lang/it-IT/admin/custom_fields/general.php b/resources/lang/it-IT/admin/custom_fields/general.php
index 598f0ae6ff..554b3c05f3 100644
--- a/resources/lang/it-IT/admin/custom_fields/general.php
+++ b/resources/lang/it-IT/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Crea un nuovo campo personalizzato',
'value_encrypted' => 'Il valore di questo campo viene crittografato nel database. Solo gli utenti amministratori saranno in grado di visualizzare il valore decrittografato',
'show_in_email' => 'Includere il valore di questo campo nelle e-mail di assegnazione inviate all\'utente? I campi crittografati non possono essere inclusi nelle e-mail',
- 'show_in_email_short' => 'Includi nelle email.',
+ 'show_in_email_short' => 'Includi nelle email',
'help_text' => 'Testo guida',
'help_text_description' => 'Questo è un testo facoltativo che apparirà sotto gli elementi del modulo durante la modifica di una risorsa per fornire il contesto sul campo.',
'about_custom_fields_title' => 'Informazioni sui campi personalizzati',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Mostra nella lista beni richiedibili',
'show_in_requestable_list' => 'Mostra nella lista dei beni richiedibili. I valori criptati non verranno mostrati',
'encrypted_options' => 'Questo campo è criptato, quindi alcune opzioni di visualizzazione non saranno disponibili.',
+ 'display_checkin' => 'Mostra nei moduli di check-in',
+ 'display_checkout' => 'Mostra nei moduli di assegnazione',
];
diff --git a/resources/lang/it-IT/admin/hardware/general.php b/resources/lang/it-IT/admin/hardware/general.php
index ba51e77632..506c7804a9 100644
--- a/resources/lang/it-IT/admin/hardware/general.php
+++ b/resources/lang/it-IT/admin/hardware/general.php
@@ -5,11 +5,11 @@ return [
'about_assets_text' => 'Gli asset sono elementi tracciati con il numero di serie o il tag di asset. Tendono ad essere oggetti di valore più elevato dove identificare un elemento specifico.',
'archived' => 'Archiviato',
'asset' => 'Bene',
- 'bulk_checkout' => 'Ritiro Asset',
- 'bulk_checkin' => 'Check-in Bene',
- 'checkin' => 'Ingresso Asset',
- 'checkout' => 'Asset Checkout',
- 'clone' => 'Copia Asset',
+ 'bulk_checkout' => 'Assegnazione Massiva',
+ 'bulk_checkin' => 'Bulk Checkin',
+ 'checkin' => 'Restituzione Bene',
+ 'checkout' => 'Assegnazione Bene',
+ 'clone' => 'Copia Bene',
'deployable' => 'Assegnabile',
'deleted' => 'Questo bene è stato eliminato.',
'delete_confirm' => 'Sei sicuro di voler eliminare questo bene?',
@@ -27,7 +27,7 @@ return [
'undeployable_tooltip' => 'Questo bene ha una etichetta che lo rende non distribuibile, il check-out non può avvenire.',
'view' => 'Vedi Asset',
'csv_error' => 'C\'è un errore nel file CSV:',
- 'import_text' => 'Carica un CSV che contiene la cronologia degli asset. Gli asset e gli utenti DEVONO già esistere nel sistema, o saranno saltati. Le risorse corrispondenti per l\'importazione della cronologia si verificano con il tag dell\'asset. Cercheremo di trovare un utente corrispondente in base al nome dell\'utente che fornisci e ai criteri selezionati qui sotto. Se non si seleziona alcun criterio qui sotto, proverà semplicemente a corrispondere al formato del nome utente che hai configurato in Admin > Impostazioni Generali
.
I campi inclusi nel CSV devono corrispondere alle intestazioni: Asset Tag, Nome, Data di Checkout, Data di Checkin. Eventuali campi aggiuntivi verranno ignorati.
Data di Checkin: le date di check in vuote o future assegneranno gli elementi all\'utente associato. Esclusa la colonna Data di controllo creerà una data di check-in con la data di oggi.
+ 'import_text' => 'Carica un CSV contenente la cronologia dei Beni. I Beni e gli utenti DEVONO già esistere nel sistema, o saranno saltati. L\'importazione della cronologia avviene cercando la corrispondenza con il tag (etichetta) del Bene. Proveremo a trovare un utente corrispondente in base al nome utente che fornisci e ai criteri selezionati qui sotto. Se non si seleziona alcun criterio qui sotto, verrà cercata la corrispondenza al formato del nome utente configurato in Admin > Impostazioni Generali
.
I campi inclusi nel CSV devono avere intestazioni: Asset Tag, Name, Checkout Date, Checkin Date. Eventuali campi aggiuntivi verranno ignorati.
Checkin Date: le date di restituzione vuote o future assegneranno gli elementi all\'utente associato. Escludendo la colonna Checkin Date verrà creata una data di restituzione ad oggi.
', 'csv_import_match_f-l' => 'Prova ad abbinare gli utenti con il formato firstname.lastname (jane.smith
)',
'csv_import_match_initial_last' => 'Prova ad abbinare gli utenti con il formato primo cognome (jsmith
)',
diff --git a/resources/lang/it-IT/admin/hardware/message.php b/resources/lang/it-IT/admin/hardware/message.php
index 130203f487..45410355e3 100644
--- a/resources/lang/it-IT/admin/hardware/message.php
+++ b/resources/lang/it-IT/admin/hardware/message.php
@@ -72,26 +72,27 @@ return [
'delete' => [
'confirm' => 'Sei sicuro di voler eliminare questo bene?',
'error' => 'C\'è stato un problema durante la cancellazione del bene. Riprova per favore.',
+ 'assigned_to_error' => '{1}Il tag: :asset_tag è assegnato. Effettua il check in del dispositivo prima di cancellarlo.|[2,*] :asset_tag sono assegnati. Effettua il check-in dei dispositivi prima di cancellarli.',
'nothing_updated' => 'Nessun patrimonio è stato selezionato, quindi niente è stato eliminato.',
'success' => 'Il bene è stato eliminato con successo.',
],
'checkout' => [
- 'error' => 'Il bene non è stato estratto, per favore riprova',
- 'success' => 'Il bene è stato estratto con successo.',
+ 'error' => 'Il bene non è stato assegnato, per favore riprova',
+ 'success' => 'Il bene è stato assegnato con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.',
- 'not_available' => 'Questo prodotto non è disponibile per il checkout!',
- 'no_assets_selected' => 'È necessario selezionare almeno una risorsa dall\'elenco',
+ 'not_available' => 'Questo Bene non è disponibile per l\'assegnazione!',
+ 'no_assets_selected' => 'Devi selezionare almeno un Bene dall\'elenco',
],
'multi-checkout' => [
- 'error' => 'Il check-out non è andato a buon fine, riprova|Il check-out non è andato a buon fine, riprova',
- 'success' => 'Check-out del bene effettuato.|Check-out dei beni effettuato.',
+ 'error' => 'L\'assegnazione non è andata a buon fine, riprova|Le assegnazioni non sono andate a buon fine, riprova',
+ 'success' => 'Bene assegnato correttamente.|Beni assegnati correttamente.',
],
'checkin' => [
- 'error' => 'Il bene non è stato registrato, per favore riprova',
- 'success' => 'Il bene è stato registrato con successo.',
+ 'error' => 'Il Bene non è stato restituito, riprova',
+ 'success' => 'Bene restituito con successo.',
'user_does_not_exist' => 'Questo utente non è valido. Riprova.',
'already_checked_in' => 'Il prodotto è già rientrato.',
@@ -100,7 +101,7 @@ return [
'requests' => [
'error' => 'L\'asset non è stato richiesto, si prega di riprovare',
'success' => 'Asset richiesto con successo.',
- 'canceled' => 'Richiesta di checkout cancellata con successo',
+ 'canceled' => 'Richiesta di assegnazione annullata con successo',
],
];
diff --git a/resources/lang/it-IT/admin/kits/general.php b/resources/lang/it-IT/admin/kits/general.php
index c0658a9029..858cb14f52 100644
--- a/resources/lang/it-IT/admin/kits/general.php
+++ b/resources/lang/it-IT/admin/kits/general.php
@@ -9,10 +9,10 @@ return [
'update' => 'Aggiorna Kit Predefinito',
'delete_success' => 'Il kit è stati eliminato correttamente.',
'update_success' => 'Il kit è stato aggiornato correttamente.',
- 'none_models' => 'Non ci sono abbastanza assets disponibili da assegnare per :model. Ulteriori :qty sono richiesti. ',
- 'none_licenses' => 'Non ci sono abbastanza licenze disponibili da assegnare per :license. Ulteriori :qty sono richieste. ',
- 'none_consumables' => 'Non ci sono abbastanza consumabili disponibili da assegnare per :consumable. Ulteriori :qty sono richiesti. ',
- 'none_accessory' => 'Non ci sono abbastanza accessori disponibili da assegnare per :accessory. Ulteriori :qty sono richiesti. ',
+ 'none_models' => 'Per l\'assegnazione non ci sono abbastanza Beni :model disponibili. Ne sono richiesti :qty . ',
+ 'none_licenses' => 'Non ci sono abbastanza licenze :license disponibili. Ne sono richieste :qty . ',
+ 'none_consumables' => 'Per l\'assegnazione non ci sono abbastanza consumabili :consumable disponibili. Ne sono richiesti :qty . ',
+ 'none_accessory' => 'Per l\'assegnazione non ci sono abbastanza accessori :accessory disponibili. Ne sono richiesti :qty . ',
'append_accessory' => 'Aggiungi accessorio',
'update_appended_accessory' => 'Aggiorna accessorio aggiunto',
'append_consumable' => 'Aggiungi consumabile',
@@ -38,7 +38,7 @@ return [
'accessory_error' => 'Accessorio già allegato al kit',
'accessory_deleted' => 'Eliminazione riuscita',
'accessory_none' => 'L\'accessorio non esiste',
- 'checkout_success' => 'L\'assegnazione è andata a buon fine',
+ 'checkout_success' => 'Assegnazione andata a buon fine',
'checkout_error' => 'Errore nell\'assegnazione',
'kit_none' => 'Il kit non esiste',
'kit_created' => 'Il kit è stato creato con successo',
diff --git a/resources/lang/it-IT/admin/licenses/form.php b/resources/lang/it-IT/admin/licenses/form.php
index 6f32913998..4f7e7e3167 100644
--- a/resources/lang/it-IT/admin/licenses/form.php
+++ b/resources/lang/it-IT/admin/licenses/form.php
@@ -3,7 +3,7 @@
return array(
'asset' => 'Bene',
- 'checkin' => 'Riassegna',
+ 'checkin' => 'Restituzione',
'create' => 'Crea Licenza',
'expiration' => 'Data di scadenza',
'license_key' => 'Chiave licenza',
@@ -18,5 +18,5 @@ return array(
'to_email' => 'Licenza Email',
'to_name' => 'Licenza Nome',
'update' => 'Aggiornamento Licenze',
- 'checkout_help' => 'È necessario verificare una licenza ad una bene hardware o una persona. È possibile selezionare, ma il proprietario del bene deve corrispondere alla persona che ha il bene fuori.'
+ 'checkout_help' => 'Devi assegnare una Licenza a un Bene o a una persona. Puoi selezionarli entrambi, ma in tal caso l\'assegnatario del Bene deve corrispondere alla persona a cui stai assegnando la licenza.'
);
diff --git a/resources/lang/it-IT/admin/licenses/general.php b/resources/lang/it-IT/admin/licenses/general.php
index 01e798b893..2d63783504 100644
--- a/resources/lang/it-IT/admin/licenses/general.php
+++ b/resources/lang/it-IT/admin/licenses/general.php
@@ -3,9 +3,9 @@
return array(
'about_licenses_title' => 'Informazioni sulle licenze',
'about_licenses' => 'Le licenze vengono utilizzate per monitorare il software. Hanno un numero specifico di posti che possono essere verificati agli individui',
- 'checkin' => 'Registrare Licenza Sede',
- 'checkout_history' => 'Storico Estrazioni',
- 'checkout' => 'Estrazione Licenza Sede',
+ 'checkin' => 'Restituire slot Licenza',
+ 'checkout_history' => 'Storico Assegnazioni',
+ 'checkout' => 'Assegna slot Licenza',
'edit' => 'Modifica Licenza',
'filetype_info' => 'I formati di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.',
'clone' => 'Clona Licenza',
@@ -23,25 +23,25 @@ return array(
'bulk' =>
[
'checkin_all' => [
- 'button' => 'Check-in di tutte le postazioni',
+ 'button' => 'Restituzione di tutti gli slot Licenza',
'modal' => 'Questa azione restituirà uno slot. | Questa azione restituirà tutti i :checkedout_seats_count slot di questa licenza.',
- 'enabled_tooltip' => 'Check-in di TUTTE le postazioni di questa licenza, sia di utenti che di beni',
- 'disabled_tooltip' => 'Disattivato perché non ci sono postazioni assegnate',
+ 'enabled_tooltip' => 'Restituzione di TUTTI gli slot di questa licenza, sia di utenti che di beni',
+ 'disabled_tooltip' => 'Disattivato perché non ci sono slot Licenza assegnati',
'disabled_tooltip_reassignable' => 'Disattivato a causa della licenza non reassegnabile',
- 'success' => 'Check-in della licenza effettuato! | Check-in di tutte le licenze effettuato!',
+ 'success' => 'Restituzione della licenza effettuata! | Restituzione di tutte le licenze effettuata!',
'log_msg' => 'Restituzione effettuata tramite la restituzione massiva nell\'interfaccia delle Licenze',
],
'checkout_all' => [
- 'button' => 'Check-out di tutte le postazioni',
- 'modal' => 'Ciò effettuerà il check-out di una postazione al primo utente disponibile. | Questa azione effettuerà il checkout di :available_seats_count postazioni ai primi utenti disponibili. Un utente viene considerato disponibile se non hanno già questa licenza e la proprietà Auto-Assegna Licenza è attivata nel loro account utente.',
- 'enabled_tooltip' => 'Assegna TUTTE le postazioni (o tutte quelle disponibili) a TUTTI gli utenti',
- 'disabled_tooltip' => 'Disattivato perché non ci sono postazioni disponibili',
- 'success' => 'Check-out della licenza effettuato ! | Check-out di :count licenze effettuato!',
- 'error_no_seats' => 'Nessuna postazione rimasta per questa licenza.',
- 'warn_not_enough_seats' => ':count utenti assegnati a questa licenza, ma le postazioni sono finite.',
- 'warn_no_avail_users' => 'Non ho fatto nulla: Non ci sono utenti che non abbiano già questa licenza.',
- 'log_msg' => 'Check-out effettuato tramite GUI di assegnazione massiva di licenze',
+ 'button' => 'Assegna tutti gli slot',
+ 'modal' => 'Questa azione assegnerà uno slot al primo utente disponibile. | Questa azione assegnerà :available_seats_count slot ai primi utenti disponibili. Un utente è considerato disponibile per questo slot se non ha già questa Licenza assegnata e se l\'Auto Assegnazione Licenza è attiva sul suo account utente.',
+ 'enabled_tooltip' => 'Assegna TUTTI gli slot licenza (o tutti quelli disponibili) a TUTTI gli utenti',
+ 'disabled_tooltip' => 'Disattivato perché non ci sono licenze disponibili',
+ 'success' => 'Assegnazione Licenza effettuata! | Assegnazione di :count Licenze effettuata!',
+ 'error_no_seats' => 'Nessuno slot rimanente per questa Licenza.',
+ 'warn_not_enough_seats' => ':count utenti sono stati assegnati a questa licenza, ma gli slot disponibili sono esauriti.',
+ 'warn_no_avail_users' => 'Non ho fatto nulla: Non ci sono utenti senza questa licenza.',
+ 'log_msg' => 'Assegnazione effettuato tramite GUI di assegnazione massiva di licenze',
],
diff --git a/resources/lang/it-IT/admin/licenses/message.php b/resources/lang/it-IT/admin/licenses/message.php
index febe07ce78..7d9d8f589a 100644
--- a/resources/lang/it-IT/admin/licenses/message.php
+++ b/resources/lang/it-IT/admin/licenses/message.php
@@ -41,17 +41,17 @@ return array(
),
'checkout' => array(
- 'error' => 'C\'è stato un problema nell\'estrazione della licenza. Riprova.',
- 'success' => 'La licenza è stata estratta con successo',
+ 'error' => 'Problema durante l\'assegnazione della Licenza. Riprova.',
+ 'success' => 'La licenza è stata assegnata con successo',
'not_enough_seats' => 'Non ci sono abbastanza copie della licenza disponibili per l\'assegnazione',
'mismatch' => 'Lo slot di licenza fornito non corrisponde alla licenza',
'unavailable' => 'Questo slot non è disponibile per l\'Assegnazione.',
),
'checkin' => array(
- 'error' => 'C\'è stato un problema nella registrazione della licenza. Riprova.',
+ 'error' => 'C\'è stato un problema nella restituzione della licenza. Riprova.',
'not_reassignable' => 'Licenza non riassegnabile',
- 'success' => 'La licenza è stata registrata con successo'
+ 'success' => 'La licenza è stata restituita con successo'
),
);
diff --git a/resources/lang/it-IT/admin/models/general.php b/resources/lang/it-IT/admin/models/general.php
index 7763bd1863..3df02bfa5a 100644
--- a/resources/lang/it-IT/admin/models/general.php
+++ b/resources/lang/it-IT/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Informazioni sui modelli di Asset',
'about_models_text' => 'I modelli sono un modo per raggruppare Asset identici. "MBP 2016", "IPhone 6s", etc.',
- 'deleted' => 'Questo modello è stato eliminato.',
+ 'deleted' => 'Questo modello è stato eliminato.',
'bulk_delete' => 'Eliminazione di massa di modelli Asset',
'bulk_delete_help' => 'Utilizza le caselle di controllo in basso per confermare la cancellazione dei modelli di asset selezionati. I modelli di asset con asset ad essi associati non possono essere eliminati finché le risorse non sono associate a un modello diverso.',
'bulk_delete_warn' => 'Stai per cancellare un modello di bene.|Stai per cancellare :model_count modelli di bene.',
diff --git a/resources/lang/it-IT/admin/settings/general.php b/resources/lang/it-IT/admin/settings/general.php
index 270b6bd793..bc38f5b74f 100644
--- a/resources/lang/it-IT/admin/settings/general.php
+++ b/resources/lang/it-IT/admin/settings/general.php
@@ -19,7 +19,7 @@ return [
'alert_interval' => 'Soglia Avvisi di Scadenza (giorni)',
'alert_inv_threshold' => 'Soglia di avviso di inventario',
'allow_user_skin' => 'Consenti tema utente',
- 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.',
+ 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia con uno diverso.',
'asset_ids' => 'ID Bene',
'audit_interval' => 'Intervallo Inventari',
'audit_interval_help' => 'Se dovete inventariare fisicamente e regolarmente i vostri beni, inserite l\'intervallo in mesi. Se si aggiorna questo valore, tutte le "prossime date" per i beni con una prossima data d\'inventario saranno aggiornate.',
diff --git a/resources/lang/it-IT/admin/settings/message.php b/resources/lang/it-IT/admin/settings/message.php
index e81f58d6d1..daedfd6f3e 100644
--- a/resources/lang/it-IT/admin/settings/message.php
+++ b/resources/lang/it-IT/admin/settings/message.php
@@ -37,7 +37,7 @@ return [
'authentication_success' => 'Utente autenticato correttamente con LDAP!'
],
'labels' => [
- 'null_template' => 'Label template not found. Please select a template.',
+ 'null_template' => 'Modello di etichetta non trovato. Si prega di selezionare un modello.',
],
'webhook' => [
'sending' => 'Invio a :app un messaggio di prova...',
diff --git a/resources/lang/it-IT/admin/users/general.php b/resources/lang/it-IT/admin/users/general.php
index 3871ed9d3d..3ffff34900 100644
--- a/resources/lang/it-IT/admin/users/general.php
+++ b/resources/lang/it-IT/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Stampa tutti assegnati',
'email_assigned' => 'Elenco e-mail di tutti assegnati',
'user_notified' => 'All\'utente è stato inviato tramite e-mail un elenco degli elementi attualmente assegnati.',
+ 'users_notified' => 'All\'utente è stata inviata una mail con la lista dei suoi beni.|A :count utenti è stata inviata una mail con la lista dei loro beni.',
+ 'users_notified_warning' => 'A :count utente è stata inviata una mail con la lista dei suoi beni, ma a :no_email utenti non è stato mandato nulla perché non hanno un indirizzo mail impostato|A :count utenti è stata inviata una mail con la lista dei loro beni, ma a :no_email utente/i non è stato mandato nulla perché non hanno un indirizzo mail impostato.',
'auto_assign_label' => 'Includi l\'utente nella assegnazione automatica delle licenze',
'auto_assign_help' => 'Salta l\'utente nell\'assegnazione automatica delle licenze',
'software_user' => 'Software estratto a :name',
@@ -35,9 +37,9 @@ return [
'superadmin_permission_warning' => 'Solo i superamministratori possono concedere il permesso di superamministratore a un altro utente.',
'admin_permission_warning' => 'Solo gli utenti con diritti di amministratore o superiore possono nominare altri utenti come amministratore.',
'remove_group_memberships' => 'Rimuove Membri del Gruppo',
- 'warning_deletion_information' => 'Stai per effettuare il Checkin di TUTTI gli elementi degli utenti :count elencati di seguito. I nomi dei super amministratori sono evidenziati in rosso.',
+ 'warning_deletion_information' => 'Stai per effettuare la restituzione di TUTTI gli articoli da :count utente/i elencati di seguito. I nomi dei super amministratori sono evidenziati in rosso.',
'update_user_assets_status' => 'Aggiorna tutti i beni per questi utenti a questo stato',
- 'checkin_user_properties' => 'Esegui il check-in di tutte le proprietà associate a questi utenti',
+ 'checkin_user_properties' => 'Esegui la restituzione di tutte le assegnazioni associate a questi utenti',
'remote_label' => 'Questo è un utente remoto',
'remote' => 'Remoto',
'remote_help' => 'Questo può esserti utile devi filtrare gli utenti remoti che non entrano mai o solo raramente nelle tue Sedi fisiche.',
diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php
index 7f5a97473f..0b1272daf3 100644
--- a/resources/lang/it-IT/general.php
+++ b/resources/lang/it-IT/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Azione',
'activity_report' => 'Report delle attività',
'address' => 'Indirizzo',
- 'admin' => 'Amministratore',
+ 'admin' => 'Impostazioni Admin',
'admin_tooltip' => 'L\'utente è un amministratore',
'superuser' => 'Superuser',
'superuser_tooltip' => 'L\'utente è un superuser',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Beni disponibili',
'accept_assets' => 'Accetta Beni :name',
'accept_assets_menu' => 'Accetta Beni',
+ 'accept_item' => 'Accept Item',
'audit' => 'Revisione Inventario',
'audit_report' => 'Registro Revisione Inventario',
'assets' => 'Beni',
@@ -49,7 +50,7 @@ return [
'bulk_edit' => 'Modifica Massiva',
'bulk_delete' => 'Cancellazione Massiva',
'bulk_actions' => 'Azioni Massive',
- 'bulk_checkin_delete' => 'Registrazione / Cancellazione Massiva di Utenti',
+ 'bulk_checkin_delete' => 'Restituzione Massiva / Cancellazione Utenti',
'byod' => 'BYOD',
'byod_help' => 'Questo dispositivo appartiene all\'utente',
'bystatus' => 'per Stato',
@@ -60,7 +61,7 @@ return [
'changeemail' => 'Modifica indirizzo email',
'changepassword' => 'Modifica password',
'checkin' => 'Restituzione',
- 'checkin_from' => 'Restituito da',
+ 'checkin_from' => 'Restituzione da',
'checkout' => 'Assegna',
'checkouts_count' => 'Assegnazioni',
'checkins_count' => 'Restituzioni',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record creato',
'updated_at' => 'Aggiornato a',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Valuta', //
'current' => 'Attuale',
'current_password' => 'Password attuale',
'customize_report' => 'Personalizza Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'La sessione del modulo è scaduta. Riprova.',
'login_enabled' => 'Login Abilitato',
'audit_due' => 'In scadenza per Controllo Inventario',
- 'audit_due_days' => 'Bene da inventariare entro :days giorni|Beni da inventariare entro :days giorni',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Scadenza per la restituzione',
'checkin_overdue' => 'Oltre la scadenza per restituzione',
- 'checkin_due_days' => 'Beni da restituire entro :days giorno|Beni da restituire entro :days giorni',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Scaduto per Controllo Inventario',
'accept' => 'Accetta :asset',
'i_accept' => 'Accetto',
@@ -389,7 +391,7 @@ return [
'sync_results' => 'Risultati Sincronizzazione',
'license_serial' => 'Codice Seriale/Prodotto',
'invalid_category' => 'Categoria non valida o mancante',
- 'invalid_item_category_single' => 'Categoria :type non valida o mancante. Aggiorna la categoria di :type per includere una categoria valida prima del check-out.',
+ 'invalid_item_category_single' => 'Categoria :type non valida o mancante. Aggiorna la categoria di :type per includere una categoria valida prima dell\'assegnazione.',
'dashboard_info' => 'Questa è la tua dashboard. Ce ne sono tante, ma questa è solo tua.',
'60_percent_warning' => 'Completo al 60% (Avvertimento)',
'dashboard_empty' => 'Sembra che tu non abbia aggiunto ancora niente, per cui non abbiamo niente di eclatante da mostrarti. Inizia aggiungendo adesso qualche Bene, Accessorio, Consumabili o Licenze!',
@@ -587,4 +589,15 @@ return [
'notes' => 'Aggiungere una nota',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Seleziona/Deseleziona Tutto',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/iu-NU/admin/components/message.php b/resources/lang/iu-NU/admin/components/message.php
index 0a7dd8d954..ec39dc4178 100644
--- a/resources/lang/iu-NU/admin/components/message.php
+++ b/resources/lang/iu-NU/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Are you sure you wish to delete this component?',
'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'success' => 'The component was deleted successfully.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/iu-NU/admin/custom_fields/general.php b/resources/lang/iu-NU/admin/custom_fields/general.php
index e3c21d1f0c..f17eedda11 100644
--- a/resources/lang/iu-NU/admin/custom_fields/general.php
+++ b/resources/lang/iu-NU/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/iu-NU/admin/hardware/general.php b/resources/lang/iu-NU/admin/hardware/general.php
index 34ac4e63ee..084e171d46 100644
--- a/resources/lang/iu-NU/admin/hardware/general.php
+++ b/resources/lang/iu-NU/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'Archived',
'asset' => 'Asset',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset',
diff --git a/resources/lang/iu-NU/admin/hardware/message.php b/resources/lang/iu-NU/admin/hardware/message.php
index 222cbc439e..605c1fe230 100644
--- a/resources/lang/iu-NU/admin/hardware/message.php
+++ b/resources/lang/iu-NU/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Are you sure you wish to delete this asset?',
'error' => 'There was an issue deleting the asset. Please try again.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
'success' => 'The asset was deleted successfully.',
],
diff --git a/resources/lang/iu-NU/admin/models/general.php b/resources/lang/iu-NU/admin/models/general.php
index 7e4a77adbc..9a61b53fd0 100644
--- a/resources/lang/iu-NU/admin/models/general.php
+++ b/resources/lang/iu-NU/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/iu-NU/admin/users/general.php b/resources/lang/iu-NU/admin/users/general.php
index b097ccec69..14f36cf151 100644
--- a/resources/lang/iu-NU/admin/users/general.php
+++ b/resources/lang/iu-NU/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Print All Assigned',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Software Checked out to :name',
diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php
index 53482e853c..b10e3f4f62 100644
--- a/resources/lang/iu-NU/general.php
+++ b/resources/lang/iu-NU/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Action',
'activity_report' => 'Activity Report',
'address' => 'Address',
- 'admin' => 'Admin',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audit',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Updated at',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Current',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ja-JP/admin/components/message.php b/resources/lang/ja-JP/admin/components/message.php
index e90f573a44..56c41ac727 100644
--- a/resources/lang/ja-JP/admin/components/message.php
+++ b/resources/lang/ja-JP/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'この構成部品を削除してもよろしいですか?',
'error' => '構成部品を削除する際に問題が発生しました。もう一度やり直して下さい。',
- 'success' => '構成部品は削除されました。'
+ 'success' => '構成部品は削除されました。',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ja-JP/admin/custom_fields/general.php b/resources/lang/ja-JP/admin/custom_fields/general.php
index 601a97334d..160575de0c 100644
--- a/resources/lang/ja-JP/admin/custom_fields/general.php
+++ b/resources/lang/ja-JP/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => '新しいカスタムフィールドを作成',
'value_encrypted' => 'このフィールドの値は、データベースで暗号化されます。管理者ユーザーのみが復号化された値を表示することができます。',
'show_in_email' => 'このフィールドの値をユーザーに送信されたチェックアウトメールに含めますか?暗号化されたフィールドはメールに含めることはできません',
- 'show_in_email_short' => '電子メールに含める。',
+ 'show_in_email_short' => 'Include in emails',
'help_text' => 'ヘルプ テキスト',
'help_text_description' => 'このテキストは、資産の編集中にフォーム要素の下に表示されるオプションのテキストです。',
'about_custom_fields_title' => 'カスタムフィールドについて',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => '要求可能なアセットリストに表示',
'show_in_requestable_list' => '要求可能なアセットリストに値を表示します。暗号化されたフィールドは表示されません',
'encrypted_options' => 'このフィールドは暗号化されているため、いくつかの表示オプションは利用できません。',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ja-JP/admin/hardware/general.php b/resources/lang/ja-JP/admin/hardware/general.php
index 94fa361387..9b3022a63d 100644
--- a/resources/lang/ja-JP/admin/hardware/general.php
+++ b/resources/lang/ja-JP/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'アーカイブ',
'asset' => '資産',
'bulk_checkout' => '一括チェックアウト',
- 'bulk_checkin' => '資産をチェックイン',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => '資産をチェックイン',
'checkout' => '資産をチェックアウト',
'clone' => '資産を複製',
diff --git a/resources/lang/ja-JP/admin/hardware/message.php b/resources/lang/ja-JP/admin/hardware/message.php
index d5b5138507..2755d1f712 100644
--- a/resources/lang/ja-JP/admin/hardware/message.php
+++ b/resources/lang/ja-JP/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'この資産を削除してもよろしいですか?',
'error' => '資産を削除する際に問題が発生しました。もう一度やり直して下さい。',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => '資産が選択されていないため、削除されませんでした。',
'success' => '資産は正常に削除されました。',
],
diff --git a/resources/lang/ja-JP/admin/models/general.php b/resources/lang/ja-JP/admin/models/general.php
index 14b9facd26..696758d647 100644
--- a/resources/lang/ja-JP/admin/models/general.php
+++ b/resources/lang/ja-JP/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => '資産モデルについて',
'about_models_text' => '資産モデルは、同一資産をグループ化する方法です。(例:「MBP 2013」、「IPhone 6」など)',
- 'deleted' => 'モデルは削除されました。',
+ 'deleted' => 'モデルは削除されました。',
'bulk_delete' => '資産モデルの一括削除',
'bulk_delete_help' => '下のチェックボックスを使用して、選択した資産モデルの削除を確認します。資産が関連付けられている資産モデルは、資産が別のモデルに関連付けられるまで削除できません。',
'bulk_delete_warn' => '1つの資産モデルを削除しようとしています。|:model_count 資産モデルを削除しようとしています。',
diff --git a/resources/lang/ja-JP/admin/users/general.php b/resources/lang/ja-JP/admin/users/general.php
index ddeb576eba..ea3468062e 100644
--- a/resources/lang/ja-JP/admin/users/general.php
+++ b/resources/lang/ja-JP/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => '割り当て先をすべて印刷',
'email_assigned' => '割り当てられたすべてのメール一覧',
'user_notified' => 'ユーザーは現在割り当てられているアイテムのリストを電子メールで送信しました。',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => '該当するライセンスを自動で割り当てる場合の、このユーザーを含める',
'auto_assign_help' => 'このユーザーのライセンスの自動割り当てをスキップ',
'software_user' => 'ソフトウェアは :name にチェックアウトしました。',
diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php
index 4a4f8a581c..d1dfdf73b1 100644
--- a/resources/lang/ja-JP/general.php
+++ b/resources/lang/ja-JP/general.php
@@ -10,7 +10,7 @@ return [
'action' => '操作',
'activity_report' => '操作レポート',
'address' => '住所',
- 'admin' => '管理',
+ 'admin' => '管理者設定',
'admin_tooltip' => 'このユーザーには管理者権限があります',
'superuser' => 'スーパーユーザー',
'superuser_tooltip' => 'このユーザーはスーパーユーザー権限を持っています',
@@ -29,6 +29,7 @@ return [
'assets_available' => '利用可能な資産',
'accept_assets' => ':name の資産を承認 ',
'accept_assets_menu' => '資産を承認',
+ 'accept_item' => 'Accept Item',
'audit' => '監査',
'audit_report' => '監査ログ',
'assets' => '資産数',
@@ -87,6 +88,7 @@ return [
'record_created' => 'レコードが作成されました',
'updated_at' => '更新日',
'currency' => '¥', // this is deprecated
+ 'currency_text' => '通貨', //
'current' => '現在の状況',
'current_password' => '現在のパスワード',
'customize_report' => 'レポートのカスタマイズ',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'セッションが失効しました。再度ログインしてください。',
'login_enabled' => 'ログイン可能',
'audit_due' => '監査期日',
- 'audit_due_days' => '監査のための資産期限内:days|資産期限内:days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'チェックインの期限',
'checkin_overdue' => 'チェックインの期限を超過しました',
- 'checkin_due_days' => '納入納入納入納入納入納入納入納入納付:days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => '監査期日を超過',
'accept' => ':assetを承認',
'i_accept' => '承認',
@@ -587,4 +589,15 @@ return [
'notes' => 'メモを追加する',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/km-KH/admin/components/message.php b/resources/lang/km-KH/admin/components/message.php
index b89d65e392..e2900855ef 100644
--- a/resources/lang/km-KH/admin/components/message.php
+++ b/resources/lang/km-KH/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបសមាសភាគនេះទេ?',
'error' => 'មានបញ្ហាក្នុងការលុបសមាសភាគ។ សូមព្យាយាមម្តងទៀត។',
- 'success' => 'សមាសភាគត្រូវបានលុបដោយជោគជ័យ។'
+ 'success' => 'សមាសភាគត្រូវបានលុបដោយជោគជ័យ។',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/km-KH/admin/custom_fields/general.php b/resources/lang/km-KH/admin/custom_fields/general.php
index 8ba71f9382..f10eb95348 100644
--- a/resources/lang/km-KH/admin/custom_fields/general.php
+++ b/resources/lang/km-KH/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'បង្ហាញក្នុងបញ្ជីទ្ទ្រព្យសកម្មដែលអាចស្នើសុំបាន។',
'show_in_requestable_list' => 'បង្ហាញតម្លៃក្នុងបញ្ជីទ្រព្យសកម្មដែលអាចស្នើសុំបាន។ fields ដែលបានអ៊ិនគ្រីបនឹងមិនត្រូវបានបង្ហាញទេ។',
'encrypted_options' => 'Fieldនេះត្រូវបានអ៊ិនគ្រីប ដូច្នេះជម្រើសបង្ហាញមួយចំនួននឹងមិនមានទេ។',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/km-KH/admin/hardware/general.php b/resources/lang/km-KH/admin/hardware/general.php
index 0cf85c6cf3..b9d4f86540 100644
--- a/resources/lang/km-KH/admin/hardware/general.php
+++ b/resources/lang/km-KH/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'ទ្រព្យសកម្មគឺជាធាតុដែលតាមដានដោយលេខស៊េរី ឬស្លាកទ្រព្យសម្បត្តិ។ ពួកវាមានទំនោរទៅជាធាតុមានតម្លៃខ្ពស់ជាង ដែលការកំណត់អត្តសញ្ញាណធាតុជាក់លាក់មួយមានសារៈសំខាន់។',
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
'asset' => 'ទ្រព្យសកម្ម',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
'clone' => 'ក្លូន ទ្រព្យសកម្ម',
diff --git a/resources/lang/km-KH/admin/hardware/message.php b/resources/lang/km-KH/admin/hardware/message.php
index 6bbbae6827..dd70d60221 100644
--- a/resources/lang/km-KH/admin/hardware/message.php
+++ b/resources/lang/km-KH/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបទ្រព្យសម្បត្តិនេះទេ?',
'error' => 'មានបញ្ហាក្នុងការលុបទ្រព្យសម្បត្តិ។ សូមព្យាយាមម្តងទៀត។',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'មិនមានទ្រព្យសម្បត្តិត្រូវបានជ្រើសរើស ដូច្នេះគ្មានអ្វីត្រូវបានលុបទេ។',
'success' => 'ទ្រព្យសកម្មត្រូវបានលុបដោយជោគជ័យ។',
],
diff --git a/resources/lang/km-KH/admin/models/general.php b/resources/lang/km-KH/admin/models/general.php
index 9cbb26024a..b53d1bce81 100644
--- a/resources/lang/km-KH/admin/models/general.php
+++ b/resources/lang/km-KH/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'អំពី Asset Models',
'about_models_text' => 'Asset Models គឺជាវិធីមួយសម្រាប់ដាក់ក្រុមទ្រព្យសកម្មដូចគ្នា។ "MBP 2013", "IPhone 6s" ជាដើម។',
- 'deleted' => 'ម៉ូដែលនេះត្រូវបានលុប។',
+ 'deleted' => 'ម៉ូដែលនេះត្រូវបានលុប។',
'bulk_delete' => 'ភាគច្រើនលុបគំរូទ្រព្យសកម្ម',
'bulk_delete_help' => 'ប្រើប្រអប់ធីកខាងក្រោមដើម្បីបញ្ជាក់ការលុបគំរូទ្រព្យសកម្មដែលបានជ្រើសរើស។ គំរូទ្រព្យសកម្មដែលមានទ្រព្យសកម្មដែលភ្ជាប់ជាមួយពួកវាមិនអាចលុបបានទេ រហូតទាល់តែទ្រព្យសកម្មត្រូវបានភ្ជាប់ជាមួយគំរូផ្សេង។',
'bulk_delete_warn' => 'អ្នកហៀបនឹងលុបគំរូទ្រព្យសកម្មមួយ។|អ្នកហៀបនឹងលុប៖ model_count គំរូទ្រព្យសកម្ម។',
diff --git a/resources/lang/km-KH/admin/users/general.php b/resources/lang/km-KH/admin/users/general.php
index 0a4aca0424..9ffaba5fca 100644
--- a/resources/lang/km-KH/admin/users/general.php
+++ b/resources/lang/km-KH/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'បោះពុម្ពដែលបានចាត់តាំងទាំងអស់។',
'email_assigned' => 'បញ្ជីអ៊ីមែលដែលបានចាត់តាំងទាំងអស់។',
'user_notified' => 'អ្នកប្រើត្រូវបានផ្ញើអ៊ីមែលនូវបញ្ជីនៃធាតុដែលបានកំណត់បច្ចុប្បន្នរបស់ពួកគេ។',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'រួមបញ្ចូលអ្នកប្រើប្រាស់នេះនៅពេលផ្តល់អាជ្ញាប័ណ្ណដែលមានសិទ្ធិដោយស្វ័យប្រវត្តិ',
'auto_assign_help' => 'រំលងអ្នកប្រើប្រាស់នេះក្នុងការផ្តល់អាជ្ញាប័ណ្ណដោយស្វ័យប្រវត្តិ',
'software_user' => 'កម្មវិធីដែលបានប្រគល់ទៅកាន់៖ ឈ្មោះ',
diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php
index a337cbb808..a93ce9bd72 100644
--- a/resources/lang/km-KH/general.php
+++ b/resources/lang/km-KH/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'សកម្មភាព',
'activity_report' => 'របាយការណ៍សកម្មភាព',
'address' => 'អាស័យដ្ឋាន',
- 'admin' => 'Admin',
+ 'admin' => 'ការកំណត់អ្នកគ្រប់គ្រង',
'admin_tooltip' => 'អ្នកប្រើប្រាស់នេះមានសិទ្ធិជាអ្នកគ្រប់គ្រង',
'superuser' => 'អ្នកប្រើជាន់ខ្ពស់',
'superuser_tooltip' => 'អ្នកប្រើប្រាស់នេះមានសិទ្ធិអ្នកប្រើប្រាស់ជាន់ខ្ពស់',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'ទ្រព្យសកម្មដែលមាន',
'accept_assets' => 'ទទួលទ្រព្យសកម្ម៖ ឈ្មោះ',
'accept_assets_menu' => 'ទទួលយកទ្រព្យសកម្ម',
+ 'accept_item' => 'Accept Item',
'audit' => 'សវនកម្ម',
'audit_report' => 'កំណត់ហេតុសវនកម្ម',
'assets' => 'ទ្រព្យសកម្ម',
@@ -87,6 +88,7 @@ return [
'record_created' => 'បានបង្កើតកំណត់ត្រា',
'updated_at' => 'បានធ្វើបច្ចុប្បន្នភាពនៅ',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'រូបិយប័ណ្ណ', //
'current' => 'នាពេលបច្ចុប្បន្ន',
'current_password' => 'លេខសំងាត់បច្ចុប្បន្ន',
'customize_report' => 'កំណត់របាយការណ៍តាមបំណង',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'វគ្គទម្រង់របស់អ្នកបានផុតកំណត់ហើយ។ សូមព្យាយាមម្តងទៀត។',
'login_enabled' => 'បានបើកការចូល',
'audit_due' => 'ដល់កំណត់សម្រាប់សវនកម្ម',
- 'audit_due_days' => 'ទ្រព្យសកម្មដែលត្រូវធ្វើសវនកម្មក្នុងរយៈពេល : ថ្ងៃ ថ្ងៃ | ទ្រព្យសកម្មដែលត្រូវធ្វើសវនកម្មក្នុងរយៈពេល : ថ្ងៃ ថ្ងៃ',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'ដល់ពេលសងមកវិញ',
'checkin_overdue' => 'ហួសកាលកំណត់សម្រាប់ការសងមកវិញ',
- 'checkin_due_days' => 'ទ្រព្យសកម្មដែលត្រូវសងមកវិញក្នុងរយៈពេល : ថ្ងៃ ថ្ងៃ| ទ្រព្យសកម្មដែលត្រូវសងមកវិញក្នុង : ថ្ងៃ ថ្ងៃ',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'ហួសកាលកំណត់សម្រាប់សវនកម្ម',
'accept' => 'ទទួលយក៖ ទ្រព្យសម្បត្តិ',
'i_accept' => 'ខ្ញុំទទួលយក',
@@ -587,4 +589,15 @@ return [
'notes' => 'បន្ថែមកំណត់ចំណាំ',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ko-KR/admin/components/message.php b/resources/lang/ko-KR/admin/components/message.php
index 84b0cd2148..e6cfd48546 100644
--- a/resources/lang/ko-KR/admin/components/message.php
+++ b/resources/lang/ko-KR/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => '이 부품을 삭제하시겠습니까?',
'error' => '부품 삭제시 문제가 발생했습니다. 다시 시도해 주세요.',
- 'success' => '부품이 삭제되었습니다.'
+ 'success' => '부품이 삭제되었습니다.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ko-KR/admin/custom_fields/general.php b/resources/lang/ko-KR/admin/custom_fields/general.php
index 4dccb8d205..587b7d5afe 100644
--- a/resources/lang/ko-KR/admin/custom_fields/general.php
+++ b/resources/lang/ko-KR/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => '이 항목의 값은 데이터베이스 내에서 암호화 되었습니다. 관리자만이 해독된 값을 확인 할 수 있습니다.',
'show_in_email' => '사용자에게 전송된 반출 이메일에 이 항목의 값을 포함 시키시겠습니까? 암호화 된 항목들은 이메일에 포함될 수 없습니다',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ko-KR/admin/hardware/general.php b/resources/lang/ko-KR/admin/hardware/general.php
index b3dfcbbc28..bad251be71 100644
--- a/resources/lang/ko-KR/admin/hardware/general.php
+++ b/resources/lang/ko-KR/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => '자산은 일련 번호나 자산 꼬리표로 추적되는 품목들입니다. 특정 품목의 상황을 파악하는 것이 더 높은 가치를 갖는 추세입니다.',
'archived' => '보관됨',
'asset' => '자산',
- 'bulk_checkout' => '반출 자산',
- 'bulk_checkin' => '반입 자산들',
+ 'bulk_checkout' => '대량 반출',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => '반입 자산',
'checkout' => '반출 자산',
'clone' => '자산 복제',
diff --git a/resources/lang/ko-KR/admin/hardware/message.php b/resources/lang/ko-KR/admin/hardware/message.php
index 493b8c12f8..dfdf5407ae 100644
--- a/resources/lang/ko-KR/admin/hardware/message.php
+++ b/resources/lang/ko-KR/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => '이 자산을 삭제하시겠습니까?',
'error' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => '선택된 자산이 없기에, 삭제되지 않습니다.',
'success' => '자산이 삭제되었습니다.',
],
diff --git a/resources/lang/ko-KR/admin/models/general.php b/resources/lang/ko-KR/admin/models/general.php
index 26b65ba871..b01629b4dd 100644
--- a/resources/lang/ko-KR/admin/models/general.php
+++ b/resources/lang/ko-KR/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => '자산 모델이란',
'about_models_text' => '자산 모델은 동일한 자산들을 그룹화 하는 방법입니다. "MBP 2013", "IPhone 6들", 등등.',
- 'deleted' => '모델이 삭제되었습니다.',
+ 'deleted' => '모델이 삭제되었습니다.',
'bulk_delete' => '자산 모델 대량 삭제',
'bulk_delete_help' => '선택한 자산 모델의 삭제를 확인하려면 아래 체크박스를 사용하십시오. 자산에 연결된 자산 모델은 자산이 다른 모델과 연결될 때까지 삭제할 수 없습니다.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/ko-KR/admin/users/general.php b/resources/lang/ko-KR/admin/users/general.php
index 052b56d6f3..2f014a8594 100644
--- a/resources/lang/ko-KR/admin/users/general.php
+++ b/resources/lang/ko-KR/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Assigned 자산 모두 인쇄',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => '소프트웨어 반출 목록 :name',
diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php
index 1a381eb9c9..9aaf7820b1 100644
--- a/resources/lang/ko-KR/general.php
+++ b/resources/lang/ko-KR/general.php
@@ -10,7 +10,7 @@ return [
'action' => '작업',
'activity_report' => '활동 보고서',
'address' => '주소',
- 'admin' => '관리자',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => '현재 사용자는 어드민 권한을 가지고 있습니다.',
'superuser' => '슈퍼유저',
'superuser_tooltip' => '현재 사용자는 슈퍼유저 권한을 가지고 있습니다.',
@@ -29,6 +29,7 @@ return [
'assets_available' => '사용 가능한 자산',
'accept_assets' => '승인된 자산 :name',
'accept_assets_menu' => '승인된 자산',
+ 'accept_item' => 'Accept Item',
'audit' => '감사',
'audit_report' => '감사 기록',
'assets' => '자산',
@@ -87,6 +88,7 @@ return [
'record_created' => '레코드 생성',
'updated_at' => '업데이트',
'currency' => '원', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => '현재',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => '폼의 세션이 끝났습니다. 다시 시도해 주세요.',
'login_enabled' => '로그인 활성화됨',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => '허가됨 :asset',
'i_accept' => '동의합니다',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/lt-LT/admin/components/message.php b/resources/lang/lt-LT/admin/components/message.php
index 11125033c5..56c6af1a73 100644
--- a/resources/lang/lt-LT/admin/components/message.php
+++ b/resources/lang/lt-LT/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Ar tikrai norite panaikinti šį komponentą?',
'error' => 'Bandant panaikinti komponentą įvyko klaida. Bandykite dar kartą.',
- 'success' => 'Komponentas panaikintas sėkmingai.'
+ 'success' => 'Komponentas panaikintas sėkmingai.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/lt-LT/admin/custom_fields/general.php b/resources/lang/lt-LT/admin/custom_fields/general.php
index 6a6872cdaa..d1da7bf547 100644
--- a/resources/lang/lt-LT/admin/custom_fields/general.php
+++ b/resources/lang/lt-LT/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Sukurti naują pritaikytą lauką',
'value_encrypted' => 'Šio lauko reikšmė yra užšifruota duomenų bazėje. Tik administratoriai gali matyti iššifruotą reikšmę',
'show_in_email' => 'Įtraukti šio lauko reikšmę į išdavimo el. laiškus, siunčiamus naudotojams? Šifruotų laukų į el. laiškus įtraukti negalima',
- 'show_in_email_short' => 'Įtraukti į el. laiškus.',
+ 'show_in_email_short' => 'Įtraukti į el. laiškus',
'help_text' => 'Pagalbos tekstas',
'help_text_description' => 'Tai yra nebūtinas tekstas, kuris redaguojant turtą, bus rodomas po formos elementais, kad suteiktų kontekstą tam laukui.',
'about_custom_fields_title' => 'Apie pritaikytus laukus',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Rodyti užsakomo turto sąraše',
'show_in_requestable_list' => 'Rodyti reikšmę užsakomo turto sąraše. Šifruoti laukai nebus rodomi',
'encrypted_options' => 'Šis laukas yra užšifruotas, todėl kai kurios rodymo parinktys nebus pasiekiamos.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/lt-LT/admin/hardware/general.php b/resources/lang/lt-LT/admin/hardware/general.php
index 8dede1a06d..47a8732da9 100644
--- a/resources/lang/lt-LT/admin/hardware/general.php
+++ b/resources/lang/lt-LT/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Turtas, tai daiktai, kuriuos galima sekti pagal serijinį ar inventorinį numerį. Įprastai, tai yra didesnės vertės daiktai, kurių individualus identifikavimas yra svarbus.',
'archived' => 'Archyvuotas',
'asset' => 'Turtas',
- 'bulk_checkout' => 'Išduoti turtą',
- 'bulk_checkin' => 'Paimti turtą',
+ 'bulk_checkout' => 'Išduoti kelis',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Paimti turtą',
'checkout' => 'Išduoti turtą',
'clone' => 'Klonuoti turtą',
diff --git a/resources/lang/lt-LT/admin/hardware/message.php b/resources/lang/lt-LT/admin/hardware/message.php
index 53b2602f26..2a4abb5f3a 100644
--- a/resources/lang/lt-LT/admin/hardware/message.php
+++ b/resources/lang/lt-LT/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Ar tikrai norite panaikinti šį turtą?',
'error' => 'Bandant panaikinti turtą įvyko klaida. Bandykite dar kartą.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nebuvo pasirinkta jokio turto, todėl nieko nebuvo panaikinta.',
'success' => 'Turtas sėkmingai panaikintas.',
],
diff --git a/resources/lang/lt-LT/admin/models/general.php b/resources/lang/lt-LT/admin/models/general.php
index 3adbebc195..86356a60b3 100644
--- a/resources/lang/lt-LT/admin/models/general.php
+++ b/resources/lang/lt-LT/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Apie turto modelius',
'about_models_text' => 'Turto modeliai yra būdas grupuoti identišką turtą. („MBP 2013“, „IPhone 6s“ ir kt.)',
- 'deleted' => 'Šis modelis buvo panaikintas.',
+ 'deleted' => 'Šis modelis buvo panaikintas.',
'bulk_delete' => 'Panaikinti kelis turto modelius',
'bulk_delete_help' => 'Naudokite žemiau esančius žymimuosius laukelius, kad patvirtintumėte pasirinktų turto modelių panaikinimą. Turto modelių, su kuriais yra susietas turtas, negalima ištrinti tol, kol šis turtas nebus susietas su kitu modeliu.',
'bulk_delete_warn' => 'Ketinate panaikinti vieną turto modelį.|Ketinate panaikinti :model_count turto modelius (-ų).',
diff --git a/resources/lang/lt-LT/admin/users/general.php b/resources/lang/lt-LT/admin/users/general.php
index dddea31973..da16627a7d 100644
--- a/resources/lang/lt-LT/admin/users/general.php
+++ b/resources/lang/lt-LT/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Spausdinti išduotą',
'email_assigned' => 'El. paštu nusiųsti išduoto turto sąrašą',
'user_notified' => 'Naudotojui el. paštu išsiųstas jam priskirtų daiktų sąrašas.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Įtraukti šį naudotoją, kai automatiškai priskiriamos tinkamos licencijos',
'auto_assign_help' => 'Praleisti šį naudotoją, kai automatiškai priskiriamos licencijos',
'software_user' => 'Programinė įranga išduota: :name',
diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php
index 70249be855..72098cf638 100644
--- a/resources/lang/lt-LT/general.php
+++ b/resources/lang/lt-LT/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Veiksmas',
'activity_report' => 'Veiklos ataskaita',
'address' => 'Adresas',
- 'admin' => 'Administratorius',
+ 'admin' => 'Administratoriaus nustatymai',
'admin_tooltip' => 'Šis naudotojas turi administratoriaus teises',
'superuser' => 'Supernaudotojas',
'superuser_tooltip' => 'Šis naudotojas turi supernaudotojo teises',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Turimas turtas',
'accept_assets' => 'Priimti turtą :name',
'accept_assets_menu' => 'Priimti turtą',
+ 'accept_item' => 'Accept Item',
'audit' => 'Auditas',
'audit_report' => 'Audito žurnalas',
'assets' => 'Turtas',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Įrašas sukurtas',
'updated_at' => 'Atnaujinta',
'currency' => 'Valiuta', // this is deprecated
+ 'currency_text' => 'Valiuta', //
'current' => 'Dabartinis',
'current_password' => 'Dabartinis slaptažodis',
'customize_report' => 'Individualizuoti ataskaitą',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Jūsų sesija baigėsi. Bandykite dar kartą.',
'login_enabled' => 'Prisijungimas įjungtas',
'audit_due' => 'Laukia audito',
- 'audit_due_days' => 'Turtas, kuriam turi būti atliktas auditas per :days dieną|Turtas, kuriam turi būti atliktas auditas per :days dienas (-ų)',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Laukia paėmimo',
'checkin_overdue' => 'Vėluojama paimti',
- 'checkin_due_days' => 'Turtas, kuris turi būti paimtas per :days dieną|Turtas, kuris turi būti paimtas per :days dienas (-ų)',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Audito laikas praėjęs',
'accept' => 'Priimti :asset',
'i_accept' => 'Aš priimu',
@@ -587,4 +589,15 @@ return [
'notes' => 'Pridėti pastabą',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/lv-LV/admin/components/message.php b/resources/lang/lv-LV/admin/components/message.php
index 2bc43c7b49..d517fff64b 100644
--- a/resources/lang/lv-LV/admin/components/message.php
+++ b/resources/lang/lv-LV/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo komponentu?',
'error' => 'Radās problēma, izdzēšot komponentu. Lūdzu mēģiniet vēlreiz.',
- 'success' => 'Komponents tika veiksmīgi dzēsts.'
+ 'success' => 'Komponents tika veiksmīgi dzēsts.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/lv-LV/admin/custom_fields/general.php b/resources/lang/lv-LV/admin/custom_fields/general.php
index 19cc744e75..f1b4f6510b 100644
--- a/resources/lang/lv-LV/admin/custom_fields/general.php
+++ b/resources/lang/lv-LV/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Izveidot jaunu pielāgoto lauku',
'value_encrypted' => 'Šī lauka vērtība ir šifrēta datu bāzē. Tikai admin lietotāji varēs apskatīt atšifrēto vērtību',
'show_in_email' => 'Vai iekļaut šī lauka vērtību lietotājiem nosūtītajos e-pasta paziņojumos? Šifrētie lauki nevar būt iekļauti e-pasta ziņojumos',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'help_text' => 'Palīdzības teksts',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/lv-LV/admin/hardware/general.php b/resources/lang/lv-LV/admin/hardware/general.php
index 0cf01a247d..186d10171c 100644
--- a/resources/lang/lv-LV/admin/hardware/general.php
+++ b/resources/lang/lv-LV/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Aktīvi ir posteņi, ko izseko pēc sērijas numura vai aktīvu taga. Viņi mēdz būt augstākas vērtības priekšmeti, kad ir svarīgi noteikt konkrētu objektu.',
'archived' => 'Arhivēts',
'asset' => 'Aktīvs',
- 'bulk_checkout' => 'Lielapjoma izsniegšana',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Reģistrēšanās aktīvs',
'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset',
diff --git a/resources/lang/lv-LV/admin/hardware/message.php b/resources/lang/lv-LV/admin/hardware/message.php
index db2558d81d..4fb52b36c6 100644
--- a/resources/lang/lv-LV/admin/hardware/message.php
+++ b/resources/lang/lv-LV/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Vai tiešām vēlaties dzēst šo īpašumu?',
'error' => 'Radās problēma, noņemot aktīvu. Lūdzu mēģiniet vēlreiz.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Netika atlasīti neviens aktīvs, tāpēc nekas netika izdzēsts.',
'success' => 'Aktīvs tika veiksmīgi dzēsts.',
],
diff --git a/resources/lang/lv-LV/admin/models/general.php b/resources/lang/lv-LV/admin/models/general.php
index b91edffb3a..8bd0943d65 100644
--- a/resources/lang/lv-LV/admin/models/general.php
+++ b/resources/lang/lv-LV/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Par īpašuma modeļiem',
'about_models_text' => 'Aktīvu modeļi ir veids, kā grupēt identiskus aktīvus. "MBP 2013", "IPhone 6s" uc',
- 'deleted' => 'Šis modelis ir izdzēsts.',
+ 'deleted' => 'Šis modelis ir izdzēsts.',
'bulk_delete' => 'Līdzekļu modeļu lielapjoma dzēšana',
'bulk_delete_help' => 'Lai apstiprinātu izvēlēto līdzekļu modeļu dzēšanu, ir jāatzīmē zemāk esošās izvēles rūtiņas. Līdzekļu modeļi, kuriem ir piesaistīti aktīvi, nevar tikt dzēsti, kamēr līdzekļi nav piesaistīti citam modelim.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/lv-LV/admin/users/general.php b/resources/lang/lv-LV/admin/users/general.php
index b73ff04267..c9f8e4a1e0 100644
--- a/resources/lang/lv-LV/admin/users/general.php
+++ b/resources/lang/lv-LV/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Drukāt izsniegto',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Programmatūra Pārbaudīta: nosaukums',
diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php
index e71ce24b48..10f41da8fb 100644
--- a/resources/lang/lv-LV/general.php
+++ b/resources/lang/lv-LV/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Darbība',
'activity_report' => 'Darbības pārskats',
'address' => 'Adrese',
- 'admin' => 'Administrators',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'Šim lietotājam ir administratora tiesības',
'superuser' => 'Galvenais lietotājs',
'superuser_tooltip' => 'Šim lietotājam ir glavenā lietotāja tiesības',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Pieejamais inventārs',
'accept_assets' => 'Apstiprināt inventāru :name',
'accept_assets_menu' => 'Apstiprināt inventāru',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audits',
'audit_report' => 'Revīzijas žurnāls',
'assets' => 'Aktīvi',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Ieraksts izceidots',
'updated_at' => 'Atjaunināts vietnē',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Pašreizējais',
'current_password' => 'Pāsreizējā parole',
'customize_report' => 'Pielāgot atskaiti',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Jūsu veidlapas sesija ir beidzies. Lūdzu mēģiniet vēlreiz.',
'login_enabled' => 'Pieteikšanās Iespējota',
'audit_due' => 'Gaida Auditu',
- 'audit_due_days' => 'Inventāra Audits pēc :days dienas|Inventāra Audits pēc :days dienām',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Jāpieņem',
'checkin_overdue' => 'Aizkavējusies Pieņemšana',
- 'checkin_due_days' => 'Inventāra Pieņemšana pēc :days dienas|Inventāra Pieņemšana pēc :days dienām',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Aizkavējies Audits',
'accept' => 'Apstiprināt :asset',
'i_accept' => 'Es pieņemu',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/mi-NZ/admin/components/message.php b/resources/lang/mi-NZ/admin/components/message.php
index 3b893db5cf..c80ab346dd 100644
--- a/resources/lang/mi-NZ/admin/components/message.php
+++ b/resources/lang/mi-NZ/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei waahanga?',
'error' => 'He raruraru kei te whakakore i te waahanga. Tena ngana ano.',
- 'success' => 'I mukua te wāhanga.'
+ 'success' => 'I mukua te wāhanga.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/mi-NZ/admin/custom_fields/general.php b/resources/lang/mi-NZ/admin/custom_fields/general.php
index accb47c2ea..02b92f1f35 100644
--- a/resources/lang/mi-NZ/admin/custom_fields/general.php
+++ b/resources/lang/mi-NZ/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Ko te uara o tenei mara kei te whakamunatia i roto i te pātengi raraunga. Ka taea anake e nga kaiwhakahaere ka kite i te uara kua tohua',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/mi-NZ/admin/hardware/general.php b/resources/lang/mi-NZ/admin/hardware/general.php
index e21838fc55..2f4160b616 100644
--- a/resources/lang/mi-NZ/admin/hardware/general.php
+++ b/resources/lang/mi-NZ/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Ko nga taonga he taonga kua rapua e te tau rangatū, te tohu taonga ranei. He ahua nui ake o nga taonga kei te tautuhi i nga take e tika ana.',
'archived' => 'Whakamahia',
'asset' => 'Tahua',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Putea Poaka',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Tirohia te Ahua',
'checkout' => 'Whakaritehia te Ahua',
'clone' => 'Te Tino Tae',
diff --git a/resources/lang/mi-NZ/admin/hardware/message.php b/resources/lang/mi-NZ/admin/hardware/message.php
index 9ec198568b..db5d8f4d4b 100644
--- a/resources/lang/mi-NZ/admin/hardware/message.php
+++ b/resources/lang/mi-NZ/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Kei te hiahia koe ki te muku i tenei taonga?',
'error' => 'He raru kei te whakakore i te taonga. Tena ngana ano.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Kaore he rawa i tohua, na reira kaore i whakakorehia.',
'success' => 'Kua mukua te taonga.',
],
diff --git a/resources/lang/mi-NZ/admin/models/general.php b/resources/lang/mi-NZ/admin/models/general.php
index b5e42a5290..4040244778 100644
--- a/resources/lang/mi-NZ/admin/models/general.php
+++ b/resources/lang/mi-NZ/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Mō nga tauira Ahua',
'about_models_text' => 'Ko nga Momo Ahuatanga he huarahi ki te whakariterite i nga rawa taatai. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/mi-NZ/admin/users/general.php b/resources/lang/mi-NZ/admin/users/general.php
index 6ca455c380..736cc7be42 100644
--- a/resources/lang/mi-NZ/admin/users/general.php
+++ b/resources/lang/mi-NZ/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Print All Assigned',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Pūmanawa Kua tirotirohia ki: ingoa',
diff --git a/resources/lang/mi-NZ/general.php b/resources/lang/mi-NZ/general.php
index 51bd34fd88..265ec792b7 100644
--- a/resources/lang/mi-NZ/general.php
+++ b/resources/lang/mi-NZ/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Mahi',
'activity_report' => 'Mahinga Mahi',
'address' => 'Wāhitau',
- 'admin' => 'Kaiwhakahaere',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Arotake',
'audit_report' => 'Manatoko Whakamuri',
'assets' => 'Ngā taonga',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Whakahoutia i',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'I teie nei',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Kua pau te raupapa puka ki a koe. Tena ngana ano.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/mk-MK/admin/components/message.php b/resources/lang/mk-MK/admin/components/message.php
index a912028b51..69d891b1cf 100644
--- a/resources/lang/mk-MK/admin/components/message.php
+++ b/resources/lang/mk-MK/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа компонента?',
'error' => 'Имаше проблем со бришење на компонентата. Обидете се повторно.',
- 'success' => 'Компонентата беше успешно избришана.'
+ 'success' => 'Компонентата беше успешно избришана.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/mk-MK/admin/custom_fields/general.php b/resources/lang/mk-MK/admin/custom_fields/general.php
index 62bea7ee88..53cffe64ad 100644
--- a/resources/lang/mk-MK/admin/custom_fields/general.php
+++ b/resources/lang/mk-MK/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Креирај ново прилагодено поле',
'value_encrypted' => 'Вредноста на ова поле е емкриптирана во базата на податоци. Само административните корисници ќе можат да ја видат декриптираната вредност',
'show_in_email' => 'Вклучете ја вредноста на ова поле во е-поштата испратена до корисникот? Шифрираните полиња не можат да бидат вклучени во е-пошта',
- 'show_in_email_short' => 'Вклучи во е-пошта.',
+ 'show_in_email_short' => 'Вклучи во е-пошта',
'help_text' => 'Текст за помош',
'help_text_description' => 'Ова е опционален текст што ќе се појави под елементите на формуларот додека уредувате средства за да обезбеди контекст на полето.',
'about_custom_fields_title' => 'За прилагодени полина',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Покажете во списокот со побарливи предмети',
'show_in_requestable_list' => 'Прикажете вредност во списокот со побарливи предмети. Енкриптираните полиња нема да бидат прикажани',
'encrypted_options' => 'Ова поле е енкриптирано, некои опции за приказ нема да бидат достапни.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/mk-MK/admin/hardware/general.php b/resources/lang/mk-MK/admin/hardware/general.php
index d59eb921eb..cd8f1c0ee7 100644
--- a/resources/lang/mk-MK/admin/hardware/general.php
+++ b/resources/lang/mk-MK/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Основни средства се ставки следени по сериски број или код на средства. Тие обично имаат повисока набавна вредност и е важно нивно поединечно евидентирање.',
'archived' => 'Архивирано',
'asset' => 'Основно средство',
- 'bulk_checkout' => 'Раздолжи основно средство',
- 'bulk_checkin' => 'Раздолжо основно средство',
+ 'bulk_checkout' => 'Масовно задолжување',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Раздолжи основно средство',
'checkout' => 'Задолжи основно средство',
'clone' => 'Клонирај основно средство',
diff --git a/resources/lang/mk-MK/admin/hardware/message.php b/resources/lang/mk-MK/admin/hardware/message.php
index 07940e9a6c..9dfb411024 100644
--- a/resources/lang/mk-MK/admin/hardware/message.php
+++ b/resources/lang/mk-MK/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Дали сте сигурни дека сакате да го избришете ова основно средство?',
'error' => 'Имаше проблем со бришење на основното средство. Обидете се повторно.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Не беа избрани основни средства, затоа ништо не беше избришано.',
'success' => 'Основното средство беше избришано.',
],
diff --git a/resources/lang/mk-MK/admin/models/general.php b/resources/lang/mk-MK/admin/models/general.php
index 0c3f3c6470..a2f2572326 100644
--- a/resources/lang/mk-MK/admin/models/general.php
+++ b/resources/lang/mk-MK/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'За моделите на основни средства',
'about_models_text' => 'Моделите на основни средства служат да се групираат идентични средства. Пр. "IPhone 6s", "ThinkPad T470" итн.',
- 'deleted' => 'Овој модел е избришан.',
+ 'deleted' => 'Овој модел е избришан.',
'bulk_delete' => 'Масовно бришење на модели',
'bulk_delete_help' => 'Користете ги полињата подолу за да го потврдите бришењето на избраните модели. Моделите кои имаат основни средства поврзани со нив не може да се избришат додека средствата не се поврзанат со друг модел.',
'bulk_delete_warn' => 'Ќе избришете еден модел на средство.|Ќе избриштете :model_count модели на средства.',
diff --git a/resources/lang/mk-MK/admin/users/general.php b/resources/lang/mk-MK/admin/users/general.php
index 7312fd3123..dce10e1f83 100644
--- a/resources/lang/mk-MK/admin/users/general.php
+++ b/resources/lang/mk-MK/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Печати задолжение',
'email_assigned' => 'Испрати Е-пошта со листа од сите доделени',
'user_notified' => 'На корисникот му е испрати Е-пошта со листа од сите доделени предмети.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Вклучете го овој корисник при автоматско доделување подобни лиценци',
'auto_assign_help' => 'Прескокнете го овој корисник при доделување лиценци',
'software_user' => 'Софтвер задолжен на :name',
diff --git a/resources/lang/mk-MK/general.php b/resources/lang/mk-MK/general.php
index 6e94e2ef62..18e9746927 100644
--- a/resources/lang/mk-MK/general.php
+++ b/resources/lang/mk-MK/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Акција',
'activity_report' => 'Извештај за активност',
'address' => 'Адреса',
- 'admin' => 'Admin',
+ 'admin' => 'Административни подесувања',
'admin_tooltip' => 'Корисникот има администраторски привилегии',
'superuser' => 'Суперкорисник',
'superuser_tooltip' => 'Корисникот има привилегии на суперкорисник',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Достапни средства',
'accept_assets' => 'Прифати средства :name',
'accept_assets_menu' => 'Прифати средства',
+ 'accept_item' => 'Accept Item',
'audit' => 'Ревизија',
'audit_report' => 'Дневник за ревизија',
'assets' => 'Основни средства',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Записот креиран',
'updated_at' => 'Ажурирано во',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Валута', //
'current' => 'Тековна',
'current_password' => 'Тековна лозинка',
'customize_report' => 'Прилагоди извештај',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Вашата сесија истече. Најавете се повторно.',
'login_enabled' => 'Најавувањето е овозможено',
'audit_due' => 'Спремно за ревизија',
- 'audit_due_days' => 'Имот во рок за попис во наредните :days дена|Имот во рок за попис во наредните :days дена',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Рок за раздолжување',
'checkin_overdue' => 'Поминат рок за раздолжување',
- 'checkin_due_days' => 'Средства со рок за раздолжување во наредните :days дена|Средства со рок за раздолжување во наредните :days дена',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Преку рокот за ревизија',
'accept' => 'Прифати :asset',
'i_accept' => 'Прифаќам',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ml-IN/admin/components/message.php b/resources/lang/ml-IN/admin/components/message.php
index 0a7dd8d954..ec39dc4178 100644
--- a/resources/lang/ml-IN/admin/components/message.php
+++ b/resources/lang/ml-IN/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Are you sure you wish to delete this component?',
'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'success' => 'The component was deleted successfully.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php
index e3c21d1f0c..f17eedda11 100644
--- a/resources/lang/ml-IN/admin/custom_fields/general.php
+++ b/resources/lang/ml-IN/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ml-IN/admin/hardware/general.php b/resources/lang/ml-IN/admin/hardware/general.php
index 34ac4e63ee..084e171d46 100644
--- a/resources/lang/ml-IN/admin/hardware/general.php
+++ b/resources/lang/ml-IN/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'Archived',
'asset' => 'Asset',
- 'bulk_checkout' => 'Checkout Assets',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset',
diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php
index 222cbc439e..605c1fe230 100644
--- a/resources/lang/ml-IN/admin/hardware/message.php
+++ b/resources/lang/ml-IN/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Are you sure you wish to delete this asset?',
'error' => 'There was an issue deleting the asset. Please try again.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
'success' => 'The asset was deleted successfully.',
],
diff --git a/resources/lang/ml-IN/admin/models/general.php b/resources/lang/ml-IN/admin/models/general.php
index 7e4a77adbc..9a61b53fd0 100644
--- a/resources/lang/ml-IN/admin/models/general.php
+++ b/resources/lang/ml-IN/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/ml-IN/admin/users/general.php b/resources/lang/ml-IN/admin/users/general.php
index b097ccec69..14f36cf151 100644
--- a/resources/lang/ml-IN/admin/users/general.php
+++ b/resources/lang/ml-IN/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Print All Assigned',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Software Checked out to :name',
diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php
index ffed000e80..8794dff404 100644
--- a/resources/lang/ml-IN/general.php
+++ b/resources/lang/ml-IN/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Action',
'activity_report' => 'Activity Report',
'address' => 'വിലാസം',
- 'admin' => 'Admin',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audit',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Updated at',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Current',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Your form session has expired. Please try again.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/mn-MN/admin/components/message.php b/resources/lang/mn-MN/admin/components/message.php
index fb2aeff6bd..86f8e7bd03 100644
--- a/resources/lang/mn-MN/admin/components/message.php
+++ b/resources/lang/mn-MN/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Та энэ бүрэлдэхүүн хэсгийг устгахдаа итгэлтэй байна уу?',
'error' => 'Энэ бүрэлдэхүүнийг устгах асуудал гарлаа. Дахин оролдоно уу.',
- 'success' => 'Бүрэлдэхүүн хэсэг амжилттай устгагдсан.'
+ 'success' => 'Бүрэлдэхүүн хэсэг амжилттай устгагдсан.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/mn-MN/admin/custom_fields/general.php b/resources/lang/mn-MN/admin/custom_fields/general.php
index 8a406df935..231ff284e7 100644
--- a/resources/lang/mn-MN/admin/custom_fields/general.php
+++ b/resources/lang/mn-MN/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Энэ талбарын үнэ цэнийг мэдээллийн санд шифрлэдэг. Зөвхөн админ хэрэглэгч нар нь буцаагдсан утгыг харах боломжтой байна',
'show_in_email' => 'Хэрэглэгчид илгээсэн олголтын имэйлд энэ талбарын утгыг оруулах уу? Шифрлэгдсэн талбаруудыг имэйлд оруулах боломжгүй',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/mn-MN/admin/hardware/general.php b/resources/lang/mn-MN/admin/hardware/general.php
index 3e49ffa554..7d80b949b0 100644
--- a/resources/lang/mn-MN/admin/hardware/general.php
+++ b/resources/lang/mn-MN/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Актив нь сериал дугаар буюу хөрөнгийн тэмдэгтээр хянагдсан зүйлс юм. Эдгээр нь тодорхой зүйлүүдийг тодорхойлоход илүү үнэ цэнэтэй зүйлс байх хандлагатай байдаг.',
'archived' => 'Архивлагдсан',
'asset' => 'Актив',
- 'bulk_checkout' => 'Хөрөнгийг олгох',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Бөөнөөр Тооцоо хийх',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Checkin Asset',
'checkout' => 'Тооцоот Хөрөнгийн',
'clone' => 'Clone Asset',
diff --git a/resources/lang/mn-MN/admin/hardware/message.php b/resources/lang/mn-MN/admin/hardware/message.php
index e4936ce188..1b396680a2 100644
--- a/resources/lang/mn-MN/admin/hardware/message.php
+++ b/resources/lang/mn-MN/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Та энэ хөрөнгийг устгахыг хүсч байна уу?',
'error' => 'Хөрөнгийг устгах асуудал гарлаа. Дахин оролдоно уу.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Ямар ч хөрөнгө сонгогдоогүй тул юу ч устгаагүй.',
'success' => 'Хөрөнгийг амжилттай устгасан байна.',
],
diff --git a/resources/lang/mn-MN/admin/models/general.php b/resources/lang/mn-MN/admin/models/general.php
index 84fb665155..d9d3477401 100644
--- a/resources/lang/mn-MN/admin/models/general.php
+++ b/resources/lang/mn-MN/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Активын загварууд',
'about_models_text' => 'Хөрөнгийн загвар нь ижил төрлийн хөрөнгийг бүлэглэх арга юм. "MBP 2013", "IPhone 6s", гэх мэт.',
- 'deleted' => 'This model has been deleted.',
+ 'deleted' => 'This model has been deleted.',
'bulk_delete' => 'Бөөнөөр хөрөнгийн загварыг устгах',
'bulk_delete_help' => 'Сонгосон хөрөнгийн загварыг устгахыг баталгаажуулж доорх хайрцгийг ашиглана уу. Хөрөнгөтэй холбоотой хөрөнгийн загварыг өөр загвартай холбох хүртэл устгах боломжгүй.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/mn-MN/admin/users/general.php b/resources/lang/mn-MN/admin/users/general.php
index c2e94471ba..69462b7529 100644
--- a/resources/lang/mn-MN/admin/users/general.php
+++ b/resources/lang/mn-MN/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Бүх хуваарилагдсан хөрөнгийг хэвлэх',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Програм хангамж: нэр',
diff --git a/resources/lang/mn-MN/general.php b/resources/lang/mn-MN/general.php
index 4c4077af27..84feb506d7 100644
--- a/resources/lang/mn-MN/general.php
+++ b/resources/lang/mn-MN/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Үйлдэл',
'activity_report' => 'Үйл ажиллагааны тайлан',
'address' => 'Хаяг',
- 'admin' => 'админ',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Аудит',
'audit_report' => 'Аудитын бүртгэл',
'assets' => 'Актив',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Record Created',
'updated_at' => 'Дээр шинэчилсэн',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Одоогийн байдлаар',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Таны маягт дууссан байна. Дахин оролдоно уу.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ms-MY/admin/components/message.php b/resources/lang/ms-MY/admin/components/message.php
index 68ba7deb7c..6e0dcc4b87 100644
--- a/resources/lang/ms-MY/admin/components/message.php
+++ b/resources/lang/ms-MY/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Adakah anda pasti ingin memadamkan komponen ini?',
'error' => 'Terdapat isu memadamkan komponen. Sila cuba lagi.',
- 'success' => 'Komponen telah berjaya dipadam.'
+ 'success' => 'Komponen telah berjaya dipadam.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ms-MY/admin/custom_fields/general.php b/resources/lang/ms-MY/admin/custom_fields/general.php
index ba570d3a0f..34d5768793 100644
--- a/resources/lang/ms-MY/admin/custom_fields/general.php
+++ b/resources/lang/ms-MY/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Nilai medan ini disulitkan dalam pangkalan data. Hanya pengguna admin sahaja yang dapat melihat nilai yang disahkrit',
'show_in_email' => 'Sertakan nilai medan ini dalam e-mel semak keluar yang dihantar kepada pengguna? Medan yang disulitkan tidak boleh dimasukkan ke dalam e-mel',
- 'show_in_email_short' => 'Include in emails.',
+ 'show_in_email_short' => 'Include in emails',
'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',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ms-MY/admin/hardware/general.php b/resources/lang/ms-MY/admin/hardware/general.php
index df49aaa496..af5df5d907 100644
--- a/resources/lang/ms-MY/admin/hardware/general.php
+++ b/resources/lang/ms-MY/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Aset adalah item yang dikesan oleh nombor siri atau tag aset. Mereka cenderung menjadi item nilai yang lebih tinggi di mana mengenal pasti perkara-perkara tertentu.',
'archived' => 'Diarkibkan',
'asset' => 'Harta',
- 'bulk_checkout' => 'Daftar Keluar Aset',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Checkout Pukal',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Terima Harta',
'checkout' => 'Aset Checkout',
'clone' => 'Pendua Harta',
diff --git a/resources/lang/ms-MY/admin/hardware/message.php b/resources/lang/ms-MY/admin/hardware/message.php
index 7ed74a23f1..4123649c44 100644
--- a/resources/lang/ms-MY/admin/hardware/message.php
+++ b/resources/lang/ms-MY/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Anda pasti anda ingin hapuskan harta ini?',
'error' => 'Ada isu semasa menghapuskan harta. Sila cuba lagi.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Tiada aset dipilih, jadi tiada apa yang dipadamkan.',
'success' => 'Harta berjaya dihapuskan.',
],
diff --git a/resources/lang/ms-MY/admin/models/general.php b/resources/lang/ms-MY/admin/models/general.php
index 9961221f47..5d5c8d0664 100644
--- a/resources/lang/ms-MY/admin/models/general.php
+++ b/resources/lang/ms-MY/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Mengenai Model Asset',
'about_models_text' => 'Model Aset adalah cara untuk mengumpulkan aset yang sama. "MBP 2013", "IPhone 6s", dan sebagainya.',
- 'deleted' => 'Model ini telah dipadamkan.',
+ 'deleted' => 'Model ini telah dipadamkan.',
'bulk_delete' => 'Padam Secara Pukal Model Aset',
'bulk_delete_help' => 'Gunakan kotak semakan di bawah untuk mengesahkan penghapusan model aset terpilih. Model aset yang mempunyai aset yang berkaitan dengannya tidak boleh dihapuskan sehingga aset dikaitkan dengan model yang berbeza.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
diff --git a/resources/lang/ms-MY/admin/users/general.php b/resources/lang/ms-MY/admin/users/general.php
index 67539888fd..fc0f3b5bba 100644
--- a/resources/lang/ms-MY/admin/users/general.php
+++ b/resources/lang/ms-MY/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Cetak Semua yang Diperuntukkan',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Perisian diagihkan kepada :nama',
diff --git a/resources/lang/ms-MY/general.php b/resources/lang/ms-MY/general.php
index 388c4abe52..7dc4f3475e 100644
--- a/resources/lang/ms-MY/general.php
+++ b/resources/lang/ms-MY/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Tindakan',
'activity_report' => 'Laporan Aktiviti',
'address' => 'Alamat',
- 'admin' => 'Pentadbir',
+ 'admin' => 'Admin Settings',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audit',
'audit_report' => 'Log Audit',
'assets' => 'Harta',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Rekod dicipta',
'updated_at' => 'Dikemaskini di',
'currency' => 'RM', // this is deprecated
+ 'currency_text' => 'Currency', //
'current' => 'Semasa',
'current_password' => 'Current Password',
'customize_report' => 'Customize Report',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Sesi borang anda telah tamat tempoh. Sila cuba lagi.',
'login_enabled' => 'Login Enabled',
'audit_due' => 'Due for Audit',
- 'audit_due_days' => 'Assets Due for Audit Within :days Day|Assets Due for Audit Within :days Days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Due for Checkin',
'checkin_overdue' => 'Overdue for Checkin',
- 'checkin_due_days' => 'Assets Due for Checkin Within :days Day|Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Overdue for Audit',
'accept' => 'Accept :asset',
'i_accept' => 'I accept',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/nb-NO/admin/components/message.php b/resources/lang/nb-NO/admin/components/message.php
index af968e45f9..625f7ebdfe 100644
--- a/resources/lang/nb-NO/admin/components/message.php
+++ b/resources/lang/nb-NO/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne komponenten?',
'error' => 'Det oppstod et problem under sletting av komponenten. Vennligst prøv igjen.',
- 'success' => 'Sletting av komponent vellykket.'
+ 'success' => 'Sletting av komponent vellykket.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/nb-NO/admin/custom_fields/general.php b/resources/lang/nb-NO/admin/custom_fields/general.php
index 2f88f383a7..d32747f3b2 100644
--- a/resources/lang/nb-NO/admin/custom_fields/general.php
+++ b/resources/lang/nb-NO/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Opprett nytt egendefinert felt',
'value_encrypted' => 'Verdien i dette feltet er kryptert i databasen. Bare administratorer kan se hva som står i dette feltet',
'show_in_email' => 'Inkluder verdien i dette feltet i utsjekkseposter sendt til brukeren? Krypterte felter kan ikke inkluderes i eposter',
- 'show_in_email_short' => 'Inkludere i epost.',
+ 'show_in_email_short' => 'Inkludere i epost',
'help_text' => 'Hjelpetekst',
'help_text_description' => 'Dette er en valgfri tekst som vises under feltet når man redigerer et element, ment for å gi kontekst til feltets innhold.',
'about_custom_fields_title' => 'Om egendefinerte felt',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Vis i liste over ressurser som kan være tilgjengelig på forespørsel',
'show_in_requestable_list' => 'Vis verdi i listen over ressurser som kan være tilgjengelig på forspørsel. Krypterte felter vises ikke',
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/nb-NO/admin/hardware/general.php b/resources/lang/nb-NO/admin/hardware/general.php
index 9b19b6b2a0..da9fc4f05c 100644
--- a/resources/lang/nb-NO/admin/hardware/general.php
+++ b/resources/lang/nb-NO/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Eiendeler er sporet av serienummer eller assetsmerke. De pleier å være høyere verdi f. eks for å identifisere spesielle ting.',
'archived' => 'Arkivert',
'asset' => 'Eiendel',
- 'bulk_checkout' => 'Sjekk ut Eiendeler',
- 'bulk_checkin' => 'Sjekk inn ressurser',
+ 'bulk_checkout' => 'Masseutsjekk',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Sjekk inn eiendel',
'checkout' => 'Sjekk ut asset',
'clone' => 'Klon eiendel',
diff --git a/resources/lang/nb-NO/admin/hardware/message.php b/resources/lang/nb-NO/admin/hardware/message.php
index a51a80d807..35997fbb70 100644
--- a/resources/lang/nb-NO/admin/hardware/message.php
+++ b/resources/lang/nb-NO/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Er du sikker på at du vil slette eiendelen?',
'error' => 'Det oppstod et problem under sletting av eiendel. Vennligst prøv igjen.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Ingen assets ble valgt, så ingenting ble slettet.',
'success' => 'Vellykket sletting av eiendel.',
],
diff --git a/resources/lang/nb-NO/admin/models/general.php b/resources/lang/nb-NO/admin/models/general.php
index 2b10c316da..4a1b51f4f7 100644
--- a/resources/lang/nb-NO/admin/models/general.php
+++ b/resources/lang/nb-NO/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Om asset modeller',
'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'Denne modellen har blitt slettet.',
+ 'deleted' => 'Denne modellen har blitt slettet.',
'bulk_delete' => 'Bulk slett modeller',
'bulk_delete_help' => 'Bruk merkeboksene nedenfor til å bekrefte sletting av de merkede modellene. Modeller som har eiendeler tilknyttet kan ikke slettes før eiendelene har blitt tilknyttet en annen modell.',
'bulk_delete_warn' => 'Du er i ferd med å slette en ressursmodell. | Du er i ferd med å slette :model_count modeller.',
diff --git a/resources/lang/nb-NO/admin/users/general.php b/resources/lang/nb-NO/admin/users/general.php
index ffe4751d62..9c03e4b135 100644
--- a/resources/lang/nb-NO/admin/users/general.php
+++ b/resources/lang/nb-NO/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Skriv ut alt tilordnet',
'email_assigned' => 'Epostliste for alle tilknyttede',
'user_notified' => 'Brukeren har blitt sendt en liste over elementer som er tildelt brukeren.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inkluder denne brukeren ved automatisk tildeling av kvalifiserte lisenser',
'auto_assign_help' => 'Hopp over brukeren i autotildeling av lisenser',
'software_user' => 'Programvare utsjekket til :name',
diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php
index 0837fdc5b7..44814dae70 100644
--- a/resources/lang/nb-NO/general.php
+++ b/resources/lang/nb-NO/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Handlinger',
'activity_report' => 'Aktivitetsrapport',
'address' => 'Adresse',
- 'admin' => 'Admin',
+ 'admin' => 'Admin innstillinger',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Tilgjengelige eiendeler',
'accept_assets' => 'Godta Eiendelen :name',
'accept_assets_menu' => 'Godta eiendeler',
+ 'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Post opprettet',
'updated_at' => 'Oppdatert',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Valuta', //
'current' => 'Nåværende',
'current_password' => 'Gjeldende passord',
'customize_report' => 'Tilpass rapport',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Din sesjon har utløpt. Prøv igjen.',
'login_enabled' => 'Innlogging aktiv',
'audit_due' => 'Revisjonsfrist nær',
- 'audit_due_days' => 'Aktiva Frist for revisjon innen :days days|Due for Audit Om dager',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Forfalt for innsjekk',
'checkin_overdue' => 'Forfalt for innsjekk',
- 'checkin_due_days' => 'Eiendeler Tidsfrist for innsjekk innen :days Day|Asset Due for Checkin Innen :days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Revisjonsfrist forfalt',
'accept' => 'Akseptér :asset',
'i_accept' => 'Jeg aksepterer',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/nl-NL/admin/components/message.php b/resources/lang/nl-NL/admin/components/message.php
index 1b40646a16..fbebd65fe1 100644
--- a/resources/lang/nl-NL/admin/components/message.php
+++ b/resources/lang/nl-NL/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Weet je zeker dat je dit component wil verwijderen?',
'error' => 'Er ging iets mis bij het verwijderen van het component. Probeer het nogmaals.',
- 'success' => 'Component succesvol verwijderd.'
+ 'success' => 'Component succesvol verwijderd.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/nl-NL/admin/custom_fields/general.php b/resources/lang/nl-NL/admin/custom_fields/general.php
index c342ecbf35..3bbbefc5f3 100644
--- a/resources/lang/nl-NL/admin/custom_fields/general.php
+++ b/resources/lang/nl-NL/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Maak een nieuw aangepast veld',
'value_encrypted' => 'De waarde van dit veld is versleuteld in de database. Alleen beheerders zullen de onversleutelde waarde kunnen weergeven.',
'show_in_email' => 'De waarde van dit veld opnemen in de checkout e-mails die naar de gebruiker zijn verzonden? Versleutelde velden kunnen niet worden opgenomen in e-mails',
- 'show_in_email_short' => 'Opnemen in e-mails.',
+ 'show_in_email_short' => 'Opnemen in e-mails',
'help_text' => 'Help tekst',
'help_text_description' => 'Dit is een optionele tekst die onder de formulierelementen verschijnt terwijl een asset wordt bewerkt om context op te geven in het veld.',
'about_custom_fields_title' => 'Over Aangepaste Velden',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Toon in de aanvraagbare assets lijst',
'show_in_requestable_list' => 'Toon de waarde in de aanvraagbare assets lijst. Gecodeerde velden worden niet getoond',
'encrypted_options' => 'Dit veld is encrypted, dus sommige weergaveopties zullen niet beschikbaar zijn.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/nl-NL/admin/hardware/general.php b/resources/lang/nl-NL/admin/hardware/general.php
index 45f2dbf6ef..eaa926c562 100644
--- a/resources/lang/nl-NL/admin/hardware/general.php
+++ b/resources/lang/nl-NL/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'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' => 'Activa uitgeven',
- 'bulk_checkin' => 'Activa innemen',
+ 'bulk_checkout' => 'Bulk uitlevering',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Asset inchecken',
'checkout' => 'Asset uitchecken',
'clone' => 'Dupliceer Asset',
diff --git a/resources/lang/nl-NL/admin/hardware/message.php b/resources/lang/nl-NL/admin/hardware/message.php
index 2a61df0411..cffd315ca6 100644
--- a/resources/lang/nl-NL/admin/hardware/message.php
+++ b/resources/lang/nl-NL/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Weet je zeker dat je dit asset wilt verwijderen?',
'error' => 'Er was een probleem tijdens het verwijderen van het asset. Probeer het opnieuw.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Er zijn geen assets geselecteerd, er is dus niets verwijderd.',
'success' => 'Het asset is succesvol verwijderd.',
],
diff --git a/resources/lang/nl-NL/admin/models/general.php b/resources/lang/nl-NL/admin/models/general.php
index 41768d4756..4dd61c2931 100644
--- a/resources/lang/nl-NL/admin/models/general.php
+++ b/resources/lang/nl-NL/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Over Asset Modellen',
'about_models_text' => 'Assetmodellen zijn een manier om identieke assets te groeperen. "MBP 2013", "iPhone 6s", enz.',
- 'deleted' => 'Dit model is verwijderd.',
+ 'deleted' => 'Dit model is verwijderd.',
'bulk_delete' => 'In bulk verwijderen van assetmodellen',
'bulk_delete_help' => 'Gebruik de selectievakjes hieronder om het verwijderen van de geselecteerde assetmodellen te bevestigen. Assetmodellen waarbij assets gekoppeld zijn, kunnen niet verwijderd worden totdat de assets gekoppeld zijn aan een ander model.',
'bulk_delete_warn' => 'Je staat op het punt één asset model te verwijderen.|Je staat op het punt om :model_count asset modellen te verwijderen.',
diff --git a/resources/lang/nl-NL/admin/reports/general.php b/resources/lang/nl-NL/admin/reports/general.php
index 5a6aa1f8f0..ac74bf608d 100644
--- a/resources/lang/nl-NL/admin/reports/general.php
+++ b/resources/lang/nl-NL/admin/reports/general.php
@@ -14,9 +14,9 @@ return [
'user_country' => 'Gebruiker Land',
'user_zip' => 'Gebruiker Postcode'
],
- 'open_saved_template' => 'Open Saved Template',
- 'save_template' => 'Save Template',
- 'select_a_template' => 'Select a Template',
- 'template_name' => 'Template Name',
- 'update_template' => 'Update Template',
+ 'open_saved_template' => 'Opgeslagen sjabloon openen',
+ 'save_template' => 'Sjabloon opslaan',
+ 'select_a_template' => 'Kies een sjabloon',
+ 'template_name' => 'Sjabloonnaam',
+ 'update_template' => 'Sjabloon bijwerken',
];
diff --git a/resources/lang/nl-NL/admin/users/general.php b/resources/lang/nl-NL/admin/users/general.php
index 7669d76a24..d1cf6469cb 100644
--- a/resources/lang/nl-NL/admin/users/general.php
+++ b/resources/lang/nl-NL/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Print alles wat toegewezen is',
'email_assigned' => 'E-maillijst met alle toegewezen artikelen',
'user_notified' => 'Gebruiker is een lijst van de momenteel toegewezen artikelen gemaild.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Neem deze gebruiker op bij het automatisch toewijzen van in aanmerking komende licenties',
'auto_assign_help' => 'Automatisch licentie toewijzen overslaan voor deze gebruiker',
'software_user' => 'Software is uitgecheckt aan :name',
diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php
index 9d09ca6c31..0f51ba34d4 100644
--- a/resources/lang/nl-NL/general.php
+++ b/resources/lang/nl-NL/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Actie',
'activity_report' => 'Activiteitenrapportage',
'address' => 'Adres',
- 'admin' => 'Beheerder',
+ 'admin' => 'Beheerder Instellingen',
'admin_tooltip' => 'Deze gebruiker heeft beheerdersrechten',
'superuser' => 'Superuser',
'superuser_tooltip' => 'Deze gebruiker heeft superuser rechten',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Beschikbare activa',
'accept_assets' => 'Accepteer activa :name',
'accept_assets_menu' => 'Activa accepteren',
+ 'accept_item' => 'Accepteer item',
'audit' => 'Audit',
'audit_report' => 'Auditlogboek',
'assets' => 'Activa',
@@ -64,7 +65,7 @@ return [
'checkout' => 'Check uit',
'checkouts_count' => 'Check-uit\'s',
'checkins_count' => 'Check in\'s',
- 'checkin_and_delete' => 'Checkin and Delete',
+ 'checkin_and_delete' => 'Inchecken en verwijderen',
'user_requests_count' => 'Aanvragen',
'city' => 'Plaats',
'click_here' => 'Klik hier',
@@ -87,12 +88,13 @@ return [
'record_created' => 'Record gemaakt',
'updated_at' => 'Bijgewerkt op',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Valuta', //
'current' => 'Huidige',
'current_password' => 'Huidig wachtwoord',
'customize_report' => 'Rapport aanpassen',
'custom_report' => 'Aangepaste Asset Rapport',
'dashboard' => 'Dashboard',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Databron',
'days' => 'dagen',
'days_to_next_audit' => 'Dagen tot de volgende controle',
'date' => 'Datum',
@@ -218,14 +220,14 @@ return [
'no_results' => 'Geen resultaten.',
'no' => 'Nee',
'notes' => 'Notities',
- 'note_added' => 'Note Added',
- 'options' => 'Options',
- 'preview' => 'Preview',
- 'add_note' => 'Add Note',
- 'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
- 'note_deleted' => 'Note Deleted',
- 'delete_note' => 'Delete Note',
+ 'note_added' => 'Notitie toegevoegd',
+ 'options' => 'Opties',
+ 'preview' => 'Voorbeeld',
+ 'add_note' => 'Notitie toevoegen',
+ 'note_edited' => 'Notitie aangepast',
+ 'edit_note' => 'Notitie aanpassen',
+ 'note_deleted' => 'Notitie verwijderd',
+ 'delete_note' => 'Notitie verwijderen',
'order_number' => 'Bestelnummer',
'only_deleted' => 'Alleen verwijderde activa',
'page_menu' => '_MENU_ items worden weergegeven',
@@ -293,7 +295,7 @@ return [
'status_label' => 'Status label',
'status' => 'Status',
'accept_eula' => 'Aanvaarding overeenkomst',
- 'show_or_hide_eulas' => 'Show/Hide EULAs',
+ 'show_or_hide_eulas' => 'EULA\'s tonen/verbergen',
'supplier' => 'Leverancier',
'suppliers' => 'Leveranciers',
'sure_to_delete' => 'Weet u zeker dat u wilt verwijderen',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Je sessie is verlopen. Probeer het nogmaals.',
'login_enabled' => 'Login ingeschakeld',
'audit_due' => 'Klaar voor audit',
- 'audit_due_days' => 'Assets Due for Audit binnen :days dagen|Te betalen activa binnen :days dagen',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Inchecken is vereist',
'checkin_overdue' => 'Te laat voor inchecken',
- 'checkin_due_days' => 'Inchecken binnen :days Dagelijkse|Assets Te betalen binnen :days dagen',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Over tijd voor audit',
'accept' => 'Accepteer :asset',
'i_accept' => 'Ik accepteer',
@@ -577,14 +579,25 @@ return [
'label' => 'Label',
'import_asset_tag_exists' => 'Een asset met de asset tag :asset_tag bestaat al en een update is niet aangevraagd. Er is geen wijziging aangebracht.',
'countries_manually_entered_help' => 'De waarden met een asterisk (*) zijn handmatig ingevoerd en komen niet overeen met de bestaande ISO 3166 dropdown waarden',
- 'accessories_assigned' => 'Assigned Accessories',
- 'user_managed_passwords' => 'Password Management',
+ 'accessories_assigned' => 'Toegekende accessoires',
+ 'user_managed_passwords' => 'Wachtwoordbeheer',
'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords',
'user_managed_passwords_allow' => 'Allow users to manage their own passwords',
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Notitie toevoegen',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/nl-NL/validation.php b/resources/lang/nl-NL/validation.php
index afc3400d1a..339df85b8d 100644
--- a/resources/lang/nl-NL/validation.php
+++ b/resources/lang/nl-NL/validation.php
@@ -209,10 +209,10 @@ return [
'invalid_value_in_field' => 'Ongeldige waarde ingevoerd in dit veld',
'ldap_username_field' => [
- 'not_in' => 'sAMAccountName
(mixed case) will likely not work. You should use samaccountname
(lowercase) instead.'
+ 'not_in' => 'sAMAccountName
(Hoofd- en kleine letters) zal waarschijnlijk niet werken. Je zou in plaats hiervan samaccountname
(kleine letters) kunnen gebruiken.'
],
- 'ldap_auth_filter_query' => ['not_in' => 'uid=samaccountname
is probably not a valid auth filter. You probably want uid=
'],
- 'ldap_filter' => ['regex' => 'This value should probably not be wrapped in parentheses.'],
+ 'ldap_auth_filter_query' => ['not_in' => 'uid=samaccountname
is waarschijnlijk geen geldig authenticatiefilter. Je wilt waarschijnlijk uid=
gebruiken.'],
+ 'ldap_filter' => ['regex' => 'Deze waarde hoeft waarschijnlijk niet verpakt te worden in haakjes.'],
],
/*
diff --git a/resources/lang/nn-NO/admin/components/message.php b/resources/lang/nn-NO/admin/components/message.php
index af968e45f9..625f7ebdfe 100644
--- a/resources/lang/nn-NO/admin/components/message.php
+++ b/resources/lang/nn-NO/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne komponenten?',
'error' => 'Det oppstod et problem under sletting av komponenten. Vennligst prøv igjen.',
- 'success' => 'Sletting av komponent vellykket.'
+ 'success' => 'Sletting av komponent vellykket.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/nn-NO/admin/custom_fields/general.php b/resources/lang/nn-NO/admin/custom_fields/general.php
index 2f88f383a7..d32747f3b2 100644
--- a/resources/lang/nn-NO/admin/custom_fields/general.php
+++ b/resources/lang/nn-NO/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Opprett nytt egendefinert felt',
'value_encrypted' => 'Verdien i dette feltet er kryptert i databasen. Bare administratorer kan se hva som står i dette feltet',
'show_in_email' => 'Inkluder verdien i dette feltet i utsjekkseposter sendt til brukeren? Krypterte felter kan ikke inkluderes i eposter',
- 'show_in_email_short' => 'Inkludere i epost.',
+ 'show_in_email_short' => 'Inkludere i epost',
'help_text' => 'Hjelpetekst',
'help_text_description' => 'Dette er en valgfri tekst som vises under feltet når man redigerer et element, ment for å gi kontekst til feltets innhold.',
'about_custom_fields_title' => 'Om egendefinerte felt',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Vis i liste over ressurser som kan være tilgjengelig på forespørsel',
'show_in_requestable_list' => 'Vis verdi i listen over ressurser som kan være tilgjengelig på forspørsel. Krypterte felter vises ikke',
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/nn-NO/admin/hardware/general.php b/resources/lang/nn-NO/admin/hardware/general.php
index 9b19b6b2a0..da9fc4f05c 100644
--- a/resources/lang/nn-NO/admin/hardware/general.php
+++ b/resources/lang/nn-NO/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Eiendeler er sporet av serienummer eller assetsmerke. De pleier å være høyere verdi f. eks for å identifisere spesielle ting.',
'archived' => 'Arkivert',
'asset' => 'Eiendel',
- 'bulk_checkout' => 'Sjekk ut Eiendeler',
- 'bulk_checkin' => 'Sjekk inn ressurser',
+ 'bulk_checkout' => 'Masseutsjekk',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Sjekk inn eiendel',
'checkout' => 'Sjekk ut asset',
'clone' => 'Klon eiendel',
diff --git a/resources/lang/nn-NO/admin/hardware/message.php b/resources/lang/nn-NO/admin/hardware/message.php
index a51a80d807..35997fbb70 100644
--- a/resources/lang/nn-NO/admin/hardware/message.php
+++ b/resources/lang/nn-NO/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Er du sikker på at du vil slette eiendelen?',
'error' => 'Det oppstod et problem under sletting av eiendel. Vennligst prøv igjen.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Ingen assets ble valgt, så ingenting ble slettet.',
'success' => 'Vellykket sletting av eiendel.',
],
diff --git a/resources/lang/nn-NO/admin/models/general.php b/resources/lang/nn-NO/admin/models/general.php
index 2b10c316da..4a1b51f4f7 100644
--- a/resources/lang/nn-NO/admin/models/general.php
+++ b/resources/lang/nn-NO/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Om asset modeller',
'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'Denne modellen har blitt slettet.',
+ 'deleted' => 'Denne modellen har blitt slettet.',
'bulk_delete' => 'Bulk slett modeller',
'bulk_delete_help' => 'Bruk merkeboksene nedenfor til å bekrefte sletting av de merkede modellene. Modeller som har eiendeler tilknyttet kan ikke slettes før eiendelene har blitt tilknyttet en annen modell.',
'bulk_delete_warn' => 'Du er i ferd med å slette en ressursmodell. | Du er i ferd med å slette :model_count modeller.',
diff --git a/resources/lang/nn-NO/admin/users/general.php b/resources/lang/nn-NO/admin/users/general.php
index ffe4751d62..9c03e4b135 100644
--- a/resources/lang/nn-NO/admin/users/general.php
+++ b/resources/lang/nn-NO/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Skriv ut alt tilordnet',
'email_assigned' => 'Epostliste for alle tilknyttede',
'user_notified' => 'Brukeren har blitt sendt en liste over elementer som er tildelt brukeren.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inkluder denne brukeren ved automatisk tildeling av kvalifiserte lisenser',
'auto_assign_help' => 'Hopp over brukeren i autotildeling av lisenser',
'software_user' => 'Programvare utsjekket til :name',
diff --git a/resources/lang/nn-NO/general.php b/resources/lang/nn-NO/general.php
index 0837fdc5b7..44814dae70 100644
--- a/resources/lang/nn-NO/general.php
+++ b/resources/lang/nn-NO/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Handlinger',
'activity_report' => 'Aktivitetsrapport',
'address' => 'Adresse',
- 'admin' => 'Admin',
+ 'admin' => 'Admin innstillinger',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Tilgjengelige eiendeler',
'accept_assets' => 'Godta Eiendelen :name',
'accept_assets_menu' => 'Godta eiendeler',
+ 'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Post opprettet',
'updated_at' => 'Oppdatert',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Valuta', //
'current' => 'Nåværende',
'current_password' => 'Gjeldende passord',
'customize_report' => 'Tilpass rapport',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Din sesjon har utløpt. Prøv igjen.',
'login_enabled' => 'Innlogging aktiv',
'audit_due' => 'Revisjonsfrist nær',
- 'audit_due_days' => 'Aktiva Frist for revisjon innen :days days|Due for Audit Om dager',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Forfalt for innsjekk',
'checkin_overdue' => 'Forfalt for innsjekk',
- 'checkin_due_days' => 'Eiendeler Tidsfrist for innsjekk innen :days Day|Asset Due for Checkin Innen :days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Revisjonsfrist forfalt',
'accept' => 'Akseptér :asset',
'i_accept' => 'Jeg aksepterer',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/no-NO/admin/components/message.php b/resources/lang/no-NO/admin/components/message.php
index af968e45f9..625f7ebdfe 100644
--- a/resources/lang/no-NO/admin/components/message.php
+++ b/resources/lang/no-NO/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne komponenten?',
'error' => 'Det oppstod et problem under sletting av komponenten. Vennligst prøv igjen.',
- 'success' => 'Sletting av komponent vellykket.'
+ 'success' => 'Sletting av komponent vellykket.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/no-NO/admin/custom_fields/general.php b/resources/lang/no-NO/admin/custom_fields/general.php
index 2f88f383a7..d32747f3b2 100644
--- a/resources/lang/no-NO/admin/custom_fields/general.php
+++ b/resources/lang/no-NO/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Opprett nytt egendefinert felt',
'value_encrypted' => 'Verdien i dette feltet er kryptert i databasen. Bare administratorer kan se hva som står i dette feltet',
'show_in_email' => 'Inkluder verdien i dette feltet i utsjekkseposter sendt til brukeren? Krypterte felter kan ikke inkluderes i eposter',
- 'show_in_email_short' => 'Inkludere i epost.',
+ 'show_in_email_short' => 'Inkludere i epost',
'help_text' => 'Hjelpetekst',
'help_text_description' => 'Dette er en valgfri tekst som vises under feltet når man redigerer et element, ment for å gi kontekst til feltets innhold.',
'about_custom_fields_title' => 'Om egendefinerte felt',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Vis i liste over ressurser som kan være tilgjengelig på forespørsel',
'show_in_requestable_list' => 'Vis verdi i listen over ressurser som kan være tilgjengelig på forspørsel. Krypterte felter vises ikke',
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/no-NO/admin/hardware/general.php b/resources/lang/no-NO/admin/hardware/general.php
index 9b19b6b2a0..da9fc4f05c 100644
--- a/resources/lang/no-NO/admin/hardware/general.php
+++ b/resources/lang/no-NO/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Eiendeler er sporet av serienummer eller assetsmerke. De pleier å være høyere verdi f. eks for å identifisere spesielle ting.',
'archived' => 'Arkivert',
'asset' => 'Eiendel',
- 'bulk_checkout' => 'Sjekk ut Eiendeler',
- 'bulk_checkin' => 'Sjekk inn ressurser',
+ 'bulk_checkout' => 'Masseutsjekk',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Sjekk inn eiendel',
'checkout' => 'Sjekk ut asset',
'clone' => 'Klon eiendel',
diff --git a/resources/lang/no-NO/admin/hardware/message.php b/resources/lang/no-NO/admin/hardware/message.php
index a51a80d807..35997fbb70 100644
--- a/resources/lang/no-NO/admin/hardware/message.php
+++ b/resources/lang/no-NO/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Er du sikker på at du vil slette eiendelen?',
'error' => 'Det oppstod et problem under sletting av eiendel. Vennligst prøv igjen.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Ingen assets ble valgt, så ingenting ble slettet.',
'success' => 'Vellykket sletting av eiendel.',
],
diff --git a/resources/lang/no-NO/admin/models/general.php b/resources/lang/no-NO/admin/models/general.php
index 2b10c316da..4a1b51f4f7 100644
--- a/resources/lang/no-NO/admin/models/general.php
+++ b/resources/lang/no-NO/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Om asset modeller',
'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'Denne modellen har blitt slettet.',
+ 'deleted' => 'Denne modellen har blitt slettet.',
'bulk_delete' => 'Bulk slett modeller',
'bulk_delete_help' => 'Bruk merkeboksene nedenfor til å bekrefte sletting av de merkede modellene. Modeller som har eiendeler tilknyttet kan ikke slettes før eiendelene har blitt tilknyttet en annen modell.',
'bulk_delete_warn' => 'Du er i ferd med å slette en ressursmodell. | Du er i ferd med å slette :model_count modeller.',
diff --git a/resources/lang/no-NO/admin/users/general.php b/resources/lang/no-NO/admin/users/general.php
index ffe4751d62..9c03e4b135 100644
--- a/resources/lang/no-NO/admin/users/general.php
+++ b/resources/lang/no-NO/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Skriv ut alt tilordnet',
'email_assigned' => 'Epostliste for alle tilknyttede',
'user_notified' => 'Brukeren har blitt sendt en liste over elementer som er tildelt brukeren.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inkluder denne brukeren ved automatisk tildeling av kvalifiserte lisenser',
'auto_assign_help' => 'Hopp over brukeren i autotildeling av lisenser',
'software_user' => 'Programvare utsjekket til :name',
diff --git a/resources/lang/no-NO/general.php b/resources/lang/no-NO/general.php
index 0837fdc5b7..44814dae70 100644
--- a/resources/lang/no-NO/general.php
+++ b/resources/lang/no-NO/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Handlinger',
'activity_report' => 'Aktivitetsrapport',
'address' => 'Adresse',
- 'admin' => 'Admin',
+ 'admin' => 'Admin innstillinger',
'admin_tooltip' => 'This user has admin privileges',
'superuser' => 'Superuser',
'superuser_tooltip' => 'This user has superuser privileges',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Tilgjengelige eiendeler',
'accept_assets' => 'Godta Eiendelen :name',
'accept_assets_menu' => 'Godta eiendeler',
+ 'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Post opprettet',
'updated_at' => 'Oppdatert',
'currency' => '$', // this is deprecated
+ 'currency_text' => 'Valuta', //
'current' => 'Nåværende',
'current_password' => 'Gjeldende passord',
'customize_report' => 'Tilpass rapport',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Din sesjon har utløpt. Prøv igjen.',
'login_enabled' => 'Innlogging aktiv',
'audit_due' => 'Revisjonsfrist nær',
- 'audit_due_days' => 'Aktiva Frist for revisjon innen :days days|Due for Audit Om dager',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Forfalt for innsjekk',
'checkin_overdue' => 'Forfalt for innsjekk',
- 'checkin_due_days' => 'Eiendeler Tidsfrist for innsjekk innen :days Day|Asset Due for Checkin Innen :days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Revisjonsfrist forfalt',
'accept' => 'Akseptér :asset',
'i_accept' => 'Jeg aksepterer',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/om-ET/account/general.php b/resources/lang/om-ET/account/general.php
new file mode 100644
index 0000000000..7f9e2f848e
--- /dev/null
+++ b/resources/lang/om-ET/account/general.php
@@ -0,0 +1,17 @@
+ 'Personal API Keys',
+ 'personal_access_token' => 'Personal Access Token',
+ 'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
+ 'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
+ '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:',
+ '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.',
+ 'profile_updated' => 'Account successfully updated',
+ 'no_tokens' => 'You have not created any personal access tokens.',
+ 'enable_sounds' => 'Enable sound effects',
+ 'enable_confetti' => 'Enable confetti effects',
+);
diff --git a/resources/lang/om-ET/admin/accessories/general.php b/resources/lang/om-ET/admin/accessories/general.php
new file mode 100644
index 0000000000..1f1c9c387a
--- /dev/null
+++ b/resources/lang/om-ET/admin/accessories/general.php
@@ -0,0 +1,22 @@
+ 'Kaatagarii Gabaadaa',
+ 'accessory_name' => 'Maqaa Gabaadaa',
+ 'checkout' => 'Gabaadaa Baafachuu',
+ 'checkin' => 'Gabaadaa Galchu',
+ 'create' => 'Gabaadaa Uumuu',
+ 'edit' => 'Gabaadaa Haaromsuu',
+ 'eula_text' => 'Kaatagarii EULA',
+ 'eula_text_help' => 'Kuni bakka siif kenna EULAs kee gosa qabeenyaa addaa addaa irratti akka fooyyessuuf. Yoo EULA tokko qabeenyaa hundaa irratti qofa qabdu ta\'e, bitaa gadi jiru irratti sanduuqa cuqaasuu dandeessa EULA duraa fayyadamuuf.',
+ 'require_acceptance' => 'Itti gaafatamtoota gatii kana keessatti qindeessuu mirkaneessuuf itti gaafatamtoota dirqama qabaachuuf.',
+ 'no_default_eula' => 'EULA duraa sirrii tokko hin argamne. Kaayyoo keessatti tokko dabalata.',
+ 'total' => 'Ida\'am Walii galaa',
+ 'remaining' => 'Ka jiru',
+ 'update' => 'Gabaadaa Uumuu',
+ 'use_default_eula' => 'Ulaagaalee durii sirrii itti fayyadami.',
+ 'use_default_eula_disabled' => 'regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ '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',
+ 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
+ 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
+ 'show_in_email_short' => 'Include in emails',
+ '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',
+ 'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
+ 'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
+ 'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
+ 'show_in_listview_short' => 'Show in lists',
+ 'show_in_requestable_list_short' => 'Show in requestable assets list',
+ 'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
+ 'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
+
+];
diff --git a/resources/lang/om-ET/admin/custom_fields/message.php b/resources/lang/om-ET/admin/custom_fields/message.php
new file mode 100644
index 0000000000..6442359b7f
--- /dev/null
+++ b/resources/lang/om-ET/admin/custom_fields/message.php
@@ -0,0 +1,64 @@
+ array(
+ 'invalid' => 'That field does not exist.',
+ 'already_added' => 'Field already added',
+ 'none_selected' => 'No field selected',
+
+ 'create' => array(
+ 'error' => 'Field was not created, please try again.',
+ 'success' => 'Field created successfully.',
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Field was not updated, please try again',
+ 'success' => 'Field updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this field?',
+ 'error' => 'There was an issue deleting the field. Please try again.',
+ 'success' => 'The field was deleted successfully.',
+ 'in_use' => 'Field is still in use.',
+ )
+
+ ),
+
+ 'fieldset' => array(
+
+ 'does_not_exist' => 'Fieldset does not exist',
+
+ 'create' => array(
+ 'error' => 'Fieldset was not created, please try again.',
+ 'success' => 'Fieldset created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Fieldset was not updated, please try again',
+ 'success' => 'Fieldset updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this fieldset?',
+ 'error' => 'There was an issue deleting the fieldset. Please try again.',
+ 'success' => 'The fieldset was deleted successfully.',
+ 'in_use' => 'Fieldset is still in use.',
+ )
+
+ ),
+
+ 'fieldset_default_value' => array(
+
+ 'error' => 'Error validating default fieldset values.',
+
+ ),
+
+
+
+
+
+
+);
diff --git a/resources/lang/om-ET/admin/departments/message.php b/resources/lang/om-ET/admin/departments/message.php
new file mode 100644
index 0000000000..2e371348b9
--- /dev/null
+++ b/resources/lang/om-ET/admin/departments/message.php
@@ -0,0 +1,22 @@
+ 'Department 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. ',
+ 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
+ 'create' => array(
+ 'error' => 'Department was not created, please try again.',
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
+ 'error' => 'Department was not updated, please try again',
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this department?',
+ 'error' => 'There was an issue deleting the department. Please try again.',
+ 'success' => 'The department was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/om-ET/admin/departments/table.php b/resources/lang/om-ET/admin/departments/table.php
new file mode 100644
index 0000000000..cbcfee8666
--- /dev/null
+++ b/resources/lang/om-ET/admin/departments/table.php
@@ -0,0 +1,11 @@
+ 'Eenyumeessituu',
+ 'name' => 'Department Name',
+ 'manager' => 'Manager',
+ 'location' => 'Location',
+ 'create' => 'Create Department',
+ 'update' => 'Update Department',
+ );
diff --git a/resources/lang/om-ET/admin/depreciations/general.php b/resources/lang/om-ET/admin/depreciations/general.php
new file mode 100644
index 0000000000..1a5666f9dc
--- /dev/null
+++ b/resources/lang/om-ET/admin/depreciations/general.php
@@ -0,0 +1,16 @@
+ 'About Asset Depreciations',
+ 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
+ 'asset_depreciations' => 'Asset Depreciations',
+ 'create' => 'Create Depreciation',
+ 'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
+ 'number_of_months' => 'Number of Months',
+ 'update' => 'Update Depreciation',
+ '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.',
+];
diff --git a/resources/lang/om-ET/admin/depreciations/message.php b/resources/lang/om-ET/admin/depreciations/message.php
new file mode 100644
index 0000000000..c20e52c13c
--- /dev/null
+++ b/resources/lang/om-ET/admin/depreciations/message.php
@@ -0,0 +1,25 @@
+ 'Depreciation class does not exist.',
+ 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
+
+
+ 'create' => array(
+ 'error' => 'Depreciation class was not created, please try again. :(',
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
+
+ 'update' => array(
+ 'error' => 'Depreciation class was not updated, please try again',
+ 'success' => 'Depreciation class updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this depreciation class?',
+ 'error' => 'There was an issue deleting the depreciation class. Please try again.',
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/om-ET/admin/depreciations/table.php b/resources/lang/om-ET/admin/depreciations/table.php
new file mode 100644
index 0000000000..ccdb86bb86
--- /dev/null
+++ b/resources/lang/om-ET/admin/depreciations/table.php
@@ -0,0 +1,11 @@
+ 'Eenyumeessituu',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
+
+];
diff --git a/resources/lang/om-ET/admin/groups/message.php b/resources/lang/om-ET/admin/groups/message.php
new file mode 100644
index 0000000000..495acaf36b
--- /dev/null
+++ b/resources/lang/om-ET/admin/groups/message.php
@@ -0,0 +1,22 @@
+ 'Group already exists!',
+ 'group_not_found' => 'Group ID :id does not exist.',
+ 'group_name_required' => 'The name field is required',
+
+ 'success' => array(
+ 'create' => 'Group was successfully created.',
+ 'update' => 'Group was successfully updated.',
+ 'delete' => 'Group was successfully deleted.',
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this group?',
+ 'create' => 'There was an issue creating the group. Please try again.',
+ 'update' => 'There was an issue updating the group. Please try again.',
+ 'delete' => 'There was an issue deleting the group. Please try again.',
+ ),
+
+);
diff --git a/resources/lang/om-ET/admin/groups/table.php b/resources/lang/om-ET/admin/groups/table.php
new file mode 100644
index 0000000000..61f060a116
--- /dev/null
+++ b/resources/lang/om-ET/admin/groups/table.php
@@ -0,0 +1,9 @@
+ 'Id',
+ 'name' => 'Name',
+ 'users' => '# of Users',
+
+);
diff --git a/resources/lang/om-ET/admin/groups/titles.php b/resources/lang/om-ET/admin/groups/titles.php
new file mode 100644
index 0000000000..d875f190d7
--- /dev/null
+++ b/resources/lang/om-ET/admin/groups/titles.php
@@ -0,0 +1,16 @@
+ 'About Groups',
+ 'about_groups' => 'Groups are used to generalize user permissions.',
+ 'group_management' => 'Group Management',
+ 'create' => 'Create New Group',
+ 'update' => 'Edit Group',
+ 'group_name' => 'Group Name',
+ 'group_admin' => 'Group Admin',
+ 'allow' => 'Allow',
+ 'deny' => 'Deny',
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
+];
diff --git a/resources/lang/om-ET/admin/hardware/form.php b/resources/lang/om-ET/admin/hardware/form.php
new file mode 100644
index 0000000000..f8dc0d22c8
--- /dev/null
+++ b/resources/lang/om-ET/admin/hardware/form.php
@@ -0,0 +1,64 @@
+ 'Confirm Bulk Delete Assets',
+ 'bulk_restore' => 'Confirm Bulk Restore Assets',
+ 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
+ 'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
+ 'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
+ 'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
+ 'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
+ 'bulk_update_model_prefix' => 'On Models',
+ 'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
+ 'checkedout_to' => 'Checked Out To',
+ 'checkout_date' => 'Checkout Date',
+ 'checkin_date' => 'Checkin Date',
+ 'checkout_to' => 'Checkout to',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Asset',
+ 'date' => 'Purchase Date',
+ 'depreciation' => 'Baay\'ina',
+ 'depreciates_on' => 'Depreciates On',
+ 'default_location' => 'Default Location',
+ 'default_location_phone' => 'Default Location Phone',
+ 'eol_date' => 'EOL Date',
+ 'eol_rate' => 'EOL Rate',
+ 'expected_checkin' => 'Expected Checkin Date',
+ 'expires' => 'Expires',
+ 'fully_depreciated' => 'Fully Depreciated',
+ 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'mac_address' => 'MAC Address',
+ 'manufacturer' => 'Manufacturer',
+ 'model' => 'Model',
+ 'months' => 'months',
+ 'name' => 'Asset Name',
+ 'notes' => 'Notes',
+ 'order' => 'Order Number',
+ 'qr' => 'QR Code',
+ 'requestable' => 'Users may request this asset',
+ 'redirect_to_all' => 'Return to all :type',
+ 'redirect_to_type' => 'Go to :type',
+ 'redirect_to_checked_out_to' => 'Go to Checked Out to',
+ 'select_statustype' => 'Select Status Type',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'tag' => 'Asset Tag',
+ 'update' => 'Asset Update',
+ 'warranty' => 'Warranty',
+ 'warranty_expires' => 'Warranty Expires',
+ 'years' => '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_location_update_actual' => 'Update only actual location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
+ 'optional_infos' => 'Optional Information',
+ 'order_details' => 'Order Related Information',
+ 'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.',
+];
diff --git a/resources/lang/om-ET/admin/hardware/general.php b/resources/lang/om-ET/admin/hardware/general.php
new file mode 100644
index 0000000000..b0618be8bf
--- /dev/null
+++ b/resources/lang/om-ET/admin/hardware/general.php
@@ -0,0 +1,43 @@
+ 'About Assets',
+ 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
+ 'archived' => 'Archived',
+ 'asset' => 'Asset',
+ 'bulk_checkout' => 'Checkout Giga',
+ 'bulk_checkin' => 'Bulk Checkin',
+ 'checkin' => 'Checkin Asset',
+ 'checkout' => 'Checkout Asset',
+ 'clone' => 'Clone Asset',
+ 'deployable' => 'Deployable',
+ 'deleted' => 'This asset has been deleted.',
+ 'delete_confirm' => 'Are you sure you want to delete this asset?',
+ 'edit' => 'Edit Asset',
+ 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_invalid' => 'This model for this asset is invalid.',
+ 'model_invalid_fix' => 'The asset must be updated use a valid asset model before attempting to check it in or out, or to audit it.',
+ 'requestable' => 'Requestable',
+ 'requested' => 'Gaafatame',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
+ 'restore' => 'Restore Asset',
+ 'pending' => 'Harka qhoofaa',
+ 'undeployable' => 'Undeployable',
+ 'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
+ 'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ '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
.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
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',
+ '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.',
+ 'custom_export' => 'Custom Export',
+ 'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
+ 'user_department' => 'User Department',
+];
diff --git a/resources/lang/om-ET/admin/hardware/message.php b/resources/lang/om-ET/admin/hardware/message.php
new file mode 100644
index 0000000000..605c1fe230
--- /dev/null
+++ b/resources/lang/om-ET/admin/hardware/message.php
@@ -0,0 +1,107 @@
+ 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.',
+ 'does_not_exist' => 'Asset does not exist.',
+ 'does_not_exist_var' => 'Asset with tag :asset_tag not found.',
+ 'no_tag' => 'No asset tag provided.',
+ 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
+ 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+ 'warning_audit_date_mismatch' => 'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.',
+ 'labels_generated' => 'Labels were successfully generated.',
+ 'error_generating_labels' => 'Error while generating labels.',
+ 'no_assets_selected' => 'No assets selected.',
+
+ 'create' => [
+ 'error' => 'Asset was not created, please try again. :(',
+ 'success' => 'Asset created successfully. :)',
+ 'success_linked' => 'Asset with tag :tag was created successfully. Click here to view.',
+ 'multi_success_linked' => 'Asset with tag :links was created successfully.|:count assets were created succesfully. :links.',
+ 'partial_failure' => 'An asset was unable to be created. Reason: :failures|:count assets were unable to be created. Reasons: :failures',
+ ],
+
+ 'update' => [
+ 'error' => 'Asset was not updated, please try again',
+ 'success' => 'Asset updated successfully.',
+ 'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions',
+ 'nothing_updated' => 'No fields were selected, so nothing was updated.',
+ 'no_assets_selected' => 'No assets were selected, so nothing was updated.',
+ 'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
+ ],
+
+ 'restore' => [
+ 'error' => 'Asset was not restored, please try again',
+ 'success' => 'Asset restored successfully.',
+ 'bulk_success' => 'Asset restored successfully.',
+ 'nothing_updated' => 'No assets were selected, so nothing was restored.',
+ ],
+
+ 'audit' => [
+ 'error' => 'Asset audit unsuccessful: :error ',
+ 'success' => 'Asset audit successfully logged.',
+ ],
+
+
+ 'deletefile' => [
+ 'error' => 'File not deleted. Please try again.',
+ 'success' => 'File successfully deleted.',
+ ],
+
+ 'upload' => [
+ 'error' => 'File(s) not uploaded. Please try again.',
+ 'success' => 'File(s) successfully uploaded.',
+ 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
+ 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
+ ],
+
+ 'import' => [
+ 'import_button' => 'Process Import',
+ 'error' => 'Some items did not import correctly.',
+ 'errorDetail' => 'The following Items were not imported because of errors.',
+ 'success' => 'Your file has been imported',
+ 'file_delete_success' => 'Your file has been been successfully deleted',
+ 'file_delete_error' => 'The file was unable to be deleted',
+ 'file_missing' => 'The file selected is missing',
+ 'file_already_deleted' => 'The file selected was already 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',
+ ],
+
+
+ 'delete' => [
+ 'confirm' => 'Are you sure you wish to delete this asset?',
+ 'error' => 'There was an issue deleting the asset. Please try again.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'nothing_updated' => 'No assets were selected, so nothing was deleted.',
+ 'success' => 'The asset was deleted successfully.',
+ ],
+
+ 'checkout' => [
+ 'error' => 'Asset was not checked out, please try again',
+ 'success' => 'Asset checked out successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'not_available' => 'That asset is not available for checkout!',
+ 'no_assets_selected' => 'You must select at least one asset from the list',
+ ],
+
+ 'multi-checkout' => [
+ 'error' => 'Asset was not checked out, please try again|Assets were not checked out, please try again',
+ 'success' => 'Asset checked out successfully.|Assets checked out successfully.',
+ ],
+
+ 'checkin' => [
+ 'error' => 'Asset was not checked in, please try again',
+ 'success' => 'Asset checked in successfully.',
+ 'user_does_not_exist' => 'That user is invalid. Please try again.',
+ 'already_checked_in' => 'That asset is already checked in.',
+
+ ],
+
+ 'requests' => [
+ 'error' => 'Asset was not requested, please try again',
+ 'success' => 'Asset requested successfully.',
+ 'canceled' => 'Checkout request successfully canceled',
+ ],
+
+];
diff --git a/resources/lang/om-ET/admin/hardware/table.php b/resources/lang/om-ET/admin/hardware/table.php
new file mode 100644
index 0000000000..5a2399474f
--- /dev/null
+++ b/resources/lang/om-ET/admin/hardware/table.php
@@ -0,0 +1,32 @@
+ 'Asset Tag',
+ 'asset_model' => 'Model',
+ 'assigned_to' => 'Assigned To',
+ 'book_value' => 'Current Value',
+ 'change' => 'In/Out',
+ 'checkout_date' => 'Checkout Date',
+ 'checkoutto' => 'Checked Out',
+ 'components_cost' => 'Total Components Cost',
+ 'current_value' => 'Current Value',
+ 'diff' => 'Diff',
+ 'dl_csv' => 'Download CSV',
+ 'eol' => 'EOL',
+ 'id' => 'Eenyumeessituu',
+ 'last_checkin_date' => 'Last Checkin Date',
+ 'location' => 'Location',
+ 'purchase_cost' => 'Cost',
+ 'purchase_date' => 'Purchased',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'title' => 'Asset ',
+ 'image' => 'Device Image',
+ 'days_without_acceptance' => 'Days Without Acceptance',
+ 'monthly_depreciation' => 'Monthly Depreciation',
+ 'requesting_user' => 'Requesting User',
+ 'requested_date' => 'Guyyaa gaafatame',
+ 'changed' => 'Changed',
+ 'icon' => 'Icon',
+];
diff --git a/resources/lang/om-ET/admin/kits/general.php b/resources/lang/om-ET/admin/kits/general.php
new file mode 100644
index 0000000000..2b5c2d9cd0
--- /dev/null
+++ b/resources/lang/om-ET/admin/kits/general.php
@@ -0,0 +1,51 @@
+ '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' => 'The 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',
+ 'model_already_attached' => 'Model already attached to kit',
+];
diff --git a/resources/lang/om-ET/admin/labels/message.php b/resources/lang/om-ET/admin/labels/message.php
new file mode 100644
index 0000000000..96785f0754
--- /dev/null
+++ b/resources/lang/om-ET/admin/labels/message.php
@@ -0,0 +1,11 @@
+ 'Invalid count returned from :name. Expected :expected, got :actual.',
+ 'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
+ 'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
+
+ 'does_not_exist' => 'Label does not exist',
+
+];
diff --git a/resources/lang/om-ET/admin/labels/table.php b/resources/lang/om-ET/admin/labels/table.php
new file mode 100644
index 0000000000..bef4ba170e
--- /dev/null
+++ b/resources/lang/om-ET/admin/labels/table.php
@@ -0,0 +1,19 @@
+ 'Test Company Limited',
+ 'example_defaultloc' => 'Building 1',
+ 'example_category' => 'Test Category',
+ 'example_location' => 'Building 2',
+ 'example_manufacturer' => 'Test Manufacturing Inc.',
+ 'example_model' => 'Test Model',
+ 'example_supplier' => 'Test Company Limited',
+ 'labels_per_page' => 'Labels',
+ 'support_fields' => 'Fields',
+ 'support_asset_tag' => 'Tag',
+ 'support_1d_barcode' => '1D',
+ 'support_2d_barcode' => '2D',
+ 'support_logo' => 'Logo',
+ 'support_title' => 'Title',
+
+];
\ No newline at end of file
diff --git a/resources/lang/om-ET/admin/licenses/form.php b/resources/lang/om-ET/admin/licenses/form.php
new file mode 100644
index 0000000000..ce29167874
--- /dev/null
+++ b/resources/lang/om-ET/admin/licenses/form.php
@@ -0,0 +1,22 @@
+ 'Asset',
+ 'checkin' => 'Checkin',
+ 'create' => 'Create License',
+ 'expiration' => 'Expiration Date',
+ 'license_key' => 'Product Key',
+ 'maintained' => 'Maintained',
+ 'name' => 'Software Name',
+ 'no_depreciation' => 'Do Not Depreciate',
+ 'purchase_order' => 'Purchase Order Number',
+ 'reassignable' => 'Reassignable',
+ 'remaining_seats' => 'Remaining Seats',
+ 'seats' => 'Seats',
+ 'termination_date' => 'Termination Date',
+ 'to_email' => 'Licensed to Email',
+ 'to_name' => 'Licensed to Name',
+ 'update' => 'Update License',
+ 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+);
diff --git a/resources/lang/om-ET/admin/licenses/general.php b/resources/lang/om-ET/admin/licenses/general.php
new file mode 100644
index 0000000000..b39030afd4
--- /dev/null
+++ b/resources/lang/om-ET/admin/licenses/general.php
@@ -0,0 +1,52 @@
+ 'About Licenses',
+ 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
+ 'checkin' => 'Checkin License Seat',
+ 'checkout_history' => 'Checkout History',
+ 'checkout' => 'Checkout License Seat',
+ 'edit' => 'Edit License',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'clone' => 'Clone License',
+ 'history_for' => 'History for ',
+ 'in_out' => 'In/Out',
+ 'info' => 'License Info',
+ 'license_seats' => 'License Seats',
+ 'seat' => 'Seat',
+ 'seat_count' => 'Seat :count',
+ 'seats' => 'Seats',
+ 'software_licenses' => 'Software Licenses',
+ 'user' => 'User',
+ 'view' => 'View License',
+ 'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
+ 'bulk' =>
+ [
+ 'checkin_all' => [
+ 'button' => 'Checkin All Seats',
+ 'modal' => 'This action will checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
+ 'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
+ 'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
+ 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
+ 'success' => 'License successfully checked in! | All licenses were successfully checked in!',
+ 'log_msg' => 'Checked in via bulk license checkin in license GUI',
+ ],
+
+ 'checkout_all' => [
+ 'button' => 'Checkout All Seats',
+ 'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
+ 'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
+ 'disabled_tooltip' => 'This is disabled because there are no seats currently available',
+ 'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
+ 'error_no_seats' => 'There are no remaining seats left for this license.',
+ 'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
+ 'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
+ 'log_msg' => 'Checked out via bulk license checkout in license GUI',
+
+
+ ],
+ ],
+
+ 'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
+ 'below_threshold_short' => 'This item is below the minimum required quantity.',
+);
diff --git a/resources/lang/om-ET/admin/licenses/message.php b/resources/lang/om-ET/admin/licenses/message.php
new file mode 100644
index 0000000000..74e1d7af5a
--- /dev/null
+++ b/resources/lang/om-ET/admin/licenses/message.php
@@ -0,0 +1,57 @@
+ 'License does not exist or you do not have permission to view it.',
+ 'user_does_not_exist' => 'User does not exist or you do not have permission to view them.',
+ 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
+ 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
+ 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
+ 'select_asset_or_person' => 'You must select an asset or a user, but not both.',
+ 'not_found' => 'License not found',
+ 'seats_available' => ':seat_count seats available',
+
+
+ 'create' => array(
+ 'error' => 'License was not created, please try again.',
+ 'success' => 'License created successfully.'
+ ),
+
+ 'deletefile' => array(
+ 'error' => 'File not deleted. Please try again.',
+ 'success' => 'File successfully deleted.',
+ ),
+
+ 'upload' => array(
+ 'error' => 'File(s) not uploaded. Please try again.',
+ 'success' => 'File(s) successfully uploaded.',
+ 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
+ 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
+ ),
+
+ 'update' => array(
+ 'error' => 'License was not updated, please try again',
+ 'success' => 'License updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this license?',
+ 'error' => 'There was an issue deleting the license. Please try again.',
+ 'success' => 'The license was deleted successfully.'
+ ),
+
+ 'checkout' => array(
+ 'error' => 'There was an issue checking out the license. Please try again.',
+ 'success' => 'The license was checked out successfully',
+ 'not_enough_seats' => 'Not enough license seats available for checkout',
+ 'mismatch' => 'The license seat provided does not match the license',
+ 'unavailable' => 'This seat is not available for checkout.',
+ ),
+
+ 'checkin' => array(
+ 'error' => 'There was an issue checking in the license. Please try again.',
+ 'not_reassignable' => 'License not reassignable',
+ 'success' => 'The license was checked in successfully'
+ ),
+
+);
diff --git a/resources/lang/om-ET/admin/licenses/table.php b/resources/lang/om-ET/admin/licenses/table.php
new file mode 100644
index 0000000000..b13d48e3ff
--- /dev/null
+++ b/resources/lang/om-ET/admin/licenses/table.php
@@ -0,0 +1,18 @@
+ 'Assigned To',
+ 'checkout' => 'In/Out',
+ 'deleted_at' => 'Deleted at',
+ 'id' => 'Eenyumeessituu',
+ 'license_email' => 'License Email',
+ 'license_name' => 'Licensed To',
+ 'purchase_date' => 'Purchase Date',
+ 'purchased' => 'Purchased',
+ 'seats' => 'Seats',
+ 'hardware' => 'Hardware',
+ 'serial' => 'Serial',
+ 'title' => 'License',
+
+);
diff --git a/resources/lang/om-ET/admin/locations/message.php b/resources/lang/om-ET/admin/locations/message.php
new file mode 100644
index 0000000000..8fd96c2c3d
--- /dev/null
+++ b/resources/lang/om-ET/admin/locations/message.php
@@ -0,0 +1,35 @@
+ 'Location does not exist.',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
+ 'assoc_assets' => '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',
+ 'open_map' => 'Open in :map_provider_icon Maps',
+
+
+ 'create' => array(
+ 'error' => 'Location was not created, please try again.',
+ 'success' => 'Location created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Location was not updated, please try again',
+ 'success' => 'Location updated successfully.'
+ ),
+
+ 'restore' => array(
+ 'error' => 'Location was not restored, please try again',
+ 'success' => 'Location restored successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this location?',
+ 'error' => 'There was an issue deleting the location. Please try again.',
+ 'success' => 'The location was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/om-ET/admin/locations/table.php b/resources/lang/om-ET/admin/locations/table.php
new file mode 100644
index 0000000000..4209ea456b
--- /dev/null
+++ b/resources/lang/om-ET/admin/locations/table.php
@@ -0,0 +1,42 @@
+ 'About Locations',
+ 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
+ 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'Assets Assigned',
+ 'id' => 'Eenyumeessituu',
+ 'city' => 'City',
+ 'state' => 'State',
+ 'country' => 'Country',
+ 'create' => 'Create Location',
+ 'update' => 'Update Location',
+ 'print_assigned' => 'Print Assigned',
+ 'print_all_assigned' => 'Print All Assigned',
+ 'name' => 'Location Name',
+ 'address' => 'Address',
+ 'address2' => 'Address Line 2',
+ 'zip' => 'Postal Code',
+ 'locations' => 'Locations',
+ 'parent' => 'Parent',
+ 'currency' => 'Location Currency',
+ 'ldap_ou' => 'LDAP Search OU',
+ 'user_name' => 'User Name',
+ 'department' => 'Waldaa',
+ 'location' => 'Location',
+ 'asset_tag' => 'Assets Tag',
+ 'asset_name' => 'Name',
+ 'asset_category' => 'Kitaaba',
+ 'asset_manufacturer' => 'Manufacturer',
+ 'asset_model' => 'Model',
+ 'asset_serial' => 'Serial',
+ 'asset_location' => 'Location',
+ 'asset_checked_out' => 'Checked Out',
+ 'asset_expected_checkin' => 'Expected Checkin',
+ 'date' => 'Date:',
+ 'phone' => 'Location Phone',
+ '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:',
+];
diff --git a/resources/lang/om-ET/admin/manufacturers/message.php b/resources/lang/om-ET/admin/manufacturers/message.php
new file mode 100644
index 0000000000..61416e0230
--- /dev/null
+++ b/resources/lang/om-ET/admin/manufacturers/message.php
@@ -0,0 +1,30 @@
+ 'Variables {LOCALE}
, {SERIAL}
, {MODEL_NUMBER}
, and {MODEL_NAME}
may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
+ 'does_not_exist' => 'Manufacturer does not exist.',
+ 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
+
+ 'create' => array(
+ 'error' => 'Manufacturer was not created, please try again.',
+ 'success' => 'Manufacturer created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Manufacturer was not updated, please try again',
+ 'success' => 'Manufacturer updated successfully.'
+ ),
+
+ 'restore' => array(
+ 'error' => 'Manufacturer was not restored, please try again',
+ 'success' => 'Manufacturer restored successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this manufacturer?',
+ 'error' => 'There was an issue deleting the manufacturer. Please try again.',
+ 'success' => 'The Manufacturer was deleted successfully.'
+ )
+
+);
diff --git a/resources/lang/om-ET/admin/manufacturers/table.php b/resources/lang/om-ET/admin/manufacturers/table.php
new file mode 100644
index 0000000000..dbfb960932
--- /dev/null
+++ b/resources/lang/om-ET/admin/manufacturers/table.php
@@ -0,0 +1,16 @@
+ 'About manufacturers',
+ 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
+ 'asset_manufacturers' => 'Asset Manufacturers',
+ 'create' => 'Create Manufacturer',
+ 'id' => 'Eenyumeessituu',
+ 'name' => 'Name',
+ 'support_email' => 'Support Email',
+ 'support_phone' => 'Support Phone',
+ 'support_url' => 'Support URL',
+ 'warranty_lookup_url' => 'Warranty Lookup URL',
+ 'update' => 'Update Manufacturer',
+
+);
diff --git a/resources/lang/om-ET/admin/models/general.php b/resources/lang/om-ET/admin/models/general.php
new file mode 100644
index 0000000000..9a61b53fd0
--- /dev/null
+++ b/resources/lang/om-ET/admin/models/general.php
@@ -0,0 +1,18 @@
+ 'About Asset Models',
+ 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
+ 'deleted' => 'This model has been deleted.',
+ 'bulk_delete' => 'Bulk Delete Asset Models',
+ 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
+ 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
+ 'restore' => 'Restore Model',
+ 'requestable' => 'Users may request this model',
+ 'show_mac_address' => 'Show MAC address field in assets in this model',
+ 'view_deleted' => 'View Deleted',
+ 'view_models' => 'View Models',
+ 'fieldset' => 'Fieldset',
+ 'no_custom_field' => 'No custom fields',
+ 'add_default_values' => 'Add default values',
+);
diff --git a/resources/lang/om-ET/admin/models/message.php b/resources/lang/om-ET/admin/models/message.php
new file mode 100644
index 0000000000..ae3bc34eed
--- /dev/null
+++ b/resources/lang/om-ET/admin/models/message.php
@@ -0,0 +1,47 @@
+ 'Deleted asset model',
+ 'does_not_exist' => 'Model does not exist.',
+ 'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
+ '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. ',
+ 'invalid_category_type' => 'This category must be an asset category.',
+
+ 'create' => array(
+ 'error' => 'Model was not created, please try again.',
+ 'success' => 'Model created successfully.',
+ 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
+ ),
+
+ 'update' => array(
+ 'error' => 'Model was not updated, please try again',
+ 'success' => 'Model updated successfully.',
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this asset model?',
+ 'error' => 'There was an issue deleting the model. Please try again.',
+ 'success' => 'The model was deleted successfully.'
+ ),
+
+ 'restore' => array(
+ 'error' => 'Model was not restored, please try again',
+ 'success' => 'Model restored successfully.'
+ ),
+
+ 'bulkedit' => array(
+ 'error' => 'No fields were changed, so nothing was updated.',
+ 'success' => 'Model successfully updated. |:model_count models successfully updated.',
+ 'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
+
+ ),
+
+ 'bulkdelete' => array(
+ 'error' => 'No models were selected, so nothing was deleted.',
+ 'success' => 'Model deleted!|:success_count models 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/om-ET/admin/models/table.php b/resources/lang/om-ET/admin/models/table.php
new file mode 100644
index 0000000000..11a512b3d3
--- /dev/null
+++ b/resources/lang/om-ET/admin/models/table.php
@@ -0,0 +1,17 @@
+ 'Create Asset Model',
+ 'created_at' => 'Created at',
+ 'eol' => 'EOL',
+ 'modelnumber' => 'Model No.',
+ 'name' => 'Asset Model Name',
+ 'numassets' => 'Assets',
+ 'title' => 'Asset Models',
+ 'update' => 'Update Asset Model',
+ 'view' => 'View Asset Model',
+ 'update' => 'Update Asset Model',
+ 'clone' => 'Clone Model',
+ 'edit' => 'Edit Model',
+);
diff --git a/resources/lang/om-ET/admin/reports/general.php b/resources/lang/om-ET/admin/reports/general.php
new file mode 100644
index 0000000000..ea22b07dfe
--- /dev/null
+++ b/resources/lang/om-ET/admin/reports/general.php
@@ -0,0 +1,22 @@
+ 'Select the options you want for your asset report.',
+ 'deleted_user' => 'Deleted user',
+ 'send_reminder' => 'Send reminder',
+ 'reminder_sent' => 'Reminder sent',
+ 'acceptance_deleted' => 'Acceptance request deleted',
+ 'acceptance_request' => 'Acceptance request',
+ 'custom_export' => [
+ 'user_address' => 'User Address',
+ 'user_city' => 'User City',
+ 'user_state' => 'User State',
+ 'user_country' => 'User Country',
+ 'user_zip' => 'User Zip'
+ ],
+ 'open_saved_template' => 'Open Saved Template',
+ 'save_template' => 'Save Template',
+ 'select_a_template' => 'Select a Template',
+ 'template_name' => 'Template Name',
+ 'update_template' => 'Update Template',
+];
diff --git a/resources/lang/om-ET/admin/reports/message.php b/resources/lang/om-ET/admin/reports/message.php
new file mode 100644
index 0000000000..2800bbdf0b
--- /dev/null
+++ b/resources/lang/om-ET/admin/reports/message.php
@@ -0,0 +1,16 @@
+ 'About Saved Templates',
+ 'saving_templates_description' => 'Select your options, then enter the name of your template in the box above and click the \'Save Template\' button. Use the dropdown to select a previously saved template.',
+ 'create' => [
+ 'success' => 'Template saved successfully',
+ ],
+ 'update' => [
+ 'success' => 'Template updated successfully',
+ ],
+ 'delete' => [
+ 'success' => 'Template deleted',
+ 'no_delete_permission' => 'Template does not exist or you do not have permission to delete it.',
+ ],
+];
diff --git a/resources/lang/om-ET/admin/settings/general.php b/resources/lang/om-ET/admin/settings/general.php
new file mode 100644
index 0000000000..ad21bbb643
--- /dev/null
+++ b/resources/lang/om-ET/admin/settings/general.php
@@ -0,0 +1,404 @@
+ 'Active Directory',
+ 'ad_domain' => 'Active Directory domain',
+ 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
+ '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".',
+ 'admin_cc_email' => 'CC Email',
+ 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
+ 'admin_settings' => 'Admin Settings',
+ 'is_ad' => 'This is an Active Directory server',
+ 'alerts' => 'Alerts',
+ 'alert_title' => 'Update Notification Settings',
+ 'alert_email' => 'Send alerts to',
+ 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
+ 'alerts_enabled' => 'Email Alerts Enabled',
+ 'alert_interval' => 'Expiring Alerts Threshold (in days)',
+ 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'allow_user_skin' => 'Allow User Skin',
+ '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' => '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_warning_days' => 'Audit Warning Threshold',
+ 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
+ 'auto_increment_assets' => 'Generate auto-incrementing asset tags',
+ 'auto_increment_prefix' => 'Prefix (optional)',
+ 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
+ 'backups' => 'Backups',
+ 'backups_help' => 'Create, download, and restore backups ',
+ 'backups_restoring' => 'Restoring from Backup',
+ 'backups_clean' => 'Clean the backed-up database before restore',
+ 'backups_clean_helptext' => "This can be useful if you're changing between database versions",
+ '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.)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_emp_num' => 'LDAP Employee Number',
+ 'ldap_email' => 'LDAP Email',
+ 'ldap_test' => 'Test LDAP',
+ 'ldap_test_sync' => 'Test LDAP Synchronization',
+ 'license' => 'Software License',
+ 'load_remote' => 'Load Remote Avatars',
+ 'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load avatars from Gravatar or other outside sources.',
+ 'login' => 'Login Attempts',
+ 'login_attempt' => 'Login Attempt',
+ 'login_ip' => 'IP Address',
+ 'login_success' => 'Success?',
+ 'login_user_agent' => 'User Agent',
+ 'login_help' => 'List of attempted logins',
+ 'login_note' => 'Login Note',
+ 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
+ 'login_remote_user_text' => 'Remote User login options',
+ 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
+ 'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"',
+ 'login_common_disabled_text' => 'Disable other authentication mechanisms',
+ 'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working',
+ 'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
+ 'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
+ 'login_remote_user_header_name_text' => 'Custom user name header',
+ 'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
+ 'logo' => 'Logo',
+ 'logo_print_assets' => 'Use in Print',
+ 'logo_print_assets_help' => 'Use branding on printable asset lists ',
+ 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
+ 'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'show_in_model_list' => 'Show in Model Dropdowns',
+ 'optional' => 'optional',
+ 'per_page' => 'Results Per Page',
+ 'php' => 'PHP Version',
+ 'php_info' => 'PHP info',
+ 'php_overview' => 'PHP',
+ 'php_overview_help' => 'PHP System info',
+ 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
+ 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
+ 'pwd_secure_complexity' => 'Password Complexity',
+ 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.',
+ 'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
+ 'pwd_secure_complexity_letters' => 'Require at least one letter',
+ 'pwd_secure_complexity_numbers' => 'Require at least one number',
+ 'pwd_secure_complexity_symbols' => 'Require at least one symbol',
+ 'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
+ 'pwd_secure_min' => 'Password minimum characters',
+ 'pwd_secure_min_help' => 'Minimum permitted value is 8',
+ 'pwd_secure_uncommon' => 'Prevent common passwords',
+ 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.',
+ 'qr_help' => 'Enable QR Codes first to set this',
+ 'qr_text' => 'QR Code Text',
+ 'saml' => 'SAML',
+ 'saml_title' => 'Update SAML settings',
+ 'saml_help' => 'SAML settings',
+ 'saml_enabled' => 'SAML enabled',
+ 'saml_integration' => 'SAML Integration',
+ 'saml_sp_entityid' => 'Entity ID',
+ 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
+ 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
+ 'saml_sp_x509cert' => 'Public Certificate',
+ 'saml_sp_metadata_url' => 'Metadata URL',
+ 'saml_idp_metadata' => 'SAML IdP Metadata',
+ 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
+ 'saml_attr_mapping_username' => 'Attribute Mapping - Username',
+ 'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
+ 'saml_forcelogin_label' => 'SAML Force Login',
+ 'saml_forcelogin' => 'Make SAML the primary login',
+ 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
+ 'saml_slo_label' => 'SAML Single Log Out',
+ 'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
+ 'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
+ 'saml_custom_settings' => 'SAML Custom Settings',
+ 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
+ 'saml_download' => 'Download Metadata',
+ 'setting' => 'Setting',
+ 'settings' => 'Settings',
+ 'show_alerts_in_menu' => 'Show alerts in top menu',
+ 'show_archived_in_list' => 'Archived Assets',
+ 'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
+ 'show_assigned_assets' => 'Show assets assigned to assets',
+ 'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
+ 'show_images_in_email' => 'Show images in emails',
+ 'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
+ 'site_name' => 'Site Name',
+ 'integrations' => 'Integrations',
+ 'slack' => 'Slack',
+ 'general_webhook' => 'General Webhook',
+ 'ms_teams' => 'Microsoft Teams',
+ 'webhook' => ':app',
+ 'webhook_presave' => 'Test to Save',
+ 'webhook_title' => 'Update Webhook Settings',
+ 'webhook_help' => 'Integration settings',
+ 'webhook_botname' => ':app Botname',
+ 'webhook_channel' => ':app Channel',
+ 'webhook_endpoint' => ':app Endpoint',
+ 'webhook_integration' => ':app Settings',
+ 'webhook_test' =>'Test :app integration',
+ 'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first create an incoming webhook on your :app account. Click on the Test :app Integration button to confirm your settings are correct before saving. ',
+ 'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
+ 'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
+ 'shortcuts_enabled' => 'Enable Shortcuts',
+ 'shortcuts_help_text' => 'Windows: Alt + Access key, Mac: Control + Option + Access key',
+ 'snipe_version' => 'Snipe-IT version',
+ 'support_footer' => 'Support Footer Links ',
+ 'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
+ 'version_footer' => 'Version in Footer ',
+ 'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
+ 'system' => 'System Information',
+ 'update' => 'Update Settings',
+ 'value' => 'Value',
+ 'brand' => 'Branding',
+ 'brand_help' => 'Logo, Site Name',
+ 'web_brand' => 'Web Branding Type',
+ 'about_settings_title' => 'About Settings',
+ 'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
+ 'labels_per_page' => 'Labels per page',
+ 'label_dimensions' => 'Label dimensions (inches)',
+ 'next_auto_tag_base' => 'Next auto-increment',
+ 'page_padding' => 'Page margins (inches)',
+ 'privacy_policy_link' => 'Link to Privacy Policy',
+ 'privacy_policy' => 'Privacy Policy',
+ 'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
+ 'purge' => 'Purge Deleted Records',
+ 'purge_deleted' => 'Purge Deleted ',
+ 'labels_display_bgutter' => 'Label bottom gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
+ 'labels_fontsize' => 'Label font size',
+ 'labels_pagewidth' => 'Label sheet width',
+ 'labels_pageheight' => 'Label sheet height',
+ 'label_gutters' => 'Label spacing (inches)',
+ 'page_dimensions' => 'Page dimensions (inches)',
+ 'label_fields' => 'Label visible fields',
+ 'inches' => 'inches',
+ 'width_w' => 'w',
+ 'height_h' => 'h',
+ 'show_url_in_emails' => 'Link to Snipe-IT in Emails',
+ 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ',
+ 'text_pt' => 'pt',
+ 'thumbnail_max_h' => 'Max thumbnail height',
+ 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.',
+ 'two_factor' => 'Two Factor Authentication',
+ 'two_factor_secret' => 'Two-Factor Code',
+ 'two_factor_enrollment' => 'Two-Factor Enrollment',
+ 'two_factor_enabled_text' => 'Enable Two Factor',
+ 'two_factor_reset' => 'Reset Two-Factor Secret',
+ 'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
+ 'two_factor_reset_success' => 'Two factor device successfully reset',
+ 'two_factor_reset_error' => 'Two factor device reset failed',
+ 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.',
+ 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.',
+ 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)',
+ 'two_factor_required' => 'Required for all users',
+ 'two_factor_disabled' => 'Disabled',
+ 'two_factor_enter_code' => 'Enter Two-Factor Code',
+ 'two_factor_config_complete' => 'Submit Code',
+ 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.',
+ 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
+ 'require_accept_signature' => 'Require Signature',
+ 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
+ 'require_checkinout_notes' => 'Require Notes on Checkin/Checkout',
+ 'require_checkinout_notes_help_text' => 'Enabling this feature will require the note fields to be populated when checking in or checking out an asset.',
+ 'left' => 'left',
+ 'right' => 'right',
+ 'top' => 'top',
+ 'bottom' => 'bottom',
+ 'vertical' => 'vertical',
+ 'horizontal' => 'horizontal',
+ 'unique_serial' => 'Unique serial numbers',
+ 'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
+ 'zerofill_count' => 'Length of asset tags, including zerofill',
+ 'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
+ 'oauth_title' => 'OAuth API Settings',
+ 'oauth_clients' => 'OAuth Clients',
+ 'oauth' => 'OAuth',
+ 'oauth_help' => 'Oauth Endpoint Settings',
+ 'oauth_no_clients' => 'You have not created any OAuth clients yet.',
+ 'oauth_secret' => 'Secret',
+ 'oauth_authorized_apps' => 'Authorized Applications',
+ 'oauth_redirect_url' => 'Redirect URL',
+ 'oauth_name_help' => ' Something your users will recognize and trust.',
+ 'oauth_scopes' => 'Scopes',
+ 'oauth_callback_url' => 'Your application authorization callback URL.',
+ 'create_client' => 'Create Client',
+ 'no_scopes' => 'No scopes',
+ 'asset_tag_title' => 'Update Asset Tag Settings',
+ 'barcode_title' => 'Update Barcode Settings',
+ 'barcodes' => 'Barcodes',
+ 'barcodes_help_overview' => 'Barcode & QR settings',
+ 'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
+ 'barcodes_spinner' => 'Attempting to delete files...',
+ 'barcode_delete_cache' => 'Delete Barcode Cache',
+ 'branding_title' => 'Update Branding Settings',
+ 'general_title' => 'Update General Settings',
+ 'mail_test' => 'Send Test',
+ 'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
+ 'filter_by_keyword' => 'Filter by setting keyword',
+ 'security' => 'Security',
+ 'security_title' => 'Update Security Settings',
+ 'security_help' => 'Two-factor, Password Restrictions',
+ 'groups_help' => 'Account permission groups',
+ 'localization' => 'Localization',
+ 'localization_title' => 'Update Localization Settings',
+ 'localization_help' => 'Language, date display',
+ 'notifications' => 'Notifications',
+ 'notifications_help' => 'Email Alerts & Audit Settings',
+ 'asset_tags_help' => 'Incrementing and prefixes',
+ 'labels' => 'Labels',
+ 'labels_title' => 'Update Label Settings',
+ 'labels_help' => 'Barcodes & label settings',
+ 'purge_help' => 'Purge Deleted Records',
+ 'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
+ 'ldap_ad' => 'LDAP/AD',
+ 'ldap_test_label' => 'Test LDAP Sync',
+ 'ldap_test_login' => ' Test LDAP Login',
+ 'ldap_username_placeholder' => 'LDAP Username',
+ 'ldap_password_placeholder' => 'LDAP Password',
+ 'employee_number' => 'Employee Number',
+ 'create_admin_user' => 'Create a User ::',
+ 'create_admin_success' => 'Success! Your admin user has been added!',
+ 'create_admin_redirect' => 'Click here to go to your app login!',
+ 'setup_migrations' => 'Database Migrations ::',
+ 'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
+ 'setup_successful_migrations' => 'Your database tables have been created',
+ 'setup_migration_output' => 'Migration output:',
+ 'setup_migration_create_user' => 'Next: Create User',
+ 'ldap_settings_link' => 'LDAP Settings Page',
+ 'slack_test' => 'Test Integration',
+ 'label2_enable' => 'New Label Engine',
+ 'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
+ 'label2_template' => 'Template',
+ 'label2_template_help' => 'Select which template to use for label generation',
+ 'label2_title' => 'Title',
+ 'label2_title_help' => 'The title to show on labels that support it',
+ 'label2_title_help_phold' => 'The placeholder {COMPANY}
will be replaced with the asset's company name',
+ 'label2_asset_logo' => 'Use Asset Logo',
+ 'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at :setting_name
',
+ 'label2_1d_type' => '1D Barcode Type',
+ 'label2_1d_type_help' => 'Format for 1D barcodes',
+ 'label2_2d_type' => '2D Barcode Type',
+ 'label2_2d_type_help' => 'Format for 2D barcodes',
+ 'label2_2d_target' => '2D Barcode Target',
+ 'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
+ 'label2_fields' => 'Field Definitions',
+ 'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
+ 'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
+ 'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+
+
+ /* Keywords for settings overview help */
+ 'keywords' => [
+ 'brand' => 'footer, logo, print, theme, skin, header, colors, color, css',
+ 'general_settings' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
+ 'groups' => 'permissions, permission groups, authorization',
+ 'labels' => 'labels, barcodes, barcode, sheets, print, upc, qr, 1d, 2d',
+ 'localization' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
+ 'php_overview' => 'phpinfo, system, info',
+ 'purge' => 'permanently delete',
+ 'security' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
+ ],
+
+];
diff --git a/resources/lang/om-ET/admin/settings/message.php b/resources/lang/om-ET/admin/settings/message.php
new file mode 100644
index 0000000000..9be2901747
--- /dev/null
+++ b/resources/lang/om-ET/admin/settings/message.php
@@ -0,0 +1,54 @@
+ [
+ 'error' => 'An error has occurred while updating. ',
+ 'success' => 'Settings updated successfully.',
+ ],
+ 'backup' => [
+ 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
+ 'file_deleted' => 'The backup file was successfully deleted. ',
+ 'generated' => 'A new backup file was successfully created.',
+ 'file_not_found' => 'That backup file could not be found on the server.',
+ 'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
+ 'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
+ ],
+ 'restore' => [
+ 'success' => 'Your system backup has been restored. Please log in again.'
+ ],
+ 'purge' => [
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.',
+ ],
+ 'mail' => [
+ 'sending' => 'Sending Test Email...',
+ 'success' => 'Mail sent!',
+ 'error' => 'Mail could not be sent.',
+ 'additional' => 'No additional error message provided. Check your mail settings and your app log.'
+ ],
+ 'ldap' => [
+ 'testing' => 'Testing LDAP Connection, Binding & Query ...',
+ '500' => '500 Server Error. Please check your server logs for more information.',
+ 'error' => 'Something went wrong :(',
+ '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!'
+ ],
+ 'labels' => [
+ 'null_template' => 'Label template not found. Please select a template.',
+ ],
+ 'webhook' => [
+ 'sending' => 'Sending :app test message...',
+ 'success' => 'Your :webhook_name Integration works!',
+ '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. :app responded with: :error_message',
+ 'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
+ 'error_misc' => 'Something went wrong. :( ',
+ 'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
+ 'webhook_channel_not_found' => ' webhook channel not found.'
+ ]
+];
diff --git a/resources/lang/om-ET/admin/settings/table.php b/resources/lang/om-ET/admin/settings/table.php
new file mode 100644
index 0000000000..22db5c84ed
--- /dev/null
+++ b/resources/lang/om-ET/admin/settings/table.php
@@ -0,0 +1,6 @@
+ 'Created',
+ 'size' => 'Size',
+);
diff --git a/resources/lang/om-ET/admin/statuslabels/message.php b/resources/lang/om-ET/admin/statuslabels/message.php
new file mode 100644
index 0000000000..b1b4034d0d
--- /dev/null
+++ b/resources/lang/om-ET/admin/statuslabels/message.php
@@ -0,0 +1,32 @@
+ 'Status Label does not exist.',
+ 'deleted_label' => 'Deleted Status Label',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
+
+ 'create' => [
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.',
+ ],
+
+ 'update' => [
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.',
+ ],
+
+ 'delete' => [
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.',
+ ],
+
+ 'help' => [
+ 'undeployable' => 'These assets cannot be assigned to anyone.',
+ 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.',
+ 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
+ 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
+ ],
+
+];
diff --git a/resources/lang/om-ET/admin/statuslabels/table.php b/resources/lang/om-ET/admin/statuslabels/table.php
new file mode 100644
index 0000000000..93039401ca
--- /dev/null
+++ b/resources/lang/om-ET/admin/statuslabels/table.php
@@ -0,0 +1,19 @@
+ 'About Status Labels',
+ 'archived' => 'Archived',
+ 'create' => 'Create Status Label',
+ 'color' => 'Chart Color',
+ 'default_label' => 'Default Label',
+ 'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
+ 'deployable' => 'Deployable',
+ 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
+ 'name' => 'Status Name',
+ 'pending' => 'Harka qhoofaa',
+ 'status_type' => 'Status Type',
+ 'show_in_nav' => 'Show in side nav',
+ 'title' => 'Status Labels',
+ 'undeployable' => 'Undeployable',
+ 'update' => 'Update Status Label',
+);
diff --git a/resources/lang/om-ET/admin/suppliers/message.php b/resources/lang/om-ET/admin/suppliers/message.php
new file mode 100644
index 0000000000..a693669c7e
--- /dev/null
+++ b/resources/lang/om-ET/admin/suppliers/message.php
@@ -0,0 +1,28 @@
+ 'Deleted supplier',
+ 'does_not_exist' => 'Supplier does not exist.',
+
+
+ 'create' => array(
+ 'error' => 'Supplier was not created, please try again.',
+ 'success' => 'Supplier created successfully.'
+ ),
+
+ 'update' => array(
+ 'error' => 'Supplier was not updated, please try again',
+ 'success' => 'Supplier updated successfully.'
+ ),
+
+ 'delete' => array(
+ 'confirm' => 'Are you sure you wish to delete this supplier?',
+ 'error' => 'There was an issue deleting the supplier. Please try again.',
+ 'success' => 'Supplier was deleted successfully.',
+ 'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
+ 'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
+ 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
+ )
+
+);
diff --git a/resources/lang/om-ET/admin/suppliers/table.php b/resources/lang/om-ET/admin/suppliers/table.php
new file mode 100644
index 0000000000..77c32e154f
--- /dev/null
+++ b/resources/lang/om-ET/admin/suppliers/table.php
@@ -0,0 +1,26 @@
+ 'About Suppliers',
+ 'about_suppliers_text' => 'Suppliers are used to track the source of items',
+ 'address' => 'Supplier Address',
+ 'assets' => 'Assets',
+ 'city' => 'City',
+ 'contact' => 'Contact Name',
+ 'country' => 'Country',
+ 'create' => 'Create Supplier',
+ 'email' => 'Email',
+ 'fax' => 'Fax',
+ 'id' => 'Eenyumeessituu',
+ 'licenses' => ':count Licenses|:count Haqumaa',
+ 'name' => 'Supplier Name',
+ 'notes' => 'Notes',
+ 'phone' => 'Phone',
+ 'state' => 'State',
+ 'suppliers' => 'Suppliers',
+ 'update' => 'Update Supplier',
+ 'view' => 'View Supplier',
+ 'view_assets_for' => 'View Assets for',
+ 'zip' => 'Postal Code',
+
+);
diff --git a/resources/lang/om-ET/admin/users/general.php b/resources/lang/om-ET/admin/users/general.php
new file mode 100644
index 0000000000..14f36cf151
--- /dev/null
+++ b/resources/lang/om-ET/admin/users/general.php
@@ -0,0 +1,56 @@
+ 'This user can login',
+ 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
+ 'assets_user' => 'Assets assigned to :name',
+ 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
+ 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
+ 'current_assets' => 'Assets currently checked out to this user',
+ 'clone' => 'Clone User',
+ 'contact_user' => 'Contact :name',
+ 'edit' => 'Edit User',
+ 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
+ 'history_user' => 'History for :name',
+ 'info' => 'Info',
+ 'restore_user' => 'Click here to restore them.',
+ 'last_login' => 'Last Login',
+ 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'print_assigned' => 'Print All Assigned',
+ 'email_assigned' => 'Email List of All Assigned',
+ 'user_notified' => 'User has been emailed a list of their currently assigned items.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
+ 'auto_assign_help' => 'Skip this user in auto assignment of licenses',
+ 'software_user' => 'Software Checked out to :name',
+ 'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
+ 'view_user' => 'View User :name',
+ 'usercsv' => 'CSV file',
+ 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
+ 'two_factor_enrolled' => '2FA Device Enrolled ',
+ 'two_factor_active' => '2FA Active ',
+ '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.',
+ 'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
+ 'remove_group_memberships' => 'Remove Group Memberships',
+ '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_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',
+ 'vip_label' => 'VIP user',
+ 'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
+ 'create_user' => 'Create a user',
+ 'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
+ 'email_credentials' => 'Email credentials',
+ 'email_credentials_text' => 'Email my credentials to the email address above',
+ 'next_save_user' => 'Next: Save User',
+ 'all_assigned_list_generation' => 'Generated on:',
+ 'email_user_creds_on_create' => 'Email this user their credentials?',
+];
diff --git a/resources/lang/om-ET/admin/users/message.php b/resources/lang/om-ET/admin/users/message.php
new file mode 100644
index 0000000000..b6ddad3aac
--- /dev/null
+++ b/resources/lang/om-ET/admin/users/message.php
@@ -0,0 +1,75 @@
+ 'You have successfully accepted this asset.',
+ 'declined' => 'You have successfully declined this asset.',
+ 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.',
+ 'user_exists' => 'User already exists!',
+ 'user_not_found' => 'User does not exist or you do not have permission view them.',
+ 'user_login_required' => 'The login field is required',
+ 'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
+ 'user_password_required' => 'The password is required.',
+ 'insufficient_permissions' => 'Insufficient Permissions.',
+ 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.',
+ 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.',
+ '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' => 'This user does not have an email address in their profile.',
+ 'log_record_not_found' => 'A matching log record for this user could not be found.',
+
+
+ 'success' => array(
+ 'create' => 'User was successfully created.',
+ 'update' => 'User was successfully updated.',
+ 'update_bulk' => 'Users were successfully updated!',
+ 'delete' => 'User was successfully deleted.',
+ 'ban' => 'User was successfully banned.',
+ 'unban' => 'User was successfully unbanned.',
+ 'suspend' => 'User was successfully suspended.',
+ 'unsuspend' => 'User was successfully unsuspended.',
+ 'restored' => 'User was successfully restored.',
+ 'import' => 'Users imported successfully.',
+ ),
+
+ 'error' => array(
+ 'create' => 'There was an issue creating the user. Please try again.',
+ 'update' => 'There was an issue updating the user. Please try again.',
+ 'delete' => 'There was an issue deleting the user. Please try again.',
+ 'delete_has_assets' => 'This user has items assigned and could not be deleted.',
+ 'delete_has_assets_var' => 'This user still has an asset assigned. Please check it in first.|This user still has :count assets assigned. Please check their assets in first.',
+ 'delete_has_licenses_var' => 'This user still has a license seats assigned. Please check it in first.|This user still has :count license seats assigned. Please check them in first.',
+ 'delete_has_accessories_var' => 'This user still has an accessory assigned. Please check it in first.|This user still has :count accessories assigned. Please check their assets in first.',
+ 'delete_has_locations_var' => 'This user still manages a location. Please select another manager first.|This user still manages :count locations. Please select another manager first.',
+ 'delete_has_users_var' => 'This user still manages another user. Please select another manager for that user first.|This user still manages :count users. Please select another manager for them first.',
+ 'unsuspend' => 'There was an issue unsuspending the user. Please try again.',
+ 'import' => 'There was an issue importing users. Please try again.',
+ 'asset_already_accepted' => 'This asset has already been accepted.',
+ 'accept_or_decline' => 'You must either accept or decline this asset.',
+ 'cannot_delete_yourself' => 'We would feel really bad if you deleted yourself, please reconsider.',
+ 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.',
+ 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. 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 or missing category', + 'invalid_item_category_single' => 'Invalid or missing :type category. Please update the category of this :type to include a valid category before checking out.', + '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' => 'Haqa :object_type hin dandeenye', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', + 'notification_success' => 'Success', + 'notification_warning' => 'Warning', + '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 so that it is available for re-issue, re-imaging, etc', + 'checkout_user_tooltip' => 'Check this item out to a user', + 'checkin_to_diff_location' => 'You can choose to check this asset in to a location other than this asset\'s default location of :default_location if one is set', + '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 selection|Delete values for all :selection_count selections ', + 'set_users_field_to_null' => 'Delete :field values for this user|Delete :field values for all :user_count users ', + '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 one item requiring acceptance. Click here to accept or decline it | 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', + 'file_not_found' => 'File not found', + 'log_record_not_found' => 'No record for that log entry was 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', + 'true' => 'True', + 'false' => 'False', + 'integration_option' => 'Integration Option', + 'log_does_not_exist' => 'No matching log record exists.', + 'merge_users' => 'Merge Users', + 'merge_information' => 'This will merge the :count users into a single user. Select the user you wish to merge the others into below, and the associated assets, licenses, etc will be moved over to the selected user and the other users will be marked as deleted.', + 'warning_merge_information' => 'This action CANNOT be undone and should ONLY be used when you need to merge users because of a bad import or sync. Be sure to run a backup first.', + 'no_users_selected' => 'No users selected', + 'not_enough_users_selected' => 'At least :count users must be selected', + 'merge_success' => ':count users merged successfully into :into_username!', + 'merged' => 'merged', + 'merged_log_this_user_into' => 'Merged this user (ID :to_id - :to_username) into user ID :from_id (:from_username) ', + 'merged_log_this_user_from' => 'Merged user ID :from_id (:from_username) into this user (ID :to_id - :to_username)', + 'clear_and_save' => 'Clear & Save', + 'update_existing_values' => 'Update Existing Values?', + 'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Generating auto-incrementing asset tags is disabled so all rows need to have the "Asset Tag" column populated.', + 'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Note: Generating auto-incrementing asset tags is enabled so assets will be created for rows that do not have "Asset Tag" populated. Rows that do have "Asset Tag" populated will be updated with the provided information.', + 'send_welcome_email_to_users' => ' Send Welcome Email for new Users?', + 'send_email' => 'Send Email', + 'call' => 'Call number', + 'back_before_importing' => 'Backup before importing?', + 'csv_header_field' => 'CSV Header Field', + 'import_field' => 'Import Field', + 'sample_value' => 'Sample Value', + 'no_headers' => 'No Columns Found', + 'error_in_import_file' => 'There was an error reading the CSV file: :error', + 'errors_importing' => 'Some Errors occurred while importing: ', + 'warning' => 'WARNING: :warning', + 'success_redirecting' => '"Success... Redirecting.', + 'cancel_request' => 'Cancel this item request', + 'setup_successful_migrations' => 'Your database tables have been created', + 'setup_migration_output' => 'Migration output:', + 'setup_migration_create_user' => 'Next: Create User', + 'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.', + 'confirm' => 'Confirm', + 'autoassign_licenses' => 'Auto-Assign Licenses', + 'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.', + 'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)', + 'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.', + 'modal_confirm_generic' => 'Are you sure?', + 'cannot_be_deleted' => 'This item cannot be deleted', + 'cannot_be_edited' => 'This item cannot be edited.', + 'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.', + 'serial_number' => 'Serial Number', + 'item_notes' => ':item Notes', + 'item_name_var' => ':item Name', + 'error_user_company' => 'Checkout target company and asset company do not match', + 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', + 'importer' => [ + 'checked_out_to_fullname' => 'Checked Out to: Full Name', + 'checked_out_to_first_name' => 'Checked Out to: First Name', + 'checked_out_to_last_name' => 'Checked Out to: Last Name', + 'checked_out_to_username' => 'Checked Out to: Username', + 'checked_out_to_email' => 'Checked Out to: Email', + 'checked_out_to_tag' => 'Checked Out to: Asset Tag', + 'manager_first_name' => 'Manager First Name', + 'manager_last_name' => 'Manager Last Name', + 'manager_full_name' => 'Manager Full Name', + 'manager_username' => 'Manager Username', + 'checkout_type' => 'Checkout Type', + 'checkout_location' => 'Checkout to Location', + 'image_filename' => 'Image Filename', + 'do_not_import' => 'Do Not Import', + 'vip' => 'VIP', + 'avatar' => 'Avatar', + 'gravatar' => 'Gravatar Email', + 'currency' => 'Currency', + 'address2' => 'Address Line 2', + 'import_note' => 'Imported using csv importer', + ], + 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.', + 'checked_out_to_fields' => 'Checked Out To Fields', + 'percent_complete' => '% complete', + 'uploading' => 'Uploading... ', + 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.', + 'copy_to_clipboard' => 'Copy to Clipboard', + 'copied' => 'Copied!', + 'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.', + 'rtd_location_help' => 'This is the location of the asset when it is not checked out', + 'item_not_found' => ':item_type ID :id does not exist or has been deleted', + 'action_permission_denied' => 'You do not have permission to :action :item_type ID :id', + 'action_permission_generic' => 'You do not have permission to :action this :item_type', + 'edit' => 'edit', + 'action_source' => 'Action Source', + 'or' => 'or', + 'url' => 'URL', + 'edit_fieldset' => 'Edit fieldset fields and options', + 'permission_denied_superuser_demo' => 'Permission denied. You cannot update user information for superadmins on the demo.', + 'pwd_reset_not_sent' => 'User is not activated, is LDAP synced, or does not have an email address', + 'error_sending_email' => 'Error sending email', + 'sad_panda' => 'Sad panda. You are not authorized to do the thing. Maybe return to the dashboard, or contact your administrator.', + 'bulk' => [ + 'delete' => + [ + 'header' => 'Bulk Delete :object_type', + 'warn' => 'You are about to delete one :object_type|You are about to delete :count :object_type', + 'success' => ':object_type successfully deleted|Successfully deleted :count :object_type', + 'error' => 'Could not delete :object_type', + 'nothing_selected' => 'No :object_type selected - nothing to do', + 'partial' => 'Deleted :success_count :object_type, but :error_count :object_type could not be deleted', + ], + ], + 'no_requestable' => 'There are no requestable assets or asset models.', + + 'countable' => [ + 'accessories' => ':count Accessory|:count Accessories', + 'assets' => ':count Asset|:count Assets', + 'licenses' => ':count License|:count Licenses', + 'license_seats' => ':count License Seat|:count License Seats', + 'consumables' => ':count Consumable|:count Consumables', + 'components' => ':count Component|:count Components', + ], + + 'more_info' => 'Odeeffannoo Dabalataa', + 'quickscan_bulk_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', + 'whoops' => 'Whoops!', + 'something_went_wrong' => 'Something went wrong with your request.', + 'close' => 'Close', + 'expires' => 'Expires', + 'map_fields'=> 'Map :item_type Fields', + 'remaining_var' => ':count Remaining', + 'label' => 'Label', + 'import_asset_tag_exists' => 'An asset with the asset tag :asset_tag already exists and an update was not requested. No change was made.', + 'countries_manually_entered_help' => 'Values with an asterisk (*) were manually entered and do not match existing ISO 3166 dropdown values', + 'accessories_assigned' => 'Assigned Accessories', + 'user_managed_passwords' => 'Password Management', + 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords', + 'user_managed_passwords_allow' => 'Allow users to manage their own passwords', + +// Add form placeholders here + 'placeholders' => [ + 'notes' => 'Add a note', + ], + + 'breadcrumb_button_actions' => [ + 'edit_item' => 'Edit :name', + 'checkout_item' => 'Checkout :name', + 'checkin_item' => 'Checkin :name', + ], + + 'select_all_none' => 'Select/Unselect All', + 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it', + 'deleted_models' => 'Deleted Asset Models', + 'deleted_users' => 'Deleted Users', + +]; diff --git a/resources/lang/om-ET/help.php b/resources/lang/om-ET/help.php new file mode 100644 index 0000000000..cace5d5164 --- /dev/null +++ b/resources/lang/om-ET/help.php @@ -0,0 +1,35 @@ + 'Odeeffannoo Dabalataa', + + '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.sAMAccountName
(mixed case) will likely not work. You should use samaccountname
(lowercase) instead.'
+ ],
+ 'ldap_auth_filter_query' => ['not_in' => 'uid=samaccountname
is probably not a valid auth filter. You probably want uid=
'],
+ 'ldap_filter' => ['regex' => 'This value should probably not be wrapped in parentheses.'],
+
+ ],
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap attribute place-holders
+ | with something more reader friendly such as E-Mail Address instead
+ | of "email". This simply helps us make messages a little cleaner.
+ |
+ */
+
+ 'attributes' => [],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Generic Validation Messages - we use these in the jquery validation where we don't have
+ | access to the :attribute
+ |--------------------------------------------------------------------------
+ */
+
+ 'generic' => [
+ 'invalid_value_in_field' => 'Invalid value included in this field',
+ 'required' => 'This field is required',
+ 'email' => 'Please enter a valid email address',
+ ],
+
+
+];
diff --git a/resources/lang/pl-PL/admin/components/message.php b/resources/lang/pl-PL/admin/components/message.php
index ceac0a95e9..1ca364f5ad 100644
--- a/resources/lang/pl-PL/admin/components/message.php
+++ b/resources/lang/pl-PL/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć ten składnik?',
'error' => 'Wystąpił problem podczas usuwania składnika. Spróbuj ponownie.',
- 'success' => 'Składnik został usunięty pomyślnie.'
+ 'success' => 'Składnik został usunięty pomyślnie.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/pl-PL/admin/custom_fields/general.php b/resources/lang/pl-PL/admin/custom_fields/general.php
index fa06f168f5..844cc93fdd 100644
--- a/resources/lang/pl-PL/admin/custom_fields/general.php
+++ b/resources/lang/pl-PL/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Utwórz pole niestandardowe',
'value_encrypted' => 'Wartość tego pola jest zaszyfrowana w bazie danych. Tylko admini będą mogli wyświetlić rozszyfrowaną wartość',
'show_in_email' => 'Czy podać wartość tego pola w e-mailach z przypisaniem, wysłanych do użytkownika? Zaszyfrowane pola nie mogą być zawarte w wiadomościach e-mail',
- 'show_in_email_short' => 'Dołącz do wiadomości e-mail.',
+ 'show_in_email_short' => 'Dołącz do wiadomości e-mail',
'help_text' => 'Tekst pomocniczy',
'help_text_description' => 'Jest to tekst opcjonalny, który pojawi się pod elementami formularza podczas edycji zasobu w celu zapewnienia kontekstu.',
'about_custom_fields_title' => 'O polach niestandardowych',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Pokaż na liście żądanych zasobów',
'show_in_requestable_list' => 'Pokaż wartość w żądanej liście zasobów. Zaszyfrowane pola nie będą wyświetlane',
'encrypted_options' => 'To pole jest zaszyfrowane, więc niektóre opcje wyświetlania nie będą dostępne.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/pl-PL/admin/hardware/general.php b/resources/lang/pl-PL/admin/hardware/general.php
index 722fc7ffe8..27fe010533 100644
--- a/resources/lang/pl-PL/admin/hardware/general.php
+++ b/resources/lang/pl-PL/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Aktywa są to elementy identyfikowane przez numer seryjny lub etykietę. Są to przedmioty o większej wartości, gdzie liczy się identyfikacji określonego elementu.',
'archived' => 'Zarchiwizowane',
'asset' => 'Aktywo',
- 'bulk_checkout' => 'Przypisz aktywa',
- 'bulk_checkin' => 'Przyjmij aktywa',
+ 'bulk_checkout' => 'Zbiorcze Przypisanie',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Potwierdzanie zasobu/aktywa',
'checkout' => 'Przypisz zasób',
'clone' => 'Klonuj zasób',
diff --git a/resources/lang/pl-PL/admin/hardware/message.php b/resources/lang/pl-PL/admin/hardware/message.php
index 34e95beb01..2f0e813044 100644
--- a/resources/lang/pl-PL/admin/hardware/message.php
+++ b/resources/lang/pl-PL/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Czy na pewno chcesz usunąć?',
'error' => 'Nie można usunąć. Proszę spróbować ponownie.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Aktywa nie zostały wybrane, więc nic nie zostało usunięte.',
'success' => 'Nabytek został usunięty.',
],
diff --git a/resources/lang/pl-PL/admin/models/general.php b/resources/lang/pl-PL/admin/models/general.php
index b01daa05f7..419d8c8aa4 100644
--- a/resources/lang/pl-PL/admin/models/general.php
+++ b/resources/lang/pl-PL/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'O Modelach aktywów',
'about_models_text' => 'Modele aktywów są sposobem grupowania identycznych aktywów. "MBP 2013", "IPhone 6s", itp.',
- 'deleted' => 'Ten model został usunięty.',
+ 'deleted' => 'Ten model został usunięty.',
'bulk_delete' => 'Zbiorcze usuwanie modeli aktywów',
'bulk_delete_help' => 'Użyj poniższych pól wyboru, aby potwierdzić usunięcie wybranych modeli zasobów. Modele zasobów z którymi są powiązane zasoby, nie mogą zostać usunięte, dopóki zasoby nie zostaną powiązane z innym modelem.',
'bulk_delete_warn' => 'Usuniesz model zasobu.|Usuniesz :model_count modele/modeli zasobów.',
diff --git a/resources/lang/pl-PL/admin/users/general.php b/resources/lang/pl-PL/admin/users/general.php
index 01cd7735a2..441af0c52a 100644
--- a/resources/lang/pl-PL/admin/users/general.php
+++ b/resources/lang/pl-PL/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Drukuj wszystko przypisane',
'email_assigned' => 'Wyślij mailem wszystkie przypisane',
'user_notified' => 'Wysłano do użytkowania listę przypisanych zasobów.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Uwzględnij tego użytkownika podczas automatycznego przypisywania kwalifikujących się licencji',
'auto_assign_help' => 'Pomiń tego użytkownika w automatycznym przypisaniu licencji',
'software_user' => 'Oprogramowanie przypisane do :name',
diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php
index c4356e85f4..380087b90d 100644
--- a/resources/lang/pl-PL/general.php
+++ b/resources/lang/pl-PL/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Edycja',
'activity_report' => 'Raport Aktywności',
'address' => 'Adres',
- 'admin' => 'Admin',
+ 'admin' => 'Ustawienia administratora',
'admin_tooltip' => 'Ten użytkownik ma uprawnienia administratora',
'superuser' => 'Superużytkownik',
'superuser_tooltip' => 'Ten użytkownik ma uprawnienia superużytkownika',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Dostępne zasoby',
'accept_assets' => 'Akceptuje zasoby',
'accept_assets_menu' => 'Zaakceptuj zasoby',
+ 'accept_item' => 'Accept Item',
'audit' => 'Audyt',
'audit_report' => 'Dziennik zdarzeń',
'assets' => 'Zasoby',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Rekord utworzony',
'updated_at' => 'Zaktualizowano',
'currency' => 'PLN', // this is deprecated
+ 'currency_text' => 'Waluta', //
'current' => 'Lista użytkowników',
'current_password' => 'Bieżące hasło',
'customize_report' => 'Dostosuj raport',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'Czas trwania sesji upłynął. Spróbuj ponownie.',
'login_enabled' => 'Logowanie włączone',
'audit_due' => 'Termin przeprowadzenia audytu',
- 'audit_due_days' => 'Należności z tytułu Audytu w ciągu :days Dnia|Należne aktywa do audytu w ciągu :days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Należne za Checkin',
'checkin_overdue' => 'Zaległe za odprawę',
- 'checkin_due_days' => 'Należne aktywa do Checkin W ciągu :days Day|Aktywa do Checkin w ciągu :days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Zaległe z tytułu audytu',
'accept' => 'Zaakceptuj :asset',
'i_accept' => 'Akceptuję',
@@ -587,4 +589,15 @@ return [
'notes' => 'Dodaj notatkę',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/pt-BR/admin/components/message.php b/resources/lang/pt-BR/admin/components/message.php
index 146b446650..d9195f4dea 100644
--- a/resources/lang/pt-BR/admin/components/message.php
+++ b/resources/lang/pt-BR/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Tem a certeza que deseja excluir este componente?',
'error' => 'Existe um problema ao excluir o componente. Por favor tente de novo.',
- 'success' => 'O componente foi excluído com sucesso.'
+ 'success' => 'O componente foi excluído com sucesso.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php
index 0f95d95f84..a8f1d2c51e 100644
--- a/resources/lang/pt-BR/admin/custom_fields/general.php
+++ b/resources/lang/pt-BR/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Criar um novo campo personalizado',
'value_encrypted' => 'O valor deste campo é encriptado no banco de dados. Somente usuários administradores podem ver o valor descriptografado',
'show_in_email' => 'Incluir o valor desse campo nos e-mails enviados para o usuário? Campos criptografados não podem ser incluídos em e-mails',
- 'show_in_email_short' => 'Incluir nos e-mails.',
+ 'show_in_email_short' => 'Incluir nos e-mails',
'help_text' => 'Texto de ajuda',
'help_text_description' => 'Este é um texto opcional que irá aparecer abaixo dos elementos de formulário ao editar um ativo para fornecer o contexto no campo.',
'about_custom_fields_title' => 'Sobre os campos personalizados',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Mostrar na lista de ativos solicitáveis',
'show_in_requestable_list' => 'Mostrar valor na lista de ativos solicitáveis. Campos criptografados não serão exibidos',
'encrypted_options' => 'Este campo está criptografado, então algumas opções de exibição não estarão disponíveis.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php
index 17916046ca..ad87edcebb 100644
--- a/resources/lang/pt-BR/admin/hardware/general.php
+++ b/resources/lang/pt-BR/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Ativos são itens que são controlados e rastreáveis pelo número de série ou por uma etiqueta de ativo (patrimônio). Eles tendem a ser de valor elevado onde a identificação de itens específicos é relevante.',
'archived' => 'Arquivado',
'asset' => 'Ativo',
- 'bulk_checkout' => 'Alocação de Ativos',
- 'bulk_checkin' => 'Check-in de Ativo',
+ 'bulk_checkout' => 'Saída em massa',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Retornar Ativo',
'checkout' => 'Checkout de Ativo',
'clone' => 'Clonar Ativo',
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index a7f3b1045e..7ab0a3a3e4 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Tem certeza de que deseja excluir este ativo?',
'error' => 'Houve um problema ao excluir o ativo. Tente novamente.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nenhum ativo foi selecionado, então nada foi deletado.',
'success' => 'O ativo foi excluído com sucesso.',
],
diff --git a/resources/lang/pt-BR/admin/models/general.php b/resources/lang/pt-BR/admin/models/general.php
index c81eadc8c1..d7acee9458 100644
--- a/resources/lang/pt-BR/admin/models/general.php
+++ b/resources/lang/pt-BR/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Sobre os Modelos de Ativos',
'about_models_text' => 'Os Modelos dos ativos são uma maneira para agrupar ativos idênticos. "MBP 2013", "iPhone 6s", etc.',
- 'deleted' => 'Este modelo foi excluído.',
+ 'deleted' => 'Este modelo foi excluído.',
'bulk_delete' => 'Bulk deletar modelos de ativos',
'bulk_delete_help' => 'Use a caixa abaixo para confirmar a exlusão dos modelos de ativos selecionados. Modelos de ativos que tem ativos associados a eles não podem ser deletados a não ser que esses ativos sejam associados a um modelo diferente.',
'bulk_delete_warn' => 'Você está prestes a excluir um modelo de ativo.|Você está prestes a excluir :model_count modelos de ativos.',
diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php
index d99f3a3ca0..21d9a63f12 100644
--- a/resources/lang/pt-BR/admin/users/general.php
+++ b/resources/lang/pt-BR/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Imprimir todos atribuídos',
'email_assigned' => 'Lista de e-mails de todos os atribuídos',
'user_notified' => 'Um usuário recebeu um e-mail com uma lista de seus itens atualmente atribuídos.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inclua este usuário quando atribuir licenças elegíveis automaticamente',
'auto_assign_help' => 'Ignorar este usuário em atribuição automática de licenças',
'software_user' => 'Disponibilização de software para :name',
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index e7b77a343e..c587f4445b 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Ação',
'activity_report' => 'Relatório de Atividade',
'address' => 'Endereço',
- 'admin' => 'Administrador',
+ 'admin' => 'Configurações de administrador',
'admin_tooltip' => 'Este usuário tem privilégios de administrador',
'superuser' => 'Super usuário',
'superuser_tooltip' => 'Este usuário tem privilégios de superusuário',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Ativos disponíveis',
'accept_assets' => 'Aceitar Ativos :name',
'accept_assets_menu' => 'Aceitar Ativos',
+ 'accept_item' => 'Accept Item',
'audit' => 'Auditoria',
'audit_report' => 'Registro de auditoria',
'assets' => 'Ativos',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Registro criado',
'updated_at' => 'Atualizado em',
'currency' => 'R$', // this is deprecated
+ 'currency_text' => 'Moeda', //
'current' => 'Atuais',
'current_password' => 'Senha atual',
'customize_report' => 'Personalizar Relatório',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'A sua sessão expirou. Por favor, tente entrar novamente.',
'login_enabled' => 'Login Ativado',
'audit_due' => 'Vencimento para auditoria',
- 'audit_due_days' => 'Atributos devidos para auditoria dentro de :days Dias| Ativos devido para auditoria dentro de :days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Vencimento para o checkin',
'checkin_overdue' => 'Atrasado por check-in',
- 'checkin_due_days' => 'Ativos devidos para o check-in dentro de :days Dias| Ativos devido para check-in dentro de :days',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Atrasado para Auditoria',
'accept' => 'Aceitar :asset',
'i_accept' => 'Eu aceito',
@@ -588,4 +590,15 @@ Resultados da Sincronização',
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/pt-PT/admin/components/message.php b/resources/lang/pt-PT/admin/components/message.php
index 24bbf9e453..722dbc3c6e 100644
--- a/resources/lang/pt-PT/admin/components/message.php
+++ b/resources/lang/pt-PT/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Tem a certeza que deseja eliminar este componente?',
'error' => 'Existe um problema ao eliminar o componente. Por favor tente de novo.',
- 'success' => 'O componente foi eliminado com sucesso.'
+ 'success' => 'O componente foi eliminado com sucesso.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php
index 813f86e1d4..d01a37441f 100644
--- a/resources/lang/pt-PT/admin/custom_fields/general.php
+++ b/resources/lang/pt-PT/admin/custom_fields/general.php
@@ -36,7 +36,7 @@ return [
'create_field_title' => 'Criar um novo campo personalizado',
'value_encrypted' => 'O valor deste campo está encriptado na base de dados. apenas administradores poderão ver o valor desencriptado',
'show_in_email' => 'Incluir o valor deste campo nos e-mails de checktout enviados ao utilizador? Os campos encriptados não serão incluídos',
- 'show_in_email_short' => 'Incluir nos e-mails.',
+ 'show_in_email_short' => 'Incluir nos e-mails',
'help_text' => 'Texto de Ajuda',
'help_text_description' => 'Este é um texto opcional que irá aparecer abaixo dos elementos de formulário ao editar um ativo para fornecer o contexto no campo.',
'about_custom_fields_title' => 'Sobre os campos personalizados',
@@ -58,5 +58,7 @@ return [
'show_in_requestable_list_short' => 'Mostrar na lista de mídias solicitáveis',
'show_in_requestable_list' => 'Mostrar valor na lista de ativos solicitáveis. Campos criptografados não serão exibidos',
'encrypted_options' => 'Este campo está criptografado, então algumas opções de exibição não estarão disponíveis.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php
index d3b2ae75a1..68f2277f6e 100644
--- a/resources/lang/pt-PT/admin/hardware/general.php
+++ b/resources/lang/pt-PT/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Artigos são itens seguidos por números de serie ou "asset tags". Eles tendem a ser itens de maior valor, onde a identificação de um item específico importa.',
'archived' => 'Arquivado',
'asset' => 'Ativo',
- 'bulk_checkout' => 'Artigos em checktout',
- 'bulk_checkin' => 'Receber Artigos',
+ 'bulk_checkout' => 'Saída em massa',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Devolver Ativo',
'checkout' => 'Ativo de compras',
'clone' => 'Clonar Ativo',
diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php
index be337a4254..8c922885db 100644
--- a/resources/lang/pt-PT/admin/hardware/message.php
+++ b/resources/lang/pt-PT/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Tem a certeza de que pretende eliminar este artigo?',
'error' => 'Ocorreu um problema ao remover o artigo. Por favor, tente novamente.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nenhum recurso foi selecionado, então nada foi excluído.',
'success' => 'O artigo foi removido com sucesso.',
],
diff --git a/resources/lang/pt-PT/admin/models/general.php b/resources/lang/pt-PT/admin/models/general.php
index 0f2f0789e0..1b2ee600e4 100644
--- a/resources/lang/pt-PT/admin/models/general.php
+++ b/resources/lang/pt-PT/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Sobre os modelos dos artigos',
'about_models_text' => 'Os Modelos dos artigos são uma maneira para agrupar artigos idênticos. "MBP 2013", "IPhone 6s", etc.',
- 'deleted' => 'Este modelo foi apagado.',
+ 'deleted' => 'Este modelo foi apagado.',
'bulk_delete' => 'Eliminar modelos de artigos em massa',
'bulk_delete_help' => 'Use as caixas de selecção abaixo para confirmar a eliminação dos modelos de artigos selecionados. Modelos de artigos que contenham artigos associados não serão eliminados até que estes artigos sejam associados a um modelo diferente.',
'bulk_delete_warn' => 'Está prestes a excluir um modelo de artigo.|Está prestes a apagar :model_count modelo de artigos.',
diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php
index 35a21e5189..b953c84bbe 100644
--- a/resources/lang/pt-PT/admin/users/general.php
+++ b/resources/lang/pt-PT/admin/users/general.php
@@ -19,6 +19,8 @@ return [
'print_assigned' => 'Imprimir todos atribuídos',
'email_assigned' => 'Lista de endereços eletrónicos de Todos os atribuídos',
'user_notified' => 'Um utilizador recebeu um endereço eletrónico com uma lista dos seus itens atualmente atribuídos.',
+ 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
+ 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
'auto_assign_label' => 'Inclua este utilizador quando atribuir licenças elegíveis automaticamente',
'auto_assign_help' => 'Ignorar este utilizador na atribuição automática de licenças',
'software_user' => 'Software alocado a :name',
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
index d7a8091435..64307dce5b 100644
--- a/resources/lang/pt-PT/general.php
+++ b/resources/lang/pt-PT/general.php
@@ -10,7 +10,7 @@ return [
'action' => 'Ação',
'activity_report' => 'Relatório de atividades',
'address' => 'Morada',
- 'admin' => 'Administração',
+ 'admin' => 'Configurações de administrador',
'admin_tooltip' => 'Este usuário tem privilégios de administrador',
'superuser' => 'Superusuário',
'superuser_tooltip' => 'Este usuário tem privilégios de superusuário',
@@ -29,6 +29,7 @@ return [
'assets_available' => 'Artigos Disponíveis',
'accept_assets' => 'Artigos Aceites :name',
'accept_assets_menu' => 'Artigos Aceites',
+ 'accept_item' => 'Accept Item',
'audit' => 'Auditoria',
'audit_report' => 'Registro de auditoria',
'assets' => 'Artigos',
@@ -87,6 +88,7 @@ return [
'record_created' => 'Registro criado',
'updated_at' => 'Atualizado em',
'currency' => '€', // this is deprecated
+ 'currency_text' => 'Moeda', //
'current' => 'Atuais',
'current_password' => 'Senha atual',
'customize_report' => 'Personalizar relatório',
@@ -337,10 +339,10 @@ return [
'token_expired' => 'A sua sessão expirou. Inicie sessão novamente.',
'login_enabled' => 'Login Ativado',
'audit_due' => 'Marcado para Auditoria',
- 'audit_due_days' => 'Atributos devidos para auditoria dentro de :days Dias|Ativos devido para auditoria dentro de :days',
+ 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Vencimento para o checkin',
'checkin_overdue' => 'Atrasado por check-in',
- 'checkin_due_days' => 'Ativos devidos para o check-in dentro de :days Dia| Ativos devido para check-in dentro de :days Dias',
+ 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
'audit_overdue' => 'Atrasado para Auditoria',
'accept' => 'Aceitar :asset',
'i_accept' => 'Aceito',
@@ -587,4 +589,15 @@ return [
'notes' => 'Add a note',
],
+ 'breadcrumb_button_actions' => [
+ 'edit_item' => 'Edit :name',
+ 'checkout_item' => 'Checkout :name',
+ 'checkin_item' => 'Checkin :name',
+ ],
+
+ 'select_all_none' => 'Select/Unselect All',
+ 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
+ 'deleted_models' => 'Deleted Asset Models',
+ 'deleted_users' => 'Deleted Users',
+
];
diff --git a/resources/lang/ro-RO/admin/components/message.php b/resources/lang/ro-RO/admin/components/message.php
index b9f27ab113..9a85a29606 100644
--- a/resources/lang/ro-RO/admin/components/message.php
+++ b/resources/lang/ro-RO/admin/components/message.php
@@ -17,7 +17,8 @@ return array(
'delete' => array(
'confirm' => 'Sigur doriți să ștergeți această componentă?',
'error' => 'A apărut o problemă de ștergere a componentei. Vă rugăm să încercați din nou.',
- 'success' => 'Componenta a fost șters cu succes.'
+ 'success' => 'Componenta a fost șters cu succes.',
+ 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'checkout' => array(
diff --git a/resources/lang/ro-RO/admin/custom_fields/general.php b/resources/lang/ro-RO/admin/custom_fields/general.php
index afb9c31047..11bd94a0ea 100644
--- a/resources/lang/ro-RO/admin/custom_fields/general.php
+++ b/resources/lang/ro-RO/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => 'Creați un nou câmp personalizat',
'value_encrypted' => 'Valoarea acestui câmp este criptată în baza de date. Numai utilizatorii de administrare vor putea vizualiza valoarea decriptată',
'show_in_email' => 'Includeți valoarea acestui câmp în e-mailurile trimise utilizatorului? Căsuțele criptate nu pot fi incluse în e-mailuri',
- 'show_in_email_short' => 'Include în e-mailuri.',
+ 'show_in_email_short' => 'Include în e-mailuri',
'help_text' => 'Text de ajutor',
'help_text_description' => 'Acesta este un text opțional care va apărea mai jos de elementele formularului în timp ce editezi un activ pentru a oferi informații contextuale pentru fiecare câmp.',
'about_custom_fields_title' => 'Despre câmpuri personalizate',
@@ -57,5 +57,7 @@ return [
'show_in_requestable_list_short' => 'Arată în lista de active care pot fi solicitate',
'show_in_requestable_list' => 'Arată valoarea în lista de active solicitate. Câmpurile criptate nu vor fi afișate',
'encrypted_options' => 'Acest câmp este criptat, astfel încât unele opțiuni de afișare nu vor fi disponibile.',
+ 'display_checkin' => 'Display in checkin forms',
+ 'display_checkout' => 'Display in checkout forms',
];
diff --git a/resources/lang/ro-RO/admin/hardware/general.php b/resources/lang/ro-RO/admin/hardware/general.php
index 9d2fe60e78..9be495d9b1 100644
--- a/resources/lang/ro-RO/admin/hardware/general.php
+++ b/resources/lang/ro-RO/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Activele sunt elemente urmărite prin numărul de serie sau eticheta de activ. Ele tind să fie elemente de valoare mai mare în cazul în care identificarea unui anumit element contează.',
'archived' => 'Arhivate',
'asset' => 'Activ',
- 'bulk_checkout' => 'Predă activ',
- 'bulk_checkin' => 'Checkin Assets',
+ 'bulk_checkout' => 'Comenzi în numerar',
+ 'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Verifica activ',
'checkout' => 'Checkout Asset',
'clone' => 'Cloneaza activ',
diff --git a/resources/lang/ro-RO/admin/hardware/message.php b/resources/lang/ro-RO/admin/hardware/message.php
index 457b56462a..0264f69b18 100644
--- a/resources/lang/ro-RO/admin/hardware/message.php
+++ b/resources/lang/ro-RO/admin/hardware/message.php
@@ -72,6 +72,7 @@ return [
'delete' => [
'confirm' => 'Sunteti sigur ca vreti sa stergeti acest activ?',
'error' => 'S-a intampinat o problema la stergerea activului. Va rugam incercati iar.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
'nothing_updated' => 'Nu au fost selectate active, deci nimic nu a fost șters.',
'success' => 'Activul a fost sters.',
],
diff --git a/resources/lang/ro-RO/admin/models/general.php b/resources/lang/ro-RO/admin/models/general.php
index 58ba90bc91..0f6f2d3761 100644
--- a/resources/lang/ro-RO/admin/models/general.php
+++ b/resources/lang/ro-RO/admin/models/general.php
@@ -3,7 +3,7 @@
return array(
'about_models_title' => 'Despre modelele de active',
'about_models_text' => 'Modelele de activ sunt o modalitate de a grupa active identice. "MBP 2013", "iPhone 6s" etc.',
- 'deleted' => 'Acest model a fost șters.',
+ 'deleted' => 'Acest model a fost șters.',
'bulk_delete' => 'Stergere in masa a modelelor de echipamente',
'bulk_delete_help' => 'Utilizați casetele de selectare de mai jos pentru a confirma ștergerea modelelor de echipamente selectate. Modelele care au echipamente asociate cu acestea nu pot fi șterse până când activele nu sunt asociate cu un alt model.',
'bulk_delete_warn' => 'Sunteți pe cale să ștergeți un model de activ.