mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations addon.php (Hebrew) * New translations field.php (Catalan) * New translations addon.php (Afrikaans) * New translations addon.php (Romanian) * New translations field.php (Romanian)
42 lines
1.4 KiB
PHP
42 lines
1.4 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' => 'カテゴリタイプを示すアイコンを追加するために使用されます。',
|
|
],
|
|
|
|
'parent' => 'Parent',
|
|
'level' => 'Level',
|
|
'count' => 'Ad Counts',
|
|
|
|
'please_wait' => 'サブカテゴリを削除しています',
|
|
'category_selection' => 'カテゴリー選択',
|
|
'go_to_parent' => '親に移動',
|
|
'preview' => 'Preview'
|
|
];
|