mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 08:46:06 -06:00
30 lines
595 B
PHP
30 lines
595 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'заглавие',
|
|
],
|
|
'order' => [
|
|
'name' => 'порядок',
|
|
],
|
|
'slug' => [
|
|
'name' => 'слизень'
|
|
],
|
|
'files' => [
|
|
'name' => 'Образ'
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Seo Keyword'
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Seo Description'
|
|
],
|
|
'icon' => [
|
|
'name' => 'Icon'
|
|
],
|
|
|
|
'please_wait' => 'Пожалуйста,
|
|
подождите. Удаление подкатегорий',
|
|
'category_selection' => 'Category Selection',
|
|
];
|