Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
92433f39
Commit
92433f39
authored
Sep 02, 2025
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
fddfa6e4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/deck_square/DeckSquareApiUtil.java
...ymb/ygomobile/ui/cards/deck_square/DeckSquareApiUtil.java
+1
-0
mobile/src/main/res/values-es/strings.xml
mobile/src/main/res/values-es/strings.xml
+1
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-1
mobile/src/main/res/values-pt/strings.xml
mobile/src/main/res/values-pt/strings.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/strings.xml
mobile/src/main/res/values/strings.xml
+1
-1
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/deck_square/DeckSquareApiUtil.java
View file @
92433f39
...
...
@@ -453,6 +453,7 @@ public class DeckSquareApiUtil {
while
(
onlineIterator
.
hasNext
())
{
MyOnlineDeckDetail
onlineDeck
=
onlineIterator
.
next
();
String
onLineDeckName
=
onlineDeck
.
getDeckName
().
replace
(
Constants
.
YDK_FILE_EX
,
""
);
LogUtil
.
e
(
TAG
,
"在线备份名称:"
+
onLineDeckName
+
"\n在线卡组分类:"
+
onlineDeck
.
getDeckType
()+
"\n在线卡组ID:"
+
onlineDeck
.
getDeckId
());
// 匹配到同名卡组:加入同步上传列表,并从原始集合中删除(避免重复处理)
if
(
localDeckName
.
equals
(
onLineDeckName
)
&&
localDeck
.
getDeckType
().
equals
(
onlineDeck
.
getDeckType
()))
{
localDeck
.
setDeckId
(
onlineDeck
.
getDeckId
());
...
...
mobile/src/main/res/values-es/strings.xml
View file @
92433f39
...
...
@@ -128,7 +128,7 @@
<string
name=
"label_limitlist"
>
Banlist
</string>
<string
name=
"label_type"
>
Tipo de carta
</string>
<string
name=
"label_set"
>
Arquetipo
</string>
<string
name=
"label_set_No_Setcode"
>
Sin Card Set incluido
</string>
<string
name=
"label_set_No_Setcode"
>
" #Sin Card Set incluido"
</string>
<string
name=
"label_level"
>
Nvl/Rng/Lnk
</string>
<string
name=
"label_attr"
>
Atributo
</string>
<string
name=
"label_category"
>
Categoría
</string>
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
92433f39
...
...
@@ -139,7 +139,7 @@
<string
name=
"label_limitlist"
>
리미트 레귤레이션
</string>
<string
name=
"label_type"
>
카드 종류
</string>
<string
name=
"label_set"
>
카드군
</string>
<string
name=
"label_set_No_Setcode"
>
카드 세트가 포함되지 않음
</string>
<string
name=
"label_set_No_Setcode"
>
#
카드 세트가 포함되지 않음
</string>
<string
name=
"label_level"
>
레벨/랭크/링크
</string>
<string
name=
"label_attr"
>
속성
</string>
<string
name=
"linkmarker"
>
◀링크 마커▶
</string>
>
...
...
mobile/src/main/res/values-pt/strings.xml
View file @
92433f39
...
...
@@ -373,6 +373,6 @@
<string
name=
"pwd_warning"
>
Por favor, insira sua senha!
</string>
<string
name=
"like_deck_thumb"
>
Curtir o deck
</string>
<string
name=
"pre_view"
>
Prévia
</string>
<string
name=
"label_set_No_Setcode"
>
Sem Card Set incluso
</string>
<string
name=
"label_set_No_Setcode"
>
#
Sem Card Set incluso
</string>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
92433f39
...
...
@@ -124,7 +124,7 @@
<string
name=
"label_limitlist"
>
禁卡表
</string>
<string
name=
"label_type"
>
卡片类型
</string>
<string
name=
"label_set"
>
字段
</string>
<string
name=
"label_set_No_Setcode"
>
无字段
</string>
<string
name=
"label_set_No_Setcode"
>
#
无字段
</string>
<string
name=
"label_level"
>
星/标数
</string>
<string
name=
"label_attr"
>
属性
</string>
<string
name=
"label_category"
>
效果分类
</string>
...
...
mobile/src/main/res/values/strings.xml
View file @
92433f39
...
...
@@ -144,7 +144,7 @@
<string
name=
"label_limitlist"
>
Limit List
</string>
<string
name=
"label_type"
>
Card Type
</string>
<string
name=
"label_set"
>
Card Set
</string>
<string
name=
"label_set_No_Setcode"
>
No Card Set included
</string>
<string
name=
"label_set_No_Setcode"
>
#
No Card Set included
</string>
<string
name=
"label_level"
>
Lv/Rk/Lmk
</string>
<string
name=
"label_attr"
>
Attribute
</string>
<string
name=
"linkmarker"
>
◀LinkArrows▶
</string>
>
...
...
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