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
3c34ed0e
Commit
3c34ed0e
authored
May 27, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
strings.xml
parent
83caa266
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/DeckManagerActivityImpl.java
...cn/garymb/ygomobile/ui/cards/DeckManagerActivityImpl.java
+1
-1
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-0
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-0
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-0
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/cards/DeckManagerActivityImpl.java
View file @
3c34ed0e
...
...
@@ -688,7 +688,7 @@ class DeckManagerActivityImpl extends BaseCardsAcitivity implements RecyclerView
builderShareLoading
=
new
DialogPlus
(
this
);
builderShareLoading
.
showProgressBar
();
builderShareLoading
.
hideTitleBar
();
builderShareLoading
.
setMessage
(
"准备分享中"
);
builderShareLoading
.
setMessage
(
R
.
string
.
Pre_share
);
builderShareLoading
.
show
();
//先排序
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
3c34ed0e
...
...
@@ -253,4 +253,5 @@
<string
name=
"deck_text_copyed"
>
덱 공유 코드를 클립보드에 복사했습니다
</string>
<string
name=
"save_n_open"
>
저장후 열기
</string>
<string
name=
"searchresult"
>
결과
</string>
<string
name=
"Pre_share"
>
공유 준비
</string>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
3c34ed0e
...
...
@@ -252,4 +252,5 @@
<string
name=
"deck_text_copyed"
>
已复制卡组文本到剪贴板
</string>
<string
name=
"save_n_open"
>
保存并打开
</string>
<string
name=
"searchresult"
>
搜索结果
</string>
<string
name=
"Pre_share"
>
准备分享,请稍候……
</string>
</resources>
mobile/src/main/res/values/strings.xml
View file @
3c34ed0e
...
...
@@ -252,4 +252,5 @@
<string
name=
"deck_text_copyed"
>
Deck Text copyed
</string>
<string
name=
"save_n_open"
>
Save and Open
</string>
<string
name=
"searchresult"
>
Results
</string>
<string
name=
"Pre_share"
>
Prepare to Share
</string>
</resources>
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