Dates localization
This commit is contained in:
parent
b7ff480e17
commit
d0a46ee8ab
17 changed files with 35 additions and 106 deletions
|
|
@ -213,7 +213,8 @@ PHP Censor',
|
|||
'codeception_time' => 'Time',
|
||||
'codeception_synopsis' => '<strong>%1$d</strong> tests carried out in <strong>%2$f</strong> seconds.
|
||||
<strong>%3$d</strong> failures.',
|
||||
|
||||
'suite' => 'Suite',
|
||||
'test' => 'Test',
|
||||
'file' => 'File',
|
||||
'line' => 'Line',
|
||||
'class' => 'Class',
|
||||
|
|
|
|||
|
|
@ -204,6 +204,8 @@ PHP Censor',
|
|||
'codeception_time' => 'Время',
|
||||
'codeception_synopsis' => 'Тестов выполнено: <strong>%1$d</strong> (за <strong>%2$f</strong> сек.). Провалов: <strong>%3$d</strong>.',
|
||||
|
||||
'suite' => 'Набор',
|
||||
'test' => 'Тест',
|
||||
'file' => 'Файл',
|
||||
'line' => 'Строка',
|
||||
'class' => 'Класс',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue