之前忘记加其他语言了
This commit is contained in:
parent
0e707794ce
commit
5d39969705
|
@ -276,10 +276,10 @@
|
|||
content: "Team Move Time: ";
|
||||
}
|
||||
.team-total-info .tIf-total-move::after{
|
||||
content: "s";
|
||||
content: attr(data-general) "s (Awoken bind " attr(data-no-awoken) "s)";
|
||||
}
|
||||
.team-total-info .tIf-total-move.fixed-move-time::after{
|
||||
content: "s (Fiexd)";
|
||||
content: attr(data-general) "s (Fiexd)";
|
||||
}
|
||||
.formation-total-info .tIf-total-hp::before{
|
||||
content: "Total HP (No Awoken): ";
|
||||
|
|
|
@ -265,13 +265,13 @@
|
|||
content: "チームHP (覚醒無効):";
|
||||
}
|
||||
.team-total-info .tIf-total-move::before{
|
||||
content: "チーム操作時間:";
|
||||
content: "操作時間:";
|
||||
}
|
||||
.team-total-info .tIf-total-move::after{
|
||||
content: " 秒";
|
||||
content: attr(data-general) " 秒 (覚醒無効な場合 " attr(data-no-awoken) " 秒)";
|
||||
}
|
||||
.team-total-info .tIf-total-move.fixed-move-time::after{
|
||||
content: " 秒 (固定)";
|
||||
content: attr(data-general) " 秒 (固定)";
|
||||
}
|
||||
.formation-total-info .tIf-total-hp::before{
|
||||
content: "総HP (覚醒無効):";
|
||||
|
|
|
@ -265,10 +265,10 @@
|
|||
content: "팀 운영 시간입니다:";
|
||||
}
|
||||
.team-total-info .tIf-total-move::after{
|
||||
content: "초";
|
||||
content: attr(data-general) " 초 (각성 무효 " attr(data-no-awoken) " 초)";
|
||||
}
|
||||
.team-total-info .tIf-total-move.fixed-move-time::after{
|
||||
content: "초 (고정합니다)";
|
||||
content: attr(data-general) " 초 (고정합니다)";
|
||||
}
|
||||
.formation-total-info .tIf-total-hp::before{
|
||||
content: "총 HP (각성은 없습니다):";
|
||||
|
|
|
@ -268,13 +268,13 @@
|
|||
content: "隊伍HP (無覺醒):";
|
||||
}
|
||||
.team-total-info .tIf-total-move::before{
|
||||
content: "隊伍操作時間:";
|
||||
content: "操作時間:";
|
||||
}
|
||||
.team-total-info .tIf-total-move::after{
|
||||
content: " 秒";
|
||||
content: attr(data-general) " 秒 (封覺醒時 " attr(data-no-awoken) " 秒)";
|
||||
}
|
||||
.team-total-info .tIf-total-move.fixed-move-time::after{
|
||||
content: " 秒(固定)";
|
||||
content: attr(data-general) " 秒 (固定)";
|
||||
}
|
||||
.formation-total-info .tIf-total-hp::before{
|
||||
content: "總HP (無覺醒):";
|
||||
|
|
Loading…
Reference in New Issue