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
085f0dbe
You need to sign in or sign up before continuing.
Commit
085f0dbe
authored
May 14, 2019
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Task #33641 [ABook Check] Android 앱 내 한국어 문구 수정 대응
parent
701bdd09
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
4 deletions
+18
-4
ABVJE_Res_Default_Android/res/values-ja/strings.xml
+6
-0
ABVJE_Res_Default_Android/res/values-ko/strings.xml
+0
-0
ABVJE_Res_Default_Android/res/values/strings.xml
+6
-0
ABVJE_UI_Android/res/layout/push_message_send_dialog.xml
+3
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationMeetingListActivity.java
+3
-3
No files found.
ABVJE_Res_Default_Android/res/values-ja/strings.xml
View file @
085f0dbe
...
...
@@ -345,6 +345,7 @@
<string
name=
"save_all"
>
一括保存
</string>
<string
name=
"content_update"
>
更新
</string>
<string
name=
"remote_support"
>
遠隔支援
</string>
<string
name=
"remote_support_list"
>
遠隔支援一覧
</string>
<string
name=
"new_make"
>
新規作成
</string>
<string
name=
"msg_no_data"
>
現在登録はありません
</string>
<string
name=
"msg_confirm_exit_meeting_room"
>
参加者全員の接続が切れますが、ルームから退室しますか?
</string>
...
...
@@ -545,6 +546,7 @@
<string
name=
"save_all_1"
>
一括保存(1)
</string>
<string
name=
"content_update_1"
>
更新(1)
</string>
<string
name=
"remote_support_1"
>
遠隔支援(1)
</string>
<string
name=
"remote_support_list_1"
>
遠隔支援一覧(1)
</string>
<string
name=
"new_make_1"
>
新規作成(1)
</string>
<string
name=
"msg_no_data_1"
>
現在登録はありません(1)
</string>
<string
name=
"msg_confirm_exit_meeting_room_1"
>
参加者全員の接続が切れますが、ルームから退室しますか?(1)
</string>
...
...
@@ -720,6 +722,7 @@
<string
name=
"save_all_2"
>
一括保存(2)
</string>
<string
name=
"content_update_2"
>
更新(2)
</string>
<string
name=
"remote_support_2"
>
遠隔支援(2)
</string>
<string
name=
"remote_support_list_2"
>
遠隔支援一覧(2)
</string>
<string
name=
"new_make_2"
>
新規作成(2)
</string>
<string
name=
"msg_no_data_2"
>
現在登録はありません(2)
</string>
<string
name=
"msg_confirm_exit_meeting_room_2"
>
参加者全員の接続が切れますが、ルームから退室しますか?(2)
</string>
...
...
@@ -895,6 +898,7 @@
<string
name=
"save_all_3"
>
一括保存(3)
</string>
<string
name=
"content_update_3"
>
更新(3)
</string>
<string
name=
"remote_support_3"
>
遠隔支援(3)
</string>
<string
name=
"remote_support_list_3"
>
遠隔支援一覧(3)
</string>
<string
name=
"new_make_3"
>
新規作成(3)
</string>
<string
name=
"msg_no_data_3"
>
現在登録はありません(3)
</string>
<string
name=
"msg_confirm_exit_meeting_room_3"
>
参加者全員の接続が切れますが、ルームから退室しますか?(3)
</string>
...
...
@@ -1070,6 +1074,7 @@
<string
name=
"save_all_4"
>
一括保存(4)
</string>
<string
name=
"content_update_4"
>
更新(4)
</string>
<string
name=
"remote_support_4"
>
遠隔支援(4)
</string>
<string
name=
"remote_support_list_4"
>
遠隔支援一覧(4)
</string>
<string
name=
"new_make_4"
>
新規作成(4)
</string>
<string
name=
"msg_no_data_4"
>
現在登録はありません(4)
</string>
<string
name=
"msg_confirm_exit_meeting_room_4"
>
参加者全員の接続が切れますが、ルームから退室しますか?(4)
</string>
...
...
@@ -1245,6 +1250,7 @@
<string
name=
"save_all_5"
>
一括保存(5)
</string>
<string
name=
"content_update_5"
>
更新(5)
</string>
<string
name=
"remote_support_5"
>
遠隔支援(5)
</string>
<string
name=
"remote_support_list_5"
>
遠隔支援一覧(5)
</string>
<string
name=
"new_make_5"
>
新規作成(5)
</string>
<string
name=
"msg_no_data_5"
>
現在登録はありません(5)
</string>
<string
name=
"msg_confirm_exit_meeting_room_5"
>
参加者全員の接続が切れますが、ルームから退室しますか?(5)
</string>
...
...
ABVJE_Res_Default_Android/res/values-ko/strings.xml
View file @
085f0dbe
This diff is collapsed.
Click to expand it.
ABVJE_Res_Default_Android/res/values/strings.xml
View file @
085f0dbe
...
...
@@ -351,6 +351,7 @@
<string
name=
"save_all"
>
Save All
</string>
<string
name=
"content_update"
>
update
</string>
<string
name=
"remote_support"
>
Remote Support
</string>
<string
name=
"remote_support_list"
>
Remote Support List
</string>
<string
name=
"new_make"
>
New Make
</string>
<string
name=
"msg_no_data"
>
There are not registered data.
</string>
<string
name=
"msg_confirm_exit_meeting_room"
>
All the participants will be disconnected, will you leave the room?
</string>
...
...
@@ -551,6 +552,7 @@
<string
name=
"save_all_1"
>
Save All(1)
</string>
<string
name=
"content_update_1"
>
update(1)
</string>
<string
name=
"remote_support_1"
>
Remote Support(1)
</string>
<string
name=
"remote_support_list_1"
>
Remote Support List
</string>
<string
name=
"new_make_1"
>
New Make(1)
</string>
<string
name=
"msg_no_data_1"
>
There are not registered data.(1)
</string>
<string
name=
"msg_confirm_exit_meeting_room_1"
>
All the participants will be disconnected, will you leave the room?(1)
</string>
...
...
@@ -726,6 +728,7 @@
<string
name=
"save_all_2"
>
Save All(2)
</string>
<string
name=
"content_update_2"
>
update(2)
</string>
<string
name=
"remote_support_2"
>
Remote Support(2)
</string>
<string
name=
"remote_support_list_2"
>
Remote Support List(2)
</string>
<string
name=
"new_make_2"
>
New Make(2)
</string>
<string
name=
"msg_no_data_2"
>
There are not registered data.(2)
</string>
<string
name=
"msg_confirm_exit_meeting_room_2"
>
All the participants will be disconnected, will you leave the room?(2)
</string>
...
...
@@ -901,6 +904,7 @@
<string
name=
"save_all_3"
>
Save All(3)
</string>
<string
name=
"content_update_3"
>
update(3)
</string>
<string
name=
"remote_support_3"
>
Remote Support(3)
</string>
<string
name=
"remote_support_list_3"
>
Remote Support List(3)
</string>
<string
name=
"new_make_3"
>
New Make(3)
</string>
<string
name=
"msg_no_data_3"
>
There are not registered data.(3)
</string>
<string
name=
"msg_confirm_exit_meeting_room_3"
>
All the participants will be disconnected, will you leave the room?(3)
</string>
...
...
@@ -1076,6 +1080,7 @@
<string
name=
"save_all_4"
>
Save All(4)
</string>
<string
name=
"content_update_4"
>
update(4)
</string>
<string
name=
"remote_support_4"
>
Remote Support(4)
</string>
<string
name=
"remote_support_list_4"
>
Remote Support List(4)
</string>
<string
name=
"new_make_4"
>
New Make(4)
</string>
<string
name=
"msg_no_data_4"
>
There are not registered data.(4)
</string>
<string
name=
"msg_confirm_exit_meeting_room_4"
>
All the participants will be disconnected, will you leave the room?(4)
</string>
...
...
@@ -1251,6 +1256,7 @@
<string
name=
"save_all_5"
>
Save All(5)
</string>
<string
name=
"content_update_5"
>
update(5)
</string>
<string
name=
"remote_support_5"
>
Remote Support(5)
</string>
<string
name=
"remote_support_list_5"
>
Remote Support List(5)
</string>
<string
name=
"new_make_5"
>
New Make(5)
</string>
<string
name=
"msg_no_data_5"
>
There are not registered data.(5)
</string>
<string
name=
"msg_confirm_exit_meeting_room_5"
>
All the participants will be disconnected, will you leave the room?(5)
</string>
...
...
ABVJE_UI_Android/res/layout/push_message_send_dialog.xml
View file @
085f0dbe
...
...
@@ -105,7 +105,9 @@
android:id=
"@+id/send_target_group"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_margin=
"5dp"
android:layout_marginBottom=
"5dp"
android:layout_marginRight=
"5dp"
android:layout_marginTop=
"5dp"
android:orientation=
"horizontal"
>
<TextView
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationMeetingListActivity.java
View file @
085f0dbe
...
...
@@ -234,7 +234,7 @@ public class OperationMeetingListActivity extends ABVUIActivity {
}
else
{
// リソースパターンの適用
titleTxt
.
setText
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
remote_support
,
R
.
string
.
remote_support
_list
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)));
mAddBtn
.
setVisibility
(
View
.
VISIBLE
);
mLeaveBtn
.
setVisibility
(
View
.
GONE
);
...
...
@@ -305,7 +305,7 @@ public class OperationMeetingListActivity extends ABVUIActivity {
if
(
mAddBtn
.
getVisibility
()
==
View
.
VISIBLE
)
{
// リソースパターンの適用
titleTxt
.
setText
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
remote_support
,
R
.
string
.
remote_support
_list
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)));
// リソースパターンの適用
}
else
{
...
...
@@ -763,7 +763,7 @@ public class OperationMeetingListActivity extends ABVUIActivity {
else
{
// リソースパターンの適用
titleTxt
.
setText
(
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
R
.
string
.
remote_support
,
R
.
string
.
remote_support
_list
,
getUserPref
(
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)));
mAddBtn
.
setVisibility
(
View
.
VISIBLE
);
mMeetingEnteredInfoLayout
.
setVisibility
(
View
.
GONE
);
...
...
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