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
5b30db8e
Commit
5b30db8e
authored
Feb 09, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文言追加
parent
2f3a97b0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
public/js/language_en.js
+3
-1
public/js/language_ja.js
+3
-1
public/js/language_ko.js
+3
-1
No files found.
public/js/language_en.js
View file @
5b30db8e
...
...
@@ -52,5 +52,7 @@ $.lang.en = {
"serverErrorOccured"
:
"App will not be able to communicate with the server.
\
n After a few moments, please try again."
,
"memberDeleteTitle"
:
"Do you want to remove selected members from the list?"
,
"photo"
:
"Photo"
,
"video"
:
"Video"
"video"
:
"Video"
,
"contactListTitle"
:
"Contact"
,
"contactSearch"
:
"Contact search"
}
public/js/language_ja.js
View file @
5b30db8e
...
...
@@ -52,5 +52,7 @@ $.lang.ja = {
"serverErrorOccured"
:
"サーバと通信できません。
\
nしばらく時間をおいて再度操作してください。"
,
"memberDeleteTitle"
:
"選択したメンバーをリストから削除しますか?"
,
"photo"
:
"写真"
,
"video"
:
"動画"
"video"
:
"動画"
,
"contactListTitle"
:
"コンタクト"
,
"contactSearch"
:
"コンタクト検索"
}
public/js/language_ko.js
View file @
5b30db8e
...
...
@@ -52,5 +52,7 @@ $.lang.ko = {
"serverErrorOccured"
:
"서버와 통신할 수 없습니다.
\
n잠시 후 다시 시도해보시기 바랍니다."
,
"memberDeleteTitle"
:
"목록에서 선택된 멤버를 삭제하시겠습니까?"
,
"photo"
:
"사진"
,
"video"
:
"동영상"
"video"
:
"동영상"
,
"contactListTitle"
:
"연락처"
,
"contactSearch"
:
"연락처 검색"
}
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