update msg
This commit is contained in:
@ -53,6 +53,7 @@ inputEmail=Email is required
|
|||||||
wrongEmail=Wrong email
|
wrongEmail=Wrong email
|
||||||
wrongUsernameOrPassword=Wrong username or password
|
wrongUsernameOrPassword=Wrong username or password
|
||||||
inputPassword=Password is required
|
inputPassword=Password is required
|
||||||
|
inputLoginPasswordTips=Please input login password
|
||||||
wrongPassword=Wrong password
|
wrongPassword=Wrong password
|
||||||
logining=Sign in
|
logining=Sign in
|
||||||
loginSuccess=login success
|
loginSuccess=login success
|
||||||
@ -101,7 +102,7 @@ clearSearch=Clear Search
|
|||||||
all=Newest
|
all=Newest
|
||||||
trash=Trash
|
trash=Trash
|
||||||
delete=Delete
|
delete=Delete
|
||||||
unTitled=Untitled
|
unTitled=UnTitled
|
||||||
defaultShare=Default sharing
|
defaultShare=Default sharing
|
||||||
leftHidden=Hidden slide bar
|
leftHidden=Hidden slide bar
|
||||||
leftShow=Show slide bar
|
leftShow=Show slide bar
|
||||||
@ -112,6 +113,9 @@ saving=Saving
|
|||||||
saveSuccess=Save success
|
saveSuccess=Save success
|
||||||
SearchNote=Search Note
|
SearchNote=Search Note
|
||||||
SearchNotebook=Search Notebook
|
SearchNotebook=Search Notebook
|
||||||
|
Choose File=Choose File
|
||||||
|
Download All=Download All
|
||||||
|
Information=Information
|
||||||
|
|
||||||
update=Update
|
update=Update
|
||||||
create=Create
|
create=Create
|
||||||
@ -213,8 +217,6 @@ inviteEmailBody=Hi,I am %s, %s is awesome, come on!
|
|||||||
# 历史记录
|
# 历史记录
|
||||||
historiesNum=We have saved at most <b>10</b> latest histories with each note
|
historiesNum=We have saved at most <b>10</b> latest histories with each note
|
||||||
noHistories=No histories
|
noHistories=No histories
|
||||||
fold=Fold
|
|
||||||
unfold=Unfold
|
|
||||||
datetime=Datetime
|
datetime=Datetime
|
||||||
restoreFromThisVersion=Restore from this version
|
restoreFromThisVersion=Restore from this version
|
||||||
confirmBackup=Are you sure to restore from this version? We will backup the current note.
|
confirmBackup=Are you sure to restore from this version? We will backup the current note.
|
||||||
@ -252,6 +254,7 @@ themeValidHasRoundInclude=WARNING: Templates have circular references!
|
|||||||
memberCenter=Member Center
|
memberCenter=Member Center
|
||||||
userNotExists=The user is not exists
|
userNotExists=The user is not exists
|
||||||
hasUsers=The user already exists
|
hasUsers=The user already exists
|
||||||
|
Leanote Blog Theme Api=Leanote Blog Theme Api
|
||||||
|
|
||||||
# yu
|
# yu
|
||||||
service=Service
|
service=Service
|
||||||
|
@ -43,19 +43,20 @@ curUser=Email
|
|||||||
# form
|
# form
|
||||||
submit=提交
|
submit=提交
|
||||||
Submit=提交
|
Submit=提交
|
||||||
register=Sign up
|
register=注册
|
||||||
login=Sign in
|
login=登录
|
||||||
Password=密码
|
Password=密码
|
||||||
password2=Confirm your password
|
password2=请确认密码
|
||||||
email=Email
|
email=Email
|
||||||
inputUsername=Username(email) is required
|
inputUsername=请输入用户名或Email
|
||||||
inputEmail=Email is required
|
inputEmail=请输入Email
|
||||||
wrongEmail=Wrong email
|
wrongEmail=Email错误
|
||||||
wrongUsernameOrPassword=Wrong username or password
|
wrongUsernameOrPassword=用户名或密码错误
|
||||||
inputPassword=Password is required
|
inputPassword=请输入密码
|
||||||
wrongPassword=Wrong password
|
inputLoginPasswordTips=请输入登录密码
|
||||||
logining=Sign in
|
wrongPassword=密码错误
|
||||||
loginSuccess=login success
|
logining=登录
|
||||||
|
loginSuccess=登录成功
|
||||||
|
|
||||||
hi=Hi
|
hi=Hi
|
||||||
welcomeUseLeanote=欢迎使用leanote
|
welcomeUseLeanote=欢迎使用leanote
|
||||||
@ -133,6 +134,13 @@ saving=正在保存
|
|||||||
saveSuccess=保存成功
|
saveSuccess=保存成功
|
||||||
SearchNote=搜索笔记
|
SearchNote=搜索笔记
|
||||||
SearchNotebook=搜索笔记本
|
SearchNotebook=搜索笔记本
|
||||||
|
Choose File=选择文件
|
||||||
|
Download All=下载全部
|
||||||
|
Information=信息
|
||||||
|
Are you sure to delete it ?=确认删除?
|
||||||
|
Insert link into content=将附件链接插入到内容中
|
||||||
|
Download=下载
|
||||||
|
Delete=删除
|
||||||
|
|
||||||
update=更新
|
update=更新
|
||||||
create=创建
|
create=创建
|
||||||
@ -238,8 +246,6 @@ inviteEmailBody=Hi, 你好, 我是%s, %s非常好用, 快来注册吧!
|
|||||||
# 历史记录
|
# 历史记录
|
||||||
historiesNum=leanote会保存笔记的最近<b>10</b>份历史记录
|
historiesNum=leanote会保存笔记的最近<b>10</b>份历史记录
|
||||||
noHistories=无历史记录
|
noHistories=无历史记录
|
||||||
fold=折叠
|
|
||||||
unfold=展开
|
|
||||||
datetime=日期
|
datetime=日期
|
||||||
restoreFromThisVersion=从该版本还原
|
restoreFromThisVersion=从该版本还原
|
||||||
confirmBackup=确定要从该版还原? 还原前leanote会备份当前版本到历史记录中.
|
confirmBackup=确定要从该版还原? 还原前leanote会备份当前版本到历史记录中.
|
||||||
@ -278,6 +284,7 @@ themeValidHasRoundInclude=警告: 模板存在循环引用问题!
|
|||||||
memberCenter=个人中心
|
memberCenter=个人中心
|
||||||
userNotExists=该成员沿未注册
|
userNotExists=该成员沿未注册
|
||||||
hasUsers=已存在该成员
|
hasUsers=已存在该成员
|
||||||
|
Leanote Blog Theme Api=Leanote博客主题API
|
||||||
|
|
||||||
# yu
|
# yu
|
||||||
service=服务
|
service=服务
|
||||||
|
Reference in New Issue
Block a user