decidim-core 0.26.4 → 0.26.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/announcement_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/cta_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/hero/show.erb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +1 -1
- data/app/cells/decidim/content_blocks/sub_hero_cell.rb +1 -1
- data/app/cells/decidim/newsletter_templates/base_cell.rb +8 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +4 -4
- data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +4 -4
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/controllers/decidim/groups_controller.rb +5 -0
- data/app/controllers/decidim/links_controller.rb +10 -11
- data/app/controllers/decidim/profiles_controller.rb +1 -1
- data/app/helpers/decidim/cells_helper.rb +1 -0
- data/app/helpers/decidim/external_domain_helper.rb +14 -3
- data/app/helpers/decidim/icon_helper.rb +3 -3
- data/app/helpers/decidim/newsletters_helper.rb +1 -0
- data/app/helpers/decidim/sanitize_helper.rb +15 -5
- data/app/mailers/decidim/newsletter_mailer.rb +10 -3
- data/app/models/decidim/newsletter.rb +28 -0
- data/app/models/decidim/scope_type.rb +28 -0
- data/app/models/decidim/user.rb +0 -2
- data/app/models/decidim/user_base_entity.rb +2 -0
- data/app/models/decidim/user_block.rb +2 -2
- data/app/models/decidim/user_group.rb +1 -1
- data/app/packs/src/decidim/editor/clipboard_override.js +6 -2
- data/app/packs/src/decidim/editor.js +63 -33
- data/app/packs/src/decidim/form_filter.component.test.js +148 -5
- data/app/packs/src/decidim/form_filter.js +26 -4
- data/app/packs/stylesheets/decidim/_editor.scss +129 -0
- data/app/packs/stylesheets/decidim/email.scss +7 -0
- data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -6
- data/app/packs/stylesheets/decidim/modules/_buttons.scss +10 -6
- data/app/packs/stylesheets/decidim/modules/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/modules/_comments.scss +24 -0
- data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +2 -2
- data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +2 -2
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +1 -1
- data/app/presenters/decidim/notification_presenter.rb +1 -1
- data/app/presenters/decidim/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/scrubbers/decidim/admin_input_scrubber.rb +27 -0
- data/app/scrubbers/decidim/user_input_scrubber.rb +32 -5
- data/app/services/decidim/traceability.rb +1 -0
- data/app/views/decidim/links/_invalid_url_modal.html.erb +17 -0
- data/app/views/decidim/links/_modal.html.erb +1 -1
- data/app/views/decidim/links/invalid_url.js.erb +24 -0
- data/app/views/decidim/links/new.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +1 -5
- data/app/views/decidim/newsletter_mailer/newsletter.html.erb +3 -3
- data/app/views/decidim/newsletters/show.html.erb +1 -1
- data/app/views/decidim/pages/_standalone.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/layouts/decidim/_mailer_logo.html.erb +2 -2
- data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
- data/config/locales/ar.yml +427 -11
- data/config/locales/bg.yml +6 -8
- data/config/locales/ca.yml +36 -30
- data/config/locales/cs.yml +27 -32
- data/config/locales/da.yml +3 -0
- data/config/locales/de.yml +4 -26
- data/config/locales/el.yml +6 -9
- data/config/locales/en.yml +21 -15
- data/config/locales/eo.yml +2 -1
- data/config/locales/es-MX.yml +28 -22
- data/config/locales/es-PY.yml +28 -22
- data/config/locales/es.yml +34 -28
- data/config/locales/et.yml +3 -0
- data/config/locales/eu.yml +108 -85
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +6 -21
- data/config/locales/fi.yml +24 -18
- data/config/locales/fr-CA.yml +26 -20
- data/config/locales/fr.yml +24 -18
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -26
- data/config/locales/gn-PY.yml +3 -0
- data/config/locales/hr.yml +3 -0
- data/config/locales/hu.yml +52 -29
- data/config/locales/id-ID.yml +7 -8
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -16
- data/config/locales/ja.yml +29 -39
- data/config/locales/ka-GE.yml +4 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lb.yml +0 -8
- data/config/locales/lt.yml +0 -37
- data/config/locales/lv.yml +5 -7
- data/config/locales/nl.yml +1 -24
- data/config/locales/no.yml +3 -30
- data/config/locales/oc-FR.yml +2 -0
- data/config/locales/pl.yml +2 -38
- data/config/locales/pt-BR.yml +2 -10
- data/config/locales/pt.yml +0 -8
- data/config/locales/ro-RO.yml +10 -11
- data/config/locales/ru.yml +6 -4
- data/config/locales/sk.yml +8 -9
- data/config/locales/sl.yml +1 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +3 -29
- data/config/locales/tr-TR.yml +7 -12
- data/config/locales/uk.yml +6 -4
- data/config/locales/zh-CN.yml +3 -8
- data/config/locales/zh-TW.yml +1712 -0
- data/lib/decidim/api/types/localized_string_type.rb +9 -0
- data/lib/decidim/api/types/translated_field_type.rb +20 -5
- data/lib/decidim/core/test/factories.rb +13 -6
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +36 -0
- data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +10 -0
- data/lib/decidim/core/test/shared_examples/rich_text_editor_examples.rb +7 -3
- data/lib/decidim/core/test.rb +1 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +1 -2
- data/lib/decidim/participatory_space_resourceable.rb +7 -1
- data/lib/decidim/publicable.rb +4 -0
- metadata +13 -6
data/config/locales/lt.yml
CHANGED
@@ -103,35 +103,6 @@ lt:
|
|
103
103
|
many: apie %{count} mėnesiai
|
104
104
|
other: apie %{count} mėnesiai
|
105
105
|
half_a_minute: pusė minutės
|
106
|
-
less_than_x_minutes:
|
107
|
-
one: mažiau nei minutė.
|
108
|
-
few: mažiau nei %{count} minutės.
|
109
|
-
many: mažiau nei %{count} minutės.
|
110
|
-
other: mažiau nei %{count} minutės.
|
111
|
-
less_than_x_seconds:
|
112
|
-
one: dabar
|
113
|
-
few: mažiau nei %{count} sek.
|
114
|
-
many: mažiau nei %{count} sek.
|
115
|
-
other: mažiau nei %{count} sek.
|
116
|
-
x_days:
|
117
|
-
one: prieš 1 dieną
|
118
|
-
few: "prieš %{count} dienas"
|
119
|
-
many: "prieš %{count} dienas"
|
120
|
-
other: "prieš %{count} dienas"
|
121
|
-
x_hours:
|
122
|
-
one: prieš vieną valandą
|
123
|
-
few: "prieš %{count} valandas"
|
124
|
-
many: "prieš %{count} valandų"
|
125
|
-
other: "prieš %{count} valandas"
|
126
|
-
x_minutes:
|
127
|
-
one: prieš 1 min.
|
128
|
-
few: "prieš %{count} min."
|
129
|
-
many: "prieš %{count} min."
|
130
|
-
other: "prieš %{count} min."
|
131
|
-
x_seconds:
|
132
|
-
one: prieš 1 sekundę
|
133
|
-
other: "prieš %{count} sekundes"
|
134
|
-
zero: dabar
|
135
106
|
decidim:
|
136
107
|
accessibility:
|
137
108
|
external_link: Išorinė nuoroda
|
@@ -1058,7 +1029,6 @@ lt:
|
|
1058
1029
|
newsletter_mailer:
|
1059
1030
|
newsletter:
|
1060
1031
|
note: Šį el. laišką gavote, nes užsiprenumeravote %{organization_name} naujienlaiškius. Galite pakeisti nuostatas savo <a href="%{link}">pranešimų puslapyje</a>.
|
1061
|
-
see_on_website: Negalite teisingai matyti šio el. laiško? Peržiūrėkite jį <a href="%{link}" target="_blank">interneto svetainėje</a>.
|
1062
1032
|
unsubscribe: Jei nenorite gauti tokio tipo el. laiško, <a href="%{link}" target="_blank" class="unsubscribe">Atsisakykite prenumeratos</a>.
|
1063
1033
|
newsletter_templates:
|
1064
1034
|
basic_only_text:
|
@@ -1177,19 +1147,15 @@ lt:
|
|
1177
1147
|
error: Sutinkant su sąlygomis iškilo problema.
|
1178
1148
|
success: Puiku! Jūs sutikote su sąlygomis.
|
1179
1149
|
form:
|
1180
|
-
agreement: Aš sutinku su šiomis sąlygomis
|
1181
1150
|
legend: Sutikti su naudojimosi nuostatomis ir sąlygomis
|
1182
1151
|
refuse:
|
1183
1152
|
modal_body: Jeigu nesutiksite, negalėsite naudotis platforma, <a href="%{data_portability_path}">pasisiųsti savo duomenų</a> ir (arba) <a href="%{delete_path}">pašalinti savo paskyros</a>.
|
1184
|
-
modal_btn_continue: Sutikti su sąlygomis ir tęsti
|
1185
1153
|
modal_btn_exit: Peržiūrėsiu vėliau
|
1186
|
-
modal_button: Nesutikti su sąlygomis
|
1187
1154
|
modal_close: Uždaryti modalinį langą
|
1188
1155
|
modal_title: Ar iš tikrųjų nesutinkate su atnaujintomis naudojimo sąlygomis?
|
1189
1156
|
required_review:
|
1190
1157
|
alert: Mes atnaujinome naudojimo sąlygas, kviečiame jas peržiūrėti.
|
1191
1158
|
body: Kviečiame peržiūrėti naujimo sąlygu atnaujinimus. Kitu atveju negalėsite naudotis platforma.
|
1192
|
-
title: 'Būtina: Peržiūrėkite naudojimo sąlygų atnaujinimus'
|
1193
1159
|
participatory_space_private_users:
|
1194
1160
|
not_allowed: Jūs negalite peržiūrėti šio turinio
|
1195
1161
|
profile:
|
@@ -1376,9 +1342,6 @@ lt:
|
|
1376
1342
|
help_text: "<strong>Dėmesio:</strong> Turinys gali būti išverstas automatiškai, bet nebus visiškai tikslus."
|
1377
1343
|
show_original: Rodyti teksto originalą
|
1378
1344
|
show_translated: Rodyti automatiškai išverstą tekstą
|
1379
|
-
user_activity:
|
1380
|
-
index:
|
1381
|
-
no_activities_warning: Šis dalyvis dar nesiėmė jokios veiklos.
|
1382
1345
|
user_contact_disabled: Šis dalyvis nepriima tiesioginių žinučių.
|
1383
1346
|
user_conversations:
|
1384
1347
|
create:
|
data/config/locales/lv.yml
CHANGED
@@ -300,6 +300,8 @@ lv:
|
|
300
300
|
explanation_html: Lai veiktu šo darbību, jums jābūt autorizētam, bet pirms tam jāapstiprina savs e-pasts <strong>%{email}</strong>.
|
301
301
|
request_confirmation_instructions: Pieprasīt apstiprināšanas norādījumus
|
302
302
|
title: Apstiprināt e-pastu
|
303
|
+
show:
|
304
|
+
close_modal: Aizvērt modal
|
303
305
|
collapsible_list:
|
304
306
|
hidden_elements_count:
|
305
307
|
zero: un %{count} vēl
|
@@ -751,6 +753,9 @@ lv:
|
|
751
753
|
index:
|
752
754
|
last_activity: Pēdējā aktivitāte
|
753
755
|
resource_type: Veids
|
756
|
+
links:
|
757
|
+
warning:
|
758
|
+
close_modal: Aizvērt modal
|
754
759
|
log:
|
755
760
|
base_presenter:
|
756
761
|
create: "%{user_name} izveidoja %{resource_name}"
|
@@ -858,7 +863,6 @@ lv:
|
|
858
863
|
newsletter_mailer:
|
859
864
|
newsletter:
|
860
865
|
note: Jūs saņēmāt šo e-pasta ziņojumu, jo esat abonējis informatīvos biļetenus vietnē %{organization_name}. Iestatījumus var mainīt jūsu <a href="%{link}"> paziņojumu lapā </a>.
|
861
|
-
see_on_website: Vai nevarat pareizi redzēt šo e-pastu? Skatiet to <a href="%{link}" target="_blank"> tīmekļvietnē </a>.
|
862
866
|
unsubscribe: Lai atteiktos no šāda veida e-pasta saņemšanas, <a href="%{link}" target="_blank" class="unsubscribe"> Anulēt abonementu</a>.
|
863
867
|
newsletter_templates:
|
864
868
|
basic_only_text:
|
@@ -968,15 +972,12 @@ lv:
|
|
968
972
|
legend: Piekrist lietošanas noteikumiem
|
969
973
|
refuse:
|
970
974
|
modal_body: Ja atteiksieties, nevarēsiet izmantot platformu, varat <a href="%{data_portability_path}"> lejupielādēt savus datus </a> un/vai <a href="%{delete_path}"> izdzēst savu kontu </a>.
|
971
|
-
modal_btn_continue: Pieņemt noteikumus un turpināt
|
972
975
|
modal_btn_exit: Es tos pārskatīšu vēlāk
|
973
|
-
modal_button: Atteikties no noteikumu pieņemšanas
|
974
976
|
modal_close: Aizvērt modal
|
975
977
|
modal_title: Vai jūs tiešām atsakāties no atjauninātajiem lietošanas noteikumiem?
|
976
978
|
required_review:
|
977
979
|
alert: Mēs esam atjauninājuši mūsu pakalpojumu sniegšanas noteikumus, lūdzu, pārskatiet tos.
|
978
980
|
body: Lūdzu, atvēliet laiku, lai pārskatītu atjauninātos pakalpojumu sniegšanas noteikumus administratoriem. Pretējā gadījumā jūs nevarēsiet izmantot platformu.
|
979
|
-
title: 'Obligāti: pārskatiet mūsu atjaunotos pakalpojumu sniegšanas noteikumus.'
|
980
981
|
participatory_space_private_users:
|
981
982
|
not_allowed: Jums nav atļauts skatīt šo saturu
|
982
983
|
profile:
|
@@ -1100,9 +1101,6 @@ lv:
|
|
1100
1101
|
share_link: Kopīgot saiti
|
1101
1102
|
statistics:
|
1102
1103
|
comments_count: Komentāri
|
1103
|
-
user_activity:
|
1104
|
-
index:
|
1105
|
-
no_activities_warning: Šis dalībnieks vēl nav veicis nekādas aktivitātes
|
1106
1104
|
user_contact_disabled: Šis dalībnieks nepieņem tiešās ziņas.
|
1107
1105
|
user_conversations:
|
1108
1106
|
create:
|
data/config/locales/nl.yml
CHANGED
@@ -84,21 +84,6 @@ nl:
|
|
84
84
|
one: ongeveer 1 maand
|
85
85
|
other: ongeveer %{count} maanden
|
86
86
|
half_a_minute: een halve minuut
|
87
|
-
less_than_x_minutes:
|
88
|
-
one: minder dan een minuut
|
89
|
-
other: minder dan %{count} minuten
|
90
|
-
less_than_x_seconds:
|
91
|
-
one: nu meteen
|
92
|
-
other: minder dan %{count} seconden
|
93
|
-
x_days:
|
94
|
-
one: 1 dag geleden
|
95
|
-
other: "%{count} dagen geleden"
|
96
|
-
x_hours:
|
97
|
-
one: 1 uur geleden
|
98
|
-
other: "%{count} uren geleden"
|
99
|
-
x_minutes:
|
100
|
-
one: 1 minuut geleden
|
101
|
-
other: "%{count} minuten geleden"
|
102
87
|
decidim:
|
103
88
|
accessibility:
|
104
89
|
external_link: Externe link
|
@@ -992,7 +977,6 @@ nl:
|
|
992
977
|
newsletter_mailer:
|
993
978
|
newsletter:
|
994
979
|
note: U ontvangt deze e-mail omdat u bent geabonneerd op nieuwsbrieven van %{organization_name}. U kunt uw instellingen op uw <a href="%{link}">notificatiepagina</a> veranderen.
|
995
|
-
see_on_website: Wordt deze e-mail niet correct worden weergegeven? Bekijk hem via deze link <a href="%{link}" target="_blank">website</a>.
|
996
980
|
unsubscribe: Om je uit te schrijven, <a href="%{link}" target="_blank" class="unsubscribe">Uitschrijven</a>.
|
997
981
|
newsletter_templates:
|
998
982
|
basic_only_text:
|
@@ -1109,19 +1093,15 @@ nl:
|
|
1109
1093
|
error: Er is een fout opgetreden bij het accepteren van de algemene voorwaarden.
|
1110
1094
|
success: Geweldig! U hebt de algemene voorwaarden geaccepteerd.
|
1111
1095
|
form:
|
1112
|
-
agreement: Ik ga akkoord met deze voorwaarden
|
1113
1096
|
legend: Ga akkoord met de gebruiksvoorwaarden
|
1114
1097
|
refuse:
|
1115
1098
|
modal_body: Als u weigert, kunt u het platform niet gebruiken, kunt u <a href="%{data_portability_path}">uw gegevens downloaden</a> en / of <a href="%{delete_path}">uw account verwijderen</a>.
|
1116
|
-
modal_btn_continue: Voorwaarden accepteren en doorgaan
|
1117
1099
|
modal_btn_exit: Ik zal het later bekijken
|
1118
|
-
|
1119
|
-
modal_close: Modal sluiten
|
1100
|
+
modal_close: Sluit venster
|
1120
1101
|
modal_title: Weig je de bijgewerkte Algemene voorwaarden echt af?
|
1121
1102
|
required_review:
|
1122
1103
|
alert: We hebben onze Servicevoorwaarden bijgewerkt. Bekijk ze alstublieft.
|
1123
1104
|
body: Neem even de tijd om updates van onze Servicevoorwaarden door te nemen. Anders kunt u het platform niet gebruiken.
|
1124
|
-
title: 'Vereist: bekijk updates van onze servicevoorwaarden'
|
1125
1105
|
participatory_space_private_users:
|
1126
1106
|
not_allowed: Je hebt geen toestemming om deze inhoud te bekijken
|
1127
1107
|
profile:
|
@@ -1292,9 +1272,6 @@ nl:
|
|
1292
1272
|
tags:
|
1293
1273
|
filter_results_for_category: 'Resultaten filteren voor categorie: %{resource}'
|
1294
1274
|
filter_results_for_scope: 'Filter resultaten voor bereik: %{resource}'
|
1295
|
-
user_activity:
|
1296
|
-
index:
|
1297
|
-
no_activities_warning: Deze deelnemer heeft nog geen activiteit gehad.
|
1298
1275
|
user_contact_disabled: Deze gebruiker accepteert geen directe berichten.
|
1299
1276
|
user_conversations:
|
1300
1277
|
create:
|
data/config/locales/no.yml
CHANGED
@@ -85,25 +85,6 @@
|
|
85
85
|
one: omtrent 1 måned
|
86
86
|
other: omtrent %{count} måneder
|
87
87
|
half_a_minute: et halvt minutt
|
88
|
-
less_than_x_minutes:
|
89
|
-
one: mindre enn et minutt.
|
90
|
-
other: mindre enn %{count} minutter.
|
91
|
-
less_than_x_seconds:
|
92
|
-
one: akkurat nå
|
93
|
-
other: mindre enn %{count} sekunder.
|
94
|
-
x_days:
|
95
|
-
one: 1 dag siden
|
96
|
-
other: "%{count} dager siden"
|
97
|
-
x_hours:
|
98
|
-
one: 1 time siden
|
99
|
-
other: "%{count} timer siden"
|
100
|
-
x_minutes:
|
101
|
-
one: 1 minutt siden
|
102
|
-
other: "%{count} minutter siden"
|
103
|
-
x_seconds:
|
104
|
-
one: 1 sek. siden
|
105
|
-
other: "%{count} sek. siden"
|
106
|
-
zero: akkurat nå
|
107
88
|
decidim:
|
108
89
|
accessibility:
|
109
90
|
external_link: Ekstern lenke
|
@@ -362,7 +343,7 @@
|
|
362
343
|
request_confirmation_instructions: Be om bekreftels instruksjoner
|
363
344
|
title: Bekreft e-posten din
|
364
345
|
show:
|
365
|
-
close_modal: Lukk
|
346
|
+
close_modal: Lukk modal
|
366
347
|
block_user_mailer:
|
367
348
|
notify:
|
368
349
|
body_1: Kontoen din ble blokkert.
|
@@ -887,7 +868,7 @@
|
|
887
868
|
body_1: Du er i ferd med å besøke en ekstern lenke, og vi vil at du skal være forsiktig med hensyn til innholdet på det eksterne nettstedet.
|
888
869
|
body_2: Vennligst sjekk linken du er i ferd med å besøke og sørg for at du anser den som et sikkert nettsted før du fortsetter.
|
889
870
|
cancel: Avbryt
|
890
|
-
close_modal: Lukk
|
871
|
+
close_modal: Lukk modal
|
891
872
|
proceed: Fortsett
|
892
873
|
title: Åpne ekstern lenke
|
893
874
|
log:
|
@@ -1019,7 +1000,6 @@
|
|
1019
1000
|
newsletter_mailer:
|
1020
1001
|
newsletter:
|
1021
1002
|
note: Du mottok denne e-posten fordi du abonnerer på nyhetsbrev for %{organization_name}. Du kan endre innstillingene dine på <a href="%{link}">varslings siden din</a>.
|
1022
|
-
see_on_website: Kan ikke se denne e-posten riktig? Se den på <a href="%{link}" target="_blank">nettsiden</a>.
|
1023
1003
|
unsubscribe: For å velge bort å motta denne typen e-mailer, <a href="%{link}" target="_blank" class="unsubscribe">Avslutt abonnementet</a>.
|
1024
1004
|
newsletter_templates:
|
1025
1005
|
basic_only_text:
|
@@ -1136,19 +1116,15 @@
|
|
1136
1116
|
error: Det oppstod et problem med å godta vilkårene.
|
1137
1117
|
success: Flott! Du har godtatt vilkårene for bruk.
|
1138
1118
|
form:
|
1139
|
-
agreement: Jeg godtar vilkårene
|
1140
1119
|
legend: Godta vilkårene for bruk
|
1141
1120
|
refuse:
|
1142
1121
|
modal_body: Hvis du nekter, vil du ikke kunne bruke platformen, du kan <a href="%{data_portability_path}"> laste ned dataen din</a> og/eller <a href="%{delete_path}">slette brukeren din</a>.
|
1143
|
-
modal_btn_continue: Aksepter vilkår og fortsett
|
1144
1122
|
modal_btn_exit: Jeg vil vurdere det senere
|
1145
|
-
modal_button: Avslå vilkårene
|
1146
1123
|
modal_close: Lukk modal
|
1147
1124
|
modal_title: Nekter du virkelig de oppdaterte vilkårene?
|
1148
1125
|
required_review:
|
1149
1126
|
alert: Vi har oppdatert våre vilkår for bruk, vennligst se gjennom dem.
|
1150
1127
|
body: Vennligst ta deg tid til å se gjennom oppdateringer til våres Vilkår for Bruk. Ellers vil du ikke kunne bruke plattformen.
|
1151
|
-
title: 'Påkrevd: Se gjennom oppdateringer til våre vilkår for bruk'
|
1152
1128
|
participatory_space_private_users:
|
1153
1129
|
not_allowed: Du er ikke tillatt å se dette innholdet
|
1154
1130
|
profile:
|
@@ -1333,9 +1309,6 @@
|
|
1333
1309
|
help_text: "<strong>Advarsel:</strong> Innhold kan automatisk bli oversatt og ikke alltid være 100 % nøyaktig."
|
1334
1310
|
show_original: Vis originaltekst
|
1335
1311
|
show_translated: Vis automatisk oversatt tekst
|
1336
|
-
user_activity:
|
1337
|
-
index:
|
1338
|
-
no_activities_warning: Denne deltakeren har ikke hatt noe aktivitet ennå.
|
1339
1312
|
user_contact_disabled: Denne deltakeren godtar ikke direktemeldinger.
|
1340
1313
|
user_conversations:
|
1341
1314
|
create:
|
@@ -1649,7 +1622,7 @@
|
|
1649
1622
|
widget:
|
1650
1623
|
see_more: Se mer
|
1651
1624
|
locale:
|
1652
|
-
name:
|
1625
|
+
name: Norsk
|
1653
1626
|
name_with_error: Norsk (feil!)
|
1654
1627
|
password_validator:
|
1655
1628
|
blacklisted: er svartelistet
|
data/config/locales/oc-FR.yml
CHANGED
data/config/locales/pl.yml
CHANGED
@@ -103,35 +103,6 @@ pl:
|
|
103
103
|
many: około %{count} mies.
|
104
104
|
other: około %{count} mies.
|
105
105
|
half_a_minute: pół minuty
|
106
|
-
less_than_x_minutes:
|
107
|
-
one: mniej niż min.
|
108
|
-
few: mniej niż %{count} min.
|
109
|
-
many: mniej niż %{count} min.
|
110
|
-
other: mniej niż %{count} min.
|
111
|
-
less_than_x_seconds:
|
112
|
-
one: teraz
|
113
|
-
few: mniej niż %{count} min.
|
114
|
-
many: mniej niż %{count} min.
|
115
|
-
other: mniej niż %{count} min.
|
116
|
-
x_days:
|
117
|
-
one: 1 dzień temu
|
118
|
-
few: "%{count} dni temu"
|
119
|
-
many: "%{count} dni temu"
|
120
|
-
other: "%{count} dni temu"
|
121
|
-
x_hours:
|
122
|
-
one: 1 godzinę temu
|
123
|
-
few: "%{count} godzin temu"
|
124
|
-
many: "%{count} godzin temu"
|
125
|
-
other: "%{count} godzin temu"
|
126
|
-
x_minutes:
|
127
|
-
one: 1 min. temu
|
128
|
-
few: "%{count} min. temu"
|
129
|
-
many: "%{count} min. temu"
|
130
|
-
other: "%{count} min. temu"
|
131
|
-
x_seconds:
|
132
|
-
one: 1 sekundę temu
|
133
|
-
other: "%{count} sekund temu"
|
134
|
-
zero: właśnie teraz
|
135
106
|
decidim:
|
136
107
|
accessibility:
|
137
108
|
external_link: Link zewnętrzny
|
@@ -763,7 +734,7 @@ pl:
|
|
763
734
|
create:
|
764
735
|
button: Obserwuj
|
765
736
|
error: Wystąpił błąd podczas próby obserwowania tego zasobu.
|
766
|
-
participatory_space:
|
737
|
+
participatory_space: Obserwuj <span class="show-for-sr">%{resource_name}</span>
|
767
738
|
destroy:
|
768
739
|
button: Przestań obserwować
|
769
740
|
error: Nastąpił błąd podczas cofania obserwowania tego zasobu.
|
@@ -1040,7 +1011,6 @@ pl:
|
|
1040
1011
|
newsletter_mailer:
|
1041
1012
|
newsletter:
|
1042
1013
|
note: Otrzymujesz ten e-mail, ponieważ subskrybujesz newslettery %{organization_name}. Możesz zmienić swoje ustawienia na <a href="%{link}">stronie powiadomień</a>.
|
1043
|
-
see_on_website: Nie widzisz tego e-maila poprawnie? Wyświetl go w <a href="%{link}" target="_blank">przeglądarce</a>.
|
1044
1014
|
unsubscribe: Aby zrezygnować z otrzymywania tego typu wiadomości e-mail, <a href="%{link}" target="_blank" class="unsubscribe">cofnij subskrypcję</a>.
|
1045
1015
|
newsletter_templates:
|
1046
1016
|
basic_only_text:
|
@@ -1151,19 +1121,15 @@ pl:
|
|
1151
1121
|
error: Wystąpił błąd podczas akceptowania warunków.
|
1152
1122
|
success: Wspaniale! Zaakceptowałeś warunki i zasady.
|
1153
1123
|
form:
|
1154
|
-
agreement: Akceptuję Regulamin
|
1155
1124
|
legend: Zgadzam się z warunkami użytkowania
|
1156
1125
|
refuse:
|
1157
1126
|
modal_body: Jeśli odmówisz, nie będziesz mógł korzystać z platformy, możesz <a href="%{data_portability_path}">pobrać swoje dane</a> i/lub <a href="%{delete_path}">usunąć konto</a>.
|
1158
|
-
modal_btn_continue: Zaakceptuj warunki i kontynuuj
|
1159
1127
|
modal_btn_exit: Sprawdzę to później
|
1160
|
-
modal_button: Odrzuć warunki
|
1161
1128
|
modal_close: Zamknij okno
|
1162
1129
|
modal_title: Czy rzeczywiście odmawiasz zaakceptowania zaktualizowanego regulaminu?
|
1163
1130
|
required_review:
|
1164
1131
|
alert: Zaktualizowaliśmy nasze Warunki korzystania z usługi, zapoznaj się z nimi.
|
1165
1132
|
body: Poświęć chwilę, aby przejrzeć aktualizacje naszych Warunków korzystania z Platformy. W przeciwnym razie nie będziesz mógł korzystać z platformy.
|
1166
|
-
title: 'Wymagane: sprawdź aktualizacje naszych warunków korzystania z platformy'
|
1167
1133
|
participatory_space_private_users:
|
1168
1134
|
not_allowed: Nie możesz wyświetlać tych treści
|
1169
1135
|
profile:
|
@@ -1346,9 +1312,6 @@ pl:
|
|
1346
1312
|
help_text: "<strong>Uwaga:</strong> Zawartość może być tłumaczeniem automatycznym i może nie być w 100% dokładna."
|
1347
1313
|
show_original: Pokaż oryginalny tekst
|
1348
1314
|
show_translated: Pokaż automatyczne tłumaczenie
|
1349
|
-
user_activity:
|
1350
|
-
index:
|
1351
|
-
no_activities_warning: Ten użytkownik nie ma jeszcze żadnej aktywności.
|
1352
1315
|
user_contact_disabled: Ten użytkownik nie przyjmuje bezpośrednich wiadomości.
|
1353
1316
|
user_conversations:
|
1354
1317
|
create:
|
@@ -1673,6 +1636,7 @@ pl:
|
|
1673
1636
|
email_included_in_password: jest zbyt podobne do twojego adresu e-mail
|
1674
1637
|
fallback: nie jest poprawne
|
1675
1638
|
name_included_in_password: jest zbyt podobne do twojego imienia
|
1639
|
+
nickname_included_in_password: jest zbyt podobne do twojego nicka
|
1676
1640
|
not_enough_unique_characters: nie ma wystarczającej liczby unikalnych znaków
|
1677
1641
|
password_not_allowed: nie jest dozwolone
|
1678
1642
|
password_too_common: jest zbyt powszechne
|
data/config/locales/pt-BR.yml
CHANGED
@@ -981,7 +981,6 @@ pt-BR:
|
|
981
981
|
newsletter_mailer:
|
982
982
|
newsletter:
|
983
983
|
note: Você recebeu este e-mail porque está inscrito em boletins informativos em %{organization_name}. Você pode alterar suas configurações em suas <a href="%{link}">notifications page</a>.
|
984
|
-
see_on_website: Não é possível ver este email corretamente? Visualize-o no <a href="%{link}" target="_blank">website</a>.
|
985
984
|
unsubscribe: Para optar por não receber esse tipo de email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
986
985
|
newsletter_templates:
|
987
986
|
basic_only_text:
|
@@ -1092,19 +1091,15 @@ pt-BR:
|
|
1092
1091
|
error: Houve um erro ao aceitar os termos e condições.
|
1093
1092
|
success: Ótimo! Você aceitou os termos e condições.
|
1094
1093
|
form:
|
1095
|
-
agreement: Concordo com estes termos
|
1096
1094
|
legend: Concorde com os termos e condições de uso
|
1097
1095
|
refuse:
|
1098
1096
|
modal_body: Se recusar, você não será capaz de usar a plataforma, você pode <a href="%{data_portability_path}">baixar seus dados</a> e / ou <a href="%{delete_path}">excluir sua conta</a>.
|
1099
|
-
modal_btn_continue: Aceite os termos e continue
|
1100
1097
|
modal_btn_exit: Vou revisá-lo mais tarde
|
1101
|
-
modal_button: Recuse os termos
|
1102
1098
|
modal_close: Fechar modal
|
1103
1099
|
modal_title: Você realmente recusa os Termos e Condições atualizados?
|
1104
1100
|
required_review:
|
1105
1101
|
alert: Atualizamos nossos Termos de Serviço, revise-os.
|
1106
1102
|
body: Por favor, dedique um momento para rever as atualizações dos nossos Termos de Serviço. Caso contrário, você não poderá usar a plataforma.
|
1107
|
-
title: 'Obrigatório: revise as atualizações dos nossos Termos de Serviço'
|
1108
1103
|
participatory_space_private_users:
|
1109
1104
|
not_allowed: Você não tem permissão para visualizar este conteúdo
|
1110
1105
|
profile:
|
@@ -1289,9 +1284,6 @@ pt-BR:
|
|
1289
1284
|
help_text: "<strong>Aviso:</strong> O conteúdo pode ser traduzido automaticamente e não está 100% correto."
|
1290
1285
|
show_original: Exibir texto original
|
1291
1286
|
show_translated: Mostrar texto traduzido automaticamente
|
1292
|
-
user_activity:
|
1293
|
-
index:
|
1294
|
-
no_activities_warning: Este usuário ainda não possui nenhuma atividade.
|
1295
1287
|
user_contact_disabled: Este usuário não aceita mensagens diretas.
|
1296
1288
|
user_conversations:
|
1297
1289
|
create:
|
@@ -1604,8 +1596,8 @@ pt-BR:
|
|
1604
1596
|
widget:
|
1605
1597
|
see_more: Ver mais
|
1606
1598
|
locale:
|
1607
|
-
name: Português
|
1608
|
-
name_with_error: Português (erro!)
|
1599
|
+
name: Português brasileiro
|
1600
|
+
name_with_error: Português brasileiro (erro!)
|
1609
1601
|
password_validator:
|
1610
1602
|
domain_included_in_password: é muito semelhante a este nome de domínio
|
1611
1603
|
email_included_in_password: é muito parecido com o seu email
|
data/config/locales/pt.yml
CHANGED
@@ -981,7 +981,6 @@ pt:
|
|
981
981
|
newsletter_mailer:
|
982
982
|
newsletter:
|
983
983
|
note: Recebeu este e-mail porque está inscrito em boletins informativos de %{organization_name}. Pode alterar as suas configurações na sua <a href="%{link}">página de notificações</a>.
|
984
|
-
see_on_website: Não consegue ver este e-mail corretamente? Visualize-o no <a href="%{link}" target="_blank">website</a>.
|
985
984
|
unsubscribe: Para optar por não receber este tipo de e-mail, <a href="%{link}" target="_blank" class="unsubscribe">Cancele a subscrição</a>.
|
986
985
|
newsletter_templates:
|
987
986
|
basic_only_text:
|
@@ -1092,19 +1091,15 @@ pt:
|
|
1092
1091
|
error: Ocorreu um problema ao aceitar os termos e condições.
|
1093
1092
|
success: Ótimo! Aceitou os termos e condições.
|
1094
1093
|
form:
|
1095
|
-
agreement: Concordo com estes termos
|
1096
1094
|
legend: Concordo com os termos e condições de uso
|
1097
1095
|
refuse:
|
1098
1096
|
modal_body: Se recusar, não será capaz de utilizar a plataforma, pode <a href="%{data_portability_path}">transferir os seus dados</a> e / ou <a href="%{delete_path}">eliminar a sua conta</a>.
|
1099
|
-
modal_btn_continue: Aceitar os termos e continuar
|
1100
1097
|
modal_btn_exit: Irei revê-los mais tarde
|
1101
|
-
modal_button: Recusar os termos
|
1102
1098
|
modal_close: Fechar modal
|
1103
1099
|
modal_title: Recusa realmente os Termos e Condições atualizados?
|
1104
1100
|
required_review:
|
1105
1101
|
alert: Atualizámos os nossos Termos de Serviço, por favor reveja-os.
|
1106
1102
|
body: Por favor, dedique um momento para rever as atualizações dos nossos Termos de Serviços. Caso contrário, não poderá utilizar a plataforma.
|
1107
|
-
title: 'Obrigatório: reveja as atualizações dos nossos termos de serviço'
|
1108
1103
|
participatory_space_private_users:
|
1109
1104
|
not_allowed: Não tem permissão para visualizar este conteúdo
|
1110
1105
|
profile:
|
@@ -1289,9 +1284,6 @@ pt:
|
|
1289
1284
|
help_text: "<strong>Aviso:</strong> O conteúdo pode ser traduzido automaticamente e não ser 100% fidedigno."
|
1290
1285
|
show_original: Mostrar texto original
|
1291
1286
|
show_translated: Mostrar texto traduzido automaticamente
|
1292
|
-
user_activity:
|
1293
|
-
index:
|
1294
|
-
no_activities_warning: Este participante ainda não possui nenhuma atividade.
|
1295
1287
|
user_contact_disabled: Este participante não aceita mensagens diretas.
|
1296
1288
|
user_conversations:
|
1297
1289
|
create:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -34,12 +34,17 @@ ro:
|
|
34
34
|
decidim/demoted_membership: Nu mai este un administrator de grup
|
35
35
|
decidim/gamification/badge_earned_event: Insignă câștigată
|
36
36
|
decidim/gamification/level_up_event: Ai crescut în nivel
|
37
|
+
decidim/invited_to_group_event: Invitat în grup
|
37
38
|
decidim/join_request_accepted_event: Cerere de înscriere acceptată
|
38
39
|
decidim/join_request_rejected_event: Cerere de înscriere respinsă
|
39
40
|
decidim/profile_updated_event: Profil actualizat
|
40
41
|
decidim/promote_to_admin: Promovat ca administrator
|
42
|
+
decidim/promoted_to_admin_event: Promovat ca administrator
|
41
43
|
decidim/removed_from_group: Eliminat din grup
|
42
44
|
decidim/resource_endorsed_event: Resursă susținută
|
45
|
+
decidim/resource_hidden_event: Resursă ascunsă
|
46
|
+
decidim/user_group_created_event: Grup de utilizatori creat
|
47
|
+
decidim/welcome_notification_event: Mesaj de întâmpinare
|
43
48
|
activerecord:
|
44
49
|
attributes:
|
45
50
|
decidim/user:
|
@@ -83,13 +88,10 @@ ro:
|
|
83
88
|
datetime:
|
84
89
|
distance_in_words:
|
85
90
|
half_a_minute: jumătate de minut
|
86
|
-
x_seconds:
|
87
|
-
one: Acum 1 sec
|
88
|
-
other: "%{count} secunde în urmă"
|
89
|
-
zero: chiar acum
|
90
91
|
decidim:
|
91
92
|
accessibility:
|
92
93
|
external_link: Link extern
|
94
|
+
front_page_link: Du-te la prima pagină
|
93
95
|
logo: "Sigla oficială a %{organization}"
|
94
96
|
skip_button: Salt la conținutul principal
|
95
97
|
account:
|
@@ -171,7 +173,9 @@ ro:
|
|
171
173
|
unblock: "%{user_name} utilizator deblocat %{resource_name}"
|
172
174
|
unofficialize: "%{user_name} a revocat validarea pentru participantul %{resource_name}"
|
173
175
|
user_group:
|
176
|
+
block: "%{user_name} a blocat grupul de utilizatori %{resource_name}"
|
174
177
|
reject: "%{user_name} a respins verificarea grupului %{resource_name}"
|
178
|
+
unblock: "%{user_name} a deblocat grupul de utilizatori %{resource_name}"
|
175
179
|
verify: "%{user_name} a verificat grupul %{resource_name}"
|
176
180
|
verify_via_csv: "%{user_name} a verificat grupul %{resource_name} printr-un fișier CSV"
|
177
181
|
user_moderation:
|
@@ -877,7 +881,7 @@ ro:
|
|
877
881
|
body_1: Ești pe cale de a vizita un link extern și am dori să fii precaut în ceea ce privește conținutul de pe site-ul extern.
|
878
882
|
body_2: Te rugăm să verifici link-ul pe care urmează să îl vizitezi și să te asiguri că îl este un site sigur înainte de a continua.
|
879
883
|
cancel: Anulare
|
880
|
-
close_modal:
|
884
|
+
close_modal: Închide fereastra
|
881
885
|
proceed: Continuă
|
882
886
|
title: Deschide link-ul extern
|
883
887
|
log:
|
@@ -1009,7 +1013,6 @@ ro:
|
|
1009
1013
|
newsletter_mailer:
|
1010
1014
|
newsletter:
|
1011
1015
|
note: Ați primit acest e-mail deoarece sunteți abonat la buletinele informative de pe %{organization_name}. Puteți modifica setările de pe pagina <a href="%{link}">de notificări</a>.
|
1012
|
-
see_on_website: Nu se poate vedea corect acest e-mail? Vizualizați-l pe <a href="%{link}" target="_blank">site-ul</a>.
|
1013
1016
|
unsubscribe: Pentru a renunța la primirea acestui tip de e-mail, <a href="%{link}" target="_blank" class="unsubscribe">Dezabonați-vă</a>.
|
1014
1017
|
newsletter_templates:
|
1015
1018
|
basic_only_text:
|
@@ -1126,19 +1129,15 @@ ro:
|
|
1126
1129
|
error: A apărut o problemă la acceptarea termenilor şi a condiţiilor.
|
1127
1130
|
success: Minunat! Ați acceptat termenii și condițiile.
|
1128
1131
|
form:
|
1129
|
-
agreement: Sunt de acord cu acești termeni și condiţii
|
1130
1132
|
legend: Sunt de acord cu termenii și condițiile de utilizare
|
1131
1133
|
refuse:
|
1132
1134
|
modal_body: Dacă refuzați, nu veți putea utiliza platforma, puteți <a href="%{data_portability_path}">descărca datele</a> și/sau <a href="%{delete_path}">șterge contul dvs</a>.
|
1133
|
-
modal_btn_continue: Acceptați termenii și continuați
|
1134
1135
|
modal_btn_exit: O voi revizui mai târziu
|
1135
|
-
modal_button: Refuza termenii
|
1136
1136
|
modal_close: Închide fereastra
|
1137
1137
|
modal_title: Chiar refuzați termenii și condițiile actualizate?
|
1138
1138
|
required_review:
|
1139
1139
|
alert: Am actualizat termenii și condițiile noastre de utilizare, te rugăm să le revizuiești.
|
1140
1140
|
body: Vă rugăm să treceți un moment pentru a revizui actualizările Termenilor și Condițiilor noastre. Altfel, nu veți putea utiliza platforma.
|
1141
|
-
title: 'Necesar: Revizuiește actualizările termenilor noștri de serviciu'
|
1142
1141
|
participatory_space_private_users:
|
1143
1142
|
not_allowed: Nu aveţi permisiunea să vizualizaţi acest conţinut
|
1144
1143
|
profile:
|
@@ -1326,7 +1325,7 @@ ro:
|
|
1326
1325
|
show_translated: Arată textul tradus automat
|
1327
1326
|
user_activity:
|
1328
1327
|
index:
|
1329
|
-
no_activities_warning: Acest participant nu
|
1328
|
+
no_activities_warning: Acest participant nu are nicio activitate încă.
|
1330
1329
|
user_contact_disabled: Acest participant nu acceptă mesaje directe.
|
1331
1330
|
user_conversations:
|
1332
1331
|
create:
|
data/config/locales/ru.yml
CHANGED
@@ -227,6 +227,8 @@ ru:
|
|
227
227
|
title: Не подтвердили свою личность
|
228
228
|
unconfirmed:
|
229
229
|
title: Подтвердите вашу электронную почту
|
230
|
+
show:
|
231
|
+
close_modal: Закрыть окошко
|
230
232
|
collapsible_list:
|
231
233
|
hidden_elements_count:
|
232
234
|
one: и еще %{count}
|
@@ -466,6 +468,9 @@ ru:
|
|
466
468
|
all: Все виды активности
|
467
469
|
index:
|
468
470
|
last_activity: Последняя активность
|
471
|
+
links:
|
472
|
+
warning:
|
473
|
+
close_modal: Закрыть окошко
|
469
474
|
log:
|
470
475
|
base_presenter:
|
471
476
|
create: "%{user_name} добавил %{resource_name}"
|
@@ -515,7 +520,6 @@ ru:
|
|
515
520
|
newsletter_mailer:
|
516
521
|
newsletter:
|
517
522
|
note: Вы получили это электронное письмо, потому что подписались на новостные рассылки %{organization_name}. Вы можете изменить свои настройки на своей <a href="%{link}">странице уведомлений</a>.
|
518
|
-
see_on_website: Не удается толком прочитать это письмо? Прочитайте его на <a href="%{link}" target="_blank">сайте</a>.
|
519
523
|
unsubscribe: Чтобы отказаться от получения таких сообщений, кликните <a href="%{link}" target="_blank" class="unsubscribe">Отменить подписку</a>.
|
520
524
|
newsletters:
|
521
525
|
unsubscribe:
|
@@ -583,15 +587,12 @@ ru:
|
|
583
587
|
legend: Согласиться с условиями участия
|
584
588
|
refuse:
|
585
589
|
modal_body: Если вы откажетесь, вы не сможете использовать площадку, вы можете <a href="%{data_portability_path}">загрузить свои данные</a> и / или <a href="%{delete_path}">удалить свою учетную запись</a>.
|
586
|
-
modal_btn_continue: Принять условия и продолжить
|
587
590
|
modal_btn_exit: Я просмотрю это позже
|
588
|
-
modal_button: Отказаться от условий участия
|
589
591
|
modal_close: Закрыть окошко
|
590
592
|
modal_title: Вы действительно отказываетесь от обновленных "Условий участия"?
|
591
593
|
required_review:
|
592
594
|
alert: Мы обновили наши "Условия участия", пожалуйста, просмотрите их.
|
593
595
|
body: Пожалуйста, найдите минутку, чтобы ознакомиться с обновлениями наших "Условий участия". В противном случае вы не сможете использовать площадку.
|
594
|
-
title: 'Обязательно: просмотрите обновления наших условий участия'
|
595
596
|
participatory_space_private_users:
|
596
597
|
not_allowed: У вас нет прав на просмотр этого содержимого
|
597
598
|
profile:
|
@@ -837,6 +838,7 @@ ru:
|
|
837
838
|
see_more: Читать подробнее
|
838
839
|
locale:
|
839
840
|
name: Русский
|
841
|
+
name_with_error: Русский (ошибка!)
|
840
842
|
password_validator:
|
841
843
|
domain_included_in_password: слишком похож на это доменное имя
|
842
844
|
email_included_in_password: слишком похож на ваш адрес электронной почты
|
data/config/locales/sk.yml
CHANGED
@@ -312,6 +312,8 @@ sk:
|
|
312
312
|
explanation_html: Aby ste mohli vykonať túto akciu, musíte byť autorizovaní, pred tým musíte potvrdiť svoj email <strong>%{email} </strong>.
|
313
313
|
request_confirmation_instructions: Požiadajte o pokyny pre potvrdenie
|
314
314
|
title: Potvrdiť svoj email
|
315
|
+
show:
|
316
|
+
close_modal: Zatvoriť okno
|
315
317
|
collapsible_list:
|
316
318
|
hidden_elements_count:
|
317
319
|
one: a %{count} ďalších
|
@@ -755,6 +757,9 @@ sk:
|
|
755
757
|
index:
|
756
758
|
last_activity: Posledná aktivita
|
757
759
|
resource_type: Typ
|
760
|
+
links:
|
761
|
+
warning:
|
762
|
+
close_modal: Zatvoriť okno
|
758
763
|
log:
|
759
764
|
base_presenter:
|
760
765
|
create: "%{user_name} vytvořeno %{resource_name}"
|
@@ -831,7 +836,6 @@ sk:
|
|
831
836
|
newsletter_mailer:
|
832
837
|
newsletter:
|
833
838
|
note: Tento e-mail jste obdrželi, protože jste odběrateli bulletinů na %{organization_name}. Můžete změnit nastavení na <a href="%{link}">oznámení straně</a>.
|
834
|
-
see_on_website: Nelze vidět tento e-mail správně? Zobrazte jej na webu <a href="%{link}" target="_blank"></a>.
|
835
839
|
unsubscribe: Chcete-li odhlásit přijímání tento typ e-mailů, <a href="%{link}" target="_blank" class="unsubscribe">Odhlásit</a>.
|
836
840
|
newsletter_templates:
|
837
841
|
basic_only_text:
|
@@ -943,15 +947,12 @@ sk:
|
|
943
947
|
legend: Souhlasíte s podmínkami používání
|
944
948
|
refuse:
|
945
949
|
modal_body: Ak odmietnete, nebudete môcť používať platformu, môžete <a href="%{data_portability_path}"> sťahovať dáta </a> a / alebo <a href="%{delete_path}"> zmazať svoj účet </a>.
|
946
|
-
modal_btn_continue: Prijmite termíny a pokračujte
|
947
950
|
modal_btn_exit: Neskôr to preskúmam
|
948
|
-
|
949
|
-
modal_close: Zatvoriť modálne
|
951
|
+
modal_close: Zatvoriť okno
|
950
952
|
modal_title: Naozaj odmietate aktualizované zmluvné podmienky?
|
951
953
|
required_review:
|
952
954
|
alert: Aktualizovali sme Zmluvné podmienky, prečítajte si ich.
|
953
955
|
body: Venujte prosím prosím pozornosť aktualizácii našich zmluvných podmienok. V opačnom prípade nebudete môcť platformu používať.
|
954
|
-
title: 'Vyžaduje: Skontrolujte aktualizácie našich zmluvných podmienok'
|
955
956
|
participatory_space_private_users:
|
956
957
|
not_allowed: Nemáte povolenie na zobrazenie tohto obsahu
|
957
958
|
profile:
|
@@ -1076,9 +1077,6 @@ sk:
|
|
1076
1077
|
share_link: Zdieľať odkaz
|
1077
1078
|
statistics:
|
1078
1079
|
comments_count: Komentáre
|
1079
|
-
user_activity:
|
1080
|
-
index:
|
1081
|
-
no_activities_warning: Tento účastník zatiaľ nemá žiadnu aktivitu.
|
1082
1080
|
user_contact_disabled: Tento účastník nepovoľuje posielanie priamych správ.
|
1083
1081
|
user_conversations:
|
1084
1082
|
update:
|
@@ -1308,7 +1306,8 @@ sk:
|
|
1308
1306
|
widget:
|
1309
1307
|
see_more: Vidieť viac
|
1310
1308
|
locale:
|
1311
|
-
name:
|
1309
|
+
name: Slovenčina
|
1310
|
+
name_with_error: Slovenčina (chyba!)
|
1312
1311
|
password_validator:
|
1313
1312
|
domain_included_in_password: je príliš podobné tomuto názvu domény
|
1314
1313
|
email_included_in_password: je príliš podobný e-mailu
|