Skip to content

Commit 427d679

Browse files
committed
버그 및 에셋 수정
1 parent 7ee13dc commit 427d679

File tree

18 files changed

+153
-677
lines changed

18 files changed

+153
-677
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
'@typescript-eslint/no-var-requires': 'off',
3232
'prefer-const': 'off',
3333
'no-async-promise-executor': 'off',
34+
'no-prototype-builtins': 'off',
3435
},
3536
overrides: [
3637
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Electron starter kit with multiple features
4848

4949
## Github workflow
5050

51-
> [Figma link](https://www.figma.com/file/qJrFt4YVAZX5UdbeKLx6xA/LADA?type=whiteboard&t=oozV2tgJvZuRd6S4-1)
51+
> [Figma link](https://www.figma.com/board/BGt9EJBWBnjcPCvKgEeES3/electron-nestjs-react-vite-template?node-id=304-58&t=NB3gHvd2vgOlaHfb-1)
5252
5353
![image](https://github.com/2skydev/electron-nestjs-react-vite-template/assets/43225384/aa9301fe-a6d9-4075-b5bc-4126dbc03e1a)
5454

resources/icons/logo@256.ico

-33.1 KB
Binary file not shown.

resources/icons/logo@256.png

-22.3 KB
Loading

resources/icons/logo@512.png

-79.3 KB
Loading

resources/locales/en_US.json

Lines changed: 2 additions & 290 deletions
Original file line numberDiff line numberDiff line change
@@ -1,306 +1,18 @@
11
{
22
"label": "English",
3-
"league": {
4-
"laneEn": {
5-
"top": "Top",
6-
"jg": "Jungle",
7-
"mid": "Middle",
8-
"adc": "ADC",
9-
"sup": "Support"
10-
},
11-
"laneId": [
12-
"$t(league.laneEn.top)",
13-
"$t(league.laneEn.jg)",
14-
"$t(league.laneEn.mid)",
15-
"$t(league.laneEn.adc)",
16-
"$t(league.laneEn.sup)"
17-
],
18-
"gameMode": {
19-
"CLASSIC": "Summoner's Rift",
20-
"ARAM": "ARAM",
21-
"URF": "U.R.F."
22-
},
23-
"pickType": {
24-
"SimulPickStrategy": "Blind Pick",
25-
"TournamentPickStrategy": "Tournament Draft",
26-
"DraftModeSinglePickStrategy": "Draft Pick",
27-
"AllRandomPickStrategy": "All Random"
28-
},
29-
"rune": {
30-
"Shard": "Shard",
31-
"HealthScaling": "Health Scaling",
32-
"Armor": "Armor",
33-
"MagicRes": "Magic Res",
34-
"AttackSpeed": "Attack Speed",
35-
"CDRScaling": "Skill Acceleration",
36-
"AdaptiveForce": "Adaptive Force"
37-
},
38-
/**
39-
* Champion Name Alias
40-
*
41-
* [key] champion id
42-
* [value] champion name alias array
43-
*
44-
* ex) "Aatrox": ["testName1", "abc"]
45-
* => When searching for champions, you can search for "Aatrox" as "testName1", "abc"
46-
*
47-
* Champion ID Reference Link: http://ddragon.leagueoflegends.com/cdn/13.19.1/data/en_US/champion.json
48-
*/
49-
"championNameAlias": {},
50-
"statsRankRange": {
51-
"EMERALD+": "EMERALD+",
52-
"DIAMOND+": "DIAMOND+",
53-
"MASTER+": "MASTER+",
54-
"BSGP": "BSGP"
55-
}
56-
},
573
"main": {
584
"contextMenu": {
59-
"showHome": "Show LADA Home",
5+
"showHome": "Show Home Screen",
606
"setAppZoom": "Set App Display Scale",
61-
"quit": "Quit LADA",
7+
"quit": "Quit App",
628
"nowValue": "Now",
639
"resetWindowPosition": "Reset Window Position"
6410
}
6511
},
6612
"renderer": {
67-
"pages": {
68-
"stats": "Statistics",
69-
"championTier": "Champion Tiers",
70-
"championDetail": "Champion Detail",
71-
"duoSynergy": "Duo Synergy",
72-
"live": "Live",
73-
"championSelect": "Champion Select",
74-
"inGame": "In Game",
75-
"utility": "Utility",
76-
"customGameTeamManager": "5:5 Team Manager",
77-
"setting": "Setting",
78-
"generalSetting": "General",
79-
"gameSetting": "Game",
80-
"developerSetting": "Developer",
81-
"notFound": "Page Not Found :("
82-
},
83-
"form": {
84-
"save": {
85-
"title": "There are unsaved changes!",
86-
"ok": "Save changes",
87-
"rollback": "Rollback",
88-
"confirm": {
89-
"title": "Are you sure you want to save?",
90-
"ok": "Save",
91-
"cancel": "Cancel"
92-
}
93-
}
94-
},
95-
"stats": {
96-
"gameCount": "Count",
97-
"sampledCount": "Sampled",
98-
"winRate": "Win Rate",
99-
"pickRate": "Pick Rate",
100-
"banRate": "Ban Rate",
101-
"spell": "Spell",
102-
"skillBuild": "Skill Build",
103-
"startItem": "Starting Item",
104-
"shoes": "Shoes",
105-
"coreItem": "Core Item",
106-
"recommendItemBuild": "Recommended Item Build",
107-
"championTier": {
108-
"title": "Champion Tier by Lane",
109-
"loading": "Loading...",
110-
"timezone": "KST Timezone",
111-
"minPickRateInfo": "Only showing lanes with pick rate above 0.5%",
112-
"tableColumns": {
113-
"score": "PS Score",
114-
"honeyScore": "Honey Score"
115-
}
116-
},
117-
"champion": {
118-
"counter": {
119-
"easy": "Easy Matchup",
120-
"hard": "Hard Matchup"
121-
},
122-
"notFound": {
123-
"title": "No data to display",
124-
"description": "Please select a different lane."
125-
}
126-
},
127-
"championSelect": {
128-
"notFound": {
129-
"title": "Cannot fetch champion select information",
130-
"description": "Either not currently in a game or unable to fetch champion select information."
131-
}
132-
},
133-
"duoSynergy": {
134-
"title": "Duo Synergy",
135-
"searchPlaceholder": "Search by Champion Name",
136-
"tableColumns": {
137-
"ranking": "Ranking",
138-
"synergyScore": "Synergy Score",
139-
"winRate": "Duo Win Rate",
140-
"pickRate": "Duo Pick Rate"
141-
},
142-
"lane": {
143-
"adc-sup": "$t(league.laneEn.adc) & $t(league.laneEn.sup)",
144-
"mid-jg": "$t(league.laneEn.mid) & $t(league.laneEn.jg)",
145-
"top-jg": "$t(league.laneEn.top) & $t(league.laneEn.jg)",
146-
"jg-sup": "$t(league.laneEn.jg) & $t(league.laneEn.sup)"
147-
}
148-
},
149-
"inGame": {
150-
"title": "In-Game Information",
151-
"tags": {
152-
"gameType": "Solo/Duo Ranked",
153-
"avg": "Average",
154-
"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]"
275-
},
27613
"updateLoading": {
27714
"loading": "Downloading Update...",
27815
"autoRestart": "The app will restart shortly."
279-
},
280-
"teamManager": {
281-
"subTitle": "Summoner's Rift · 5v5 · {{pickType}}",
282-
"team": "Team",
283-
"empty": "Empty",
284-
"randomTeam": "Randomize Teams",
285-
"reset": "Reset",
286-
"notFound": {
287-
"title": "Create a Custom Game",
288-
"description": "Start a game > Create custom game > Choose Summoner's Rift as the map."
289-
}
290-
},
291-
"updateNote": "Update Notes",
292-
"autoAcceptOverlay": "Auto accept in {{seconds}} seconds",
293-
"languageChangeInfoModal": {
294-
"title": "App Restart Required",
295-
"description": "The app needs to restart to apply the language changes.",
296-
"ok": "Restart Now",
297-
"later": "Later"
298-
},
299-
"error": {
300-
"title": "Seems like you wandered into unknown territory",
301-
"description": "We'll investigate. It might be best for you to head back.",
302-
"back": "Go Back",
303-
"errorContent": "Error Content"
30416
}
30517
}
30618
}

0 commit comments

Comments
 (0)