XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

feat(webui): add pigment (#1507)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/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>

dcdeb0cd
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

6 个文件 +10 -0
Modified static/webui/script.js +5 -0
@@ -221,6 +221,11 @@ function fetchItemList() {
221 221 name: loc("code_zanuka")
222 222 });
223 223
224 data.miscitems.push({
225 uniqueName: "/Lotus/Types/Items/Research/DojoColors/GenericDojoColorPigment",
226 name: loc("code_pigment")
227 });
228
224 229 const itemMap = {
225 230 // Generics for rivens
226 231 "/Lotus/Weapons/Tenno/Archwing/Primary/ArchGun": { name: loc("code_archgun") },
Modified static/webui/translations/de.js +1 -0
@@ -53,6 +53,7 @@ dict = {
53 53 code_setInactive: `Quest inaktiv setzen`,
54 54 code_completed: `Abgeschlossen`,
55 55 code_active: `Aktiv`,
56 code_pigment: `Pigment`,
56 57 login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`,
57 58 login_emailLabel: `E-Mail-Adresse`,
58 59 login_passwordLabel: `Passwort`,
Modified static/webui/translations/en.js +1 -0
@@ -52,6 +52,7 @@ dict = {
52 52 code_setInactive: `Make the quest inactive`,
53 53 code_completed: `Completed`,
54 54 code_active: `Active`,
55 code_pigment: `Pigment`,
55 56 login_description: `Login using your OpenWF account credentials (same as in-game when connecting to this server).`,
56 57 login_emailLabel: `Email address`,
57 58 login_passwordLabel: `Password`,
Modified static/webui/translations/fr.js +1 -0
@@ -53,6 +53,7 @@ dict = {
53 53 code_setInactive: `[UNTRANSLATED] Make the quest inactive`,
54 54 code_completed: `[UNTRANSLATED] Completed`,
55 55 code_active: `[UNTRANSLATED] Active`,
56 code_pigment: `Pigment`,
56 57 login_description: `Connexion avec les informations de connexion OpenWF.`,
57 58 login_emailLabel: `Email`,
58 59 login_passwordLabel: `Mot de passe`,
Modified static/webui/translations/ru.js +1 -0
@@ -53,6 +53,7 @@ dict = {
53 53 code_setInactive: `Сделать квест неактивным`,
54 54 code_completed: `Завершено`,
55 55 code_active: `Активный`,
56 code_pigment: `Пигмент`,
56 57 login_description: `Войдите, используя учетные данные OpenWF (те же, что и в игре при подключении к этому серверу).`,
57 58 login_emailLabel: `Адрес электронной почты`,
58 59 login_passwordLabel: `Пароль`,
Modified static/webui/translations/zh.js +1 -0
@@ -53,6 +53,7 @@ dict = {
53 53 code_setInactive: `[UNTRANSLATED] Make the quest inactive`,
54 54 code_completed: `[UNTRANSLATED] Completed`,
55 55 code_active: `[UNTRANSLATED] Active`,
56 code_pigment: `颜料`,
56 57 login_description: `使用您的 OpenWF 账户凭证登录(与游戏内连接本服务器时使用的昵称相同)。`,
57 58 login_emailLabel: `电子邮箱`,
58 59 login_passwordLabel: `密码`,