Merge branch 'unlock-all-quests' of http://209.141.38.3/OpenWF/SpaceNinjaServer into unlock-all-quests
Some checks failed
Build / build (22) (push) Failing after 34s
Build / build (20) (push) Failing after 56s
Build / build (18) (push) Failing after 1m9s
Build / build (18) (pull_request) Failing after 36s
Build / build (20) (pull_request) Failing after 56s
Build / build (22) (pull_request) Failing after 58s
Some checks failed
Build / build (22) (push) Failing after 34s
Build / build (20) (push) Failing after 56s
Build / build (18) (push) Failing after 1m9s
Build / build (18) (pull_request) Failing after 36s
Build / build (20) (pull_request) Failing after 56s
Build / build (22) (pull_request) Failing after 58s
This commit is contained in:
commit
c35b764f4f
@ -9,7 +9,6 @@ import { IPolarity, ArtifactPolarity, EquipmentFeatures } from "@/src/types/inve
|
||||
import {
|
||||
ExportCustoms,
|
||||
ExportFlavour,
|
||||
ExportKeys,
|
||||
ExportRegions,
|
||||
ExportResources,
|
||||
ExportVirtuals
|
||||
|
@ -6,7 +6,6 @@ import { IQuestKeyDatabase, IQuestStage } from "@/src/types/inventoryTypes/inven
|
||||
import { logger } from "@/src/utils/logger";
|
||||
import { RequestHandler } from "express";
|
||||
import { ExportKeys } from "warframe-public-export-plus";
|
||||
import { add } from "winston";
|
||||
|
||||
export const manageQuestsController: RequestHandler = async (req, res) => {
|
||||
const accountId = await getAccountIdForRequest(req);
|
||||
|
@ -46,6 +46,7 @@ dict = {
|
||||
navbar_deleteAccount: `Удалить аккаунт`,
|
||||
navbar_inventory: `Инвентарь`,
|
||||
navbar_mods: `Моды`,
|
||||
navbar_quests: `[UNTRANSLATED] Quests`,
|
||||
navbar_cheats: `Читы`,
|
||||
navbar_import: `Импорт`,
|
||||
inventory_addItems: `Добавить предметы`,
|
||||
@ -73,6 +74,7 @@ dict = {
|
||||
inventory_bulkRankUpSpaceWeapons: `Максимальный ранг всего оружия арчвингов`,
|
||||
inventory_bulkRankUpSentinels: `Максимальный ранг всех стражей`,
|
||||
inventory_bulkRankUpSentinelWeapons: `Максимальный ранг всего оружия стражей`,
|
||||
|
||||
currency_RegularCredits: `Кредиты`,
|
||||
currency_PremiumCredits: `Платина`,
|
||||
currency_FusionPoints: `Эндо`,
|
||||
@ -116,6 +118,11 @@ dict = {
|
||||
cheats_changeSupportedSyndicate: `Поддерживаемый синдикат`,
|
||||
cheats_changeButton: `Изменить`,
|
||||
cheats_none: `Отсутствует`,
|
||||
cheats_quests: `[UNTRANSLATED] Quests`,
|
||||
cheats_quests_UnlockAll: `[UNTRANSLATED] Unlock All Quests`,
|
||||
cheats_quests_CompleteAll: `[UNTRANSLATED] Complete All Quests`,
|
||||
cheats_quests_CompleteAllUnlocked: `[UNTRANSLATED] Complete All Unlocked Quests`,
|
||||
cheats_quests_ResetAll: `[UNTRANSLATED] Reset All Quests`,
|
||||
import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`,
|
||||
import_submit: `Submit`
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user