Skip to content

Commit

Permalink
Fix(l10n): 🔠 Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Feb 27, 2023
1 parent 88bcd73 commit d4fbd9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion l10n/sv.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OC.L10N.register(
"photos",
{
"Public link" : "Publik länk",
"Public link" : "Offentlig länk",
"Photos" : "Bilder",
"Your memories under your control" : "Dina minnen under din kontroll",
"All media" : "All media",
Expand All @@ -14,6 +14,8 @@ OC.L10N.register(
"On this day" : "På den här dagen",
"Shared with you" : "Delad med dig",
"Tags" : "Taggar",
"Places" : "Platser",
"Map" : "Karta",
"Back" : "Tillbaka",
"Save." : "Spara.",
"Create the album." : "Skapa albumet.",
Expand Down Expand Up @@ -59,7 +61,10 @@ OC.L10N.register(
"Add to album" : "Lägg till i album",
"Delete selection" : "Ta bort urval",
"All your media" : "All din media",
"Album {title}" : "Album {title}",
"Public album {title}" : "Offentligt album {title}",
"Tagged photos" : "Taggade bilder",
"Tagged photo {title}" : "Taggad bild {title}",
"Failed to delete {faceName}." : "Misslyckades att radera {faceName}.",
"Failed to delete {fileId}." : "Misslyckades att radera {fileId}.",
"Failed to delete {fileName}." : "Misslyckades att radera {fileName}.",
Expand Down
7 changes: 6 additions & 1 deletion l10n/sv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "translations": {
"Public link" : "Publik länk",
"Public link" : "Offentlig länk",
"Photos" : "Bilder",
"Your memories under your control" : "Dina minnen under din kontroll",
"All media" : "All media",
Expand All @@ -12,6 +12,8 @@
"On this day" : "På den här dagen",
"Shared with you" : "Delad med dig",
"Tags" : "Taggar",
"Places" : "Platser",
"Map" : "Karta",
"Back" : "Tillbaka",
"Save." : "Spara.",
"Create the album." : "Skapa albumet.",
Expand Down Expand Up @@ -57,7 +59,10 @@
"Add to album" : "Lägg till i album",
"Delete selection" : "Ta bort urval",
"All your media" : "All din media",
"Album {title}" : "Album {title}",
"Public album {title}" : "Offentligt album {title}",
"Tagged photos" : "Taggade bilder",
"Tagged photo {title}" : "Taggad bild {title}",
"Failed to delete {faceName}." : "Misslyckades att radera {faceName}.",
"Failed to delete {fileId}." : "Misslyckades att radera {fileId}.",
"Failed to delete {fileName}." : "Misslyckades att radera {fileName}.",
Expand Down

0 comments on commit d4fbd9f

Please sign in to comment.