feat(webui): edit suit invigorations #2478
@ -479,9 +479,7 @@
|
||||
</div>
|
||||
Sainan marked this conversation as resolved
Outdated
|
||||
</div>
|
||||
Sainan marked this conversation as resolved
Outdated
Sainan
commented
The oid is already in the query string. Be consistent. The oid is already in the query string. Be consistent.
|
||||
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
|
||||
<h5 class="card-header">
|
||||
edit suit invigorations
|
||||
</h5>
|
||||
<h5 class="card-header" data-loc="detailedView_editSuitInvigoration"></h5>
|
||||
<div class="card-body">
|
||||
Sainan marked this conversation as resolved
Sainan
commented
All your strings should be added to the translation system. And let's not lowercase a title? 😒 All your strings should be added to the translation system. And let's not lowercase a title? 😒
nyaoouo
commented
because i just use my mobile phone to edit it =_=... because i just use my mobile phone to edit it =_=...
Sainan
commented
Try coding on a PC. :) Try coding on a PC. :)
|
||||
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
||||
<div class="mb-3">
|
||||
Sainan marked this conversation as resolved
Sainan
commented
There are a few more strings here... There are a few more strings here...
nyaoouo
commented
I don't know the exact translation of the attributes, so I'll just estimate it based on the key. I don't know the exact translation of the attributes, so I'll just estimate it based on the key.
|
||||
|
@ -125,6 +125,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `Valenz-Bonus`,
|
||||
detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
|
||||
detailedView_modularPartsLabel: `[UNTRANSLATED] Change Modular Parts`,
|
||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `Riven hinzufügen`,
|
||||
mods_fingerprint: `Fingerabdruck`,
|
||||
|
@ -124,6 +124,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `Valence Bonus`,
|
||||
detailedView_valenceBonusDescription: `You can set or remove the Valence Bonus from your weapon.`,
|
||||
detailedView_modularPartsLabel: `Change Modular Parts`,
|
||||
detailedView_editSuitInvigoration: `Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `Add Riven`,
|
||||
mods_fingerprint: `Fingerprint`,
|
||||
|
@ -125,6 +125,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `Bônus de Valência`,
|
||||
detailedView_valenceBonusDescription: `Puedes establecer o quitar el bono de valencia de tu arma.`,
|
||||
detailedView_modularPartsLabel: `[UNTRANSLATED] Change Modular Parts`,
|
||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `Agregar Agrietado`,
|
||||
mods_fingerprint: `Huella digital`,
|
||||
|
@ -125,6 +125,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `Bonus de Valence`,
|
||||
detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
|
||||
detailedView_modularPartsLabel: `[UNTRANSLATED] Change Modular Parts`,
|
||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `Ajouter un riven`,
|
||||
mods_fingerprint: `Empreinte`,
|
||||
|
@ -125,6 +125,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `Бонус Валентности`,
|
||||
detailedView_valenceBonusDescription: `Вы можете установить или убрать бонус валентности с вашего оружия.`,
|
||||
detailedView_modularPartsLabel: `Изменить Модульные Части`,
|
||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `Добавить Мод Разлома`,
|
||||
mods_fingerprint: `Отпечаток`,
|
||||
|
@ -125,6 +125,7 @@ dict = {
|
||||
detailedView_valenceBonusLabel: `效价加成`,
|
||||
detailedView_valenceBonusDescription: `您可以设置或移除武器上的效价加成.`,
|
||||
detailedView_modularPartsLabel: `更换部件`,
|
||||
detailedView_editSuitInvigoration: `[UNTRANSLATED] Edit Suit Invigoration`,
|
||||
|
||||
mods_addRiven: `添加裂罅MOD`,
|
||||
mods_fingerprint: `印记`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user
Why is this inside of the archon crystals card and not its own card?
Because I didn't realize that you used path route first and then only controlled visibility based on url params...