Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
d5d16bec
Commit
d5d16bec
authored
Jun 21, 2021
by
Takatoshi Miura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
communication/#43065_collaboration-alert_既に協業ルームが存在しない場合退室する処理を追加
parent
897d16c5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
public_new/js/language_en.js
+1
-0
public_new/js/language_ja.js
+1
-0
public_new/js/language_ko.js
+1
-0
public_new/js/share.js
+6
-6
No files found.
public_new/js/language_en.js
View file @
d5d16bec
...
@@ -99,6 +99,7 @@ $.lang.en = {
...
@@ -99,6 +99,7 @@ $.lang.en = {
"host_change_notify"
:
"host changed to %@"
,
"host_change_notify"
:
"host changed to %@"
,
"not_support_version"
:
"did not support this device version."
,
"not_support_version"
:
"did not support this device version."
,
"err_target_android_version_not_support"
:
"did not support document collaboration on this user's device version."
,
"err_target_android_version_not_support"
:
"did not support document collaboration on this user's device version."
,
"not_exist_sharing_call"
:
"Collaboration room was not found. Return to the chat room."
,
"err_not_exist_room"
:
"this room is not exist."
,
"err_not_exist_room"
:
"this room is not exist."
,
"norify_request_host_change"
:
"%@ request host permission
\
ndo you want to approve?"
,
"norify_request_host_change"
:
"%@ request host permission
\
ndo you want to approve?"
,
"already_exist_collaboration"
:
"already exist collaboration. do you want finish already exist collaboration and start new one?"
,
"already_exist_collaboration"
:
"already exist collaboration. do you want finish already exist collaboration and start new one?"
,
...
...
public_new/js/language_ja.js
View file @
d5d16bec
...
@@ -99,6 +99,7 @@ $.lang.ja = {
...
@@ -99,6 +99,7 @@ $.lang.ja = {
"host_change_notify"
:
"ホストが%@様に変更されました。"
,
"host_change_notify"
:
"ホストが%@様に変更されました。"
,
"not_support_version"
:
"現在の端末バージョンでは利用できません。"
,
"not_support_version"
:
"現在の端末バージョンでは利用できません。"
,
"err_target_android_version_not_support"
:
"対象ユーザの端末バージョンでは文書協業が利用できません。"
,
"err_target_android_version_not_support"
:
"対象ユーザの端末バージョンでは文書協業が利用できません。"
,
"not_exist_sharing_call"
:
"協業ルームが見つかりませんでした。チャットルームに戻ります。"
,
"err_not_exist_room"
:
"該当のルームが存在しません。"
,
"err_not_exist_room"
:
"該当のルームが存在しません。"
,
"norify_request_host_change"
:
"%@様からホスト変更リクエストがあります。
\
n承認しますか?"
,
"norify_request_host_change"
:
"%@様からホスト変更リクエストがあります。
\
n承認しますか?"
,
"already_exist_collaboration"
:
"現在進行中の協業があります。進行中の協業を終了し、新たな協業を開始しますか?"
,
"already_exist_collaboration"
:
"現在進行中の協業があります。進行中の協業を終了し、新たな協業を開始しますか?"
,
...
...
public_new/js/language_ko.js
View file @
d5d16bec
...
@@ -99,6 +99,7 @@ $.lang.ko = {
...
@@ -99,6 +99,7 @@ $.lang.ko = {
"host_change_notify"
:
"호스트가 %@님으로 변경되었습니다."
,
"host_change_notify"
:
"호스트가 %@님으로 변경되었습니다."
,
"not_support_version"
:
"현재단말버전에서는 지원되지않는기능입니다."
,
"not_support_version"
:
"현재단말버전에서는 지원되지않는기능입니다."
,
"err_target_android_version_not_support"
:
"해당 유저의 단말버전에서는 문서협업이 이용불가능합니다."
,
"err_target_android_version_not_support"
:
"해당 유저의 단말버전에서는 문서협업이 이용불가능합니다."
,
"not_exist_sharing_call"
:
"협업룸을 찾을 수 없습니다. 채팅룸으로 돌아갑니다."
,
"err_not_exist_room"
:
"해당 룸이 존재하지않습니다."
,
"err_not_exist_room"
:
"해당 룸이 존재하지않습니다."
,
"norify_request_host_change"
:
"%@님이 호스트변경을 요청하셨습니다.
\
n승인하시겠습니까?"
,
"norify_request_host_change"
:
"%@님이 호스트변경을 요청하셨습니다.
\
n승인하시겠습니까?"
,
"already_exist_collaboration"
:
"현재 진행중인 협업이 있습니다. 진행중인 협업을 강제종료하고 새로 개시하시겠습니까?"
,
"already_exist_collaboration"
:
"현재 진행중인 협업이 있습니다. 진행중인 협업을 강제종료하고 새로 개시하시겠습니까?"
,
...
...
public_new/js/share.js
View file @
d5d16bec
...
@@ -518,17 +518,17 @@ document.addEventListener("DOMContentLoaded", function () {
...
@@ -518,17 +518,17 @@ document.addEventListener("DOMContentLoaded", function () {
}
else
{
}
else
{
}
}
break
;
break
;
case
"
J
oinRoomInfoResponse"
:
case
"
j
oinRoomInfoResponse"
:
if
(
json
.
resultCode
==
200
)
{
if
(
json
.
resultCode
==
200
)
{
}
else
{
}
else
{
alert
(
alert
(
getLocalizedString
(
"not_exist_sharing_call"
));
"Not exist sharing call ("
+
json
.
resultCode
+
")
\
nPlease using share menu."
);
coview_api
.
LeaveRoom
();
coview_api
.
LeaveRoom
();
$
(
".coview_share_area"
).
hide
();
$
(
".coview_share_area"
).
hide
();
$
(
"#loadingIndicator"
).
removeClass
(
"full_active"
);
$
(
"#loadingIndicator"
).
removeClass
(
"full_active"
);
CHAT_UI
.
joinRoom
(
CHAT
.
globalLoginParameter
.
roomId
,
CHAT
.
globalLoginParameter
.
name
);
}
}
break
;
break
;
case
"JoinRoomResponse"
:
case
"JoinRoomResponse"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment