-
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1364 from andreaskarman/master
Added Swedish translation (sv_SE)
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |