Skip to content

Commit

Permalink
Merge pull request #1364 from andreaskarman/master
Browse files Browse the repository at this point in the history
Added Swedish translation (sv_SE)
  • Loading branch information
afshinm authored Jan 14, 2024
2 parents 0ebdebf + a281720 commit ea1eedb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions l10n/sv_SE.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export default {
search: {
placeholder: 'Sök...',
},
sort: {
sortAsc: 'Sortera kolumn stigande',
sortDesc: 'Sortera kolumn fallande',
},
pagination: {
previous: 'Föregående',
next: 'Nästa',
navigate: (page, pages) => `Sida ${page} av ${pages}`,
page: (page) => `Sida ${page}`,
showing: 'Visar',
of: 'av',
to: 'till',
results: 'resultat',
},
loading: 'Laddar...',
noRecordsFound: 'Inga matchande poster hittades',
error: 'Ett fel uppstod vid hämtning av data',
};

0 comments on commit ea1eedb

Please sign in to comment.