blog i18n
This commit is contained in:
41
messages/blog.en
Normal file
41
messages/blog.en
Normal file
@ -0,0 +1,41 @@
|
||||
# blog
|
||||
|
||||
blog=Blog
|
||||
aboutMe=About me
|
||||
blogSet=Set blog
|
||||
|
||||
blogNavs=Navs
|
||||
quickLinks=Quick links
|
||||
latestPosts=Latest posts
|
||||
|
||||
noBlog=No blog
|
||||
noTag=No tag
|
||||
blogClass=Classification
|
||||
updatedTime=Updated at
|
||||
createdTime=Created at
|
||||
fullBlog=Full blog
|
||||
blogNav=Blog nav
|
||||
|
||||
#
|
||||
# set blog
|
||||
#
|
||||
baseInfoSet=Base info
|
||||
commentSet=Comment
|
||||
themeSet=Theme
|
||||
theme=Theme
|
||||
blogName=Title
|
||||
blogLogo=Logo
|
||||
blogDesc=Description
|
||||
|
||||
# theme
|
||||
elegant=Elegant
|
||||
navFixed=Nav fixed at left side
|
||||
|
||||
openComment=Open comment?
|
||||
commentSys=leanote use <a href="http://disqus.com" target="_blank">Disqus</a> as comment system
|
||||
disqusHelp=Please input your Disqus Id or use "leanote"
|
||||
needHelp=Need help?
|
||||
blogLogoTips=Upload image to replace blog title
|
||||
saveSuccess=Save success
|
||||
|
||||
a=a
|
41
messages/blog.zh
Normal file
41
messages/blog.zh
Normal file
@ -0,0 +1,41 @@
|
||||
# blog
|
||||
blog=博客
|
||||
aboutMe=关于我
|
||||
blogSet=博客设置
|
||||
|
||||
blogNavs=导航
|
||||
quickLinks=快速链接
|
||||
latestPosts=最近发表
|
||||
|
||||
noBlog=无博客
|
||||
noTag=无
|
||||
blogClass=分类
|
||||
updatedTime=更新
|
||||
createdTime=创建
|
||||
fullBlog=全文
|
||||
blogNav=导航
|
||||
|
||||
#
|
||||
# set blog
|
||||
#
|
||||
baseInfoSet=基本设置
|
||||
commentSet=评论设置
|
||||
themeSet=主题设置
|
||||
theme=主题
|
||||
blogName=博客标题
|
||||
blogLogo=博客Logo
|
||||
blogDesc=博客描述
|
||||
|
||||
# theme
|
||||
elegant=大气
|
||||
navFixed=导航左侧固定
|
||||
|
||||
openComment=开启评论?
|
||||
commentSys=leanote 使用 <a href="http://disqus.com" target="_blank">Disqus</a> 作为评论系统
|
||||
disqusHelp=请填写您申请的Disqus唯一url前缀. 建议您申请Disqus帐号, 这样可以自己管理评论. 或使用leanote的默认Disqus Id.
|
||||
needHelp=需要帮助?
|
||||
blogLogoTips=上传logo将显示logo(替代博客标题)
|
||||
saveSuccess=保存成功
|
||||
|
||||
|
||||
a=a
|
@ -1,5 +1,6 @@
|
||||
# leanote
|
||||
moto=Not just a note!
|
||||
moto=your own cloud note!
|
||||
|
||||
# 首页
|
||||
forgetPassword = Forget password?
|
||||
or=or
|
||||
@ -26,7 +27,7 @@ emailOrOthers=Email or other contact way
|
||||
|
||||
hi=Hi
|
||||
welcomeUseLeanote=Welcome!
|
||||
myNote=Enter to my note
|
||||
myNote=My note
|
||||
curUser=Email
|
||||
|
||||
# form
|
||||
@ -65,21 +66,21 @@ notGoodPassword=Tt's not a good password, the length is at least 6
|
||||
myBlog=Blog
|
||||
history=Histories
|
||||
save=Save
|
||||
editorTips=Editor Tips
|
||||
editorTipsInfo=<h4>1. Short Cuts</h4>ctrl+shift+c Toggle code <br /> ctrl+shift+i Insert/edit image <h4>2. shift+enter Get out of current block</h4> eg. <img src="/images/outofcode.png" style="width: 90px"/> in this situation you can use shift+enter to get out of current code block.
|
||||
newNote=New Note
|
||||
newMarkdown=New Markdown Note
|
||||
editorTips=Tips
|
||||
editorTipsInfo=<h4>1. Short cuts</h4>ctrl+shift+c Toggle code <br /> ctrl+shift+i Insert/edit image <h4>2. shift+enter Get out of current block</h4> eg. <img src="/images/outofcode.png" style="width: 90px"/> in this situation you can use shift+enter to get out of current code block.
|
||||
newNote=New note
|
||||
newMarkdown=New markdown note
|
||||
clickAddTag=Click to add Tag
|
||||
notebook=Notebook
|
||||
myNotebook=My Notebook
|
||||
addNotebook=Add Notebook
|
||||
myNotebook=My notebook
|
||||
addNotebook=Add notebook
|
||||
all=Newest
|
||||
trash=Trash
|
||||
unTitled=UnTitled
|
||||
defaultShare=Default sharing
|
||||
leftHidden=Hidden slide bar
|
||||
leftShow=Show slide bar
|
||||
nav=Note Nav
|
||||
nav=Note nav
|
||||
|
||||
update=Update
|
||||
create=Create
|
||||
@ -92,7 +93,7 @@ send=Send
|
||||
|
||||
# 标签
|
||||
tag=Tag
|
||||
myTag=My Tag
|
||||
myTag=My tag
|
||||
red=red
|
||||
yellow=yellow
|
||||
blue=blue
|
||||
@ -103,18 +104,20 @@ accountSetting=Account
|
||||
themeSetting=Theme
|
||||
logout=Logout
|
||||
basicInfo=Basic
|
||||
updateEmail=Update Email
|
||||
usernameSetting=Update Username
|
||||
oldPassword=Old Password
|
||||
newPassword=New Password
|
||||
updateEmail=Update email
|
||||
usernameSetting=Update username
|
||||
oldPassword=Old password
|
||||
newPassword=New password
|
||||
|
||||
default=Default
|
||||
simple=Simple
|
||||
|
||||
# tinymce
|
||||
uploadImage=Upload Image
|
||||
uploadImage=Upload image
|
||||
|
||||
# blog
|
||||
aboutMe=About me
|
||||
blogSet=Set blog
|
||||
|
||||
# error
|
||||
notFound=This page cann't found.
|
||||
|
||||
a=a
|
@ -27,7 +27,7 @@ emailOrOthers=Email或其它联系方式
|
||||
|
||||
hi=Hi
|
||||
welcomeUseLeanote=欢迎使用leanote
|
||||
myNote=进入我的笔记
|
||||
myNote=我的笔记
|
||||
curUser=当前登录帐户
|
||||
|
||||
# form
|
||||
@ -116,8 +116,14 @@ simple=简约
|
||||
# tinymce
|
||||
uploadImage=上传图片
|
||||
|
||||
# blog
|
||||
aboutMe=关于我
|
||||
blogSet=博客设置
|
||||
|
||||
# error
|
||||
notFound=该页面不存在
|
||||
|
||||
|
||||
|
||||
# 必须要加这个, 奇怪
|
||||
[CN]
|
Reference in New Issue
Block a user