From 603c64ef471d89054d4d8c1787ce02e0946e0d88 Mon Sep 17 00:00:00 2001 From: xigang365 Date: Fri, 17 May 2013 09:54:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/zh.properties | 94 +++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 src/main/resources/i18n/zh.properties diff --git a/src/main/resources/i18n/zh.properties b/src/main/resources/i18n/zh.properties new file mode 100644 index 00000000..aadefb62 --- /dev/null +++ b/src/main/resources/i18n/zh.properties @@ -0,0 +1,94 @@ +global.save=保存 +global.cancel=取消 +global.delete=删除 +global.required=必需 + +tree.subscribe=订阅 +tree.import=导入 +tree.new_category=新的目录 +tree.all=所有 +tree.starred=标记 + +subscribe.feed_url=来源链接 +subscribe.feed_name=来源名称 +subscribe.category=目录 + +import.google_reader_prefix=从现有的Google Reader导入 +import.google_reader_suffix= 帐号. +import.google_download=可选的, 上传订阅列表 +import.google_download_link=下载 +import.xml_file=XML File + +new_category.name=名称 +new_category.parent=上一层 + +toolbar.unread=未读 +toolbar.all=所有 +toolbar.refresh=刷新 +toolbar.mark_all_as_read=标记所有为已读 +toolbar.settings=设置 +toolbar.profile=属性 +toolbar.admin=管理 +toolbar.about=关于 +toolbar.logout=退出 +toolbar.donate=捐赠 + +view.error_while_loading_feed=订阅来源加载错误 +view.keep_unread=保持未读 +view.no_unread_items=没有未读订阅. + +settings.general=一般设置 +settings.general.language=语言 +settings.general.language.contribute=贡献翻译 +settings.general.show_unread=显示未读订阅 +settings.general.social_buttons=显示分享按钮 +settings.general.scroll_marks=滚动浏览的情况下,将其标记为已读 +settings.custom_css=自定义样式 + +details.feed_details=来源信息 +details.url=链接 +details.name=名称 +details.category=目录 +details.last_refresh=最近一次刷新 +details.feed_url=来源链接 +details.generate_api_key_first=先生成一个API Key. +details.unsubscribe=未订阅 +details.category_details=目录信息 +details.parent_category=上一层目录 + +profile.user_name=用户名 +profile.email=邮箱 +profile.change_password=修改密码 +profile.confirm_password=确认密码 +profile.minimum_6_chars=最少6个字母 +profile.passwords_do_not_match=密码不匹配 +profile.api_key=API key +profile.api_key_not_generated=API Key未生成 +profile.generate_new_api_key=生成一个新的的API Key +profile.generate_new_api_key_info=修改密码将会生成一个新的的API Key +profile.delete_account=删除帐号 + +about.rest_api=重置API +about.keyboard_shortcuts=快捷键 +about.line1_prefix=CommaFeed是一个开源项目,项目源码保存在 +about.line1_suffix=. +about.line2_prefix=如果遇到问题,请到问题报告页面提交 +about.line2_suffix= 项目. +about.line3=如果你喜欢这个项目,请考虑捐赠来支援开发人员工作以及服务器开支. +about.goodies=超值 +about.translation=翻译 +about.translation.message=我们需要你来帮助翻译CommaFeed. +about.translation.link=查看如何贡献翻译. +about.announcements=声明 +about.rest_api.line1=CommaFeed基于JAX-RS和AngularJS. 所以, 可选择重置API. +about.rest_api.link_to_documentation=帮助文档. + +about.shortcuts.mouse_middleclick=鼠标中键点击 +about.shortcuts.open_next_entry=打开下一个条目 +about.shortcuts.open_previous_entry=打开前一个条目 +about.shortcuts.open_close_current_entry=打开/关闭当前条目 +about.shortcuts.open_current_entry_in_new_window=在新的窗口中打开当前条目 +about.shortcuts.star_unstar=星标/取消星标 +about.shortcuts.mark_current_entry=当前条目目标记为已读/未读 +about.shortcuts.mark_all_as_read=标记所有条目为已读 +about.shortcuts.open_in_new_tab_mark_as_read=在新的窗口中打开条目并标记已读 \ No newline at end of file From 4f1ab6f777798d9a5a60b3979fffa9ec2aee0679 Mon Sep 17 00:00:00 2001 From: xinyin025 Date: Fri, 17 May 2013 09:58:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加中文简体语言 --- src/main/resources/i18n/languages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/i18n/languages.properties b/src/main/resources/i18n/languages.properties index ef376603..a55ce8d9 100644 --- a/src/main/resources/i18n/languages.properties +++ b/src/main/resources/i18n/languages.properties @@ -9,4 +9,5 @@ pt=Português pl=Polski ru=Russian fi=Suomi -sv=Svenska +sv=Svenska +zh=简体中文