mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (German) * New translations field.php (Greek) * New translations field.php (Turkish) * New translations field.php (Swedish) * New translations field.php (Turkish) * New translations field.php (Ukrainian) * New translations field.php (Albanian)
37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => '題名',
|
|
'instructions' => 'これは、定義するメインカテゴリの名前です。これにより、ユーザーは探している製品を簡単に見つけることができます。',
|
|
],
|
|
'order' => [
|
|
'name' => '注文',
|
|
],
|
|
|
|
'slug' => [
|
|
'name' => 'ナメクジ',
|
|
'instructions' => '投稿を他のユーザーとグループ化するのに役立つ組織タグを指定します。',
|
|
|
|
],
|
|
'files' => [
|
|
'name' => '画像',
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Seoキーワード',
|
|
'instructions' => 'Googleブラウザでサイトに追加された単語が検索結果の上に表示されます。',
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Seoの説明',
|
|
'instructions' => '検索結果のコンテンツをクリックするかどうかに関する訪問者の決定に影響を与える可能性があります。',
|
|
],
|
|
'icon' => [
|
|
'name' => 'アイコン',
|
|
'instructions' => 'カテゴリタイプを示すアイコンを追加するために使用されます。',
|
|
],
|
|
|
|
'please_wait' => 'サブカテゴリを削除しています',
|
|
'category_selection' => 'カテゴリー選択',
|
|
'go_to_parent' => '親に移動',
|
|
];
|