Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
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
abook_android
abook_check
Commits
d57e2d08
Commit
d57e2d08
authored
Dec 26, 2019
by
Takuya Ogawa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'features/1.3.0_chat' into 'features/1.3.0'
- redmineのチャットについて See merge request
!55
parents
3080b545
aceb0adc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
ABVJE_Launcher_Android/assets/chat/public/js/chat.js
+0
-0
ABVJE_Launcher_Android/assets/chat/public/js/language_en.js
+1
-1
ABVJE_Launcher_Android/assets/chat/public/js/language_ja.js
+1
-1
ABVJE_Launcher_Android/assets/chat/public/js/language_ko.js
+1
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ChatWebviewActivity.java
+0
-0
No files found.
ABVJE_Launcher_Android/assets/chat/public/js/chat.js
View file @
d57e2d08
This diff is collapsed.
Click to expand it.
ABVJE_Launcher_Android/assets/chat/public/js/language_en.js
View file @
d57e2d08
...
...
@@ -11,7 +11,7 @@ $.lang.en = {
"roomListEmptyString"
:
"There is no room available."
,
"left"
:
"%@ has left"
,
"join"
:
"%@ has joined"
,
"added"
:
"%@
has been add
ed"
,
"added"
:
"%@
has been invit
ed"
,
"welcome"
:
"Welcome to %@"
,
"userListDivideString"
:
", "
,
"orderByTime"
:
"OrderByTime"
,
...
...
ABVJE_Launcher_Android/assets/chat/public/js/language_ja.js
View file @
d57e2d08
...
...
@@ -11,7 +11,7 @@ $.lang.ja = {
"roomListEmptyString"
:
"入場できるルームがありません。"
,
"left"
:
"%@ 様が退場しました。"
,
"join"
:
"%@ 様が入場しました。"
,
"added"
:
"%@ 様
がルームに招待され
ました。"
,
"added"
:
"%@ 様
を招待し
ました。"
,
"welcome"
:
"%@ に入場しました。"
,
"userListDivideString"
:
" 様, "
,
"orderByTime"
:
"新着順"
,
...
...
ABVJE_Launcher_Android/assets/chat/public/js/language_ko.js
View file @
d57e2d08
...
...
@@ -11,7 +11,7 @@ $.lang.ko = {
"roomListEmptyString"
:
"입장 가능한 방이 없습니다."
,
"left"
:
"%@ 님이 방을 떠났습니다."
,
"join"
:
"%@ 님이 참가했습니다."
,
"added"
:
"%@ 님
이 방에 초대되었
습니다."
,
"added"
:
"%@ 님
을 초대했
습니다."
,
"welcome"
:
"%@ 에 입장했습니다."
,
"userListDivideString"
:
" 님, "
,
"orderByTime"
:
"최신순"
,
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ChatWebviewActivity.java
View file @
d57e2d08
This diff is collapsed.
Click to expand it.
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