You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"avgNotFound": "Average tier information not available",
155
-
"playing": "In Game"
156
-
},
157
-
"myTeam": "My Team",
158
-
"enemyTeam": "Enemy Team",
159
-
"rankStats": "Rank Stats",
160
-
"score": "PS Score",
161
-
"runeBuild": "Rune Build",
162
-
"game": "Game",
163
-
"notFound": {
164
-
"title": "Cannot fetch in-game information",
165
-
"description": "Either not currently in a game or unable to fetch in-game information.",
166
-
"reload": "Reload"
167
-
}
168
-
}
169
-
},
170
-
"setting": {
171
-
"general": {
172
-
"autoLaunch": {
173
-
"title": "Automatically Start Minimized on Computer Boot",
174
-
"description": "Automatically starts the app in minimized mode after the computer is turned on."
175
-
},
176
-
"openWindowWhenLeagueClientLaunch": {
177
-
"title": "Automatically Open LADA Window",
178
-
"description": "Opens LADA window automatically when the League of Legends client starts.\nLADA should be running in minimized mode."
179
-
},
180
-
"language": {
181
-
"title": "Language Settings",
182
-
"description": "Sets the language for LADA.\nChanging the language requires a restart of the app."
183
-
},
184
-
"zoom": {
185
-
"title": "App Zoom Level",
186
-
"description": "Sets the zoom level of the app screen.\nDefault is 100%."
187
-
},
188
-
"developerMode": {
189
-
"title": "Developer Mode Settings",
190
-
"description": "Enables or disables developer mode.\nWhen enabled, developer tools are activated."
191
-
},
192
-
"restoreWindowPosition": {
193
-
"title": "Restore Window Position",
194
-
"description": "Opens to the previous location when the LADA window is lit.\nIt always opens in the center of the screen when disabled."
195
-
},
196
-
"appVersion": {
197
-
"title": "App Version",
198
-
"description": "Displays the current version of the app.\nYou can check the changes through the following link.",
199
-
"releaseList": "App Release List",
200
-
"updateNote": "Update Notes",
201
-
"updateStatus": {
202
-
"currentVersion": "Current Version",
203
-
"checking-for-update": {
204
-
"description": "Checking for updates..."
205
-
},
206
-
"update-available": {
207
-
"description": "Update available. Downloading..."
208
-
},
209
-
"update-not-available": {
210
-
"description": "Up to date.",
211
-
"checkForUpdate": "Check for Update"
212
-
},
213
-
"error": {
214
-
"description": "Error occurred while checking for updates.",
215
-
"checkForUpdate": "Check for Update"
216
-
},
217
-
"download-progress": {
218
-
"description": "Downloading..."
219
-
},
220
-
"update-downloaded": {
221
-
"description": "Update downloaded.\nThe app will apply the update upon restart.",
222
-
"quitAndInstall": "Install Now"
223
-
}
224
-
}
225
-
}
226
-
},
227
-
"game": {
228
-
"statsProvider": {
229
-
"title": "Statistics Provider",
230
-
"description": "Selects the service providing statistical information.\nCan change services providing data such as champion tier.\n\nCurrently supporting only LOL.PS."
231
-
},
232
-
"useCurrentPositionChampionData": {
233
-
"title": "Champion Information - Priority by Current Position",
234
-
"description": "Displays champion information based on the current assigned position.\nDisabling this will show the champion's main position by default."
235
-
},
236
-
"autoAccept": {
237
-
"title": "Auto Accept Matchmaking",
238
-
"description": "Automatically accepts game matchmaking.\nWhen enabled, matches are accepted without needing to click the accept button.",
239
-
"autoAcceptDelaySeconds": {
240
-
"label": "Time to Wait for Auto Accept",
241
-
"seconds": "seconds"
242
-
}
243
-
},
244
-
"autoRuneSetting": {
245
-
"title": "Auto Rune Settings",
246
-
"description": "Automatically sets rune pages during champion selection."
247
-
},
248
-
"autoSummonerSpellSetting": {
249
-
"title": "Auto Summoner Spell Settings",
250
-
"description": "Automatically sets summoner spells during champion selection.",
251
-
"flash": "Flash"
252
-
}
253
-
},
254
-
"developer": {
255
-
"dataRefreshTime": {
256
-
"title": "Data Refresh Date",
257
-
"description": "Below is the refresh date for all data.\nIt automatically refreshes every {{minute}} minutes.\n\nTo manually update the data, click the refresh button on the right.",
258
-
"refresh": "reload"
259
-
},
260
-
"storePath": {
261
-
"title": "Store Path",
262
-
"description": "Path where settings and data are stored."
263
-
},
264
-
"logs": {
265
-
"title": "Logs",
266
-
"description": "Logs generated by the app.\nIf necessary, you can delete logs using the button on the right.",
267
-
"logSize": "Log Size",
268
-
"clear": "Clear Logs"
269
-
}
270
-
}
271
-
},
272
-
"needUpdateLaterNotification": {
273
-
"title": "Update Pending",
274
-
"description": "An update is pending while you're in champion select.\nThe update will proceed when you restart the app.\n\nYou can also manually update: [General Settings > App Version]"
0 commit comments