Просмотр исходного кода

Merge pull request #2895 from weseek/imprv/correct-wording-in-admin-customize-by-changed-paging-size-in-Mydrafts

Imprv/correct wording in admin customize by changed paging size in mydrafts
Yuki Takei 5 лет назад
Родитель
Сommit
7cefc6452c

+ 3 - 3
resource/locales/en_US/admin/admin.json

@@ -112,10 +112,10 @@
       "list_num_desc_s": "Set number of list per page such as 'Pagelist', 'Timeline', 'Page History' and 'Share Link' pages",
 
       "list_num_m": "Number of list displayed on article pages included other contents",
-      "list_num_desc_m": "Set number of list per page such as 'Bookmarks', 'Recently created' and 'Drafts'",
+      "list_num_desc_m": "Set number of list per page such as 'Bookmarks' and 'Recently created' pages",
 
-      "list_num_l": "Number of list displayed on 'Search' and 'Draft' pages",
-      "list_num_desc_l": "Set number of list per page such as 'Search' and 'Draft' pages",
+      "list_num_l": "Number of list displayed on 'Search' pages",
+      "list_num_desc_l": "Set number of list per page such as 'Search' pages",
 
       "list_num_xl": "Number of list displayed on article pages",
       "list_num_desc_xl": "Set number of list per page such as 'Not found' and 'Trash' pages",

+ 2 - 2
resource/locales/ja_JP/admin/admin.json

@@ -114,8 +114,8 @@
       "list_num_m": "ユーザーページに表示されるリスト数",
       "list_num_desc_m": "ユーザーページにおける <Bookmarks> <Recently Created>での、1ページあたりの表示数を設定します。",
 
-      "list_num_l": "検索ページやDraftページに表示されるリスト数",
-      "list_num_desc_l": "<Search> <My Drafts> での、1ページあたりの表示数を設定します。",
+      "list_num_l": "検索ページに表示されるリスト数",
+      "list_num_desc_l": "<Search>での、1ページあたりの表示数を設定します。",
 
       "list_num_xl": "Not FoundページやTrashページに表示されるリスト数",
       "list_num_desc_xl": "記事エリアにおける<Not Found> <Trash>での、1ページあたりの表示数を設定します。",

+ 3 - 3
resource/locales/zh_CN/admin/admin.json

@@ -124,10 +124,10 @@
       "list_num_desc_s": "Set number of list per page such as 'Pagelist', 'Timeline', 'Page History' and 'Share Link' pages",
 
       "list_num_m": "Number of list displayed on article pages included other contents",
-      "list_num_desc_m": "Set number of list per page such as 'Bookmarks', 'Recently created' and 'Drafts'",
+      "list_num_desc_m": "Set number of list per page such as 'Bookmarks' and 'Recently created' pages",
 
-      "list_num_l": "Number of list displayed on 'Search' and 'Draft' pages",
-      "list_num_desc_l": "Set number of list per page such as 'Search' and 'Draft' pages",
+      "list_num_l": "Number of list displayed on 'Search' pages",
+      "list_num_desc_l": "Set number of list per page such as 'Search' pages",
 
       "list_num_xl": "Number of list displayed on article pages",
       "list_num_desc_xl": "Set number of list per page such as 'Not found' and 'Trash' pages",