Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
syntax_j
mycard
Commits
45061b60
Commit
45061b60
authored
Dec 01, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ygopro翻译
parent
96e5b306
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
319 additions
and
173 deletions
+319
-173
.gitignore
.gitignore
+1
-0
app/app-detail.component.html
app/app-detail.component.html
+2
-2
app/ygopro.component.html
app/ygopro.component.html
+46
-53
locale/messages.en-US.xlf
locale/messages.en-US.xlf
+268
-116
package.json
package.json
+1
-1
systemjs.config.js
systemjs.config.js
+1
-1
No files found.
.gitignore
View file @
45061b60
...
...
@@ -10,3 +10,4 @@
/.idea/
.DS_Store
Thumbs.db
messages.xlf
app/app-detail.component.html
View file @
45061b60
...
...
@@ -81,13 +81,13 @@
</select></div>
<h4
i18n
>
快捷方式
</h4>
<div
class=
"checkbox"
>
<input
id=
"create_application_shortcut"
type=
"checkbox"
name=
"application"
[(ngModel)]=
"installConfig.createShortcut"
>
<label
i18n
*ngIf=
"platform == 'darwin'"
for=
"create_application_shortcut"
>
创建 LaunchPad 快捷方式
</label>
<label
i18n
*ngIf=
"platform == 'win32'"
for=
"create_application_shortcut"
>
创建开始菜单快捷方式
</label>
<input
id=
"create_application_shortcut"
type=
"checkbox"
name=
"application"
[(ngModel)]=
"installConfig.createShortcut"
>
</div>
<div
class=
"checkbox"
>
<label
i18n
for=
"create_desktop_shortcut"
>
创建桌面快捷方式
</label>
<input
id=
"create_desktop_shortcut"
type=
"checkbox"
name=
"desktop"
[(ngModel)]=
"installConfig.createDesktopShortcut"
>
<label
i18n
for=
"create_desktop_shortcut"
>
创建桌面快捷方式
</label>
</div>
<h4
*ngIf=
"installConfig.references.length"
>
扩展内容
</h4>
<div
*ngFor=
"let reference of installConfig.references"
><label>
...
...
app/ygopro.component.html
View file @
45061b60
This diff is collapsed.
Click to expand it.
locale/messages.en-US.xlf
View file @
45061b60
This diff is collapsed.
Click to expand it.
package.json
View file @
45061b60
{
"name"
:
"mycard"
,
"version"
:
"3.0.0-dev.1
1
"
,
"version"
:
"3.0.0-dev.1
2
"
,
"description"
:
"mycard"
,
"keywords"
:
[],
"author"
:
"zh99998 <zh99998@gmail.com>"
,
...
...
systemjs.config.js
View file @
45061b60
...
...
@@ -13,7 +13,7 @@ System.config({
app
:
'
app
'
,
// systemjs plugins
'
text
'
:
'
npm:systemjs-
text-plugin
.js
'
,
'
text
'
:
'
npm:systemjs-
plugin-text/text
.js
'
,
// angular bundles
'
@angular/core
'
:
'
npm:@angular/core/bundles/core.umd.js
'
,
...
...
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