aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/globalMessages.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-09-02 16:28:04 +0100
committerLibravatar GitHub <noreply@github.com>2023-09-02 15:28:04 +0000
commitd1c623f4c3d72c859f9ad9cb985be127d6a3eb62 (patch)
treee102da856ae328c70e822d60ac53909acd4627b9 /src/i18n/globalMessages.ts
parentDowngrade 'electron' to 25.x (diff)
downloadferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.tar.gz
ferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.tar.zst
ferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.zip
feat: Add Download Manager (pause, stop, delete) (#1339)
Diffstat (limited to 'src/i18n/globalMessages.ts')
-rw-r--r--src/i18n/globalMessages.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts
index 9f55da57a..1c5e6a4ba 100644
--- a/src/i18n/globalMessages.ts
+++ b/src/i18n/globalMessages.ts
@@ -66,6 +66,10 @@ export default defineMessages({
66 id: 'global.quitConfirmation', 66 id: 'global.quitConfirmation',
67 defaultMessage: 'Do you really want to quit Ferdium?', 67 defaultMessage: 'Do you really want to quit Ferdium?',
68 }, 68 },
69 downloads: {
70 id: 'global.downloads',
71 defaultMessage: 'Downloads',
72 },
69 settings: { 73 settings: {
70 id: 'global.settings', 74 id: 'global.settings',
71 defaultMessage: 'Settings', 75 defaultMessage: 'Settings',