ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/uk-UA/admin/labels/message.php
Normal file
11
SNIPE-IT/resources/lang/uk-UA/admin/labels/message.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Помилка в підрахунку :name. Очікувані: очікувалося, отримано :actual.',
|
||||
'invalid_return_type' => 'Невірний тип повернутий від :name. Очікувались, отримано :actual.',
|
||||
'invalid_return_value' => 'Невірне значення, повернуте від :name. Очікувались, отримано :actual.',
|
||||
|
||||
'does_not_exist' => 'Мітка не існує',
|
||||
|
||||
];
|
19
SNIPE-IT/resources/lang/uk-UA/admin/labels/table.php
Normal file
19
SNIPE-IT/resources/lang/uk-UA/admin/labels/table.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Обмеження на тестову компанію',
|
||||
'example_defaultloc' => 'Будівництво 1',
|
||||
'example_category' => 'Тестова категорія',
|
||||
'example_location' => 'Будівництво 2',
|
||||
'example_manufacturer' => 'Тестове Виробництво Inc.',
|
||||
'example_model' => 'Перевірити модель',
|
||||
'example_supplier' => 'Обмеження на тестову компанію',
|
||||
'labels_per_page' => 'Мітки',
|
||||
'support_fields' => 'Поля',
|
||||
'support_asset_tag' => 'Тег',
|
||||
'support_1d_barcode' => '1Д',
|
||||
'support_2d_barcode' => '2Д',
|
||||
'support_logo' => 'Логотип',
|
||||
'support_title' => 'Назва',
|
||||
|
||||
];
|
Reference in New Issue
Block a user