Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
783612a8
Commit
783612a8
authored
Jul 09, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.4.6
update strings
parent
8fc461a1
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
7 deletions
+14
-7
mobile/assets/changelog.html
mobile/assets/changelog.html
+4
-0
mobile/assets/data/conf/strings.conf
mobile/assets/data/conf/strings.conf
+1
-0
mobile/assets_en/data/conf/strings.conf
mobile/assets_en/data/conf/strings.conf
+3
-2
mobile/assets_ko/data/conf/strings.conf
mobile/assets_ko/data/conf/strings.conf
+1
-0
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/res/values-ko/arrays.xml
mobile/src/main/res/values-ko/arrays.xml
+1
-1
mobile/src/main/res/values-zh/arrays.xml
mobile/src/main/res/values-zh/arrays.xml
+1
-1
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-1
mobile/src/main/res/values/arrays.xml
mobile/src/main/res/values/arrays.xml
+1
-1
No files found.
mobile/assets/changelog.html
View file @
783612a8
...
...
@@ -22,8 +22,12 @@
<pre>
更新:
1.更新ygo内核;
2.新卡SD36+VJ+YA07;
修复:
1.萌卡聊天室部分机型登入错误的问题;
优化:
1.为更多机型适配可QQ、微信打开ydk文件;
2.更新日志增加进入教程的按钮;
</pre>
</body>
</html>
\ No newline at end of file
mobile/assets/data/conf/strings.conf
View file @
783612a8
...
...
@@ -36,6 +36,7 @@
!
system
64
二重状态
!
system
65
使用效果
!
system
66
持续公开
!
system
67
原本持有者为对方
!
system
70
怪兽卡
!
system
71
魔法卡
!
system
72
陷阱卡
...
...
mobile/assets_en/data/conf/strings.conf
View file @
783612a8
...
...
@@ -36,6 +36,7 @@
!
system
64
Gemini
!
system
65
Use
effect
!
system
66
Keep
revealed
!
system
67
Originally
owned
by
opponent
!
system
70
Monster
Cards
!
system
71
Spell
Cards
!
system
72
Trap
Cards
...
...
@@ -111,7 +112,7 @@
!
system
531
Select
monsters
for
Tribute
Summon
!
system
532
Select
monster
to
remove
Xyz
material
!
system
533
Select
materials
for
Link
Summon
!
system
534
Select
card
for
keeping
on
the
field
!
system
534
Select
a
card
to
keep
on
field
!
system
549
Select
target
of
the
attack
!
system
550
Select
the
effect
to
activate
!
system
551
Select
target
of
the
effect
...
...
@@ -320,7 +321,7 @@
!
system
1277
No
delay
for
Chain
!
system
1278
Auto
spell
/
trap
placing
!
system
1279
Drawing
field
spell
!
system
1280
p
lease
rechoose
deck
after
rename
.
!
system
1280
P
lease
rechoose
deck
after
rename
.
!
system
1281
Export
Deck
!
system
1290
Disable
Chatting
!
system
1291
Mute
spectators
...
...
mobile/assets_ko/data/conf/strings.conf
View file @
783612a8
...
...
@@ -36,6 +36,7 @@
!
system
64
듀얼
!
system
65
효과 사용중
!
system
66
공개중
!
system
67
상대방의 카드 입니다.
!
system
70
몬스터 카드
!
system
71
마법 카드
!
system
72
함정 카드
...
...
mobile/build.gradle
View file @
783612a8
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
340600
62
7
versionCode
340600
70
7
versionName
"3.4.6"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/res/values-ko/arrays.xml
View file @
783612a8
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
상대에 대한 예의를 지켜 게임을 즐기십시오.
</item>
<item>
설정에서 해상도 비16:9 최적화 끄고 킬 수 있습니다.
</item>
<item>
게임중 터치의 정확도 떨어지시나요? 아래 과정을 따르십쇼「설정」→「디스플레이」→「NotchDisplay」→「Hide the notch area」
</item>
<item>
메인화면의 각 서버들은 좌측으로 밀어줄 경우 수정과 삭제가 가능합니다.
</item>
<item>
좌측 하단의 마크를 눌러줄 경우 더 많은 설정들을 확인할 수 있습니다.
</item>
<item>
ai대전을 원할 경우 각 서버의 비밀번호에 ai를 입력후 참여 하십시오.
</item>
...
...
mobile/src/main/res/values-zh/arrays.xml
View file @
783612a8
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
游戏王圈子不大,珍惜一起玩的人
</item>
<item>
界面数字偏了还点不准?试试全屏应用,再「功能菜单」→「设置」→打勾「适配非16:9分辨率屏幕」
</item>
<item>
决斗界面点触不准?可以去手机设置→显示设置→隐藏刘海
</item>
<item>
主页每个服务器按住左划就会出现「编辑」和「删除」哦
</item>
<item>
试试点击左下角浮动的「功能菜单」会有更多功能
</item>
<item>
想不联网也打人机?「功能菜单」→「单人游戏」→「人机模式」
</item>
...
...
mobile/src/main/res/values-zh/strings.xml
View file @
783612a8
...
...
@@ -223,7 +223,7 @@
<string
name=
"ClickLinkArrows"
>
点亮箭头
</string>
<string
name=
"tip_no_permission"
formatted=
"false"
>
权限 %s 被你禁止了
</string>
<string
name=
"Already_Lastest"
>
已经是最新版本
</string>
<string
name=
"about_immersive_mode"
>
开关它来适配非16:9的分辨率屏幕,有的机型需要先在
系统设置开启全屏应用
</string>
<string
name=
"about_immersive_mode"
>
开关它来适配非16:9的分辨率屏幕,有的机型需要先在
手机设置隐藏刘海
</string>
<string
name=
"Download"
>
下载
</string>
<string
name=
"Downloading"
>
下载中,请稍候
</string>
<string
name=
"Update_Found"
>
发现新版本
</string>
...
...
mobile/src/main/res/values/arrays.xml
View file @
783612a8
...
...
@@ -11,7 +11,7 @@
</string-array>
<string-array
name=
"tips"
tools:ignore=
"InconsistentArrays"
>
<item>
Duel is One Thing, Kind is Everything
</item>
<item>
Offset in Ygopro? try to go to「Setting」→check「Optimize not 16:9 resolution
」
</item>
<item>
Touching Inaccurately in Duelling? to Ephone「Settings」→「Display」→「NotchDisplay」→「Hide the notch area
」
</item>
<item>
you can Move Left every Severlist in Homepage to find「Edit」and「Delete」
</item>
<item>
Try to click the bottom-left ball to get more functions
</item>
<item>
you can start 「Single Game」→「Bot Mode」to play with Local Windbot
</item>
...
...
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