Skip to content

Commit

Permalink
Merge branch 'master' into feature/app_improve_20210530
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood authored Jul 4, 2021
2 parents 79dea2f + 68ba920 commit 2c269e3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/Preference/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@
btSaveMetadata,
dir,
engineMaxConnectionPerServer,
followMetalink,
followTorrent,
hideAppMenu,
keepSeeding,
keepWindowState,
Expand Down Expand Up @@ -303,6 +305,8 @@
continue: config.continue,
dir,
engineMaxConnectionPerServer,
followMetalink,
followTorrent,
hideAppMenu,
keepSeeding,
keepWindowState,
Expand Down
4 changes: 4 additions & 0 deletions src/renderer/utils/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const initTaskForm = state => {
allProxy,
dir,
engineMaxConnectionPerServer,
followMetalink,
followTorrent,
maxConnectionPerServer,
newTaskShowDownloading,
split
Expand All @@ -23,6 +25,8 @@ export const initTaskForm = state => {
cookie: '',
dir,
engineMaxConnectionPerServer,
followMetalink,
followTorrent,
maxConnectionPerServer,
newTaskShowDownloading,
out: '',
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/it/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
'unhide': 'Mostra Tutto',
'show': 'Mostra Motrix',
'quit': 'Esci da Motrix',
'under-development-message': 'Scusa, questa funzioe è in fase di sviluppo...',
'under-development-message': 'Scusa, questa funzione è in fase di sviluppo...',
'yes': 'Si',
'no': 'No',
'save': 'Salva',
Expand Down
10 changes: 5 additions & 5 deletions src/shared/locales/it/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ export default {
'ui': 'UI',
'appearance': 'Aspetto',
'theme-auto': 'Auto',
'theme-light': 'Light',
'theme-dark': 'Dark',
'theme-light': 'Chiaro',
'theme-dark': 'Scuro',
'auto-hide-window': 'Nascondi automaticamente la finestra',
'run-mode': 'Avvia come',
'run-mode-standard': 'Applicazione Standard ',
'run-mode-menu-bar': 'Menu Bar Application',
'tray-speedometer': 'Menu bar tray show real-time speed',
'run-mode-menu-bar': 'Applicazione barra dei menu',
'tray-speedometer': 'La barra dei menu mostra la velocità in tempo reale',
'language': 'Lingua',
'change-language': 'Cambia lingua',
'hide-app-menu': 'Nascondi dal menu delle app (Solo Windows & Linux)',
'proxy': 'Proxy',
'use-proxy': 'Usa Proxy',
'no-proxy-input-tips': 'Non usare proxy per questi Host e Domini, uno per linea',
'proxy-tips': 'Guida all\'uso dei proxy (In Inglese)',
'bt-tracker': 'Tracker Servers',
'bt-tracker': 'Server di monitoraggio',
'bt-tracker-input-tips': 'Tracker servers, uno per linea',
'bt-tracker-tips': 'Raccomandati: ',
'sync-tracker-tips': 'Sincronizza',
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/it/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
'task-name': 'Nome attività',
'task-out': 'Rinomina',
'task-out-tips': '(opzionale)',
'task-split': 'Splits',
'task-split': 'Dividi',
'task-dir': 'Posizione file',
'pause-task': 'Metti in pausa attività',
'task-ua': 'UA',
Expand Down
4 changes: 3 additions & 1 deletion src/shared/locales/zh-CN/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ export default {
'baidu-exporter-help': '点此查看使用说明',
'auto-update': '自动更新',
'auto-check-update': '自动检查更新',
'last-check-update-time': '上次检查更新时间'
'last-check-update-time': '上次检查更新时间',
'follow-metalink': '自动开始下载磁力链接、种子内的文件',
'follow-torrent': '种子下载完后自动下载种子内容'
}

0 comments on commit 2c269e3

Please sign in to comment.