diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index b7f2ca241..7070d7b64 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -74,5 +74,10 @@ "Username": "Username", "VerifyCode": "Verify Code", "WebSocketError": "WebSocket connect failed, please check network", - "Writable": "Writable" -} \ No newline at end of file + "Writable": "Writable", + "JMSErrRemoveShareUser": "You have been removed from the shared session.", + "RemoveShareUserConfirm": "Are you sure to remove the user from the shared session?", + "CopyShareURLSuccess": "Copy Share URL Success", + "JoinShare": "Join Session", + "LeaveShare": "Leave Session" +} diff --git a/apps/i18n/lion/ja.json b/apps/i18n/lion/ja.json index dfa824777..ffd462a3f 100644 --- a/apps/i18n/lion/ja.json +++ b/apps/i18n/lion/ja.json @@ -74,5 +74,10 @@ "Username": "ユーザー名", "VerifyCode": "検証コード", "WebSocketError": "WebSocketの接続に失敗しました、ネットワークを確認してください", - "Writable": "読み書き" -} \ No newline at end of file + "Writable": "読み書き", + "JMSErrRemoveShareUser": "あなたはすでに共有セッションから削除されました」という意味です", + "RemoveShareUserConfirm": "共有セッションから削除してもよろしいですか?", + "CopyShareURLSuccess": "レプリケーション共有住所成功", + "JoinShare": "共有セッションに参加", + "LeaveShare": "共有セッションから退出" +} diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index 2df47abff..26e478c77 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -74,5 +74,10 @@ "Username": "用户名", "VerifyCode": "验证码", "WebSocketError": "WebSocket 连接失败,请检查网络", - "Writable": "读写" -} \ No newline at end of file + "Writable": "读写", + "JMSErrRemoveShareUser": "你已经被移除共享会话", + "RemoveShareUserConfirm": "确定要移除该用户吗?", + "CopyShareURLSuccess": "复制分享地址成功", + "JoinShare": "加入共享", + "LeaveShare": "离开共享" +} diff --git a/apps/i18n/lion/zh_Hant.json b/apps/i18n/lion/zh_Hant.json index 1ca0efc1d..43213bae3 100644 --- a/apps/i18n/lion/zh_Hant.json +++ b/apps/i18n/lion/zh_Hant.json @@ -74,5 +74,10 @@ "Username": "使用者名稱", "VerifyCode": "驗證碼", "WebSocketError": "WebSocket 連接失敗,請檢查網路", - "Writable": "讀寫" -} \ No newline at end of file + "Writable": "讀寫", + "JMSErrRemoveShareUser": "你已經被移除共享會話", + "RemoveShareUserConfirm": "確定要移除該用戶嗎?", + "CopyShareURLSuccess": "複製分享地址成功", + "JoinShare": "加入共享", + "LeaveShare": "離開共享" +}