diff --git a/addons/default/visiosoft/cats-module/resources/lang/ja/field.php b/addons/default/visiosoft/cats-module/resources/lang/ja/field.php new file mode 100644 index 000000000..101b155a4 --- /dev/null +++ b/addons/default/visiosoft/cats-module/resources/lang/ja/field.php @@ -0,0 +1,35 @@ + [ + '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' => 'カテゴリー選択', +];