diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-10 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-10 02:18:44 +0000 |
commit | 98d1a3f34cfb421366643a26df791af0c5507a72 (patch) | |
tree | 25b9d5693042d44a48e7d81c4346913e58f24339 /apps/user_status | |
parent | c8822508de0aec9e1e6dbdfb793d2a1db8cb92c4 (diff) | |
download | nextcloud-server-98d1a3f34cfb421366643a26df791af0c5507a72.tar.gz nextcloud-server-98d1a3f34cfb421366643a26df791af0c5507a72.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/sv.js | 18 | ||||
-rw-r--r-- | apps/user_status/l10n/sv.json | 18 |
2 files changed, 34 insertions, 2 deletions
diff --git a/apps/user_status/l10n/sv.js b/apps/user_status/l10n/sv.js index bcbacd41269..ce794d68670 100644 --- a/apps/user_status/l10n/sv.js +++ b/apps/user_status/l10n/sv.js @@ -1,6 +1,13 @@ OC.L10N.register( "user_status", { + "Recent statuses" : "Senaste statusuppdateringar", + "In a meeting" : "På ett möte", + "Commuting" : "Reser", + "Out sick" : "Sjuk", + "Vacationing" : "På semester", + "Working remotely" : "Arbetar hemifrån", + "User status" : "Användarstatus", "Clear status message after" : "Rensa statusmeddelande efter", "What's your status?" : "Vad är din status?", "Set status" : "Sätt status", @@ -8,15 +15,24 @@ OC.L10N.register( "Status message" : "Statusmeddelande", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", + "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras", + "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas", + "No recent status changes" : "Inga statusuppdateringar den sista tiden", "Away" : "Iväg", "Do not disturb" : "Stör ej", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Rensa inte", "Today" : "Idag", "This week" : "Denna vecka", "Online" : "Online", "Invisible" : "Osynlig", "Offline" : "Offline", + "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", "30 minutes" : "30 minuter", - "1 hour" : "1 timme" + "1 hour" : "1 timme", + "4 hours" : "4 timmar", + "Mute all notifications" : "Dölj alla aviseringar", + "Appear offline" : "Visa som offline", + "Clear status after" : "Rensa status efter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/sv.json b/apps/user_status/l10n/sv.json index 7b7ce32465e..df7405c561c 100644 --- a/apps/user_status/l10n/sv.json +++ b/apps/user_status/l10n/sv.json @@ -1,4 +1,11 @@ { "translations": { + "Recent statuses" : "Senaste statusuppdateringar", + "In a meeting" : "På ett möte", + "Commuting" : "Reser", + "Out sick" : "Sjuk", + "Vacationing" : "På semester", + "Working remotely" : "Arbetar hemifrån", + "User status" : "Användarstatus", "Clear status message after" : "Rensa statusmeddelande efter", "What's your status?" : "Vad är din status?", "Set status" : "Sätt status", @@ -6,15 +13,24 @@ "Status message" : "Statusmeddelande", "Clear status message" : "Rensa statusmeddelande", "Set status message" : "Sätt statusmeddelande", + "There was an error saving the status" : "Ett fel inträffade när statusen skulle ändras", + "There was an error clearing the status" : "Ett fel inträffade när statusen skulle rensas", + "No recent status changes" : "Inga statusuppdateringar den sista tiden", "Away" : "Iväg", "Do not disturb" : "Stör ej", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Rensa inte", "Today" : "Idag", "This week" : "Denna vecka", "Online" : "Online", "Invisible" : "Osynlig", "Offline" : "Offline", + "There was an error saving the new status" : "Ett fel inträffade när den nya statusen skulle sparas", "30 minutes" : "30 minuter", - "1 hour" : "1 timme" + "1 hour" : "1 timme", + "4 hours" : "4 timmar", + "Mute all notifications" : "Dölj alla aviseringar", + "Appear offline" : "Visa som offline", + "Clear status after" : "Rensa status efter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |