decidim-core 0.30.0 → 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/address/show.erb +3 -3
- data/app/cells/decidim/author/show.erb +1 -1
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
- 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/participatory_space_dropdown_metadata/metadata.erb +4 -4
- 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/commands/decidim/create_report.rb +5 -1
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/amendments_controller.rb +3 -3
- data/app/controllers/decidim/reports_controller.rb +6 -1
- data/app/forms/decidim/ephemeral_user_form.rb +1 -1
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/registration_form.rb +1 -1
- 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/helpers/decidim/menu_helper.rb +2 -2
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +17 -2
- 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/src/decidim/input_character_counter.js +1 -1
- data/app/packs/stylesheets/decidim/_activity.scss +4 -4
- data/app/packs/stylesheets/decidim/_cards.scss +4 -0
- data/app/packs/stylesheets/decidim/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/_header.scss +64 -37
- 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/packs/stylesheets/decidim/resource_history.scss +14 -4
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/permissions/decidim/permissions.rb +13 -1
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/queries/decidim/last_activity.rb +25 -0
- 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/messaging/conversations/_reply_form.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- 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/decidim/shared/_results_per_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
- data/app/views/layouts/decidim/_logo.html.erb +2 -2
- 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/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
- data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
- data/config/locales/ar.yml +0 -10
- data/config/locales/bg-BG.yml +2 -2
- data/config/locales/bg.yml +0 -12
- data/config/locales/ca-IT.yml +40 -6
- data/config/locales/ca.yml +40 -6
- data/config/locales/cs.yml +37 -17
- data/config/locales/de.yml +76 -29
- data/config/locales/el.yml +0 -11
- data/config/locales/en.yml +40 -6
- data/config/locales/es-MX.yml +41 -7
- data/config/locales/es-PY.yml +41 -7
- data/config/locales/es.yml +40 -6
- data/config/locales/eu.yml +82 -47
- data/config/locales/fi-plain.yml +65 -9
- data/config/locales/fi.yml +66 -10
- data/config/locales/fr-CA.yml +42 -13
- data/config/locales/fr-LU.yml +3 -3
- data/config/locales/fr.yml +42 -13
- data/config/locales/gl.yml +0 -8
- data/config/locales/hu.yml +0 -12
- data/config/locales/id-ID.yml +0 -8
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +165 -8
- data/config/locales/ja.yml +47 -14
- data/config/locales/lb-LU.yml +2 -2
- data/config/locales/lb.yml +0 -8
- data/config/locales/lt.yml +0 -12
- data/config/locales/lv.yml +0 -8
- data/config/locales/nl.yml +0 -8
- data/config/locales/no.yml +0 -8
- data/config/locales/pl.yml +0 -12
- data/config/locales/pt-BR.yml +0 -11
- data/config/locales/pt.yml +0 -8
- data/config/locales/ro-RO.yml +0 -18
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk-SK.yml +3 -3
- data/config/locales/sk.yml +2 -8
- data/config/locales/sv.yml +63 -16
- data/config/locales/tr-TR.yml +0 -8
- data/config/locales/uk.yml +0 -7
- data/config/locales/zh-CN.yml +0 -8
- data/config/locales/zh-TW.yml +0 -12
- data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
- data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
- data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
- data/lib/decidim/core/test/factories.rb +14 -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/test/shared_examples/map_examples.rb +2 -2
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +14 -0
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/decidim/private_download_helper.rb +3 -3
- data/lib/tasks/upgrade/clean.rake +9 -1
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +1 -1
- data/lib/tasks/upgrade/migrations.rake +2 -0
- metadata +9 -7
- /data/app/views/decidim/reported_mailer/{hide.html.erb → hidden_automatically.html.erb} +0 -0
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
|
@@ -1728,7 +1745,7 @@ ca:
|
|
1728
1745
|
confirmation_instructions_sent: Instruccions de confirmació enviades per correu electrònic.
|
1729
1746
|
fill_in_email_to_confirm_it: Si us plau, omple el correu electrònic del teu grup per confirmar-lo.
|
1730
1747
|
reported_mailer:
|
1731
|
-
|
1748
|
+
hidden_automatically:
|
1732
1749
|
content: Contingut reportat
|
1733
1750
|
details: Detalls
|
1734
1751
|
hello: Hola %{name},
|
@@ -1737,6 +1754,15 @@ ca:
|
|
1737
1754
|
reason: Motiu
|
1738
1755
|
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament.</p>
|
1739
1756
|
subject: Un contingut s'ha ocultat automàticament
|
1757
|
+
hidden_manually:
|
1758
|
+
content: Contingut reportat
|
1759
|
+
details: Detalls
|
1760
|
+
hello: Hola %{name},
|
1761
|
+
manage_moderations: Gestiona moderacions
|
1762
|
+
participatory_space: Espai de participació
|
1763
|
+
reason: Motiu
|
1764
|
+
report_html: <p>El següent <a href="%{url}">contingut</a> s'ha ocultat automàticament per %{moderator}.</p>
|
1765
|
+
subject: Un recurs ha estat amagat per %{moderator}
|
1740
1766
|
report:
|
1741
1767
|
authors: Autores
|
1742
1768
|
content: Contingut reportat
|
@@ -1754,6 +1780,8 @@ ca:
|
|
1754
1780
|
create:
|
1755
1781
|
error: Hi ha hagut un problema en crear l'informe d'error. Si us plau, torna-ho a provar.
|
1756
1782
|
success: El contingut s'ha denunciat amb èxit i serà revisat per una administradora.
|
1783
|
+
hide:
|
1784
|
+
success: Aquest recurs s'ha amagat.
|
1757
1785
|
parent_hidden:
|
1758
1786
|
report_details: El recurs principal estava amagat
|
1759
1787
|
resource:
|
@@ -1772,6 +1800,7 @@ ca:
|
|
1772
1800
|
searches:
|
1773
1801
|
filters:
|
1774
1802
|
jump_to: 'Salta a:'
|
1803
|
+
resource: "%{label} entre %{collection}"
|
1775
1804
|
search: Cercar
|
1776
1805
|
state:
|
1777
1806
|
active: Actiu
|
@@ -2246,14 +2275,17 @@ ca:
|
|
2246
2275
|
edit: Edita
|
2247
2276
|
footer:
|
2248
2277
|
cc_by_license: Amb llicència Creative Commons
|
2278
|
+
current_organization_img: "%{organization} (Anar a la pàgina d'inici)"
|
2249
2279
|
data_consent_settings: Configuració de les galetes
|
2250
2280
|
decidim_logo: Logo Decidim
|
2251
2281
|
decidim_title: Decidim
|
2282
|
+
help: Ajuda
|
2252
2283
|
log_in: Entra
|
2253
2284
|
made_with_open_source: Web creada amb <a target="_blank" href="https://github.com/decidim/decidim">programari lliure</a>.
|
2254
2285
|
open_data: Dades obertes
|
2255
2286
|
resources: Recursos
|
2256
2287
|
sign_up: Crea un compte
|
2288
|
+
social_media: Xarxes socials
|
2257
2289
|
terms_of_service: Termes i condicions d'ús
|
2258
2290
|
header:
|
2259
2291
|
close: Tancar
|
@@ -2295,6 +2327,8 @@ ca:
|
|
2295
2327
|
profile: El meu compte
|
2296
2328
|
public_profile: El meu perfil públic
|
2297
2329
|
title: Enllaços del perfil
|
2330
|
+
unread_conversations: Tens converses sense llegir
|
2331
|
+
unread_notifications: Tens notificacions sense llegir
|
2298
2332
|
user_profile:
|
2299
2333
|
account: Compte
|
2300
2334
|
authorizations: Autoritzacions
|
data/config/locales/cs.yml
CHANGED
@@ -6,6 +6,7 @@ cs:
|
|
6
6
|
delete_reason: Důvod odstranění vašeho účtu
|
7
7
|
attachment:
|
8
8
|
documents: Dokumenty
|
9
|
+
image: Obrázek
|
9
10
|
photos: Fotky
|
10
11
|
common:
|
11
12
|
created_at: Vytvořeno v
|
@@ -200,6 +201,12 @@ cs:
|
|
200
201
|
few: "%{count} sekundy"
|
201
202
|
many: "%{count} sekund"
|
202
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}
|
203
210
|
decidim:
|
204
211
|
accessibility:
|
205
212
|
external_link: Externí odkaz
|
@@ -887,20 +894,15 @@ cs:
|
|
887
894
|
drag_and_drop_help: Přidejte obrázky přetažením nebo vložením.
|
888
895
|
endorsement_buttons_cell:
|
889
896
|
already_endorsed: Vrátit označení Líbí se
|
890
|
-
endorse:
|
897
|
+
endorse: Like
|
891
898
|
endorsements:
|
892
899
|
identities:
|
893
900
|
done: Hotovo
|
894
901
|
select_identity: Vybrat identitu
|
895
902
|
endorsers_list:
|
896
|
-
endorsed_by:
|
897
|
-
one: Líbí se %{visible}
|
898
|
-
few: Líbí se %{visible} a %{others}
|
899
|
-
many: Líbí se %{visible} a %{others}
|
900
|
-
other: Líbí se %{visible} a %{others}
|
901
903
|
others: "%{count} dalších"
|
902
|
-
title:
|
903
|
-
you:
|
904
|
+
title: Toto se líbí
|
905
|
+
you: vám
|
904
906
|
ephemeral_user: Návštěvník
|
905
907
|
errors:
|
906
908
|
files:
|
@@ -1053,6 +1055,9 @@ cs:
|
|
1053
1055
|
notification_event:
|
1054
1056
|
notification_title: Objevila se událost na <a href="%{resource_path}">%{resource_title}</a>.
|
1055
1057
|
reports:
|
1058
|
+
parent_hidden:
|
1059
|
+
email_outro: Obdrželi jste toto oznámení, protože jste autorem ovlivněného %{resource_type}.
|
1060
|
+
email_subject: Váš %{resource_type} již není viditelný
|
1056
1061
|
resource_hidden:
|
1057
1062
|
email_intro: Administrátor odstranil váš %{resource_type} protože byl nahlášen jako %{report_reasons}.
|
1058
1063
|
email_outro: Obdrželi jste toto oznámení, protože jste autorem odstraněného obsahu.
|
@@ -1203,7 +1208,6 @@ cs:
|
|
1203
1208
|
title: Jaké jsou odznaky?
|
1204
1209
|
group_admins:
|
1205
1210
|
actions:
|
1206
|
-
are_you_sure: Jste si jisti? Toto uživatele ze skupiny neodstraní.
|
1207
1211
|
demote_admin: Odstranit admin
|
1208
1212
|
demote:
|
1209
1213
|
error: Při odebrání tohoto účastníka ze seznamu administrátorů došlo k chybě.
|
@@ -1233,7 +1237,6 @@ cs:
|
|
1233
1237
|
error: Při přijímání této žádosti o připojení došlo k chybě.
|
1234
1238
|
success: Žádost o připojení byla úspěšně přijata.
|
1235
1239
|
actions:
|
1236
|
-
are_you_sure: Jste si jisti?
|
1237
1240
|
promote_to_admin: Udělat adminem
|
1238
1241
|
remove_from_group: Odstranit uživatele
|
1239
1242
|
index:
|
@@ -1475,11 +1478,10 @@ cs:
|
|
1475
1478
|
main_image: Hlavní obrázek
|
1476
1479
|
newsletters:
|
1477
1480
|
unsubscribe:
|
1478
|
-
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>.
|
1479
1481
|
error: Při odhlášení došlo k chybě.
|
1480
1482
|
success: Úspěšně jste odhlášeni.
|
1481
1483
|
token_error: Platnost odkazu vypršela.
|
1482
|
-
unsubscribe: Odhlásit odběr
|
1484
|
+
unsubscribe: Odhlásit odběr zpravodaje
|
1483
1485
|
newsletters_opt_in:
|
1484
1486
|
unauthorized: Je nám líto, tento odkaz již není k dispozici.
|
1485
1487
|
update:
|
@@ -1487,7 +1489,6 @@ cs:
|
|
1487
1489
|
success: Nastavení Zpravodaje bylo úspěšně aktualizováno.
|
1488
1490
|
newsletters_opt_in_mailer:
|
1489
1491
|
notify:
|
1490
|
-
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}.
|
1491
1492
|
body_2: 'Jak nám můžete dát svůj souhlas? Stačí kliknout na následující tlačítko:'
|
1492
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.
|
1493
1494
|
button: Ano, chci i nadále přijímat relevantní informace
|
@@ -1768,11 +1769,24 @@ cs:
|
|
1768
1769
|
confirmation_instructions_sent: Pokyny pro potvrzení e-mailu byly odeslány.
|
1769
1770
|
fill_in_email_to_confirm_it: Pro potvrzení vyplňte e-mailovou adresu skupiny.
|
1770
1771
|
reported_mailer:
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1772
|
+
hidden_automatically:
|
1773
|
+
content: Nahlášený obsah
|
1774
|
+
details: Podrobnosti
|
1775
|
+
hello: Dobrý den %{name},
|
1776
|
+
manage_moderations: Spravovat moderace
|
1777
|
+
participatory_space: Participativní prostor
|
1778
|
+
reason: Důvod
|
1774
1779
|
report_html: <p>Následující <a href="%{url}">obsah</a> byl automaticky skryt.</p>
|
1775
1780
|
subject: Zdroj byl automaticky skryt
|
1781
|
+
hidden_manually:
|
1782
|
+
content: Nahlášený obsah
|
1783
|
+
details: Podrobnosti
|
1784
|
+
hello: Dobrý den %{name},
|
1785
|
+
manage_moderations: Spravovat moderace
|
1786
|
+
participatory_space: Participativní prostor
|
1787
|
+
reason: Důvod
|
1788
|
+
report_html: <p>Následující <a href="%{url}">obsah</a> byl skrytý od %{moderator}.</p>
|
1789
|
+
subject: Zdroj byl skryt %{moderator}
|
1776
1790
|
report:
|
1777
1791
|
authors: Autoři
|
1778
1792
|
content: Nahlášený obsah
|
@@ -1790,6 +1804,8 @@ cs:
|
|
1790
1804
|
create:
|
1791
1805
|
error: Při vytváření zprávy došlo k chybě. Zkuste to prosím znovu.
|
1792
1806
|
success: Zpráva byla úspěšně vytvořena a bude kontrolována administrátorem.
|
1807
|
+
hide:
|
1808
|
+
success: Tento zdroj byl skryt.
|
1793
1809
|
parent_hidden:
|
1794
1810
|
report_details: Nadřazený dokument byl skryt
|
1795
1811
|
resource:
|
@@ -2056,7 +2072,7 @@ cs:
|
|
2056
2072
|
confirm_new_password: Potvrďte nové heslo
|
2057
2073
|
new_password: Nové heslo
|
2058
2074
|
old_password_help: Chcete-li potvrdit změny vašeho účtu, zadejte prosím své aktuální heslo.
|
2059
|
-
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."
|
2060
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."
|
2061
2077
|
title: Změna hesla
|
2062
2078
|
new:
|
@@ -2292,11 +2308,13 @@ cs:
|
|
2292
2308
|
data_consent_settings: Nastavení cookies
|
2293
2309
|
decidim_logo: Logo Decidim
|
2294
2310
|
decidim_title: Decidim
|
2311
|
+
help: Nápověda
|
2295
2312
|
log_in: Přihlásit
|
2296
2313
|
made_with_open_source: Webová stránka vytvořená s <a target="_blank" href="https://github.com/decidim/decidim">svobodným softwarem</a>.
|
2297
2314
|
open_data: Otevřená data
|
2298
2315
|
resources: Zdroje
|
2299
2316
|
sign_up: Vytvořit účet
|
2317
|
+
social_media: Sociální sítě
|
2300
2318
|
terms_of_service: Podmínky služby
|
2301
2319
|
header:
|
2302
2320
|
close: Zavřít
|
@@ -2338,6 +2356,8 @@ cs:
|
|
2338
2356
|
profile: Můj účet
|
2339
2357
|
public_profile: Můj veřejný profil
|
2340
2358
|
title: Profilové odkazy
|
2359
|
+
unread_conversations: Máte nepřečtené konverzace
|
2360
|
+
unread_notifications: Máte nepřečtené oznámení
|
2341
2361
|
user_profile:
|
2342
2362
|
account: Účet
|
2343
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:'
|
@@ -849,19 +856,19 @@ de:
|
|
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.
|
851
858
|
endorsement_buttons_cell:
|
852
|
-
already_endorsed:
|
853
|
-
endorse:
|
859
|
+
already_endorsed: Unterstützung zurückziehen
|
860
|
+
endorse: Unterstützen
|
854
861
|
endorsements:
|
855
862
|
identities:
|
856
863
|
done: Erledigt
|
857
864
|
select_identity: Identität auswählen
|
858
865
|
endorsers_list:
|
859
866
|
endorsed_by:
|
860
|
-
one:
|
861
|
-
other:
|
862
|
-
others: "%{count}
|
863
|
-
title:
|
864
|
-
you:
|
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
|
865
872
|
ephemeral_user: Gast
|
866
873
|
errors:
|
867
874
|
files:
|
@@ -888,68 +895,68 @@ de:
|
|
888
895
|
amendments:
|
889
896
|
amendment_accepted:
|
890
897
|
affected_user:
|
891
|
-
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:'
|
892
899
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
893
900
|
email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
894
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.
|
895
902
|
follower:
|
896
|
-
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:'
|
897
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.
|
898
905
|
email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
899
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.
|
900
907
|
amendment_created:
|
901
908
|
affected_user:
|
902
|
-
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:'
|
903
910
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
904
911
|
email_subject: Neuer Änderungsantrag für %{amendable_title}
|
905
912
|
notification_title: Neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> erstellt.
|
906
913
|
follower:
|
907
|
-
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:'
|
908
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.
|
909
916
|
email_subject: Neuer Änderungsantrag für %{amendable_title}
|
910
917
|
notification_title: Eine neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> wurde erstellt.
|
911
918
|
amendment_promoted:
|
912
919
|
affected_user:
|
913
|
-
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:'
|
914
921
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
915
922
|
email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n %{amendable_type} veröffentlicht
|
916
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.
|
917
924
|
follower:
|
918
|
-
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:'
|
919
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.
|
920
927
|
email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n/s %{amendable_type} veröffentlicht
|
921
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.
|
922
929
|
amendment_rejected:
|
923
930
|
affected_user:
|
924
|
-
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:'
|
925
932
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
|
926
933
|
email_subject: Abgelehnter Änderungsantrag für %{amendable_title} von %{emendation_author_nickname}
|
927
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.
|
928
935
|
follower:
|
929
|
-
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:'
|
930
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.
|
931
938
|
email_subject: Abgelehnte Änderung für %{amendable_title} von %{emendation_author_nickname}
|
932
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.
|
933
940
|
emendation_promoted:
|
934
941
|
follower:
|
935
|
-
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:'
|
936
943
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} mitverfasst haben.
|
937
944
|
email_subject: Eine Änderung von %{emendation_author_nickname} ist als neuer %{amendable_type} veröffentlicht worden
|
938
945
|
attachments:
|
939
946
|
attachment_created:
|
940
|
-
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:'
|
941
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.
|
942
949
|
email_subject: Eine Aktualisierung auf %{resource_title}
|
943
950
|
notification_title: Ein <a href="%{resource_path}">neues Dokument</a> wurde zu <a href="%{attached_to_url}">%{resource_title}</a>hinzugefügt
|
944
951
|
components:
|
945
952
|
component_published:
|
946
|
-
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:'
|
947
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.
|
948
955
|
email_subject: Eine Aktualisierung auf %{participatory_space_title}
|
949
956
|
notification_title: Die Komponente %{resource_title} ist jetzt für <a href="%{resource_path}">%{participatory_space_title}</a> aktiv
|
950
957
|
email_event:
|
951
958
|
email_greeting: Hallo %{user_name},
|
952
|
-
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:'
|
953
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.
|
954
961
|
email_subject: Eine Aktualisierung auf %{resource_title}
|
955
962
|
gamification:
|
@@ -1014,6 +1021,16 @@ de:
|
|
1014
1021
|
notification_event:
|
1015
1022
|
notification_title: Ein Ereignis trat auf <a href="%{resource_path}">%{resource_title}</a>.
|
1016
1023
|
reports:
|
1024
|
+
parent_hidden:
|
1025
|
+
email_intro: |-
|
1026
|
+
Dein %{resource_type} ist nicht mehr sichtbar.<br>
|
1027
|
+
Dies geschah, weil der Vorschlag, die Veranstaltung, die Debatte oder die Kommentare, auf die Sie geantwortet haben, verborgen wurden. Wenn sie wieder eingeblendet werden, wird ihr Kommentar automatisch wiederhergestellt.
|
1028
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie der Autor des betroffenen %{resource_type}s sind.
|
1029
|
+
email_subject: Ihr %{resource_type} ist nicht mehr sichtbar
|
1030
|
+
notification_title: |-
|
1031
|
+
Dein %{resource_type} ist nicht mehr sichtbar.<br>
|
1032
|
+
Dies geschah, weil der Vorschlag, die Veranstaltung, die Debatte oder die Kommentare, auf die Sie geantwortet haben, verborgen wurden. Wenn sie wieder eingeblendet werden, wird ihr Kommentar automatisch wiederhergestellt.
|
1033
|
+
<i>%{resource_content}</i>
|
1017
1034
|
resource_hidden:
|
1018
1035
|
email_intro: Ein Administrator hat Ihr/e/n %{resource_type} entfernt, weil diese/r/s als %{report_reasons} gemeldet wurde.
|
1019
1036
|
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie Autor des entfernten Inhalts sind.
|
@@ -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
|
@@ -1725,11 +1751,24 @@ de:
|
|
1725
1751
|
confirmation_instructions_sent: E-Mail-Bestätigungsanweisungen gesendet.
|
1726
1752
|
fill_in_email_to_confirm_it: Bitte geben Sie die E-Mail-Adresse Ihrer Gruppe zur Bestätigung ein.
|
1727
1753
|
reported_mailer:
|
1728
|
-
|
1754
|
+
hidden_automatically:
|
1755
|
+
content: Gemeldeter Inhalt
|
1756
|
+
details: Details
|
1729
1757
|
hello: Hallo %{name},
|
1730
1758
|
manage_moderations: Moderationen verwalten
|
1759
|
+
participatory_space: Beteiligungsbereich
|
1760
|
+
reason: Begründung
|
1731
1761
|
report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde automatisch ausgeblendet.</p>
|
1732
1762
|
subject: Eine Ressource wurde automatisch ausgeblendet
|
1763
|
+
hidden_manually:
|
1764
|
+
content: Gemeldeter Inhalt
|
1765
|
+
details: Details
|
1766
|
+
hello: Hallo %{name},
|
1767
|
+
manage_moderations: Moderationen verwalten
|
1768
|
+
participatory_space: Beteiligungsbereich
|
1769
|
+
reason: Begründung
|
1770
|
+
report_html: <p>Der folgende <a href="%{url}">Inhalt</a> wurde durch %{moderator} ausgeblendet.</p>
|
1771
|
+
subject: Eine Ressource wurde durch %{moderator} ausgeblendet
|
1733
1772
|
report:
|
1734
1773
|
authors: Autoren
|
1735
1774
|
content: Gemeldeter Inhalt
|
@@ -1747,6 +1786,8 @@ de:
|
|
1747
1786
|
create:
|
1748
1787
|
error: Bei der Erstellung des Berichts ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.
|
1749
1788
|
success: Der Bericht wurde erfolgreich erstellt und wird von einem Administrator überprüft.
|
1789
|
+
hide:
|
1790
|
+
success: Diese Ressource wurde ausgeblendet.
|
1750
1791
|
parent_hidden:
|
1751
1792
|
report_details: Die übergeordnete Ressource wurde ausgeblendet
|
1752
1793
|
resource:
|
@@ -1765,6 +1806,7 @@ de:
|
|
1765
1806
|
searches:
|
1766
1807
|
filters:
|
1767
1808
|
jump_to: 'Springen zu:'
|
1809
|
+
resource: "%{label} nach %{collection}"
|
1768
1810
|
search: Suchen
|
1769
1811
|
state:
|
1770
1812
|
active: Aktiv
|
@@ -1785,7 +1827,7 @@ de:
|
|
1785
1827
|
confirm_modal:
|
1786
1828
|
cancel: Abbrechen
|
1787
1829
|
close_modal: Fenster schließen
|
1788
|
-
ok:
|
1830
|
+
ok: OK
|
1789
1831
|
title: Bestätigen
|
1790
1832
|
confirm_unload: Diese Seite enthält ungespeicherte Änderungen. Möchten Sie die Seite dennoch verlassen?
|
1791
1833
|
embed:
|
@@ -2240,14 +2282,17 @@ de:
|
|
2240
2282
|
edit: Bearbeiten
|
2241
2283
|
footer:
|
2242
2284
|
cc_by_license: Creative Commons Lizenz
|
2285
|
+
current_organization_img: "%{organization} (zur Startseite)"
|
2243
2286
|
data_consent_settings: Cookie Einstellungen
|
2244
2287
|
decidim_logo: Decidim-Logo
|
2245
2288
|
decidim_title: Decidim
|
2289
|
+
help: Hilfe
|
2246
2290
|
log_in: Anmelden
|
2247
2291
|
made_with_open_source: Website mit <a target="_blank" href="https://github.com/decidim/decidim">freier Software erstellt</a>.
|
2248
2292
|
open_data: Offene Daten
|
2249
2293
|
resources: Ressourcen
|
2250
2294
|
sign_up: Konto erstellen
|
2295
|
+
social_media: Social Media
|
2251
2296
|
terms_of_service: Nutzungsbedingungen
|
2252
2297
|
header:
|
2253
2298
|
close: Schliessen
|
@@ -2289,10 +2334,12 @@ de:
|
|
2289
2334
|
profile: Mein Konto
|
2290
2335
|
public_profile: Mein öffentliches Profil
|
2291
2336
|
title: Profil-Links
|
2337
|
+
unread_conversations: Sie haben ungelesene Unterhaltungen
|
2338
|
+
unread_notifications: Sie haben ungelesene Benachrichtigungen
|
2292
2339
|
user_profile:
|
2293
2340
|
account: Konto
|
2294
2341
|
authorizations: Berechtigungen
|
2295
|
-
delete_my_account:
|
2342
|
+
delete_my_account: Konto löschen
|
2296
2343
|
my_data: Meine Daten
|
2297
2344
|
notifications_settings: Benachrichtigungseinstellungen
|
2298
2345
|
profile: Profil
|
data/config/locales/el.yml
CHANGED
@@ -503,8 +503,6 @@ el:
|
|
503
503
|
error: Σφάλμα φόρτωσης εικόνας.
|
504
504
|
success: Η εικόνα ανέβηκε επιτυχώς.
|
505
505
|
drag_and_drop_help: Προσθήκη εικόνων σύροντας τις & ρίχνοντας ή επικολλώντας αυτές.
|
506
|
-
endorsement_buttons_cell:
|
507
|
-
endorse: Μου αρέσει
|
508
506
|
endorsements:
|
509
507
|
identities:
|
510
508
|
done: Τέλος
|
@@ -721,7 +719,6 @@ el:
|
|
721
719
|
title: Τι είναι τα εμβλήματα;
|
722
720
|
group_admins:
|
723
721
|
actions:
|
724
|
-
are_you_sure: Είσαι βέβαιοι; Αυτό δεν θα καταργήσει τον συμμετέχοντα από την ομάδα.
|
725
722
|
demote_admin: Κατάργηση διαχειριστή
|
726
723
|
demote:
|
727
724
|
error: Υπήρξε ένα πρόβλημα κατά την κατάργηση αυτού του συμμετέχοντα από τη λίστα διαχειριστών.
|
@@ -750,7 +747,6 @@ el:
|
|
750
747
|
error: Υπήρξε ένα πρόβλημα κατά την αποδοχή αυτού του αιτήματος συμμετοχής.
|
751
748
|
success: Το αίτημα συμμετοχής έγινε δεκτό με επιτυχία.
|
752
749
|
actions:
|
753
|
-
are_you_sure: Είστε βέβαιοι;
|
754
750
|
promote_to_admin: Ορισμός διαχειριστή
|
755
751
|
remove_from_group: Κατάργηση συμμετέχοντα
|
756
752
|
index:
|
@@ -941,10 +937,8 @@ el:
|
|
941
937
|
unsubscribe:
|
942
938
|
success: Καταργήσατε την εγγραφή σας με επιτυχία.
|
943
939
|
token_error: Ο σύνδεσμος έχει λήξει.
|
944
|
-
unsubscribe: Κατάργηση εγγραφής
|
945
940
|
newsletters_opt_in_mailer:
|
946
941
|
notify:
|
947
|
-
body_1: Η επεξεργασία των προσωπικών δεδομένων και η προστασία τους καθίστανται όλο και πιο σημαντικές για όλους μας. Με τον νέο Γενικό Κανονισμό για την Προστασία Δεδομένων (ΓΚΠΔ) της 25ης Μαΐου 2018, τα άτομα έχουν καλύτερο έλεγχο των προσωπικών τους δεδομένων. Για αυτόν τον λόγο, χρειαζόμαστε τη συγκατάθεσή σας για να συνεχίσουμε να στέλνουμε σχετικές πληροφορίες σχετικά με τις δραστηριότητες του οργανισμού %{organization_name}.
|
948
942
|
body_2: 'Πώς μπορείτε να μας παρέχετε τη συγκατάθεσή σας; Απλώς κάντε κλικ στο παρακάτω κουμπί:'
|
949
943
|
body_3: Με αυτήν τη συγκατάθεση, θα μπορείτε να συνεχίσετε να λαμβάνετε πληροφορίες σχετικά με τις υπηρεσίες της πλατφόρμας. Εάν, αντίθετα, δεν λάβουμε θετική επιβεβαίωση εκ μέρους σας, θα σταματήσουμε να σας στέλνουμε τα μηνύματά μας. Εάν επιβεβαιώσετε ότι θέλετε να συνεχίσετε να ενημερώνεστε, θα έχετε πάντα την επιλογή να ακυρώσετε τη συγκατάθεσή σας ανά πάσα στιγμή.
|
950
944
|
button: Ναι, θέλω να συνεχίσω να λαμβάνω σχετικές πληροφορίες
|
@@ -1064,11 +1058,6 @@ el:
|
|
1064
1058
|
confirmation_instructions_sent: Στάλθηκαν οι οδηγίες επιβεβαίωσης email.
|
1065
1059
|
fill_in_email_to_confirm_it: Συμπληρώστε τη διεύθυνση email της ομάδας σας για να την επιβεβαιώσετε.
|
1066
1060
|
reported_mailer:
|
1067
|
-
hide:
|
1068
|
-
hello: Γεια σας %{name},
|
1069
|
-
manage_moderations: Διαχείριση εποπτεύσεων
|
1070
|
-
report_html: <p>Το παρακάτω <a href="%{url}">περιεχόμενο</a> αποκρύφτηκε αυτόματα.</p>
|
1071
|
-
subject: Ένας πόρος αποκρύφτηκε αυτόματα
|
1072
1061
|
report:
|
1073
1062
|
authors: Συγγραφείς
|
1074
1063
|
content: Αναφερόμενο περιεχόμενο
|