mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Japanese)
This commit is contained in:
parent
7ac8dcbd17
commit
5ea51f8edd
@ -0,0 +1,35 @@
|
||||
<?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' => 'カテゴリー選択',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user