Commit 45061b60 authored by 神楽坂玲奈's avatar 神楽坂玲奈

ygopro翻译

parent 96e5b306
......@@ -10,3 +10,4 @@
/.idea/
.DS_Store
Thumbs.db
messages.xlf
......@@ -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>
......
This diff is collapsed.
This diff is collapsed.
{
"name": "mycard",
"version": "3.0.0-dev.11",
"version": "3.0.0-dev.12",
"description": "mycard",
"keywords": [],
"author": "zh99998 <zh99998@gmail.com>",
......
......@@ -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',
......
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