all
This commit is contained in:
@ -0,0 +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:',
|
||||
'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.',
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => 'Категорија на додаток',
|
||||
'accessory_name' => 'Име на додаток',
|
||||
'checkout' => 'Задолжи додаток',
|
||||
'checkin' => 'Раздолжи додаток',
|
||||
'create' => 'Направете додаток',
|
||||
'edit' => 'Уредување на додаток',
|
||||
'eula_text' => 'Категорија - Правила за користење',
|
||||
'eula_text_help' => 'Ова поле ви овозможува да ги прилагодите вашите Услови за користење за сите видови на средства. Ако имате само едни Услови за користење за сите ваши основни средства, можете да вклучите подолу да се користaт стандардните Услови за користење.',
|
||||
'require_acceptance' => 'Барајте корисниците да потврдат прифаќање на основни средства од оваа категорија.',
|
||||
'no_default_eula' => 'Не се пронајдени стандардни Услови за користење. Внесете го во Поставки.',
|
||||
'total' => 'Вкупно',
|
||||
'remaining' => 'Слободни',
|
||||
'update' => 'Уредување на додаток',
|
||||
'use_default_eula' => 'Наместо ова, користете <a href="#" data-toggle="modal" data-target="#eulaModal">стандардни Услови за користење</a>.',
|
||||
'use_default_eula_disabled' => '<del>Наместо тоа користете стандардни Услови за користење.</del> Не се внесени стандардни Услови за користење. Ве молиме внесете ги во Поставки.',
|
||||
'clone' => 'Clone Accessory',
|
||||
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
|
||||
|
||||
);
|
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'Овој додаток во моментов има :count ставки задолжени на корисници. Ве молиме проверете во додатоците и обидете се повторно. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Додатокот не е креиран, обидете се повторно.',
|
||||
'success' => 'Додатокот беше успешно креиран.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Додатокот не беше ажуриран, обидете се повторно',
|
||||
'success' => 'Додатокот беше успешно ажуриран.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој додаток?',
|
||||
'error' => 'Имаше проблем со бришење на додатокот. Обидете се повторно.',
|
||||
'success' => 'Додатокот беше успешно избришан.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Додатокот не беше задолжен, обидете се повторно',
|
||||
'success' => 'Додатокот е задолжен.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Додатокот не беше раздолжен, обидете се повторно',
|
||||
'success' => 'Додатокот е раздолжен.',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'Преземи CSV',
|
||||
'eula_text' => 'Услови за користење',
|
||||
'id' => 'ID',
|
||||
'require_acceptance' => 'Прифаќање',
|
||||
'title' => 'Име на додаток',
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'title' => 'Наслов',
|
||||
'start_date' => 'Start Date',
|
||||
'completion_date' => 'Completion Date',
|
||||
'cost' => 'Цена',
|
||||
'is_warranty' => 'Подобрување на гаранцијата',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'notes' => 'Забелешки',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'Одржување на основни средства',
|
||||
'edit' => 'Уреди ги одржувањата на основни средства',
|
||||
'delete' => 'Избриши ги одржување на основни средства',
|
||||
'view' => 'Погледнете детали за одржување на средствата',
|
||||
'repair' => 'Поправка',
|
||||
'maintenance' => 'Одржување',
|
||||
'upgrade' => 'Надградба',
|
||||
'calibration' => 'Calibration',
|
||||
'software_support' => 'Software Support',
|
||||
'hardware_support' => 'Hardware Support',
|
||||
'configuration_change' => 'Configuration Change',
|
||||
'pat_test' => 'PAT Test',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'Одржувањето на основни средства што го барате не е пронајдено!',
|
||||
'delete' => [
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете ова одржување на основни средства?',
|
||||
'error' => 'Имаше проблем со бришење на одржувањето на основни средства. Обидете се повторно.',
|
||||
'success' => 'Одржувањето на основни средства беше успешно избришано.',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'Одржувањето на основни средства не е креирано, обидете се повторно.',
|
||||
'success' => 'Одржувањето на основни средства беше успешно креирано.',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'Одржувањето на основни средства не е ажурирано, обидете се повторно.',
|
||||
'success' => 'Одржувањето на основни средства беше успешно ажурирано.',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'Се уште не е завршено',
|
||||
'warranty' => 'Гаранција',
|
||||
'not_warranty' => 'Без гаранција',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Одржување на основни средства',
|
||||
'asset_name' => 'Име на основното средство',
|
||||
'is_warranty' => 'Гаранција',
|
||||
'dl_csv' => 'Преземи CSV',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'asset_categories' => 'Категории на основни средства',
|
||||
'category_name' => 'Име на категорија',
|
||||
'checkin_email' => 'Send email to user on checkin/checkout.',
|
||||
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
|
||||
'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.',
|
||||
'eula_text' => 'Категорија - Услови за користење',
|
||||
'eula_text_help' => 'Ова поле ви овозможува да ги прилагодите вашите Услови за користење за сите видови на средства. Ако имате само едни Услови за користење за сите ваши основни средства, можете да вклучите подолу да се користaт стандардните Услови за користење.',
|
||||
'name' => 'Име на категорија',
|
||||
'require_acceptance' => 'Барајте корисниците да потврдат прифаќање на основни средства од оваа категорија.',
|
||||
'required_acceptance' => 'На корисникот ќе му биде испратена врска по е-пошта за да потврди прифаќање на ова средство.',
|
||||
'required_eula' => 'На корисникот ќе му бидат испратени Условите за користење по е-пошта',
|
||||
'no_default_eula' => 'Не се пронајдени стандардни Услови за користење. Внесете го во Поставки.',
|
||||
'update' => 'Уреди категорија',
|
||||
'use_default_eula' => 'Наместо ова, користете <a href="#" data-toggle="modal" data-target="#eulaModal">стандардни Услови за користење</a>.',
|
||||
'use_default_eula_disabled' => '<del>Наместо ова, користете стандардни Услови за користење.</del> Не се внесени стандардни Услови за користење. Ве молиме внесете ги во Поставки.',
|
||||
'use_default_eula_column' => 'Use default EULA',
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Категоријата не постои.',
|
||||
'assoc_models' => 'Оваа категорија моментално е поврзана со барем еден модел и не може да се избрише. Ве молиме да ги ажурирате вашите модели за да не ја користите оваа категорија и обидете се повторно. ',
|
||||
'assoc_items' => 'Оваа категорија е моментално поврзана со најмалку еден :asset_type и не може да се избрише. Ажурирајте го вашиот :asset_type да не ја користи оваа категорија и обидете се повторно. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Категоријата не е креирана, обидете се повторно.',
|
||||
'success' => 'Категоријата е успешно креирана.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Категоријата не беше ажурирана, обидете се повторно',
|
||||
'success' => 'Категоријата е успешно ажурирана.',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа категорија?',
|
||||
'error' => 'Имаше проблем со бришење на категоријата. Обидете се повторно.',
|
||||
'success' => 'Категоријата беше успешно избришана.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'Услови за користење',
|
||||
'id' => 'ID',
|
||||
'parent' => 'Родител',
|
||||
'require_acceptance' => 'Прифаќање',
|
||||
'title' => 'Име на Категорија на основни средства',
|
||||
|
||||
);
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'Изберете компанија',
|
||||
'about_companies' => 'За компаниите',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Компанијата не постои.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'Оваа компанија моментално е поврзана со барем еден модел и не може да се избрише. Ве молиме да ги ажурирате вашите модели за да не ја користите оваа компанија и обидете се повторно. ',
|
||||
'create' => [
|
||||
'error' => 'Компанијата не е креирана, обидете се повторно.',
|
||||
'success' => 'Компанијата е успешно креирана.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Компанијата не е креирана, обидете се повторно',
|
||||
'success' => 'Компанијата е ажурирана.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа компанија?',
|
||||
'error' => 'Имаше проблем со бришење на компанијата. Обидете се повторно.',
|
||||
'success' => 'Компанијата беше успешно избришана.',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Компании',
|
||||
'create' => 'Креирај компанија',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'Компанија',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'Ажурирај компанија',
|
||||
'name' => 'Име на компанија',
|
||||
'id' => 'ID',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Име на компонента',
|
||||
'checkin' => 'Раздолжи компонента',
|
||||
'checkout' => 'Задолжи компонента',
|
||||
'cost' => 'Набавна цена',
|
||||
'create' => 'Креирај компонента',
|
||||
'edit' => 'Уреди компонента',
|
||||
'date' => 'Датум на набавка',
|
||||
'order' => 'Број на нарачка',
|
||||
'remaining' => 'Останува',
|
||||
'total' => 'Вкупно',
|
||||
'update' => 'Уреди компонента',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Компонентата не постои.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Компонентата не е креирана, обидете се повторно.',
|
||||
'success' => 'Компонентата е успешно креирана.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Компонентата не беше ажурирана, обидете се повторно',
|
||||
'success' => 'Компонентата е успешно ажурирана.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа компонента?',
|
||||
'error' => 'Имаше проблем со бришење на компонентата. Обидете се повторно.',
|
||||
'success' => 'Компонентата беше успешно избришана.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Компонентата не беше задолжена, обидете се повторно',
|
||||
'success' => 'Компонентата е задолжена.',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Компонентата не беше раздолжена, обидете се повторно',
|
||||
'success' => 'Компонентата е раздолжена.',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Име на компонента',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Задолжи потрошен материјал на корисник',
|
||||
'consumable_name' => 'Име на потрошен материјал',
|
||||
'create' => 'Креирај потрошен материјал',
|
||||
'item_no' => 'Ставка бр.',
|
||||
'remaining' => 'Останува',
|
||||
'total' => 'Вкупно',
|
||||
'update' => 'Ажурирај потрошен материјал',
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Потрошниот материјал не постои.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Потрошниот материјал не е креиран, обидете се повторно.',
|
||||
'success' => 'Потрошниот материјал е успешно креиран.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Потрошниот материјал не е ажуриран, обидете се повторно',
|
||||
'success' => 'Потрошниот материјал е успешно ажуриран.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој потрошен материјал?',
|
||||
'error' => 'Имаше проблем со бришење на потрошниот материјал. Обидете се повторно.',
|
||||
'success' => 'Потрошниот материјал беше успешно избришан.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Потрошниот материјал не е задолжен, обидете се повторно',
|
||||
'success' => 'Потрошниот материјал е успешно задолжен.',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Потрошниот материјал не е раздолжен, обидете се повторно',
|
||||
'success' => 'Потрошниот материјал е успешно раздолжен.',
|
||||
'user_does_not_exist' => 'Тој корисник е неважечки. Обидете се повторно.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Име на потрошен материјал',
|
||||
);
|
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'custom_fields' => 'Полиња по желба',
|
||||
'manage' => 'Manage',
|
||||
'field' => 'Поле',
|
||||
'about_fieldsets_title' => 'За Fieldsets',
|
||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
||||
'custom_format' => 'Custom Regex format...',
|
||||
'encrypt_field' => 'Енкриптирајте ја вредноста на ова поле во базата на податоци',
|
||||
'encrypt_field_help' => 'ПРЕДУПРЕДУВАЊЕ: Шифрирањето на поле прави полето да не може да се пребарува.',
|
||||
'encrypted' => 'Енкриптирано',
|
||||
'fieldset' => 'Fieldset/Група на полиња',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets/Групи на полиња',
|
||||
'fieldset_name' => 'Име на Fieldset',
|
||||
'field_name' => 'Име на поле',
|
||||
'field_values' => 'Вредности на поле',
|
||||
'field_values_help' => 'Додајте изборни опции, по една на линија. Празните линии, освен првата линија, ќе бидат игнорирани.',
|
||||
'field_element' => 'Форма на елемент',
|
||||
'field_element_short' => 'Елемент',
|
||||
'field_format' => 'Формат',
|
||||
'field_custom_format' => 'Прилагоден формат на регесив',
|
||||
'field_custom_format_help' => 'Ова поле ви овозможува да користите регесив ("regex") за валидација. Треба да започне со "regex:" - на пример, за потврда дека прилагодената вредност на полето содржи валиден IMEI (15 нумерички цифри), би користеле <code>regex: / ^[0-9]{15}$ /</code>.',
|
||||
'required' => 'Потребно',
|
||||
'req' => 'Req.',
|
||||
'used_by_models' => 'Користено по модели',
|
||||
'order' => 'Подредување',
|
||||
'create_fieldset' => 'Нов Fieldset',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'create_fieldset_title' => 'Create a new fieldset',
|
||||
'create_field' => 'Ново прилагодено поле',
|
||||
'create_field_title' => 'Create a new custom field',
|
||||
'value_encrypted' => 'Вредноста на ова поле е емкриптирана во базата на податоци. Само административните корисници ќе можат да ја видат декриптираната вредност',
|
||||
'show_in_email' => 'Вклучете ја вредноста на ова поле во е-поштата испратена до корисникот? Шифрираните полиња не можат да бидат вклучени во е-пошта',
|
||||
'show_in_email_short' => 'Include in emails.',
|
||||
'help_text' => 'Help Text',
|
||||
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
|
||||
'about_custom_fields_title' => 'About Custom Fields',
|
||||
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
|
||||
'add_field_to_fieldset' => 'Add Field to Fieldset',
|
||||
'make_optional' => 'Required - click to make optional',
|
||||
'make_required' => 'Optional - click to make required',
|
||||
'reorder' => 'Reorder',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <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',
|
||||
'show_in_requestable_list_short' => 'Show in requestable assets list',
|
||||
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
|
||||
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
|
||||
|
||||
];
|
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'Poleto не постои.',
|
||||
'already_added' => 'Полето веќе е додадено',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Полето не е креирано, обидете се повторно.',
|
||||
'success' => 'Полето е успешно создадено.',
|
||||
'assoc_success' => 'Полето е успешно додадено во групата со полиња.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Полето не е ажурирано, обидете се повторно',
|
||||
'success' => 'Полето е успешно ажурирано.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете ова поле?',
|
||||
'error' => 'Имаше проблем со бришење на полето. Обидете се повторно.',
|
||||
'success' => 'Полето беше успешно избришано.',
|
||||
'in_use' => 'Полето е сеуште во употреба.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'Fieldset не постои',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Fieldset не е креиран, обидете се повторно.',
|
||||
'success' => 'Fieldset создаден успешно.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Fieldset не е ажуриран, обидете се повторно',
|
||||
'success' => 'Fieldset ажуриран успешно.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој Fieldset?',
|
||||
'error' => 'Се појави проблем при бришењето на овој Fieldset. Обидете се повторно.',
|
||||
'success' => 'Fieldset успешно избришан.',
|
||||
'in_use' => 'Fieldset е сеуште во употреба.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
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. ',
|
||||
'assoc_users' => 'Овој оддел моментално е поврзана со барем еден корисник и не може да се избрише. Ве молиме да ги ажурирате вашите корисници за да не го користите овој оддел и обидете се повторно. ',
|
||||
'create' => array(
|
||||
'error' => 'Одделот не е креиран, обидете се повторно.',
|
||||
'success' => 'Одделот е успешно креиран.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'Одделот не е ажуриран, обидете се повторно',
|
||||
'success' => 'Одделот е успешно ажуриран.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој оддел?',
|
||||
'error' => 'Имаше проблем при бришење на одделот. Обидете се повторно.',
|
||||
'success' => 'Одделот беше успешно избришан.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => 'Име на оддел',
|
||||
'manager' => 'Менаџер',
|
||||
'location' => 'Локација',
|
||||
'create' => 'Креирај оддел',
|
||||
'update' => 'Ажурирај оддел',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'За амортизационите планови',
|
||||
'about_depreciations' => 'Можете да поставите амортизационен план за основните средства за да ја намалувате нивната вредност праволиниски.',
|
||||
'asset_depreciations' => 'Амортизациони планови',
|
||||
'create' => 'Креирај амортизационен план',
|
||||
'depreciation_name' => 'Име на амортизационен план',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'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.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Aмортизациониот план не постои.',
|
||||
'assoc_users' => 'Амортизациониот план моментално е поврзан со еден или повеќе модели и не може да се избрише. Ве молиме избришете ги моделите, а потоа пробајте повторно да го избришете. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Амортизациониот план не е креиран, обидете се повторно. :(',
|
||||
'success' => 'Амортизациониот план е успешно креиран. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Амортизациониот план не е ажуриран, обидете се повторно',
|
||||
'success' => 'Амортизациониот план е успешно ажуриран.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој амортизационен план?',
|
||||
'error' => 'Имаше проблем при бришење на амортизациониот план. Обидете се повторно.',
|
||||
'success' => 'Амортизациониот план е успешно избришан.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ID',
|
||||
'months' => 'Месеци',
|
||||
'term' => 'Времетраење',
|
||||
'title' => 'Име ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'Групата веќе постои!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'Полето за име е задолжително',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'Групата е успешно креирана.',
|
||||
'update' => 'Групата е успешно ажурирана.',
|
||||
'delete' => 'Групата е успешно избришана.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа група?',
|
||||
'create' => 'Имаше проблем со креирање на групата. Обидете се повторно.',
|
||||
'update' => 'Имаше проблем со ажурирање на групата. Обидете се повторно.',
|
||||
'delete' => 'Имаше проблем со бришење на групата. Обидете се повторно.',
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => 'Име',
|
||||
'users' => 'Број на корисници',
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'За групите',
|
||||
'about_groups' => 'Групите се користат за генерализирање на кориснички дозволи.',
|
||||
'group_management' => 'Управување со група',
|
||||
'create' => 'Креирај нова група',
|
||||
'update' => 'Уредете група',
|
||||
'group_name' => 'Име на групата',
|
||||
'group_admin' => 'Администратор на група',
|
||||
'allow' => 'Дозволи',
|
||||
'deny' => 'Одбиј',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bulk_delete' => 'Потврди масовно бришење на основни средства',
|
||||
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||
'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_delete_warn' => 'Ќе избришете :assets_count основни средства.',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'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_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' => 'Датум на раздолжување',
|
||||
'checkout_to' => 'Задолжи на',
|
||||
'cost' => 'Набавна цена',
|
||||
'create' => 'Креирај основно средство',
|
||||
'date' => 'Датум на набавка',
|
||||
'depreciation' => 'Амортизационен план',
|
||||
'depreciates_on' => 'Се амортизира на',
|
||||
'default_location' => 'Стандардна локација',
|
||||
'default_location_phone' => 'Default Location Phone',
|
||||
'eol_date' => 'EOL Дата',
|
||||
'eol_rate' => 'ЕОЛ стапка',
|
||||
'expected_checkin' => 'Очекуван датум на раздолжување',
|
||||
'expires' => 'Истекува',
|
||||
'fully_depreciated' => 'Целосно амортизиран',
|
||||
'help_checkout' => 'Ако сакате веднаш да го задолжите ова основно средство, одберете "Ready to Deploy" од статус листата. ',
|
||||
'mac_address' => 'MAC адреса',
|
||||
'manufacturer' => 'Производител',
|
||||
'model' => 'Модел',
|
||||
'months' => 'месеци',
|
||||
'name' => 'Име на основното средство',
|
||||
'notes' => 'Забелешки',
|
||||
'order' => 'Број на нарачка',
|
||||
'qr' => 'QR Код',
|
||||
'requestable' => 'Корисниците може да го побараат ова средство',
|
||||
'select_statustype' => 'Изберете статус',
|
||||
'serial' => 'Сериски број',
|
||||
'status' => 'Статус',
|
||||
'tag' => 'Код на основното средство',
|
||||
'update' => 'Ажурирање на основни средства',
|
||||
'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_location_update_actual' => 'Update only actual location',
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
];
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_assets_title' => 'За основните средства',
|
||||
'about_assets_text' => 'Основни средства се ставки следени по сериски број или код на средства. Тие обично имаат повисока набавна вредност и е важно нивно поединечно евидентирање.',
|
||||
'archived' => 'Архивирано',
|
||||
'asset' => 'Основно средство',
|
||||
'bulk_checkout' => 'Раздолжи основно средство',
|
||||
'bulk_checkin' => 'Checkin Assets',
|
||||
'checkin' => 'Раздолжи основно средство',
|
||||
'checkout' => 'Задолжи основно средство',
|
||||
'clone' => 'Клонирај основно средство',
|
||||
'deployable' => 'Распоредливи',
|
||||
'deleted' => 'This asset has been deleted.',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'edit' => 'Уредување на основно средство',
|
||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'requestable' => 'Може да се побара',
|
||||
'requested' => 'Побарано',
|
||||
'not_requestable' => 'Not Requestable',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'restore' => 'Врати основно средство',
|
||||
'pending' => 'Во чекање',
|
||||
'undeployable' => 'Нераспоредливи',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'view' => 'Преглед на основно средство',
|
||||
'csv_error' => 'You have an error in your CSV file:',
|
||||
'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 <code>Admin > General Settings</code>.</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>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>
|
||||
',
|
||||
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
||||
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
||||
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
||||
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
||||
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
||||
'error_messages' => 'Error messages:',
|
||||
'success_messages' => 'Success messages:',
|
||||
'alert_details' => 'Please see below for details.',
|
||||
'custom_export' => 'Custom Export',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'User Department',
|
||||
];
|
@ -0,0 +1,90 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'undeployable' => '<strong>Предупредување:</strong> Ова основно средство е означено како нераспоредливо. Ако овој статус е променет, ве молиме да го ажурирате статусот на средството.',
|
||||
'does_not_exist' => 'Основното средство не постои.',
|
||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||
'assoc_users' => 'Ова средство е задолжено на корисник и не може да се избрише. Проверете го, а потоа пробајте повторно да го избришете. ',
|
||||
|
||||
'create' => [
|
||||
'error' => 'Основното средство не е креирано, обидете се повторно. :(',
|
||||
'success' => 'Основното средство е успешно креирано. :)',
|
||||
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'Основното средство не е ажурирано, обидете се повторно',
|
||||
'success' => 'Основното средство е успешно ажурирано.',
|
||||
'nothing_updated' => 'Не беа избрани полиња, затоа ништо не беше ажурирано.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'Основното средство не е вратено, обидете се повторно',
|
||||
'success' => 'Основното средство е успешно вратено.',
|
||||
'bulk_success' => 'Основното средство е успешно вратено.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'error' => 'Ревизијата на основни средства беше неуспешна. Обидете се повторно.',
|
||||
'success' => 'Ревизијата на основни средства е логирана.',
|
||||
],
|
||||
|
||||
|
||||
'deletefile' => [
|
||||
'error' => 'Датотеката не се избриша. Обидете се повторно.',
|
||||
'success' => 'Датотеката е успешно избришана.',
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'error' => 'Датотеките не се прикачени. Обидете се повторно.',
|
||||
'success' => 'Успешно се преземени датотеките.',
|
||||
'nofiles' => 'Не одбравте датотеки за прикачување, или датотеката што сакате да ја поставите е премногу голема',
|
||||
'invalidfiles' => 'Една или повеќе од вашите датотеки е преголема или е тип на датотека што не е дозволен. Дозволени типови на датотеки се png, gif, jpg, doc, docx, pdf и txt.',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'error' => 'Некои ставки не се увезоа правилно.',
|
||||
'errorDetail' => 'Следниве елементи не се увезени поради грешки.',
|
||||
'success' => 'Вашата датотека е увезена',
|
||||
'file_delete_success' => 'Вашата датотека е избришана',
|
||||
'file_delete_error' => 'Датотеката не можеше да се избрише',
|
||||
'file_missing' => 'The file selected is missing',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
],
|
||||
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете ова основно средство?',
|
||||
'error' => 'Имаше проблем со бришење на основното средство. Обидете се повторно.',
|
||||
'nothing_updated' => 'Не беа избрани основни средства, затоа ништо не беше избришано.',
|
||||
'success' => 'Основното средство беше избришано.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'error' => 'Основното средство не беше задолжено, обидете се повторно',
|
||||
'success' => 'Основното средство е задолжено.',
|
||||
'user_does_not_exist' => 'Корисникот е неважечки. Обидете се повторно.',
|
||||
'not_available' => 'Основното средство не е достапно за задолжување!',
|
||||
'no_assets_selected' => 'Мора да одберете најмалку едно основно средство',
|
||||
],
|
||||
|
||||
'checkin' => [
|
||||
'error' => 'Основното средство не беше раздолжено, обидете се повторно',
|
||||
'success' => 'Основното средство е раздолжено.',
|
||||
'user_does_not_exist' => 'Корисникот е неважечки. Обидете се повторно.',
|
||||
'already_checked_in' => 'Основното средство е веќе задолжено.',
|
||||
|
||||
],
|
||||
|
||||
'requests' => [
|
||||
'error' => 'Основното средство не е побарано, обидете се повторно',
|
||||
'success' => 'Основното средство е побарано.',
|
||||
'canceled' => 'Барањето за задолжување е откажано',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'asset_tag' => 'Код на основното средство',
|
||||
'asset_model' => 'Модел',
|
||||
'assigned_to' => 'Задолжен на',
|
||||
'book_value' => 'Current Value',
|
||||
'change' => 'Раздолжи/Задолжи',
|
||||
'checkout_date' => 'Датум на задолжување',
|
||||
'checkoutto' => 'Задолжен на',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'current_value' => 'Current Value',
|
||||
'diff' => 'Разлика',
|
||||
'dl_csv' => 'Преземи CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'Локација',
|
||||
'purchase_cost' => 'Набавна цена',
|
||||
'purchase_date' => 'Датум на набавка',
|
||||
'serial' => 'Сериски број',
|
||||
'status' => 'Состојба',
|
||||
'title' => 'Основно средство ',
|
||||
'image' => 'Слика',
|
||||
'days_without_acceptance' => 'Денови без прифаќање',
|
||||
'monthly_depreciation' => 'Monthly Depreciation',
|
||||
'assigned_to' => 'Задолжен на',
|
||||
'requesting_user' => 'Requesting User',
|
||||
'requested_date' => 'Requested Date',
|
||||
'changed' => 'Changed',
|
||||
'icon' => 'Icon',
|
||||
];
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_kits_title' => 'About Predefined Kits',
|
||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
||||
'checkout' => 'Checkout Kit ',
|
||||
'create_success' => 'Kit was successfully created.',
|
||||
'create' => 'Create Predefined Kit',
|
||||
'update' => 'Update Predefined Kit',
|
||||
'delete_success' => 'Kit was successfully deleted.',
|
||||
'update_success' => 'Kit was successfully updated.',
|
||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'Append license',
|
||||
'update_appended_license' => 'Update appended license',
|
||||
'append_model' => 'Append model',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'Лиценцата не постои',
|
||||
'license_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_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' => 'Додатокот не постои',
|
||||
'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',
|
||||
];
|
@ -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',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Test Company Limited',
|
||||
'example_defaultloc' => 'Building 1',
|
||||
'example_category' => 'Test Category',
|
||||
'example_location' => 'Building 2',
|
||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||||
'example_model' => 'Test Model',
|
||||
'example_supplier' => 'Test Company Limited',
|
||||
'labels_per_page' => 'Labels',
|
||||
'support_fields' => 'Fields',
|
||||
'support_asset_tag' => 'Таг',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'Лого',
|
||||
'support_title' => 'Наслов',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => 'Основно средство',
|
||||
'checkin' => 'Раздолжи',
|
||||
'create' => 'Креирај лиценца',
|
||||
'expiration' => 'Дата на истекување',
|
||||
'license_key' => 'Клуч на производ',
|
||||
'maintained' => 'Сервисирано',
|
||||
'name' => 'Име на софтверот',
|
||||
'no_depreciation' => 'Не амортизирај',
|
||||
'purchase_order' => 'Број на нарачка',
|
||||
'reassignable' => 'Повторно доделување',
|
||||
'remaining_seats' => 'Преостанати работни места',
|
||||
'seats' => 'Работни места',
|
||||
'termination_date' => 'Датум на престанок',
|
||||
'to_email' => 'Лиценцирано на е-пошта',
|
||||
'to_name' => 'Лиценцирано на име',
|
||||
'update' => 'Ажурирај лиценца',
|
||||
'checkout_help' => 'Мора да задолжите лиценца на основно средство или на лице. Можете да ги изберете и двете, но сопственикот на основното средство мора да одговара на лицето на кое ја задолжувате лиценцата.'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => 'За лиценците',
|
||||
'about_licenses' => 'Лиценците се користат за следење на софтверот. Тие имаат одреден број места кои можат да се задолжат на поединци',
|
||||
'checkin' => 'Раздолжи лиценца за место',
|
||||
'checkout_history' => 'Историја на задолжувања',
|
||||
'checkout' => 'Задолжи лиценца за место',
|
||||
'edit' => 'Ажурирај лиценца',
|
||||
'filetype_info' => 'Дозволени типови на датотеки се png, gif, jpg, jpeg, doc, docx, pdf, txt, zip и rar.',
|
||||
'clone' => 'Клонирај лиценца',
|
||||
'history_for' => 'Историја за ',
|
||||
'in_out' => 'Раздолжи/Задолжи',
|
||||
'info' => 'Информации за лиценцата',
|
||||
'license_seats' => 'Лиценци за места',
|
||||
'seat' => 'Место',
|
||||
'seats' => 'Места',
|
||||
'software_licenses' => 'Лиценци за софтвер',
|
||||
'user' => 'Корисник',
|
||||
'view' => 'Погледнете лиценца',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => 'Корисникот не постои.',
|
||||
'asset_does_not_exist' => 'Средството што се обидувате да го поврзете со оваа лиценца не постои.',
|
||||
'owner_doesnt_match_asset' => 'Средството што се обидувате да го поврзете со оваа лиценца е задолжено на различно лице од она кое е избрано на паѓачкото мени.',
|
||||
'assoc_users' => 'Оваа лиценца е задолжено на корисник и не може да се избрише. Проверете го, а потоа пробајте повторно да ја избришете. ',
|
||||
'select_asset_or_person' => 'Мора да изберете основно средство или корисник, но не и двете.',
|
||||
'not_found' => 'License not found',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Лиценцата не е креирана, обидете се повторно.',
|
||||
'success' => 'Лиценцата е успешно креирана.'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'Датотеката не се избриша. Обидете се повторно.',
|
||||
'success' => 'Датотеката е успешно избришана.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'Датотеките не се прикачени. Обидете се повторно.',
|
||||
'success' => 'Успешно се прикачени датотеките.',
|
||||
'nofiles' => 'Не одбравте датотеки за прикачување, или датотеката што сакате да ја поставите е премногу голема',
|
||||
'invalidfiles' => 'Една или повеќе од вашите датотеки е преголема или е тип на датотека што не е дозволен. Дозволени типови на датотеки се png, gif, jpg, doc, docx, pdf и txt.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Лиценцата не е ажурирана, обидете се повторно',
|
||||
'success' => 'Лиценцата е успешно ажурирана.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа лиценца?',
|
||||
'error' => 'Имаше проблем со бришење на лиценцата. Обидете се повторно.',
|
||||
'success' => 'Лиценцата беше успешно избришана.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Имаше проблем со задолжување на лиценцата. Обидете се повторно.',
|
||||
'success' => 'Лиценцата беше успешно задолжена',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Имаше проблем со раздолжување на лиценцата. Обидете се повторно.',
|
||||
'success' => 'Лиценцата беше успешно раздолжена'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'Задолжен на',
|
||||
'checkout' => 'Раздолжи/Задолжи',
|
||||
'id' => 'ID',
|
||||
'license_email' => 'Лиценцирано на е-пошта',
|
||||
'license_name' => 'Лиценцирано на',
|
||||
'purchase_date' => 'Датум на набавка',
|
||||
'purchased' => 'Датум на набавка',
|
||||
'seats' => 'Места',
|
||||
'hardware' => 'Хардвер',
|
||||
'serial' => 'Сериски број',
|
||||
'title' => 'Лиценца',
|
||||
|
||||
);
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Локацијата не постои.',
|
||||
'assoc_users' => 'Оваа локација моментално е поврзана со барем еден корисник и не може да се избрише. Ве молиме да ги ажурирате вашите корисници за да не ја користете оваа локација и обидете се повторно. ',
|
||||
'assoc_assets' => 'Оваа локација моментално е поврзана со барем едно основно средство и не може да се избрише. Ве молиме да ги ажурирате вашите основни средства за да не ја користите оваа локација и обидете се повторно. ',
|
||||
'assoc_child_loc' => 'Оваа локација моментално е родител на најмалку една локација и не може да се избрише. Ве молиме да ги ажурирате вашите локации повеќе да не ја користат оваа локација како родител и обидете се повторно. ',
|
||||
'assigned_assets' => 'Assigned Assets',
|
||||
'current_location' => 'Current Location',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Локацијата не е креирана, обидете се повторно.',
|
||||
'success' => 'Локацијата е успешно креирана.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Локацијата не беше ажурирана, обидете се повторно',
|
||||
'success' => 'Локацијата е успешно ажурирана.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа локација?',
|
||||
'error' => 'Имаше проблем со бришење на локацијата. Обидете се повторно.',
|
||||
'success' => 'Локацијата беше успешно избришана.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'За локациите',
|
||||
'about_locations' => 'Локациите се користат за следење на информации за тоа каде се наоѓаат корисниците, основните средства и други средства',
|
||||
'assets_rtd' => 'Основни средства', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Доделени основни средства',
|
||||
'id' => 'ID',
|
||||
'city' => 'Град',
|
||||
'state' => 'Република',
|
||||
'country' => 'Држава',
|
||||
'create' => 'Креирај локација',
|
||||
'update' => 'Ажурирај локација',
|
||||
'print_assigned' => 'Print Assigned',
|
||||
'print_all_assigned' => 'Печати задолжение',
|
||||
'name' => 'Име на локација',
|
||||
'address' => 'Адреса',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'Поштенски код',
|
||||
'locations' => 'Локации',
|
||||
'parent' => 'Родител',
|
||||
'currency' => 'Валута на локација',
|
||||
'ldap_ou' => 'LDAP OU за пребарување',
|
||||
'user_name' => 'User Name',
|
||||
'department' => 'Одделение',
|
||||
'location' => 'Локација',
|
||||
'asset_tag' => 'Assets Tag',
|
||||
'asset_name' => 'Име',
|
||||
'asset_category' => 'Категорија',
|
||||
'asset_manufacturer' => 'Производител',
|
||||
'asset_model' => 'Модел',
|
||||
'asset_serial' => 'Сериски',
|
||||
'asset_location' => 'Локација',
|
||||
'asset_checked_out' => 'Задолжен на',
|
||||
'asset_expected_checkin' => 'Expected Checkin',
|
||||
'date' => 'Датум:',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
||||
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
||||
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
||||
'signed_by' => 'Signed Off By:',
|
||||
];
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'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://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'Производителот не постои.',
|
||||
'assoc_users' => 'Овој производител моментално е поврзан со барем еден модел и не може да се избрише. Ве молиме да ги ажурирате моделите за да не го користат овој производител и обидете се повторно. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Производителот не е креиран, обидете се повторно.',
|
||||
'success' => 'Производителот е креиран.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Производителот не е ажуриран, обидете се повторно',
|
||||
'success' => 'Производителот е ажуриран.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Производителот не е вреатен, обидете се повторно',
|
||||
'success' => 'Производителот е вратен.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој производител?',
|
||||
'error' => 'Имаше проблем со бришење на производителот. Обидете се повторно.',
|
||||
'success' => 'Производителот е избришан.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'За производителите',
|
||||
'about_manufacturers_text' => 'Производителите се компаниите кои ги произведуваат основните средства. Овде можете да зачувате информации за контакт за поддршка и сл., кои ќе бидат прикажани на страниците со детали за вашите средства.',
|
||||
'asset_manufacturers' => 'Производители',
|
||||
'create' => 'Креирај производител',
|
||||
'id' => 'ID',
|
||||
'name' => 'Име',
|
||||
'support_email' => 'Е-пошта за поддршка',
|
||||
'support_phone' => 'Телефон за поддршка',
|
||||
'support_url' => 'Врска за поддршка',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'Ажурирај го производителот',
|
||||
|
||||
);
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'За моделите на основни средства',
|
||||
'about_models_text' => 'Моделите на основни средства служат да се групираат идентични средства. Пр. "IPhone 6s", "ThinkPad T470" итн.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Масовно бришење на модели',
|
||||
'bulk_delete_help' => 'Користете ги полињата подолу за да го потврдите бришењето на избраните модели. Моделите кои имаат основни средства поврзани со нив не може да се избришат додека средствата не се поврзанат со друг модел.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Врати модел',
|
||||
'requestable' => 'Корисниците може да го побараат овој модел',
|
||||
'show_mac_address' => 'Покажи поле за MAC адреса во основните средства од овој модел',
|
||||
'view_deleted' => 'Преглед на избришани',
|
||||
'view_models' => 'Преглед на модели',
|
||||
'fieldset' => 'Група на полиња',
|
||||
'no_custom_field' => 'Без полиња по желба',
|
||||
'add_default_values' => 'Додајте default вредности',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Моделот не постои.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'Моделот во моментов е поврзан со едно или повеќе основни средства и не може да се избрише. Ве молиме избришете ги основните средствата, а потоа пробајте повторно да го избришете. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Моделот не е креиран, обидете се повторно.',
|
||||
'success' => 'Моделот е успешно креиран.',
|
||||
'duplicate_set' => 'Модел на основно средство со тоа име, производител и број на модел веќе постои.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Моделот не е ажуриран, обидете се повторно',
|
||||
'success' => 'Моделот е ажуриран.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете моделот?',
|
||||
'error' => 'Имаше проблем со бришење на моделот. Обидете се повторно.',
|
||||
'success' => 'Моделот е избришан.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Моделот не е вратен, обидете се повторно',
|
||||
'success' => 'Моделот е вратен.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'Не беа сменети полиња, затоа ништо не беше ажурирано.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'Не беа избрани модели, затоа ништо не беше избришано.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count модел (и) се избришани, меѓутоа :fail_count не може да се избришат, бидејќи тие сè уште имаат средства поврзани со нив.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Креирај модел на основно средство',
|
||||
'created_at' => 'Креиран во',
|
||||
'eol' => 'EOL',
|
||||
'modelnumber' => 'Модел бр.',
|
||||
'name' => 'Име на модел на основно средство',
|
||||
'numassets' => 'Основни средства',
|
||||
'title' => 'Модели на основни средства',
|
||||
'update' => 'Ажурирај модел на основни средства',
|
||||
'view' => 'Преглед на модел на основни средства',
|
||||
'update' => 'Ажурирај модел на основни средства',
|
||||
'clone' => 'Клонирај модел',
|
||||
'edit' => 'Ажурирај модел',
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'Изберете ги опциите за извештајот за основни средства.',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Send reminder',
|
||||
'reminder_sent' => 'Reminder sent',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request',
|
||||
'custom_export' => [
|
||||
'user_address' => 'User Address',
|
||||
'user_city' => 'User City',
|
||||
'user_state' => 'User State',
|
||||
'user_country' => 'User Country',
|
||||
'user_zip' => 'User Zip'
|
||||
]
|
||||
];
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'Мора да изберете барем една опција.'
|
||||
);
|
@ -0,0 +1,367 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Домен на Active Directory',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'ad_append_domain_label' => 'Append domain name',
|
||||
'ad_append_domain' => 'Append domain name to username field',
|
||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
||||
'admin_cc_email' => 'CC Email',
|
||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'Ова е сервер на Active Directory',
|
||||
'alerts' => 'Alerts',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_email' => 'Испрати аларм до',
|
||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||
'alerts_enabled' => 'Овозможени аларми по е-пошта',
|
||||
'alert_interval' => 'Праг на застарување на аларм (денови)',
|
||||
'alert_inv_threshold' => 'Праг на аларм за инвентар',
|
||||
'allow_user_skin' => 'Allow User Skin',
|
||||
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
|
||||
'asset_ids' => 'ID на основни средства',
|
||||
'audit_interval' => 'Интервал на ревизија',
|
||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
||||
'audit_warning_days' => 'Audit Warning Threshold',
|
||||
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
||||
'auto_increment_prefix' => 'Префикс (опционално)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||
'backups' => 'Резервни копии',
|
||||
'backups_help' => 'Create, download, and restore backups ',
|
||||
'backups_restoring' => 'Restoring from Backup',
|
||||
'backups_upload' => 'Upload Backup',
|
||||
'backups_path' => 'Backups on the server are stored in <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_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'Поставки за баркод',
|
||||
'confirm_purge' => 'Потврди чистка',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'Приспособен CSS',
|
||||
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
||||
'custom_forgot_pass_url' => 'Приспособена врска за ресетирање лозинка',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'default_currency' => 'Стандардна валута',
|
||||
'default_eula_text' => 'Default EULA',
|
||||
'default_language' => 'Стандарден јазик',
|
||||
'default_eula_help_text' => 'Можете доделите сопствени услови за користење на одредени категории на средства.',
|
||||
'display_asset_name' => 'Прикажи име на основно средство',
|
||||
'display_checkout_date' => 'Display Checkout Date',
|
||||
'display_eol' => 'Display EOL in table view',
|
||||
'display_qr' => 'Display Square Codes',
|
||||
'display_alt_barcode' => 'Прикажи 1D баркод',
|
||||
'email_logo' => 'Email Logo',
|
||||
'barcode_type' => 'Тип на 2D бар код',
|
||||
'alt_barcode_type' => 'Тип на 1D бар код',
|
||||
'email_logo_size' => 'Square logos in email look best. ',
|
||||
'enabled' => 'Enabled',
|
||||
'eula_settings' => 'Поставки за EULA',
|
||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'favicon' => 'Favicon',
|
||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
||||
'footer_text' => 'Additional Footer Text ',
|
||||
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
|
||||
'general_settings' => 'General Settings',
|
||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
|
||||
'general_settings_help' => 'Default EULA and more',
|
||||
'generate_backup' => 'Generate Backup',
|
||||
'google_workspaces' => 'Google Workspaces',
|
||||
'header_color' => 'Header Color',
|
||||
'info' => 'These settings let you customize certain aspects of your installation.',
|
||||
'label_logo' => 'Label Logo',
|
||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
||||
'laravel' => 'Laravel верзија',
|
||||
'ldap' => 'LDAP',
|
||||
'ldap_default_group' => 'Default Permissions Group',
|
||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||
'no_default_group' => 'No Default Group',
|
||||
'ldap_help' => 'LDAP/Active Directory',
|
||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||
'ldap_enabled' => 'Овозможен LDAP',
|
||||
'ldap_integration' => 'Интеграција со LDAP',
|
||||
'ldap_settings' => 'Поставки на LDAP',
|
||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
||||
'ldap_location' => 'LDAP Location',
|
||||
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
|
||||
'ldap_login_test_help' => 'Внесете важечко LDAP корисничко име и лозинка од основниот DN што сте е наведен погоре за да проверите дали вашата LDAP најава е правилно конфигурирана. МОРА ПРВО ДА ГИ СНИМИТЕ LDAP ПОСТАВКИТЕ.',
|
||||
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_manager' => 'LDAP Manager',
|
||||
'ldap_server' => 'LDAP Server',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||
'ldap_server_cert_ignore' => 'Дозволи неважечки SSL сертификат',
|
||||
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
||||
'ldap_tls' => 'Use TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_uname' => 'LDAP Bind Username',
|
||||
'ldap_dept' => 'LDAP Department',
|
||||
'ldap_phone' => 'LDAP Telephone Number',
|
||||
'ldap_jobtitle' => 'LDAP Job Title',
|
||||
'ldap_country' => 'LDAP Country',
|
||||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP филтер',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Презиме',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
||||
'ldap_version' => 'LDAP верзија',
|
||||
'ldap_active_flag' => 'LDAP Active Flag',
|
||||
'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 Employee Number',
|
||||
'ldap_email' => 'LDAP меил',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'license' => 'Лиценца за софтвер',
|
||||
'load_remote' => 'Use Gravatar',
|
||||
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'Success?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login_help' => 'List of attempted logins',
|
||||
'login_note' => 'Login Note',
|
||||
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>',
|
||||
'login_remote_user_text' => 'Опции за најва на далечни корисници',
|
||||
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
|
||||
'login_remote_user_enabled_help' => 'Оваа опција овозможува автентикација преку заглавието REMOTE_USER во согласност со "Common Gateway Interface (rfc3875)"',
|
||||
'login_common_disabled_text' => 'Disable other authentication mechanisms',
|
||||
'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working',
|
||||
'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
|
||||
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
|
||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
||||
'logo' => 'Лого',
|
||||
'logo_print_assets' => 'Use in Print',
|
||||
'logo_print_assets_help' => 'Use branding on printable asset lists ',
|
||||
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
||||
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
||||
'show_in_model_list' => 'Show in Model Dropdowns',
|
||||
'optional' => 'опционално',
|
||||
'per_page' => 'Резултати по страница',
|
||||
'php' => 'PHP верзија',
|
||||
'php_info' => 'PHP Info',
|
||||
'php_overview' => 'PHP',
|
||||
'php_overview_keywords' => 'phpinfo, system, info',
|
||||
'php_overview_help' => 'PHP System info',
|
||||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
|
||||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
|
||||
'pwd_secure_complexity' => 'Сложеност на лозинка',
|
||||
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.',
|
||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
||||
'pwd_secure_min' => 'Минимум знаци во лозинка',
|
||||
'pwd_secure_min_help' => 'Минимална дозволена вредност е 8',
|
||||
'pwd_secure_uncommon' => 'Спречете чести лозинки',
|
||||
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.',
|
||||
'qr_help' => 'Enable QR Codes first to set this',
|
||||
'qr_text' => 'QR Code Text',
|
||||
'saml' => 'SAML',
|
||||
'saml_title' => 'Update SAML settings',
|
||||
'saml_help' => 'SAML settings',
|
||||
'saml_enabled' => 'SAML enabled',
|
||||
'saml_integration' => 'SAML Integration',
|
||||
'saml_sp_entityid' => 'Entity ID',
|
||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||
'saml_sp_x509cert' => 'Public Certificate',
|
||||
'saml_sp_metadata_url' => 'Metadata URL',
|
||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
||||
'saml_forcelogin_label' => 'SAML Force Login',
|
||||
'saml_forcelogin' => 'Make SAML the primary login',
|
||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
||||
'saml_slo_label' => 'SAML Single Log Out',
|
||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||
'saml_custom_settings' => 'SAML Custom Settings',
|
||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
||||
'saml_download' => 'Download Metadata',
|
||||
'setting' => 'Поставка',
|
||||
'settings' => 'Поставки',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
||||
'show_images_in_email' => 'Show images in emails',
|
||||
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
||||
'site_name' => 'Име на сајтот',
|
||||
'integrations' => 'Integrations',
|
||||
'slack' => 'Slack',
|
||||
'general_webhook' => 'General Webhook',
|
||||
'ms_teams' => 'Microsoft Teams',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => 'Test to Save',
|
||||
'webhook_title' => 'Update Webhook Settings',
|
||||
'webhook_help' => 'Integration settings',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app Channel',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app Settings',
|
||||
'webhook_test' =>'Test :app integration',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||
'snipe_version' => 'Snipe-IT version',
|
||||
'support_footer' => 'Support Footer Links ',
|
||||
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
||||
'version_footer' => 'Version in Footer ',
|
||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
||||
'system' => 'System Information',
|
||||
'update' => 'Update Settings',
|
||||
'value' => 'Вредност',
|
||||
'brand' => 'Брендирање',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'web_brand' => 'Web Branding Type',
|
||||
'about_settings_title' => 'About Settings',
|
||||
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
||||
'labels_per_page' => 'Labels per page',
|
||||
'label_dimensions' => 'Label dimensions (inches)',
|
||||
'next_auto_tag_base' => 'Next auto-increment',
|
||||
'page_padding' => 'Page margins (inches)',
|
||||
'privacy_policy_link' => 'Link to Privacy Policy',
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
||||
'purge' => 'Purge Deleted Records',
|
||||
'purge_deleted' => 'Purge Deleted ',
|
||||
'labels_display_bgutter' => 'Label bottom gutter',
|
||||
'labels_display_sgutter' => 'Label side gutter',
|
||||
'labels_fontsize' => 'Label font size',
|
||||
'labels_pagewidth' => 'Label sheet width',
|
||||
'labels_pageheight' => 'Label sheet height',
|
||||
'label_gutters' => 'Label spacing (inches)',
|
||||
'page_dimensions' => 'Page dimensions (inches)',
|
||||
'label_fields' => 'Label visible fields',
|
||||
'inches' => 'инчи',
|
||||
'width_w' => 'w',
|
||||
'height_h' => 'h',
|
||||
'show_url_in_emails' => 'Link to Snipe-IT in Emails',
|
||||
'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ',
|
||||
'text_pt' => 'pt',
|
||||
'thumbnail_max_h' => 'Max thumbnail height',
|
||||
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.',
|
||||
'two_factor' => 'Two Factor Authentication',
|
||||
'two_factor_secret' => 'Two-Factor Code',
|
||||
'two_factor_enrollment' => 'Two-Factor Enrollment',
|
||||
'two_factor_enabled_text' => 'Enable Two Factor',
|
||||
'two_factor_reset' => 'Reset Two-Factor Secret',
|
||||
'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
|
||||
'two_factor_reset_success' => 'Two factor device successfully reset',
|
||||
'two_factor_reset_error' => 'Two factor device reset failed',
|
||||
'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.',
|
||||
'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.',
|
||||
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)',
|
||||
'two_factor_required' => 'Required for all users',
|
||||
'two_factor_disabled' => 'Disabled',
|
||||
'two_factor_enter_code' => 'Enter Two-Factor Code',
|
||||
'two_factor_config_complete' => 'Поднесете го кодот',
|
||||
'two_factor_enabled_edit_not_allowed' => 'Вашиот администратор не дозволува да го менувате ова поставување.',
|
||||
'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below",
|
||||
'require_accept_signature' => 'Потребен потпис',
|
||||
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.',
|
||||
'left' => 'лево',
|
||||
'right' => 'десно',
|
||||
'top' => 'врв',
|
||||
'bottom' => 'дно',
|
||||
'vertical' => 'вертикално',
|
||||
'horizontal' => 'хоризонтално',
|
||||
'unique_serial' => 'Unique serial numbers',
|
||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
||||
'oauth_title' => 'OAuth API Settings',
|
||||
'oauth' => 'OAuth',
|
||||
'oauth_help' => 'Oauth Endpoint Settings',
|
||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
||||
'barcode_title' => 'Update Barcode Settings',
|
||||
'barcodes' => 'Barcodes',
|
||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
||||
'barcodes_spinner' => 'Attempting to delete files...',
|
||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
||||
'branding_title' => 'Update Branding Settings',
|
||||
'general_title' => 'Update General Settings',
|
||||
'mail_test' => 'Send Test',
|
||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
||||
'filter_by_keyword' => 'Filter by setting keyword',
|
||||
'security' => 'Security',
|
||||
'security_title' => 'Update Security Settings',
|
||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
||||
'security_help' => 'Two-factor, Password Restrictions',
|
||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
||||
'groups_help' => 'Account permission groups',
|
||||
'localization' => 'Localization',
|
||||
'localization_title' => 'Update Localization Settings',
|
||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||
'localization_help' => 'Language, date display',
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||
'asset_tags_help' => 'Incrementing and prefixes',
|
||||
'labels' => 'Labels',
|
||||
'labels_title' => 'Update Label Settings',
|
||||
'labels_help' => 'Label sizes & settings',
|
||||
'purge' => 'Purge',
|
||||
'purge_keywords' => 'permanently delete',
|
||||
'purge_help' => 'Purge Deleted Records',
|
||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
||||
'ldap_ad' => 'LDAP/AD',
|
||||
'employee_number' => 'Employee Number',
|
||||
'create_admin_user' => 'Create a User ::',
|
||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
||||
'setup_migrations' => 'Database Migrations ::',
|
||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <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' => 'Наслов',
|
||||
'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 бар код',
|
||||
'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. ',
|
||||
'mail_reply_to' => 'Mail Reply-To Address',
|
||||
'mail_from' => 'Mail From Address',
|
||||
'database_driver' => 'Database Driver',
|
||||
'bs_table_storage' => 'Table Storage',
|
||||
'timezone' => 'Timezone',
|
||||
|
||||
];
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'update' => [
|
||||
'error' => 'Се случи грешка при ажурирањето. ',
|
||||
'success' => 'Поставките се ажурирани.',
|
||||
],
|
||||
'backup' => [
|
||||
'delete_confirm' => 'Дали си сигурен дека сакаш да ја избришеш резервната копија? Ова не може да биде вратено. ',
|
||||
'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?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'Се случи грешка при трајното бришење. ',
|
||||
'validation_failed' => 'Потврдата за трајно бришење е неточна. Внесете го зборот "DELETE" во полето за потврда.',
|
||||
'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.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
||||
'error' => 'Something went wrong :(',
|
||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success' => 'Your :webhook_name Integration works!',
|
||||
'success_pt1' => 'Success! Check the ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 Server Error.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
|
||||
'error_misc' => 'Something went wrong. :( ',
|
||||
]
|
||||
];
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'Креиран',
|
||||
'size' => 'Size',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'Етикетата за статус не постои.',
|
||||
'deleted_label' => 'Deleted Status Label',
|
||||
'assoc_assets' => 'Оваа етикета за статус моментално е поврзана со барем едно основно средство и не може да се избрише. Ве молиме да ги ажурирате вашите основни средства за да не ја користите оваа етикета за статус и обидете се повторно. ',
|
||||
|
||||
'create' => [
|
||||
'error' => 'Етикетата за статус не е креирана, обидете се повторно.',
|
||||
'success' => 'Етикетата за статус е креирана.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'Етикетата за статус не е ажурирана, обидете се повторно',
|
||||
'success' => 'Етикетата за статус е ажурирана.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'Дали сте сигурни дека сакате да ја избришете етикетата за статус?',
|
||||
'error' => 'Имаше проблем со бришење на етикетата за статус. Обидете се повторно.',
|
||||
'success' => 'Етикетата за статус е избришана.',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'Овие основни средства не може да се задолжат на никого.',
|
||||
'deployable' => 'Овие основни средства може да се задолжат. Откако ќе бидат задолжени, ќе имаат мета-статус на <i class="fas fa-circle text-blue"></i> <strong>Распоредени</strong>.',
|
||||
'archived' => 'Овие средства не може да се задолжат, и ќе се појавуваат во архивираните средства. Ова е корисно за зачувување на информации за основните средства за сметководствени/историски потреби.',
|
||||
'pending' => 'Овие средства сè уште не можат да се задолжат. Најчесто се користи за средства кои се надвор за сервисирање, но се очекува да се вратат.',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'За статусните етикети',
|
||||
'archived' => 'Архивирано',
|
||||
'create' => 'Направете етикета за статус',
|
||||
'color' => 'Боја на табелата',
|
||||
'default_label' => 'Стандардна етикета',
|
||||
'default_label_help' => 'Ова се користи за да се осигури дека вашите најчесто користени етикети за статус се појавуваат на врвот на полето за избор при креирање/ажурирање на средствата.',
|
||||
'deployable' => 'Распоредливи',
|
||||
'info' => 'Етикетите за статусот се користат за да се опишат различните состојби во кои може да се наоѓаат вашите средства. Тие може да бидат пратени на сервис, изгубени/украдени, итн. Можете да креирате нови етикети за статуси за распоредливи, во чекање и архивирани основни средства.',
|
||||
'name' => 'Име на статус',
|
||||
'pending' => 'Во чекање',
|
||||
'status_type' => 'Тип на статус',
|
||||
'show_in_nav' => 'Покажи во странично мени',
|
||||
'title' => 'Етикети со статус',
|
||||
'undeployable' => 'Нераспоредливи',
|
||||
'update' => 'Ажурирај етикета за статус',
|
||||
);
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'Добавувачот не постои.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Добавувачот не е креиран, обидете се повторно.',
|
||||
'success' => 'Добавувачот е креиран.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Добавувачот не е ажуриран, обидете се повторно',
|
||||
'success' => 'Добавувачот е ажуриран.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Дали сте сигурни дека сакате да го избришете добавувачот?',
|
||||
'error' => 'Имаше проблем со бришење на добавувачот. Обидете се повторно.',
|
||||
'success' => 'Добавувачот е избришан.',
|
||||
'assoc_assets' => 'Добавувачот моментално е поврзан со :asset_count основни средства и не може да се избрише. Ве молиме да ги ажурирате основните средства за да не го користат овој добавувач и обидете се повторно. ',
|
||||
'assoc_licenses' => 'Добавувачот моментално е поврзан со :licenses_count лиценци и не може да се избрише. Ве молиме да ги ажурирате лиценците за да не го користат овој добавувач и обидете се повторно. ',
|
||||
'assoc_maintenances' => 'Добавувачот моментално е поврзан со :asset_maintenances_count сервисирања и не може да се избрише. Ве молиме да ги ажурирате сервисирањата за да не го користат овој добавувач и обидете се повторно. ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'За добавувачите',
|
||||
'about_suppliers_text' => 'Добавувачите се компаниите од кои е набавена опремата и кои се одговорни за гаранцијата на основните средства',
|
||||
'address' => 'Адреса на добавувачот',
|
||||
'assets' => 'Основни средства',
|
||||
'city' => 'Град',
|
||||
'contact' => 'Име за контакт',
|
||||
'country' => 'Држава',
|
||||
'create' => 'Креирај добавувач',
|
||||
'email' => 'Е-пошта',
|
||||
'fax' => 'Факс',
|
||||
'id' => 'ID',
|
||||
'licenses' => 'Лиценци',
|
||||
'name' => 'Име на добавувачот',
|
||||
'notes' => 'Забелешки',
|
||||
'phone' => 'Телефон',
|
||||
'state' => 'Република',
|
||||
'suppliers' => 'Добавувачи',
|
||||
'update' => 'Ажурирај добавувач',
|
||||
'view' => 'Погледни добавувач',
|
||||
'view_assets_for' => 'Преглед на средства за',
|
||||
'zip' => 'Поштенски код',
|
||||
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activated_help_text' => 'This user can login',
|
||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
||||
'assets_user' => 'Средства задолжени на :name',
|
||||
'bulk_update_warn' => 'Ќе ажурирате :user_count корисници. Не можете да ги менувате вашите сопствени кориснички атрибути користејќи го овој формулар, и мора да правите измени на вашиот кориснички профил поединечно.',
|
||||
'bulk_update_help' => 'Оваа форма ви овозможува да ажурирате повеќе корисници одеднаш. Пополнете ги полињата што треба да ги промените. Сите полиња што остануваат празни ќе останат непроменети.',
|
||||
'current_assets' => 'Средствата кои моментално се задолжени на овој корисник',
|
||||
'clone' => 'Клонирај корисник',
|
||||
'contact_user' => 'Контактирај го/ја :name',
|
||||
'edit' => 'Ажурирај корисник',
|
||||
'filetype_info' => 'Дозволени типови на датотеки се png, gif, jpg, jpeg, doc, docx, pdf, txt, zip и rar.',
|
||||
'history_user' => 'Историја за :name',
|
||||
'info' => 'Информации',
|
||||
'restore_user' => 'Кликни тука за да ги вратите.',
|
||||
'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',
|
||||
'software_user' => 'Софтвер задолжен на :name',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'Погледнете го/ја :name',
|
||||
'usercsv' => 'CSV датотека',
|
||||
'two_factor_admin_optin_help' => 'Вашите тековни администраторски поставки овозможуваат селективно спроведување на автентикација со два фактори. ',
|
||||
'two_factor_enrolled' => 'Поврзан уред за 2FA ',
|
||||
'two_factor_active' => '2FA активна',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
'vip_label' => 'VIP user',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => 'Create a user',
|
||||
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||
'email_credentials' => 'Email credentials',
|
||||
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||
'next_save_user' => 'Next: Save User',
|
||||
'all_assigned_list_generation' => 'Generated on:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'accepted' => 'Го прифативте основното средство.',
|
||||
'declined' => 'Го одбивте основното средство.',
|
||||
'bulk_manager_warn' => 'Вашите корисници се ажурирани, но записот за менаџерот не е зачуван, бидејќи менаџерот што го избравте беше во листата на корисници што се ажурираа. Корисниците не може да бидат свој сопствен менаџер. Изберете ги корисниците повторно, со исклучок на менаџерот и пробајте пак.',
|
||||
'user_exists' => 'Корисникот веќе постои!',
|
||||
'user_not_found' => 'Корисникот не постои.',
|
||||
'user_login_required' => 'Полето за корисничко име е задолжително',
|
||||
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
|
||||
'user_password_required' => 'Потребна е лозинка.',
|
||||
'insufficient_permissions' => 'Недоволни дозволи.',
|
||||
'user_deleted_warning' => 'Овој корисник е избришан. Ќе мора да го вратите за да го ажурирате или да му доделите нови основни средства.',
|
||||
'ldap_not_configured' => 'Интеграција со LDAP не е конфигурирана.',
|
||||
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
|
||||
'password_reset_sent' => 'A password reset link has been sent to :email!',
|
||||
'user_has_no_email' => 'This user does not have an email address in their profile.',
|
||||
'log_record_not_found' => 'A matching log record for this user could not be found.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'Корисникот е креиран.',
|
||||
'update' => 'Корисникот е ажуриран.',
|
||||
'update_bulk' => 'Корисниците се ажурирани!',
|
||||
'delete' => 'Корисникот е избришан.',
|
||||
'ban' => 'Корисникот е блокиран.',
|
||||
'unban' => 'Корисникот е одблокиран.',
|
||||
'suspend' => 'Корисникот е привремено блокиран.',
|
||||
'unsuspend' => 'Привременото блокирање е отстрането.',
|
||||
'restored' => 'Корисникот е вратен.',
|
||||
'import' => 'Корисниците се увезени.',
|
||||
),
|
||||
|
||||
'error' => array(
|
||||
'create' => 'Имаше проблем со креирање на корисникот. Обидете се повторно.',
|
||||
'update' => 'Имаше проблем со ажурирање на корисникот. Обидете се повторно.',
|
||||
'delete' => 'Имаше проблем со бришење на корисникот. Обидете се повторно.',
|
||||
'delete_has_assets' => 'Корисникот има задолжени ставки и не може да биде избришан.',
|
||||
'unsuspend' => 'Имаше проблем со отстранување на привременото блокирање. Обидете се повторно.',
|
||||
'import' => 'Имаше проблем со увозот на корисници. Обидете се повторно.',
|
||||
'asset_already_accepted' => 'Ова основно средство веќе е прифатено.',
|
||||
'accept_or_decline' => 'Мора да го прифатите или одбиете основното средство.',
|
||||
'incorrect_user_accepted' => 'Средството што се обидовте да го прифатите не е задожено на Вас.',
|
||||
'ldap_could_not_connect' => 'Не можам да се поврзам со LDAP серверот. Проверете ја конфигурацијата за LDAP сервер во LDAP конфигурациската датотека. <br>Грешка од LDAP-серверот:',
|
||||
'ldap_could_not_bind' => 'Не можам да се поврзам со LDAP серверот. Проверете ја конфигурацијата за LDAP сервер во LDAP конфигурациската датотека. <br>Грешка од LDAP-серверот: ',
|
||||
'ldap_could_not_search' => 'Не можам да го пребарам LDAP серверот. Проверете ја конфигурацијата за LDAP сервер во LDAP конфигурациската датотека. <br>Грешка од LDAP-серверот:',
|
||||
'ldap_could_not_get_entries' => 'Не можам да добијам записи од LDAP серверот. Проверете ја конфигурацијата за LDAP сервер во LDAP конфигурациската датотека. <br>Грешка од LDAP-серверот:',
|
||||
'password_ldap' => 'Лозинката за корисникот е управувана од LDAP/Active Directory. Ве молиме контактирајте го одделот за ИТ за да ја смените вашата лозинка. ',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'Датотеката не се избриша. Обидете се повторно.',
|
||||
'success' => 'Датотеката е избришана.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'Датотеките не се прикачени. Обидете се повторно.',
|
||||
'success' => 'Датотеките се прикачени.',
|
||||
'nofiles' => 'Не одбравте датотеки за прикачување',
|
||||
'invalidfiles' => 'Една или повеќе од вашите датотеки е преголема или е тип на датотека што не е дозволен. Дозволени типови на датотеки се png, gif, jpg, doc, docx, pdf и txt.',
|
||||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'This user has no email set.',
|
||||
'success' => 'The user has been notified about their current inventory.'
|
||||
)
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'Активна',
|
||||
'allow' => 'Дозволи',
|
||||
'checkedout' => 'Основни средства',
|
||||
'created_at' => 'Креиран',
|
||||
'createuser' => 'Креирај корисник',
|
||||
'deny' => 'Одбиј',
|
||||
'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.',
|
||||
'id' => 'ID',
|
||||
'inherit' => 'Наследено',
|
||||
'job' => 'Работна позиција',
|
||||
'last_login' => 'Последна најава',
|
||||
'last_name' => 'Презиме',
|
||||
'location' => 'Локација',
|
||||
'lock_passwords' => 'Деталите за најава не може да се променат на оваа инсталација.',
|
||||
'manager' => 'Менаџер',
|
||||
'managed_locations' => 'Менаџирани локации',
|
||||
'name' => 'Име',
|
||||
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
||||
'notes' => 'Забелешки',
|
||||
'password_confirm' => 'Потврди ја лозинката',
|
||||
'password' => 'Лозинка',
|
||||
'phone' => 'Телефон',
|
||||
'show_current' => 'Прикажи тековни корисници',
|
||||
'show_deleted' => 'Прикажи ги избришаните корисници',
|
||||
'title' => 'Наслов',
|
||||
'to_restore_them' => 'да се вратат.',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'Ажурирај го корисникот',
|
||||
'username' => 'Корисничко име',
|
||||
'user_deleted_text' => 'Овој корисник е обележан како избришан.',
|
||||
'username_note' => '(Ова се користи само за поврзување со Active Directory, а не за најава.)',
|
||||
'cloneuser' => 'Клонирај корисник',
|
||||
'viewusers' => 'Преглед на корисници',
|
||||
);
|
20
Productivite/Snipe-IT/resources/lang/mk-MK/auth.php
Normal file
20
Productivite/Snipe-IT/resources/lang/mk-MK/auth.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'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.',
|
||||
|
||||
);
|
19
Productivite/Snipe-IT/resources/lang/mk-MK/auth/general.php
Normal file
19
Productivite/Snipe-IT/resources/lang/mk-MK/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Испрати врска за ресетирање на лозинка',
|
||||
'email_reset_password' => 'Ресетирање на лозинка',
|
||||
'reset_password' => 'Ресетирање на Лозинка',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Најава',
|
||||
'login_prompt' => 'Ве молиме најавете се',
|
||||
'forgot_password' => 'Ја заборавив мојата лозинка',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Запомни ме',
|
||||
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
|
||||
'google_login' => 'Login with Google Workspace',
|
||||
'google_login_failed' => 'Google Login failed, please try again.',
|
||||
|
||||
];
|
||||
|
45
Productivite/Snipe-IT/resources/lang/mk-MK/auth/message.php
Normal file
45
Productivite/Snipe-IT/resources/lang/mk-MK/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'Постои корисник со оваа е-пошта.',
|
||||
'account_not_found' => 'Корисничкото име или лозинката се неточни.',
|
||||
'account_not_activated' => 'Оваа корисничка сметка не е активирана.',
|
||||
'account_suspended' => 'Оваа корисничка сметка е привремено блокирана.',
|
||||
'account_banned' => 'Оваа корисничка сметка е блокирана.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Успешно сте најавени.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Имаше проблем при обидот да се најавите, обидете се повторно.',
|
||||
'success' => 'Успешно сте најавени.',
|
||||
),
|
||||
|
||||
'logout' => array(
|
||||
'error' => 'There was a problem while trying to log you out, please try again.',
|
||||
'success' => 'You have successfully logged out.',
|
||||
),
|
||||
|
||||
'signup' => array(
|
||||
'error' => 'Имаше проблем при креирање на корисничката сметка, обидете се повторно.',
|
||||
'success' => 'Корисничката сметка е креирана.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Имаше проблем при обидот да се добие кодот за ресетирање не лозинка, обидете се повторно.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Имаше проблем при ресетирање на лозинката, обидете се повторно.',
|
||||
'success' => 'Вашата лозинка е ресетирана.',
|
||||
),
|
||||
|
||||
|
||||
);
|
24
Productivite/Snipe-IT/resources/lang/mk-MK/button.php
Normal file
24
Productivite/Snipe-IT/resources/lang/mk-MK/button.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => 'Акции',
|
||||
'add' => 'Додади ново',
|
||||
'cancel' => 'Откажи',
|
||||
'checkin_and_delete' => 'Checkin All / Delete User',
|
||||
'delete' => 'Избриши',
|
||||
'edit' => 'Ажурирај',
|
||||
'restore' => 'Врати',
|
||||
'remove' => 'Remove',
|
||||
'request' => 'Побарај',
|
||||
'submit' => 'Поднеси',
|
||||
'upload' => 'Прикачи',
|
||||
'select_file' => 'Избери датотека...',
|
||||
'select_files' => 'Избери датотека...',
|
||||
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
||||
'send_password_link' => 'Испрати врска за ресетирање на лозинка',
|
||||
'go' => 'Go',
|
||||
'bulk_actions' => 'Bulk Actions',
|
||||
'add_maintenance' => 'Add Maintenance',
|
||||
'append' => 'Append',
|
||||
'new' => 'Ново',
|
||||
];
|
532
Productivite/Snipe-IT/resources/lang/mk-MK/general.php
Normal file
532
Productivite/Snipe-IT/resources/lang/mk-MK/general.php
Normal file
@ -0,0 +1,532 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'2FA_reset' => '2FA reset',
|
||||
'accessories' => 'Додатоци',
|
||||
'activated' => 'Активиран',
|
||||
'accepted_date' => 'Date Accepted',
|
||||
'accessory' => 'Додаток',
|
||||
'accessory_report' => 'Извештај за додаток',
|
||||
'action' => 'Акција',
|
||||
'activity_report' => 'Извештај за активност',
|
||||
'address' => 'Адреса',
|
||||
'admin' => 'Admin',
|
||||
'administrator' => 'Администратор',
|
||||
'add_seats' => 'Додадени места',
|
||||
'age' => "Age",
|
||||
'all_assets' => 'Сите основни средства',
|
||||
'all' => 'Сите',
|
||||
'archived' => 'Архивирано',
|
||||
'asset_models' => 'Модели на основни средства',
|
||||
'asset_model' => 'Модел',
|
||||
'asset' => 'Основно средство',
|
||||
'asset_report' => 'Извештај за основни средства',
|
||||
'asset_tag' => 'Код на основното средство',
|
||||
'asset_tags' => 'Asset Tags',
|
||||
'assets_available' => 'Assets available',
|
||||
'accept_assets' => 'Accept Assets :name',
|
||||
'accept_assets_menu' => 'Accept Assets',
|
||||
'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',
|
||||
'assigned_to' => 'Assigned to :name',
|
||||
'assignee' => 'Assigned to',
|
||||
'avatar_delete' => 'Избриши аватар',
|
||||
'avatar_upload' => 'Прикачи аватар',
|
||||
'back' => 'Назад',
|
||||
'bad_data' => 'Ништо не е пронајдено. Можеби лоши податоци?',
|
||||
'bulkaudit' => 'Масовна ревизија',
|
||||
'bulkaudit_status' => 'Статус на ревизија',
|
||||
'bulk_checkout' => 'Масовно задолжување',
|
||||
'bulk_edit' => 'Bulk Edit',
|
||||
'bulk_delete' => 'Bulk Delete',
|
||||
'bulk_actions' => 'Bulk Actions',
|
||||
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
|
||||
'byod' => 'BYOD',
|
||||
'byod_help' => 'This device is owned by the user',
|
||||
'bystatus' => 'by Status',
|
||||
'cancel' => 'Откажи',
|
||||
'categories' => 'Категории',
|
||||
'category' => 'Категорија',
|
||||
'change' => 'Раздолжи/Задолжи',
|
||||
'changeemail' => 'Промени ја адресата за е-пошта',
|
||||
'changepassword' => 'Промена на лозинка',
|
||||
'checkin' => 'Раздолжи',
|
||||
'checkin_from' => 'Раздолжи од',
|
||||
'checkout' => 'Задолжи',
|
||||
'checkouts_count' => 'Раздолжувања',
|
||||
'checkins_count' => 'Пријавувања',
|
||||
'user_requests_count' => 'Барања',
|
||||
'city' => 'Град',
|
||||
'click_here' => 'Кликни тука',
|
||||
'clear_selection' => 'Отселектирај ги сите',
|
||||
'companies' => 'Компании',
|
||||
'company' => 'Компанија',
|
||||
'component' => 'Компонента',
|
||||
'components' => 'Компоненти',
|
||||
'complete' => 'Завршено',
|
||||
'consumable' => 'Потрошен материјал',
|
||||
'consumables' => 'Потрошен материјал',
|
||||
'country' => 'Држава',
|
||||
'could_not_restore' => 'Error restoring :item_type: :error',
|
||||
'not_deleted' => 'The :item_type is not deleted so it cannot be restored',
|
||||
'create' => 'Креирај Нов {0}',
|
||||
'created' => 'Креирана ставка',
|
||||
'created_asset' => 'креирано основно средство',
|
||||
'created_at' => 'Created At',
|
||||
'created_by' => 'Created By',
|
||||
'record_created' => 'Record Created',
|
||||
'updated_at' => 'Ажурирано во',
|
||||
'currency' => '$', // this is deprecated
|
||||
'current' => 'Тековна',
|
||||
'current_password' => 'Current Password',
|
||||
'customize_report' => 'Customize Report',
|
||||
'custom_report' => 'Приспособен извештај за основни средства',
|
||||
'dashboard' => 'Табла',
|
||||
'days' => 'денови',
|
||||
'days_to_next_audit' => 'Денови до следна ревизија',
|
||||
'date' => 'Датум',
|
||||
'debug_warning' => 'Предупредување!',
|
||||
'debug_warning_text' => 'Оваа апликација работи во режим на производство со овозможено дебагирање. Ова може да изложи чувствителните податоци доколку вашата апликација е достапна за надворешниот свет. Оневозможете го дебагирачкиот режим со поставување на <code>APP_DEBUG</code> во вашата <code>.env</code> датотека на <code>false</code>.',
|
||||
'delete' => 'Избриши',
|
||||
'delete_confirm' => 'Дали сте сигурни дека сакате да избришете: ставка?',
|
||||
'delete_confirm_no_undo' => 'Are you sure you wish to delete :item? This can not be undone.',
|
||||
'deleted' => 'Избришани',
|
||||
'delete_seats' => 'Избришани места',
|
||||
'deletion_failed' => 'Deletion failed',
|
||||
'departments' => 'Одделенија',
|
||||
'department' => 'Одделение',
|
||||
'deployed' => 'Распоредени',
|
||||
'depreciation' => 'Амортизационен план',
|
||||
'depreciations' => 'Depreciations',
|
||||
'depreciation_report' => 'Извештај за амортизација',
|
||||
'details' => 'Детали',
|
||||
'download' => 'Преземи',
|
||||
'download_all' => 'Download All',
|
||||
'editprofile' => 'Уредете го вашиот профил',
|
||||
'eol' => 'EOL',
|
||||
'email_domain' => 'Домен за е-пошта',
|
||||
'email_format' => 'Формат на е-пошта',
|
||||
'employee_number' => 'Employee Number',
|
||||
'email_domain_help' => 'Ова се користи за генерирање на адреси на е-пошта при увоз',
|
||||
'error' => 'Error',
|
||||
'exclude_archived' => 'Exclude Archived Assets',
|
||||
'exclude_deleted' => 'Exclude Deleted Assets',
|
||||
'example' => 'Example: ',
|
||||
'filastname_format' => 'Почетна буква од име, Презиме (jjankov@example.com)',
|
||||
'firstname_lastname_format' => 'Име, точка, Презиме (janko.jankov@example.com)',
|
||||
'firstname_lastname_underscore_format' => 'Име, _, Презиме (janko_jankov@example.com)',
|
||||
'lastnamefirstinitial_format' => 'Презиме, Почетна буква од име (jankovj@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' => 'Прво',
|
||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
|
||||
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
|
||||
'first_name' => 'Име',
|
||||
'first_name_format' => 'Име (janko@example.com)',
|
||||
'files' => 'Датотеки',
|
||||
'file_name' => 'Датотека',
|
||||
'file_type' => 'File Type',
|
||||
'filesize' => 'File Size',
|
||||
'file_uploads' => 'Прикачување датотеки',
|
||||
'file_upload' => 'File Upload',
|
||||
'generate' => 'Генерирање',
|
||||
'generate_labels' => 'Generate Labels',
|
||||
'github_markdown' => 'Ова поле прифаќа <a href="https://help.github.com/articles/github-flavored-markdown/">означување според Github</a>.',
|
||||
'groups' => 'Групи',
|
||||
'gravatar_email' => 'Gravatar е-пошта',
|
||||
'gravatar_url' => '<a href="http://gravatar.com"><small>Change your avatar at Gravatar.com</small></a>.',
|
||||
'history' => 'Историја',
|
||||
'history_for' => 'Историја за',
|
||||
'id' => 'ID',
|
||||
'image' => 'Слика',
|
||||
'image_delete' => 'Избриши ја сликата',
|
||||
'include_deleted' => 'Include Deleted Assets',
|
||||
'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.',
|
||||
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.',
|
||||
'unaccepted_image_type' => 'This image file was not readable. Accepted filetypes are jpg, webp, png, gif, and svg. The mimetype of this file is: :mimetype.',
|
||||
'import' => 'Увоз',
|
||||
'import_this_file' => 'Map fields and process this file',
|
||||
'importing' => 'Importing',
|
||||
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
|
||||
'import-history' => 'Историја на увози',
|
||||
'asset_maintenance' => 'Одржување на основни средства',
|
||||
'asset_maintenance_report' => 'Извештај за одржување на основни средства',
|
||||
'asset_maintenances' => 'Одржувања на основни средства',
|
||||
'item' => 'Ставка',
|
||||
'item_name' => 'Item Name',
|
||||
'import_file' => 'import CSV file',
|
||||
'import_type' => 'CSV import type',
|
||||
'insufficient_permissions' => 'Недоволни дозволи!',
|
||||
'kits' => 'Predefined Kits',
|
||||
'language' => 'Јазик',
|
||||
'last' => 'Последно',
|
||||
'last_login' => 'Последна најава',
|
||||
'last_name' => 'Презиме',
|
||||
'license' => 'Лиценца',
|
||||
'license_report' => 'Извештај за лиценци',
|
||||
'licenses_available' => 'лиценци на располагање',
|
||||
'licenses' => 'Лиценци',
|
||||
'list_all' => 'Листа на сите',
|
||||
'loading' => 'Loading... please wait....',
|
||||
'lock_passwords' => 'This field value will not be saved in a demo installation.',
|
||||
'feature_disabled' => 'Оваа функција е оневозможена за демонстрационата инсталација.',
|
||||
'location' => 'Локација',
|
||||
'location_plural' => 'Location|Locations',
|
||||
'locations' => 'Локации',
|
||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
||||
'logout' => 'Одјави се',
|
||||
'lookup_by_tag' => 'Пребарување по код на основно средство',
|
||||
'maintenances' => 'Одржувања',
|
||||
'manage_api_keys' => 'Manage API Keys',
|
||||
'manufacturer' => 'Производител',
|
||||
'manufacturers' => 'Производители',
|
||||
'markdown' => 'Ова поле прифаќа <a href="https://help.github.com/articles/github-flavored-markdown/">означување според Github</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.',
|
||||
'model_no' => 'Модел бр.',
|
||||
'months' => 'месеци',
|
||||
'moreinfo' => 'Повеќе информации',
|
||||
'name' => 'Име',
|
||||
'new_password' => 'New Password',
|
||||
'next' => 'Следно',
|
||||
'next_audit_date' => 'Следен датум на ревизија',
|
||||
'no_email' => 'No email address associated with this user',
|
||||
'last_audit' => 'Последна ревизија',
|
||||
'new' => 'ново!',
|
||||
'no_depreciation' => 'Не се амортизира',
|
||||
'no_results' => 'Нема резултати.',
|
||||
'no' => 'Не',
|
||||
'notes' => 'Забелешки',
|
||||
'order_number' => 'Број на нарачка',
|
||||
'only_deleted' => 'Only Deleted Assets',
|
||||
'page_menu' => 'Прикажани се _MENU_ ставки',
|
||||
'pagination_info' => 'Прикажани се _START_ до _END_ од _TOTAL_ ставки',
|
||||
'pending' => 'Во чекање',
|
||||
'people' => 'Луѓе',
|
||||
'per_page' => 'Резултати по страница',
|
||||
'previous' => 'Претходна',
|
||||
'processing' => 'Процесирање',
|
||||
'profile' => 'Ваш профил',
|
||||
'purchase_cost' => 'Набавна цена',
|
||||
'purchase_date' => 'Датум на набавка',
|
||||
'qty' => 'Количина',
|
||||
'quantity' => 'Квантитет',
|
||||
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
|
||||
'quickscan_checkin' => 'Quick Scan Checkin',
|
||||
'quickscan_checkin_status' => 'Checkin Status',
|
||||
'ready_to_deploy' => 'Подготвен за распоредување',
|
||||
'recent_activity' => 'Скорешна активност',
|
||||
'remaining' => 'Останува',
|
||||
'remove_company' => 'Отстрани поврзување со компанија',
|
||||
'reports' => 'Извештаи',
|
||||
'restored' => 'вратено',
|
||||
'restore' => 'Врати',
|
||||
'requestable_models' => 'Requestable Models',
|
||||
'requested' => 'Побарано',
|
||||
'requested_date' => 'Requested Date',
|
||||
'requested_assets' => 'Requested Assets',
|
||||
'requested_assets_menu' => 'Requested Assets',
|
||||
'request_canceled' => 'Барањето е откажано',
|
||||
'save' => 'Зачувај',
|
||||
'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
|
||||
'select' => 'Избери',
|
||||
'select_all' => 'Select All',
|
||||
'search' => 'Пребарај',
|
||||
'select_category' => 'Одбери категорија',
|
||||
'select_department' => 'Изберете оддел',
|
||||
'select_depreciation' => 'Изберете тип на амортизација',
|
||||
'select_location' => 'Изберете локација',
|
||||
'select_manufacturer' => 'Изберете производител',
|
||||
'select_model' => 'Изберете модел',
|
||||
'select_supplier' => 'Изберете добавувач',
|
||||
'select_user' => 'Изберете корисник',
|
||||
'select_date' => 'Изберете Датум (ГГГГ-ММ-ДД)',
|
||||
'select_statuslabel' => 'Изберете статус',
|
||||
'select_company' => 'Изберете компанија',
|
||||
'select_asset' => 'Изберете основно средство',
|
||||
'settings' => 'Поставки',
|
||||
'show_deleted' => 'Прикажи избришани',
|
||||
'show_current' => 'Прикажи тековно',
|
||||
'sign_in' => 'Најави се',
|
||||
'signature' => 'Потпис',
|
||||
'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!',
|
||||
'some_features_disabled' => 'DEMO MODE: Некои функции се оневозможени за оваа инсталација.',
|
||||
'site_name' => 'Име на сајтот',
|
||||
'state' => 'Состојба',
|
||||
'status_labels' => 'Етикети со статус',
|
||||
'status' => 'Статус',
|
||||
'accept_eula' => 'Acceptance Agreement',
|
||||
'supplier' => 'Добавувач',
|
||||
'suppliers' => 'Добавувачи',
|
||||
'sure_to_delete' => 'Дали сте сигурни дека сакате да ја избришете',
|
||||
'sure_to_delete_var' => 'Дали сте сигурни дека сакате да избришете: ставка?',
|
||||
'delete_what' => 'Delete :item',
|
||||
'submit' => 'Поднеси',
|
||||
'target' => 'Цел',
|
||||
'time_and_date_display' => 'Приказ на време и датум',
|
||||
'total_assets' => 'вкупно основни средства',
|
||||
'total_licenses' => 'вкупно лиценци',
|
||||
'total_accessories' => 'вкупно додатоци',
|
||||
'total_consumables' => 'вкупно потрошни материјали',
|
||||
'type' => 'Тип',
|
||||
'undeployable' => 'Не може да се распореди',
|
||||
'unknown_admin' => 'Непознат Администратор',
|
||||
'username_format' => 'Формат на корисничко име',
|
||||
'username' => 'Корисничко име',
|
||||
'update' => 'Ажурирање',
|
||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
||||
'uploaded' => 'Прикачено',
|
||||
'user' => 'Корисник',
|
||||
'accepted' => 'прифатен',
|
||||
'declined' => 'одбиено',
|
||||
'unassigned' => 'Unassigned',
|
||||
'unaccepted_asset_report' => 'Неприфатени средства',
|
||||
'users' => 'Корисници',
|
||||
'viewall' => 'View All',
|
||||
'viewassets' => 'Прикажете ги доделените основни средства',
|
||||
'viewassetsfor' => 'View Assets for :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!',
|
||||
'token_expired' => 'Вашата сесија истече. Најавете се повторно.',
|
||||
'login_enabled' => 'Login Enabled',
|
||||
'audit_due' => 'Due for Audit',
|
||||
'audit_overdue' => 'Overdue for Audit',
|
||||
'accept' => 'Accept :asset',
|
||||
'i_accept' => 'I accept',
|
||||
'i_decline' => 'I decline',
|
||||
'accept_decline' => 'Accept/Decline',
|
||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
||||
'clear_signature' => 'Clear Signature',
|
||||
'show_help' => 'Show help',
|
||||
'hide_help' => 'Hide help',
|
||||
'view_all' => 'view all',
|
||||
'hide_deleted' => 'Hide Deleted',
|
||||
'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_to' => 'Checked out to',
|
||||
'fields' => 'Fields',
|
||||
'last_checkout' => 'Last Checkout',
|
||||
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
||||
'expected_checkin' => 'Expected Checkin',
|
||||
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
||||
'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 or missing category',
|
||||
'invalid_item_category_single' => 'Invalid or missing :type category. Please update the category of this :type to include a valid category before checking out.',
|
||||
'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.',
|
||||
'60_percent_warning' => '60% Complete (warning)',
|
||||
'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
|
||||
'new_asset' => 'New Asset',
|
||||
'new_license' => 'New License',
|
||||
'new_accessory' => 'New Accessory',
|
||||
'new_consumable' => 'New Consumable',
|
||||
'collapse' => 'Collapse',
|
||||
'assigned' => 'Assigned',
|
||||
'asset_count' => 'Asset Count',
|
||||
'accessories_count' => 'Accessories Count',
|
||||
'consumables_count' => 'Consumables Count',
|
||||
'components_count' => 'Components Count',
|
||||
'licenses_count' => 'Licenses Count',
|
||||
'notification_error' => 'Error',
|
||||
'notification_error_hint' => 'Please check the form below for errors',
|
||||
'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:',
|
||||
'notification_success' => 'Success',
|
||||
'notification_warning' => 'Предупредување',
|
||||
'notification_info' => 'Информации',
|
||||
'asset_information' => 'Asset Information',
|
||||
'model_name' => 'Model Name',
|
||||
'asset_name' => 'Име на основното средство',
|
||||
'consumable_information' => 'Consumable Information:',
|
||||
'consumable_name' => 'Име на потрошен материјал:',
|
||||
'accessory_information' => 'Accessory Information:',
|
||||
'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?',
|
||||
'send_email' => 'Send Email',
|
||||
'call' => 'Call number',
|
||||
'back_before_importing' => 'Backup before importing?',
|
||||
'csv_header_field' => 'CSV Header Field',
|
||||
'import_field' => 'Import Field',
|
||||
'sample_value' => 'Sample Value',
|
||||
'no_headers' => 'No Columns Found',
|
||||
'error_in_import_file' => 'There was an error reading the CSV file: :error',
|
||||
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||
'warning' => 'WARNING: :warning',
|
||||
'success_redirecting' => '"Success... Redirecting.',
|
||||
'cancel_request' => 'Cancel this item request',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.',
|
||||
'confirm' => 'Confirm',
|
||||
'autoassign_licenses' => 'Auto-Assign Licenses',
|
||||
'autoassign_licenses_help' => 'Allow this user to have licenses assigned via the bulk-assign license UI or cli tools.',
|
||||
'autoassign_licenses_help_long' => 'This allows a user to be have licenses assigned via the bulk-assign license UI or cli tools. (For example, you might not want contractors to be auto-assigned a license you would provide to only staff members. You can still individually assign licenses to those users, but they will not be included in the Checkout License to All Users functions.)',
|
||||
'no_autoassign_licenses_help' => 'Do not include user for bulk-assigning through the license UI or cli tools.',
|
||||
'modal_confirm_generic' => 'Are you sure?',
|
||||
'cannot_be_deleted' => 'This item cannot be deleted',
|
||||
'cannot_be_edited' => 'This item cannot be edited.',
|
||||
'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.',
|
||||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'error_user_company' => 'Checkout target company and asset company do not match',
|
||||
'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager',
|
||||
'importer' => [
|
||||
'checked_out_to_fullname' => 'Checked Out to: Full Name',
|
||||
'checked_out_to_first_name' => 'Checked Out to: First Name',
|
||||
'checked_out_to_last_name' => 'Checked Out to: Last Name',
|
||||
'checked_out_to_username' => 'Checked Out to: Username',
|
||||
'checked_out_to_email' => 'Checked Out to: Email',
|
||||
'checked_out_to_tag' => 'Checked Out to: Asset Tag',
|
||||
'manager_first_name' => 'Manager First Name',
|
||||
'manager_last_name' => 'Manager Last Name',
|
||||
'manager_full_name' => 'Manager Full Name',
|
||||
'manager_username' => 'Manager Username',
|
||||
'checkout_type' => 'Checkout Type',
|
||||
'checkout_location' => 'Checkout to Location',
|
||||
'image_filename' => 'Image Filename',
|
||||
'do_not_import' => 'Do Not Import',
|
||||
'vip' => 'VIP',
|
||||
'avatar' => 'Avatar',
|
||||
'gravatar' => 'Gravatar Email',
|
||||
'currency' => 'Currency',
|
||||
'address2' => 'Address Line 2',
|
||||
'import_note' => 'Imported using csv importer',
|
||||
],
|
||||
'percent_complete' => '% завршено',
|
||||
'uploading' => 'Uploading... ',
|
||||
'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.',
|
||||
'copy_to_clipboard' => 'Copy to Clipboard',
|
||||
'copied' => 'Copied!',
|
||||
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
|
||||
'rtd_location_help' => 'This is the location of the asset when it is not checked out',
|
||||
'item_not_found' => ':item_type ID :id does not exist or has been deleted',
|
||||
'action_permission_denied' => 'You do not have permission to :action :item_type ID :id',
|
||||
'action_permission_generic' => 'You do not have permission to :action this :item_type',
|
||||
'edit' => 'ажурирај',
|
||||
'action_source' => 'Action Source',
|
||||
'or' => 'or',
|
||||
'url' => 'URL',
|
||||
'edit_fieldset' => 'Edit fieldset fields and options',
|
||||
'bulk' => [
|
||||
'delete' =>
|
||||
[
|
||||
'header' => 'Bulk Delete :object_type',
|
||||
'warn' => 'You are about to delete one :object_type|You are about to delete :count :object_type',
|
||||
'success' => ':object_type successfully deleted|Successfully deleted :count :object_type',
|
||||
'error' => 'Could not delete :object_type',
|
||||
'nothing_selected' => 'No :object_type selected - nothing to do',
|
||||
'partial' => 'Deleted :success_count :object_type, but :error_count :object_type could not be deleted',
|
||||
],
|
||||
],
|
||||
'no_requestable' => 'There are no requestable assets or asset models.',
|
||||
|
||||
'countable' => [
|
||||
'accessories' => ':count Accessory|:count Accessories',
|
||||
'assets' => ':count Asset|:count Assets',
|
||||
'licenses' => ':count License|:count Licenses',
|
||||
'license_seats' => ':count License Seat|:count License Seats',
|
||||
'consumables' => ':count Consumable|:count Consumables',
|
||||
'components' => ':count Component|:count Components',
|
||||
]
|
||||
|
||||
];
|
35
Productivite/Snipe-IT/resources/lang/mk-MK/help.php
Normal file
35
Productivite/Snipe-IT/resources/lang/mk-MK/help.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'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.',
|
||||
|
||||
'assets' => 'Основни средства се ставки следени по сериски број или код на средства. Тие обично имаат повисока набавна вредност и е важно нивно поединечно евидентирање.',
|
||||
|
||||
'categories' => 'Категориите ви помагаат да ги организирате вашите средства. Некои примери може да бидат "Десктоп компјутери", "Лаптопи", "Мобилни телефони", "Таблети", и така натаму, но можете да користите категории и на кој било начин кој има смисла за вас.',
|
||||
|
||||
'accessories' => 'Додатоци се нешто што го задолжувате на корисниците, но нема сериски број (или не сакате да ги евидентирате поединечно). На пример, компјутерски глувчиња или тастатури.',
|
||||
|
||||
'companies' => 'Компаниите можат да се користат како поле за едноставен идентификатор, или може да се користат за да се ограничи видливоста на средствата, корисниците, итн, ако е овозможена целосна поддршка за компании во администраторските поставки.',
|
||||
|
||||
'components' => 'Компоненти се елементи кои се дел од основните средства, на пример, HDD, RAM меморија, итн.',
|
||||
|
||||
'consumables' => 'Потрошните материјали се нешто набавено, кое ќе се искористи и потроши со текот на времето. На пример, хартија за печатар или копир.',
|
||||
|
||||
'depreciations' => 'Можете да поставите амортизационен план за основните средства за да ја намалувате нивната вредност праволиниски.',
|
||||
|
||||
'empty_file' => 'The importer detects that this file is empty.'
|
||||
];
|
321
Productivite/Snipe-IT/resources/lang/mk-MK/localizations.php
Normal file
321
Productivite/Snipe-IT/resources/lang/mk-MK/localizations.php
Normal file
@ -0,0 +1,321 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'select_language' => 'Select a language',
|
||||
'languages' => [
|
||||
'en-US'=> 'English, US',
|
||||
'en-GB'=> 'English, UK',
|
||||
'am-ET' => 'Amharic',
|
||||
'af-ZA'=> 'Afrikaans',
|
||||
'ar-SA'=> 'Arabic',
|
||||
'bg-BG'=> 'Bulgarian',
|
||||
'zh-CN'=> 'Chinese Simplified',
|
||||
'zh-TW'=> 'Chinese Traditional',
|
||||
'ca-ES' => 'Catalan',
|
||||
'hr-HR'=> 'Croatian',
|
||||
'cs-CZ'=> 'Czech',
|
||||
'da-DK'=> 'Danish',
|
||||
'nl-NL'=> 'Dutch',
|
||||
'en-ID'=> 'English, Indonesia',
|
||||
'et-EE'=> 'Estonian',
|
||||
'fil-PH'=> 'Filipino',
|
||||
'fi-FI'=> 'Finnish',
|
||||
'fr-FR'=> 'French',
|
||||
'de-DE'=> 'German',
|
||||
'de-if'=> 'German (Informal)',
|
||||
'el-GR'=> 'Greek',
|
||||
'he-IL'=> 'Hebrew',
|
||||
'hu-HU'=> 'Hungarian',
|
||||
'is-IS' => 'Icelandic',
|
||||
'id-ID'=> 'Indonesian',
|
||||
'ga-IE'=> 'Irish',
|
||||
'it-IT'=> 'Italian',
|
||||
'ja-JP'=> 'Japanese',
|
||||
'km-KH'=>'Khmer',
|
||||
'ko-KR'=> 'Korean',
|
||||
'lt-LT'=>'Lithuanian',
|
||||
'lv-LV'=> 'Latvian',
|
||||
'mk-MK'=> 'Macedonian',
|
||||
'ms-MY'=> 'Malay',
|
||||
'mi-NZ'=> 'Maori',
|
||||
'mn-MN'=> 'Mongolian',
|
||||
'no-NO'=> 'Norwegian',
|
||||
'fa-IR'=> 'Persian',
|
||||
'pl-PL'=> 'Polish',
|
||||
'pt-PT'=> 'Portuguese',
|
||||
'pt-BR'=> 'Portuguese, Brazilian',
|
||||
'ro-RO'=> 'Romanian',
|
||||
'ru-RU'=> 'Russian',
|
||||
'sr-CS' => 'Serbian (Latin)',
|
||||
'sk-SK'=> 'Slovak',
|
||||
'sl-SI'=> 'Slovenian',
|
||||
'so-SO'=> 'Somali',
|
||||
'es-ES'=> 'Spanish',
|
||||
'es-CO'=> 'Spanish, Colombia',
|
||||
'es-MX'=> 'Spanish, Mexico',
|
||||
'es-VE'=> 'Spanish, Venezuela',
|
||||
'sv-SE'=> 'Swedish',
|
||||
'tl-PH'=> 'Tagalog',
|
||||
'ta-IN'=> 'Tamil',
|
||||
'th-TH'=> 'Thai',
|
||||
'tr-TR'=> 'Turkish',
|
||||
'uk-UA'=> 'Ukranian',
|
||||
'vi-VN'=> 'Vietnamese',
|
||||
'cy-GB'=> 'Welsh',
|
||||
'zu-ZA'=> 'Zulu',
|
||||
],
|
||||
|
||||
'select_country' => 'Select a country',
|
||||
|
||||
'countries' => [
|
||||
'AC'=>'Ascension Island',
|
||||
'AD'=>'Andorra',
|
||||
'AE'=>'United Arab Emirates',
|
||||
'AF'=>'Afghanistan',
|
||||
'AG'=>'Antigua And Barbuda',
|
||||
'AI'=>'Anguilla',
|
||||
'AL'=>'Albania',
|
||||
'AM'=>'Armenia',
|
||||
'AN'=>'Netherlands Antilles',
|
||||
'AO'=>'Angola',
|
||||
'AQ'=>'Antarctica',
|
||||
'AR'=>'Argentina',
|
||||
'AS'=>'American Samoa',
|
||||
'AT'=>'Austria',
|
||||
'AU'=>'Australia',
|
||||
'AW'=>'Aruba',
|
||||
'AX'=>'Ã…land',
|
||||
'AZ'=>'Azerbaijan',
|
||||
'BA'=>'Bosnia And Herzegovina',
|
||||
'BB'=>'Barbados',
|
||||
'BE'=>'Belgium',
|
||||
'BD'=>'Bangladesh',
|
||||
'BF'=>'Burkina Faso',
|
||||
'BG'=>'Bulgaria',
|
||||
'BH'=>'Bahrain',
|
||||
'BI'=>'Burundi',
|
||||
'BJ'=>'Benin',
|
||||
'BM'=>'Bermuda',
|
||||
'BN'=>'Brunei Darussalam',
|
||||
'BO'=>'Bolivia',
|
||||
'BR'=>'Brazil',
|
||||
'BS'=>'Bahamas',
|
||||
'BT'=>'Bhutan',
|
||||
'BV'=>'Bouvet Island',
|
||||
'BW'=>'Botswana',
|
||||
'BY'=>'Belarus',
|
||||
'BZ'=>'Belize',
|
||||
'CA'=>'Canada',
|
||||
'CC'=>'Cocos (Keeling) Islands',
|
||||
'CD'=>'Congo (Democratic Republic)',
|
||||
'CF'=>'Central African Republic',
|
||||
'CG'=>'Congo (Republic)',
|
||||
'CH'=>'Switzerland',
|
||||
'CI'=>'Côte d\'Ivoire',
|
||||
'CK'=>'Cook Islands',
|
||||
'CL'=>'Chile',
|
||||
'CM'=>'Cameroon',
|
||||
'CN'=>'People\'s Republic of China',
|
||||
'CO'=>'Colombia',
|
||||
'CR'=>'Costa Rica',
|
||||
'CU'=>'Cuba',
|
||||
'CV'=>'Cape Verde',
|
||||
'CX'=>'Christmas Island',
|
||||
'CY'=>'Cyprus',
|
||||
'CZ'=>'Czech Republic',
|
||||
'DE'=>'Germany',
|
||||
'DJ'=>'Djibouti',
|
||||
'DK'=>'Denmark',
|
||||
'DM'=>'Dominica',
|
||||
'DO'=>'Dominican Republic',
|
||||
'DZ'=>'Algeria',
|
||||
'EC'=>'Ecuador',
|
||||
'EE'=>'Estonia',
|
||||
'EG'=>'Egypt',
|
||||
'ER'=>'Eritrea',
|
||||
'ES'=>'Spain',
|
||||
'ET'=>'Ethiopia',
|
||||
'EU'=>'European Union',
|
||||
'FI'=>'Finland',
|
||||
'FJ'=>'Fiji',
|
||||
'FK'=>'Falkland Islands (Malvinas)',
|
||||
'FM'=>'Micronesia, Federated States Of',
|
||||
'FO'=>'Faroe Islands',
|
||||
'FR'=>'France',
|
||||
'GA'=>'Gabon',
|
||||
'GD'=>'Grenada',
|
||||
'GE'=>'Georgia',
|
||||
'GF'=>'French Guiana',
|
||||
'GG'=>'Guernsey',
|
||||
'GH'=>'Ghana',
|
||||
'GI'=>'Gibraltar',
|
||||
'GL'=>'Greenland',
|
||||
'GM'=>'Gambia',
|
||||
'GN'=>'Guinea',
|
||||
'GP'=>'Guadeloupe',
|
||||
'GQ'=>'Equatorial Guinea',
|
||||
'GR'=>'Greece',
|
||||
'GS'=>'South Georgia And The South Sandwich Islands',
|
||||
'GT'=>'Guatemala',
|
||||
'GU'=>'Guam',
|
||||
'GW'=>'Guinea-Bissau',
|
||||
'GY'=>'Guyana',
|
||||
'HK'=>'Hong Kong',
|
||||
'HM'=>'Heard And Mc Donald Islands',
|
||||
'HN'=>'Honduras',
|
||||
'HR'=>'Croatia (local name: Hrvatska)',
|
||||
'HT'=>'Haiti',
|
||||
'HU'=>'Hungary',
|
||||
'ID'=>'Indonesia',
|
||||
'IE'=>'Ireland',
|
||||
'IL'=>'Israel',
|
||||
'IM'=>'Isle of Man',
|
||||
'IN'=>'India',
|
||||
'IO'=>'British Indian Ocean Territory',
|
||||
'IQ'=>'Iraq',
|
||||
'IR'=>'Iran, Islamic Republic Of',
|
||||
'IS'=>'Iceland',
|
||||
'IT'=>'Italy',
|
||||
'JE'=>'Jersey',
|
||||
'JM'=>'Jamaica',
|
||||
'JO'=>'Jordan',
|
||||
'JP'=>'Japan',
|
||||
'KE'=>'Kenya',
|
||||
'KG'=>'Kyrgyzstan',
|
||||
'KH'=>'Cambodia',
|
||||
'KI'=>'Kiribati',
|
||||
'KM'=>'Comoros',
|
||||
'KN'=>'Saint Kitts And Nevis',
|
||||
'KR'=>'Korea, Republic Of',
|
||||
'KW'=>'Kuwait',
|
||||
'KY'=>'Cayman Islands',
|
||||
'KZ'=>'Kazakhstan',
|
||||
'LA'=>'Lao People\'s Democratic Republic',
|
||||
'LB'=>'Lebanon',
|
||||
'LC'=>'Saint Lucia',
|
||||
'LI'=>'Liechtenstein',
|
||||
'LK'=>'Sri Lanka',
|
||||
'LR'=>'Liberia',
|
||||
'LS'=>'Lesotho',
|
||||
'LT'=>'Lithuania',
|
||||
'LU'=>'Luxembourg',
|
||||
'LV'=>'Latvia',
|
||||
'LY'=>'Libyan Arab Jamahiriya',
|
||||
'MA'=>'Morocco',
|
||||
'MC'=>'Monaco',
|
||||
'MD'=>'Moldova, Republic Of',
|
||||
'ME'=>'Montenegro',
|
||||
'MG'=>'Madagascar',
|
||||
'MH'=>'Marshall Islands',
|
||||
'MK'=>'Macedonia, The Former Yugoslav Republic Of',
|
||||
'ML'=>'Mali',
|
||||
'MM'=>'Myanmar',
|
||||
'MN'=>'Mongolia',
|
||||
'MO'=>'Macau',
|
||||
'MP'=>'Northern Mariana Islands',
|
||||
'MQ'=>'Martinique',
|
||||
'MR'=>'Mauritania',
|
||||
'MS'=>'Montserrat',
|
||||
'MT'=>'Malta',
|
||||
'MU'=>'Mauritius',
|
||||
'MV'=>'Maldives',
|
||||
'MW'=>'Malawi',
|
||||
'MX'=>'Mexico',
|
||||
'MY'=>'Malaysia',
|
||||
'MZ'=>'Mozambique',
|
||||
'NA'=>'Namibia',
|
||||
'NC'=>'New Caledonia',
|
||||
'NE'=>'Niger',
|
||||
'NF'=>'Norfolk Island',
|
||||
'NG'=>'Nigeria',
|
||||
'NI'=>'Nicaragua',
|
||||
'NL'=>'Netherlands',
|
||||
'NO'=>'Norway',
|
||||
'NP'=>'Nepal',
|
||||
'NR'=>'Nauru',
|
||||
'NU'=>'Niue',
|
||||
'NZ'=>'New Zealand',
|
||||
'OM'=>'Oman',
|
||||
'PA'=>'Panama',
|
||||
'PE'=>'Peru',
|
||||
'PF'=>'French Polynesia',
|
||||
'PG'=>'Papua New Guinea',
|
||||
'PH'=>'Philippines, Republic of the',
|
||||
'PK'=>'Pakistan',
|
||||
'PL'=>'Poland',
|
||||
'PM'=>'St. Pierre And Miquelon',
|
||||
'PN'=>'Pitcairn',
|
||||
'PR'=>'Puerto Rico',
|
||||
'PS'=>'Palestine',
|
||||
'PT'=>'Portugal',
|
||||
'PW'=>'Palau',
|
||||
'PY'=>'Paraguay',
|
||||
'QA'=>'Qatar',
|
||||
'RE'=>'Reunion',
|
||||
'RO'=>'Romania',
|
||||
'RS'=>'Serbia',
|
||||
'RU'=>'Russian Federation',
|
||||
'RW'=>'Rwanda',
|
||||
'SA'=>'Saudi Arabia',
|
||||
'UK'=>'Scotland',
|
||||
'SB'=>'Solomon Islands',
|
||||
'SC'=>'Seychelles',
|
||||
'SS'=>'South Sudan',
|
||||
'SD'=>'Sudan',
|
||||
'SE'=>'Sweden',
|
||||
'SG'=>'Singapore',
|
||||
'SH'=>'St. Helena',
|
||||
'SI'=>'Slovenia',
|
||||
'SJ'=>'Svalbard And Jan Mayen Islands',
|
||||
'SK'=>'Slovakia (Slovak Republic)',
|
||||
'SL'=>'Sierra Leone',
|
||||
'SM'=>'San Marino',
|
||||
'SN'=>'Senegal',
|
||||
'SO'=>'Somalia',
|
||||
'SR'=>'Suriname',
|
||||
'ST'=>'Sao Tome And Principe',
|
||||
'SU'=>'Soviet Union',
|
||||
'SV'=>'El Salvador',
|
||||
'SY'=>'Syrian Arab Republic',
|
||||
'SZ'=>'Swaziland',
|
||||
'TC'=>'Turks And Caicos Islands',
|
||||
'TD'=>'Chad',
|
||||
'TF'=>'French Southern Territories',
|
||||
'TG'=>'Togo',
|
||||
'TH'=>'Thailand',
|
||||
'TJ'=>'Tajikistan',
|
||||
'TK'=>'Tokelau',
|
||||
'TI'=>'East Timor',
|
||||
'TM'=>'Turkmenistan',
|
||||
'TN'=>'Tunisia',
|
||||
'TO'=>'Tonga',
|
||||
'TP'=>'East Timor (old code)',
|
||||
'TR'=>'Turkey',
|
||||
'TT'=>'Trinidad And Tobago',
|
||||
'TV'=>'Tuvalu',
|
||||
'TW'=>'Taiwan',
|
||||
'TZ'=>'Tanzania, United Republic Of',
|
||||
'UA'=>'Ukraine',
|
||||
'UG'=>'Uganda',
|
||||
'UK'=>'United Kingdom',
|
||||
'US'=>'United States',
|
||||
'UM'=>'United States Minor Outlying Islands',
|
||||
'UY'=>'Uruguay',
|
||||
'UZ'=>'Uzbekistan',
|
||||
'VA'=>'Vatican City State (Holy See)',
|
||||
'VC'=>'Saint Vincent And The Grenadines',
|
||||
'VE'=>'Venezuela',
|
||||
'VG'=>'Virgin Islands (British)',
|
||||
'VI'=>'Virgin Islands (U.S.)',
|
||||
'VN'=>'Viet Nam',
|
||||
'VU'=>'Vanuatu',
|
||||
'WF'=>'Wallis And Futuna Islands',
|
||||
'WS'=>'Samoa',
|
||||
'YE'=>'Yemen',
|
||||
'YT'=>'Mayotte',
|
||||
'ZA'=>'South Africa',
|
||||
'ZM'=>'Zambia',
|
||||
'ZW'=>'Zimbabwe',
|
||||
],
|
||||
];
|
93
Productivite/Snipe-IT/resources/lang/mk-MK/mail.php
Normal file
93
Productivite/Snipe-IT/resources/lang/mk-MK/mail.php
Normal file
@ -0,0 +1,93 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'Accessory_Checkin_Notification' => 'Accessory checked in',
|
||||
'Accessory_Checkout_Notification' => 'Accessory checked out',
|
||||
'Asset_Checkin_Notification' => 'Asset checked in',
|
||||
'Asset_Checkout_Notification' => 'Asset checked out',
|
||||
'Confirm_Accessory_Checkin' => 'Accessory checkin confirmation',
|
||||
'Confirm_Asset_Checkin' => 'Asset checkin confirmation',
|
||||
'Confirm_accessory_delivery' => 'Accessory delivery confirmation',
|
||||
'Confirm_asset_delivery' => 'Asset delivery confirmation',
|
||||
'Confirm_consumable_delivery' => 'Consumable delivery confirmation',
|
||||
'Confirm_license_delivery' => 'License delivery confirmation',
|
||||
'Consumable_checkout_notification' => 'Consumable checked out',
|
||||
'Days' => 'Денови',
|
||||
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
||||
'Expected_Checkin_Report' => 'Expected asset checkin report',
|
||||
'Expiring_Assets_Report' => 'Извештај за истекување на средства.',
|
||||
'Expiring_Licenses_Report' => 'Извештај за истекување на лиценци.',
|
||||
'Item_Request_Canceled' => 'Барањето е откажано',
|
||||
'Item_Requested' => 'Побарана ставка',
|
||||
'License_Checkin_Notification' => 'License checked in',
|
||||
'License_Checkout_Notification' => 'License checked out',
|
||||
'Low_Inventory_Report' => 'Извештај за низок инвентар',
|
||||
'a_user_canceled' => 'Корисникот го откажал барањето за средство на веб-страницата',
|
||||
'a_user_requested' => 'Корисникот побарал средство на веб-страницата',
|
||||
'acceptance_asset_accepted' => 'A user has accepted an item',
|
||||
'acceptance_asset_declined' => 'A user has declined an item',
|
||||
'accessory_name' => 'Име на додаток:',
|
||||
'additional_notes' => 'Дополнителни забелешки:',
|
||||
'admin_has_created' => 'Администраторот создаде сметка за вас на :web веб-страница.',
|
||||
'asset' => 'Основно средство:',
|
||||
'asset_name' => 'Име на основното средство:',
|
||||
'asset_requested' => 'Бараното основно средство',
|
||||
'asset_tag' => 'Код на основното средство',
|
||||
'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
|
||||
'assigned_to' => 'Задолжен на',
|
||||
'best_regards' => 'Со почит,',
|
||||
'canceled' => 'Откажано:',
|
||||
'checkin_date' => 'Датум на раздолжување:',
|
||||
'checkout_date' => 'Датум на задолжување:',
|
||||
'checkedout_from' => 'Checked out from',
|
||||
'checkedin_from' => 'Checked in from',
|
||||
'checked_into' => 'Checked into',
|
||||
'click_on_the_link_accessory' => 'Ве молиме кликнете на врската на дното за да потврдите дека сте го примиле додатокот.',
|
||||
'click_on_the_link_asset' => 'Ве молиме кликнете на врската на дното за да потврдите дека сте го примиле основното средство.',
|
||||
'click_to_confirm' => 'Ве молиме кликнете на следната врска за да ја потврдите вашата :web сметка:',
|
||||
'current_QTY' => 'Тековна количина',
|
||||
'days' => 'Денови',
|
||||
'expecting_checkin_date' => 'Очекуван датум на раздолжување:',
|
||||
'expires' => 'Истекува',
|
||||
'hello' => 'Здраво',
|
||||
'hi' => 'Здраво',
|
||||
'i_have_read' => 'Ги прочитав и се согласив со условите за користење и го примив ова средство.',
|
||||
'inventory_report' => 'Inventory Report',
|
||||
'item' => 'Средство:',
|
||||
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
|
||||
'link_to_update_password' => 'Ве молиме кликнете на следната врска за да ја обновите вашата :web лозинка:',
|
||||
'login' => 'Најава:',
|
||||
'login_first_admin' => 'Влезете во новата инсталација на Snipe-IT користејќи ги ингеренциите подолу:',
|
||||
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
|
||||
'min_QTY' => 'Минимална количина',
|
||||
'name' => 'Име',
|
||||
'new_item_checked' => 'Ново основно средство е задолжено на Ваше име, деталите се подолу.',
|
||||
'notes' => 'Забелешки',
|
||||
'password' => 'Лозинка:',
|
||||
'password_reset' => 'Ресетирање на лозинка',
|
||||
'read_the_terms' => 'Ве молиме прочитајте ги условите за употреба подолу.',
|
||||
'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.',
|
||||
'requested' => 'Побарано:',
|
||||
'reset_link' => 'Вашата врска за ресетирање на лозинка',
|
||||
'reset_password' => 'За да ја ресетирате Вашата лозинка, притиснете на врската:',
|
||||
'rights_reserved' => 'All rights reserved.',
|
||||
'serial' => 'Сериски',
|
||||
'snipe_webhook_test' => 'Snipe-IT Integration Test',
|
||||
'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary',
|
||||
'supplier' => 'Добавувач',
|
||||
'tag' => 'Таг',
|
||||
'test_email' => 'Тест е-пошта од Snipe-IT',
|
||||
'test_mail_text' => 'Ова е тест од Snipe-IT Системот за управување со основни средства. Ако го добивте ова, е-поштата работи :)',
|
||||
'the_following_item' => 'Следната ставка е раздолжена: ',
|
||||
'to_reset' => 'За да ја ресетирате вашата :web лозинка, пополнете го овој формулар:',
|
||||
'type' => 'Тип',
|
||||
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
|
||||
'user' => 'Корисник',
|
||||
'username' => 'Корисничко име',
|
||||
'welcome' => 'Добредојдовте :name',
|
||||
'welcome_to' => 'Добредојдовте на :web!',
|
||||
'your_assets' => 'View Your Assets',
|
||||
'your_credentials' => 'Вашите корисничко име и лозинка',
|
||||
];
|
20
Productivite/Snipe-IT/resources/lang/mk-MK/pagination.php
Normal file
20
Productivite/Snipe-IT/resources/lang/mk-MK/pagination.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Претходна',
|
||||
|
||||
'next' => 'Следна »',
|
||||
|
||||
);
|
9
Productivite/Snipe-IT/resources/lang/mk-MK/passwords.php
Normal file
9
Productivite/Snipe-IT/resources/lang/mk-MK/passwords.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?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!',
|
||||
'password_change' => 'Your password has been updated!',
|
||||
];
|
21
Productivite/Snipe-IT/resources/lang/mk-MK/reminders.php
Normal file
21
Productivite/Snipe-IT/resources/lang/mk-MK/reminders.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
"password" => "Лозинките мора да содржат најмалку шест знаци и да одговараат на потврдата.",
|
||||
"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.',
|
||||
|
||||
);
|
10
Productivite/Snipe-IT/resources/lang/mk-MK/table.php
Normal file
10
Productivite/Snipe-IT/resources/lang/mk-MK/table.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'actions' => 'Акции',
|
||||
'action' => 'Акција',
|
||||
'by' => 'Од',
|
||||
'item' => 'Ставка',
|
||||
|
||||
);
|
162
Productivite/Snipe-IT/resources/lang/mk-MK/validation.php
Normal file
162
Productivite/Snipe-IT/resources/lang/mk-MK/validation.php
Normal file
@ -0,0 +1,162 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| such as the size rules. Feel free to tweak each of these messages.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute мора да биде прифатен.',
|
||||
'active_url' => ':attribute не е валидна врска (URL).',
|
||||
'after' => ':attribute мора да биде датум после :date.',
|
||||
'after_or_equal' => ':attribute мора да биде датум после или на :date.',
|
||||
'alpha' => ':attribute може да содржи само букви.',
|
||||
'alpha_dash' => ':attribute може да содржи само букви, бројки и цртички.',
|
||||
'alpha_num' => ':attribute може да содржи само букви и броеви.',
|
||||
'array' => ':attribute мора да биде низа.',
|
||||
'before' => ':attribute мора да биде датум пред :date.',
|
||||
'before_or_equal' => ':attribute мора да биде датум пред или на :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute мора да биде помеѓу :min - :max.',
|
||||
'file' => ':attribute мора да биде помеѓу :min - :max килобајти.',
|
||||
'string' => ':attribute мора да биде помеѓу :min - :max знаци.',
|
||||
'array' => ':attribute мора да содржи помеѓу :min - :max ставки.',
|
||||
],
|
||||
'boolean' => ':attribute мора да биде точно/неточно.',
|
||||
'confirmed' => 'Потврдата за :attribute не се совпаѓа.',
|
||||
'date' => ':attribute не е валиден датум.',
|
||||
'date_format' => ':attribute не се совпаѓа со форматот :format.',
|
||||
'different' => ':attribute и :other мора да се различни.',
|
||||
'digits' => ':attribute мора да биде :digits цифри.',
|
||||
'digits_between' => ':attribute мора да содржи помеѓу :min и :max цифри.',
|
||||
'dimensions' => ':attribute има неважечки димензии на сликата.',
|
||||
'distinct' => 'Полето :attribute има дупликат вредност.',
|
||||
'email' => 'Форматот на :attribute не е валиден.',
|
||||
'exists' => 'Избраниот :attribute не е валиден.',
|
||||
'file' => ':attribute мора да биде датотека.',
|
||||
'filled' => 'Полето :attribute мора да има дупликат.',
|
||||
'image' => ':attribute мора да биде слика.',
|
||||
'import_field_empty' => 'The value for :fieldname cannot be null.',
|
||||
'in' => 'Избраниот :attribute не е валиден.',
|
||||
'in_array' => 'Полето :attribute не постои во :other.',
|
||||
'integer' => ':attribute мора да биде цел број.',
|
||||
'ip' => ':attribute мора да биде валидна IP адреса.',
|
||||
'ipv4' => ':attribute мора да биде валидна IPv4 адреса.',
|
||||
'ipv6' => ':attribute мора да биде валидна IPv6 адреса.',
|
||||
'is_unique_department' => 'The :attribute must be unique to this Company Location',
|
||||
'json' => ':attribute мора да биде валиден JSON стринг.',
|
||||
'max' => [
|
||||
'numeric' => ':attribute не може да биде поголем од :max.',
|
||||
'file' => ':attribute не може да биде поголем од :max килобајти.',
|
||||
'string' => ':attribute не може да биде поголем од :max значи.',
|
||||
'array' => ':attribute не може да содржи повеќе од :max ставки.',
|
||||
],
|
||||
'mimes' => ':attribute мора да биде датотека од тип: :values.',
|
||||
'mimetypes' => ':attribute мора да биде датотека од тип: :values.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute мора да биде поголем од :min.',
|
||||
'file' => ':attribute мора да биде поголем од :min килобајти.',
|
||||
'string' => ':attribute мора да биде поголем од :min знаци.',
|
||||
'array' => ':attribute мора да содржи најмалку :min ставки.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
|
||||
'not_in' => 'Избраниот :attribute не е валиден.',
|
||||
'numeric' => ':attribute мора да биде број.',
|
||||
'present' => 'Полето :attribute е задолжително.',
|
||||
'valid_regex' => 'Тоа не е валиден regex. ',
|
||||
'regex' => 'Форматот на :attribute не е валиден.',
|
||||
'required' => 'Полето за :attribute е задолжително.',
|
||||
'required_if' => 'Полето :attribute е задолжително, кога :other е :values.',
|
||||
'required_unless' => 'Полето :attribute е задолжително, освен ако :other е :values.',
|
||||
'required_with' => 'Полето :attribute е задолжително кога постојат :values.',
|
||||
'required_with_all' => 'Полето :attribute е задолжително кога постојат :values.',
|
||||
'required_without' => 'Полето :attribute е задолжително кога не постојат :values.',
|
||||
'required_without_all' => 'Полето :attribute е задолжително кога не постои ниту една :values.',
|
||||
'same' => ':attribute и :other мора да одговараат.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute мора да биде :size.',
|
||||
'file' => ':attribute мора да биде :size килобајти.',
|
||||
'string' => ':attribute мора да биде :size знаци.',
|
||||
'array' => ':attribute мора да содржи :size ставки.',
|
||||
],
|
||||
'string' => ':attribute мора да биде стринг.',
|
||||
'timezone' => ':attribute мора да биде валидна зона.',
|
||||
'two_column_unique_undeleted' => 'The :attribute must be unique across :table1 and :table2. ',
|
||||
'unique' => ':attribute е веќе зафатен.',
|
||||
'uploaded' => ':attribute не е прикачен.',
|
||||
'url' => 'Форматот на :attribute не е валиден.',
|
||||
'unique_undeleted' => ':attribute мора да биде уникатен.',
|
||||
'non_circular' => 'The :attribute must not create a circular reference.',
|
||||
'not_array' => ':attribute cannot be an array.',
|
||||
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
|
||||
'letters' => 'Password must contain at least one letter.',
|
||||
'numbers' => 'Password must contain at least one number.',
|
||||
'case_diff' => 'Password must use mixed case.',
|
||||
'symbols' => 'Password must contain symbols.',
|
||||
'gte' => [
|
||||
'numeric' => 'Value cannot be negative'
|
||||
],
|
||||
'checkboxes' => ':attribute contains invalid options.',
|
||||
'radio_buttons' => ':attribute is invalid.',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'alpha_space' => 'Полето :attribute содржи знак што не е дозволен.',
|
||||
'email_array' => 'Една или повеќе е-пошти не се валидни.',
|
||||
'hashed_pass' => 'Вашата тековна лозинка е неточна',
|
||||
'dumbpwd' => 'Таа лозинка е премногу честа.',
|
||||
'statuslabel_type' => 'Мора да изберете валидна етикета за статус',
|
||||
|
||||
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||
// people won't know how to format.
|
||||
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Generic Validation Messages
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'invalid_value_in_field' => 'Invalid value included in this field',
|
||||
];
|
Reference in New Issue
Block a user