From ce5639bb983192b846d19eb3e64d02b6dd21d87e Mon Sep 17 00:00:00 2001 From: Mr-Bajs <93934125+Mr-Bajs@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:48:03 +0000 Subject: [PATCH] Update sv.json --- assets/translations/sv.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/assets/translations/sv.json b/assets/translations/sv.json index bc53eb9..32e95d0 100644 --- a/assets/translations/sv.json +++ b/assets/translations/sv.json @@ -262,10 +262,10 @@ "reverseSort": "Reverse sorting", "debugMenu": "Debug Menu", "bgTaskStarted": "Background task started - check logs.", - "runBgCheckNow": "Run Background Update Check Now", + "runBgCheckNow": "Kör Bakgrundsuppdateringskoll Nu", "removeAppQuestion": { - "one": "Remove App?", - "other": "Remove Apps?" + "one": "Ta Bort App?", + "other": "Ta Bort Appar?" }, "tooManyRequestsTryAgainInMinutes": { "one": "Too many requests (rate limited) - try again in {} minute", @@ -300,19 +300,19 @@ "other": "{} Dagar" }, "clearedNLogsBeforeXAfterY": { - "one": "Cleared {n} log (before = {before}, after = {after})", - "other": "Cleared {n} logs (before = {before}, after = {after})" + "one": "Rensade {n} logg (före = {before}, efter = {after})", + "other": "Rensade {n} loggar (före = {before}, efter = {after})" }, "xAndNMoreUpdatesAvailable": { - "one": "{} and 1 more app have updates.", - "other": "{} and {} more apps have updates." + "one": "{} och 1 app till har tillgängliga uppdateringar.", + "other": "{} och {} appar till har tillgängliga uppdateringar." }, "xAndNMoreUpdatesInstalled": { - "one": "{} and 1 more app was updated.", - "other": "{} and {} more apps were updated." + "one": "{} och 1 till app uppdaterades.", + "other": "{} och {} appar till uppdaterades." }, "xAndNMoreUpdatesPossiblyInstalled": { - "one": "{} and 1 more app may have been updated.", - "other": "{} and {} more apps may have been updated." + "one": "{} och 1 till app kan ha uppdaterats.", + "other": "{} och {} appar till kan ha uppdaterats." } }