Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 05d6bd2

Browse files
committed
Updated swedish translation
1 parent f83d1aa commit 05d6bd2

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

lib/active_admin/locales/sv-SE.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
delete: "Ta bort"
1010
delete_confirmation: "Är du säker att du vill ta bort denna?"
1111
new_model: "Ny %{model}"
12+
create_model: "Ny %{model}"
1213
edit_model: "Editera %{model}"
14+
update_model: "Editera %{model}"
1315
delete_model: "Ta bort %{model}"
1416
details: "Detaljvy för %{model}"
1517
cancel: "Avbryt"
@@ -34,7 +36,31 @@
3436
one: "Visar <b>1</b> utav %{model}"
3537
one_page: "Visar <b>alla %{n}</b> utav %{model}"
3638
multiple: "Visar %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> av <b>%{total}</b> totalt"
39+
entry:
40+
one: "inlägg"
41+
other: "inlägg"
3742
any: "Någon"
3843
blank_slate:
3944
content: "Finns ingen %{resource_name} än."
40-
link: "Skapa en"
45+
link: "Skapa en"
46+
batch_actions:
47+
button_label: "Batch Actions"
48+
delete_confirmation: "Är du säker på att du vill radera dessa %{plural_model}? Du kan inte ångra detta."
49+
succesfully_destroyed:
50+
one: "Lyckades radera 1 %{model}"
51+
other: "Lyckades radera %{count} %{plural_model}"
52+
selection_toggle_explanation: "(Toggle Selection)"
53+
link: "Skapa en"
54+
action_label: "%{title} Markerad"
55+
labels:
56+
destroy: "Radera"
57+
comments:
58+
body: "Innehåll"
59+
author: "Författare"
60+
title: "Kommentar"
61+
add: "Lägg till kommentar"
62+
resource: "Resurs"
63+
no_comments_yet: "Inga kommentarer än."
64+
title_content: "Kommentarer (%{count})"
65+
errors:
66+
empty_text: "Kommentaren sparades inte, måste innehålla text."

0 commit comments

Comments
 (0)