Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
moecube
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
JoyJ
moecube
Commits
8b56b547
Commit
8b56b547
authored
Dec 07, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0b335a3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/app-detail.component.html
app/app-detail.component.html
+2
-2
locale/messages.en-US.xlf
locale/messages.en-US.xlf
+5
-0
No files found.
app/app-detail.component.html
View file @
8b56b547
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<td
*ngIf=
"!mod.isInstalled()"
>
<td
*ngIf=
"!mod.isInstalled()"
>
<button
i18n
(click)=
"installMod(mod)"
type=
"button"
*ngIf=
"!mod.isInstalled()"
class=
"btn btn-primary btn-sm"
>
安装
</button>
<button
i18n
(click)=
"installMod(mod)"
type=
"button"
*ngIf=
"!mod.isInstalled()"
class=
"btn btn-primary btn-sm"
>
安装
</button>
</td>
</td>
<td
*ngIf=
"mod.isInstalled()&&!mod.isReady()"
>
<td
*ngIf=
"mod.isInstalled()&&!mod.isReady()"
>
:
<progress
class=
"progress progress-striped progress-animated"
value=
"{{mod.status.progress}}"
max=
"{{mod.status.total}}"
></progress>
<progress
class=
"progress progress-striped progress-animated"
value=
"{{mod.status.progress}}"
max=
"{{mod.status.total}}"
></progress>
<!--<div i18n *ngIf="mod.isWaiting()">等待安装...</div>-->
<!--<div i18n *ngIf="mod.isWaiting()">等待安装...</div>-->
</td>
</td>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<input
id=
"create_desktop_shortcut"
type=
"checkbox"
name=
"desktop"
[(ngModel)]=
"installOption.createDesktopShortcut"
>
<input
id=
"create_desktop_shortcut"
type=
"checkbox"
name=
"desktop"
[(ngModel)]=
"installOption.createDesktopShortcut"
>
<label
i18n
for=
"create_desktop_shortcut"
>
创建桌面快捷方式
</label>
<label
i18n
for=
"create_desktop_shortcut"
>
创建桌面快捷方式
</label>
</div>
</div>
<h4
*ngIf=
"references.length>0"
>
扩展内容
</h4>
<h4
i18n
*ngIf=
"references.length>0"
>
扩展内容
</h4>
<div
*ngFor=
"let reference of references"
><label>
<div
*ngFor=
"let reference of references"
><label>
<input
type=
"checkbox"
[(ngModel)]=
"referencesInstall[reference.id]"
name=
"references"
>
{{reference.name}}
<input
type=
"checkbox"
[(ngModel)]=
"referencesInstall[reference.id]"
name=
"references"
>
{{reference.name}}
</label></div>
</label></div>
...
...
locale/messages.en-US.xlf
View file @
8b56b547
...
@@ -175,6 +175,11 @@
...
@@ -175,6 +175,11 @@
<source>
创建桌面快捷方式
</source>
<source>
创建桌面快捷方式
</source>
<target>
Create Desktop Shortcut
</target>
<target>
Create Desktop Shortcut
</target>
</trans-unit>
<trans-unit
datatype=
"html"
id=
"2af1068491573803bc4756c4f94a689155370d9c"
>
<source>
扩展内容
</source>
<target>
Expantion
</target>
</trans-unit>
</trans-unit>
<trans-unit
datatype=
"html"
id=
"2ba33dd61b1ac70666322680f248e5336b3ee69a"
>
<trans-unit
datatype=
"html"
id=
"2ba33dd61b1ac70666322680f248e5336b3ee69a"
>
<source>
依赖:
</source>
<source>
依赖:
</source>
...
...
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