Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin-ui): Swedish translation adjustments #3174

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions packages/admin-ui/src/lib/static/i18n-messages/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"administrators": "Administratörer",
"assets": "Filer",
"channels": "Kanaler",
"collections": "Kategorier",
"collections": "Samlingar",
"countries": "Länder",
"customer-groups": "Kundgrupper",
"customers": "Kunder",
Expand Down Expand Up @@ -76,9 +76,9 @@
"calculated-price-tooltip": "Det finns en anpassad prisberäkning konfigurerad som ändrar priset ovan:",
"cannot-create-variants-without-options": "Produktvarianter kan inte läggas till förrän en alternativgrupp med minst två produktalternativ har definierats",
"channel-price-preview": "Förhandsgranskning av kanalpris",
"collection": "Kategorier",
"collection-contents": "Innehåll i kategorin",
"collections": "Kategorier",
"collection": "Samling",
"collection-contents": "Innehåll i samlingen",
"collections": "Samlingar",
"confirm-bulk-delete-products": "Vill du radera {count} produkter?",
"confirm-cancel": "Avbryt?",
"confirm-delete-assets": "Radera {count} {count, plural, one {fil} other {filer}}?",
Expand All @@ -91,7 +91,7 @@
"confirm-deletion-of-unused-variants-body": "Följande produktvarianter har blivit överflödiga på grund av tillägg av nya alternativ. De kommer att raderas vid skapandet av nya produktvarianter.",
"confirm-deletion-of-unused-variants-title": "Radera överflödiga produktvarianter?",
"create-draft-order": "Lägg till utkast till order",
"create-new-collection": "Lägg till ny kategori",
"create-new-collection": "Lägg till ny samling",
"create-new-facet": "Lägg till ny etikett",
"create-new-product": "Lägg till ny produkt",
"create-new-stock-location": "Lägg till lagerplats",
Expand All @@ -117,8 +117,8 @@
"live-preview-contents": "Förhandsgranska innehåll",
"manage-variants": "Hantera varianter",
"move-collection-to": "Flytta till { name }",
"move-collections": "Flytta kategorier",
"move-collections-success": "Flyttade {count, plural, one {1 kategori} other {{count} kategorier}}",
"move-collections": "Flytta samlingar",
"move-collections-success": "Flyttade {count, plural, one {1 samling} other {{count} samlingar}}",
"move-down": "Flytta nedåt",
"move-to": "Flytta till",
"move-up": "Flytta uppåt",
Expand Down Expand Up @@ -163,7 +163,7 @@
"remove-option": "Ta bort alternativ",
"remove-product-from-channel": "Ta bort produkt från kanal",
"remove-product-variant-from-channel": "Ta bort produktvariant från kanal",
"reorder-collection": "Ordna om kategorier",
"reorder-collection": "Ordna om samlingar",
"root-collection": "Rotkatalog",
"run-pending-search-index-updates": "Sökindex: kör {count, plural, one {1 avvaktande uppdatering} other {{count} avvaktande uppdateringar}}",
"running-search-index-updates": "Kör {count, plural, one {1 uppdatering} other {{count} uppdateringar}} till sökindex",
Expand Down Expand Up @@ -282,10 +282,10 @@
"notify-assign-to-channel-success-with-count": "Lyckades tilldela {count, plural, one {1 objekt} other {{count} objekt}} till { channelCode }",
"notify-bulk-update-success": "Uppdaterade { count } { entity }",
"notify-create-error": "Ett fel uppstod, kunde inte lägga till { entity }",
"notify-create-success": "La till nytt { entity }",
"notify-create-success": "Ny { entity } tillagd",
"notify-delete-error": "Ett fel uppstod, kunde inte radera { entity }",
"notify-delete-error-with-count": "Kunde inte radera {count, plural, one {1 objekt} other {{count} objekt}}",
"notify-delete-success": "Raderade { entity }",
"notify-delete-success": "{ entity } borttagen",
"notify-delete-success-with-count": "Lyckades radera {count, plural, one {1 objekt} other {{count} objekt}}",
"notify-duplicate-error": "Kunde inte duplicera { name } på grund av ett fel: { error }",
"notify-duplicate-error-excess": "Ytterligare { count } {count, plural, one {objekt} other {objekt}} kunde inte dupliceras på grund av fel",
Expand Down Expand Up @@ -513,10 +513,10 @@
},
"nav": {
"administrators": "Administratörer",
"assets": "ar",
"assets": "Filer",
"catalog": "Katalog",
"channels": "Kanaler",
"collections": "Kategorier",
"collections": "Samlingar",
"countries": "Länder",
"customer-groups": "Kundgrupper",
"customers": "Kunder",
Expand Down
Loading