decidim-core 0.16.1 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/decidim-logo.svg +69 -60
- data/app/assets/javascripts/decidim.js.es6 +1 -0
- data/app/assets/javascripts/decidim/core/bundle.js +2 -0
- data/app/assets/javascripts/decidim/core/bundle.js.map +1 -0
- data/app/assets/javascripts/decidim/data_picker.js.es6 +6 -0
- data/app/assets/stylesheets/decidim/_variables.scss +17 -0
- data/app/assets/stylesheets/decidim/extras/_leaflet.scss +2 -2
- data/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss +0 -4
- data/app/assets/stylesheets/decidim/layouts/_home.scss +2 -2
- data/app/assets/stylesheets/decidim/modules/_address.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_author-avatar.scss +3 -2
- data/app/assets/stylesheets/decidim/modules/_badges.scss +7 -7
- data/app/assets/stylesheets/decidim/modules/_buttons.scss +52 -14
- data/app/assets/stylesheets/decidim/modules/_callout.scss +5 -5
- data/app/assets/stylesheets/decidim/modules/_cards.scss +9 -23
- data/app/assets/stylesheets/decidim/modules/_conference-nav.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_filters.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss +2 -2
- data/app/assets/stylesheets/decidim/modules/_loading-spinner.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_main-container.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_map.scss +3 -3
- data/app/assets/stylesheets/decidim/modules/_navbar.scss +3 -3
- data/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_order-by.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_process-header.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_process-nav.scss +8 -8
- data/app/assets/stylesheets/decidim/modules/_process-phase.scss +4 -4
- data/app/assets/stylesheets/decidim/modules/_status-labels.scss +2 -2
- data/app/assets/stylesheets/decidim/modules/_timeline.scss +1 -1
- data/app/assets/stylesheets/decidim/modules/_typography.scss +2 -2
- data/app/assets/stylesheets/decidim/modules/_wizard-steps.scss +3 -3
- data/app/assets/stylesheets/decidim/utils/_mixins.scss +7 -1
- data/app/assets/stylesheets/decidim/vizzs/_areachart.scss +3 -7
- data/app/cells/decidim/activities_cell.rb +0 -2
- data/app/cells/decidim/card_m_cell.rb +3 -1
- data/app/cells/decidim/content_blocks/footer_sub_hero_cell.rb +0 -1
- data/app/cells/decidim/content_blocks/hero_cell.rb +0 -2
- data/app/cells/decidim/content_blocks/highlighted_content_banner_cell.rb +0 -2
- data/app/cells/decidim/content_blocks/last_activity_cell.rb +0 -2
- data/app/cells/decidim/content_blocks/metrics_cell.rb +0 -2
- data/app/cells/decidim/content_blocks/stats_cell.rb +0 -2
- data/app/cells/decidim/content_blocks/sub_hero_cell.rb +0 -2
- data/app/cells/decidim/follow_button_cell.rb +0 -4
- data/app/cells/decidim/pad_iframe_cell.rb +0 -4
- data/app/commands/decidim/create_omniauth_registration.rb +1 -1
- data/app/commands/decidim/create_report.rb +1 -1
- data/app/controllers/concerns/decidim/action_authorization.rb +6 -4
- data/app/controllers/concerns/decidim/locale_switcher.rb +14 -0
- data/app/controllers/concerns/decidim/participatory_space_context.rb +5 -6
- data/app/controllers/decidim/application_controller.rb +1 -1
- data/app/controllers/decidim/authorization_modals_controller.rb +5 -5
- data/app/controllers/decidim/static_map_controller.rb +2 -0
- data/app/frontend/entry.ts +1 -0
- data/app/helpers/decidim/cells_helper.rb +0 -1
- data/app/helpers/decidim/filters_helper.rb +10 -1
- data/app/helpers/decidim/layout_helper.rb +5 -0
- data/app/mailers/concerns/decidim/localised_mailer.rb +1 -1
- data/app/models/decidim/user.rb +1 -1
- data/app/permissions/decidim/permissions.rb +11 -11
- data/app/presenters/decidim/resource_locator_presenter.rb +13 -0
- data/app/queries/decidim/metrics/users_metric_manage.rb +2 -2
- data/app/services/decidim/action_authorizer.rb +51 -26
- data/app/services/decidim/email_notification_generator.rb +11 -0
- data/app/views/decidim/account/show.html.erb +2 -1
- data/app/views/decidim/authorization_modals/_content.html.erb +45 -0
- data/app/views/decidim/authorization_modals/show.html.erb +1 -41
- data/app/views/decidim/notification_mailer/event_received.html.erb +1 -1
- data/app/views/layouts/decidim/_application.html.erb +1 -0
- data/app/views/layouts/decidim/_organization_colors.html.erb +5 -0
- data/app/views/layouts/decidim/_wrapper.html.erb +3 -1
- data/config/locales/ar-SA.yml +180 -10
- data/config/locales/ca.yml +118 -120
- data/config/locales/cs-CZ.yml +3 -3
- data/config/locales/cs.yml +1282 -0
- data/config/locales/de.yml +29 -31
- data/config/locales/en.yml +148 -149
- data/config/locales/es-MX.yml +28 -30
- data/config/locales/es-PY.yml +28 -30
- data/config/locales/es.yml +124 -126
- data/config/locales/eu.yml +28 -30
- data/config/locales/fi-pl.yml +1 -1
- data/config/locales/fi-plain.yml +1260 -0
- data/config/locales/fi.yml +95 -97
- data/config/locales/fr.yml +28 -30
- data/config/locales/gl.yml +28 -30
- data/config/locales/hu.yml +44 -46
- data/config/locales/id-ID.yml +28 -30
- data/config/locales/it.yml +32 -34
- data/config/locales/nl.yml +29 -31
- data/config/locales/pl.yml +28 -30
- data/config/locales/pt-BR.yml +28 -30
- data/config/locales/pt.yml +28 -30
- data/config/locales/ru.yml +1 -2
- data/config/locales/sv.yml +29 -31
- data/config/locales/tr-TR.yml +28 -30
- data/config/locales/uk.yml +1 -2
- data/db/migrate/20190220023422_add_colors_to_decidim_organization.rb +7 -0
- data/lib/decidim/content_renderers/user_renderer.rb +4 -6
- data/lib/decidim/core.rb +10 -1
- data/lib/decidim/core/test.rb +1 -0
- data/lib/decidim/core/test/shared_examples/amendable/amendment_accepted_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/amendable/amendment_rejected_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +21 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/data_portability_file_zipper.rb +12 -3
- data/lib/decidim/form_builder.rb +3 -9
- data/lib/decidim/has_resource_permission.rb +43 -0
- data/lib/decidim/settings_manifest.rb +5 -0
- data/lib/decidim/view_model.rb +2 -0
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ca.js +6 -6
- data/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.cs.js +14 -0
- data/vendor/assets/javascripts/foundation-datepicker.js +2 -10
- metadata +18 -7
data/config/locales/id-ID.yml
CHANGED
@@ -133,12 +133,12 @@ id:
|
|
133
133
|
amendable:
|
134
134
|
amended_by: Diubah oleh
|
135
135
|
button: Ubah %{model_name}
|
136
|
-
promote_button: Promosikan ke %{model_name}
|
137
136
|
error: Terjadi kesalahan saat mengubah sumber daya ini.
|
138
137
|
help_text: Tingkatkan %{model_name} ini dengan memodifikasi %{amendable_fields}
|
139
|
-
promote_help_text: Anda dapat mempromosikan emendasi ini dan mempublikasikannya sebagai %{model_name}independen
|
140
138
|
no_amenders: Tidak ada amandemen
|
141
139
|
no_amendments: Tidak ada amandemen
|
140
|
+
promote_button: Promosikan ke %{model_name}
|
141
|
+
promote_help_text: Anda dapat mempromosikan emendasi ini dan mempublikasikannya sebagai %{model_name}independen
|
142
142
|
section_heading: Amandemen (%{count})
|
143
143
|
created:
|
144
144
|
error: Terjadi kesalahan saat membuat amendemen ini, coba lagi nanti
|
@@ -155,9 +155,7 @@ id:
|
|
155
155
|
evaluating: |-
|
156
156
|
Perubahan ini untuk %{amendable_type} %{amendable_link}
|
157
157
|
sedang dievaluasi.
|
158
|
-
rejected:
|
159
|
-
Perubahan ini untuk %{amendable_type} %{amendable_link}
|
160
|
-
ditolak pada <strong>%{announcement_date}</strong>.
|
158
|
+
rejected: "Perubahan ini untuk %{amendable_type} %{amendable_link}\nditolak pada <strong>%{announcement_date}</strong>."
|
161
159
|
withdrawn: |-
|
162
160
|
Perubahan ini untuk %{amendable_type} %{amendable_link}
|
163
161
|
telah ditarik oleh penulis.
|
@@ -167,12 +165,12 @@ id:
|
|
167
165
|
heading: Buat amandemen Anda
|
168
166
|
help_text: Anda memodifikasi %{model_name}
|
169
167
|
send: Kirim amandemen
|
168
|
+
promoted:
|
169
|
+
error: Sudah ada kesalahan saat mempromosikan emendasi
|
170
|
+
success: Emendasi berhasil dipromosikan
|
170
171
|
rejected:
|
171
172
|
error: Terjadi kesalahan saat menolak perubahan ini, silakan coba lagi nanti
|
172
173
|
success: Amendemen tersebut telah ditolak dengan sukses
|
173
|
-
promoted:
|
174
|
-
success: Emendasi berhasil dipromosikan
|
175
|
-
error: Sudah ada kesalahan saat mempromosikan emendasi
|
176
174
|
review:
|
177
175
|
back: Kembali
|
178
176
|
heading: Tinjau amandemennya
|
@@ -219,7 +217,7 @@ id:
|
|
219
217
|
name: Kode melalui SMS
|
220
218
|
started_at: Dimulai pada %{timestamp}
|
221
219
|
authorization_modals:
|
222
|
-
|
220
|
+
content:
|
223
221
|
expired:
|
224
222
|
authorize: Otorisasi ulang dengan "%{authorization}"
|
225
223
|
explanation: Otorisasi Anda telah kedaluwarsa. Untuk melakukan tindakan ini, Anda harus diberi otorisasi ulang dengan "%{authorization}".
|
@@ -382,6 +380,17 @@ id:
|
|
382
380
|
title: Halaman yang Anda cari tidak dapat ditemukan
|
383
381
|
events:
|
384
382
|
amendments:
|
383
|
+
amendment_accepted:
|
384
|
+
affected_user:
|
385
|
+
email_intro: 'Amendemen telah diterima untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
386
|
+
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah seorang pengarang %{amendable_title}.
|
387
|
+
email_subject: Amandemen diterima untuk %{amendable_title} dari %{emendation_author_nickname}
|
388
|
+
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah diterima untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
389
|
+
follower:
|
390
|
+
email_intro: 'Amendemen telah diterima untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
391
|
+
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{amendable_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
392
|
+
email_subject: Amandemen diterima untuk %{amendable_title} dari %{emendation_author_nickname}
|
393
|
+
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah diterima untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
385
394
|
amendment_created:
|
386
395
|
affected_user:
|
387
396
|
email_intro: 'Sebuah perubahan baru telah dibuat untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
@@ -393,17 +402,6 @@ id:
|
|
393
402
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{amendable_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
394
403
|
email_subject: Amandemen baru untuk %{amendable_title} dari %{emendation_author_nickname}
|
395
404
|
notification_title: A <a href="%{emendation_path}">emendasi baru</a> telah dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
396
|
-
amendment_rejected:
|
397
|
-
affected_user:
|
398
|
-
email_intro: 'Amendemen telah ditolak untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
399
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah seorang pengarang %{amendable_title}.
|
400
|
-
email_subject: Amandemen ditolak untuk %{amendable_title} dari %{emendation_author_nickname}
|
401
|
-
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah ditolak untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
402
|
-
follower:
|
403
|
-
email_intro: 'Amendemen telah ditolak untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
404
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{amendable_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
405
|
-
email_subject: Amandemen ditolak untuk %{amendable_title} dari %{emendation_author_nickname}
|
406
|
-
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah ditolak untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
407
405
|
amendment_promoted:
|
408
406
|
affected_user:
|
409
407
|
email_intro: 'Suatu emendasi yang ditolak untuk %{amendable_title} telah dipromosikan menjadi independen %{amendable_type}. Anda dapat melihatnya dari halaman ini:'
|
@@ -415,17 +413,17 @@ id:
|
|
415
413
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{amendable_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
416
414
|
email_subject: Sebuah perbaikan dari %{emendation_author_nickname} telah dipromosikan
|
417
415
|
notification_title: A <a href="%{emendation_path}">emendasi</a> ditolak untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} telah dipromosikan oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
418
|
-
|
416
|
+
amendment_rejected:
|
419
417
|
affected_user:
|
420
|
-
email_intro: 'Amendemen telah
|
418
|
+
email_intro: 'Amendemen telah ditolak untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
421
419
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah seorang pengarang %{amendable_title}.
|
422
|
-
email_subject: Amandemen
|
423
|
-
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah
|
420
|
+
email_subject: Amandemen ditolak untuk %{amendable_title} dari %{emendation_author_nickname}
|
421
|
+
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah ditolak untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
424
422
|
follower:
|
425
|
-
email_intro: 'Amendemen telah
|
423
|
+
email_intro: 'Amendemen telah ditolak untuk %{amendable_title}. Anda dapat melihatnya dari halaman ini:'
|
426
424
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{amendable_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
427
|
-
email_subject: Amandemen
|
428
|
-
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah
|
425
|
+
email_subject: Amandemen ditolak untuk %{amendable_title} dari %{emendation_author_nickname}
|
426
|
+
notification_title: <a href="%{emendation_path}">emendasi</a> dibuat oleh <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> telah ditolak untuk <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
429
427
|
attachments:
|
430
428
|
attachment_created:
|
431
429
|
email_intro: 'Dokumen baru telah ditambahkan ke %{resource_title}. Anda dapat melihatnya dari halaman ini:'
|
@@ -739,7 +737,7 @@ id:
|
|
739
737
|
download:
|
740
738
|
csv: Unduh data (csv)
|
741
739
|
followers:
|
742
|
-
description: Jumlah pengguna yang mengikuti
|
740
|
+
description: Jumlah pengguna yang mengikuti ruang partisipasi ini
|
743
741
|
object: pengikut
|
744
742
|
title: Pengikut
|
745
743
|
participants:
|
@@ -782,8 +780,8 @@ id:
|
|
782
780
|
show:
|
783
781
|
email_on_notification: Saya ingin menerima email setiap kali saya menerima pemberitahuan.
|
784
782
|
everything_followed: Semua yang saya ikuti
|
785
|
-
newsletters: Nawala
|
786
783
|
newsletter_notifications: Saya ingin menerima buletin
|
784
|
+
newsletters: Nawala
|
787
785
|
own_activity: Aktivitas saya sendiri, seperti ketika seseorang berkomentar di proposal saya atau menyebut saya
|
788
786
|
receive_notifications_about: Saya ingin mendapatkan pemberitahuan tentang
|
789
787
|
send_notifications_by_email: Kirim pemberitahuan melalui email
|
@@ -987,8 +985,8 @@ id:
|
|
987
985
|
no_activities_warning: Pengguna ini belum memiliki aktivitas apa pun.
|
988
986
|
user_interests:
|
989
987
|
show:
|
990
|
-
no_scopes: Organisasi ini belum memiliki ruang lingkup!
|
991
988
|
my_interests: Minat saya
|
989
|
+
no_scopes: Organisasi ini belum memiliki ruang lingkup!
|
992
990
|
select_your_interests: Pilih topik yang Anda minati untuk menerima acara yang terkait dengan mereka di tab Kronologi profil Anda.
|
993
991
|
update_my_interests: Perbarui minat saya
|
994
992
|
update:
|
data/config/locales/it.yml
CHANGED
@@ -40,7 +40,7 @@ it:
|
|
40
40
|
other: Modifiche
|
41
41
|
decidim/user:
|
42
42
|
one: Nessun utente
|
43
|
-
other:
|
43
|
+
other: Utenti
|
44
44
|
decidim/user_group:
|
45
45
|
one: Gruppo di utenti
|
46
46
|
other: Gruppi di utenti
|
@@ -63,7 +63,7 @@ it:
|
|
63
63
|
file_no_exists: Il file non esiste
|
64
64
|
invalid_token: Il token fornito non è valido.
|
65
65
|
no_token: Nessun token fornito
|
66
|
-
notice:
|
66
|
+
notice: Il download dei tuoi dati è in corso. Riceverai un email non appena completato.
|
67
67
|
delete:
|
68
68
|
alert: Questa azione non può essere annullata. Se elimini il tuo account non potrai più accedere.
|
69
69
|
confirm:
|
@@ -132,19 +132,19 @@ it:
|
|
132
132
|
amendments:
|
133
133
|
accepted:
|
134
134
|
error: Si è verificato un errore nell'accettare l'emendamento, riprova più tardi.
|
135
|
-
success:
|
135
|
+
success: La modifica è stata accettata con successo.
|
136
136
|
amendable:
|
137
137
|
amended_by: Modificato da
|
138
138
|
button: Modificare %{model_name}
|
139
|
-
promote_button: Promuovi a %{model_name}
|
140
139
|
error: Si è verificato un errore durante la modifica di questa risorsa.
|
141
140
|
help_text: Migliora questo %{model_name} modificando il suo %{amendable_fields}
|
142
|
-
promote_help_text: Puoi promuovere questa emendazione e pubblicarla come %{model_name}indipendente
|
143
141
|
no_amenders: Non ci sono emendatori
|
144
142
|
no_amendments: Non ci sono modifiche
|
143
|
+
promote_button: Promuovi a %{model_name}
|
144
|
+
promote_help_text: Puoi promuovere questa modifica e pubblicarla come %{model_name} indipendente
|
145
145
|
section_heading: Modifiche (%{count})
|
146
146
|
created:
|
147
|
-
error: Si è verificato un errore durante la creazione di
|
147
|
+
error: Si è verificato un errore durante la creazione di questa modifica, riprovare più tardi
|
148
148
|
success: La modifica è stata creata con successo
|
149
149
|
emendation:
|
150
150
|
actions:
|
@@ -158,9 +158,7 @@ it:
|
|
158
158
|
evaluating: |-
|
159
159
|
Questo emendamento per lo %{amendable_type} %{amendable_link}
|
160
160
|
è in fase di valutazione.
|
161
|
-
rejected:
|
162
|
-
Questa emendazione per lo %{amendable_type} %{amendable_link}
|
163
|
-
stata respinta su <strong>%{announcement_date}</strong>.
|
161
|
+
rejected: "Questa emendazione per lo %{amendable_type} %{amendable_link}\nstata respinta su <strong>%{announcement_date}</strong>."
|
164
162
|
withdrawn: |-
|
165
163
|
Questo emendamento per lo %{amendable_type} %{amendable_link}
|
166
164
|
è stato ritirato dall'autore.
|
@@ -170,12 +168,12 @@ it:
|
|
170
168
|
heading: Crea il tuo emendamento
|
171
169
|
help_text: Stai modificando lo %{model_name}
|
172
170
|
send: Invia un emendamento
|
171
|
+
promoted:
|
172
|
+
error: Ci sono stati errori nel promuovere l'emendamento
|
173
|
+
success: Emendation promossa con successo
|
173
174
|
rejected:
|
174
175
|
error: Si è verificato un errore durante il rifiuto di questa modifica, riprova più tardi
|
175
176
|
success: L'emendamento è stato respinto con successo
|
176
|
-
promoted:
|
177
|
-
success: Emendation promossa con successo
|
178
|
-
error: Ci sono stati errori nel promuovere l'emendamento
|
179
177
|
review:
|
180
178
|
back: Indietro
|
181
179
|
heading: Rivedi l'emendamento
|
@@ -224,7 +222,7 @@ it:
|
|
224
222
|
name: Codice via SMS
|
225
223
|
started_at: Iniziato a %{timestamp}
|
226
224
|
authorization_modals:
|
227
|
-
|
225
|
+
content:
|
228
226
|
expired:
|
229
227
|
authorize: Rinnova con "%{authorization}"
|
230
228
|
explanation: La tua autorizzazione è scaduta. Per eseguire questa azione, devi essere nuovamente autorizzato con "%{authorization}".
|
@@ -384,6 +382,17 @@ it:
|
|
384
382
|
title: La pagina che stai cercando non è stata trovata
|
385
383
|
events:
|
386
384
|
amendments:
|
385
|
+
amendment_accepted:
|
386
|
+
affected_user:
|
387
|
+
email_intro: 'Un''emendamento è stato accettato per %{amendable_title}. Puoi vederlo da questa pagina:'
|
388
|
+
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
389
|
+
email_subject: Un emendamento accettato per %{amendable_title} %{emendation_author_nickname}
|
390
|
+
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stato accettato per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
391
|
+
follower:
|
392
|
+
email_intro: 'Un''emendamento è stato accettato per %{amendable_title}. Puoi vederlo da questa pagina:'
|
393
|
+
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
394
|
+
email_subject: Un emendamento accettato per %{amendable_title} %{emendation_author_nickname}
|
395
|
+
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stato accettato per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
387
396
|
amendment_created:
|
388
397
|
affected_user:
|
389
398
|
email_intro: 'Una nuova emendazione è stata creata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
@@ -395,17 +404,6 @@ it:
|
|
395
404
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
396
405
|
email_subject: Un nuovo emendamento per %{amendable_title} da %{emendation_author_nickname}
|
397
406
|
notification_title: Un <a href="%{emendation_path}">nuovo emendation</a> è stato creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
398
|
-
amendment_rejected:
|
399
|
-
affected_user:
|
400
|
-
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
401
|
-
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
402
|
-
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
403
|
-
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
404
|
-
follower:
|
405
|
-
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
406
|
-
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
407
|
-
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
408
|
-
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
409
407
|
amendment_promoted:
|
410
408
|
affected_user:
|
411
409
|
email_intro: 'Un emendamento respinto per %{amendable_title} è stato promosso a un indipendente %{amendable_type}. Puoi vederlo da questa pagina:'
|
@@ -417,17 +415,17 @@ it:
|
|
417
415
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
418
416
|
email_subject: È stata promossa un'emendamento da %{emendation_author_nickname}
|
419
417
|
notification_title: Un'emendamento rifiutato <a href="%{emendation_path}"></a> per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} è stato promosso da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
420
|
-
|
418
|
+
amendment_rejected:
|
421
419
|
affected_user:
|
422
|
-
email_intro: 'Un''
|
420
|
+
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
423
421
|
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
424
|
-
email_subject: Un emendamento
|
425
|
-
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è
|
422
|
+
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
423
|
+
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
426
424
|
follower:
|
427
|
-
email_intro: 'Un''
|
425
|
+
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
428
426
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
429
|
-
email_subject: Un emendamento
|
430
|
-
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è
|
427
|
+
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
428
|
+
notification_title: Il <a href="%{emendation_path}">emendation</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
431
429
|
attachments:
|
432
430
|
attachment_created:
|
433
431
|
email_intro: 'Un nuovo documento è stato aggiunto a %{resource_title}. Puoi vederlo da questa pagina:'
|
@@ -741,7 +739,7 @@ it:
|
|
741
739
|
download:
|
742
740
|
csv: Scarica dati (csv)
|
743
741
|
followers:
|
744
|
-
description: Numero di utenti che
|
742
|
+
description: Numero di utenti che seguono questo spazio di partecipazione
|
745
743
|
object: seguaci
|
746
744
|
title: Seguaci
|
747
745
|
participants:
|
@@ -784,8 +782,8 @@ it:
|
|
784
782
|
show:
|
785
783
|
email_on_notification: Voglio ricevere un'e-mail ogni volta che ricevo una notifica.
|
786
784
|
everything_followed: Tutto ciò che seguo
|
787
|
-
newsletters: Newsletters
|
788
785
|
newsletter_notifications: Voglio ricevere le newsletter
|
786
|
+
newsletters: Newsletters
|
789
787
|
own_activity: La mia attività personale, come quando qualcuno commenta la mia proposta o mi menziona
|
790
788
|
receive_notifications_about: Voglio ricevere le notifiche
|
791
789
|
send_notifications_by_email: Invia notifiche via email
|
@@ -990,8 +988,8 @@ it:
|
|
990
988
|
no_activities_warning: Questo utente non ha ancora avuto alcuna attività.
|
991
989
|
user_interests:
|
992
990
|
show:
|
993
|
-
no_scopes: Questa organizzazione non ha ancora alcun scopo!
|
994
991
|
my_interests: I miei interessi
|
992
|
+
no_scopes: Questa organizzazione non ha ancora alcun scopo!
|
995
993
|
select_your_interests: Seleziona gli argomenti a cui sei interessato per ricevere eventi correlati a loro nella scheda Cronologia del profilo.
|
996
994
|
update_my_interests: Aggiorna i miei interessi
|
997
995
|
update:
|
data/config/locales/nl.yml
CHANGED
@@ -136,12 +136,12 @@ nl:
|
|
136
136
|
amendable:
|
137
137
|
amended_by: Gewijzigd door
|
138
138
|
button: Wijzigen %{model_name}
|
139
|
-
promote_button: Promoot tot %{model_name}
|
140
139
|
error: Er is een fout opgetreden bij het wijzigen van deze bron.
|
141
140
|
help_text: Verbeter deze %{model_name} door zijn %{amendable_fields}
|
142
|
-
promote_help_text: U kunt deze emendatie promoten en publiceren als een onafhankelijke %{model_name}
|
143
141
|
no_amenders: Er zijn geen amendementen
|
144
142
|
no_amendments: Er zijn geen amendementen
|
143
|
+
promote_button: Promoot tot %{model_name}
|
144
|
+
promote_help_text: U kunt deze emendatie promoten en publiceren als een onafhankelijke %{model_name}
|
145
145
|
section_heading: Wijzigingen (%{count})
|
146
146
|
created:
|
147
147
|
error: Er is een fout opgetreden bij het maken van dit amendement, probeer het later opnieuw
|
@@ -158,9 +158,7 @@ nl:
|
|
158
158
|
evaluating: |-
|
159
159
|
Dit amendement voor de %{amendable_type} %{amendable_link}
|
160
160
|
wordt geëvalueerd.
|
161
|
-
rejected:
|
162
|
-
Deze emendatie voor de %{amendable_type} %{amendable_link}
|
163
|
-
werd afgewezen op <strong>%{announcement_date}</strong>.
|
161
|
+
rejected: "Deze emendatie voor de %{amendable_type} %{amendable_link}\nwerd afgewezen op <strong>%{announcement_date}</strong>."
|
164
162
|
withdrawn: |-
|
165
163
|
Dit amendement voor de %{amendable_type} %{amendable_link}
|
166
164
|
is door de auteur ingetrokken.
|
@@ -170,12 +168,12 @@ nl:
|
|
170
168
|
heading: Maak uw amendement
|
171
169
|
help_text: U wijzigt de %{model_name}
|
172
170
|
send: Verzend amendement
|
171
|
+
promoted:
|
172
|
+
error: Er zijn fouten opgetreden bij het promoten van de emendation
|
173
|
+
success: Emendation met succes gepromoot
|
173
174
|
rejected:
|
174
175
|
error: Er is een fout opgetreden bij het afwijzen van deze emendatie. Probeer het later opnieuw
|
175
176
|
success: De emendation is met succes afgewezen
|
176
|
-
promoted:
|
177
|
-
success: Emendation met succes gepromoot
|
178
|
-
error: Er zijn fouten opgetreden bij het promoten van de emendation
|
179
177
|
review:
|
180
178
|
back: Terug
|
181
179
|
heading: Bekijk het amendement
|
@@ -224,13 +222,13 @@ nl:
|
|
224
222
|
name: Code per sms
|
225
223
|
started_at: Gestart om %{timestamp}
|
226
224
|
authorization_modals:
|
227
|
-
|
225
|
+
content:
|
228
226
|
expired:
|
229
227
|
authorize: Opnieuw autoriseren met "%{authorization}"
|
230
228
|
explanation: Uw autorisatie is verlopen. Als u deze actie wilt uitvoeren, moet u opnieuw gemachtigd worden met '%{authorization}'.
|
231
229
|
title: Autorisatie is verlopen
|
232
230
|
incomplete:
|
233
|
-
cancel:
|
231
|
+
cancel: annuleren
|
234
232
|
explanation: 'Ook al bent u momenteel geautoriseerd met "%{authorization}", moeten we u vragen opnieuw autoriseren omdat we niet beschikken over de volgende gegevens:'
|
235
233
|
invalid_field: "%{field}"
|
236
234
|
reauthorize: Opnieuw autoriseren
|
@@ -384,6 +382,17 @@ nl:
|
|
384
382
|
title: De opgevraagde pagina kan niet gevonden worden
|
385
383
|
events:
|
386
384
|
amendments:
|
385
|
+
amendment_accepted:
|
386
|
+
affected_user:
|
387
|
+
email_intro: 'Een emendation is geaccepteerd voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
388
|
+
email_outro: U hebt deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
389
|
+
email_subject: Een amendement geaccepteerd voor %{amendable_title} van %{emendation_author_nickname}
|
390
|
+
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is geaccepteerd voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
391
|
+
follower:
|
392
|
+
email_intro: 'Een emendation is geaccepteerd voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
393
|
+
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title}. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
394
|
+
email_subject: Een amendement geaccepteerd voor %{amendable_title} van %{emendation_author_nickname}
|
395
|
+
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is geaccepteerd voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
387
396
|
amendment_created:
|
388
397
|
affected_user:
|
389
398
|
email_intro: 'Er is een nieuwe emendation gemaakt voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
@@ -395,17 +404,6 @@ nl:
|
|
395
404
|
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title}. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
396
405
|
email_subject: Een nieuw amendement voor %{amendable_title} van %{emendation_author_nickname}
|
397
406
|
notification_title: Een <a href="%{emendation_path}">nieuwe emendatie</a> is gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
398
|
-
amendment_rejected:
|
399
|
-
affected_user:
|
400
|
-
email_intro: 'Een emendation is afgewezen voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
401
|
-
email_outro: U hebt deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
402
|
-
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
403
|
-
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgewezen voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
404
|
-
follower:
|
405
|
-
email_intro: 'Een emendation is afgewezen voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
406
|
-
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title}. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
407
|
-
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
408
|
-
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgewezen voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
409
407
|
amendment_promoted:
|
410
408
|
affected_user:
|
411
409
|
email_intro: 'Een emendatie afgewezen voor %{amendable_title} is gepromoveerd tot een onafhankelijke %{amendable_type}. Je kunt het vanaf deze pagina bekijken:'
|
@@ -417,17 +415,17 @@ nl:
|
|
417
415
|
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title}. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
418
416
|
email_subject: Een emendation van %{emendation_author_nickname} is gepromoot
|
419
417
|
notification_title: Een <a href="%{emendation_path}">afgewezen emendation</a> voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} is gepromoot met <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
420
|
-
|
418
|
+
amendment_rejected:
|
421
419
|
affected_user:
|
422
|
-
email_intro: 'Een emendation is
|
420
|
+
email_intro: 'Een emendation is afgewezen voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
423
421
|
email_outro: U hebt deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
424
|
-
email_subject: Een amendement
|
425
|
-
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is
|
422
|
+
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
423
|
+
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgewezen voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
426
424
|
follower:
|
427
|
-
email_intro: 'Een emendation is
|
425
|
+
email_intro: 'Een emendation is afgewezen voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
428
426
|
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title}. Je kunt stoppen met het ontvangen van meldingen na de vorige link.
|
429
|
-
email_subject: Een amendement
|
430
|
-
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is
|
427
|
+
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
428
|
+
notification_title: De <a href="%{emendation_path}">emendation</a> gemaakt door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgewezen voor <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
431
429
|
attachments:
|
432
430
|
attachment_created:
|
433
431
|
email_intro: 'Een nieuw document we’d toegevoegd aan %{resource_title}. Je kan het via deze link bekijken:'
|
@@ -741,7 +739,7 @@ nl:
|
|
741
739
|
download:
|
742
740
|
csv: Gegevens downloaden (csv)
|
743
741
|
followers:
|
744
|
-
description: Aantal gebruikers dat
|
742
|
+
description: Aantal gebruikers dat deze participatieruimte volgt
|
745
743
|
object: volgelingen
|
746
744
|
title: Volgers
|
747
745
|
participants:
|
@@ -784,8 +782,8 @@ nl:
|
|
784
782
|
show:
|
785
783
|
email_on_notification: Ik wil een e-mail ontvangen telkens als ik een melding krijg.
|
786
784
|
everything_followed: Alles wat ik volg
|
787
|
-
newsletters: nieuwsbrieven
|
788
785
|
newsletter_notifications: Ik wil de nieuwsbrief ontvangen
|
786
|
+
newsletters: nieuwsbrieven
|
789
787
|
own_activity: Mijn eigen activiteit, zoals wanneer iemand opmerkingen maakt in mijn voorstel of mij vermeldt
|
790
788
|
receive_notifications_about: Ik wil meldingen ontvangen over
|
791
789
|
send_notifications_by_email: Verstuur meldingen per e-mail
|
@@ -990,8 +988,8 @@ nl:
|
|
990
988
|
no_activities_warning: Deze gebruiker heeft nog geen activiteit gehad.
|
991
989
|
user_interests:
|
992
990
|
show:
|
993
|
-
no_scopes: Deze organisatie heeft nog geen bereik!
|
994
991
|
my_interests: Mijn interesses
|
992
|
+
no_scopes: Deze organisatie heeft nog geen bereik!
|
995
993
|
select_your_interests: Selecteer de onderwerpen waarin u geïnteresseerd bent om aan hen gerelateerde evenementen te ontvangen op het tabblad Tijdlijn van uw profiel.
|
996
994
|
update_my_interests: Update mijn interesses
|
997
995
|
update:
|
data/config/locales/pl.yml
CHANGED
@@ -142,12 +142,12 @@ pl:
|
|
142
142
|
amendable:
|
143
143
|
amended_by: Zmienione przez
|
144
144
|
button: Zmień %{model_name}
|
145
|
-
promote_button: Promuj do %{model_name}
|
146
145
|
error: Wystąpił błąd podczas zmiany tego zasobu.
|
147
146
|
help_text: Popraw to %{model_name} , modyfikując %{amendable_fields}
|
148
|
-
promote_help_text: Możesz promować to wyróżnienie i opublikować je jako niezależne %{model_name}
|
149
147
|
no_amenders: Nie ma żadnych fałszerstw
|
150
148
|
no_amendments: Brak zmian
|
149
|
+
promote_button: Promuj do %{model_name}
|
150
|
+
promote_help_text: Możesz promować to wyróżnienie i opublikować je jako niezależne %{model_name}
|
151
151
|
section_heading: Poprawki (%{count})
|
152
152
|
created:
|
153
153
|
error: Wystąpił błąd podczas tworzenia tej poprawki, spróbuj ponownie później
|
@@ -164,9 +164,7 @@ pl:
|
|
164
164
|
evaluating: |-
|
165
165
|
Niniejsza poprawka do oceny %{amendable_type} %{amendable_link}
|
166
166
|
jest przedmiotem oceny.
|
167
|
-
rejected:
|
168
|
-
Ta emisja dla %{amendable_type} %{amendable_link}
|
169
|
-
została odrzucona na <strong>%{announcement_date}</strong>.
|
167
|
+
rejected: "Ta emisja dla %{amendable_type} %{amendable_link}\nzostała odrzucona na <strong>%{announcement_date}</strong>."
|
170
168
|
withdrawn: |-
|
171
169
|
Ta poprawka do %{amendable_type} %{amendable_link}
|
172
170
|
została wycofana przez autora.
|
@@ -176,12 +174,12 @@ pl:
|
|
176
174
|
heading: Utwórz poprawkę
|
177
175
|
help_text: Modyfikujesz %{model_name}
|
178
176
|
send: Wyślij poprawkę
|
177
|
+
promoted:
|
178
|
+
error: Podczas promowania wyemitowania wystąpiły błędy
|
179
|
+
success: Emedycja została pomyślnie awansowana
|
179
180
|
rejected:
|
180
181
|
error: Wystąpił błąd podczas odrzucania tej poprawki, spróbuj ponownie później
|
181
182
|
success: Emendacja została odrzucona pomyślnie
|
182
|
-
promoted:
|
183
|
-
success: Emedycja została pomyślnie awansowana
|
184
|
-
error: Podczas promowania wyemitowania wystąpiły błędy
|
185
183
|
review:
|
186
184
|
back: Z powrotem
|
187
185
|
heading: Przejrzyj poprawkę
|
@@ -234,7 +232,7 @@ pl:
|
|
234
232
|
name: Kod przez SMS
|
235
233
|
started_at: Rozpoczęty pod adresem %{timestamp}
|
236
234
|
authorization_modals:
|
237
|
-
|
235
|
+
content:
|
238
236
|
expired:
|
239
237
|
authorize: Ponownie autoryzuj, używając "%{authorization}"
|
240
238
|
explanation: Twoja autoryzacja wygasła. Aby wykonać tę akcję, musisz ponownie uzyskać autoryzację przy użyciu "%{authorization}".
|
@@ -396,6 +394,17 @@ pl:
|
|
396
394
|
title: Szukana strona nie została znaleziona
|
397
395
|
events:
|
398
396
|
amendments:
|
397
|
+
amendment_accepted:
|
398
|
+
affected_user:
|
399
|
+
email_intro: 'Emendacja została zaakceptowana dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
400
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
401
|
+
email_subject: Poprawka przyjęta dla %{amendable_title} z %{emendation_author_nickname}
|
402
|
+
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> został przyjęty do <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
403
|
+
follower:
|
404
|
+
email_intro: 'Emendacja została zaakceptowana dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
405
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
406
|
+
email_subject: Poprawka przyjęta dla %{amendable_title} z %{emendation_author_nickname}
|
407
|
+
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> został przyjęty do <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
399
408
|
amendment_created:
|
400
409
|
affected_user:
|
401
410
|
email_intro: 'Nowa emisja została utworzona dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
@@ -407,17 +416,6 @@ pl:
|
|
407
416
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
408
417
|
email_subject: Nowa poprawka dla %{amendable_title} z %{emendation_author_nickname}
|
409
418
|
notification_title: <a href="%{emendation_path}">nowy poprawka</a> został utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> dla <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
410
|
-
amendment_rejected:
|
411
|
-
affected_user:
|
412
|
-
email_intro: 'Emendacja została odrzucona dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
413
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
414
|
-
email_subject: Poprawka odrzucona dla %{amendable_title} z %{emendation_author_nickname}
|
415
|
-
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
416
|
-
follower:
|
417
|
-
email_intro: 'Emendacja została odrzucona dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
418
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
419
|
-
email_subject: Poprawka odrzucona dla %{amendable_title} z %{emendation_author_nickname}
|
420
|
-
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
421
419
|
amendment_promoted:
|
422
420
|
affected_user:
|
423
421
|
email_intro: 'Emendacja odrzucona dla %{amendable_title} została awansowana na niezależną %{amendable_type}. Możesz go zobaczyć na tej stronie:'
|
@@ -429,17 +427,17 @@ pl:
|
|
429
427
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
430
428
|
email_subject: Promowane od %{emendation_author_nickname} zostało promowane
|
431
429
|
notification_title: Odrzucona <a href="%{emendation_path}">emisja</a> dla <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type} została zwiększona o <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
432
|
-
|
430
|
+
amendment_rejected:
|
433
431
|
affected_user:
|
434
|
-
email_intro: 'Emendacja została
|
432
|
+
email_intro: 'Emendacja została odrzucona dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
435
433
|
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
436
|
-
email_subject: Poprawka
|
437
|
-
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>
|
434
|
+
email_subject: Poprawka odrzucona dla %{amendable_title} z %{emendation_author_nickname}
|
435
|
+
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
438
436
|
follower:
|
439
|
-
email_intro: 'Emendacja została
|
437
|
+
email_intro: 'Emendacja została odrzucona dla %{amendable_title}. Możesz go zobaczyć na tej stronie:'
|
440
438
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po poprzednim linku.
|
441
|
-
email_subject: Poprawka
|
442
|
-
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>
|
439
|
+
email_subject: Poprawka odrzucona dla %{amendable_title} z %{emendation_author_nickname}
|
440
|
+
notification_title: <a href="%{emendation_path}">poprawka</a> utworzony przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona <a href="%{amendable_path}">%{amendable_title}</a> %{amendable_type}.
|
443
441
|
attachments:
|
444
442
|
attachment_created:
|
445
443
|
email_intro: 'Nowy dokument został dodany do %{resource_title}. Możesz go zobaczyć na tej stronie:'
|
@@ -753,7 +751,7 @@ pl:
|
|
753
751
|
download:
|
754
752
|
csv: Pobierz dane (csv)
|
755
753
|
followers:
|
756
|
-
description: Liczba użytkowników
|
754
|
+
description: Liczba użytkowników obserwujących to miejsce uczestnictwa
|
757
755
|
object: Obserwujący
|
758
756
|
title: Obserwujący
|
759
757
|
participants:
|
@@ -796,8 +794,8 @@ pl:
|
|
796
794
|
show:
|
797
795
|
email_on_notification: Chcę otrzymywać wiadomości e-mail za każdym razem otrzymuję powiadomienie.
|
798
796
|
everything_followed: Wszystko, co obserwuję
|
799
|
-
newsletters: Biuletyny
|
800
797
|
newsletter_notifications: Chcę otrzymywać newslettery
|
798
|
+
newsletters: Biuletyny
|
801
799
|
own_activity: Moja własna działalność, np. Kiedy ktoś komentuje moją propozycję lub wspomina mnie
|
802
800
|
receive_notifications_about: Chcę otrzymywać powiadomienia
|
803
801
|
send_notifications_by_email: Wysyłaj powiadomienia pocztą e-mail
|
@@ -1004,8 +1002,8 @@ pl:
|
|
1004
1002
|
no_activities_warning: Ten użytkownik nie ma jeszcze żadnej aktywności.
|
1005
1003
|
user_interests:
|
1006
1004
|
show:
|
1007
|
-
no_scopes: Ta organizacja nie ma jeszcze żadnego zakresu!
|
1008
1005
|
my_interests: Moje zainteresowania
|
1006
|
+
no_scopes: Ta organizacja nie ma jeszcze żadnego zakresu!
|
1009
1007
|
select_your_interests: Wybierz tematy, które Cię interesują, aby otrzymywać związane z nimi wydarzenia na karcie Oś czasu w profilu.
|
1010
1008
|
update_my_interests: Zaktualizuj moje zainteresowania
|
1011
1009
|
update:
|