activeadmin 4.0.0.beta15 → 4.0.0.beta16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/UPGRADING.md +5 -3
- data/app/controllers/active_admin/resource_controller/data_access.rb +1 -1
- data/app/controllers/active_admin/resource_controller/streaming.rb +2 -2
- data/app/helpers/active_admin/form_helper.rb +1 -1
- data/app/views/active_admin/_site_header.html.erb +1 -1
- data/app/views/active_admin/kaminari/_gap.html.erb +1 -1
- data/app/views/active_admin/page/index.html.arb +1 -2
- data/app/views/active_admin/resource/_form.html.arb +0 -1
- data/app/views/active_admin/resource/_form_default.html.arb +0 -1
- data/app/views/active_admin/resource/_index_as_table_default.html.arb +0 -1
- data/app/views/active_admin/resource/_show_default.html.arb +0 -1
- data/app/views/active_admin/resource/edit.html.arb +0 -1
- data/app/views/active_admin/resource/index.html.arb +0 -1
- data/app/views/active_admin/resource/new.html.arb +0 -1
- data/app/views/active_admin/resource/show.html.arb +0 -1
- data/app/views/active_admin/shared/_sidebar_section.html.arb +0 -1
- data/app/views/layouts/active_admin.html.erb +1 -1
- data/config/importmap.rb +2 -2
- data/config/locales/ar.yml +135 -133
- data/config/locales/az.yml +103 -102
- data/config/locales/bg.yml +91 -90
- data/config/locales/bs.yml +95 -94
- data/config/locales/ca.yml +129 -128
- data/config/locales/cs.yml +82 -81
- data/config/locales/da.yml +102 -101
- data/config/locales/de.yml +130 -129
- data/config/locales/el.yml +94 -93
- data/config/locales/en-CA.yml +104 -103
- data/config/locales/en-GB.yml +104 -103
- data/config/locales/en.yml +134 -132
- data/config/locales/eo.yml +107 -106
- data/config/locales/es-MX.yml +70 -69
- data/config/locales/es.yml +129 -128
- data/config/locales/fa.yml +91 -90
- data/config/locales/fi.yml +84 -83
- data/config/locales/fr.yml +125 -124
- data/config/locales/he.yml +103 -102
- data/config/locales/hr.yml +95 -94
- data/config/locales/hu.yml +76 -75
- data/config/locales/id.yml +97 -96
- data/config/locales/it.yml +134 -132
- data/config/locales/ja.yml +109 -108
- data/config/locales/ko.yml +134 -132
- data/config/locales/lt.yml +106 -105
- data/config/locales/lv.yml +70 -69
- data/config/locales/mk.yml +100 -99
- data/config/locales/nb.yml +98 -97
- data/config/locales/nl.yml +113 -112
- data/config/locales/pl.yml +137 -136
- data/config/locales/pt-BR.yml +134 -105
- data/config/locales/pt-PT.yml +71 -70
- data/config/locales/ro.yml +74 -73
- data/config/locales/ru.yml +141 -140
- data/config/locales/sk.yml +131 -130
- data/config/locales/sv-SE.yml +126 -125
- data/config/locales/tr.yml +105 -104
- data/config/locales/uk.yml +140 -103
- data/config/locales/vi.yml +125 -124
- data/config/locales/zh-CN.yml +135 -133
- data/config/locales/zh-TW.yml +135 -133
- data/lib/active_admin/application.rb +2 -2
- data/lib/active_admin/batch_actions/resource_extension.rb +1 -1
- data/lib/active_admin/csv_builder.rb +1 -1
- data/lib/active_admin/dsl.rb +1 -1
- data/lib/active_admin/filters/active.rb +1 -1
- data/lib/active_admin/filters/active_filter.rb +1 -7
- data/lib/active_admin/filters/forms.rb +0 -3
- data/lib/active_admin/filters/resource_extension.rb +1 -1
- data/lib/active_admin/form_builder.rb +0 -4
- data/lib/active_admin/helpers/optional_display.rb +1 -1
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
- data/lib/active_admin/inputs/filters/select_input.rb +1 -3
- data/lib/active_admin/resource/action_items.rb +2 -2
- data/lib/active_admin/resource/belongs_to.rb +0 -1
- data/lib/active_admin/resource/naming.rb +1 -1
- data/lib/active_admin/resource.rb +1 -1
- data/lib/active_admin/resource_collection.rb +1 -1
- data/lib/active_admin/resource_dsl.rb +2 -2
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers/method_or_proc_helper.rb +1 -1
- data/lib/active_admin/views/components/table_for.rb +1 -1
- data/lib/active_admin/views/index_as_table.rb +7 -2
- data/plugin.js +3 -12
- data/vendor/javascript/flowbite.js +1 -1
- metadata +8 -12
- data/lib/active_admin/views/components/tabs.rb +0 -40
data/config/locales/ca.yml
CHANGED
@@ -1,142 +1,143 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
|
-
activerecord:
|
3
|
-
models:
|
4
|
-
comment:
|
5
|
-
one: "Comentari"
|
6
|
-
other: "Comentaris"
|
7
|
-
active_admin/comment:
|
8
|
-
one: "Comentari"
|
9
|
-
other: "Comentaris"
|
10
|
-
attributes:
|
11
|
-
active_admin/comment:
|
12
|
-
author_type: "Tipus d'autor"
|
13
|
-
body: "Missatge"
|
14
|
-
created_at: "Creat el"
|
15
|
-
namespace: "Espai de noms"
|
16
|
-
resource_type: "Tipus de recurs"
|
17
|
-
updated_at: "Actualitzat el"
|
18
3
|
active_admin:
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
delete: "Elimina"
|
23
|
-
delete_confirmation: "Segur que voleu eliminar-ho?"
|
24
|
-
create_another: "Crear un altre %{model}"
|
25
|
-
new_model: "Crear %{model}"
|
26
|
-
edit_model: "Editar %{model}"
|
27
|
-
delete_model: "Eliminar %{model}"
|
28
|
-
details: "Detalls de %{model}"
|
29
|
-
cancel: "Cancel·lar"
|
30
|
-
empty: "Buit"
|
31
|
-
previous: "Anterior"
|
32
|
-
next: "Següent"
|
33
|
-
download: "Descarregar:"
|
34
|
-
has_many_new: "Afegir un altre %{model}"
|
35
|
-
has_many_delete: "Eliminar"
|
36
|
-
has_many_remove: "Treure"
|
37
|
-
move: "Moure"
|
38
|
-
filters:
|
39
|
-
buttons:
|
40
|
-
filter: "Filtra"
|
41
|
-
clear: "Elimina els filtres"
|
42
|
-
predicates:
|
43
|
-
from: "Des de"
|
44
|
-
to: "Fins"
|
45
|
-
scopes:
|
46
|
-
all: "Tots"
|
47
|
-
search_status:
|
48
|
-
title: "Cerca activa"
|
49
|
-
title_with_scope: "Cerca activa per %{name}"
|
50
|
-
no_current_filters: "Sense filtres actius"
|
51
|
-
status_tag:
|
52
|
-
"yes": "Sí"
|
53
|
-
"no": "No"
|
54
|
-
"unset": "Desconegut"
|
55
|
-
logout: "Tanca la sessió"
|
56
|
-
powered_by: "Powered by %{active_admin} %{version}"
|
57
|
-
sidebars:
|
58
|
-
filters: "Filtres"
|
59
|
-
search_status: "Estat de la cerca"
|
60
|
-
pagination:
|
61
|
-
empty: "No s'ha trobat cap %{model}"
|
62
|
-
one: "S'està mostrant <b>1</b> de <b>1</b>"
|
63
|
-
one_page: "S'estan mostrant <b>tots %{n}</b>"
|
64
|
-
multiple: "Se n'estan mostrant <b>%{from}-%{to}</b> d'un total de <b>%{total}</b>"
|
65
|
-
multiple_without_total: "Se n'estan mostrant <b>%{from}-%{to}</b>"
|
66
|
-
per_page: "Per pàgina"
|
67
|
-
previous: "Anterior"
|
68
|
-
next: "Següent"
|
69
|
-
entry:
|
70
|
-
one: "entrada"
|
71
|
-
other: "entrades"
|
72
|
-
any: "Qualsevol"
|
73
|
-
blank_slate:
|
74
|
-
content: "Encara no hi ha cap %{resource_name}."
|
75
|
-
link: "Crea'n un/a"
|
4
|
+
access_denied:
|
5
|
+
message: No esteu autoritzats a realitzar aquesta acció
|
6
|
+
any: Qualsevol
|
76
7
|
batch_actions:
|
77
|
-
button_label: "Accions per lots"
|
78
|
-
default_confirmation: "Segur que voleu fer-ho?"
|
79
|
-
delete_confirmation: "Segurs que voleu eliminar aquests %{plural_model}?"
|
80
|
-
succesfully_destroyed:
|
81
|
-
one: "1 %{model} eliminat"
|
82
|
-
other: "%{count} %{plural_model} eliminats"
|
83
|
-
selection_toggle_explanation: "(Invertir la selecció)"
|
84
8
|
action_label: "%{title} seleccionat"
|
9
|
+
button_label: Accions per lots
|
10
|
+
default_confirmation: Segur que voleu fer-ho?
|
11
|
+
delete_confirmation: Segurs que voleu eliminar aquests %{plural_model}?
|
85
12
|
labels:
|
86
|
-
destroy:
|
13
|
+
destroy: Esborrar
|
14
|
+
selection_toggle_explanation: "(Invertir la selecció)"
|
15
|
+
successfully_destroyed:
|
16
|
+
one: 1 %{model} eliminat
|
17
|
+
other: "%{count} %{plural_model} eliminats"
|
18
|
+
blank_slate:
|
19
|
+
content: Encara no hi ha cap %{resource_name}.
|
20
|
+
link: Crea'n un/a
|
21
|
+
cancel: Cancel·lar
|
87
22
|
comments:
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
delete:
|
95
|
-
delete_confirmation:
|
96
|
-
resource: "Recurs"
|
97
|
-
no_comments_yet: "Sense comentaris"
|
98
|
-
author_missing: "Anònim"
|
99
|
-
title_content: "Tots els comentaris (%{count})"
|
23
|
+
add: Afegeix comentari
|
24
|
+
author: Autor
|
25
|
+
author_missing: Anònim
|
26
|
+
author_type: Tipus d'author
|
27
|
+
body: Missatge
|
28
|
+
created_at: Creat el
|
29
|
+
delete: Elimina comentari
|
30
|
+
delete_confirmation: Esteu segurs que voleu eliminar aquest comentari?
|
100
31
|
errors:
|
101
|
-
empty_text:
|
32
|
+
empty_text: El comentari no s'ha desat, no hi havia text.
|
33
|
+
no_comments_yet: Sense comentaris
|
34
|
+
resource: Recurs
|
35
|
+
resource_type: Tipus de recurs
|
36
|
+
title_content: Tots els comentaris (%{count})
|
37
|
+
create_another: Crear un altre %{model}
|
38
|
+
dashboard: Tauler d'activitat
|
39
|
+
delete: Elimina
|
40
|
+
delete_confirmation: Segur que voleu eliminar-ho?
|
41
|
+
delete_model: Eliminar %{model}
|
42
|
+
details: Detalls de %{model}
|
102
43
|
devise:
|
103
|
-
|
104
|
-
|
44
|
+
change_password:
|
45
|
+
submit: Canvia'm la contrasenya
|
46
|
+
title: Canvieu la contrasenya
|
105
47
|
email:
|
106
|
-
title:
|
107
|
-
|
108
|
-
|
48
|
+
title: Email
|
49
|
+
links:
|
50
|
+
forgot_your_password: Heu perdut la contrasenya?
|
51
|
+
resend_confirmation_instructions: Reenviar les instruccions de confirmació
|
52
|
+
resend_unlock_instructions: Reenviar les instruccions de desbloqueig
|
53
|
+
sign_in: Sign in
|
54
|
+
sign_in_with_omniauth_provider: Identificació via %{provider}
|
55
|
+
sign_up: Sign up
|
56
|
+
login:
|
57
|
+
remember_me: Recorda'm
|
58
|
+
submit: Identifiqueu-vos
|
59
|
+
title: Identifiqueu-vos
|
109
60
|
password:
|
110
|
-
title:
|
61
|
+
title: Contrasenya
|
111
62
|
password_confirmation:
|
112
|
-
title:
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
login:
|
117
|
-
title: "Identifiqueu-vos"
|
118
|
-
remember_me: "Recorda'm"
|
119
|
-
submit: "Identifiqueu-vos"
|
63
|
+
title: Confirmeu la contrasenya
|
64
|
+
resend_confirmation_instructions:
|
65
|
+
submit: Reenviar instruccions de confirmació
|
66
|
+
title: Reenviar instruccions de confirmació
|
120
67
|
reset_password:
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
68
|
+
submit: Restablir la contrasenya
|
69
|
+
title: Heu oblidat la contrasenya?
|
70
|
+
sign_up:
|
71
|
+
submit: Doneu-vos d'alta
|
72
|
+
title: Doneu-vos d'alta
|
73
|
+
subdomain:
|
74
|
+
title: Subdomini
|
126
75
|
unlock:
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
title:
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
76
|
+
submit: Reenvia instruccions per a desbloquejar
|
77
|
+
title: Reenvia instruccions per a desbloquejar
|
78
|
+
username:
|
79
|
+
title: Usuari
|
80
|
+
download: 'Descarregar:'
|
81
|
+
edit: Edita
|
82
|
+
edit_model: Editar %{model}
|
83
|
+
empty: Buit
|
84
|
+
filters:
|
85
|
+
buttons:
|
86
|
+
clear: Elimina els filtres
|
87
|
+
filter: Filtra
|
88
|
+
predicates:
|
89
|
+
from: Des de
|
90
|
+
to: Fins
|
91
|
+
has_many_delete: Eliminar
|
92
|
+
has_many_new: Afegir un altre %{model}
|
93
|
+
has_many_remove: Treure
|
141
94
|
index_list:
|
142
|
-
table:
|
95
|
+
table: Taula
|
96
|
+
logout: Tanca la sessió
|
97
|
+
move: Moure
|
98
|
+
new_model: Crear %{model}
|
99
|
+
next: Següent
|
100
|
+
pagination:
|
101
|
+
empty: No s'ha trobat cap %{model}
|
102
|
+
entry:
|
103
|
+
one: entrada
|
104
|
+
other: entrades
|
105
|
+
multiple: Se n'estan mostrant <b>%{from}-%{to}</b> d'un total de <b>%{total}</b>
|
106
|
+
multiple_without_total: Se n'estan mostrant <b>%{from}-%{to}</b>
|
107
|
+
next: Següent
|
108
|
+
one: S'està mostrant <b>1</b> de <b>1</b>
|
109
|
+
one_page: S'estan mostrant <b>tots %{n}</b>
|
110
|
+
per_page: Per pàgina
|
111
|
+
previous: Anterior
|
112
|
+
powered_by: Powered by %{active_admin} %{version}
|
113
|
+
previous: Anterior
|
114
|
+
scopes:
|
115
|
+
all: Tots
|
116
|
+
search_status:
|
117
|
+
no_current_filters: Sense filtres actius
|
118
|
+
title: Cerca activa
|
119
|
+
title_with_scope: Cerca activa per %{name}
|
120
|
+
sidebars:
|
121
|
+
filters: Filtres
|
122
|
+
search_status: Estat de la cerca
|
123
|
+
status_tag:
|
124
|
+
'no': 'No'
|
125
|
+
unset: Desconegut
|
126
|
+
'yes': Sí
|
127
|
+
view: Mostra
|
128
|
+
activerecord:
|
129
|
+
attributes:
|
130
|
+
active_admin/comment:
|
131
|
+
author_type: Tipus d'autor
|
132
|
+
body: Missatge
|
133
|
+
created_at: Creat el
|
134
|
+
namespace: Espai de noms
|
135
|
+
resource_type: Tipus de recurs
|
136
|
+
updated_at: Actualitzat el
|
137
|
+
models:
|
138
|
+
active_admin/comment:
|
139
|
+
one: Comentari
|
140
|
+
other: Comentaris
|
141
|
+
comment:
|
142
|
+
one: Comentari
|
143
|
+
other: Comentaris
|
data/config/locales/cs.yml
CHANGED
@@ -1,93 +1,94 @@
|
|
1
|
+
---
|
1
2
|
cs:
|
2
3
|
active_admin:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
delete: "Smazat"
|
7
|
-
delete_confirmation: "Jste si jistí, že chcete tuto položku smazat?"
|
8
|
-
new_model: "Vytvořit"
|
9
|
-
edit_model: "Upravit"
|
10
|
-
delete_model: "Smazat"
|
11
|
-
details: "Detaily"
|
12
|
-
cancel: "Zrušit"
|
13
|
-
empty: "Prázdné"
|
14
|
-
previous: "Předchozí"
|
15
|
-
next: "Následující"
|
16
|
-
download: "Stáhnout:"
|
17
|
-
has_many_new: "Přidat nový"
|
18
|
-
has_many_delete: "Smazat"
|
19
|
-
has_many_remove: "Odstranit"
|
20
|
-
filters:
|
21
|
-
buttons:
|
22
|
-
filter: "Filtrovat"
|
23
|
-
clear: "Vyčistit filtry"
|
24
|
-
status_tag:
|
25
|
-
"yes": "Ano"
|
26
|
-
"no": "Ne"
|
27
|
-
"unset": "Ne"
|
28
|
-
logout: "Odhlásit"
|
29
|
-
powered_by: "%{active_admin} %{version}"
|
30
|
-
sidebars:
|
31
|
-
filters: "Filtry"
|
32
|
-
pagination:
|
33
|
-
empty: "Nenalezen."
|
34
|
-
one: "Zobrazena <b>1</b> položka"
|
35
|
-
one_page: "Počet zobrazených položek %{n}"
|
36
|
-
multiple: "<b>%{from} - %{to}</b> z <b>%{total}</b>"
|
37
|
-
multiple_without_total: "<b>%{from} - %{to}</b>"
|
38
|
-
entry:
|
39
|
-
one: "položka"
|
40
|
-
few: "položky"
|
41
|
-
other: "položky"
|
42
|
-
any: "Kterákoliv"
|
43
|
-
blank_slate:
|
44
|
-
content: "Zatím zde není žádný obsah."
|
45
|
-
link: "Vytvořit"
|
4
|
+
access_denied:
|
5
|
+
message: Nemáte oprávnění k provedení této akce.
|
6
|
+
any: Kterákoliv
|
46
7
|
batch_actions:
|
47
|
-
button_label: "Hromadné akce"
|
48
|
-
default_confirmation: "Jste si jisti, že chcete provést?"
|
49
|
-
delete_confirmation: "Jste si jisti, že chcete smazat tyto %{plural_model}?"
|
50
|
-
succesfully_destroyed:
|
51
|
-
zero: "Nebyl smazán žádný %{model}"
|
52
|
-
one: "Úspěšně smazán %{model}"
|
53
|
-
few: "Úspěšně smazány %{count} %{plural_model}"
|
54
|
-
other: "Úspěšně smazáno %{count} %{plural_model}"
|
55
|
-
selection_toggle_explanation: "(Změnit výběr)"
|
56
8
|
action_label: "%{title}"
|
9
|
+
button_label: Hromadné akce
|
10
|
+
default_confirmation: Jste si jisti, že chcete provést?
|
11
|
+
delete_confirmation: Jste si jisti, že chcete smazat tyto %{plural_model}?
|
57
12
|
labels:
|
58
|
-
destroy:
|
13
|
+
destroy: Vymazat
|
14
|
+
selection_toggle_explanation: "(Změnit výběr)"
|
15
|
+
successfully_destroyed:
|
16
|
+
few: Úspěšně smazány %{count} %{plural_model}
|
17
|
+
one: Úspěšně smazán %{model}
|
18
|
+
other: Úspěšně smazáno %{count} %{plural_model}
|
19
|
+
zero: Nebyl smazán žádný %{model}
|
20
|
+
blank_slate:
|
21
|
+
content: Zatím zde není žádný obsah.
|
22
|
+
link: Vytvořit
|
23
|
+
cancel: Zrušit
|
59
24
|
comments:
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
resource: "Zdroj"
|
66
|
-
no_comments_yet: "Žádný komentář"
|
67
|
-
author_missing: "Anonymní"
|
68
|
-
title_content: "Komentáře administrátorů (%{count})"
|
25
|
+
add: Přidat komentář
|
26
|
+
author: Autor
|
27
|
+
author_missing: Anonymní
|
28
|
+
author_type: Typ autora
|
29
|
+
body: Tělo
|
69
30
|
errors:
|
70
|
-
empty_text:
|
31
|
+
empty_text: Komentář nebyl uložen, je prázdný.
|
32
|
+
no_comments_yet: Žádný komentář
|
33
|
+
resource: Zdroj
|
34
|
+
resource_type: Typ zdroje
|
35
|
+
title_content: Komentáře administrátorů (%{count})
|
36
|
+
dashboard: Úvod
|
37
|
+
delete: Smazat
|
38
|
+
delete_confirmation: Jste si jistí, že chcete tuto položku smazat?
|
39
|
+
delete_model: Smazat
|
40
|
+
details: Detaily
|
71
41
|
devise:
|
42
|
+
change_password:
|
43
|
+
submit: Změnit své heslo
|
44
|
+
title: Změnit heslo
|
45
|
+
links:
|
46
|
+
forgot_your_password: Zapomněli jste heslo?
|
47
|
+
sign_in: Přihlásit se
|
48
|
+
sign_in_with_omniauth_provider: Přihlásit se přes %{provider}
|
49
|
+
sign_up: Registrovat se
|
72
50
|
login:
|
73
|
-
|
74
|
-
|
75
|
-
|
51
|
+
remember_me: Zapamatovat si mě
|
52
|
+
submit: Přihlásit
|
53
|
+
title: Přihlášení
|
76
54
|
reset_password:
|
77
|
-
|
78
|
-
|
79
|
-
change_password:
|
80
|
-
title: "Změnit heslo"
|
81
|
-
submit: "Změnit své heslo"
|
55
|
+
submit: Obnovit heslo
|
56
|
+
title: Zapomněli jste heslo?
|
82
57
|
unlock:
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
58
|
+
submit: Zaslat instrukce k odemčení účtu
|
59
|
+
title: Zaslání instrukcí k odemčení účtu
|
60
|
+
download: 'Stáhnout:'
|
61
|
+
edit: Upravit
|
62
|
+
edit_model: Upravit
|
63
|
+
empty: Prázdné
|
64
|
+
filters:
|
65
|
+
buttons:
|
66
|
+
clear: Vyčistit filtry
|
67
|
+
filter: Filtrovat
|
68
|
+
has_many_delete: Smazat
|
69
|
+
has_many_new: Přidat nový
|
70
|
+
has_many_remove: Odstranit
|
92
71
|
index_list:
|
93
|
-
table:
|
72
|
+
table: Tabulka
|
73
|
+
logout: Odhlásit
|
74
|
+
new_model: Vytvořit
|
75
|
+
next: Následující
|
76
|
+
pagination:
|
77
|
+
empty: Nenalezen.
|
78
|
+
entry:
|
79
|
+
few: položky
|
80
|
+
one: položka
|
81
|
+
other: položky
|
82
|
+
multiple: "<b>%{from} - %{to}</b> z <b>%{total}</b>"
|
83
|
+
multiple_without_total: "<b>%{from} - %{to}</b>"
|
84
|
+
one: Zobrazena <b>1</b> položka
|
85
|
+
one_page: Počet zobrazených položek %{n}
|
86
|
+
powered_by: "%{active_admin} %{version}"
|
87
|
+
previous: Předchozí
|
88
|
+
sidebars:
|
89
|
+
filters: Filtry
|
90
|
+
status_tag:
|
91
|
+
'no': Ne
|
92
|
+
unset: Ne
|
93
|
+
'yes': Ano
|
94
|
+
view: Zobrazit
|
data/config/locales/da.yml
CHANGED
@@ -1,114 +1,115 @@
|
|
1
|
+
---
|
1
2
|
da:
|
2
3
|
active_admin:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
delete: "Slet"
|
7
|
-
delete_confirmation: "Er du sikker på, at du ønsker at slette?"
|
8
|
-
create_another: "Opret endnu en %{model}"
|
9
|
-
new_model: "Ny(t) %{model}"
|
10
|
-
edit_model: "Rediger %{model}"
|
11
|
-
delete_model: "Slet %{model}"
|
12
|
-
details: "%{model} detaljer"
|
13
|
-
cancel: "Fortryd"
|
14
|
-
empty: "Tom"
|
15
|
-
previous: "Forrige"
|
16
|
-
next: "Næste"
|
17
|
-
download: "Download:"
|
18
|
-
has_many_new: "Tilføj ny(t) %{model}"
|
19
|
-
has_many_delete: "Slet"
|
20
|
-
has_many_remove: "Fjern"
|
21
|
-
filters:
|
22
|
-
buttons:
|
23
|
-
filter: "Filtrer"
|
24
|
-
clear: "Ryd filtre"
|
25
|
-
search_status:
|
26
|
-
no_current_filters: "Ingen"
|
27
|
-
status_tag:
|
28
|
-
"yes": "Ja"
|
29
|
-
"no": "Nej"
|
30
|
-
"unset": "Nej"
|
31
|
-
logout: "Log ud"
|
32
|
-
powered_by: "Powered by %{active_admin} %{version}"
|
33
|
-
sidebars:
|
34
|
-
filters: "Filtre"
|
35
|
-
search_status: "Søgestatus"
|
36
|
-
pagination:
|
37
|
-
empty: "Ingen %{model} fundet"
|
38
|
-
one: "Viser <b>1</b> %{model}"
|
39
|
-
one_page: "Viser <b>alle %{n}</b> %{model}"
|
40
|
-
multiple: "Viser %{model} <b>%{from} - %{to}</b> af <b>%{total}</b> i alt"
|
41
|
-
multiple_without_total: "Viser %{model} <b>%{from} - %{to}</b>"
|
42
|
-
per_page: "Per side: "
|
43
|
-
entry:
|
44
|
-
one: "post"
|
45
|
-
other: "poster"
|
46
|
-
any: "Alle"
|
47
|
-
blank_slate:
|
48
|
-
content: "Der er ingen %{resource_name} endnu."
|
49
|
-
link: "Opret"
|
4
|
+
access_denied:
|
5
|
+
message: Du har ikke rettigheder til at udføre denne handling.
|
6
|
+
any: Alle
|
50
7
|
batch_actions:
|
51
|
-
button_label: "Batch Handlinger"
|
52
|
-
default_confirmation: "Er du sikker på du vil gøre dette?"
|
53
|
-
delete_confirmation: "Er du sikker på du vil slette disse %{plural_model}?"
|
54
|
-
succesfully_destroyed:
|
55
|
-
one: "Vellykket ødelagt 1 %{model}"
|
56
|
-
other: "Vellykket ødelagt %{count} %{plural_model}"
|
57
|
-
selection_toggle_explanation: "(Skift valg)"
|
58
8
|
action_label: "%{title} Valgte"
|
9
|
+
button_label: Batch Handlinger
|
10
|
+
default_confirmation: Er du sikker på du vil gøre dette?
|
11
|
+
delete_confirmation: Er du sikker på du vil slette disse %{plural_model}?
|
59
12
|
labels:
|
60
|
-
destroy:
|
13
|
+
destroy: Slet
|
14
|
+
selection_toggle_explanation: "(Skift valg)"
|
15
|
+
successfully_destroyed:
|
16
|
+
one: Vellykket ødelagt 1 %{model}
|
17
|
+
other: Vellykket ødelagt %{count} %{plural_model}
|
18
|
+
blank_slate:
|
19
|
+
content: Der er ingen %{resource_name} endnu.
|
20
|
+
link: Opret
|
21
|
+
cancel: Fortryd
|
61
22
|
comments:
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
delete:
|
69
|
-
delete_confirmation:
|
70
|
-
resource: "Resource"
|
71
|
-
no_comments_yet: "Ingen kommentarer endnu."
|
72
|
-
author_missing: "Anonym"
|
73
|
-
title_content: "Kommentarer (%{count})"
|
23
|
+
add: Tilføj Kommentar
|
24
|
+
author: Forfatter
|
25
|
+
author_missing: Anonym
|
26
|
+
author_type: Forfatter type
|
27
|
+
body: Krop
|
28
|
+
created_at: Oprettet
|
29
|
+
delete: Slet kommentar
|
30
|
+
delete_confirmation: Er du sikker på du vil slette disse kommentarer?
|
74
31
|
errors:
|
75
|
-
empty_text:
|
32
|
+
empty_text: Kommentar blev ikke gemt, tekst var tom.
|
33
|
+
no_comments_yet: Ingen kommentarer endnu.
|
34
|
+
resource: Resource
|
35
|
+
resource_type: Resource type
|
36
|
+
title_content: Kommentarer (%{count})
|
37
|
+
create_another: Opret endnu en %{model}
|
38
|
+
dashboard: Kontrolpanel
|
39
|
+
delete: Slet
|
40
|
+
delete_confirmation: Er du sikker på, at du ønsker at slette?
|
41
|
+
delete_model: Slet %{model}
|
42
|
+
details: "%{model} detaljer"
|
76
43
|
devise:
|
77
|
-
|
78
|
-
|
44
|
+
change_password:
|
45
|
+
submit: Skift min adgangskode
|
46
|
+
title: Skift din adgangskode
|
79
47
|
email:
|
80
|
-
title:
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
48
|
+
title: Email
|
49
|
+
links:
|
50
|
+
forgot_your_password: Glemt din adgangskode?
|
51
|
+
resend_confirmation_instructions: Send oplåsningsinstruktioner igen
|
52
|
+
resend_unlock_instructions: Send oplåsningsinstruktioner igen
|
53
|
+
sign_in: Log ind
|
54
|
+
sign_in_with_omniauth_provider: Log ind med %{provider}
|
55
|
+
sign_up: Opret bruger
|
88
56
|
login:
|
89
|
-
|
90
|
-
|
91
|
-
|
57
|
+
remember_me: Husk mig
|
58
|
+
submit: Login
|
59
|
+
title: Login
|
60
|
+
password:
|
61
|
+
title: Kodeord
|
62
|
+
resend_confirmation_instructions:
|
63
|
+
submit: Send bekræftigelsesinstruktioner igen
|
64
|
+
title: Send bekræftigelsesinstruktioner igen
|
92
65
|
reset_password:
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
66
|
+
submit: Nulstille min adgangskode
|
67
|
+
title: Glemt din adgangskode?
|
68
|
+
sign_up:
|
69
|
+
submit: Opret bruger
|
70
|
+
title: Opret bruger
|
71
|
+
subdomain:
|
72
|
+
title: Underdomæne
|
98
73
|
unlock:
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
title:
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
74
|
+
submit: Send oplåsningsinstruktioner igen
|
75
|
+
title: Send oplåsningsinstruktioner igen
|
76
|
+
username:
|
77
|
+
title: Brugernavn
|
78
|
+
download: 'Download:'
|
79
|
+
edit: Rediger
|
80
|
+
edit_model: Rediger %{model}
|
81
|
+
empty: Tom
|
82
|
+
filters:
|
83
|
+
buttons:
|
84
|
+
clear: Ryd filtre
|
85
|
+
filter: Filtrer
|
86
|
+
has_many_delete: Slet
|
87
|
+
has_many_new: Tilføj ny(t) %{model}
|
88
|
+
has_many_remove: Fjern
|
113
89
|
index_list:
|
114
|
-
table:
|
90
|
+
table: Tabel
|
91
|
+
logout: Log ud
|
92
|
+
new_model: Ny(t) %{model}
|
93
|
+
next: Næste
|
94
|
+
pagination:
|
95
|
+
empty: Ingen %{model} fundet
|
96
|
+
entry:
|
97
|
+
one: post
|
98
|
+
other: poster
|
99
|
+
multiple: Viser %{model} <b>%{from} - %{to}</b> af <b>%{total}</b> i alt
|
100
|
+
multiple_without_total: Viser %{model} <b>%{from} - %{to}</b>
|
101
|
+
one: Viser <b>1</b> %{model}
|
102
|
+
one_page: Viser <b>alle %{n}</b> %{model}
|
103
|
+
per_page: 'Per side: '
|
104
|
+
powered_by: Powered by %{active_admin} %{version}
|
105
|
+
previous: Forrige
|
106
|
+
search_status:
|
107
|
+
no_current_filters: Ingen
|
108
|
+
sidebars:
|
109
|
+
filters: Filtre
|
110
|
+
search_status: Søgestatus
|
111
|
+
status_tag:
|
112
|
+
'no': Nej
|
113
|
+
unset: Nej
|
114
|
+
'yes': Ja
|
115
|
+
view: Vis
|