Skip to content

Commit

Permalink
feat: preference theme switcher i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Apr 22, 2019
1 parent e1a2873 commit 338b519
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared/locales/de/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': 'Benachrichtigung nach abgeschlossenen Download anzeigen',
'auto-purge-record': 'Download Protokoll beim Schließen der App löschen',
'ui': 'UI',
'appearance': 'Erscheinungsbild',
'theme-auto': 'Automatischer',
'theme-light': 'Hell',
'theme-dark': 'Dunkel',
'language': 'Sprache',
'change-language': 'Sprache ändern',
'hide-app-menu': 'App Menü ausblenden (nur auf Windows & Linux)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/en-US/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': 'Notification after download is complete',
'auto-purge-record': 'Auto purge download record when app exit',
'ui': 'UI',
'appearance': 'Appearance',
'theme-auto': 'Auto',
'theme-light': 'Light',
'theme-dark': 'Dark',
'language': 'Language',
'change-language': 'Change language',
'hide-app-menu': 'Hide App Menu (Windows & Linux Only)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/fr/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': 'Notifier à la fin d\'un téléchargement',
'auto-purge-record': 'Purger l\'historique de téléchargement lorsque vous quittez l\'application',
'ui': 'UI',
'appearance': 'Mode d\'apparence',
'theme-auto': 'Automatique',
'theme-light': 'Clair',
'theme-dark': 'Sombre',
'language': 'Langues',
'change-language': 'Changer la langue',
'hide-app-menu': 'Cacher le menu de l\'application (Windows & Linux uniquement)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/pt-BR/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': 'Notificação após o download ser completado',
'auto-purge-record': 'Auto remover registro de download quando o app for finalizado',
'ui': 'UI',
'appearance': 'Aparência',
'theme-auto': 'Automático',
'theme-light': 'Clara',
'theme-dark': 'Escura',
'language': 'Idioma',
'change-language': 'Mudar o Idioma',
'hide-app-menu': 'Ocultar o Menu do App (Windows & Linux apenas)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/tr/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': 'İndirme bittikten sonra bildirim göster',
'auto-purge-record': 'Auto purge download record when app exit',
'ui': 'Kullanıcı Arayüzü',
'appearance': 'Görünüş',
'theme-auto': 'Otomatik',
'theme-light': 'Açık',
'theme-dark': 'Koyu',
'language': 'Dil',
'change-language': 'Dil değiştir',
'hide-app-menu': 'Uygulama menüsünü göster (Windows & Linux için)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/zh-CN/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': '下载完成后通知',
'auto-purge-record': '当应用退出时自动清除下载记录',
'ui': '界面',
'appearance': '外观',
'theme-auto': '自动',
'theme-light': '浅色',
'theme-dark': '深色',
'language': '语言',
'change-language': '切换语言',
'hide-app-menu': '隐藏菜单栏(仅支持 Windows 和 Linux)',
Expand Down
4 changes: 4 additions & 0 deletions src/shared/locales/zh-TW/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default {
'task-completed-notify': '下載完成後通知',
'auto-purge-record': '當結束程式時自動清除下載紀錄',
'ui': '使用者介面',
'appearance': '外觀',
'theme-auto': '自動',
'theme-light': '淺色',
'theme-dark': '深色',
'language': '語言',
'change-language': '更改語言',
'hide-app-menu': '隱藏選單列(僅支援 Windows 和 Linux)',
Expand Down

0 comments on commit 338b519

Please sign in to comment.