Pulled translations from Transifex

This commit is contained in:
Bernd Bestel
2019-04-28 19:17:31 +02:00
parent 77f094810b
commit 310cdd7d4c
14 changed files with 231 additions and 122 deletions

View File

@@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Текст (однострочный)',
'text-multi-line' => 'Текст (многострочный)',
'number-integral' => 'Число (целочисленное)',
'number-decimal' => 'Число (дробное)',
'date' => 'Дата (без времени)',
'datetime' => 'Дата и время',
'checkbox' => 'Флажок'
);