Initial commit
This commit is contained in:
38
example/locales/ru/active.json
Normal file
38
example/locales/ru/active.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"key": "test",
|
||||
"description": "Для тестов, не трогать",
|
||||
"translation": "Тест %s"
|
||||
},
|
||||
{
|
||||
"key": "test plural",
|
||||
"description": "Для тестов, не трогать",
|
||||
"plural": {
|
||||
"other": "всего %d пауков",
|
||||
"one": "паучок",
|
||||
"=0": "нет пауков",
|
||||
"=2": "всего пара пауков"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "transition_not_allowed",
|
||||
"description": "Ошибка при попытке произвести запрещённое изменение состояния",
|
||||
"translation": "Переход от '%s' к '%s' запрещён"
|
||||
},
|
||||
{
|
||||
"key": "Should be shorter than %d symbols",
|
||||
"translation": "Должно быть короче %d символов"
|
||||
},
|
||||
{
|
||||
"key": "Should be longer than %d symbols",
|
||||
"translation": "Должно быть длиннее %d символов"
|
||||
},
|
||||
{
|
||||
"key": "Deleted",
|
||||
"translation": "Удалён"
|
||||
},
|
||||
{
|
||||
"key": "Published",
|
||||
"translation": "Опубликован"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user