2025-02-06 07:00:21 -08:00
dict = {
2025-02-12 18:15:07 -08:00
general _inventoryUpdateNote : ` Note: Changes made here will only be applied in-game when the game syncs the inventory. Visiting the navigation should be the easiest way to trigger that. ` ,
general _addButton : ` Add ` ,
general _bulkActions : ` Bulk Actions ` ,
code _nonValidAuthz : ` Your credentials are no longer valid. ` ,
code _changeNameConfirm : ` What would you like to change your account name to? ` ,
code _deleteAccountConfirm : ` Are you sure you want to delete your account |DISPLAYNAME| (|EMAIL|)? This action cannot be undone. ` ,
code _archgun : ` Archgun ` ,
code _melee : ` Melee ` ,
code _pistol : ` Pistol ` ,
code _rifle : ` Rifle ` ,
code _shotgun : ` Shotgun ` ,
code _kitgun : ` Kitgun ` ,
code _zaw : ` Zaw ` ,
code _moteAmp : ` Mote Amp ` ,
code _amp : ` Amp ` ,
code _kDrive : ` K-Drive ` ,
code _legendaryCore : ` Legendary Core ` ,
code _traumaticPeculiar : ` Traumatic Peculiar ` ,
2025-02-27 18:00:37 -08:00
code _starter : ` |MOD| (Flawed) ` ,
2025-02-12 18:15:07 -08:00
code _badItem : ` (Imposter) ` ,
code _maxRank : ` Max Rank ` ,
code _rename : ` Rename ` ,
code _renamePrompt : ` Enter new custom name: ` ,
code _remove : ` Remove ` ,
code _addItemsConfirm : ` Are you sure you want to add |COUNT| items to your account? ` ,
2025-03-22 01:10:41 -07:00
code _succRankUp : ` Successfully ranked up. ` ,
2025-02-12 18:15:07 -08:00
code _noEquipmentToRankUp : ` No equipment to rank up. ` ,
code _succAdded : ` Successfully added. ` ,
2025-03-22 03:37:06 -07:00
code _succRemoved : ` Successfully removed. ` ,
2025-02-12 18:15:07 -08:00
code _buffsNumber : ` Number of buffs ` ,
code _cursesNumber : ` Number of curses ` ,
code _rerollsNumber : ` Number of rerolls ` ,
code _viewStats : ` View Stats ` ,
code _rank : ` Rank ` ,
2025-04-25 12:00:38 -07:00
code _rankUp : ` Rank up ` ,
code _rankDown : ` Rank down ` ,
2025-02-12 18:15:07 -08:00
code _count : ` Count ` ,
code _focusAllUnlocked : ` All focus schools are already unlocked. ` ,
code _focusUnlocked : ` Unlocked |COUNT| new focus schools! An inventory update will be needed for the changes to be reflected in-game. Visiting the navigation should be the easiest way to trigger that. ` ,
code _addModsConfirm : ` Are you sure you want to add |COUNT| mods to your account? ` ,
code _succImport : ` Successfully imported. ` ,
2025-03-30 05:10:32 -07:00
code _gild : ` Gild ` ,
2025-03-31 09:18:41 -07:00
code _moa : ` Moa ` ,
code _zanuka : ` Hound ` ,
code _zanukaA : ` Dorma Hound ` ,
code _zanukaB : ` Bhaira Hound ` ,
code _zanukaC : ` Hec Hound ` ,
2025-04-03 10:40:22 -07:00
code _stage : ` Stage ` ,
code _complete : ` Complete ` ,
code _nextStage : ` Next stage ` ,
code _prevStage : ` Previous stage ` ,
code _reset : ` Reset ` ,
code _setInactive : ` Make the quest inactive ` ,
code _completed : ` Completed ` ,
code _active : ` Active ` ,
2025-04-08 03:05:53 -07:00
code _pigment : ` Pigment ` ,
2025-04-21 10:42:48 -07:00
code _mature : ` Mature for combat ` ,
code _unmature : ` Regress genetic aging ` ,
2025-02-12 18:15:07 -08:00
login _description : ` Login using your OpenWF account credentials (same as in-game when connecting to this server). ` ,
login _emailLabel : ` Email address ` ,
login _passwordLabel : ` Password ` ,
login _loginButton : ` Login ` ,
2025-04-22 10:00:26 -07:00
login _registerButton : ` Register ` ,
2025-02-12 18:15:07 -08:00
navbar _logout : ` Logout ` ,
navbar _renameAccount : ` Rename Account ` ,
navbar _deleteAccount : ` Delete Account ` ,
navbar _inventory : ` Inventory ` ,
navbar _mods : ` Mods ` ,
2025-02-18 17:14:42 -08:00
navbar _quests : ` Quests ` ,
2025-02-12 18:15:07 -08:00
navbar _cheats : ` Cheats ` ,
navbar _import : ` Import ` ,
inventory _addItems : ` Add Items ` ,
inventory _suits : ` Warframes ` ,
inventory _longGuns : ` Primary Weapons ` ,
inventory _pistols : ` Secondary Weapons ` ,
inventory _melee : ` Melee Weapons ` ,
inventory _spaceSuits : ` Archwings ` ,
inventory _spaceGuns : ` Archwing Primary Weapons ` ,
inventory _spaceMelee : ` Archwing Melee Weapons ` ,
inventory _mechSuits : ` Necramechs ` ,
inventory _sentinels : ` Sentinels ` ,
inventory _sentinelWeapons : ` Sentinel Weapons ` ,
inventory _operatorAmps : ` Amps ` ,
inventory _hoverboards : ` K-Drives ` ,
2025-04-28 14:01:35 -07:00
inventory _moaPets : ` Moas ` ,
2025-04-21 10:42:48 -07:00
inventory _kubrowPets : ` Beasts ` ,
2025-04-25 12:00:38 -07:00
inventory _evolutionProgress : ` Incarnon Evolution Progress ` ,
2025-02-12 18:15:07 -08:00
inventory _bulkAddSuits : ` Add Missing Warframes ` ,
inventory _bulkAddWeapons : ` Add Missing Weapons ` ,
inventory _bulkAddSpaceSuits : ` Add Missing Archwings ` ,
inventory _bulkAddSpaceWeapons : ` Add Missing Archwing Weapons ` ,
inventory _bulkAddSentinels : ` Add Missing Sentinels ` ,
inventory _bulkAddSentinelWeapons : ` Add Missing Sentinel Weapons ` ,
2025-04-25 12:00:38 -07:00
inventory _bulkAddEvolutionProgress : ` Add Missing Incarnon Evolution Progress ` ,
2025-02-12 18:15:07 -08:00
inventory _bulkRankUpSuits : ` Max Rank All Warframes ` ,
inventory _bulkRankUpWeapons : ` Max Rank All Weapons ` ,
inventory _bulkRankUpSpaceSuits : ` Max Rank All Archwings ` ,
inventory _bulkRankUpSpaceWeapons : ` Max Rank All Archwing Weapons ` ,
inventory _bulkRankUpSentinels : ` Max Rank All Sentinels ` ,
inventory _bulkRankUpSentinelWeapons : ` Max Rank All Sentinel Weapons ` ,
2025-04-25 12:00:38 -07:00
inventory _bulkRankUpEvolutionProgress : ` Max Rank All Incarnon Evolution Progress ` ,
2025-02-18 17:14:42 -08:00
2025-04-03 10:40:22 -07:00
quests _list : ` Quests ` ,
quests _completeAll : ` Complete All Quests ` ,
quests _resetAll : ` Reset All Quests ` ,
quests _giveAll : ` Give All Quests ` ,
2025-02-12 18:15:07 -08:00
currency _RegularCredits : ` Credits ` ,
currency _PremiumCredits : ` Platinum ` ,
currency _FusionPoints : ` Endo ` ,
currency _PrimeTokens : ` Regal Aya ` ,
currency _owned : ` You have |COUNT|. ` ,
powersuit _archonShardsLabel : ` Archon Shard Slots ` ,
2025-04-12 23:54:38 +02:00
powersuit _archonShardsDescription : ` You can use these unlimited slots to apply a wide range of upgrades. ` ,
powersuit _archonShardsDescription2 : ` Note that each archon shard takes some time to be applied when loading in. ` ,
2025-02-12 18:15:07 -08:00
mods _addRiven : ` Add Riven ` ,
mods _fingerprint : ` Fingerprint ` ,
mods _fingerprintHelp : ` Need help with the fingerprint? ` ,
mods _rivens : ` Rivens ` ,
mods _mods : ` Mods ` ,
2025-04-26 11:56:16 -07:00
mods _addMissingUnrankedMods : ` Add Missing Unranked Mods ` ,
2025-04-22 10:00:10 -07:00
mods _removeUnranked : ` Remove Unranked Mods ` ,
2025-04-26 11:56:16 -07:00
mods _addMissingMaxRankMods : ` Add Missing Max Rank Mods ` ,
2025-02-12 18:15:07 -08:00
cheats _administratorRequirement : ` You must be an administrator to use this feature. To become an administrator, add <code>|DISPLAYNAME|</code> to <code>administratorNames</code> in the config.json. ` ,
cheats _server : ` Server ` ,
cheats _skipTutorial : ` Skip Tutorial ` ,
cheats _skipAllDialogue : ` Skip All Dialogue ` ,
cheats _unlockAllScans : ` Unlock All Scans ` ,
cheats _unlockAllMissions : ` Unlock All Missions ` ,
cheats _infiniteCredits : ` Infinite Credits ` ,
cheats _infinitePlatinum : ` Infinite Platinum ` ,
cheats _infiniteEndo : ` Infinite Endo ` ,
cheats _infiniteRegalAya : ` Infinite Regal Aya ` ,
2025-02-22 11:09:17 -08:00
cheats _infiniteHelminthMaterials : ` Infinite Helminth Materials ` ,
2025-04-26 11:55:45 -07:00
cheats _dontSubtractConsumables : ` Don't Subtract Consumables ` ,
2025-02-12 18:15:07 -08:00
cheats _unlockAllShipFeatures : ` Unlock All Ship Features ` ,
cheats _unlockAllShipDecorations : ` Unlock All Ship Decorations ` ,
2025-02-26 15:15:32 -08:00
cheats _unlockAllFlavourItems : ` Unlock All <abbr title= \" Animation Sets, Glyphs, Palettes, etc. \" >Flavor Items</abbr> ` ,
2025-02-12 18:15:07 -08:00
cheats _unlockAllSkins : ` Unlock All Skins ` ,
cheats _unlockAllCapturaScenes : ` Unlock All Captura Scenes ` ,
2025-04-11 06:54:07 -07:00
cheats _unlockAllDecoRecipes : ` Unlock All Dojo Deco Recipes ` ,
2025-02-12 18:15:07 -08:00
cheats _universalPolarityEverywhere : ` Universal Polarity Everywhere ` ,
cheats _unlockDoubleCapacityPotatoesEverywhere : ` Potatoes Everywhere ` ,
cheats _unlockExilusEverywhere : ` Exilus Adapters Everywhere ` ,
cheats _unlockArcanesEverywhere : ` Arcane Adapters Everywhere ` ,
cheats _noDailyStandingLimits : ` No Daily Standing Limits ` ,
2025-04-16 06:30:22 -07:00
cheats _noDailyFocusLimit : ` No Daily Focus Limit ` ,
2025-03-15 06:39:54 -07:00
cheats _noArgonCrystalDecay : ` No Argon Crystal Decay ` ,
2025-04-06 06:04:44 -07:00
cheats _noMasteryRankUpCooldown : ` No Mastery Rank Up Cooldown ` ,
2025-03-13 02:14:53 -07:00
cheats _noVendorPurchaseLimits : ` No Vendor Purchase Limits ` ,
2025-04-17 08:01:59 -07:00
cheats _noDeathMarks : ` No Death Marks ` ,
2025-04-13 05:51:54 -07:00
cheats _noKimCooldowns : ` No KIM Cooldowns ` ,
2025-03-03 05:48:46 -08:00
cheats _instantResourceExtractorDrones : ` Instant Resource Extractor Drones ` ,
2025-04-14 07:14:15 -07:00
cheats _noResourceExtractorDronesDamage : ` No Resource Extractor Drones Damage ` ,
2025-04-27 12:38:55 -07:00
cheats _skipClanKeyCrafting : ` Skip Clan Key Crafting ` ,
2025-03-03 12:48:39 -08:00
cheats _noDojoRoomBuildStage : ` No Dojo Room Build Stage ` ,
2025-04-10 07:14:33 -07:00
cheats _noDojoDecoBuildStage : ` No Dojo Deco Build Stage ` ,
2025-03-06 07:19:01 -08:00
cheats _fastDojoRoomDestruction : ` Fast Dojo Room Destruction ` ,
2025-02-28 12:35:14 -08:00
cheats _noDojoResearchCosts : ` No Dojo Research Costs ` ,
cheats _noDojoResearchTime : ` No Dojo Research Time ` ,
2025-03-08 01:44:30 -08:00
cheats _fastClanAscension : ` Fast Clan Ascension ` ,
2025-02-12 18:15:07 -08:00
cheats _spoofMasteryRank : ` Spoofed Mastery Rank (-1 to disable) ` ,
cheats _saveSettings : ` Save Settings ` ,
cheats _account : ` Account ` ,
cheats _unlockAllFocusSchools : ` Unlock All Focus Schools ` ,
cheats _helminthUnlockAll : ` Fully Level Up Helminth ` ,
2025-03-20 05:36:29 -07:00
cheats _intrinsicsUnlockAll : ` Max Rank All Intrinsics ` ,
2025-02-12 18:15:07 -08:00
cheats _changeSupportedSyndicate : ` Supported syndicate ` ,
cheats _changeButton : ` Change ` ,
cheats _none : ` None ` ,
import _importNote : ` You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account. ` ,
2025-02-26 06:15:13 +01:00
import _submit : ` Submit ` ,
prettier _sucks _ass : ` `
2025-02-12 18:15:07 -08:00
} ;