Skip to content

Commit

Permalink
fix: i18n add task style
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed May 19, 2019
1 parent 583fe0f commit fa36397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/Task/AddTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
data () {
return {
formLabelWidth: '96px',
formLabelWidth: '100px',
showAdvanced: false,
form: {},
rules: {}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/de/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
'file-size': 'Dateigröße',
'selected-files-sum': 'Ausgewählt: {{selectedFilesCount}} Dateien, insgesamt {{selectedFilesTotalSize}}',
'task-name': 'Aufgaben Name',
'task-out': 'Umbenennen',
'task-out': 'Dateiname',
'task-out-tips': 'Optional, unterstützt nur Einzelaufgaben',
'task-split': 'Splits',
'task-dir': 'Ordner',
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/tr/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
'file-size': 'Boyut',
'selected-files-sum': 'Seçildi: {{selectedFilesCount}} dosya sayısı, total {{selectedFilesTotalSize}}',
'task-name': 'Görev Adı',
'task-out': 'Yeniden Adlandır',
'task-out': 'Dosya Adı',
'task-out-tips': 'Opsiyonel, tek görev destekle',
'task-split': 'Parça',
'task-dir': 'Yol',
Expand Down

0 comments on commit fa36397

Please sign in to comment.