mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Merge pull request #13647 from snipe/localization/new_translations
Localization/new translations
This commit is contained in:
commit
e4696138ba
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'Maatskappy bestaan nie.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'Hierdie maatskappy is tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie maatskappy te verwys nie en probeer weer.',
|
||||
'create' => [
|
||||
'error' => 'Maatskappy is nie geskep nie, probeer asseblief weer.',
|
||||
|
|
|
@ -10,6 +10,9 @@ return [
|
|||
'bulk_update' => 'Grootskaalse opdateringsbates',
|
||||
'bulk_update_help' => 'Met hierdie vorm kan u verskeie bates gelyktydig bywerk. Vul slegs die velde in wat u moet verander. Enige velde wat leeg is, bly onveranderd.',
|
||||
'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' => 'Gekontroleer na',
|
||||
'checkout_date' => 'Checkout Datum',
|
||||
'checkin_date' => 'Incheckdatum',
|
||||
|
|
|
@ -14,6 +14,7 @@ return [
|
|||
'dl_csv' => 'Laai CSV af',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'plek',
|
||||
'purchase_cost' => 'koste',
|
||||
'purchase_date' => 'gekoop',
|
||||
|
|
11
resources/lang/af/admin/labels/message.php
Normal file
11
resources/lang/af/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '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',
|
||||
|
||||
];
|
13
resources/lang/af/admin/labels/table.php
Normal file
13
resources/lang/af/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
|
||||
];
|
|
@ -26,6 +26,7 @@ return array(
|
|||
'modal' => 'This will action 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 checkout in license GUI',
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Vervaardiger bestaan nie.',
|
||||
'assoc_users' => 'Hierdie vervaardiger word tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie vervaardiger te gebruik nie en probeer weer.',
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Model bestaan nie.',
|
||||
'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.',
|
||||
|
|
|
@ -330,9 +330,30 @@ return [
|
|||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'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 <code>{COMPANY}</code> 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 <code>:setting_name</code>',
|
||||
'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 URL the 2D barcode points to when scanned',
|
||||
'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 <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'Verskaffer bestaan nie.',
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ return array(
|
|||
'show_deleted' => 'Wys verwyderde gebruikers',
|
||||
'title' => 'Titel',
|
||||
'to_restore_them' => 'om hulle te herstel.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'Update gebruiker',
|
||||
'username' => 'Gebruikersnaam',
|
||||
'user_deleted_text' => 'Hierdie gebruiker is gemerk as verwyder.',
|
||||
|
|
|
@ -120,6 +120,9 @@ return [
|
|||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@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',
|
||||
'first' => 'eerste',
|
||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||
|
@ -265,6 +268,8 @@ return [
|
|||
'supplier' => 'verskaffer',
|
||||
'suppliers' => 'Verskaffers',
|
||||
'sure_to_delete' => 'Is jy seker jy wil verwyder',
|
||||
'sure_to_delete_var' => 'Are you sure you wish to delete :item?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'Indien',
|
||||
'target' => 'teiken',
|
||||
'time_and_date_display' => 'Tyd en datum vertoon',
|
||||
|
@ -283,6 +288,7 @@ return [
|
|||
'user' => 'gebruiker',
|
||||
'accepted' => 'aanvaarde',
|
||||
'declined' => 'afgeneem',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'Onaanvaarde Bates',
|
||||
'users' => 'gebruikers',
|
||||
'viewall' => 'View All',
|
||||
|
@ -364,9 +370,10 @@ return [
|
|||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Error:',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_success' => 'Success:',
|
||||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'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',
|
||||
|
@ -452,6 +459,8 @@ return [
|
|||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'error_user_company' => 'User and Asset companies missmatch',
|
||||
'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',
|
||||
|
@ -474,5 +483,8 @@ return [
|
|||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% complete',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.'
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'Company does not exist.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
|
||||
'create' => [
|
||||
'error' => 'Company was not created, please try again.',
|
||||
|
|
|
@ -10,6 +10,9 @@ return [
|
|||
'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',
|
||||
|
|
|
@ -14,6 +14,7 @@ return [
|
|||
'dl_csv' => 'Download CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'Location',
|
||||
'purchase_cost' => 'Cost',
|
||||
'purchase_date' => 'Purchased',
|
||||
|
|
11
resources/lang/am/admin/labels/message.php
Normal file
11
resources/lang/am/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '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',
|
||||
|
||||
];
|
13
resources/lang/am/admin/labels/table.php
Normal file
13
resources/lang/am/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
|
||||
];
|
|
@ -26,6 +26,7 @@ return array(
|
|||
'modal' => 'This will action 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 checkout in license GUI',
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.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. ',
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => '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.',
|
||||
|
|
|
@ -330,9 +330,30 @@ return [
|
|||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'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 <code>{COMPANY}</code> 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 <code>:setting_name</code>',
|
||||
'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 URL the 2D barcode points to when scanned',
|
||||
'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 <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'Supplier does not exist.',
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ return array(
|
|||
'show_deleted' => 'Show Deleted Users',
|
||||
'title' => 'Title',
|
||||
'to_restore_them' => 'to restore them.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'Update User',
|
||||
'username' => 'Username',
|
||||
'user_deleted_text' => 'This user has been marked as deleted.',
|
||||
|
|
|
@ -120,6 +120,9 @@ return [
|
|||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@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',
|
||||
'first' => 'First',
|
||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||
|
@ -265,6 +268,8 @@ return [
|
|||
'supplier' => 'Supplier',
|
||||
'suppliers' => 'Suppliers',
|
||||
'sure_to_delete' => 'Are you sure you wish to delete',
|
||||
'sure_to_delete_var' => 'Are you sure you wish to delete :item?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'Submit',
|
||||
'target' => 'Target',
|
||||
'time_and_date_display' => 'Time and Date Display',
|
||||
|
@ -283,6 +288,7 @@ return [
|
|||
'user' => 'User',
|
||||
'accepted' => 'accepted',
|
||||
'declined' => 'declined',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'Unaccepted Assets',
|
||||
'users' => 'Users',
|
||||
'viewall' => 'View All',
|
||||
|
@ -364,9 +370,10 @@ return [
|
|||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Error:',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_success' => 'Success:',
|
||||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'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',
|
||||
|
@ -452,6 +459,8 @@ return [
|
|||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'error_user_company' => 'User and Asset companies missmatch',
|
||||
'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',
|
||||
|
@ -474,5 +483,8 @@ return [
|
|||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% complete',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.'
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'الشركة غير موجودة.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'هذه الشركة مرتبطة حاليا مع موديل ولا يمكن حذفها. رجاءً قم بتحديث الموديلات بحيث لا تكون مرتبطة بهذه الشركة ثم حاول مرة اُخرى. ',
|
||||
'create' => [
|
||||
'error' => 'لم يتم انشاء الشركة، الرجاء المحاولة مرة اُخرى.',
|
||||
|
|
|
@ -10,6 +10,9 @@ return [
|
|||
'bulk_update' => 'تحديث للأصول المحددة',
|
||||
'bulk_update_help' => 'يتيح لك هذا النموذج تحديث عدة أصول دفعة واحدة. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة بدون تغيير. ',
|
||||
'bulk_update_warn' => 'أنت على وشك تعديل خصائص أصل واحد.<unk> أنت على وشك تعديل خصائص :asset_count الأصول.',
|
||||
'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' => 'تم الاخراج إلى',
|
||||
'checkout_date' => 'تاريخ الاخراج',
|
||||
'checkin_date' => 'تاريخ الادخال',
|
||||
|
@ -43,12 +46,12 @@ return [
|
|||
'warranty' => 'الضمان',
|
||||
'warranty_expires' => 'انتهاء مدة صلاحية الضمان',
|
||||
'years' => 'سنوات',
|
||||
'asset_location' => 'Update Asset Location',
|
||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
||||
'asset_location_update_default' => 'Update only default location',
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'asset_location' => 'تحديث موقع الأصل',
|
||||
'asset_location_update_default_current' => 'تحديث الموقع الافتراضي والموقع الفعلي',
|
||||
'asset_location_update_default' => 'تحديث الموقع الافتراضي فقط',
|
||||
'asset_not_deployable' => 'حالة الأصول هذه غير قابلة للنشر. لا يمكن التحقق من هذه الأصول.',
|
||||
'asset_deployable' => 'حالة تلك الأصول قابلة للنشر. هذا الأصل يمكن إخراجه.',
|
||||
'processing_spinner' => 'معالجة... (قد يستغرق هذا بعض الوقت على ملفات كبيرة)',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
'optional_infos' => 'معلومات اختيارية',
|
||||
'order_details' => 'معلومات ذات صلة'
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'undeployable' => '<strong> تحذير: </strong> تم تحديد الحالة لهذا الأصل بانه غير قابل للتوزيع حاليا. إذا تغيرت هذه الحالة، يرجى تحديث حالة الأصل.',
|
||||
'does_not_exist' => 'الأصل غير موجود.',
|
||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||
'does_not_exist_or_not_requestable' => 'ذالك الأصل غير موجود أو غير قابل للطلب.',
|
||||
'assoc_users' => 'هذا الأصل مخرج حاليا لمستخدم ولا يمكن حذفه. يرجى التحقق من الأصل أولا، ثم حاول الحذف مرة أخرى. ',
|
||||
|
||||
'create' => [
|
||||
|
@ -16,7 +16,7 @@ return [
|
|||
'error' => 'لم يتم تحديث الأصل، يرجى إعادة المحاولة',
|
||||
'success' => 'تم تحديث الأصل بنجاح.',
|
||||
'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'no_assets_selected' => 'لم يتم اختيار أي أصول، لذلك لم يتم تحديث أي شيء.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
|
|
|
@ -4,16 +4,17 @@ return [
|
|||
|
||||
'asset_tag' => 'ترميز الأصل',
|
||||
'asset_model' => 'الموديل',
|
||||
'book_value' => 'Current Value',
|
||||
'book_value' => 'القيمة الحالية',
|
||||
'change' => 'ادخال \\ اخراج',
|
||||
'checkout_date' => 'تاريخ الاخراج',
|
||||
'checkoutto' => 'الاخراج',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'current_value' => 'Current Value',
|
||||
'components_cost' => 'إجمالي تكلفة المكونات',
|
||||
'current_value' => 'القيمة الحالية',
|
||||
'diff' => 'الفرق',
|
||||
'dl_csv' => 'التنزيل كملف CSV',
|
||||
'eol' => 'نهاية العمر',
|
||||
'id' => 'رقم التعريف',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'الموقع',
|
||||
'purchase_cost' => 'التكلفة',
|
||||
'purchase_date' => 'تم الشراء',
|
||||
|
@ -23,9 +24,9 @@ return [
|
|||
'image' => 'صورة الجهاز',
|
||||
'days_without_acceptance' => 'أيام بدون قبول',
|
||||
'monthly_depreciation' => 'الإهلاك الشهري',
|
||||
'assigned_to' => 'Assigned To',
|
||||
'requesting_user' => 'Requesting User',
|
||||
'requested_date' => 'Requested Date',
|
||||
'changed' => 'Changed',
|
||||
'icon' => 'Icon',
|
||||
'assigned_to' => 'تعيين إلى',
|
||||
'requesting_user' => 'طلب المستخدم',
|
||||
'requested_date' => 'تاريخ الطلب',
|
||||
'changed' => 'تغيرت',
|
||||
'icon' => 'أيقونة',
|
||||
];
|
||||
|
|
11
resources/lang/ar/admin/labels/message.php
Normal file
11
resources/lang/ar/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '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',
|
||||
|
||||
];
|
13
resources/lang/ar/admin/labels/table.php
Normal file
13
resources/lang/ar/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
|
||||
];
|
|
@ -26,6 +26,7 @@ return array(
|
|||
'modal' => 'This will action 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 checkout in license GUI',
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'الشركة المصنعة غير موجودة.',
|
||||
'assoc_users' => 'هذه الشركة المصنعة مرتبطة حاليا مع موديل واحد على الأقل وبالتالي لا يمكن حذفها. يرجى تحديث الموديلات الخاصة بك بحيث لا تشير لهذه الشركة المصنعة وحاول مرة أخرى. ',
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'الموديل غير موجود.',
|
||||
'no_association' => 'تحذير! نموذج الأصول لهذا العنصر غير صالح أو مفقود!',
|
||||
'no_association_fix' => 'سيؤدي هذا إلى كسر الأمور بطرق غريبة وفظيعة. قم بتعديل هذا الأصل الآن لربطه بنموذج.',
|
||||
|
|
|
@ -330,9 +330,30 @@ return [
|
|||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'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 <code>{COMPANY}</code> 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 <code>:setting_name</code>',
|
||||
'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 URL the 2D barcode points to when scanned',
|
||||
'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 <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'المورد غير مجود.',
|
||||
|
||||
|
||||
|
|
|
@ -17,10 +17,10 @@ return [
|
|||
'last_login' => 'آخر دخول للمستخدم',
|
||||
'ldap_config_text' => 'يمكن العثور على إعدادات تهيئة لداب المشرف> الإعدادات. سيتم تعيين الموقع (اختياري) المحدد لجميع المستخدمين الذين تم استيرادهم.',
|
||||
'print_assigned' => 'طباعة كل الممتلكات',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'email_assigned' => 'قائمة البريد اﻹلكتروني لكل المعينين',
|
||||
'user_notified' => 'تم إرسال قائمة بالعناصر المعينة حاليا إلى المستخدم بالبريد الإلكتروني.',
|
||||
'auto_assign_label' => 'تضمين هذا المستخدم عند التعيين التلقائي للتراخيص المؤهلة',
|
||||
'auto_assign_help' => 'تخطي هذا المستخدم في التعيين التلقائي للترخيص',
|
||||
'software_user' => 'البرامج المخرجة الى: :name',
|
||||
'send_email_help' => 'يجب عليك توفير عنوان بريد إلكتروني لهذا المستخدم لإرسال بيانات اعتماده. لا يمكن إرسال بيانات الاعتماد البريدية إلا عند إنشاء المستخدم. يتم تخزين كلمات المرور في تجزئة ذات اتجاه واحد ولا يمكن استرجاعها بمجرد الحفظ.',
|
||||
'view_user' => 'عرض المستخدم :name',
|
||||
|
@ -28,13 +28,13 @@ return [
|
|||
'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.',
|
||||
'two_factor_enrolled' => '2FA Device Enrolled ',
|
||||
'two_factor_active' => '2FA Active ',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'user_deactivated' => 'لا يمكن تسجيل المستخدم',
|
||||
'user_activated' => 'يمكن تسجيل المستخدم',
|
||||
'activation_status_warning' => 'عدم تغيير حالة التفعيل',
|
||||
'group_memberships_helpblock' => 'فقط المشرفين العامون يمكنهم تعديل عضويات المجموعة.',
|
||||
'superadmin_permission_warning' => 'فقط للمشرفين العامين يمكنهم منح مستخدم صلاحية المشرف العام.',
|
||||
'admin_permission_warning' => 'يمكن فقط للمستخدمين الذين لديهم حقوق المشرفين أو أعلى منح صلاحية مشرف لمستخدم.',
|
||||
'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',
|
||||
|
|
|
@ -29,6 +29,7 @@ return array(
|
|||
'show_deleted' => 'عرض المستخدمين المحذوفين',
|
||||
'title' => 'المسمى الوظيفي',
|
||||
'to_restore_them' => 'لاستعادتها.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'تحديث المستخدم',
|
||||
'username' => 'اسم المستخدم',
|
||||
'user_deleted_text' => 'تم وضع علامة على هذا المستخدم على أنه محذوف.',
|
||||
|
|
|
@ -120,6 +120,9 @@ return [
|
|||
'firstname_lastname_underscore_format' => 'الاسم الأول الاسم الأخير (jane_smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'الاسم الأخير الأول (jsmith@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',
|
||||
'first' => 'الأول',
|
||||
'firstnamelastname' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
|
||||
'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
|
||||
|
@ -265,6 +268,8 @@ return [
|
|||
'supplier' => 'المورد',
|
||||
'suppliers' => 'الموردون',
|
||||
'sure_to_delete' => 'هل تريد بالتأكيد حذفها',
|
||||
'sure_to_delete_var' => 'Are you sure you wish to delete :item?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'عرض',
|
||||
'target' => 'استهداف',
|
||||
'time_and_date_display' => 'عرض الوقت والتاريخ',
|
||||
|
@ -283,6 +288,7 @@ return [
|
|||
'user' => 'المستخدم',
|
||||
'accepted' => 'قبلت',
|
||||
'declined' => 'رفض',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'الأصول غير المقبولة',
|
||||
'users' => 'المستخدمين',
|
||||
'viewall' => 'عرض الكل',
|
||||
|
@ -364,9 +370,10 @@ return [
|
|||
'licenses_count' => 'عدد التراخيص',
|
||||
'notification_error' => 'Error:',
|
||||
'notification_error_hint' => 'الرجاء التحقق من الاخطاء بالنموذج أدناه',
|
||||
'notification_success' => 'Success:',
|
||||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'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',
|
||||
|
@ -452,6 +459,8 @@ return [
|
|||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'error_user_company' => 'User and Asset companies missmatch',
|
||||
'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',
|
||||
|
@ -474,5 +483,8 @@ return [
|
|||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% complete',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.'
|
||||
|
||||
];
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'personal_api_keys' => 'Personal API Keys',
|
||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
|
||||
will not be visible to you again.',
|
||||
'api_base_url' => 'Your API base url is located at:',
|
||||
'personal_api_keys' => 'Частни API ключове',
|
||||
'api_key_warning' => 'Когато се генерират API token, копирайте ги веднага защото
|
||||
няма да бъдат видими в последствие.',
|
||||
'api_base_url' => 'Вашият API основен URL се намира на:',
|
||||
'api_base_url_endpoint' => '/<endpoint>',
|
||||
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
||||
find specific API endpoints and additional API documentation.',
|
||||
'api_token_expiration_time' => 'API ключа ще изтиче на:',
|
||||
'api_reference' => 'Прочетете <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> за да
|
||||
намерите специфични API endpoints и допълнителна API документация.',
|
||||
);
|
||||
|
|
|
@ -16,7 +16,7 @@ return array(
|
|||
'update' => 'Обновяване на аксесоар',
|
||||
'use_default_eula' => 'Използване на <a href="#" data-toggle="modal" data-target="#eulaModal">EULA по подразбиране</a>.',
|
||||
'use_default_eula_disabled' => '<del>Използване на EULA по подразбиране</del> Няма EULA по подразбиране. Добавете я в Настройки.',
|
||||
'clone' => 'Clone Accessory',
|
||||
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
|
||||
'clone' => 'Клониране на аксесоар',
|
||||
'delete_disabled' => 'Този аксесоар не може да бъде изтрит защото все още е заведен.',
|
||||
|
||||
);
|
||||
|
|
|
@ -24,7 +24,7 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Аксесоарът не беше изписан. Моля опитайте отново.',
|
||||
'success' => 'Аксесоарът изписан успешно.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'unavailable' => 'Аксесоарт не е наличен за изписване. Проверете наличното количество',
|
||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.'
|
||||
),
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'asset_maintenance_type' => 'Тип на поддръжка на актив',
|
||||
'title' => 'Заглавие',
|
||||
'start_date' => 'Start Date',
|
||||
'completion_date' => 'Completion Date',
|
||||
'start_date' => 'Начална дата',
|
||||
'completion_date' => 'Крайна дата',
|
||||
'cost' => 'Стойност',
|
||||
'is_warranty' => 'Подобрение на гаранцията',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'asset_maintenance_time' => 'Време за поддръжка на актив (в дни)',
|
||||
'notes' => 'Бележки',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
'update' => 'Обнови поддръжката на актив',
|
||||
'create' => 'Създаване на поддръжка на актив'
|
||||
];
|
||||
|
|
|
@ -8,8 +8,8 @@ return array(
|
|||
'clone' => 'Копиране на категория',
|
||||
'create' => 'Създаване на категория',
|
||||
'edit' => 'Редакция на категория',
|
||||
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
|
||||
'email_will_be_sent_due_to_global_eula' => 'Е-майл ще бъде изпратен на потребителя, защото се ползват общи условия.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'Е-майл ще бъде изпратен на потребителя, защото са зададени общи условия за тази категория.',
|
||||
'eula_text' => 'Категория EULA',
|
||||
'eula_text_help' => 'Това поле позволява да задавате различни EULA за всеки тип активи. Ако имате обща EULA за всички активи, можете да използвате кутийката по-долу за да използвате една обща по подразбиране.',
|
||||
'name' => 'Име на категория',
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'Компанията не съществува.',
|
||||
'deleted' => 'Изтрита фирма',
|
||||
'assoc_users' => 'Тази компания е свързана с поне един модел или не може да бъде изтрита. Моля проверете за модели, които все още се препращат към тази компания и опитайте отново.',
|
||||
'create' => [
|
||||
'error' => 'Компанията не беше създадена, моля опитайте отново.',
|
||||
|
|
|
@ -12,5 +12,5 @@ return array(
|
|||
'remaining' => 'Оставащо',
|
||||
'total' => 'Общо',
|
||||
'update' => 'Обновяване на компонент',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
'checkin_limit' => 'Вписаното количество трябва да е равно или по-малко от :assigned_qty'
|
||||
);
|
||||
|
|
|
@ -24,7 +24,7 @@ return array(
|
|||
'error' => 'Компонентът не беше отписан, моля опитайте отново.',
|
||||
'success' => 'Компонентът отписан успешно.',
|
||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
'unavailable' => 'Няма достатъчно компоненти: :remaining налични, :requested заявени ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -24,7 +24,7 @@ return array(
|
|||
'error' => 'Консумативът не беше изписан. Моля опитайте отново.',
|
||||
'success' => 'Консумативът изписан успешно.',
|
||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
'unavailable' => 'Няма достатъчно консумативи. Моля проверете количеството налични. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -27,9 +27,9 @@ return [
|
|||
'used_by_models' => 'Използвани от модели ',
|
||||
'order' => 'Ред',
|
||||
'create_fieldset' => 'Нов Fieldset',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'update_fieldset' => 'Обнови полетата',
|
||||
'fieldset_does_not_exist' => 'Полето :id не съществува',
|
||||
'fieldset_updated' => 'Полетата са обновени',
|
||||
'create_fieldset_title' => 'Създай нова група от полета',
|
||||
'create_field' => 'Ново персонализирано поле',
|
||||
'create_field_title' => 'Създай ново персонализирано поле',
|
||||
|
@ -43,15 +43,15 @@ return [
|
|||
'make_optional' => 'Задължително - щракнете за да го направите незадължително',
|
||||
'make_required' => 'Незадължително - щракнете за да го направите задължително',
|
||||
'reorder' => 'Пренареждане',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'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',
|
||||
'db_field' => 'ДБ поле',
|
||||
'db_convert_warning' => 'ВНИМАНИЕ. Това поле в таблицата с потребителски полета е с колона <code>:db_column</code>,а трябва да бъде <code>:expected</code>.',
|
||||
'is_unique' => 'Тази стойност трябва да бъде уникална за всички активи',
|
||||
'unique' => 'Уникално',
|
||||
'display_in_user_view' => 'Позволи на потребителя да вижда тези стойности в страницата на зачислените активи',
|
||||
'display_in_user_view_table' => 'Видим за потребител',
|
||||
'auto_add_to_fieldsets' => 'Автоматично добави това към всеки нов набор от полета',
|
||||
'add_to_preexisting_fieldsets' => 'Добави към всички съществуващи набор от полета',
|
||||
'show_in_listview' => 'Показвай по подразбиране, като списък. Потребителите, ще имат възможност да го скрият/покажа през избор на колона.',
|
||||
'show_in_listview_short' => 'Преглед в списъка',
|
||||
|
||||
];
|
||||
|
|
|
@ -51,7 +51,7 @@ return array(
|
|||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
'error' => 'Грешка при валидиране на стойностите по подразбиране за набор от полета.',
|
||||
|
||||
),
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
|
||||
'does_not_exist' => 'Департаментът не съществува.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'department_already_exists' => 'Този отдел вече съществува за тази фирма. Изберете друго име за този отдел. ',
|
||||
'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.',
|
||||
'create' => array(
|
||||
'error' => 'Отделът не е създаден, моля, опитайте отново.',
|
||||
|
|
|
@ -6,11 +6,11 @@ return [
|
|||
'asset_depreciations' => 'Амортизация на активи',
|
||||
'create' => 'Създаване на амортизация',
|
||||
'depreciation_name' => 'Амортизация',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'depreciation_min' => 'Минимална амортизационна стойност',
|
||||
'number_of_months' => 'Брой месеци',
|
||||
'update' => 'Обновяване на амортизация',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
'depreciation_min' => 'Минимална стойност след амортизация',
|
||||
'no_depreciations_warning' => '<strong>Внимание: </strong>
|
||||
Нямате нагласена амортизация.
|
||||
Моля настройте поне една амортизация за да видите справката.',
|
||||
];
|
||||
|
|
|
@ -6,6 +6,6 @@ return [
|
|||
'months' => 'Месеци',
|
||||
'term' => 'Срок',
|
||||
'title' => 'Име',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
'depreciation_min' => 'Минимална стойност',
|
||||
|
||||
];
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
|
||||
'group_exists' => 'Групата вече съществува!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_not_found' => 'Групата ID :id не съществува.',
|
||||
'group_name_required' => 'Полето име е задължително',
|
||||
|
||||
'success' => array(
|
||||
|
|
|
@ -10,7 +10,7 @@ return [
|
|||
'group_admin' => 'Администратор на група',
|
||||
'allow' => 'Разрешаване',
|
||||
'deny' => 'Отказ',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
'permission' => 'Права за достъп',
|
||||
'grant' => 'Разреши',
|
||||
'no_permissions' => 'Тази група няма права.'
|
||||
];
|
||||
|
|
|
@ -4,12 +4,15 @@ return [
|
|||
'bulk_delete' => 'Потвърдете масовото изтриване на активи',
|
||||
'bulk_restore' => 'Потвърдете масовото възстановяване на активите',
|
||||
'bulk_delete_help' => 'Прегледайте активите, маркирани за масово изтриване. Веднъж изтрити, активите могат да бъдат възстановени, но те вече няма да бъдат асоциирани с потребителите, на които са изписани в момента.',
|
||||
'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_restore_help' => 'Прегледайте активите за масово възстановяване по-долу. Веднъж след като се възстановят, тези активи няма да бъдат зачислените към потребителите, където преди това са били.',
|
||||
'bulk_delete_warn' => 'Ще бъдат изтрити :asset_count актива.',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'bulk_restore_warn' => 'Ще бъдата възстановени :asset_count актива.',
|
||||
'bulk_update' => 'Масово обновяване на активи',
|
||||
'bulk_update_help' => 'Тук можете да обновите множество активи едновременно. Попълнете единствено полетата, които желаете да промените. Всички празни полета няма да бъдат променени.',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||
'bulk_update_warn' => 'Ще редактирате настройките на един актив.|Ще редактирате настройките на :asset_count актива.',
|
||||
'bulk_update_with_custom_field' => 'Въпросните :asset_model_count актива са от различен тип модели.',
|
||||
'bulk_update_model_prefix' => 'От Модели',
|
||||
'bulk_update_custom_field_unique' => 'Това е уникално поле и не може да бъде редактирано едновременно.',
|
||||
'checkedout_to' => 'Изписано на',
|
||||
'checkout_date' => 'Дата на изписване',
|
||||
'checkin_date' => 'Дата на вписване',
|
||||
|
@ -48,7 +51,7 @@ return [
|
|||
'asset_location_update_default' => 'Актуализиране на местоположението по подразбиране',
|
||||
'asset_not_deployable' => 'Актива не може да бъде предоставен. Този активк не може да бъде изписан.',
|
||||
'asset_deployable' => 'Актива може да бъде предоставен. Този активк може да бъде изписан.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'processing_spinner' => 'Обработка...(Това може да отнеме време при големи файлове)',
|
||||
'optional_infos' => 'Допълнителна информация',
|
||||
'order_details' => 'Информация за състоянието на поръчка'
|
||||
];
|
||||
|
|
|
@ -12,39 +12,39 @@ return [
|
|||
'clone' => 'Копиране на актив',
|
||||
'deployable' => 'Може да бъде предоставен',
|
||||
'deleted' => 'Този актив беше изтрит.',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'delete_confirm' => 'Сигурни ли сте, че желаете изтриване на актива?',
|
||||
'edit' => 'Редакция на актив',
|
||||
'model_deleted' => 'Този Модел на актив беше изтрит. Вие трябва да възстановите този модел преди да можете да възстановите актива.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'model_invalid' => 'Модела на този актив е невалиден.',
|
||||
'model_invalid_fix' => 'Актива трябва да бъде редактиран преди да можете да го заведете.',
|
||||
'requestable' => 'Може да бъде изискван',
|
||||
'requested' => 'Изискан',
|
||||
'not_requestable' => 'Не може да бъде изискан',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'requestable_status_warning' => 'Да не се сменя статуса за изискване',
|
||||
'restore' => 'Възстановяване на актив',
|
||||
'pending' => 'Предстоящ',
|
||||
'undeployable' => 'Не може да бъде предоставян',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'undeployable_tooltip' => 'Този актив е забранен за изписване и не може да се изпише в момента.',
|
||||
'view' => 'Преглед на актив',
|
||||
'csv_error' => 'Имате грешка във вашият CSV файл:',
|
||||
'import_text' => '
|
||||
<p>
|
||||
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.
|
||||
<p>
|
||||
Качете CSV файл съдържащ историята на активите. Активите и потребителите ТРЯБВА да съществуват в системата, иначе ще бъдат презкочени. Съвпадението на активите се прави на база тяхното име. Съвпадението на потребителите се прави на база тяхното потребителско име и критерия избран по-долу. Ако не изберете критерии по-долу съвпадението на потребителите към потребителското име ще бъде направено на база конфигурацията в Админ > Глобални настройки.
|
||||
</p>
|
||||
|
||||
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p>
|
||||
<p>Полетата включени в CSV трябва да съвпадат с: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Всякакви допълнителни полета ще бъдат игнорирани. </p>
|
||||
|
||||
<p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
||||
<p>Ако датата на вписване е празна или в бъдещето тя ще изпише актива от потребителя. Ако не се включи колона с дата на вписване, тя ще бъде създадена с днешна дата.</p>
|
||||
',
|
||||
'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',
|
||||
'csv_import_match_f-l' => 'Опитайте се да съпоставите потребителите по формат име.фамилия (Иван.Иванов)',
|
||||
'csv_import_match_initial_last' => 'Опитайте се да съпоставите потребителите по формат първа буква фамилия (ИИванов)',
|
||||
'csv_import_match_first' => 'Опитайте се да съпоставите потребителите по малко име (Иван)',
|
||||
'csv_import_match_email' => 'Опитайте се да съпоставите потребителите по е-майл, като потребителско име',
|
||||
'csv_import_match_username' => 'Опитайте се да съпоставите потребителите, по потребителско име',
|
||||
'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',
|
||||
'success_messages' => 'Успешно:',
|
||||
'alert_details' => 'Детайли.',
|
||||
'custom_export' => 'Персонализиран експорт',
|
||||
'mfg_warranty_lookup' => ':manufacturer статус гаранция',
|
||||
'user_department' => 'Отдел',
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'undeployable' => '<strong>Внимание:</strong> Този актив е маркиран като невъзможен за предоставяне. Ако статусът е променен, моля обновете актива.',
|
||||
'does_not_exist' => 'Активът не съществува.',
|
||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||
'does_not_exist_or_not_requestable' => 'Актива не съществува или не може да бъде предоставян.',
|
||||
'assoc_users' => 'Активът е изписан на потребител и не може да бъде изтрит. Моля впишете го обратно и след това опитайте да го изтриете отново.',
|
||||
|
||||
'create' => [
|
||||
|
@ -16,14 +16,14 @@ return [
|
|||
'error' => 'Активът не беше обновен. Моля опитайте отново.',
|
||||
'success' => 'Активът обновен успешно.',
|
||||
'nothing_updated' => 'Няма избрани полета, съответно нищо не беше обновено.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'no_assets_selected' => 'Няма избрани активи, така че нищо не бе обновено.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'Активът не беше възстановен. Моля опитайте отново.',
|
||||
'success' => 'Активът възстановен успешно.',
|
||||
'bulk_success' => 'Asset restored successfully.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
'bulk_success' => 'Активът възстановен успешно.',
|
||||
'nothing_updated' => 'Няма избрани активи, така че нищо не бе възстановено.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
|
@ -50,8 +50,8 @@ return [
|
|||
'success' => 'Вашият файл беше въведен.',
|
||||
'file_delete_success' => 'Вашият файл беше изтрит успешно.',
|
||||
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
'header_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
|
||||
'content_row_has_malformed_characters' => 'Един или повече атрибути на заглавния ред съдържат неправилни UTF-8 символи',
|
||||
],
|
||||
|
||||
|
||||
|
|
|
@ -8,12 +8,13 @@ return [
|
|||
'change' => 'Предоставяне',
|
||||
'checkout_date' => 'Дата на изписване',
|
||||
'checkoutto' => 'Изписан',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'components_cost' => 'Обща стойност на компонентите',
|
||||
'current_value' => 'Текуща стойност',
|
||||
'diff' => 'Разлика',
|
||||
'dl_csv' => 'Сваляне на CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Дата на вписване',
|
||||
'location' => 'Местоположение',
|
||||
'purchase_cost' => 'Стойност',
|
||||
'purchase_date' => 'Закупен',
|
||||
|
|
|
@ -13,38 +13,38 @@ return [
|
|||
'none_licenses' => 'Няма достатъчно налични :license за изписване. Не достигат :qty . ',
|
||||
'none_consumables' => 'Няма достатъчно налични бройки от :consumable за изписване. Не достигат :qty . ',
|
||||
'none_accessory' => 'Няма достатъчно налични бройки от :accessory за изписване. Не достигат :qty . ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'Append license',
|
||||
'update_appended_license' => 'Update appended license',
|
||||
'append_model' => 'Append model',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'License does not exist',
|
||||
'license_detached' => 'License was successfully detached',
|
||||
'consumable_added_success' => 'Consumable added successfully',
|
||||
'consumable_updated' => 'Consumable was successfully updated',
|
||||
'consumable_error' => 'Consumable already attached to kit',
|
||||
'consumable_deleted' => 'Delete was successful',
|
||||
'consumable_none' => 'Consumable does not exist',
|
||||
'consumable_detached' => 'Consumable was successfully detached',
|
||||
'accessory_added_success' => 'Accessory added successfully',
|
||||
'accessory_updated' => 'Accessory was successfully updated',
|
||||
'accessory_detached' => 'Accessory was successfully detached',
|
||||
'accessory_error' => 'Accessory already attached to kit',
|
||||
'accessory_deleted' => 'Delete was successful',
|
||||
'accessory_none' => 'Accessory does not exist',
|
||||
'checkout_success' => 'Checkout was successful',
|
||||
'checkout_error' => 'Checkout error',
|
||||
'kit_none' => 'Kit does not exist',
|
||||
'kit_created' => 'Kit was successfully created',
|
||||
'kit_updated' => 'Kit was successfully updated',
|
||||
'kit_not_found' => 'Kit not found',
|
||||
'kit_deleted' => 'Kit was successfully deleted',
|
||||
'kit_model_updated' => 'Model was successfully updated',
|
||||
'kit_model_detached' => 'Model was successfully detached',
|
||||
'append_accessory' => 'Добави аксесоар',
|
||||
'update_appended_accessory' => 'Обнови добавения аксесоар',
|
||||
'append_consumable' => 'Добави консуматив',
|
||||
'update_appended_consumable' => 'Обнови добавения консуматив',
|
||||
'append_license' => 'Добави лиценз',
|
||||
'update_appended_license' => 'Обнови добавения лиценз',
|
||||
'append_model' => 'Добави модел',
|
||||
'update_appended_model' => 'Обнови допбавения модел',
|
||||
'license_error' => 'Лиценза вече е прикачен към комплекта',
|
||||
'license_added_success' => 'Лиценза е добавен успешно',
|
||||
'license_updated' => 'Лиценза беше обновен успешно',
|
||||
'license_none' => 'Лиценза не същестува',
|
||||
'license_detached' => 'Лиценза беше премахнат успешно',
|
||||
'consumable_added_success' => 'Консуматива беше добавен успешно',
|
||||
'consumable_updated' => 'Консуматива беше успешно обновен',
|
||||
'consumable_error' => 'Консуматива вече е добавен в комплекта',
|
||||
'consumable_deleted' => 'Успешно изтрит',
|
||||
'consumable_none' => 'Консуматива не съществува',
|
||||
'consumable_detached' => 'Консуматива беше премахнат успешно',
|
||||
'accessory_added_success' => 'Аксесоарът беше добавен успешно',
|
||||
'accessory_updated' => 'Аксесоарът беше успешно обновен',
|
||||
'accessory_detached' => 'Аксесоарът беше премахнат успешно',
|
||||
'accessory_error' => 'Аксесоарът вече е прикачен към комплекта',
|
||||
'accessory_deleted' => 'Успешно изтрит',
|
||||
'accessory_none' => 'Аксесоарът на съществува',
|
||||
'checkout_success' => 'Изписването е успешно',
|
||||
'checkout_error' => 'Грешка при изписване',
|
||||
'kit_none' => 'Комплекта не съществува',
|
||||
'kit_created' => 'Комплектът беше създаден',
|
||||
'kit_updated' => 'Комплектът беше обновен',
|
||||
'kit_not_found' => 'Комплекта не е намерен',
|
||||
'kit_deleted' => 'Комплектът беше изтрит',
|
||||
'kit_model_updated' => 'Модела беше успешно обновен',
|
||||
'kit_model_detached' => 'Модела беше премахнат успешно',
|
||||
];
|
||||
|
|
11
resources/lang/bg/admin/labels/message.php
Normal file
11
resources/lang/bg/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Невалидна бройка от :name. Очаквана :expected, получена :actual.',
|
||||
'invalid_return_type' => 'Невалиден тип от :name. Очакван :expected, получен :actual.',
|
||||
'invalid_return_value' => 'Невалидна стойност от :name. Очакван :expected, получен :actual.',
|
||||
|
||||
'does_not_exist' => 'Етикета не съществува',
|
||||
|
||||
];
|
13
resources/lang/bg/admin/labels/table.php
Normal file
13
resources/lang/bg/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'labels_per_page' => 'Етикети',
|
||||
'support_fields' => 'Полета',
|
||||
'support_asset_tag' => 'Таг',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'Лого',
|
||||
'support_title' => 'Заглавие',
|
||||
|
||||
];
|
|
@ -18,28 +18,29 @@ return array(
|
|||
'software_licenses' => 'Софтуерни лицензи',
|
||||
'user' => 'Потребител',
|
||||
'view' => 'Преглед на лиценз',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'delete_disabled' => 'Този лиценз не може да бъде изтрит, защото все още е заведен.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action 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',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
'button' => 'Връщане на всички бройки',
|
||||
'modal' => 'Това ще заведе една бройка. | Това ще заведе всички :checkedout_seats_count бройки от този лиценз.',
|
||||
'enabled_tooltip' => 'Вписване на всички бройки от този лиценз за потребителите и активите',
|
||||
'disabled_tooltip' => 'Това е забранено защото няма изписани бройки',
|
||||
'disabled_tooltip_reassignable' => 'Това е деактивирано, защото лиценза не може да се прехвърля',
|
||||
'success' => 'Лиценза е заведен успешно! | Всички лицензи са заведени успешно!',
|
||||
'log_msg' => 'Проверено чрез групово лиценз изписване в 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',
|
||||
'button' => 'Изпиши всички бройки',
|
||||
'modal' => 'Това ще изпише един лиценз на първия наличен потребител. | Това ще изпише вички :available_seats_count лиценза на първите налични потребители. Потребителя се смята за наличен, ако те нямат зачислен лиценз вече и настройката за автоматично зачисляване е включена в техния акаунт.',
|
||||
'enabled_tooltip' => 'Изпиши всички лицензи (или колкото са налични) на всички потребители',
|
||||
'disabled_tooltip' => 'Това е забранено защото няма налични лицензи',
|
||||
'success' => 'Лиценза беше успешно изписан! | :count лиценза бяха успешно изписани!',
|
||||
'error_no_seats' => 'Няма оставащи бройки от този лиценз.',
|
||||
'warn_not_enough_seats' => ':count потребителя бяха асоциирани към този лиценз, но свободните бройки от този лиценз свършиха.',
|
||||
'warn_no_avail_users' => 'Нищо не е променено. Няма потребители, които вече да нямат зачислен от този лиценз.',
|
||||
'log_msg' => 'Изписан чрез групово лизенц изписване в GUI',
|
||||
|
||||
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'does_not_exist' => 'Лиценза не съществува или нямата права да го видите.',
|
||||
'user_does_not_exist' => 'Потребителят не съществува.',
|
||||
'asset_does_not_exist' => 'Активът, който се опитвате да свържете с този лиценз не съществува.',
|
||||
'owner_doesnt_match_asset' => 'Активът, който се опитвате да свържете с този лиценз е притежание на друго лице, различно от това, което е определено в падащия списък.',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
||||
'support_url_help' => 'Променливите <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, и <code>{MODEL_NAME}</code> могат да бъдат използвани в URL, за да бъдат автоматично попълнени за активите - например https://support.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Несъществуващ производител.',
|
||||
'assoc_users' => 'Този производител е асоцииран с поне един от моделите и не може да бъде изтрит. Моля, променете връзките на моделите по отношение на този производител и опитайте отново. ',
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ return array(
|
|||
'support_email' => 'Email за поддръжка',
|
||||
'support_phone' => 'Телефон за поддръжка',
|
||||
'support_url' => 'URL адрес за поддръжка',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'warranty_lookup_url' => 'Адрес за проверка на гаранцията URL',
|
||||
'update' => 'Обновяване на производител',
|
||||
'url' => 'URL адрес',
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
return array(
|
||||
'about_models_title' => 'Относно модели на актив',
|
||||
'about_models_text' => 'Модели на актив са начин за групиране на идентични активи. "MBP 2013", "IPhone 6s" и др.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'deleted' => 'Този модел беше изтрит.',
|
||||
'bulk_delete' => 'Масово изтриване на модели на активите',
|
||||
'bulk_delete_help' => 'Използвайте квадратчетата за отметка по-долу, за да потвърдите изтриването на избраните модели на активи. Моделите, за които има асоциирани активи, не могат да бъдат изтрити, докато активите не се асоциират с друг модел.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'bulk_delete_warn' => 'Ще изтриете един модел.|Ще изтриете :model_count модела.',
|
||||
'restore' => 'Възстановяване на модел',
|
||||
'requestable' => 'Потребителите могат да поискат този модел',
|
||||
'show_mac_address' => 'Визуализиране на поле за MAC адрес в активите за този модел',
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Изтрит модел',
|
||||
'does_not_exist' => 'Моделът не съществува.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association' => 'ВНИМАНИЕ! Модела за този актив е неправилен или липсва!',
|
||||
'no_association_fix' => 'Това ще счупи нещата по много лош начин. Редактирайте артикула сега и го зачислете към модел.',
|
||||
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
return [
|
||||
'info' => 'Изберете опциите, които желаете за справката за активи.',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Send reminder',
|
||||
'reminder_sent' => 'Reminder sent',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request'
|
||||
'deleted_user' => 'Изтрит потребител',
|
||||
'send_reminder' => 'Изпрати напомняне',
|
||||
'reminder_sent' => 'Напомнянето изпратено',
|
||||
'acceptance_deleted' => 'Заявката за приемане е изтрита',
|
||||
'acceptance_request' => 'Заявка за приемане'
|
||||
];
|
|
@ -11,7 +11,7 @@ return [
|
|||
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
|
||||
'is_ad' => 'Това е активна директория на сървър',
|
||||
'alerts' => 'Известия',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_title' => 'Обнови настройките за известие',
|
||||
'alert_email' => 'Изпращане на нотификации към',
|
||||
'alert_email_help' => 'Е-майл адреси или групов е-маил за известяване, разделен със запетайка',
|
||||
'alerts_enabled' => 'Включване на известията',
|
||||
|
@ -32,8 +32,8 @@ return [
|
|||
'backups_restoring' => 'Възстановяване от архив',
|
||||
'backups_upload' => 'Качване на архив',
|
||||
'backups_path' => 'Архивите на сървъра са записани в <code>:path</code>',
|
||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_restore_warning' => 'Използвайте бутона за възстановяване <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> ,за да възстановите архивно копие. (Това не работи с S3 файлова система или Docker.)<br><br>Вашата <strong>цяла :app_name датабаза и всички качени файлове ще бъдат заменени</strong> от съдържанието на архива. ',
|
||||
'backups_logged_out' => 'Всички потребители, включително и вие, ще бъдат отписани след възстановяването.',
|
||||
'backups_large' => 'Много големите архиви може да не могат да се възстановят поради изтичане на времето на сесията и ще трябва да се възстановят ръчно през команден ред. ',
|
||||
'barcode_settings' => 'Настройки на баркод',
|
||||
'confirm_purge' => 'Потвърдете пречистване ',
|
||||
|
@ -117,16 +117,16 @@ return [
|
|||
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
|
||||
'ldap_emp_num' => 'LDAP номер на служител',
|
||||
'ldap_email' => 'LDAP електронна поща',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'ldap_test' => 'Тест LDAP',
|
||||
'ldap_test_sync' => 'Тест LDAP Синхронизация',
|
||||
'license' => 'Софтуерен лиценз',
|
||||
'load_remote_text' => 'Отдалечени скриптове',
|
||||
'load_remote_help_text' => 'Тази Snipe-IT инсталация може да зарежда и изпълнява външни скриптове.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'Success?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login' => 'Опити за вход',
|
||||
'login_attempt' => 'Опит за вход',
|
||||
'login_ip' => 'IP Адрес',
|
||||
'login_success' => 'Успешно?',
|
||||
'login_user_agent' => 'Потребителски агент',
|
||||
'login_help' => 'List of attempted logins',
|
||||
'login_note' => 'Вход забележка',
|
||||
'login_note_help' => 'По избор включете няколко изречения на екрана за вход, например, за да помогнете на хора, които са намерили изгубено или откраднато устройство. Това поле приема <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
|
||||
|
@ -225,7 +225,7 @@ return [
|
|||
'value' => 'Стойност',
|
||||
'brand' => 'Брандиране',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'brand_help' => 'Лого, Име на сайт',
|
||||
'web_brand' => 'Тип уеб брандиране',
|
||||
'about_settings_title' => 'Относно настройките',
|
||||
'about_settings_text' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
||||
|
@ -330,9 +330,30 @@ return [
|
|||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'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 <code>{COMPANY}</code> 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 <code>:setting_name</code>',
|
||||
'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 URL the 2D barcode points to when scanned',
|
||||
'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 <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
|
||||
];
|
||||
|
|
|
@ -11,8 +11,8 @@ return [
|
|||
'file_deleted' => 'Архивният файл беше изтрит успешно.',
|
||||
'generated' => 'Нов архивен файл беше създаден успешно.',
|
||||
'file_not_found' => 'Архивният файл не беше открит на сървъра.',
|
||||
'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_warning' => 'Да, потвърди възстановяването. Това ще презапише цялата информация в датабазата и ще отпише всички вписани потребители включително вас.',
|
||||
'restore_confirm' => 'Сигурни ли сте че искате да възстановите датабазата от :filename?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'Възникна грешка при пречистване. ',
|
||||
|
@ -20,25 +20,25 @@ return [
|
|||
'success' => 'Изтрити записи успешно премахнати.',
|
||||
],
|
||||
'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.'
|
||||
'sending' => 'Изпращане на тестов е-майл...',
|
||||
'success' => 'Писмото е изпратено!',
|
||||
'error' => 'Е-майла не може да се изпрати.',
|
||||
'additional' => 'Няма допълнителна информация за грешка. Проверете е-майл настройките и логовете на програмата.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||
'testing' => 'Тест на LDAP връзката...',
|
||||
'500' => 'Грешка 500. Моля проверете логовете на сървъра за повече информация.',
|
||||
'error' => 'Възникна грешка :(',
|
||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||
'sync_success' => 'Примерни 10 потребителя от LDAP сървъра базирани на вашите настройки:',
|
||||
'testing_authentication' => 'Тест LDAP Автентификация...',
|
||||
'authentication_success' => 'Потребителска Автентификация към LDAP успешна!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success_pt1' => 'Success! Check the ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 Server Error.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_misc' => 'Something went wrong. :( ',
|
||||
'sending' => 'Изпращане :app тест съобщение...',
|
||||
'success_pt1' => 'Успешно! Проверете ',
|
||||
'success_pt2' => ' канал за вашето тестово съобщение и натиснете бутона SAVE за да запазите вашите настройки.',
|
||||
'500' => 'Грешка 500.',
|
||||
'error' => 'Възникна грешка. :app върна грешка: :error_message',
|
||||
'error_misc' => 'Възникна грешка. :( ',
|
||||
]
|
||||
];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'Created',
|
||||
'size' => 'Size',
|
||||
'created' => 'Създаден',
|
||||
'size' => 'Размер',
|
||||
);
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Изтрит доставчик',
|
||||
'does_not_exist' => 'Несъществуващ доставчик.',
|
||||
|
||||
|
||||
|
|
|
@ -17,38 +17,38 @@ return [
|
|||
'last_login' => 'Последен достъп до системата',
|
||||
'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.',
|
||||
'print_assigned' => 'Печат на всички отдадени',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'email_assigned' => 'Изпрати Е-майл списък на всички заведени активи',
|
||||
'user_notified' => 'На потребителя беше изпратен списак по е-майл с неговите заведени активи.',
|
||||
'auto_assign_label' => 'Включи този потребител при автоматичното асоцииране на лицензи',
|
||||
'auto_assign_help' => 'Не включвай този потребител при автоматичното асоцииране на лицензи',
|
||||
'software_user' => 'Софтуерни продукти, изписани на :name',
|
||||
'send_email_help' => 'Трябва да предоставите е-майл адрес за този потребител за да му се изпратят името и паролата. Изпращането на име и парола може да стане при създаването на потребителя. Паролите се съхраняват криптирани и не могат да се възстановят.',
|
||||
'view_user' => 'Преглед на потребител :name',
|
||||
'usercsv' => 'CSV файл',
|
||||
'two_factor_admin_optin_help' => 'Текущите настройки на администратор позволяват избирателно прилагане на двуфакторова автентификация. ',
|
||||
'two_factor_enrolled' => '2FA Device Enrolled ',
|
||||
'two_factor_active' => '2FA Active ',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'two_factor_enrolled' => '2FA устройство записано ',
|
||||
'two_factor_active' => '2FA Активно ',
|
||||
'user_deactivated' => 'Потребителя не може да се впише',
|
||||
'user_activated' => 'Потребителя може да се впише',
|
||||
'activation_status_warning' => 'Не променяй статуса на активиране',
|
||||
'group_memberships_helpblock' => 'Само админ може да редактира членовете на групата.',
|
||||
'superadmin_permission_warning' => 'Само админ може да даде администраторски достъп на потребител.',
|
||||
'admin_permission_warning' => 'Само потребители с административни права може да дадат админ достъп.',
|
||||
'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',
|
||||
'warning_deletion_information' => 'Вие ще заведете всички активи от :count потребител(и) от списъка по-долу. Администраторските имена са оцветени в червено.',
|
||||
'update_user_assets_status' => 'Обнови всички активи за следните потребители към този статус',
|
||||
'checkin_user_properties' => 'Впиши всички асоцирани настройки към тези потребители',
|
||||
'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?',
|
||||
'remote_label' => 'Това е отдалечен потребител',
|
||||
'remote' => 'Отдалечен',
|
||||
'remote_help' => 'Това може да бъде използвано, за да филтирате отдалечените потребители които никога или рядко идват на работа.',
|
||||
'not_remote_label' => 'Това не е отдалечен потребител',
|
||||
'vip_label' => 'ВИП потребител',
|
||||
'vip_help' => 'Това може да е полезно да маркиране важните потребители във вашата фирма, ако трябва да ги третирате по особен начин.',
|
||||
'create_user' => 'Нов потребител',
|
||||
'create_user_page_explanation' => 'Това е акаунт информацията, която ще използвате за достъп до страницата за първи път.',
|
||||
'email_credentials' => 'Е-майл достъп',
|
||||
'email_credentials_text' => 'Изпрати ми паролата за достъп по е-майл на адреса по-горе',
|
||||
'next_save_user' => 'Следва: Запазване на потребител',
|
||||
'all_assigned_list_generation' => 'Генерирано на:',
|
||||
'email_user_creds_on_create' => 'Да се изпрати ли е-майл с паролата на потребителя?',
|
||||
];
|
||||
|
|
|
@ -6,16 +6,16 @@ return array(
|
|||
'declined' => 'Активът беше отказан.',
|
||||
'bulk_manager_warn' => 'Вашите потребителски профили бяха обновени успешно, обаче вашето управителско вписване не беше запазено, защото управителят, които сте избрали бе в списъка с потребителски профили за промяна и потребителите не могат да бъдат свои управители. Моля изберете вашите потребителски профили отново, с изключение на управителя.',
|
||||
'user_exists' => 'Потребителят вече съществува!',
|
||||
'user_not_found' => 'User does not exist.',
|
||||
'user_not_found' => 'Потребителят не съществува.',
|
||||
'user_login_required' => 'Полето за вход е задължително',
|
||||
'user_password_required' => 'Паролата е задължителна.',
|
||||
'insufficient_permissions' => 'Нямате необходимите права.',
|
||||
'user_deleted_warning' => 'Този потребител е изтрит. За да редактирате данните за него или да му зададете актив, трябва първо да възстановите потребителя.',
|
||||
'ldap_not_configured' => 'Интеграцията с LDAP не е конфигурирана за тази инсталация.',
|
||||
'password_resets_sent' => 'Избраните потребители, които са активирани и имат валиден е-майл адрес им беше изпратен линк за смяна на парола.',
|
||||
'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.',
|
||||
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
|
||||
'password_reset_sent' => 'Изпратена е връзка за въстановяване на паролата до :email!',
|
||||
'user_has_no_email' => 'Този потребител няма е-майл адрес в неговия профил.',
|
||||
'user_has_no_assets_assigned' => 'Този потребител няма никакви заведени активи',
|
||||
|
||||
|
||||
'success' => array(
|
||||
|
@ -61,7 +61,7 @@ return array(
|
|||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'This user has no email set.',
|
||||
'success' => 'The user has been notified about their current inventory.'
|
||||
'error' => 'Този потребител няма е-майл.',
|
||||
'success' => 'Потребителя беше известен отностно текущите активи, които са му заведени.'
|
||||
)
|
||||
);
|
|
@ -10,7 +10,7 @@ return array(
|
|||
'email' => 'Email',
|
||||
'employee_num' => 'Номер на служител',
|
||||
'first_name' => 'Собствено име',
|
||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
||||
'groupnotes' => 'Изберете група за асоцииране към потребител. Потребителя ще наследи правата на групата. Използвайте ctrl+click (или cmd+click на MacOS) за да демаркирате групи.',
|
||||
'id' => 'ID',
|
||||
'inherit' => 'Наследяване',
|
||||
'job' => 'Длъжност',
|
||||
|
@ -29,6 +29,7 @@ return array(
|
|||
'show_deleted' => 'Преглед на изтритите потребители',
|
||||
'title' => 'Титла',
|
||||
'to_restore_them' => 'да ги възстановите.',
|
||||
'total_assets_cost' => "Обща стойност",
|
||||
'updateuser' => 'Обновяване на потребител',
|
||||
'username' => 'Потребителско име',
|
||||
'user_deleted_text' => 'Потребителят бе маркиран като изтрит.',
|
||||
|
|
|
@ -13,8 +13,8 @@ return array(
|
|||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'password' => 'The provided password is incorrect.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'failed' => 'Неуспешно удостоверяване на потребител.',
|
||||
'password' => 'Невалидна парола.',
|
||||
'throttle' => 'Твърде много опити за логин. Моля, опитайте отново след :seconds секунди.',
|
||||
|
||||
);
|
||||
|
|
|
@ -12,8 +12,8 @@ return [
|
|||
'remember_me' => 'Запомни ме',
|
||||
'username_help_top' => 'Въведете вашето <strong>потребителско име</strong> за да получите линк за смяна на парола.',
|
||||
'username_help_bottom' => 'Вашето потребителско име и е-майл адрес <em>може да</em> са еднакви или да не са, зависимост от вашата конфигурация. Ако не помните вашето потребителско име се свържете с Администратора. <br><br><strong>Потребители които нямат въведен е-майл адрес няма да получат линк за смяна на парола.</strong> ',
|
||||
'google_login' => 'Or login with Google Workspace',
|
||||
'google_login_failed' => 'Google Login failed, please try again.',
|
||||
'google_login' => 'Или вход с Google Workspace',
|
||||
'google_login_failed' => 'Неуспешен вход с Google Login, пробвайте отново.',
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -4,21 +4,21 @@ return [
|
|||
'actions' => 'Действия',
|
||||
'add' => 'Добави нов',
|
||||
'cancel' => 'Отказ',
|
||||
'checkin_and_delete' => 'Checkin All / Delete User',
|
||||
'checkin_and_delete' => 'Впиши всички / изтрии потребител',
|
||||
'delete' => 'Изтриване',
|
||||
'edit' => 'Редакция',
|
||||
'restore' => 'Възстановяване',
|
||||
'remove' => 'Remove',
|
||||
'remove' => 'Премахване',
|
||||
'request' => 'Заявка',
|
||||
'submit' => 'Потвърди',
|
||||
'upload' => 'Качване',
|
||||
'select_file' => 'Изберете файл...',
|
||||
'select_files' => 'Изберете файлове...',
|
||||
'generate_labels' => '{1} Генерирай Етикет|[2,*] Генерирай Етикети',
|
||||
'send_password_link' => 'Send Password Reset Link',
|
||||
'go' => 'Go',
|
||||
'bulk_actions' => 'Bulk Actions',
|
||||
'add_maintenance' => 'Add Maintenance',
|
||||
'append' => 'Append',
|
||||
'send_password_link' => 'Изпрати линк за ресет на парола',
|
||||
'go' => 'Старт',
|
||||
'bulk_actions' => 'Пакетни действия',
|
||||
'add_maintenance' => 'Добави поддръжка',
|
||||
'append' => 'Добави',
|
||||
'new' => 'Нов',
|
||||
];
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
'accessories' => 'Аксесоари',
|
||||
'activated' => 'Активирано',
|
||||
'accepted_date' => 'Date Accepted',
|
||||
'accepted_date' => 'Дата на приемане',
|
||||
'accessory' => 'Аксесоар',
|
||||
'accessory_report' => 'Справка за аксесоарите',
|
||||
'action' => 'Действие',
|
||||
|
@ -12,7 +12,7 @@ return [
|
|||
'admin' => 'Администриране',
|
||||
'administrator' => 'Администратор',
|
||||
'add_seats' => 'Добавени работни места',
|
||||
'age' => "Age",
|
||||
'age' => "Години",
|
||||
'all_assets' => 'Всички активи',
|
||||
'all' => 'Всички',
|
||||
'archived' => 'Архивирани',
|
||||
|
@ -28,13 +28,13 @@ return [
|
|||
'audit' => 'проверка',
|
||||
'audit_report' => 'Отчет за одита',
|
||||
'assets' => 'Активи',
|
||||
'assets_audited' => 'assets audited',
|
||||
'assets_checked_in_count' => 'assets checked in',
|
||||
'assets_checked_out_count' => 'assets checked out',
|
||||
'asset_deleted_warning' => 'This asset has been deleted. You must restore it before you can assign it to someone.',
|
||||
'assigned_date' => 'Date Assigned',
|
||||
'assets_audited' => 'одитирани активи',
|
||||
'assets_checked_in_count' => 'вписани активи',
|
||||
'assets_checked_out_count' => 'изписани активи',
|
||||
'asset_deleted_warning' => 'Този актив е изтрит. Трябва да го възстановите преди да можете да го зачислите на някой.',
|
||||
'assigned_date' => 'Дата на изписване',
|
||||
'assigned_to' => 'Активи предадени на :name',
|
||||
'assignee' => 'Assigned to',
|
||||
'assignee' => 'Възложен на',
|
||||
'avatar_delete' => 'Изтриване на аватар',
|
||||
'avatar_upload' => 'Качване на аватар',
|
||||
'back' => 'Назад',
|
||||
|
@ -45,9 +45,9 @@ return [
|
|||
'bulk_edit' => 'Групово редактиране',
|
||||
'bulk_delete' => 'Групово изтриване',
|
||||
'bulk_actions' => 'Пакетни действия',
|
||||
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
|
||||
'bulk_checkin_delete' => 'Групово регистриране/изтриване на потребители',
|
||||
'byod' => 'BYOD',
|
||||
'byod_help' => 'This device is owned by the user',
|
||||
'byod_help' => 'Това устройство е собственост на потребител',
|
||||
'bystatus' => 'по Статус',
|
||||
'cancel' => 'Отказ',
|
||||
'categories' => 'Категории',
|
||||
|
@ -82,7 +82,7 @@ return [
|
|||
'currency' => '$', // this is deprecated
|
||||
'current' => 'Текущи',
|
||||
'current_password' => 'Текуща парола',
|
||||
'customize_report' => 'Customize Report',
|
||||
'customize_report' => 'Персонализиран отчет',
|
||||
'custom_report' => 'Потребителски справки за активи',
|
||||
'dashboard' => 'Табло',
|
||||
'days' => 'дни',
|
||||
|
@ -92,15 +92,15 @@ return [
|
|||
'debug_warning_text' => 'Това приложение се изпълнява в режим на производство с разрешено отстраняване на грешки. Това може да изложи чувствителни данни, ако приложението ви е достъпно за външния свят. Забранете режим отстраняване на грешки чрез задаване на стойността <code>APP_DEBUF</code> <code>.env</code> във файла <code>false</code>.',
|
||||
'delete' => 'Изтриване',
|
||||
'delete_confirm' => 'Сигурни ли сте, че желаете изтриването на :item?',
|
||||
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.',
|
||||
'delete_confirm_no_undo' => 'Сигурни ли сте че искате да изтриете :item? Това не може да бъде върнато на обратно.',
|
||||
'deleted' => 'Изтрито',
|
||||
'delete_seats' => 'Изтрити работни места за лиценз',
|
||||
'deletion_failed' => 'Deletion failed',
|
||||
'deletion_failed' => 'Неуспешно изтриване',
|
||||
'departments' => 'Катедри',
|
||||
'department' => 'отдел',
|
||||
'deployed' => 'Изписани',
|
||||
'depreciation' => 'Амортизация',
|
||||
'depreciations' => 'Depreciations',
|
||||
'depreciations' => 'Амортизации',
|
||||
'depreciation_report' => 'Справка за амортизации',
|
||||
'details' => 'Детайли',
|
||||
'download' => 'Изтегляне',
|
||||
|
@ -109,17 +109,20 @@ return [
|
|||
'eol' => 'EOL',
|
||||
'email_domain' => 'Email домейн',
|
||||
'email_format' => 'Email формат',
|
||||
'employee_number' => 'Employee Number',
|
||||
'employee_number' => 'Номер на служител',
|
||||
'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане',
|
||||
'error' => 'Грешка',
|
||||
'exclude_archived' => 'Exclude Archived Assets',
|
||||
'exclude_deleted' => 'Exclude Deleted Assets',
|
||||
'example' => 'Example: ',
|
||||
'exclude_archived' => 'Без архивирани активи',
|
||||
'exclude_deleted' => 'Без изтрити активи',
|
||||
'example' => 'Пример: ',
|
||||
'filastname_format' => 'Инициал на името Фамилия (jsmith@example.com)',
|
||||
'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)',
|
||||
'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Фамилно име Инициал на собствено (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
|
||||
'firstname_lastname_display' => 'Име Фамилия (Иван Иванов)',
|
||||
'lastname_firstname_display' => 'Фамилия Име (Иванов Иван)',
|
||||
'name_display_format' => 'Формат на показване на името',
|
||||
'first' => 'Първа',
|
||||
'firstnamelastname' => 'Име и Фамилия (ivan.ivanov@example.com)',
|
||||
'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)',
|
||||
|
@ -130,26 +133,26 @@ return [
|
|||
'files' => 'Файлове',
|
||||
'file_name' => 'Файл',
|
||||
'file_type' => 'Тип Файл',
|
||||
'filesize' => 'File Size',
|
||||
'filesize' => 'Размер на файла',
|
||||
'file_uploads' => 'Качени файлове',
|
||||
'file_upload' => 'File Upload',
|
||||
'file_upload' => 'Качване на файл',
|
||||
'generate' => 'Генериране',
|
||||
'generate_labels' => 'Generate Labels',
|
||||
'generate_labels' => 'Генериране на етикети',
|
||||
'github_markdown' => 'Това поле позволява въвеждането на <a href="https://help.github.com/articles/github-flavored-markdown/">Github вид markdown</a>.',
|
||||
'groups' => 'Групи',
|
||||
'gravatar_email' => 'Gravatar email адрес',
|
||||
'gravatar_url' => '<a href="http://gravatar.com"><small>Change your avatar at Gravatar.com</small></a>.',
|
||||
'gravatar_url' => '<a href="http://gravatar.com"><small>Сменете си аватара на Gravatar.com</small></a>.',
|
||||
'history' => 'История',
|
||||
'history_for' => 'История за',
|
||||
'id' => 'ID',
|
||||
'image' => 'Изображение',
|
||||
'image_delete' => 'Изтриване на изображението',
|
||||
'include_deleted' => 'Include Deleted Assets',
|
||||
'include_deleted' => 'Включително изтрити активи',
|
||||
'image_upload' => 'Качване на изображение',
|
||||
'filetypes_accepted_help' => 'Accepted filetype is :types. Max upload size allowed is :size.|Accepted filetypes are :types. Max upload size allowed is :size.',
|
||||
'filetypes_size_help' => 'Max upload size allowed is :size.',
|
||||
'filetypes_accepted_help' => 'Позволенo разширенe на файлa :types. Максимално позволен размер :size.|Позволени разширения на файлове са :types. Максимално позволен размер :size.',
|
||||
'filetypes_size_help' => 'Максимално позволен размер на файла е :size.',
|
||||
'image_filetypes_help' => 'Файлов формат в jpg, webp, png, gif и svg. Максимален размер е :size .',
|
||||
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
|
||||
'unaccepted_image_type' => 'Снимката не може да се прочете. Типовете файлови разширения са jpg, webp, png, gif и svg. Разширението на този файл е :mimetype.',
|
||||
'import' => 'Зареждане',
|
||||
'importing' => 'Импортиране',
|
||||
'importing_help' => 'Може да импортирате активи, аксесоари, лицензи, компоненти, консумативи и потребители чрез CSV файл. <br><br>CSV файла трябва да е разделен със запетая и форматирани колони, като тези от <a href="https://snipe-it.readme.io/docs/importing" target="_new">примерен CSV файл</a>.',
|
||||
|
@ -158,9 +161,9 @@ return [
|
|||
'asset_maintenance_report' => 'Справка за поддръжка на активи',
|
||||
'asset_maintenances' => 'Поддръжки на активи',
|
||||
'item' => 'Информация',
|
||||
'item_name' => 'Item Name',
|
||||
'import_file' => 'import CSV file',
|
||||
'import_type' => 'CSV import type',
|
||||
'item_name' => 'Име на артикула',
|
||||
'import_file' => 'импорт CSV файл',
|
||||
'import_type' => 'CSV импорт тип',
|
||||
'insufficient_permissions' => 'Нямате необходимите права!',
|
||||
'kits' => 'Комплекти',
|
||||
'language' => 'Език',
|
||||
|
@ -172,7 +175,7 @@ return [
|
|||
'licenses_available' => 'налични лицензи',
|
||||
'licenses' => 'Лицензи',
|
||||
'list_all' => 'Преглед на всички',
|
||||
'loading' => 'Loading... please wait....',
|
||||
'loading' => 'Зареждане... моля изчакайте....',
|
||||
'lock_passwords' => 'В демо версията това поле няма да се запише.',
|
||||
'feature_disabled' => 'Тази функция е забранена за демо инсталацията.',
|
||||
'location' => 'Местоположение',
|
||||
|
@ -181,17 +184,17 @@ return [
|
|||
'logout' => 'Изход',
|
||||
'lookup_by_tag' => 'Търсене по етикет на актив',
|
||||
'maintenances' => 'Профилактики',
|
||||
'manage_api_keys' => 'Manage API Keys',
|
||||
'manage_api_keys' => 'Управление на API ключове',
|
||||
'manufacturer' => 'Производител',
|
||||
'manufacturers' => 'Производители',
|
||||
'markdown' => 'Това поле позволява <a href="https://help.github.com/articles/github-flavored-markdown/"Github flavored markdown<a/>',
|
||||
'min_amt' => 'Минимално количество',
|
||||
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.',
|
||||
'min_amt_help' => 'Минимално налично количетсво преди изпращане на известие. Оставете полето Мин. Количество празно, ако не желаето да получавате известие.',
|
||||
'model_no' => 'Модел №.',
|
||||
'months' => 'месеци',
|
||||
'moreinfo' => 'Повече информация',
|
||||
'name' => 'Име',
|
||||
'new_password' => 'New Password',
|
||||
'new_password' => 'Нова парола',
|
||||
'next' => 'Следващ',
|
||||
'next_audit_date' => 'Следваща дата на одита',
|
||||
'last_audit' => 'Последният одит',
|
||||
|
@ -201,7 +204,7 @@ return [
|
|||
'no' => 'Не',
|
||||
'notes' => 'Бележки',
|
||||
'order_number' => 'Номер на поръчка',
|
||||
'only_deleted' => 'Only Deleted Assets',
|
||||
'only_deleted' => 'Само изтрити активи',
|
||||
'page_menu' => 'Показване на _MENU_ записа',
|
||||
'pagination_info' => 'Показване на _START_ до _END_ от _TOTAL_ елемента',
|
||||
'pending' => 'Изчакване',
|
||||
|
@ -214,26 +217,26 @@ return [
|
|||
'purchase_date' => 'Дата на закупуване',
|
||||
'qty' => 'Количество',
|
||||
'quantity' => 'Kоличество',
|
||||
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
|
||||
'quickscan_checkin' => 'Quick Scan Checkin',
|
||||
'quickscan_checkin_status' => 'Checkin Status',
|
||||
'quantity_minimum' => 'Имате :count актива под минимума или почти под минимума',
|
||||
'quickscan_checkin' => 'Бързо сканиране и Вписване',
|
||||
'quickscan_checkin_status' => 'Статус вписване',
|
||||
'ready_to_deploy' => 'Готово за предоставяне',
|
||||
'recent_activity' => 'Последни действия',
|
||||
'remaining' => 'Remaining',
|
||||
'remaining' => 'Оставащи',
|
||||
'remove_company' => 'Премахване на асоциация към компания',
|
||||
'reports' => 'Справки',
|
||||
'restored' => 'възстановени',
|
||||
'restore' => 'Restore',
|
||||
'requestable_models' => 'Requestable Models',
|
||||
'restore' => 'Възстановяване',
|
||||
'requestable_models' => 'Изискуеми Модели',
|
||||
'requested' => 'Изискан',
|
||||
'requested_date' => 'Requested Date',
|
||||
'requested_assets' => 'Requested Assets',
|
||||
'requested_assets_menu' => 'Requested Assets',
|
||||
'requested_date' => 'Дата на заявката',
|
||||
'requested_assets' => 'Изискуеми активи',
|
||||
'requested_assets_menu' => 'Изискуеми активи',
|
||||
'request_canceled' => 'Заявка отменена',
|
||||
'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' => 'Select All',
|
||||
'select_all' => 'Избери Всички',
|
||||
'search' => 'Търсене',
|
||||
'select_category' => 'Изберете категория',
|
||||
'select_department' => 'Изберете отдела',
|
||||
|
@ -252,19 +255,21 @@ return [
|
|||
'show_current' => 'Покажи текущите',
|
||||
'sign_in' => 'Вход',
|
||||
'signature' => 'Подпис',
|
||||
'signed_off_by' => 'Signed Off By',
|
||||
'signed_off_by' => 'Подписано от',
|
||||
'skin' => 'Тема',
|
||||
'webhook_msg_note' => 'A notification will be sent via webhook',
|
||||
'webhook_test_msg' => 'Oh hai! Looks like your :app integration with Snipe-IT is working!',
|
||||
'webhook_msg_note' => 'Известие ще бъде изпратено през webhook',
|
||||
'webhook_test_msg' => 'Интеграцията на вашето :app пролежение работи с Snipe-IT!',
|
||||
'some_features_disabled' => 'DEMO MODE: Някои свойства не са разрешени за тази инсталация.',
|
||||
'site_name' => 'Име на системата',
|
||||
'state' => 'Област',
|
||||
'status_labels' => 'Статус етикети',
|
||||
'status' => 'Статус',
|
||||
'accept_eula' => 'Acceptance Agreement',
|
||||
'accept_eula' => 'Споразумение за приемане',
|
||||
'supplier' => 'Доставчик',
|
||||
'suppliers' => 'Доставчици',
|
||||
'sure_to_delete' => 'Сигурни ли сте, че искате да изтриете',
|
||||
'sure_to_delete_var' => 'Сигурни ли сте, че желаете изтриването на :item?',
|
||||
'delete_what' => 'Изтрий :item',
|
||||
'submit' => 'Изпрати',
|
||||
'target' => 'Цел',
|
||||
'time_and_date_display' => 'Показване на време и дата',
|
||||
|
@ -276,27 +281,28 @@ return [
|
|||
'undeployable' => 'Не може да бъде предоставян',
|
||||
'unknown_admin' => 'Непознат администратор',
|
||||
'username_format' => 'Формат на потребителско име',
|
||||
'username' => 'Username',
|
||||
'username' => 'Потребител',
|
||||
'update' => 'Обновяване',
|
||||
'upload_filetypes_help' => 'Позволените файлови разширения са png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf и rar. Максималният размер на файла е :size.',
|
||||
'uploaded' => 'Качен',
|
||||
'user' => 'Потребител',
|
||||
'accepted' => 'приет',
|
||||
'declined' => 'отказан',
|
||||
'unassigned' => 'Не е асоциирано',
|
||||
'unaccepted_asset_report' => 'Неприети активи',
|
||||
'users' => 'Потребители',
|
||||
'viewall' => 'Виж всички',
|
||||
'viewassets' => 'Преглед на изписаните активи',
|
||||
'viewassetsfor' => 'View Assets for :name',
|
||||
'viewassetsfor' => 'Преглед на активите на :name',
|
||||
'website' => 'Страница',
|
||||
'welcome' => 'Добре дошли, :name',
|
||||
'years' => 'години',
|
||||
'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' => 'За Одит',
|
||||
|
@ -304,175 +310,181 @@ return [
|
|||
'accept' => 'Приеми :asset',
|
||||
'i_accept' => 'Съгласен съм',
|
||||
'i_decline' => 'Отказ',
|
||||
'accept_decline' => 'Accept/Decline',
|
||||
'accept_decline' => 'Премане/отказване',
|
||||
'sign_tos' => 'Подпишете се за да се съгласите с условията за ползване:',
|
||||
'clear_signature' => 'Изчисти подписа',
|
||||
'show_help' => 'Покажи помощта',
|
||||
'hide_help' => 'Скрий помощта',
|
||||
'view_all' => 'виж всички',
|
||||
'hide_deleted' => 'Hide Deleted',
|
||||
'hide_deleted' => 'Скрии изтритите',
|
||||
'email' => 'Email',
|
||||
'do_not_change' => 'Do Not Change',
|
||||
'bug_report' => 'Report a Bug',
|
||||
'user_manual' => 'User\'s Manual',
|
||||
'setup_step_1' => 'Step 1',
|
||||
'setup_step_2' => 'Step 2',
|
||||
'setup_step_3' => 'Step 3',
|
||||
'setup_step_4' => 'Step 4',
|
||||
'setup_config_check' => 'Configuration Check',
|
||||
'setup_create_database' => 'Create Database Tables',
|
||||
'setup_create_admin' => 'Create Admin User',
|
||||
'setup_done' => 'Finished!',
|
||||
'bulk_edit_about_to' => 'You are about to edit the following: ',
|
||||
'checked_out' => 'Checked Out',
|
||||
'checked_out_to' => 'Checked out to',
|
||||
'fields' => 'Fields',
|
||||
'do_not_change' => 'Без промяна',
|
||||
'bug_report' => 'Доквадвай бъг',
|
||||
'user_manual' => 'Потребителско ръководство',
|
||||
'setup_step_1' => 'Стъпка 1',
|
||||
'setup_step_2' => 'Стъпка 2',
|
||||
'setup_step_3' => 'Стъпка 3',
|
||||
'setup_step_4' => 'Стъпка 4',
|
||||
'setup_config_check' => 'Проверка на конфигурацията',
|
||||
'setup_create_database' => 'Създай таблиците в датабазата',
|
||||
'setup_create_admin' => 'Създай Админ потребител',
|
||||
'setup_done' => 'Готово!',
|
||||
'bulk_edit_about_to' => 'Вие ще редактирате следното: ',
|
||||
'checked_out' => 'Изписан',
|
||||
'checked_out_to' => 'Изписано на',
|
||||
'fields' => 'Полета',
|
||||
'last_checkout' => 'Изписан на',
|
||||
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
||||
'expected_checkin' => 'Expected Checkin',
|
||||
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
||||
'changed' => 'Changed',
|
||||
'to' => 'To',
|
||||
'report_fields_info' => '<p>Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.</p>
|
||||
<p>If you would like to export only certain assets, use the options below to fine-tune your results.</p>',
|
||||
'range' => 'Range',
|
||||
'bom_remark' => 'Add a BOM (byte-order mark) to this CSV',
|
||||
'improvements' => 'Improvements',
|
||||
'information' => 'Information',
|
||||
'permissions' => 'Permissions',
|
||||
'managed_ldap' => '(Managed via LDAP)',
|
||||
'export' => 'Export',
|
||||
'ldap_sync' => 'LDAP Sync',
|
||||
'ldap_user_sync' => 'LDAP User Sync',
|
||||
'synchronize' => 'Synchronize',
|
||||
'sync_results' => 'Synchronization Results',
|
||||
'license_serial' => 'Serial/Product Key',
|
||||
'invalid_category' => 'Invalid category',
|
||||
'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.',
|
||||
'60_percent_warning' => '60% Complete (warning)',
|
||||
'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
|
||||
'new_asset' => 'New Asset',
|
||||
'new_license' => 'New License',
|
||||
'new_accessory' => 'New Accessory',
|
||||
'new_consumable' => 'New Consumable',
|
||||
'collapse' => 'Collapse',
|
||||
'assigned' => 'Assigned',
|
||||
'asset_count' => 'Asset Count',
|
||||
'accessories_count' => 'Accessories Count',
|
||||
'consumables_count' => 'Consumables Count',
|
||||
'components_count' => 'Components Count',
|
||||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Error:',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_success' => 'Success:',
|
||||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'asset_information' => 'Asset Information',
|
||||
'model_name' => 'Model Name',
|
||||
'asset_name' => 'Asset Name',
|
||||
'consumable_information' => 'Consumable Information:',
|
||||
'consumable_name' => 'Consumable Name:',
|
||||
'accessory_information' => 'Accessory Information:',
|
||||
'accessory_name' => 'Accessory Name:',
|
||||
'clone_item' => 'Clone Item',
|
||||
'checkout_tooltip' => 'Check this item out',
|
||||
'checkin_tooltip' => 'Check this item in',
|
||||
'checkout_user_tooltip' => 'Check this item out to a user',
|
||||
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
|
||||
'maintenance_mode_title' => 'System Temporarily Unavailable',
|
||||
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
|
||||
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'additional_files' => 'Additional Files',
|
||||
'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.',
|
||||
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
|
||||
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
|
||||
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
|
||||
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
|
||||
'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 :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',
|
||||
'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?',
|
||||
'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',
|
||||
'percent_complete' => ':percent % Complete',
|
||||
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||
'warning' => 'WARNING: :warning',
|
||||
'success_redirecting' => '"Success... Redirecting.',
|
||||
'due_to_checkin' => 'Следните :count артикула се очаква да се впишат скоро:',
|
||||
'expected_checkin' => 'Очакван за вписване',
|
||||
'reminder_checked_out_items' => 'Това е напомняне за активите, който са заведени под вашето име. Ако този списък е грешен (липсва нещо или има нещо в повече), моля пратете е-майл до :reply_to_name на :reply_to_address.',
|
||||
'changed' => 'Променен',
|
||||
'to' => 'До',
|
||||
'report_fields_info' => '<p>Изберете полетата, които желаете да бъдат включени в справката и изберете бутона Генерирай. Файл (custom-asset-report-YYYY-mm-dd.csv) ще бъде свален автоматично, който можете да отворите в Ексел.</p>
|
||||
<p>Ако желаете да експортирате само някой активи, използвайте опциите по-долу.</p>',
|
||||
'range' => 'Обхват',
|
||||
'bom_remark' => 'Добави BOM (byte-order mark) към този CSV',
|
||||
'improvements' => 'Подобрения',
|
||||
'information' => 'Информация',
|
||||
'permissions' => 'Права за достъп',
|
||||
'managed_ldap' => '(Управляван през LDAP)',
|
||||
'export' => 'Експорт',
|
||||
'ldap_sync' => 'LDAP синхронизация',
|
||||
'ldap_user_sync' => 'LDAP синхронизация на потребител',
|
||||
'synchronize' => 'Синхронизиране',
|
||||
'sync_results' => 'Резултат от синхронизирането',
|
||||
'license_serial' => 'Сериен/Продуктов ключ',
|
||||
'invalid_category' => 'Невалидна категория',
|
||||
'dashboard_info' => 'Това е вашето табло.',
|
||||
'60_percent_warning' => '60% завършен (внимание)',
|
||||
'dashboard_empty' => 'Изглежда, че все още не сте добавили нищо, така че нямаме нищо за показване. Започнете, като добавите някои активи, аксесоари, консумативи или лицензи!',
|
||||
'new_asset' => 'Нов Актив',
|
||||
'new_license' => 'Нов Лиценз',
|
||||
'new_accessory' => 'Нов аксесоар',
|
||||
'new_consumable' => 'Нов Консуматив',
|
||||
'collapse' => 'Свий',
|
||||
'assigned' => 'Възложен',
|
||||
'asset_count' => 'Брой Активи',
|
||||
'accessories_count' => 'Брой Аксесоари',
|
||||
'consumables_count' => 'Брой Консумативи',
|
||||
'components_count' => 'Брой Компоненти',
|
||||
'licenses_count' => 'Брой Лицензи',
|
||||
'notification_error' => 'Грешка:',
|
||||
'notification_error_hint' => 'Моля проверете формата за грешки',
|
||||
'notification_bulk_error_hint' => 'Следните полета имат грешки и не са редактирани:',
|
||||
'notification_success' => 'Успешно',
|
||||
'notification_warning' => 'Внимание',
|
||||
'notification_info' => 'Инфо',
|
||||
'asset_information' => 'Информация за Актив',
|
||||
'model_name' => 'Име на модела',
|
||||
'asset_name' => 'Име на Актив',
|
||||
'consumable_information' => 'Информация за консуматив:',
|
||||
'consumable_name' => 'Консуматив:',
|
||||
'accessory_information' => 'Информация за аксесоар:',
|
||||
'accessory_name' => 'Име на аксесоар:',
|
||||
'clone_item' => 'Клониране',
|
||||
'checkout_tooltip' => 'Изпишете този артикул',
|
||||
'checkin_tooltip' => 'Впишете този артикул',
|
||||
'checkout_user_tooltip' => 'Изпишете този артикул на потребител',
|
||||
'maintenance_mode' => 'Услугата е временно недостъпна поради обновяване. Моля опитайте по-късно.',
|
||||
'maintenance_mode_title' => 'Системата е временно недостъпна',
|
||||
'ldap_import' => 'Потребителската парола не трябва да се управлява от LDAP. (Това ви позволява да изпращате заявки за забравена парола)',
|
||||
'purge_not_allowed' => 'Изчистването на изтритата информация е забранено в .env файла. Свържете се с поддръжката или системния администратор.',
|
||||
'backup_delete_not_allowed' => 'Изтриването на архивите е забранено в .env файла. Свържете се със поддръжката или системния администратор.',
|
||||
'additional_files' => 'Допълнителни файлове',
|
||||
'shitty_browser' => 'Не е открит подпис. Ако използвате по-стар браузър, моля да го обновите, за да завършите приемането на вашия актив.',
|
||||
'bulk_soft_delete' =>'Също маркирай за изтриване потребителите. Историята на тяхните активи ще остане докато не изчистите изтритите записи през административните настройки.',
|
||||
'bulk_checkin_delete_success' => 'Избраните потребители бяха изтрити и техните активи вписани обратно.',
|
||||
'bulk_checkin_success' => 'Активите за избраните потребители бяха вписани обратно.',
|
||||
'set_to_null' => 'Изтрии стойнистите за този актив|Изтрии стойностите за всичките :asset_count актива ',
|
||||
'set_users_field_to_null' => 'Изтрий стойноста :field за този потребител|Изтрий стойността :field за всичките :user_count потребителя ',
|
||||
'na_no_purchase_date' => 'N/A - Няма дата на закупуване',
|
||||
'assets_by_status' => 'Статус на Активи',
|
||||
'assets_by_status_type' => 'Статус тип по Активи',
|
||||
'pie_chart_type' => 'Кръгова диаграма на таблото',
|
||||
'hello_name' => 'Здравейте, :name!',
|
||||
'unaccepted_profile_warning' => 'Вие имате :count актив чакащ за приемане. Щрактене тук за да приемете или откажете актива',
|
||||
'start_date' => 'Начална дата',
|
||||
'end_date' => 'Крайна дата',
|
||||
'alt_uploaded_image_thumbnail' => 'Качено умалено изображение',
|
||||
'placeholder_kit' => 'Изберете комплект',
|
||||
'file_not_found' => 'Файлът не е намерен',
|
||||
'preview_not_available' => '(няма преглед)',
|
||||
'setup' => 'Настройка',
|
||||
'pre_flight' => 'Тест',
|
||||
'skip_to_main_content' => 'Прескочи до основното съдържание',
|
||||
'toggle_navigation' => 'Превключи навигация',
|
||||
'alerts' => 'Известия',
|
||||
'tasks_view_all' => 'Виж всички задачи',
|
||||
'true' => 'Вярно',
|
||||
'false' => 'Грешно',
|
||||
'integration_option' => 'Опции за интегриране',
|
||||
'log_does_not_exist' => 'Не съществува лог.',
|
||||
'merge_users' => 'Обедини потребителите',
|
||||
'merge_information' => 'Това ще обедини :count потребителя, като един потребите. Изберете потребителя, който искате да обедините по-долу и заведете активите, лицензите и др. към него. Другите потребители ще бъдат маркирани, като изтрити.',
|
||||
'warning_merge_information' => 'Това действие е необратимо и трябва да бъде използвано само когато се оправя грешка при синхронизиране или импорт. Уверете се че имате направен архив преди това.',
|
||||
'no_users_selected' => 'Няма избрани потребители',
|
||||
'not_enough_users_selected' => 'Най-малко :count потребителя трябва да бъдат избрани',
|
||||
'merge_success' => ':count потребителя са обединено към :into_username!',
|
||||
'merged' => 'Обединен',
|
||||
'merged_log_this_user_into' => 'Обедини този потребител (ID :to_id - :to_username) към потребител ID :from_id (:from_username) ',
|
||||
'merged_log_this_user_from' => 'Обедини потребител ID :from_id (:from_username) към този потребител (ID :to_id - :to_username)',
|
||||
'clear_and_save' => 'Изчисти и запиши',
|
||||
'update_existing_values' => 'Обнови същестуващите стойности?',
|
||||
'auto_incrementing_asset_tags_disabled_so_tags_required' => 'Автоматичното номериране на активите е забранено, така че всички редове трябва да имат попълнен номер на актив.',
|
||||
'auto_incrementing_asset_tags_enabled_so_now_assets_will_be_created' => 'Бележка: Генериране на пореден номер на актив е включено, така че активите, които нямат номер ще бъдат зъздадени, докато тези, които имат номер ще бъдат обновени с предоставената информация.',
|
||||
'send_welcome_email_to_users' => ' Изпрати Е-майл за новия потребител?',
|
||||
'back_before_importing' => 'Архивно копие преди импортиране?',
|
||||
'csv_header_field' => 'CSV заглавно поле',
|
||||
'import_field' => 'Импортирай поле',
|
||||
'sample_value' => 'Премерна стойност',
|
||||
'no_headers' => 'Няма намерени колони',
|
||||
'error_in_import_file' => 'Възникна грешка по време на четене на CSV файл: :error',
|
||||
'percent_complete' => ':percent % завършени',
|
||||
'errors_importing' => 'Възникнаха грешки повреме на импортиране: ',
|
||||
'warning' => 'ВНИМАНИЕ: :warning',
|
||||
'success_redirecting' => '"Успешно... Пренасочване.',
|
||||
'cancel_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',
|
||||
'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',
|
||||
'setup_successful_migrations' => 'Таблиците в базаданите бяха създадени',
|
||||
'setup_migration_output' => 'Резултат от миграцията:',
|
||||
'setup_migration_create_user' => 'Следва: Създаване на потребител',
|
||||
'importer_generic_error' => 'Импортирането е готово, но се получиха грешки. Причината обикновенно е поради API ограничение от webhook (например Slack) и не пречи на самото импортиране, но е добре да проверите.',
|
||||
'confirm' => 'Потвърди',
|
||||
'autoassign_licenses' => 'Автоматично асоцииране на лицензи',
|
||||
'autoassign_licenses_help' => 'Позволи този потребител да има асоциирани лицензи през групово асоцииране или CLI инструмети.',
|
||||
'autoassign_licenses_help_long' => 'Това позволява на потребителя да има лиценз автоматично асоцииран през групово асоцииране на лицензи в през GUI или CLI инструмети. (Например, може да не искате автоматично асоцииране на лицензи на външи под-изпълнители, а само на служители. Така те няма да бъдат включени в груповото асоцииране.)',
|
||||
'no_autoassign_licenses_help' => 'Не включвай потребителя за групово асоцииране през GUI или CLI инструменти.',
|
||||
'modal_confirm_generic' => 'Сигурни ли сте?',
|
||||
'cannot_be_deleted' => 'Не може да бъде изтрит',
|
||||
'undeployable_tooltip' => 'Не може да бъде изписан. Проверете оставащото количество.',
|
||||
'serial_number' => 'Сериен номер',
|
||||
'item_notes' => ':item бележки',
|
||||
'item_name_var' => ':item Име',
|
||||
'error_user_company' => 'Несъответсвие между фирмата на потребителя и актива',
|
||||
'error_user_company_accept_view' => 'Актива заведен на вас пренадлежи към друга фирма, затова не можете да го приемете или откажете. Свържете се с вашият администратор',
|
||||
'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',
|
||||
'checked_out_to_fullname' => 'Изписан на: Full Name',
|
||||
'checked_out_to_first_name' => 'Изписан на: First Name',
|
||||
'checked_out_to_last_name' => 'Изписан на: Last Name',
|
||||
'checked_out_to_username' => 'Изписан на: Username',
|
||||
'checked_out_to_email' => 'Изписан на: Email',
|
||||
'checked_out_to_tag' => 'Изписан на: Asset Tag',
|
||||
'manager_first_name' => 'Ръководител Име',
|
||||
'manager_last_name' => 'Ръководител Фамилия',
|
||||
'manager_full_name' => 'Ръководител Име Фамилия',
|
||||
'manager_username' => 'Ръководител потребителско име',
|
||||
'checkout_type' => 'Изписан тип',
|
||||
'checkout_location' => 'Изписан на локация',
|
||||
'image_filename' => 'Име на файл с изображение',
|
||||
'do_not_import' => 'Не импортирай',
|
||||
'vip' => 'VIP',
|
||||
'avatar' => 'Avatar',
|
||||
'gravatar' => 'Gravatar Email',
|
||||
'currency' => 'Currency',
|
||||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
'avatar' => 'Аватар',
|
||||
'gravatar' => 'Gravatar е-майл',
|
||||
'currency' => 'Валута',
|
||||
'address2' => 'Адрес ред 2',
|
||||
'import_note' => 'Импортирано използвайки CSV импорт',
|
||||
],
|
||||
'percent_complete' => '% завърешен',
|
||||
'uploading' => 'Качване... ',
|
||||
'upload_error' => 'Грешка при качване. Проверете да няма празни редове в края.'
|
||||
|
||||
];
|
||||
|
|
|
@ -15,7 +15,7 @@ return [
|
|||
|
||||
'more_info_title' => 'Допълнителна информация',
|
||||
|
||||
'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.<br><br>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.',
|
||||
'audit_help' => 'Отмятането на това поле, ще редактира записа, за да се отрази новото местоположение. Оставайки това поле без отметка ще се отрази местоположението на актива само при одит.<br><br>Ако актива е изписан няма да се смени леговата локация.',
|
||||
|
||||
'assets' => 'Дълготрайни материални активи (ДМА), за кратко активи, се приемат всички материални ресурси на предприятието, които се използват повече от един отчетен период (за стопански и други цели). Проследават се по техния сериен или инвентарен номер.',
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'Ако има такъв потребител с валиден е-майл адрес в нашата система, ще му изпратим е-майл за възстановяване на паролата.',
|
||||
'user' => 'Ако има такъв потребител с валиден е-майл адрес в нашата система, ще получи е-майл за възстановяване на паролата.',
|
||||
'token' => 'Заявката за ресет на парола е невалидна, изтекла или не съвпада за потребителското име.',
|
||||
'reset' => 'Вашата парола беше ресетната!',
|
||||
];
|
||||
|
|
|
@ -15,7 +15,7 @@ return array(
|
|||
|
||||
"password" => "Паролата трябва да бъде поне 6 символа и да съвпада с потвърждението.",
|
||||
"user" => "Грешно потребителско име или имейл адрес",
|
||||
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
"token" => 'Заявката за ресет на парола е невалидна, изтекла или не съвпада за потребителското име.',
|
||||
'sent' => 'Ако има такъв потребител с валиден е-майл адрес в нашата система, ще му изпратим е-майл.',
|
||||
|
||||
);
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'Company does not exist.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
|
||||
'create' => [
|
||||
'error' => 'Company was not created, please try again.',
|
||||
|
|
|
@ -10,6 +10,9 @@ return [
|
|||
'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',
|
||||
|
|
|
@ -14,6 +14,7 @@ return [
|
|||
'dl_csv' => 'Download CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'Location',
|
||||
'purchase_cost' => 'Cost',
|
||||
'purchase_date' => 'Purchased',
|
||||
|
|
11
resources/lang/ca/admin/labels/message.php
Normal file
11
resources/lang/ca/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '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',
|
||||
|
||||
];
|
13
resources/lang/ca/admin/labels/table.php
Normal file
13
resources/lang/ca/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
|
||||
];
|
|
@ -26,6 +26,7 @@ return array(
|
|||
'modal' => 'This will action 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 checkout in license GUI',
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.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. ',
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => '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.',
|
||||
|
|
|
@ -330,9 +330,30 @@ return [
|
|||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'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 <code>{COMPANY}</code> 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 <code>:setting_name</code>',
|
||||
'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 URL the 2D barcode points to when scanned',
|
||||
'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 <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
|
||||
];
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'Supplier does not exist.',
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ return array(
|
|||
'show_deleted' => 'Show Deleted Users',
|
||||
'title' => 'Title',
|
||||
'to_restore_them' => 'to restore them.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'Update User',
|
||||
'username' => 'Username',
|
||||
'user_deleted_text' => 'This user has been marked as deleted.',
|
||||
|
|
|
@ -120,6 +120,9 @@ return [
|
|||
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
||||
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@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',
|
||||
'first' => 'First',
|
||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||
|
@ -265,6 +268,8 @@ return [
|
|||
'supplier' => 'Supplier',
|
||||
'suppliers' => 'Suppliers',
|
||||
'sure_to_delete' => 'Are you sure you wish to delete',
|
||||
'sure_to_delete_var' => 'Are you sure you wish to delete :item?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'Submit',
|
||||
'target' => 'Target',
|
||||
'time_and_date_display' => 'Time and Date Display',
|
||||
|
@ -283,6 +288,7 @@ return [
|
|||
'user' => 'User',
|
||||
'accepted' => 'accepted',
|
||||
'declined' => 'declined',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'Recursos no Acceptats',
|
||||
'users' => 'Users',
|
||||
'viewall' => 'View All',
|
||||
|
@ -364,9 +370,10 @@ return [
|
|||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Error:',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_success' => 'Success:',
|
||||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'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',
|
||||
|
@ -452,6 +459,8 @@ return [
|
|||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'error_user_company' => 'User and Asset companies missmatch',
|
||||
'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',
|
||||
|
@ -474,5 +483,8 @@ return [
|
|||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% complete',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.'
|
||||
|
||||
];
|
||||
|
|
|
@ -8,8 +8,8 @@ return array(
|
|||
'clone' => 'Klonovat Kategorii',
|
||||
'create' => 'Vytvořit kategorii',
|
||||
'edit' => 'Upravit Kategorii',
|
||||
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
|
||||
'email_will_be_sent_due_to_global_eula' => 'Protože se používá globální EULA, bude uživateli zaslán e-mail.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'Pro tuto kategorii je v platnosti EULA, uživateli bude zaslán e-mail.',
|
||||
'eula_text' => 'EULA Kategorie',
|
||||
'eula_text_help' => 'Toto pole umožňuje upravit EULA pro různé druhy majetku. Pokud máte pouze jeden typ pro všechen majetek, můžete zaškrtnout položku níže pro použití jako výchozí.',
|
||||
'name' => 'Název kategorie',
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'does_not_exist' => 'Společnost nebyla založena.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'Tato společnost je právě přiřazena alespoň k jednomu modelu majetku a nemůže tak být odstraněna. Odeberte její vazbu z patřičných modelů a akci opakujte. ',
|
||||
'create' => [
|
||||
'error' => 'Společnost nebyla založena, zkuste to znovu.',
|
||||
|
|
|
@ -10,6 +10,9 @@ return [
|
|||
'bulk_update' => 'Hromadná aktualizace majetku',
|
||||
'bulk_update_help' => 'Tento formulář umožňuje hromadnou editaci majetku. Vyplňte pouze položky, které chcete změnit. Jakékoliv prázné položky zůstanou nezměněny. ',
|
||||
'bulk_update_warn' => 'Chystáte se upravit vlastnosti 1 položky.|Chystáte se upravit vlastnosti :asset_count položek.',
|
||||
'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' => 'Vydané komu',
|
||||
'checkout_date' => 'Datum vydání',
|
||||
'checkin_date' => 'Datum převzetí',
|
||||
|
|
|
@ -14,6 +14,7 @@ return [
|
|||
'dl_csv' => 'Stáhnout CSV',
|
||||
'eol' => 'Konec životnosti',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Poslední převzetí dne',
|
||||
'location' => 'Umístění',
|
||||
'purchase_cost' => 'Cena',
|
||||
'purchase_date' => 'Zakoupeno',
|
||||
|
|
11
resources/lang/cs/admin/labels/message.php
Normal file
11
resources/lang/cs/admin/labels/message.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => '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',
|
||||
|
||||
];
|
13
resources/lang/cs/admin/labels/table.php
Normal file
13
resources/lang/cs/admin/labels/table.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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',
|
||||
|
||||
];
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue