mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Titul',
|
|
'instructions' => 'Je to název hlavní kategorie, kterou definujete. Umožňuje uživateli snadno najít produkt, který hledá.',
|
|
],
|
|
'order' => [
|
|
'name' => 'Objednat',
|
|
],
|
|
|
|
'slug' => [
|
|
'name' => 'Slimák',
|
|
'instructions' => 'Určete jakékoli organizační značky, které vám pomohou seskupit příspěvek s ostatními.',
|
|
|
|
],
|
|
'files' => [
|
|
'name' => 'obraz',
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Klíčové slovo SEO',
|
|
'instructions' => 'Slova přidaná na web v prohlížeči Google, aby se zobrazila nad výsledky vyhledávání.',
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Popis SEO',
|
|
'instructions' => 'Může to ovlivnit rozhodnutí vašich návštěvníků, zda chtějí kliknout na obsah ve výsledcích vyhledávání.',
|
|
],
|
|
'icon' => [
|
|
'name' => 'Ikona',
|
|
'instructions' => 'Používá se k přidání ikon označujících typ kategorie.',
|
|
],
|
|
|
|
'please_wait' => 'Čekejte prosím. Odstranění podkategorií',
|
|
'category_selection' => 'Výběr kategorie',
|
|
'go_to_parent' => 'Přejít na rodiče',
|
|
];
|