mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-05 12:56:04 -06:00
11 lines
169 B
PHP
11 lines
169 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'title' => 'категория',
|
|
],
|
|
'placeholderforsearch' => [
|
|
'title' => 'Placeholderforsearch',
|
|
],
|
|
];
|