feat(webui): add pigment (#1507)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled

Reviewed-on: #1507
Reviewed-by: Sainan <sainan@calamity.inc>
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
AMelonInsideLemon 2025-04-08 03:05:53 -07:00 committed by Sainan
parent 8ce86ad4fd
commit dcdeb0cd34
6 changed files with 10 additions and 0 deletions

View File

@ -221,6 +221,11 @@ function fetchItemList() {
name: loc("code_zanuka") name: loc("code_zanuka")
}); });
data.miscitems.push({
uniqueName: "/Lotus/Types/Items/Research/DojoColors/GenericDojoColorPigment",
name: loc("code_pigment")
});
const itemMap = { const itemMap = {
// Generics for rivens // Generics for rivens
"/Lotus/Weapons/Tenno/Archwing/Primary/ArchGun": { name: loc("code_archgun") }, "/Lotus/Weapons/Tenno/Archwing/Primary/ArchGun": { name: loc("code_archgun") },

View File

@ -53,6 +53,7 @@ dict = {
code_setInactive: `Quest inaktiv setzen`, code_setInactive: `Quest inaktiv setzen`,
code_completed: `Abgeschlossen`, code_completed: `Abgeschlossen`,
code_active: `Aktiv`, code_active: `Aktiv`,
code_pigment: `Pigment`,
login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`, login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`,
login_emailLabel: `E-Mail-Adresse`, login_emailLabel: `E-Mail-Adresse`,
login_passwordLabel: `Passwort`, login_passwordLabel: `Passwort`,

View File

@ -52,6 +52,7 @@ dict = {
code_setInactive: `Make the quest inactive`, code_setInactive: `Make the quest inactive`,
code_completed: `Completed`, code_completed: `Completed`,
code_active: `Active`, code_active: `Active`,
code_pigment: `Pigment`,
login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`, login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`,
login_emailLabel: `Email address`, login_emailLabel: `Email address`,
login_passwordLabel: `Password`, login_passwordLabel: `Password`,

View File

@ -53,6 +53,7 @@ dict = {
code_setInactive: `[UNTRANSLATED] Make the quest inactive`, code_setInactive: `[UNTRANSLATED] Make the quest inactive`,
code_completed: `[UNTRANSLATED] Completed`, code_completed: `[UNTRANSLATED] Completed`,
code_active: `[UNTRANSLATED] Active`, code_active: `[UNTRANSLATED] Active`,
code_pigment: `Pigment`,
login_description: `Connexion avec les informations de connexion OpenWF.`, login_description: `Connexion avec les informations de connexion OpenWF.`,
login_emailLabel: `Email`, login_emailLabel: `Email`,
login_passwordLabel: `Mot de passe`, login_passwordLabel: `Mot de passe`,

View File

@ -53,6 +53,7 @@ dict = {
code_setInactive: `Сделать квест неактивным`, code_setInactive: `Сделать квест неактивным`,
code_completed: `Завершено`, code_completed: `Завершено`,
code_active: `Активный`, code_active: `Активный`,
code_pigment: `Пигмент`,
login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`, login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`,
login_emailLabel: `Адрес электронной почты`, login_emailLabel: `Адрес электронной почты`,
login_passwordLabel: `Пароль`, login_passwordLabel: `Пароль`,

View File

@ -53,6 +53,7 @@ dict = {
code_setInactive: `[UNTRANSLATED] Make the quest inactive`, code_setInactive: `[UNTRANSLATED] Make the quest inactive`,
code_completed: `[UNTRANSLATED] Completed`, code_completed: `[UNTRANSLATED] Completed`,
code_active: `[UNTRANSLATED] Active`, code_active: `[UNTRANSLATED] Active`,
code_pigment: `颜料`,
login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同)。`, login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同)。`,
login_emailLabel: `电子邮箱`, login_emailLabel: `电子邮箱`,
login_passwordLabel: `密码`, login_passwordLabel: `密码`,