Skip to content

Commit f2fae5a

Browse files
authored
Added Swedish (sv_SE) translations (#33)
Added Swedish translation.
1 parent a1dc15d commit f2fae5a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

locales.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ export const en_EN = {
1919
MSG_DELETE_ERROR: 'Failed to delete'
2020
};
2121

22+
export const sv_SE = {
23+
LBL_SHOW_HIDDEN_FILES: 'Visa dölda filer',
24+
LBL_MINIMALISTIC: 'Minimalistic',
25+
LBL_OPEN_WITH: 'Öppna med...',
26+
LBL_SHOW_DATE: 'Visa datumkolumn',
27+
LBL_STATUS: '{0} kataloger, {1} filer, {2} byte totalt',
28+
LBL_DATE: 'Datum', // FIXME: Move to client
29+
LBL_LOADING: 'Laddar {0}',
30+
DIALOG_MKDIR_MESSAGE: 'Skapa ny katalog',
31+
DIALOG_MKDIR_PLACEHOLDER: 'Ny katalog',
32+
DIALOG_RENAME_MESSAGE: 'Döp om {0} ?',
33+
DIALOG_DELETE_MESSAGE: 'Radera {0} ?',
34+
MSG_ERROR: 'Ett fel uppstod',
35+
MSG_UPLOAD_ERROR: 'Det gick inte att ladda upp filer(na)',
36+
MSG_READDIR_ERROR: 'Ett fel uppstod när katalogen lästes: {0}',
37+
MSG_PASTE_ERROR: 'Det gick inte att klistra in fil(erna)',
38+
MSG_MKDIR_ERROR: 'Det gick inte att skapa katalogen',
39+
MSG_RENAME_ERROR: 'Det gick inte att byta namn',
40+
MSG_DELETE_ERROR: 'Det gick inte att ta bort'
41+
};
42+
2243
export const nb_NO = {
2344
LBL_SHOW_HIDDEN_FILES: 'Vis skjulte filer',
2445
LBL_MINIMALISTIC: 'Minimalistisk',

0 commit comments

Comments
 (0)