aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
blob: cf314ad4229135c3bf5f488be829a3439684438e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
{
	"lang": {
		"title": "English"
	},

	"cli": {
		"help": {
			"help": "shows this help message",
			"devtools": "opens the dev/debug tools",
			"version": "outputs version info",
			"cli": "forces the CLI to enable",
			"update": "updates Northstar from your set game path",
			"setpath": "sets your game path",
			"update_vp": "updates Viper itself, if supported.",
			"no_vp_updates": "overwrites viper.json and disables Viper updates",
			"install_mod": "installs a mod, folder or zip",
			"remove_mod": "removes a mod",
			"toggle_mod": "toggles a mod"
		},

		"setpath": {
			"no_arg": "No argument provided for --setpath"
		},

		"update": {
			"current": "Current version:",
			"downloading": "Downloading...",
			"checking": "Checking for updates...",
			"download_done": "Download done! Extracting...",
			"finished": "Installation/Update finished!",
			"uptodate": "Latest version (%s) is already installed, skipping update.",
			"no_internet": "No Internet connection"
		},

		"auto_updates": {
			"checking": "Checking for Northstar updates...",
			"available": "Northstar update available!",
			"updating_ns": "Launching update process...",
			"no_update": "No Northstar update available."
		},

		"launch": {
			"linux_error": "Launching the game is not currently supported on Linux"
		},

		"gamepath": {
			"lost": "Gamepath not found, make sure it's mounted!"
		},

		"mods": {
			"failed": "Failed to install mod!",
			"removed": "Successfully removed mod!",
			"toggled": "Successfully toggled mod",
			"installed": "Successfully installed mod!",
			"cant_find": "Can't find a mod with that name!",
			"not_a_mod": "Selected folder/file is not a mod",
			"toggled_all": "Successfully toggled all mods",
			"improper_json": "%s's mod.json has formatting errors"
		}
	},
	"gui": {
		"exit": "Exit",
		"welcome": "Welcome to Viper!",
		"setpath": "Change Game Path",

		"versions": {
			"viper": "Viper version",
			"northstar": "Northstar version"
		},

		"update": {
			"button": "Update",
			"check": "Check for updates",
			"downloading": "Downloading...",
			"extracting": "Extracting update...",
			"finished": "Done! Ready to play!",
			"uptodate": "Already up to date!",
			"available": "A new update for Viper is available, do you want to restart and apply it?"
		},

		"mods": {
			"title": "Mods",
			"count": "Mods Installed:",
			"disabled_tag": "Disabled",
			"remove": "Remove",
			"install": "Install Mod",
			"find": "Find Mods",
			"toggle_all": "Toggle All",
			"toggle_all_confirm": "Toggling all mods could disable mods required for Northstar to function. Are you sure?",
			"remove_all": "Remove All",
			"remove_all_confirm": "Removing all mods will usually require you to reinstall Northstar. Are you sure?",
			"nothing_selected": "You've not selected a mod.",
			"required_confirm": "You've selected a core mod, Northstar may not function without it. Are you sure?",

			"not_a_mod": "Not a mod!",
			"unknown_author": "Unknown",
			"extracting": "Extracting mod...",
			"installing": "Installing mod...",
			"installed_mod": "Installed mod!",
			"drag_n_drop": "Drag and drop a mod to install",
			"confirm_dependencies": "This package has dependencies, shown below, clicking \"Ok\" will install the package and the dependencies.\n\n",

			"confirm_plugins": {
				"title": "The following package has native plugins:",
				"description": "Native plugins have far more system access than a regular mod, and because of this they're inherently less secure to have installed, as a malicious plugin could do far more harm this way. If this plugin is one from a trusted developer or similar or you know what you're doing, then you can disregard this message completely."
			}
		},

		"browser": {
			"info": "Info",
			"view": "View",
			"made_by": "by",
			"search": "Search...",
			"update": "Update",
			"install": "Install",
			"reinstall": "Re-Install",
			"loading": "Loading mods...",
			"load_more": "Load more...",
			"end_of_list": "All packages have been loaded.",
			"no_results": "No results...",

			"filter": {
				"mods": "Mods",
				"skins": "Skins",
				"client": "Client-side",
				"server": "Server-side"
			}
		},

		"settings": {
			"save": "Save",
			"discard": "Discard",

			"title": {
				"ns": "Northstar",
				"language": "Language",
				"updates": "Updates",
				"misc": "Miscellaneous"
			},

			"nsargs": {
				"title": "Launch options",
				"desc": "Here you can add launch options for Northstar/Titanfall."
			},

			"autolang": {
				"title": "Auto-Detect Language",
				"desc": "When enabled, Viper tries to automatically detect your system language, when disabled you can manually change the language below."
			},

			"forcedlang": {
				"title": "Language",
				"desc": "When \"Auto-Detect Language\" is disabled, this will decide the language. Requires a restart to take effect."
			},

			"autoupdate": {
				"title": "Viper Auto-Updates",
				"desc": "Viper will automatically keep itself up-to-date."
			},

			"nsupdate": {
				"title": "Northstar Auto-Updates",
				"desc": "Viper will automatically keep Northstar up-to-date, however it can still manually be updated through the Northstar page."
			},

			"excludes": {
				"title": "Retain files on update",
				"desc": "When Northstar is updated, files specified here will not be overwritten by files from the new Northstar update, unless you know what you're changing, you should probably not change anything here. Each file is separated with a space."
			},

			"originkill": {
				"title": "Automatically quit Origin and or EA Desktop",
				"desc": "When Viper exits, automatically quit Origin and or EA Desktop as well."
			}
		},

		"nsupdate": {
			"gaming": {
				"title": "Northstar update available!",
				"body": "An update for Northstar is available.\nYou can force its installation after closing the game."
			}
		},

		"server": {
			"player": "player",
			"players": "players",
			"servers": "servers",
			"offline": "Masterserver is Offline"
		},

		"launch": "Launch",
		"install": "Install",

		"gamepath": {
			"must": "The game path must be set to start Viper.",
			"wrong": "This folder is not a valid game path.",
			"lost": "Gamepath no longer exists/can't be found!\n\nMake sure your drive is mounted properly, or if you moved your game location that you update the game path.\n\nViper may not work properly until next restart!"
		},

		"toast": {
			"title": {
				"installed": "Mod installed!",
				"duped": "Duplicate folder names!",
				"failed": "Failed to install",
				"malformed": "Incorrect folder structure!",
				"unknown_error": "Unknown Error!",
				"no_internet": "No Internet"
			},

			"desc": {
				"installed": "has been installed successfully!",
				"malformed": "has an incorrect folder structure, if you're the developer, you should fix this.",
				"failed": "An unknown error occurred while trying to install the mod. This may be the author's fault, and it may also be Viper's fault.",
				"duped": "has multiple mod folders in it, with the same name, causing duplicate folders, if you're the developer, you should fix this.",
				"unknown_error": "An unknown error occurred, click for more details. You may want to take a screenshot of the detailed error when filing a bug report.",
				"no_internet": "Viper may not work properly."
			}
		}
	},

	"viper": {
		"menu": {
			"main": "Viper",
			"release": "Release Notes",
			"info": "Extras"
		},

		"info": {
			"links": "Links",
			"credits": "Credits",
			"discord": "Join Discord:",
			"issues": "Report issues with Viper:"
		}
	},

	"ns": {
		"menu": {
			"main": "Northstar Launcher",
			"mods": "Mods",
			"release": "Release Notes",
			"force_quit": "Force quit game"
		}
	},

	"general": {
		"auto_updates": {
			"game_running": "Game is running, refusing to update Northstar"
		},

		"mods": {
			"enabled": "Enabled mods:",
			"disabled": "Disabled mods:",
			"installed": "Installed mods:"
		},

		"missing_path": "Game location could not be found automatically! Please select it manually!",
		"not_installed": "Northstar is not installed!",
		"running": "Running",
		"launching": "Launching"
	},

	"request": {
		"no_vp_release_notes": "Couldn't fetch Viper release notes.\nTry again later!",
		"no_ns_release_notes": "Couldn't fetch Northstar release notes.\nTry again later!"
	},

	"tooltip": {
		"close": "Close Viper",
		"minimize": "Minimize Viper",
		"settings": "Settings",
		"pages": {
			"viper": "Viper",
			"northstar": "Northstar",
			"titanfall": "Titanfall 2"
		}
	}
}