Commit 92433f39 authored by fallenstardust's avatar fallenstardust

tweak

parent fddfa6e4
......@@ -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());
......
......@@ -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>
......
......@@ -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>>
......
......@@ -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>
......@@ -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>
......
......@@ -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>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment