mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Pulled translations from Transifex
This commit is contained in:
11
localization/ru/userfield_types.php
Normal file
11
localization/ru/userfield_types.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'text-single-line' => 'Текст (однострочный)',
|
||||
'text-multi-line' => 'Текст (многострочный)',
|
||||
'number-integral' => 'Число (целочисленное)',
|
||||
'number-decimal' => 'Число (дробное)',
|
||||
'date' => 'Дата (без времени)',
|
||||
'datetime' => 'Дата и время',
|
||||
'checkbox' => 'Флажок'
|
||||
);
|
Reference in New Issue
Block a user