From 9be44b3fa9985b8a93160434ce9f6dc922ec4387 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 11:36:55 +0100 Subject: New extension GalleryLinks --- .../gallery_links/config/locales/zh-CN.yml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vendor/extensions/gallery_links/config/locales/zh-CN.yml (limited to 'vendor/extensions/gallery_links/config/locales/zh-CN.yml') diff --git a/vendor/extensions/gallery_links/config/locales/zh-CN.yml b/vendor/extensions/gallery_links/config/locales/zh-CN.yml new file mode 100644 index 0000000..186173c --- /dev/null +++ b/vendor/extensions/gallery_links/config/locales/zh-CN.yml @@ -0,0 +1,33 @@ +zh-CN: + refinery: + plugins: + gallery_links: + title: Gallery Links + gallery_links: + admin: + gallery_links: + actions: + create_new: 建立新的 Gallery Link + reorder: 对 Gallery Links 重新排序 + reorder_done: 对 Gallery Links 的重新排序结束 + records: + title: Gallery Links + sorry_no_results: 对不起,未找到结果。 #Sorry! There are no results found. + + # There are no Gallery Links yet. Click "Add New Gallery Link" to add your first gallery link. + no_items_yet: 目前没有 Gallery Links . 点击 "Add New Gallery Link" 创建一个gallery link. + gallery_link: + view_live_html: 查看 gallery link 的最新内容.
(新窗口中打开) + edit: 编辑 gallery link + delete: 永久删除 gallery link + gallery_links: + show: + other: 其他 Gallery Links + activerecord: + attributes: + 'refinery/gallery_links/gallery_link': + title: Title + url: Url + photographer: Photographer + description: Description + image_id: Image \ No newline at end of file -- cgit v1.2.3 From c9c1d27ae1de01e4fcf07f2c72042b471784260a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 14:36:47 +0100 Subject: GalleryLinks: Update index view. --- vendor/extensions/gallery_links/config/locales/zh-CN.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/extensions/gallery_links/config/locales/zh-CN.yml') diff --git a/vendor/extensions/gallery_links/config/locales/zh-CN.yml b/vendor/extensions/gallery_links/config/locales/zh-CN.yml index 186173c..7d21989 100644 --- a/vendor/extensions/gallery_links/config/locales/zh-CN.yml +++ b/vendor/extensions/gallery_links/config/locales/zh-CN.yml @@ -23,6 +23,9 @@ zh-CN: gallery_links: show: other: 其他 Gallery Links + index: + photographer: Photographer + created: Created activerecord: attributes: 'refinery/gallery_links/gallery_link': -- cgit v1.2.3