Skip to content

Commit

Permalink
Finished sv-SE.js locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Collbrothers committed Nov 9, 2021
1 parent 5390f40 commit 3ff53b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locale/lang/sv-SE.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
error: 'Felaktig inmatning'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'tryck delete för att ta bort',
delete: 'Radera',
preview: 'Förhandsvisa',
continue: 'Fortsätt'
Expand All @@ -101,16 +101,16 @@ export default {
transfer: {
noMatch: 'Hittade inget',
noData: 'Ingen data',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
titles: ['Lista 1', 'Lista 2'],
filterPlaceholder: 'Ange nyckelord',
noCheckedFormat: '{total} Artiklar',
hasCheckedFormat: '{checked}/{total} kontrollerade'
},
image: {
error: 'FAILED' // to be translated
error: 'LYCKADES EJ'
},
pageHeader: {
title: 'Bakåt' // to be translated
title: 'Bakåt'
},
popconfirm: {
confirmButtonText: 'Ja',
Expand Down

0 comments on commit 3ff53b3

Please sign in to comment.