Skip to content

Commit

Permalink
I18n: Update sv-SE.js (ElemeFE#17926)
Browse files Browse the repository at this point in the history
  • Loading branch information
FOLLGAD authored and hzsrc committed Feb 2, 2023
1 parent 0f2282e commit 845f80f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/locale/lang/sv-SE.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default {
startTime: 'Starttid',
endDate: 'Slutdatum',
endTime: 'Sluttid',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
year: 'År',
prevYear: 'Föregående år',
nextYear: 'Nästa år',
prevMonth: 'Föregående månad',
nextMonth: 'Nästa månad',
year: '',
month1: 'Januari',
month2: 'Februari',
month3: 'Mars',
Expand Down Expand Up @@ -73,7 +73,7 @@ export default {
pagination: {
goto: 'Gå till',
pagesize: '/sida',
total: 'Total {total}',
total: 'Totalt {total}',
pageClassifier: ''
},
messagebox: {
Expand All @@ -93,10 +93,10 @@ export default {
confirmFilter: 'Bekräfta',
resetFilter: 'Återställ',
clearFilter: 'Alla',
sumText: 'Sum' // to be translated
sumText: 'Summa'
},
tree: {
emptyText: 'Inga Data'
emptyText: 'Ingen data'
},
transfer: {
noMatch: 'Hittade inget',
Expand All @@ -110,11 +110,11 @@ export default {
error: 'FAILED' // to be translated
},
pageHeader: {
title: 'Back' // to be translated
title: 'Bakåt' // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ja',
cancelButtonText: 'Nej'
}
}
};

0 comments on commit 845f80f

Please sign in to comment.