3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-26 09:45:29 +00:00

Applied pint to languages and resources

This commit is contained in:
snipe
2026-03-13 18:17:51 +00:00
parent dc58ddce59
commit 84fdb5d6c1
5927 changed files with 187288 additions and 189233 deletions

View File

@ -1,11 +1,11 @@
<?php
return array(
return [
'actions' => 'Действия',
'action' => 'Действие',
'by' => 'Кем',
'item' => 'Предмет',
'no_matching_records' => 'Подходящие записи не найдены',
'actions' => 'Действия',
'action' => 'Действие',
'by' => 'Кем',
'item' => 'Предмет',
'no_matching_records' => 'Подходящие записи не найдены',
);
];