Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh local file updated, added a comment. #769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions locales/zh.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"Sign In": "登入",
"Sign in": "登入",
"Username or Email": "账号或电邮",
"Sign In": "登录",
"Sign in": "登录",
"Username or Email": "账号或邮箱",
"Password": "密码",
"I need an account": "我需要个账号",
"Register": "注册",
"Username": "用户名",
"Email": "电邮",
"Display Name": "显示名字",
"Email": "邮箱",
"Display Name": "显示名",
"First Name": "名",
"Last Name": "姓",
"Confirm Password": "确认密码",
"I already have an account": "已有账号",
"From Toronto with Love": "从多伦多发来的爱意",
"Photos by %s and Friends": "照片来源自: %s",
"Fork me on GitHub": "Fork me on GitHub",
"Edit Profile": "修改档案",
"Edit Profile": "修改个人信息",
"Account Settings": "账号设置",
"Notifications": "通知",
"Auth Tokens": "认证令牌",
Expand All @@ -27,49 +27,49 @@
"New Password": "新密码",
"Confirm New Password": "确认新密码",
"Current Password": "当前密码",
"Required": "必须的",
"Required": "必填",
"Save": "保存",
"This room requires password to enter": "此房间需密码才能进入",
"Edit Room": "编辑房间",
"Chat History": "聊天历史",
"Upload Files": "上传文件",
"Giphy": "Giphy",
"Got something to say?": "有话想说?",
"Got something to say?": "请输入文本",
"Send": "发送",
"Who's Here": "在线",
"Files": "文件",
"Name": "名字",
"Name": "名称",
"Description": "简介",
"Participants": "参与者",
"Archive Room": "存档房间",
"Participants": "成员",
"Archive Room": "封存房间",
"Password required": "需要密码",
"Room %s requires a password.": "房间 %s 需要密码",
"Cancel": "取消",
"Enter": "进入",
"Desktop Notifications are": "桌面通知已",
"enabled": "开通",
"Use your browser settings to disable them": "请用您的浏览器设置把桌面通知关闭。",
"Use your browser settings to disable them": "请用您的浏览器设置关闭桌面通知。",
"Enable Desktop Notifications": "开通桌面通知",
"blocked": "封锁",
"blocked": "已屏蔽",
"Please check your browser settings": "请检验您的浏览器设置",
"Profile Settings": "档案设置",
"XMPP/Jabber Connection Details": "XMPP/Jabber连接细节",
"Connection Details": "连接细节",
"Connection Details": "连接详情",
"Host": "服务器",
"Port": "接口",
"Port": "端口",
"Conference Host": "会议服务器",
"Supported Clients": "支持的客户端",
"Desktop": "桌面",
"Search": "搜索",
"Upload": "上传",
"Select Files": "选择文件",
"Room": "房间",
"Post in room?": "在本房发送?",
"Post in room?": "是否发送至本房间",
"Authentication tokens": "认证令牌",
"Auth tokens are used to access the Let's Chat API.": "Let's Chat API需靠认证令牌验证",
"Generate token": "生成令牌",
"Revoke token": "撤销令牌",
"Your generated token is below. It will not be shown again.": "您的认证令牌如下,之后将不再显示。",
"Add Room": "添加房间",
"Slug": "Slug"
"Slug": "代号"
}
2 changes: 1 addition & 1 deletion media/js/util/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if (typeof exports !== 'undefined') {
var pattern = /^\s*(upload:\/\/[-A-Z0-9+&*@#\/%?=~_|!:,.;'"!()]*)\s*$/i;

return text.replace(pattern, function(url) {
return getBaseUrl() + url.substring(9);
return getBaseUrl() + url.substring(9); //this place may cause problem on the trascript page.
});
}

Expand Down