decidim-core 0.30.1 → 0.30.2
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/app/cells/decidim/activity/show.erb +6 -6
- data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +11 -2
- data/app/cells/decidim/footer_topics/show.erb +2 -2
- data/app/cells/decidim/group_admins/show.erb +3 -1
- data/app/cells/decidim/group_members/show.erb +6 -2
- data/app/cells/decidim/images_panel/show.erb +5 -2
- data/app/cells/decidim/report_button/flag_modal.erb +11 -9
- data/app/cells/decidim/report_user_button/flag_modal.erb +11 -10
- data/app/cells/decidim/upload_modal/files.erb +4 -4
- data/app/cells/decidim/upload_modal_cell.rb +5 -3
- data/app/commands/decidim/amendable/accept.rb +2 -1
- data/app/commands/decidim/create_omniauth_registration.rb +1 -1
- data/app/controllers/decidim/amendments_controller.rb +3 -3
- data/app/helpers/decidim/amendments_helper.rb +2 -1
- data/app/helpers/decidim/filters_helper.rb +25 -0
- data/app/helpers/decidim/layout_helper.rb +6 -0
- data/app/packs/images/decidim/default-avatar.svg +1 -1
- data/app/packs/src/decidim/callout.js +13 -8
- data/app/packs/src/decidim/confirm.js +15 -3
- data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -0
- data/app/packs/src/decidim/datepicker/generate_timepicker.js +2 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +3 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +8 -9
- data/app/packs/src/decidim/dropdown_menu.js +18 -0
- data/app/packs/src/decidim/editor/common/suggestion.js +11 -1
- data/app/packs/src/decidim/index.js +1 -0
- data/app/packs/stylesheets/decidim/_activity.scss +4 -4
- data/app/packs/stylesheets/decidim/_cards.scss +5 -1
- data/app/packs/stylesheets/decidim/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/_header.scss +11 -3
- data/app/packs/stylesheets/decidim/_layout.scss +2 -2
- data/app/packs/stylesheets/decidim/_modal.scss +1 -5
- data/app/packs/stylesheets/decidim/_modal_update.scss +5 -1
- data/app/permissions/decidim/permissions.rb +13 -1
- data/app/validators/translated_etiquette_validator.rb +2 -0
- data/app/views/decidim/errors/internal_server_error.html.erb +1 -1
- data/app/views/decidim/errors/not_found.html.erb +1 -1
- data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
- data/app/views/decidim/searches/_filters.html.erb +48 -13
- data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
- data/app/views/decidim/shared/_confirm_modal.html.erb +3 -5
- data/app/views/decidim/shared/_filters.html.erb +6 -4
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +6 -0
- data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +2 -0
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
- data/config/locales/ar.yml +0 -3
- data/config/locales/bg-BG.yml +2 -2
- data/config/locales/bg.yml +0 -5
- data/config/locales/ca-IT.yml +28 -5
- data/config/locales/ca.yml +28 -5
- data/config/locales/cs.yml +15 -6
- data/config/locales/de.yml +53 -21
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +28 -5
- data/config/locales/es-MX.yml +28 -5
- data/config/locales/es-PY.yml +28 -5
- data/config/locales/es.yml +28 -5
- data/config/locales/eu.yml +66 -43
- data/config/locales/fi-plain.yml +76 -5
- data/config/locales/fi.yml +77 -6
- data/config/locales/fr-CA.yml +28 -5
- data/config/locales/fr-LU.yml +3 -3
- data/config/locales/fr.yml +28 -5
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -5
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/is-IS.yml +0 -1
- data/config/locales/it.yml +165 -3
- data/config/locales/ja.yml +36 -5
- data/config/locales/lb-LU.yml +2 -2
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +0 -4
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/ru.yml +0 -3
- data/config/locales/sk-SK.yml +3 -3
- data/config/locales/sk.yml +2 -3
- data/config/locales/sv.yml +27 -4
- data/config/locales/tr-TR.yml +0 -3
- data/config/locales/uk.yml +0 -2
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -5
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
- data/lib/decidim/core/test/factories.rb +2 -2
- data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +7 -5
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +14 -0
- metadata +7 -6
data/config/locales/ca.yml
CHANGED
@@ -173,6 +173,13 @@ ca:
|
|
173
173
|
x_seconds:
|
174
174
|
one: 1 segon
|
175
175
|
other: "%{count} segons"
|
176
|
+
widget:
|
177
|
+
label:
|
178
|
+
date: Seleccionar data per %{label}
|
179
|
+
time: Seleccionar hora per %{label}
|
180
|
+
picker:
|
181
|
+
date_button: Obre el selector de calendari per a %{label}
|
182
|
+
time_button: Obre el selector d'hora per a %{label}
|
176
183
|
decidim:
|
177
184
|
accessibility:
|
178
185
|
external_link: Enllaç extern
|
@@ -1163,7 +1170,12 @@ ca:
|
|
1163
1170
|
title: Què són les ensenyes?
|
1164
1171
|
group_admins:
|
1165
1172
|
actions:
|
1166
|
-
|
1173
|
+
confirm_modal:
|
1174
|
+
ok_add: Afegir una administradora
|
1175
|
+
ok_remove: Eliminar l'administradora
|
1176
|
+
title_add: Confirmar la nova administradora
|
1177
|
+
title_remove: Eliminar l'administradora
|
1178
|
+
confirm_remove_from_admin: Segur que vols eliminar a l'avaluadora d'aquest grup?
|
1167
1179
|
demote_admin: Elimina l'administradora
|
1168
1180
|
demote:
|
1169
1181
|
error: S'ha produït un error en eliminar aquesta usuària de la llista d'administradores.
|
@@ -1193,7 +1205,11 @@ ca:
|
|
1193
1205
|
error: S'ha produït un error en acceptar aquesta sol·licitud d'incorporació al grup.
|
1194
1206
|
success: Sol·licitud d'incorporació rebutjada correctament.
|
1195
1207
|
actions:
|
1196
|
-
|
1208
|
+
confirm_modal:
|
1209
|
+
ok_remove: Eliminar membre
|
1210
|
+
title_remove: Eliminar membre
|
1211
|
+
confirm_promote_to_admin: Segur que vols afegir aquesta usuària com a administradora?
|
1212
|
+
confirm_remove_from_group: Segur que vols eliminar a aquesta usuària d'aquest grup?
|
1197
1213
|
promote_to_admin: Fer administradora
|
1198
1214
|
remove_from_group: Eliminar participant
|
1199
1215
|
index:
|
@@ -1435,11 +1451,12 @@ ca:
|
|
1435
1451
|
main_image: Imatge principal
|
1436
1452
|
newsletters:
|
1437
1453
|
unsubscribe:
|
1438
|
-
|
1454
|
+
check_subscription_html: Si els vols tornar a rebre, pots tornar a activar la teva subscripció en qualsevol moment des de la <a href="%{link}" target="_blank">pàgina de configuració</a>.
|
1439
1455
|
error: S'ha produït un error en cancel·lar la subscripció.
|
1456
|
+
subscription_preferences: Hem actualitzat les teves preferències de subscripció i ja no rebràs butlletins informatius de %{organization_name}.
|
1440
1457
|
success: Has cancel·lat la subscripció correctament.
|
1441
1458
|
token_error: L'enllaç ha caducat.
|
1442
|
-
unsubscribe:
|
1459
|
+
unsubscribe: Cancel·lar la subscripció al butlletí informatiu
|
1443
1460
|
newsletters_opt_in:
|
1444
1461
|
unauthorized: Ho sentim, aquest enllaç ja no està disponible.
|
1445
1462
|
update:
|
@@ -1447,7 +1464,7 @@ ca:
|
|
1447
1464
|
success: La configuració del butlletí de notícies s'ha actualitzat correctament.
|
1448
1465
|
newsletters_opt_in_mailer:
|
1449
1466
|
notify:
|
1450
|
-
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el
|
1467
|
+
body_1: El processament de les dades personals i la seva protecció cada vegada és més important per a totes nosaltres. Amb el Reglament General de Protecció de Dades (GDPR) del 25 de maig de 2018, les persones tenen un major control sobre les seves dades personals. Per aquest motiu, necessitem la teva autorització per continuar enviant informació rellevant sobre les activitats del %{organization_name}.
|
1451
1468
|
body_2: 'Com ens pots donar el teu consentiment? Només cal que facis clic al botó següent:'
|
1452
1469
|
body_3: Donant consentiment podràs continuar rebent informació sobre els serveis de la plataforma. Si, al contrari, no rebem una confirmació positiva de la teva part, deixarem d'enviar-te els nostres missatges. Si confirmes que vols mantenir-te informada, sempre tindràs l'opció de cancel·lar en qualsevol moment.
|
1453
1470
|
button: Sí, vull continuar rebent informació rellevant
|
@@ -1783,6 +1800,7 @@ ca:
|
|
1783
1800
|
searches:
|
1784
1801
|
filters:
|
1785
1802
|
jump_to: 'Salta a:'
|
1803
|
+
resource: "%{label} entre %{collection}"
|
1786
1804
|
search: Cercar
|
1787
1805
|
state:
|
1788
1806
|
active: Actiu
|
@@ -2257,14 +2275,17 @@ ca:
|
|
2257
2275
|
edit: Edita
|
2258
2276
|
footer:
|
2259
2277
|
cc_by_license: Amb llicència Creative Commons
|
2278
|
+
current_organization_img: "%{organization} (Anar a la pàgina d'inici)"
|
2260
2279
|
data_consent_settings: Configuració de les galetes
|
2261
2280
|
decidim_logo: Logo Decidim
|
2262
2281
|
decidim_title: Decidim
|
2282
|
+
help: Ajuda
|
2263
2283
|
log_in: Entra
|
2264
2284
|
made_with_open_source: Web creada amb <a target="_blank" href="https://github.com/decidim/decidim">programari lliure</a>.
|
2265
2285
|
open_data: Dades obertes
|
2266
2286
|
resources: Recursos
|
2267
2287
|
sign_up: Crea un compte
|
2288
|
+
social_media: Xarxes socials
|
2268
2289
|
terms_of_service: Termes i condicions d'ús
|
2269
2290
|
header:
|
2270
2291
|
close: Tancar
|
@@ -2306,6 +2327,8 @@ ca:
|
|
2306
2327
|
profile: El meu compte
|
2307
2328
|
public_profile: El meu perfil públic
|
2308
2329
|
title: Enllaços del perfil
|
2330
|
+
unread_conversations: Tens converses sense llegir
|
2331
|
+
unread_notifications: Tens notificacions sense llegir
|
2309
2332
|
user_profile:
|
2310
2333
|
account: Compte
|
2311
2334
|
authorizations: Autoritzacions
|
data/config/locales/cs.yml
CHANGED
@@ -201,6 +201,12 @@ cs:
|
|
201
201
|
few: "%{count} sekundy"
|
202
202
|
many: "%{count} sekund"
|
203
203
|
other: "%{count} sekund"
|
204
|
+
widget:
|
205
|
+
label:
|
206
|
+
date: Vyberte datum pro %{label}
|
207
|
+
time: Vyberte čas pro %{label}
|
208
|
+
picker:
|
209
|
+
time_button: Otevřít výběr času pro %{label}
|
204
210
|
decidim:
|
205
211
|
accessibility:
|
206
212
|
external_link: Externí odkaz
|
@@ -894,6 +900,7 @@ cs:
|
|
894
900
|
done: Hotovo
|
895
901
|
select_identity: Vybrat identitu
|
896
902
|
endorsers_list:
|
903
|
+
others: "%{count} dalších"
|
897
904
|
title: Toto se líbí
|
898
905
|
you: vám
|
899
906
|
ephemeral_user: Návštěvník
|
@@ -1201,7 +1208,6 @@ cs:
|
|
1201
1208
|
title: Jaké jsou odznaky?
|
1202
1209
|
group_admins:
|
1203
1210
|
actions:
|
1204
|
-
are_you_sure: Jste si jisti? Toto uživatele ze skupiny neodstraní.
|
1205
1211
|
demote_admin: Odstranit admin
|
1206
1212
|
demote:
|
1207
1213
|
error: Při odebrání tohoto účastníka ze seznamu administrátorů došlo k chybě.
|
@@ -1231,7 +1237,6 @@ cs:
|
|
1231
1237
|
error: Při přijímání této žádosti o připojení došlo k chybě.
|
1232
1238
|
success: Žádost o připojení byla úspěšně přijata.
|
1233
1239
|
actions:
|
1234
|
-
are_you_sure: Jste si jisti?
|
1235
1240
|
promote_to_admin: Udělat adminem
|
1236
1241
|
remove_from_group: Odstranit uživatele
|
1237
1242
|
index:
|
@@ -1473,11 +1478,10 @@ cs:
|
|
1473
1478
|
main_image: Hlavní obrázek
|
1474
1479
|
newsletters:
|
1475
1480
|
unsubscribe:
|
1476
|
-
check_subscription: Pokud chcete změnit své předvolby, můžete tak učinit na <a href="%{link}" target="_blank">konfigurační stránce</a>.
|
1477
1481
|
error: Při odhlášení došlo k chybě.
|
1478
1482
|
success: Úspěšně jste odhlášeni.
|
1479
1483
|
token_error: Platnost odkazu vypršela.
|
1480
|
-
unsubscribe: Odhlásit odběr
|
1484
|
+
unsubscribe: Odhlásit odběr zpravodaje
|
1481
1485
|
newsletters_opt_in:
|
1482
1486
|
unauthorized: Je nám líto, tento odkaz již není k dispozici.
|
1483
1487
|
update:
|
@@ -1485,7 +1489,6 @@ cs:
|
|
1485
1489
|
success: Nastavení Zpravodaje bylo úspěšně aktualizováno.
|
1486
1490
|
newsletters_opt_in_mailer:
|
1487
1491
|
notify:
|
1488
|
-
body_1: Zpracování osobních údajů a jejich ochrana jsou pro nás všechny stále důležitější. S novým obecným nařízením o ochraně osobních údajů (GDPR) ze dne 25. května 2018 mají jednotlivci lepší kontrolu nad svými osobními údaji. Z tohoto důvodu potřebujeme vaše "OK" pro pokračování v zasílání relevantních informací o aktivitách %{organization_name}.
|
1489
1492
|
body_2: 'Jak nám můžete dát svůj souhlas? Stačí kliknout na následující tlačítko:'
|
1490
1493
|
body_3: S tímto souhlasem budete moci pokračovat v přijímání informací o službách platformy. Pokud naopak nedostaneme pozitivní potvrzení z vašeho hlediska, přestaneme vám posílat naše zprávy. Pokud potvrdíte, že chcete být stále informováni, máte vždy možnost kdykoli zrušit.
|
1491
1494
|
button: Ano, chci i nadále přijímat relevantní informace
|
@@ -1767,8 +1770,10 @@ cs:
|
|
1767
1770
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1768
1771
|
reported_mailer:
|
1769
1772
|
hidden_automatically:
|
1773
|
+
content: Nahlášený obsah
|
1770
1774
|
details: Podrobnosti
|
1771
1775
|
hello: Dobrý den %{name},
|
1776
|
+
manage_moderations: Spravovat moderace
|
1772
1777
|
participatory_space: Participativní prostor
|
1773
1778
|
reason: Důvod
|
1774
1779
|
report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
|
@@ -2067,7 +2072,7 @@ cs:
|
|
2067
2072
|
confirm_new_password: Potvrďte nové heslo
|
2068
2073
|
new_password: Nové heslo
|
2069
2074
|
old_password_help: Chcete-li potvrdit změny vašeho účtu, zadejte prosím své aktuální heslo.
|
2070
|
-
password_help: "minimální počet znaků je %{
|
2075
|
+
password_help: "minimální počet znaků je %{minimum_characters}, nesmí být příliš obvyklý (např. 123456) a musí se lišit od vašeho uživatelského jména a e-mailu."
|
2071
2076
|
password_help_admin: "minimální počet znaků je %{minimum_characters}, nesmí být příliš časté (např. 123456), musí se lišit od vaší přezdívky a e-mailu a musí se lišit od vašich starých hesel."
|
2072
2077
|
title: Změna hesla
|
2073
2078
|
new:
|
@@ -2303,11 +2308,13 @@ cs:
|
|
2303
2308
|
data_consent_settings: Nastavení cookies
|
2304
2309
|
decidim_logo: Logo Decidim
|
2305
2310
|
decidim_title: Decidim
|
2311
|
+
help: Nápověda
|
2306
2312
|
log_in: Přihlásit
|
2307
2313
|
made_with_open_source: Webová stránka vytvořená s <a target="_blank" href="https://github.com/decidim/decidim">svobodným softwarem</a>.
|
2308
2314
|
open_data: Otevřená data
|
2309
2315
|
resources: Zdroje
|
2310
2316
|
sign_up: Vytvořit účet
|
2317
|
+
social_media: Sociální sítě
|
2311
2318
|
terms_of_service: Podmínky služby
|
2312
2319
|
header:
|
2313
2320
|
close: Zavřít
|
@@ -2349,6 +2356,8 @@ cs:
|
|
2349
2356
|
profile: Můj účet
|
2350
2357
|
public_profile: Můj veřejný profil
|
2351
2358
|
title: Profilové odkazy
|
2359
|
+
unread_conversations: Máte nepřečtené konverzace
|
2360
|
+
unread_notifications: Máte nepřečtené oznámení
|
2352
2361
|
user_profile:
|
2353
2362
|
account: Účet
|
2354
2363
|
authorizations: Autorizace
|
data/config/locales/de.yml
CHANGED
@@ -173,6 +173,13 @@ de:
|
|
173
173
|
x_seconds:
|
174
174
|
one: 1 Sekunde
|
175
175
|
other: "%{count} Sekunden"
|
176
|
+
widget:
|
177
|
+
label:
|
178
|
+
date: Datum für %{label} auswählen
|
179
|
+
time: Zeit für %{label} auswählen
|
180
|
+
picker:
|
181
|
+
date_button: Kalenderauswahl für %{label} öffnen
|
182
|
+
time_button: Öffne Zeitauswahl für %{label}
|
176
183
|
decidim:
|
177
184
|
accessibility:
|
178
185
|
external_link: Externer Link
|
@@ -189,7 +196,7 @@ de:
|
|
189
196
|
close: Fenster schließen
|
190
197
|
ok: Ja, ich möchte mein Konto löschen
|
191
198
|
question: Sind Sie sicher, dass Sie Ihr Konto löschen möchten?
|
192
|
-
title:
|
199
|
+
title: Konto löschen
|
193
200
|
explanation: Bitte geben Sie den Grund an, warum Sie Ihr Konto löschen möchten (optional).
|
194
201
|
leaving_authorizations_behind: Einige Daten, die an Ihre Autorisierung gebunden sind, werden aus Sicherheitsgründen gespeichert. Wenn Sie ein anderes Konto erstellen und erneut autorisieren, werden diese Daten auf Ihr neues Konto wiederhergestellt.
|
195
202
|
destroy:
|
@@ -512,7 +519,7 @@ de:
|
|
512
519
|
unauthorized:
|
513
520
|
explanation: Leider können Sie diese Aktion nicht ausführen, da einige Ihrer Autorisierungsdaten nicht übereinstimmen.
|
514
521
|
invalid_field: "%{field} Wert %{value} ist nicht gültig."
|
515
|
-
ok:
|
522
|
+
ok: OK
|
516
523
|
title: Nicht berechtigt
|
517
524
|
unconfirmed:
|
518
525
|
confirmation_instructions: 'Wenn Sie die Bestätigungsanweisungen nicht erhalten haben, können Sie sie erneut anfordern:'
|
@@ -848,10 +855,20 @@ de:
|
|
848
855
|
error: Fehler beim Hochladen des Bildes.
|
849
856
|
success: Bild erfolgreich hochgeladen.
|
850
857
|
drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
|
858
|
+
endorsement_buttons_cell:
|
859
|
+
already_endorsed: Unterstützung zurückziehen
|
860
|
+
endorse: Unterstützen
|
851
861
|
endorsements:
|
852
862
|
identities:
|
853
863
|
done: Erledigt
|
854
864
|
select_identity: Identität auswählen
|
865
|
+
endorsers_list:
|
866
|
+
endorsed_by:
|
867
|
+
one: Unterstützt von %{visible}
|
868
|
+
other: Unterstützt von %{visible} und anderen
|
869
|
+
others: "%{count} weiteren"
|
870
|
+
title: Geliked von
|
871
|
+
you: dir
|
855
872
|
ephemeral_user: Gast
|
856
873
|
errors:
|
857
874
|
files:
|
@@ -878,68 +895,68 @@ de:
|
|
878
895
|
amendments:
|
879
896
|
amendment_accepted:
|
880
897
|
affected_user:
|
881
|
-
email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sie
|
898
|
+
email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
|
882
899
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
883
900
|
email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
884
901
|
notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde angenommen.
|
885
902
|
follower:
|
886
|
-
email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sie
|
903
|
+
email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
|
887
904
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
888
905
|
email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
889
906
|
notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde akzeptiert.
|
890
907
|
amendment_created:
|
891
908
|
affected_user:
|
892
|
-
email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sie
|
909
|
+
email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sehen Sie es sich auf dieser Seite an:'
|
893
910
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
894
911
|
email_subject: Neuer Änderungsantrag für %{amendable_title}
|
895
912
|
notification_title: Neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> erstellt.
|
896
913
|
follower:
|
897
|
-
email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sie
|
914
|
+
email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sehen Sie es sich auf dieser Seite an:'
|
898
915
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
899
916
|
email_subject: Neuer Änderungsantrag für %{amendable_title}
|
900
917
|
notification_title: Eine neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> wurde erstellt.
|
901
918
|
amendment_promoted:
|
902
919
|
affected_user:
|
903
|
-
email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sie
|
920
|
+
email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sehen Sie es sich auf dieser Seite an:'
|
904
921
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
905
922
|
email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n %{amendable_type} veröffentlicht
|
906
923
|
notification_title: Die <a href="%{emendation_path}">abgelehnte Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> als neue/n %{amendable_type} veröffentlicht.
|
907
924
|
follower:
|
908
|
-
email_intro: 'Eine abgelehnte Änderung für %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sie
|
925
|
+
email_intro: 'Eine abgelehnte Änderung für %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sehen Sie es sich auf dieser Seite an:'
|
909
926
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
910
927
|
email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n/s %{amendable_type} veröffentlicht
|
911
928
|
notification_title: Eine <a href="%{emendation_path}">abgelehnte Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> als neue/n/s %{amendable_type} veröffentlicht.
|
912
929
|
amendment_rejected:
|
913
930
|
affected_user:
|
914
|
-
email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sie
|
931
|
+
email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
|
915
932
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
916
933
|
email_subject: Abgelehnter Änderungsantrag für %{amendable_title} von %{emendation_author_nickname}
|
917
934
|
notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde abgelehnt.
|
918
935
|
follower:
|
919
|
-
email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sie
|
936
|
+
email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
|
920
937
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
921
938
|
email_subject: Abgelehnte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
922
939
|
notification_title: Die <a href="%{emendation_path}">Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> wurde abgelehnt.
|
923
940
|
emendation_promoted:
|
924
941
|
follower:
|
925
|
-
email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sie
|
942
|
+
email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sehen Sie es sich auf dieser Seite an:'
|
926
943
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} mitverfasst haben.
|
927
944
|
email_subject: Eine Änderung von %{emendation_author_nickname} ist als neuer %{amendable_type} veröffentlicht worden
|
928
945
|
attachments:
|
929
946
|
attachment_created:
|
930
|
-
email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie
|
947
|
+
email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sehen Sie es sich auf dieser Seite an:'
|
931
948
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
932
949
|
email_subject: Eine Aktualisierung auf %{resource_title}
|
933
950
|
notification_title: Ein <a href="%{resource_path}">neues Dokument</a> wurde zu <a href="%{attached_to_url}">%{resource_title}</a>hinzugefügt
|
934
951
|
components:
|
935
952
|
component_published:
|
936
|
-
email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sie
|
953
|
+
email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sehen Sie es sich auf dieser Seite an:'
|
937
954
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
938
955
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
939
956
|
notification_title: Die Komponente %{resource_title} ist jetzt für <a href="%{resource_path}">%{participatory_space_title}</a> aktiv
|
940
957
|
email_event:
|
941
958
|
email_greeting: Hallo %{user_name},
|
942
|
-
email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sie
|
959
|
+
email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sehen Sie es sich auf dieser Seite an:'
|
943
960
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
944
961
|
email_subject: Eine Aktualisierung auf %{resource_title}
|
945
962
|
gamification:
|
@@ -1160,7 +1177,12 @@ de:
|
|
1160
1177
|
title: Was sind Abzeichen?
|
1161
1178
|
group_admins:
|
1162
1179
|
actions:
|
1163
|
-
|
1180
|
+
confirm_modal:
|
1181
|
+
ok_add: Neuen Admin hinzufügen
|
1182
|
+
ok_remove: Admin entfernen
|
1183
|
+
title_add: Neuer Admin bestätigen
|
1184
|
+
title_remove: Admin entfernen
|
1185
|
+
confirm_remove_from_admin: Sind Sie sicher, dass Sie den Admin dieser Gruppe entfernen möchten?
|
1164
1186
|
demote_admin: Entferne Admin
|
1165
1187
|
demote:
|
1166
1188
|
error: Beim Entfernen dieses Teilnehmers aus der Adminliste ist ein Fehler aufgetreten.
|
@@ -1190,7 +1212,11 @@ de:
|
|
1190
1212
|
error: Bei der Annahme dieser Beitrittsanfrage ist ein Fehler aufgetreten.
|
1191
1213
|
success: Beitrittsanfrage erfolgreich angenommen.
|
1192
1214
|
actions:
|
1193
|
-
|
1215
|
+
confirm_modal:
|
1216
|
+
ok_remove: Mitglied entfernen
|
1217
|
+
title_remove: Mitglied entfernen
|
1218
|
+
confirm_promote_to_admin: Sind Sie sicher, dass Sie dieses Konto als Admin hinzufügen möchten?
|
1219
|
+
confirm_remove_from_group: Sind Sie sicher, dass Sie dieses Konto von der Gruppe entfernen möchten?
|
1194
1220
|
promote_to_admin: Zum Admin ernennen
|
1195
1221
|
remove_from_group: Benutzer entfernen
|
1196
1222
|
index:
|
@@ -1432,11 +1458,12 @@ de:
|
|
1432
1458
|
main_image: Hauptbild
|
1433
1459
|
newsletters:
|
1434
1460
|
unsubscribe:
|
1435
|
-
|
1461
|
+
check_subscription_html: Wenn Sie diese wieder erhalten möchten, können Sie Ihr Abonnement jederzeit auf der <a href="%{link}" target="_blank">Einstellungsseite</a> wieder aktivieren.
|
1436
1462
|
error: Es gab ein Problem beim Kündigen des Abonnements.
|
1463
|
+
subscription_preferences: Wir haben Ihre Abonnement-Einstellungen aktualisiert und Sie erhalten keine Newsletter mehr von %{organization_name}.
|
1437
1464
|
success: Sie haben sich erfolgreich abgemeldet.
|
1438
1465
|
token_error: Der Link ist abgelaufen.
|
1439
|
-
unsubscribe:
|
1466
|
+
unsubscribe: Newsletter kündigen
|
1440
1467
|
newsletters_opt_in:
|
1441
1468
|
unauthorized: Entschuldigung, dieser Link ist nicht mehr verfügbar.
|
1442
1469
|
update:
|
@@ -1444,7 +1471,6 @@ de:
|
|
1444
1471
|
success: Newslettereinstellungen wurden erfolgreich aktualisiert.
|
1445
1472
|
newsletters_opt_in_mailer:
|
1446
1473
|
notify:
|
1447
|
-
body_1: Die Verarbeitung personenbezogener Daten und deren Schutz wird für uns alle immer wichtiger. Mit der neuen Datenschutz-Grundverordnung (DSGV) vom 25. Mai 2018 haben Einzelpersonen eine bessere Kontrolle über ihre personenbezogenen Daten. Aus diesem Grund benötigen wir Ihr "OK" um weiterhin relevante Informationen über die Aktivitäten der %{organization_name}zu senden.
|
1448
1474
|
body_2: 'Wie können Sie uns Ihre Zustimmung geben? Klicken Sie einfach auf den folgenden Knopf:'
|
1449
1475
|
body_3: Mit dieser Zustimmung können Sie weiterhin Informationen über die Dienste der Plattform erhalten. Wenn wir im Gegenteil keine positive Bestätigung von Ihnen erhalten, werden wir Ihnen keine Nachrichten mehr senden. Wenn Sie bestätigen, dass Sie weiterhin informiert werden möchten, haben Sie jederzeit die Möglichkeit, den Vorgang abzubrechen.
|
1450
1476
|
button: Ja, ich möchte weiterhin relevante Informationen erhalten
|
@@ -1780,6 +1806,7 @@ de:
|
|
1780
1806
|
searches:
|
1781
1807
|
filters:
|
1782
1808
|
jump_to: 'Springen zu:'
|
1809
|
+
resource: "%{label} nach %{collection}"
|
1783
1810
|
search: Suchen
|
1784
1811
|
state:
|
1785
1812
|
active: Aktiv
|
@@ -1800,7 +1827,7 @@ de:
|
|
1800
1827
|
confirm_modal:
|
1801
1828
|
cancel: Abbrechen
|
1802
1829
|
close_modal: Fenster schließen
|
1803
|
-
ok:
|
1830
|
+
ok: OK
|
1804
1831
|
title: Bestätigen
|
1805
1832
|
confirm_unload: Diese Seite enthält ungespeicherte Änderungen. Möchten Sie die Seite dennoch verlassen?
|
1806
1833
|
embed:
|
@@ -2255,14 +2282,17 @@ de:
|
|
2255
2282
|
edit: Bearbeiten
|
2256
2283
|
footer:
|
2257
2284
|
cc_by_license: Creative Commons Lizenz
|
2285
|
+
current_organization_img: "%{organization} (zur Startseite)"
|
2258
2286
|
data_consent_settings: Cookie Einstellungen
|
2259
2287
|
decidim_logo: Decidim-Logo
|
2260
2288
|
decidim_title: Decidim
|
2289
|
+
help: Hilfe
|
2261
2290
|
log_in: Anmelden
|
2262
2291
|
made_with_open_source: Website mit <a target="_blank" href="https://github.com/decidim/decidim">freier Software erstellt</a>.
|
2263
2292
|
open_data: Offene Daten
|
2264
2293
|
resources: Ressourcen
|
2265
2294
|
sign_up: Konto erstellen
|
2295
|
+
social_media: Social Media
|
2266
2296
|
terms_of_service: Nutzungsbedingungen
|
2267
2297
|
header:
|
2268
2298
|
close: Schliessen
|
@@ -2304,10 +2334,12 @@ de:
|
|
2304
2334
|
profile: Mein Konto
|
2305
2335
|
public_profile: Mein öffentliches Profil
|
2306
2336
|
title: Profil-Links
|
2337
|
+
unread_conversations: Sie haben ungelesene Unterhaltungen
|
2338
|
+
unread_notifications: Sie haben ungelesene Benachrichtigungen
|
2307
2339
|
user_profile:
|
2308
2340
|
account: Konto
|
2309
2341
|
authorizations: Berechtigungen
|
2310
|
-
delete_my_account:
|
2342
|
+
delete_my_account: Konto löschen
|
2311
2343
|
my_data: Meine Daten
|
2312
2344
|
notifications_settings: Benachrichtigungseinstellungen
|
2313
2345
|
profile: Profil
|
data/config/locales/el.yml
CHANGED
@@ -719,7 +719,6 @@ el:
|
|
719
719
|
title: Τι είναι τα εμβλήματα;
|
720
720
|
group_admins:
|
721
721
|
actions:
|
722
|
-
are_you_sure: Είσαι βέβαιοι; Αυτό δεν θα καταργήσει τον συμμετέχοντα από την ομάδα.
|
723
722
|
demote_admin: Κατάργηση διαχειριστή
|
724
723
|
demote:
|
725
724
|
error: Υπήρξε ένα πρόβλημα κατά την κατάργηση αυτού του συμμετέχοντα από τη λίστα διαχειριστών.
|
@@ -748,7 +747,6 @@ el:
|
|
748
747
|
error: Υπήρξε ένα πρόβλημα κατά την αποδοχή αυτού του αιτήματος συμμετοχής.
|
749
748
|
success: Το αίτημα συμμετοχής έγινε δεκτό με επιτυχία.
|
750
749
|
actions:
|
751
|
-
are_you_sure: Είστε βέβαιοι;
|
752
750
|
promote_to_admin: Ορισμός διαχειριστή
|
753
751
|
remove_from_group: Κατάργηση συμμετέχοντα
|
754
752
|
index:
|
@@ -939,10 +937,8 @@ el:
|
|
939
937
|
unsubscribe:
|
940
938
|
success: Καταργήσατε την εγγραφή σας με επιτυχία.
|
941
939
|
token_error: Ο σύνδεσμος έχει λήξει.
|
942
|
-
unsubscribe: Κατάργηση εγγραφής
|
943
940
|
newsletters_opt_in_mailer:
|
944
941
|
notify:
|
945
|
-
body_1: Η επεξεργασία των προσωπικών δεδομένων και η προστασία τους καθίστανται όλο και πιο σημαντικές για όλους μας. Με τον νέο Γενικό Κανονισμό για την Προστασία Δεδομένων (ΓΚΠΔ) της 25ης Μαΐου 2018, τα άτομα έχουν καλύτερο έλεγχο των προσωπικών τους δεδομένων. Για αυτόν τον λόγο, χρειαζόμαστε τη συγκατάθεσή σας για να συνεχίσουμε να στέλνουμε σχετικές πληροφορίες σχετικά με τις δραστηριότητες του οργανισμού %{organization_name}.
|
946
942
|
body_2: 'Πώς μπορείτε να μας παρέχετε τη συγκατάθεσή σας; Απλώς κάντε κλικ στο παρακάτω κουμπί:'
|
947
943
|
body_3: Με αυτήν τη συγκατάθεση, θα μπορείτε να συνεχίσετε να λαμβάνετε πληροφορίες σχετικά με τις υπηρεσίες της πλατφόρμας. Εάν, αντίθετα, δεν λάβουμε θετική επιβεβαίωση εκ μέρους σας, θα σταματήσουμε να σας στέλνουμε τα μηνύματά μας. Εάν επιβεβαιώσετε ότι θέλετε να συνεχίσετε να ενημερώνεστε, θα έχετε πάντα την επιλογή να ακυρώσετε τη συγκατάθεσή σας ανά πάσα στιγμή.
|
948
944
|
button: Ναι, θέλω να συνεχίσω να λαμβάνω σχετικές πληροφορίες
|
data/config/locales/en.yml
CHANGED
@@ -173,6 +173,13 @@ en:
|
|
173
173
|
x_seconds:
|
174
174
|
one: 1 second
|
175
175
|
other: "%{count} seconds"
|
176
|
+
widget:
|
177
|
+
label:
|
178
|
+
date: Select date for %{label}
|
179
|
+
time: Select time for %{label}
|
180
|
+
picker:
|
181
|
+
date_button: Open calendar picker for %{label}
|
182
|
+
time_button: Open time picker for %{label}
|
176
183
|
decidim:
|
177
184
|
accessibility:
|
178
185
|
external_link: External link
|
@@ -1170,7 +1177,12 @@ en:
|
|
1170
1177
|
title: What are the badges?
|
1171
1178
|
group_admins:
|
1172
1179
|
actions:
|
1173
|
-
|
1180
|
+
confirm_modal:
|
1181
|
+
ok_add: Add an administrator
|
1182
|
+
ok_remove: Remove the administrator
|
1183
|
+
title_add: Confirm the new administrator
|
1184
|
+
title_remove: Remove the administrator
|
1185
|
+
confirm_remove_from_admin: Are you sure you want to remove the administrator from this group?
|
1174
1186
|
demote_admin: Remove admin
|
1175
1187
|
demote:
|
1176
1188
|
error: There was a problem removing this participant from the admins list.
|
@@ -1200,7 +1212,11 @@ en:
|
|
1200
1212
|
error: There was a problem accepting this join request.
|
1201
1213
|
success: Join request successfully accepted.
|
1202
1214
|
actions:
|
1203
|
-
|
1215
|
+
confirm_modal:
|
1216
|
+
ok_remove: Remove the member
|
1217
|
+
title_remove: Remove the member
|
1218
|
+
confirm_promote_to_admin: Are you sure you want to add this user as an administrator?
|
1219
|
+
confirm_remove_from_group: Are you sure you want to remove the user from this group?
|
1204
1220
|
promote_to_admin: Make admin
|
1205
1221
|
remove_from_group: Remove participant
|
1206
1222
|
index:
|
@@ -1442,11 +1458,12 @@ en:
|
|
1442
1458
|
main_image: Main image
|
1443
1459
|
newsletters:
|
1444
1460
|
unsubscribe:
|
1445
|
-
|
1461
|
+
check_subscription_html: If you'd like to start receiving them again, you can re-enable your subscription anytime from the <a href="%{link}" target="_blank">settings page</a>.
|
1446
1462
|
error: There was a problem unsubscribing.
|
1463
|
+
subscription_preferences: We have updated your subscription preferences, and you will no longer receive newsletters from %{organization_name}.
|
1447
1464
|
success: You are unsubscribed successfully.
|
1448
1465
|
token_error: The link has expired.
|
1449
|
-
unsubscribe: Unsubscribe
|
1466
|
+
unsubscribe: Unsubscribe from newsletter
|
1450
1467
|
newsletters_opt_in:
|
1451
1468
|
unauthorized: Sorry, this link is no longer available.
|
1452
1469
|
update:
|
@@ -1454,7 +1471,7 @@ en:
|
|
1454
1471
|
success: Newsletter settings successfully updated.
|
1455
1472
|
newsletters_opt_in_mailer:
|
1456
1473
|
notify:
|
1457
|
-
body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the
|
1474
|
+
body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the General Data Protection Regulation (GDPR) of May 25, 2018, individuals have better control over their personal data. For this reason we need your "OK" to continue sending relevant information about the activities of the %{organization_name}.
|
1458
1475
|
body_2: 'How can you give us your consent? Just click the following button:'
|
1459
1476
|
body_3: With this consent you will be able to continue receiving information about the services of the platform. If, on the contrary, we do not receive a positive confirmation on your part we will stop sending you our messages. If you confirm that you want to keep being informed, you will always have the option to cancel at any time.
|
1460
1477
|
button: Yes, I want to continue receiving relevant information
|
@@ -1790,6 +1807,7 @@ en:
|
|
1790
1807
|
searches:
|
1791
1808
|
filters:
|
1792
1809
|
jump_to: 'Jump to:'
|
1810
|
+
resource: "%{label} among %{collection}"
|
1793
1811
|
search: Search
|
1794
1812
|
state:
|
1795
1813
|
active: Active
|
@@ -2265,14 +2283,17 @@ en:
|
|
2265
2283
|
edit: Edit
|
2266
2284
|
footer:
|
2267
2285
|
cc_by_license: Creative Commons License
|
2286
|
+
current_organization_img: "%{organization} (Back home)"
|
2268
2287
|
data_consent_settings: Cookie settings
|
2269
2288
|
decidim_logo: Decidim Logo
|
2270
2289
|
decidim_title: Decidim
|
2290
|
+
help: Help
|
2271
2291
|
log_in: Log in
|
2272
2292
|
made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
|
2273
2293
|
open_data: Open Data
|
2274
2294
|
resources: Resources
|
2275
2295
|
sign_up: Create an account
|
2296
|
+
social_media: Social media
|
2276
2297
|
terms_of_service: Terms of Service
|
2277
2298
|
header:
|
2278
2299
|
close: Close
|
@@ -2314,6 +2335,8 @@ en:
|
|
2314
2335
|
profile: My account
|
2315
2336
|
public_profile: My public profile
|
2316
2337
|
title: Profile links
|
2338
|
+
unread_conversations: You have unread conversations
|
2339
|
+
unread_notifications: You have unread notifications
|
2317
2340
|
user_profile:
|
2318
2341
|
account: Account
|
2319
2342
|
authorizations: Authorizations
|