forked from OpenWF/SpaceNinjaServer
		
	feat(webui): add pigment (#1507)
Reviewed-on: OpenWF/SpaceNinjaServer#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:
		
							parent
							
								
									8ce86ad4fd
								
							
						
					
					
						commit
						dcdeb0cd34
					
				@ -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") },
 | 
				
			||||||
 | 
				
			|||||||
@ -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`,
 | 
				
			||||||
 | 
				
			|||||||
@ -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`,
 | 
				
			||||||
 | 
				
			|||||||
@ -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`,
 | 
				
			||||||
 | 
				
			|||||||
@ -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: `Пароль`,
 | 
				
			||||||
 | 
				
			|||||||
@ -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: `密码`,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user