mirror of
https://github.com/samnyan/aqua-viewer.git
synced 2026-04-25 15:57:36 -05:00
修改DIVA和音击部分汉化,修改了一部分用词不统一的地方
This commit is contained in:
parent
91d3ef991f
commit
5111ac94d9
|
|
@ -31,32 +31,32 @@
|
|||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>等级</mat-label>
|
||||
<mat-label>级别</mat-label>
|
||||
<mat-select formControlName="league">
|
||||
<mat-option value="0">Beginner</mat-option>
|
||||
<mat-option value="1">Intermediate</mat-option>
|
||||
<mat-option value="2">Advanced</mat-option>
|
||||
<mat-option value="3">Professional</mat-option>
|
||||
<mat-option value="0">下级</mat-option>
|
||||
<mat-option value="1">中级</mat-option>
|
||||
<mat-option value="2">上级</mat-option>
|
||||
<mat-option value="3">超上级</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>总星数</mat-label>
|
||||
<mat-label>最低总星数要求</mat-label>
|
||||
<input formControlName="stars" matInput required type="number">
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>最低难度</mat-label>
|
||||
<mat-label>最低复杂度</mat-label>
|
||||
<input formControlName="minComplexity" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>最高难度</mat-label>
|
||||
<mat-label>最高复杂度</mat-label>
|
||||
<input formControlName="maxComplexity" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<p>复杂度= 星级 x 2 示例: 9.5星 = 复杂度19. 最高值:20, 最低值:1. </p>
|
||||
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>游玩次数</mat-label>
|
||||
<mat-label>最多游玩次数</mat-label>
|
||||
<input formControlName="stages" matInput required type="number">
|
||||
</mat-form-field>
|
||||
|
||||
|
|
@ -108,8 +108,8 @@
|
|||
</mat-form-field>
|
||||
<p>PV难度列表格式: "pv_difficulty:min_complexity:max_complexity,...".
|
||||
请使用他来控制PV列表的难度Pv <br>
|
||||
PV难度: -1:无限制, 0:Easy, 1:Normal 但是2和3无法生效,所以请设置为-1
|
||||
然后设置复杂度. <br>
|
||||
PV难度: -1:无限制, 0:Easy, 1:Normal。但是设置为2和3似乎没有任何效果,所以请设置为-1
|
||||
然后手动设置复杂度. <br>
|
||||
复杂度设置:同上. </p>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>青铜课题奖励</mat-label>
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
</mat-form-field>
|
||||
|
||||
<p>课题奖励格式: "rewardType:rewardId:string1:string2" string1 和 2 必须存在. 使用 *** 或者是 %2A%2A%2A 作为占位符 <br>
|
||||
奖励类型: (-1 无, 0 VP, 1 皮肤, 2 称号, 3 饰品)</p>
|
||||
奖励类型: (-1 无, 0 VP, 1 打歌面板, 2 称号, 3 饰品)</p>
|
||||
<button [disabled]="!contestForm.valid" mat-flat-button type="submit">Submit</button>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
|
|
|
|||
|
|
@ -33,23 +33,23 @@
|
|||
<td>{{contest.endTime}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>等级</th>
|
||||
<th>级别</th>
|
||||
<td>{{contestLeague[contest.league]}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>总星数</th>
|
||||
<th>最低总星数要求</th>
|
||||
<td>{{contest.stars}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>最低难度</th>
|
||||
<th>最低复杂度</th>
|
||||
<td>{{contest.minComplexity}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>最高难度</th>
|
||||
<th>最高复杂度</th>
|
||||
<td>{{contest.maxComplexity}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>游玩次数</th>
|
||||
<th>最多游玩次数</th>
|
||||
<td>{{contest.stages}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
<mat-card>
|
||||
<mat-card-title>
|
||||
<div class="title">加成</div>
|
||||
<div class="title">节日加成</div>
|
||||
</mat-card-title>
|
||||
<mat-card-content>
|
||||
<form (ngSubmit)="onSubmit()" [formGroup]="festaForm">
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>名称</mat-label>
|
||||
<mat-label>节日名称</mat-label>
|
||||
<input formControlName="name" matInput required type="text">
|
||||
</mat-form-field>
|
||||
<mat-checkbox class="full-width" formControlName="enable">已启用</mat-checkbox>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>类型</mat-label>
|
||||
<mat-label>加成类型</mat-label>
|
||||
<mat-select formControlName="kind">
|
||||
<mat-option value="0">PinkFesta</mat-option>
|
||||
<mat-option value="1">GreenFesta</mat-option>
|
||||
|
|
@ -20,10 +20,10 @@
|
|||
<mat-label>难度限制</mat-label>
|
||||
<mat-select formControlName="difficulty">
|
||||
<mat-option value="-1">无限制</mat-option>
|
||||
<mat-option value="0">简单</mat-option>
|
||||
<mat-option value="1">普通</mat-option>
|
||||
<mat-option value="2">困难</mat-option>
|
||||
<mat-option value="3">专家</mat-option>
|
||||
<mat-option value="0">Easy</mat-option>
|
||||
<mat-option value="1">Normal</mat-option>
|
||||
<mat-option value="2">Hard</mat-option>
|
||||
<mat-option value="3">Extreme</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<mat-card>
|
||||
<mat-card-title>
|
||||
<div>加成列表, 长度: {{festas ? festas.length : 0}}</div>
|
||||
<div>节日加成列表, 长度: {{festas ? festas.length : 0}}</div>
|
||||
<button (click)="edit(undefined)" mat-flat-button>添加</button>
|
||||
</mat-card-title>
|
||||
</mat-card>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<td>{{festa.id}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>名称</th>
|
||||
<th>节日名称</th>
|
||||
<td>{{festa.name}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<h2>服务器设定</h2>
|
||||
<mat-nav-list>
|
||||
<mat-list-item routerLink="/diva/management/festa">
|
||||
<a matLine>加成</a>
|
||||
<a matLine>节日加成</a>
|
||||
</mat-list-item>
|
||||
<mat-list-item routerLink="/diva/management/contest">
|
||||
<a matLine>课题</a>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<td>{{profile.playerName}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>玩家级别</th>
|
||||
<th>玩家等级</th>
|
||||
<td>{{profile.level}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
||||
<button (click)="load()" mat-flat-button>更多内容</button>
|
||||
<button (click)="load()" mat-flat-button>更多记录</button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<td mat-cell *matCellDef="let element"> {{element.songName}} </td>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="songNameEng">
|
||||
<th mat-header-cell *matHeaderCellDef> 英文歌曲名</th>
|
||||
<th mat-header-cell *matHeaderCellDef> 歌曲英文名</th>
|
||||
<td mat-cell *matCellDef="let element"> {{element.songNameEng}} </td>
|
||||
</ng-container>
|
||||
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
<td>{{record.customize.customizeFlag}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>游戏主题:</th>
|
||||
<th>面板:</th>
|
||||
<td>{{record.customize.skin}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -76,11 +76,11 @@
|
|||
<td>{{record.customize.buttonSe}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>拖拽音效:</th>
|
||||
<th>连续拖拽音效:</th>
|
||||
<td>{{record.customize.chainSlideSe}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>连续拖拽音效:</th>
|
||||
<th>拖拽音效:</th>
|
||||
<td>{{record.customize.slideSe}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
<input formControlName="customizeFlag" matInput required type="text">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>游戏主题</mat-label>
|
||||
<mat-label>面板</mat-label>
|
||||
<input formControlName="skin" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
|
|
@ -118,11 +118,11 @@
|
|||
<input formControlName="buttonSe" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>拖拽音效</mat-label>
|
||||
<mat-label>连续拖拽音效</mat-label>
|
||||
<input formControlName="chainSlideSe" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>连续拖拽音效</mat-label>
|
||||
<mat-label>拖拽音效</mat-label>
|
||||
<input formControlName="slideSe" matInput required type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<td><button mat-flat-button (click)="addRival(item.id)">设为对手</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<ng-template #empty_easy>还没有人打这个PV</ng-template>
|
||||
<ng-template #empty_easy>暂时还没有人打过这个难度</ng-template>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
<mat-card>
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
<td><button mat-flat-button (click)="addRival(item.id)">设为对手</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<ng-template #empty_easy>还没有人打这个PV</ng-template>
|
||||
<ng-template #empty_easy>暂时还没有人打过这个难度</ng-template>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
<mat-card>
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
<td><button mat-flat-button (click)="addRival(item.id)">设为对手</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<ng-template #empty_easy>还没有人打这个PV</ng-template>
|
||||
<ng-template #empty_easy>暂时还没有人打过这个难度</ng-template>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
<mat-card>
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
<td><button mat-flat-button (click)="addRival(item.id)">设为对手</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<ng-template #empty_easy>还没有人打这个PV</ng-template>
|
||||
<ng-template #empty_easy>暂时还没有人打过这个难度</ng-template>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
<mat-card>
|
||||
|
|
@ -205,7 +205,7 @@
|
|||
<td><button mat-flat-button (click)="addRival(item.id)">设为对手</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<ng-template #empty_easy>还没有人打这个PV</ng-template>
|
||||
<ng-template #empty_easy>暂时还没有人打过这个难度</ng-template>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<h1 mat-dialog-title>收藏夹设定</h1>
|
||||
<div mat-dialog-content>
|
||||
<span>歌曲的编号共有有40位,所以请确保其中有39个逗号</span><br>
|
||||
<span>歌曲的编号位共有40个,所以请确保其中有39个逗号</span><br>
|
||||
<mat-form-field>
|
||||
<mat-label>myList</mat-label>
|
||||
<mat-select [(ngModel)]="data.selector">
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
<input [(ngModel)]="data.buttonSe" matInput type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field>
|
||||
<mat-label>拖拽音效</mat-label>
|
||||
<mat-label>连续拖拽音效</mat-label>
|
||||
<input [(ngModel)]="data.chainSlideSe" matInput type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field>
|
||||
<mat-label>连续拖拽音效</mat-label>
|
||||
<mat-label>拖拽音效</mat-label>
|
||||
<input [(ngModel)]="data.slideSe" matInput type="number">
|
||||
</mat-form-field>
|
||||
<mat-form-field>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
</mat-card>
|
||||
|
||||
<mat-card *ngIf="profile">
|
||||
<mat-card-title>游戏主题</mat-card-title>
|
||||
<mat-card-title>打歌面板</mat-card-title>
|
||||
<mat-card-content>
|
||||
<div class="content">
|
||||
主题ID:
|
||||
|
|
@ -71,8 +71,8 @@
|
|||
<mat-card-content>
|
||||
<div class="content">
|
||||
按键音效: {{profile.buttonSe == -1 ? '默认设定' : profile.buttonSe}}<br>
|
||||
拖拽音效: {{profile.chainSlideSe == -1 ? '默认设定' : profile.chainSlideSe}}<br>
|
||||
连续拖拽音效: {{profile.slideSe == -1 ? '默认设定' : profile.slideSe}}<br>
|
||||
连续拖拽音效: {{profile.chainSlideSe == -1 ? '默认设定' : profile.chainSlideSe}}<br>
|
||||
拖拽音效: {{profile.slideSe == -1 ? '默认设定' : profile.slideSe}}<br>
|
||||
拖拽条操作音效: {{profile.sliderTouchSe == -1 ? '默认设定' : profile.sliderTouchSe}}<br>
|
||||
</div>
|
||||
<div class="action">
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
Clear最低达成率显示: {{profile.showClearStatus}}<br>
|
||||
Great最低达成率显示: {{profile.showGreatBorder}}<br>
|
||||
击败对手的最低达成率显示: {{profile.showRivalBorder}}<br>
|
||||
显示游戏选项: {{profile.showRgoSetting}}<br>
|
||||
显示节奏游戏道具: {{profile.showRgoSetting}}<br>
|
||||
</div>
|
||||
<div class="action">
|
||||
<button (click)="display()" mat-button>编辑</button>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<h1 mat-dialog-title>设定游戏主题</h1>
|
||||
<h1 mat-dialog-title>设定打歌面板</h1>
|
||||
<div mat-dialog-content>
|
||||
<mat-form-field>
|
||||
<mat-label>主题ID:</mat-label>
|
||||
<mat-label>面板ID:</mat-label>
|
||||
<input type="number" [(ngModel)]="data.skinId" matInput>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
</mat-card-content>
|
||||
<mat-card-actions>
|
||||
<div fxFlex></div>
|
||||
<button (click)="insertCard(item.id)" mat-button>我想要它!!</button>
|
||||
<button (click)="insertCard(item.id)" mat-button>我要白嫖!!</button>
|
||||
</mat-card-actions>
|
||||
</mat-card>
|
||||
<div class="pagination">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user