Skip to content

Commit

Permalink
Merge pull request #322 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Feb 2, 2024
2 parents 542ed8a + 7f670d9 commit 6f1a555
Show file tree
Hide file tree
Showing 29 changed files with 1,093 additions and 929 deletions.
105 changes: 65 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.18.0",
"dotenv": "^16.3.1",
"i18next": "^23.7.3",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.45.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand All @@ -37,7 +38,7 @@
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.254",
"@types/chrome": "^0.0.259",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down Expand Up @@ -72,8 +73,8 @@
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.11",
"vite": "^5.0.12",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
}
21 changes: 17 additions & 4 deletions public/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@
"rememberLastVolume": {
"label": "Remember last volume",
"title": "Remembers the volume of the last video you were watching and sets it when you open a new video"
},
"videoHistory": {
"label": "Video history",
"title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again"
}
},
"title": "Miscellaneous settings"
Expand Down Expand Up @@ -341,6 +337,23 @@
},
"title": "Scroll wheel volume control settings"
},
"videoHistory": {
"enable": {
"label": "Track watched videos",
"title": "Keeps track of where you left off on videos you were watching and enables resuming playback"
},
"resumeType": {
"select": {
"label": "Resume type",
"options": {
"automatic": "Automatic",
"prompt": "Prompt"
},
"title": "Select how you want to resume videos"
}
},
"title": "Video history settings"
},
"volumeBoost": {
"boostAmount": {
"label": "Volume boost amount (dB)",
Expand Down
21 changes: 17 additions & 4 deletions public/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@
"rememberLastVolume": {
"label": "Remember last volume",
"title": "Remembers the volume of the last video you were watching and sets it when you open a new video"
},
"videoHistory": {
"label": "Video history",
"title": "Keeps track of where you left off on videos you were watching and asks if you want to resume when that video loads again"
}
},
"title": "Miscellaneous settings"
Expand Down Expand Up @@ -341,6 +337,23 @@
},
"title": "Scroll wheel volume control settings"
},
"videoHistory": {
"enable": {
"label": "Track watched videos",
"title": "Keeps track of where you left off on videos you were watching and enables resuming playback"
},
"resumeType": {
"select": {
"label": "Resume type",
"options": {
"automatic": "Automatic",
"prompt": "Prompt"
},
"title": "Select how you want to resume videos"
}
},
"title": "Video history settings"
},
"volumeBoost": {
"boostAmount": {
"label": "Volume boost amount (dB)",
Expand Down
21 changes: 17 additions & 4 deletions public/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@
"rememberLastVolume": {
"label": "Letzte Lautstärke merken",
"title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos"
},
"videoHistory": {
"label": "Videoverlauf",
"title": "Merkt sich den Zeitpunkt pausieren des Videos. Fragt beim erneut laden, ob man Vortfahren möchte."
}
},
"title": "Weitere Einstellungen"
Expand Down Expand Up @@ -341,6 +337,23 @@
},
"title": "Lautstärke durch Mausrad ändern"
},
"videoHistory": {
"enable": {
"label": "Track watched videos",
"title": "Keeps track of where you left off on videos you were watching and enables resuming playback"
},
"resumeType": {
"select": {
"label": "Resume type",
"options": {
"automatic": "Automatic",
"prompt": "Prompt"
},
"title": "Select how you want to resume videos"
}
},
"title": "Video history settings"
},
"volumeBoost": {
"boostAmount": {
"label": "Volume boost amount (dB)",
Expand Down
Loading

0 comments on commit 6f1a555

Please sign in to comment.