将英语的gacha ID改为egg machine ID
This commit is contained in:
parent
73f0fe9da6
commit
8510c651d4
|
@ -55,7 +55,7 @@
|
|||
content: "Collab ID:";
|
||||
}
|
||||
.monsterinfo-box .monster-gachaId::before{
|
||||
content: "Gacha ID:";
|
||||
content: "Egg Machine ID:";
|
||||
}
|
||||
.monsterinfo-box .monster-altName::before{
|
||||
content: "Tags";
|
||||
|
@ -693,7 +693,7 @@ label[for="qr-data-type-paddb"]::before
|
|||
}
|
||||
.dialog-dungeon-enchance .gacha-list::before
|
||||
{
|
||||
content: "Gacha ID:";
|
||||
content: "Egg Machine ID:";
|
||||
}
|
||||
.dialog-dungeon-enchance .collab-list::after,
|
||||
.dialog-dungeon-enchance .gacha-list::after
|
||||
|
|
|
@ -223,8 +223,8 @@ let localTranslating = {
|
|||
sub_members: tp`sub-members`,
|
||||
leader_self: tp`left leader`,
|
||||
leader_helper: tp`right leader`,
|
||||
collab_id: tp`card with collab ID of ${'id'} `,
|
||||
gacha_id: tp`card with gacha ID of ${'id'} `,
|
||||
collab_id: tp`Cards with Collaboration ID of ${'id'} `,
|
||||
gacha_id: tp`Cards with Egg Machine ID of ${'id'} `,
|
||||
enemy: tp`Enemy`,
|
||||
enemy_all: tp`all enemys`,
|
||||
enemy_one: tp`1 enemy`,
|
||||
|
|
|
@ -21023,7 +21023,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"script-json_data.js",
|
||||
"fd3a86656a0151df824eb9fd4d56eec8"
|
||||
"50731e4d514b657297dc20fb9863bb15"
|
||||
],
|
||||
[
|
||||
"script-skill-parser.js",
|
||||
|
@ -21059,7 +21059,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"languages/en.css",
|
||||
"c9dc45ad0c9bbc519f039d1ebba8b814"
|
||||
"ffc973197b3af56b04efca9476db2973"
|
||||
],
|
||||
[
|
||||
"languages/en.js",
|
||||
|
|
Loading…
Reference in New Issue