decidim-core 0.30.1 → 0.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity/show.erb +6 -6
- data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +11 -2
- data/app/cells/decidim/footer_topics/show.erb +2 -2
- data/app/cells/decidim/group_admins/show.erb +3 -1
- data/app/cells/decidim/group_members/show.erb +6 -2
- data/app/cells/decidim/images_panel/show.erb +5 -2
- data/app/cells/decidim/report_button/flag_modal.erb +11 -9
- data/app/cells/decidim/report_user_button/flag_modal.erb +11 -10
- data/app/cells/decidim/upload_modal/files.erb +4 -4
- data/app/cells/decidim/upload_modal_cell.rb +5 -3
- data/app/commands/decidim/amendable/accept.rb +2 -1
- data/app/commands/decidim/create_omniauth_registration.rb +1 -1
- data/app/controllers/decidim/amendments_controller.rb +3 -3
- data/app/helpers/decidim/amendments_helper.rb +2 -1
- data/app/helpers/decidim/filters_helper.rb +25 -0
- data/app/helpers/decidim/layout_helper.rb +6 -0
- data/app/packs/images/decidim/default-avatar.svg +1 -1
- data/app/packs/src/decidim/callout.js +13 -8
- data/app/packs/src/decidim/confirm.js +15 -3
- data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -0
- data/app/packs/src/decidim/datepicker/generate_timepicker.js +2 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +3 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +8 -9
- data/app/packs/src/decidim/dropdown_menu.js +18 -0
- data/app/packs/src/decidim/editor/common/suggestion.js +11 -1
- data/app/packs/src/decidim/index.js +1 -0
- data/app/packs/stylesheets/decidim/_activity.scss +4 -4
- data/app/packs/stylesheets/decidim/_cards.scss +5 -1
- data/app/packs/stylesheets/decidim/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/_header.scss +11 -3
- data/app/packs/stylesheets/decidim/_layout.scss +2 -2
- data/app/packs/stylesheets/decidim/_modal.scss +1 -5
- data/app/packs/stylesheets/decidim/_modal_update.scss +5 -1
- data/app/permissions/decidim/permissions.rb +13 -1
- data/app/validators/translated_etiquette_validator.rb +2 -0
- data/app/views/decidim/errors/internal_server_error.html.erb +1 -1
- data/app/views/decidim/errors/not_found.html.erb +1 -1
- data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
- data/app/views/decidim/searches/_filters.html.erb +48 -13
- data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
- data/app/views/decidim/shared/_confirm_modal.html.erb +3 -5
- data/app/views/decidim/shared/_filters.html.erb +6 -4
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main.html.erb +2 -2
- data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +6 -0
- data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +2 -0
- data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
- data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
- data/config/locales/ar.yml +0 -3
- data/config/locales/bg-BG.yml +2 -2
- data/config/locales/bg.yml +0 -5
- data/config/locales/ca-IT.yml +28 -5
- data/config/locales/ca.yml +28 -5
- data/config/locales/cs.yml +15 -6
- data/config/locales/de.yml +53 -21
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +28 -5
- data/config/locales/es-MX.yml +28 -5
- data/config/locales/es-PY.yml +28 -5
- data/config/locales/es.yml +28 -5
- data/config/locales/eu.yml +66 -43
- data/config/locales/fi-plain.yml +76 -5
- data/config/locales/fi.yml +77 -6
- data/config/locales/fr-CA.yml +28 -5
- data/config/locales/fr-LU.yml +3 -3
- data/config/locales/fr.yml +28 -5
- data/config/locales/gl.yml +0 -3
- data/config/locales/hu.yml +0 -5
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/is-IS.yml +0 -1
- data/config/locales/it.yml +165 -3
- data/config/locales/ja.yml +36 -5
- data/config/locales/lb-LU.yml +2 -2
- data/config/locales/lb.yml +0 -3
- data/config/locales/lt.yml +0 -5
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +0 -3
- data/config/locales/no.yml +0 -3
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +0 -4
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/ru.yml +0 -3
- data/config/locales/sk-SK.yml +3 -3
- data/config/locales/sk.yml +2 -3
- data/config/locales/sv.yml +27 -4
- data/config/locales/tr-TR.yml +0 -3
- data/config/locales/uk.yml +0 -2
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +0 -5
- data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
- data/lib/decidim/core/test/factories.rb +2 -2
- data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +7 -5
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +14 -0
- metadata +7 -6
data/config/locales/it.yml
CHANGED
@@ -4,10 +4,21 @@ it:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Motivo per il quale vuoi eliminare il tuo account
|
7
|
+
attachment:
|
8
|
+
documents: Documenti
|
9
|
+
image: Immagine
|
10
|
+
photos: Foto
|
7
11
|
common:
|
8
12
|
created_at: Creato il
|
13
|
+
component:
|
14
|
+
taxonomy_filters: Filtri Tassonomia
|
15
|
+
content_block_attachment:
|
16
|
+
background_image: Immagine di sfondo
|
17
|
+
main_image: Immagine principale
|
9
18
|
conversation:
|
10
19
|
body: Testo
|
20
|
+
editor_image:
|
21
|
+
file: File
|
11
22
|
group:
|
12
23
|
about: Dettagli
|
13
24
|
avatar: Immagine del profilo
|
@@ -16,37 +27,66 @@ it:
|
|
16
27
|
name: Nome
|
17
28
|
nickname: Pseudonimo
|
18
29
|
phone: Telefono
|
30
|
+
import:
|
31
|
+
file: File
|
19
32
|
message:
|
20
33
|
body: Testo
|
21
34
|
report:
|
22
35
|
details: Ulteriori commenti
|
36
|
+
taxonomy:
|
37
|
+
name: Nome della tassonomia
|
38
|
+
taxonomy_filter:
|
39
|
+
internal_name: Etichetta interna
|
40
|
+
name: Etichetta
|
41
|
+
root_taxonomy_id: Dalla tassonomia
|
42
|
+
space_filter: Disponibile come filtro per
|
23
43
|
user:
|
24
44
|
about: Di
|
45
|
+
avatar: Immagine del profilo
|
25
46
|
email: La tua email
|
47
|
+
encrypted_password: Password
|
48
|
+
locale: Localizzazione
|
26
49
|
name: Nome utente
|
27
50
|
nickname: Nickname
|
51
|
+
old_password: Password corrente
|
28
52
|
password: Password
|
29
53
|
password_confirmation: Conferma la tua password
|
30
54
|
personal_url: Pagina personale
|
31
55
|
remove_avatar: Rimuovi avatar
|
56
|
+
tos_agreement: Condizioni contrattuali di servizio
|
32
57
|
user_group:
|
33
58
|
avatar: Immagine del profilo
|
59
|
+
errors:
|
60
|
+
models:
|
61
|
+
user:
|
62
|
+
attributes:
|
63
|
+
nickname:
|
64
|
+
format: Il nickname deve essere minuscolo e non contenere spazi
|
34
65
|
models:
|
35
66
|
decidim/attachment_created_event: Allegato
|
36
67
|
decidim/component_published_event: Componente attivo
|
37
68
|
decidim/demoted_membership: Non è più un amministratore di gruppo
|
38
69
|
decidim/gamification/badge_earned_event: Badge guadagnato
|
70
|
+
decidim/gamification/level_up_event: Hai raggiunto il livello
|
71
|
+
decidim/invited_to_group_event:
|
39
72
|
decidim/join_request_accepted_event: Richiesta di adesione accettata
|
40
73
|
decidim/join_request_rejected_event: Richiesta di adesione rifiutata
|
41
74
|
decidim/profile_updated_event: profilo aggiornato
|
42
75
|
decidim/promote_to_admin: Promosso ad amministratore del gruppo
|
76
|
+
decidim/promoted_to_admin_event: Promosso a amministratore di gruppo
|
43
77
|
decidim/removed_from_group: Rimosso dal gruppo
|
44
78
|
decidim/resource_endorsed_event: Risorsa approvata
|
79
|
+
decidim/resource_hidden_event: Risorsa nascosta
|
45
80
|
decidim/user_group_created_event: Gruppo utenti creato
|
81
|
+
decidim/welcome_notification_event: Messaggio di benvenuto
|
46
82
|
activerecord:
|
47
83
|
attributes:
|
84
|
+
decidim/action_log:
|
85
|
+
created_at: Ora
|
86
|
+
with_participatory_space: Spazio partecipativo
|
48
87
|
decidim/user:
|
49
88
|
current_password: Password attuale
|
89
|
+
email: Indirizzo email
|
50
90
|
name: Nickname
|
51
91
|
password: Password
|
52
92
|
password_confirmation: Conferma della password
|
@@ -73,10 +113,32 @@ it:
|
|
73
113
|
select: Selezionare
|
74
114
|
formats:
|
75
115
|
decidim_short: "%d/%m/%Y"
|
116
|
+
decidim_short_dashed: "%d-%m-%Y"
|
76
117
|
decidim_short_with_month_name_short: "%d %b %Y"
|
77
118
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
78
119
|
decidim_with_month_name: "%d %B %Y"
|
79
120
|
decidim_with_month_name_short: "%d %b"
|
121
|
+
help:
|
122
|
+
date_format: 'Formato: gg/mm/aaaa'
|
123
|
+
order: d-m-y
|
124
|
+
separator: "/"
|
125
|
+
datetime:
|
126
|
+
distance_in_words:
|
127
|
+
about_x_hours:
|
128
|
+
one: circa 1 ora
|
129
|
+
other: circa %{count} ore
|
130
|
+
half_a_minute: mezzo minuto
|
131
|
+
short:
|
132
|
+
about_x_days: "%{count} giorni"
|
133
|
+
about_x_hours: "%{count} ore"
|
134
|
+
about_x_minutes: "%{count} minuti"
|
135
|
+
about_x_years: "%{count} anni"
|
136
|
+
almost_x_years: "%{count} anni"
|
137
|
+
half_a_minute: 1m
|
138
|
+
less_than_x_minutes: "%{count} minuti"
|
139
|
+
less_than_x_seconds: "%{count} secondi"
|
140
|
+
over_x_years: "%{count} anni"
|
141
|
+
x_days: "%{count} giorni"
|
80
142
|
decidim:
|
81
143
|
accessibility:
|
82
144
|
external_link: Collegamento esterno
|
@@ -109,14 +171,35 @@ it:
|
|
109
171
|
create: "%{user_name} ha creato l'area %{resource_name}"
|
110
172
|
delete: "%{user_name} ha eliminato l'area %{resource_name}"
|
111
173
|
update: "%{user_name} ha aggiornato l'area %{resource_name}"
|
174
|
+
attachment_collection:
|
175
|
+
delete: "%{user_name} ha eliminato la collezione di allegati %{resource_name}"
|
176
|
+
update: "%{user_name} ha aggiornato la collezione di allegati %{resource_name}"
|
177
|
+
category:
|
178
|
+
create: "%{user_name} ha aggiunto la categoria %{resource_name} allo spazio %{space_name}"
|
179
|
+
delete: "%{user_name} ha eliminato la categoria %{resource_name} dallo spazio %{space_name}"
|
180
|
+
update: "%{user_name} ha aggiornato la categoria %{resource_name} nello spazio %{space_name}"
|
112
181
|
component:
|
113
182
|
create: "%{user_name} ha aggiunto il componente %{resource_name} allo spazio %{space_name}"
|
114
183
|
delete: "%{user_name} rimosso il componente %{resource_name} dallo spazio %{space_name}"
|
184
|
+
export_component: "%{user_name} ha esportato l' %{resource_name} %{component_name} in %{space_name} come %{format_name}"
|
115
185
|
publish: "%{user_name} ha pubblicato il componente %{resource_name} nello spazio %{space_name}"
|
186
|
+
restore: "%{user_name} ha ripristinato il componente %{resource_name} nello spazio %{space_name}"
|
187
|
+
soft_delete: "%{user_name} spostato nel cestino del componente %{resource_name} nello spazio %{space_name}"
|
116
188
|
unpublish: "%{user_name} non pubblicato il componente %{resource_name} dallo spazio %{space_name}"
|
189
|
+
update_permissions_with_space: "%{user_name} ha aggiornato i permessi di %{resource_name} in %{space_name}"
|
190
|
+
contextual_help_section:
|
191
|
+
update: "%{user_name} ha aggiornato la sezione di aiuto %{resource_name}"
|
192
|
+
helpers:
|
193
|
+
answers: risposte
|
194
|
+
comments: commenti
|
195
|
+
projects: progetti
|
196
|
+
results: resultati
|
117
197
|
impersonation_log:
|
118
198
|
manage: "%{user_name} è stato moderato %{resource_name} perché %{reason}"
|
119
199
|
moderation:
|
200
|
+
bulk_hide: "%{user_name} ha nascosto %{reported_count} risorse"
|
201
|
+
bulk_unhide: "%{user_name} ripristinato %{reported_count} risorse"
|
202
|
+
bulk_unreport: "%{user_name} tolto la segnalazione da %{reported_count} risorse"
|
120
203
|
hide: "%{user_name} nascosto una risorsa di tipo %{resource_type} nel %{space_name} spazio"
|
121
204
|
unreport: "%{user_name} non segnalata una risorsa di tipo %{resource_type} nel %{space_name} spazio"
|
122
205
|
newsletter:
|
@@ -130,6 +213,7 @@ it:
|
|
130
213
|
update: "%{user_name} ha aggiornato l'applicazione OAuth %{resource_name}"
|
131
214
|
organization:
|
132
215
|
update: "%{user_name} aggiornato le impostazioni dell'organizzazione"
|
216
|
+
update_external_domain: "%{user_name} ha aggiornato i domini esterni dell'organizzazione"
|
133
217
|
participatory_space_private_user:
|
134
218
|
create: "%{user_name} invitato %{resource_name} a essere un utente privato"
|
135
219
|
create_via_csv: "%{user_name} ha invitato %{resource_name} tramite csv a unirsi come partecipante privato"
|
@@ -141,12 +225,40 @@ it:
|
|
141
225
|
delete_with_parent: "%{user_name} eliminato l'ambito %{resource_name} all'interno dell'ambito %{parent_scope}"
|
142
226
|
update: "%{user_name} ha aggiornato l'ambito %{resource_name}"
|
143
227
|
update_with_parent: "%{user_name} ha aggiornato l'ambito %{resource_name} all'interno dell'ambito %{parent_scope}"
|
228
|
+
scope_type:
|
229
|
+
create: "%{user_name} ha creato il tipo d'ambito %{resource_name}"
|
230
|
+
delete: "%{user_name} ha eliminato il tipo di ambito %{resource_name}"
|
231
|
+
update: "%{user_name} ha aggiornato il tipo di ambito %{resource_name}"
|
232
|
+
share_token:
|
233
|
+
create: "%{user_name} ha creato un link di accesso in %{space_name}"
|
234
|
+
create_with_space: "%{user_name} ha creato il link di accesso per %{resource_name} in %{space_name}"
|
235
|
+
delete: "%{user_name} ha eliminato un link di accesso in %{space_name}"
|
236
|
+
delete_with_space: "%{user_name} ha eliminato un link di accesso per %{resource_name} in %{space_name}"
|
237
|
+
update: "%{user_name} ha aggiornato un link di accesso in %{space_name}"
|
238
|
+
update_with_space: "%{user_name} ha aggiornato un link di accesso per %{resource_name} in %{space_name}"
|
144
239
|
static_page:
|
145
240
|
create: "%{user_name} creato il %{resource_name} pagina statica"
|
146
241
|
delete: "%{user_name} cancellato il %{resource_name} pagina statica"
|
147
242
|
update: "%{user_name} aggiornato il %{resource_name} pagina statica"
|
243
|
+
taxonomy:
|
244
|
+
create: "%{user_name} ha creato la tassonomia %{resource_name}"
|
245
|
+
create_with_parent: "%{user_name} ha creato la tassonomia %{resource_name} all'interno della tassonomia %{parent_taxonomy}"
|
246
|
+
delete: "%{user_name} ha eliminato la tassonomia %{resource_name}"
|
247
|
+
delete_with_parent: "%{user_name} ha eliminato la tassonomia %{resource_name} all'interno della tassonomia %{parent_taxonomy}"
|
248
|
+
update: "%{user_name} ha aggiornato la tassonomia %{resource_name}"
|
249
|
+
update_with_parent: "%{user_name} ha aggiornato la tassonomia %{resource_name} all'interno della tassonomia %{parent_taxonomy}"
|
250
|
+
taxonomy_filter:
|
251
|
+
create: "%{user_name} ha creato il filtro %{resource_name}"
|
252
|
+
create_with_filter_info: '%{user_name} ha creato il filtro %{resource_name} basato sulla tassonomia "%{taxonomy_name}" con elementi %{filter_items_count}'
|
253
|
+
delete: "%{user_name} ha eliminato il filtro %{resource_name}"
|
254
|
+
delete_with_filter_info: '%{user_name} ha eliminato il filtro %{resource_name} basato sulla tassonomia "%{taxonomy_name}" con elementi %{filter_items_count}'
|
255
|
+
update: "%{user_name} ha aggiornato il filtro %{resource_name}"
|
256
|
+
update_with_filter_info: '%{user_name} ha aggiornato il filtro %{resource_name} basato sulla tassonomia "%{taxonomy_name}" con elementi %{filter_items_count}'
|
148
257
|
user:
|
149
258
|
block: "%{user_name} ha bloccato l'utente %{resource_name}"
|
259
|
+
bulk_block: "%{user_name} ha bloccato %{blocked_count} utenti"
|
260
|
+
bulk_ignore: "%{user_name} ha rimosso il report da %{unreported_users_count} utenti"
|
261
|
+
bulk_unblock: "%{user_name} ha sbloccato %{unblocked_count} utenti"
|
150
262
|
invite: "%{user_name} ha invitato l'utente %{resource_name} con ruolo: %{role}"
|
151
263
|
officialize: "%{user_name} ha ufficializzato l'utente %{resource_name}"
|
152
264
|
promote: "%{user_name} ha promosso %{resource_name}"
|
@@ -156,21 +268,30 @@ it:
|
|
156
268
|
unblock: "%{user_name} ha sbloccato l'utente %{resource_name}"
|
157
269
|
unofficialize: "%{user_name} utente non ufficiale %{resource_name}"
|
158
270
|
user_group:
|
271
|
+
block: "%{user_name} ha bloccato il gruppo utente %{resource_name}"
|
272
|
+
bulk_block: "%{user_name} ha bloccato gli utenti %{blocked_count}"
|
273
|
+
bulk_ignore: "%{user_name} ha rimosso il report per %{unreported_users_count} utenti"
|
274
|
+
bulk_unblock: "%{user_name} ha sbloccato %{unblocked_count} utenti"
|
159
275
|
reject: "%{user_name} respinto il %{resource_name} verifica del gruppo di utenti"
|
276
|
+
unblock: "%{user_name} ha bloccato il gruppo utente %{resource_name}"
|
160
277
|
verify: "%{user_name} verificato il %{resource_name} gruppo di utenti"
|
161
278
|
verify_via_csv: "%{user_name} verificato il %{resource_name} gruppo di utenti tramite un file CSV"
|
162
279
|
user_moderation:
|
163
280
|
unreport: "%{user_name} ha de-segnalato un %{resource_type} - %{unreported_user_name}"
|
281
|
+
admin_terms_of_service:
|
282
|
+
default_body: "<h2>TERMINI DI UTILIZZO PER L'AMMINISTRATORE</h2><p>Ci auguriamo che tu abbia ricevuto la usuale raccomandazione dall'amministratore di sistema. Solitamente si riduce a queste tre cose:</p><ol><li>Rispetta la privacy degli altri.</li><li>Pensa prima di cliccare.</li><li>Da grande potenzialità derivano grandi responsabilità.</li></ol>"
|
164
283
|
alert:
|
165
284
|
dismiss: Rimuovi notifica
|
166
285
|
amendments:
|
167
286
|
accepted:
|
287
|
+
error: Si è verificato un problema accettando l'emendamento.
|
168
288
|
success: L'emendamento è stato accettato con successo.
|
169
289
|
amendable:
|
170
290
|
button: Modificare %{model_name}
|
171
291
|
error: Si è verificato un errore durante la modifica di questa risorsa.
|
172
292
|
promote_button: Promuovi a %{model_name}
|
173
293
|
promote_confirm_text: Sei sicuro di voler promuovere questa emendazione?
|
294
|
+
promote_help_text: Puoi promuovere questa modifica e pubblicarla come %{model_name} indipendente.
|
174
295
|
created:
|
175
296
|
success: La proposta di emendamento è stata creata con successo.
|
176
297
|
destroy_draft:
|
@@ -633,38 +754,70 @@ it:
|
|
633
754
|
group_admins:
|
634
755
|
actions:
|
635
756
|
demote_admin: Rimuovi l'amministratore
|
757
|
+
demote:
|
758
|
+
error: Si è verificato un errore durante la rimozione di questo utente dall'elenco degli amministratori.
|
759
|
+
success: Partecipante rimosso correttamente dall'elenco degli amministratori.
|
636
760
|
index:
|
637
761
|
current_admins: 'Amministratori attuali:'
|
638
762
|
manage_admins: Gestisci amministratori
|
639
763
|
group_invites:
|
764
|
+
accept:
|
765
|
+
error: Si è verificato un errore durante l'accettazione di questo invito.
|
766
|
+
success: Invito accettato con successo.
|
640
767
|
accept_invitation: Accettato
|
641
768
|
accept_or_reject_group_invitations: 'I seguenti gruppi ti hanno invitato a unirti a loro. Accetta o rifiuta le loro richieste:'
|
642
769
|
index:
|
643
770
|
invite: Invitare
|
644
771
|
invite_user: Invita un utente
|
772
|
+
invite:
|
773
|
+
error: Si è verificato un problema nell'invitare questo partecipante.
|
774
|
+
success: Partecipante invitato con successo.
|
775
|
+
pending_invitations: Richieste in sospeso
|
776
|
+
reject:
|
777
|
+
error: Si è verificato un errore nel rifiutare questo invito.
|
778
|
+
success: Invito rifiutato con successo.
|
645
779
|
reject_invitation: Rifiutato
|
646
780
|
group_members:
|
781
|
+
accept:
|
782
|
+
error: Si è verificato un errore accettando questa richiesta di iscrizione.
|
783
|
+
success: Richiesta di iscrizione accettata con successo.
|
647
784
|
actions:
|
648
|
-
are_you_sure: Sei sicuro?
|
649
785
|
promote_to_admin: Rendere amministratore
|
650
786
|
remove_from_group: Rimuovi utente
|
651
787
|
index:
|
652
788
|
current_members_without_admins: 'Membri attuali (senza amministratori):'
|
653
789
|
manage_members: Gestisci i membri
|
790
|
+
promote:
|
791
|
+
error: Si è verificato un errore nel promuovere questo partecipante.
|
792
|
+
success: Partecipante promosso con successo.
|
793
|
+
reject:
|
794
|
+
error: Si è verificato un problema rifiutando questa richiesta di iscrizione.
|
795
|
+
success: Richiesta di iscrizione rifiutata con successo.
|
796
|
+
remove:
|
797
|
+
error: Si è verificato un errore durante la rimozione di questo utente dal gruppo.
|
798
|
+
success: Partecipante rimosso con successo dal gruppo.
|
654
799
|
groups:
|
655
800
|
actions:
|
656
801
|
are_you_sure: Sei sicuro?
|
802
|
+
create:
|
803
|
+
error: Si è verificato un errore durante la creazione del gruppo.
|
804
|
+
success: Gruppo creato con successo.
|
657
805
|
edit:
|
658
806
|
edit_user_group: Modifica gruppo
|
659
807
|
update_user_group: Gruppo di aggiornamento
|
660
808
|
form:
|
809
|
+
document_number_help: Non usare trattini né spazi.
|
661
810
|
email_help: Email della tua organizzazione, associazione, collettivo, gruppo, ecc.
|
662
811
|
fill_in_for_verification: 'Compila questi campi se vuoi che il tuo gruppo sia verificato:'
|
663
812
|
name_help: Nome della tua organizzazione, associazione, collettivo, gruppo, ecc.
|
664
813
|
nickname_help: Nome utente della propria organizzazione, associazione, collettivo, gruppo, ecc. Non utilizzare spazi né accenti.
|
814
|
+
phone_help: Non usare trattini né spazi.
|
665
815
|
join:
|
816
|
+
error: Si è verificato un problema ad unirsi al gruppo.
|
666
817
|
success: Richiesta di unione creata con successo. Un amministratore esaminerà la tua richiesta prima di accettarti nel gruppo.
|
667
818
|
leave:
|
819
|
+
error: Si è verificato un problema lasciando il gruppo.
|
820
|
+
last_admin: Non puoi rimuovere te stesso da questo gruppo perché sei l'ultimo amministratore. Rendi un altro membro un amministratore per lasciare il gruppo.
|
668
821
|
success: Gruppo lasciato con successo.
|
669
822
|
members:
|
670
823
|
accept_or_reject_join_requests: 'I seguenti utenti hanno chiesto di unirsi a questo gruppo. Accetta o rifiuta le loro richieste:'
|
@@ -674,9 +827,13 @@ it:
|
|
674
827
|
create_user_group: Crea un gruppo
|
675
828
|
new_user_group: Nuovo gruppo
|
676
829
|
subtitle: Crea un gruppo e invita altri utenti a partecipare per partecipare a un livello collettivo.
|
830
|
+
no_user_groups: Non appartiene ancora a nessun gruppo.
|
677
831
|
roles:
|
678
832
|
admin: Amministratore
|
679
833
|
member: Membro
|
834
|
+
update:
|
835
|
+
error: Si è verificato un errore durante l'aggiornamento del gruppo.
|
836
|
+
success: Gruppo aggiornato con successo.
|
680
837
|
help:
|
681
838
|
main_topic:
|
682
839
|
default_page:
|
@@ -722,6 +879,8 @@ it:
|
|
722
879
|
static:
|
723
880
|
latlng_text: 'latitudine: %{latitude}, longitudine: %{longitude}'
|
724
881
|
map_service_brand: Mappa OpenStreet
|
882
|
+
members:
|
883
|
+
no_members: Questo gruppo non ha ancora membri.
|
725
884
|
menu:
|
726
885
|
help: Aiuto
|
727
886
|
home: Home
|
@@ -820,10 +979,8 @@ it:
|
|
820
979
|
unsubscribe:
|
821
980
|
success: Hai annullato l'iscrizione.
|
822
981
|
token_error: Il link è scaduto.
|
823
|
-
unsubscribe: Annulla l'iscrizione
|
824
982
|
newsletters_opt_in_mailer:
|
825
983
|
notify:
|
826
|
-
body_1: Il trattamento dei dati personali e la sua protezione stanno diventando sempre più importanti per tutti noi. Con il nuovo regolamento generale sulla protezione dei dati (GDPR) del 25 maggio 2018, gli individui hanno un migliore controllo sui propri dati personali. Per questo motivo abbiamo bisogno del tuo "OK" per continuare a inviare informazioni rilevanti sulle attività di %{organization_name}.
|
827
984
|
body_2: 'Come puoi darci il tuo consenso? Basta fare clic sul seguente pulsante:'
|
828
985
|
body_3: Con questo consenso sarai in grado di continuare a ricevere informazioni sui servizi della piattaforma. Se, al contrario, non riceviamo una conferma positiva da parte vostra, smetteremo di inviarti i nostri messaggi. Se confermi di voler essere informato, avrai sempre la possibilità di annullare in qualsiasi momento.
|
829
986
|
button: Sì, voglio continuare a ricevere informazioni pertinenti
|
@@ -889,6 +1046,7 @@ it:
|
|
889
1046
|
profile:
|
890
1047
|
deleted: Utente eliminato
|
891
1048
|
profiles:
|
1049
|
+
default_officialization_text_for_user_groups: Questo gruppo è verificato pubblicamente, il suo nome è stato verificato per corrispondere al suo vero nome.
|
892
1050
|
show:
|
893
1051
|
activity: Attività
|
894
1052
|
badges: badge
|
@@ -909,9 +1067,12 @@ it:
|
|
909
1067
|
invite_user: Invita utente
|
910
1068
|
join_user_group: Richiesta di iscrizione al gruppo
|
911
1069
|
leave_user_group: Lascia il gruppo
|
1070
|
+
manage_user_group: Gestisci gruppo
|
912
1071
|
manage_user_group_admins: Gestisci amministratori
|
913
1072
|
manage_user_group_users: Gestisci i membri
|
914
1073
|
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
1074
|
+
confirmation_instructions_sent: Istruzioni di conferma e-mail inviate.
|
1075
|
+
fill_in_email_to_confirm_it: Per favore, inserisci l'email del tuo gruppo per confermarlo.
|
915
1076
|
reported_mailer:
|
916
1077
|
report:
|
917
1078
|
authors: Autori
|
@@ -1020,6 +1181,7 @@ it:
|
|
1020
1181
|
user_contact_disabled: Questo partecipante non accetta messaggi diretti.
|
1021
1182
|
user_conversations:
|
1022
1183
|
create:
|
1184
|
+
error: Impossibile creare il messaggio. Riprova più tardi.
|
1023
1185
|
existing_error: Il messaggio non può essere creato. La conversazione esiste già, riprova ora.
|
1024
1186
|
success: Conversazione iniziata con successo!
|
1025
1187
|
index:
|
data/config/locales/ja.yml
CHANGED
@@ -159,6 +159,13 @@ ja:
|
|
159
159
|
other: "%{count} ヶ月"
|
160
160
|
x_seconds:
|
161
161
|
other: "%{count} 秒"
|
162
|
+
widget:
|
163
|
+
label:
|
164
|
+
date: '%{label} の日付を選択'
|
165
|
+
time: '%{label} の時間を選択'
|
166
|
+
picker:
|
167
|
+
date_button: '%{label}のカレンダーピッカーを開く'
|
168
|
+
time_button: '%{label} のタイムピッカーを開く'
|
162
169
|
decidim:
|
163
170
|
accessibility:
|
164
171
|
external_link: 外部リンク
|
@@ -825,10 +832,19 @@ ja:
|
|
825
832
|
error: 画像のアップロードに失敗しました。
|
826
833
|
success: 画像が正常にアップロードされました。
|
827
834
|
drag_and_drop_help: ドラッグ&ドロップまたは貼り付けることで画像を追加できます。
|
835
|
+
endorsement_buttons_cell:
|
836
|
+
already_endorsed: いいねの取り消し
|
837
|
+
endorse: いいね
|
828
838
|
endorsements:
|
829
839
|
identities:
|
830
840
|
done: 完了
|
831
841
|
select_identity: IDを選択
|
842
|
+
endorsers_list:
|
843
|
+
endorsed_by:
|
844
|
+
other: '%{visible} によるいいね'
|
845
|
+
others: "%{count} 以上"
|
846
|
+
title: いいねした人
|
847
|
+
you: あなた
|
832
848
|
ephemeral_user: 訪問者
|
833
849
|
errors:
|
834
850
|
files:
|
@@ -1137,7 +1153,12 @@ ja:
|
|
1137
1153
|
title: バッジとは?
|
1138
1154
|
group_admins:
|
1139
1155
|
actions:
|
1140
|
-
|
1156
|
+
confirm_modal:
|
1157
|
+
ok_add: 管理者を追加
|
1158
|
+
ok_remove: 管理者を削除
|
1159
|
+
title_add: 新しい管理者の確認
|
1160
|
+
title_remove: 管理者を削除
|
1161
|
+
confirm_remove_from_admin: このグループから管理者を削除してもよろしいですか?
|
1141
1162
|
demote_admin: 管理者を削除
|
1142
1163
|
demote:
|
1143
1164
|
error: この参加者を管理者リストから削除する際に問題が発生しました。
|
@@ -1167,7 +1188,11 @@ ja:
|
|
1167
1188
|
error: この参加リクエストを承認する際に問題が発生しました。
|
1168
1189
|
success: 参加リクエストを承認しました。
|
1169
1190
|
actions:
|
1170
|
-
|
1191
|
+
confirm_modal:
|
1192
|
+
ok_remove: メンバーを削除
|
1193
|
+
title_remove: メンバーを削除
|
1194
|
+
confirm_promote_to_admin: このユーザーを管理者として追加してもよろしいですか?
|
1195
|
+
confirm_remove_from_group: このグループからユーザーを削除してもよろしいですか?
|
1171
1196
|
promote_to_admin: 管理者にする
|
1172
1197
|
remove_from_group: 参加者の削除
|
1173
1198
|
index:
|
@@ -1409,11 +1434,11 @@ ja:
|
|
1409
1434
|
main_image: メイン画像
|
1410
1435
|
newsletters:
|
1411
1436
|
unsubscribe:
|
1412
|
-
check_subscription: 設定を変更したい場合は、 <a href="%{link}" target="_blank">設定ページ</a> で設定できます。
|
1413
1437
|
error: 購読解除中に問題が発生しました。
|
1438
|
+
subscription_preferences: サブスクリプションの設定を更新しました。 %{organization_name} からニュースレターを受け取ることはできなくなりました。
|
1414
1439
|
success: 購読解除に成功しました。
|
1415
1440
|
token_error: リンクの有効期限が切れました。
|
1416
|
-
unsubscribe:
|
1441
|
+
unsubscribe: ニュースレターの購読を解除
|
1417
1442
|
newsletters_opt_in:
|
1418
1443
|
unauthorized: 申し訳ありませんが、このリンクは使用できなくなりました。
|
1419
1444
|
update:
|
@@ -1421,7 +1446,7 @@ ja:
|
|
1421
1446
|
success: ニュースレター設定を更新しました。
|
1422
1447
|
newsletters_opt_in_mailer:
|
1423
1448
|
notify:
|
1424
|
-
body_1:
|
1449
|
+
body_1: 個人データの処理とその保護は、私たち全員にとってますます重要な課題となっています。2018年5月25日に施行された一般データ保護規則(GDPR)により、個人は自分の個人データに対する管理権限を強化しました。このため、%{organization_name}の活動に関する関連情報の提供を継続するため、お客様の「同意」が必要です。
|
1425
1450
|
body_2: 'どのように私たちにあなたの同意を与えることができますか? ただ、以下のボタンをクリックしてください:'
|
1426
1451
|
body_3: この同意があれば、プラットフォームのサービスに関する情報を引き続き受け取ることができます。 逆に、お客様の確認を受けていない場合、当社は当社のメッセージの送信を停止します。 通知を受け続けることを確認した場合は、いつでもキャンセルすることができます。
|
1427
1452
|
button: はい、関連情報を引き続き受信します。
|
@@ -1757,6 +1782,7 @@ ja:
|
|
1757
1782
|
searches:
|
1758
1783
|
filters:
|
1759
1784
|
jump_to: 'ジャンプ先:'
|
1785
|
+
resource: "%{collection} の中の %{label}"
|
1760
1786
|
search: 検索
|
1761
1787
|
state:
|
1762
1788
|
active: アクティブ
|
@@ -2228,14 +2254,17 @@ ja:
|
|
2228
2254
|
edit: 編集
|
2229
2255
|
footer:
|
2230
2256
|
cc_by_license: クリエイティブコモンズライセンス
|
2257
|
+
current_organization_img: "%{organization} (Home)"
|
2231
2258
|
data_consent_settings: Cookieの設定
|
2232
2259
|
decidim_logo: Decidim ロゴ
|
2233
2260
|
decidim_title: Decidim
|
2261
|
+
help: ヘルプ
|
2234
2262
|
log_in: ログイン
|
2235
2263
|
made_with_open_source: このサイトは <a target="_blank" href="https://github.com/decidim/decidim">フリーソフトウェア</a>で作られています。
|
2236
2264
|
open_data: オープンデータ
|
2237
2265
|
resources: リソース
|
2238
2266
|
sign_up: アカウントを作成
|
2267
|
+
social_media: ソーシャルメディア
|
2239
2268
|
terms_of_service: 利用規約
|
2240
2269
|
header:
|
2241
2270
|
close: 閉じる
|
@@ -2277,6 +2306,8 @@ ja:
|
|
2277
2306
|
profile: マイアカウント
|
2278
2307
|
public_profile: 公開プロフィール
|
2279
2308
|
title: プロフィールリンク
|
2309
|
+
unread_conversations: 未読の会話があります
|
2310
|
+
unread_notifications: 未読の通知があります
|
2280
2311
|
user_profile:
|
2281
2312
|
account: アカウント
|
2282
2313
|
authorizations: 権限
|
data/config/locales/lb-LU.yml
CHANGED
@@ -427,7 +427,7 @@ lb:
|
|
427
427
|
newsletter: Gelegentlich einen Newsletter mit relevanten Informationen erhalten
|
428
428
|
newsletter_title: Kontakterlaubnis
|
429
429
|
nickname_help: Ihr Pseudonym in %{organization}. Kann nur Buchstaben, Zahlen, '-' und '_' enthalten.
|
430
|
-
password_help: "Mindestens %{
|
430
|
+
password_help: "Mindestens %{minimum_characters} Zeichen, nicht zu gewöhnlich (z.B. 123456) und darf nicht Ihr Benutzername oder Ihre E-Mail-Adresse sein."
|
431
431
|
sign_in: Anmelden
|
432
432
|
sign_up: Registrieren
|
433
433
|
sign_up_as:
|
@@ -1245,7 +1245,7 @@ lb:
|
|
1245
1245
|
change_your_password: Ändern Sie Ihr Passwort
|
1246
1246
|
confirm_new_password: Bestätige neues Passwort
|
1247
1247
|
new_password: Neues Passwort
|
1248
|
-
password_help: "Mindestens %{
|
1248
|
+
password_help: "Mindestens %{minimum_characters} Zeichen, nicht zu gewöhnlich (z. B. 123456) und darf nicht Ihr Benutzername oder Ihre E-Mail-Adresse sein."
|
1249
1249
|
new:
|
1250
1250
|
forgot_your_password: Haben Sie Ihr Passwort vergessen?
|
1251
1251
|
send_me_reset_password_instructions: Senden Sie mir das Passwort zurück
|
data/config/locales/lb.yml
CHANGED
@@ -631,7 +631,6 @@ lb:
|
|
631
631
|
reject_invitation: Refuséieren
|
632
632
|
group_members:
|
633
633
|
actions:
|
634
|
-
are_you_sure: Bass du sécher?
|
635
634
|
promote_to_admin: Zum Admin maachen
|
636
635
|
remove_from_group: Teilnehmer läschen
|
637
636
|
index:
|
@@ -806,10 +805,8 @@ lb:
|
|
806
805
|
unsubscribe:
|
807
806
|
success: Du bass ofgemellt.
|
808
807
|
token_error: De Link ass ofgelaf.
|
809
|
-
unsubscribe: Ofbestellen
|
810
808
|
newsletters_opt_in_mailer:
|
811
809
|
notify:
|
812
|
-
body_1: D'Verschaffen vun perséinlechen Daten an hire Schutz, ginn fir ons all ëmmer méi wichteg. Mat der neier RGPD Reglementatioun hunn Eenzelpersounen eng besser Kontroll iwwer hir perséinlech Daten. Aus dem Grond brauchen mir däin "OK" fir dir weiderhin relevant Informatiounen vun %{organization_name} zoukommen ze loossen.
|
813
810
|
body_2: 'Wéi kanns du zoustëmmen? Klick einfach op den Knäppchen hei:'
|
814
811
|
body_3: Mat denger Zoustëmmung erhëls du weiderhin Informatiounen iwwert Déngschter vun dëser Plattform. Sollten mir, am Géigenzuch, keng Zoustëmmung vun dir erhalen, wäerten mir dir och keng Noriichten méi schécken. Och am Fall vun enger Zoustëmmung, kanns du zu all Moment dës Optioun ofzewielen.
|
815
812
|
button: Ja, ich möchte weiterhin relevante Informationen erhalten
|
data/config/locales/lt.yml
CHANGED
@@ -923,7 +923,6 @@ lt:
|
|
923
923
|
title: Kas yra ženkleliai?
|
924
924
|
group_admins:
|
925
925
|
actions:
|
926
|
-
are_you_sure: Ar tikrai? Tai nepašalins dalyvio iš grupės.
|
927
926
|
demote_admin: Pašalinti administratorių
|
928
927
|
demote:
|
929
928
|
error: Šalinant šį dalyvį iš administratorių sąrašo kilo problema.
|
@@ -953,7 +952,6 @@ lt:
|
|
953
952
|
error: Priimant šį prisijungimo kvietimą iškilo problema.
|
954
953
|
success: Prisijungimo kvietimas priimtas.
|
955
954
|
actions:
|
956
|
-
are_you_sure: Ar esate tikri?
|
957
955
|
promote_to_admin: Padaryti administratoriumi
|
958
956
|
remove_from_group: Pašalinti dalyvį
|
959
957
|
index:
|
@@ -1176,18 +1174,15 @@ lt:
|
|
1176
1174
|
main_image: Pagrindinis atvaizdas
|
1177
1175
|
newsletters:
|
1178
1176
|
unsubscribe:
|
1179
|
-
check_subscription: Jei norite pakeisti savo parinktis, galite tai padaryti <a href="%{link}" target="_blank">konfigūracijos puslapyje</a>.
|
1180
1177
|
error: Atsisakant prenumeratos iškilo problema.
|
1181
1178
|
success: Jūs atsisakėte prenumeratos.
|
1182
1179
|
token_error: Nuorodos galiojimo laikas baigėsi.
|
1183
|
-
unsubscribe: Atsisakyti prenumeratos
|
1184
1180
|
newsletters_opt_in:
|
1185
1181
|
update:
|
1186
1182
|
error: Išsaugant naujienlaiškių nuostatas iškilo problema.
|
1187
1183
|
success: Naujienlaiškio nuostatos atnaujintos.
|
1188
1184
|
newsletters_opt_in_mailer:
|
1189
1185
|
notify:
|
1190
|
-
body_1: Asmens duomenų tvarkymas ir jų apsauga mums visiems tampa vis svarbesni. 2018 m. gegužės 25 d. priėmus naują Bendrąjį duomenų apsaugos reglamentą (BDAR), asmenys geriau kontroliuoja savo asmens duomenis. Dėl šios priežasties jums reikia spustelėti „Gerai“, kad galėtume ir toliau siųsti reikiamą informaciją apie %{organization_name} veiklą.
|
1191
1186
|
body_2: 'Kaip duoti sutikimą? Spustelkite ant šio mygtuko:'
|
1192
1187
|
body_3: Davę šį sutikimą galėsite ir toliau gauti informaciją apie platformos paslaugas. Kita vertus, jeigu negausime Jūsų sutikimo, Jums nebesiųsime pranešimų. Patvirtinę, kad norite ir toliau gauti informaciją, visada turėsite galimybę bet kuriuo metu sutikimą atšaukti.
|
1193
1188
|
button: Taip, aš noriu ir toliau gauti aktualią informaciją
|
data/config/locales/lv.yml
CHANGED
@@ -564,7 +564,6 @@ lv:
|
|
564
564
|
reject_invitation: Noraidīt
|
565
565
|
group_members:
|
566
566
|
actions:
|
567
|
-
are_you_sure: Vai esat pārliecināts?
|
568
567
|
promote_to_admin: Padarīt par administratoru
|
569
568
|
remove_from_group: Noņemt dalībnieku
|
570
569
|
index:
|
@@ -713,10 +712,8 @@ lv:
|
|
713
712
|
unsubscribe:
|
714
713
|
success: Jūsu abonements ir veiksmīgi anulēts.
|
715
714
|
token_error: Saitei ir beidzies derīguma termiņš.
|
716
|
-
unsubscribe: Anulēt abonementu
|
717
715
|
newsletters_opt_in_mailer:
|
718
716
|
notify:
|
719
|
-
body_1: Personas datu apstrāde un to aizsardzība kļūst arvien nozīmīgāka mums visiem. Ievērojot jauno Vispārīgo datu aizsardzības regulu (VDAR) (2018. gada 25. maijs), indivīdi var efektīvāk kontrolēt savu personas datu izmantošanu. Šī iemesla dēļ mums ir nepieciešams jūsu „OK”, lai turpinātu sūtīt būtisku informāciju par %{organisation_name} darbībām.
|
720
717
|
body_2: 'Kā jūs varat dot mums savu piekrišanu? Vienkārši noklikšķiniet uz šīs pogas:'
|
721
718
|
body_3: Piekrītot jūs varēsiet turpināt saņemt informāciju par platformas pakalpojumiem. Pretējā gadījumā, ja mēs nesaņemsim no jums pozitīvu apstiprinājumu, mēs pārtrauksim jums sūtīt ziņas. Ja jūs apstiprināsiet, ka vēlaties saņemt informāciju, jums vienmēr būs iespēja šo piekrišanu atcelt jebkurā laikā.
|
722
719
|
button: Jā, es vēlos turpināt saņemt būtisku informāciju
|
data/config/locales/nl.yml
CHANGED
@@ -632,7 +632,6 @@ nl:
|
|
632
632
|
reject_invitation: afwijzen
|
633
633
|
group_members:
|
634
634
|
actions:
|
635
|
-
are_you_sure: Weet je het zeker?
|
636
635
|
promote_to_admin: Beheerder maken
|
637
636
|
remove_from_group: Gebruiker verwijderen
|
638
637
|
index:
|
@@ -808,10 +807,8 @@ nl:
|
|
808
807
|
unsubscribe:
|
809
808
|
success: Je bent succesvol uitgeschreven.
|
810
809
|
token_error: De link is verlopen.
|
811
|
-
unsubscribe: Uitschrijven
|
812
810
|
newsletters_opt_in_mailer:
|
813
811
|
notify:
|
814
|
-
body_1: De verwerking van persoonlijke gegevens en de bescherming ervan worden steeds belangrijker voor ons allemaal. Met de nieuwe Algemene Verordening Gegevensbescherming (GDPR) van 25 mei 2018 hebben individuen betere controle over hun persoonlijke gegevens. Om deze reden hebben we uw "OK" nodig om relevante informatie over de activiteiten van de %{organization_name}te blijven verzenden.
|
815
812
|
body_2: 'Hoe kunt u ons uw toestemming geven? Klik gewoon op de volgende knop:'
|
816
813
|
body_3: Met deze toestemming kunt u doorgaan met het ontvangen van informatie over de diensten van het platform. Als we daarentegen geen positieve bevestiging van u ontvangen, zullen wij u niet langer onze berichten toesturen. Als u bevestigt dat u op de hoogte wilt blijven, heeft u altijd de mogelijkheid om op elk gewenst moment te annuleren.
|
817
814
|
button: Ja, ik wil relevante informatie blijven ontvangen
|
data/config/locales/no.yml
CHANGED
@@ -646,7 +646,6 @@
|
|
646
646
|
reject_invitation: Avvis
|
647
647
|
group_members:
|
648
648
|
actions:
|
649
|
-
are_you_sure: Er du sikker?
|
650
649
|
promote_to_admin: Lag administrator
|
651
650
|
remove_from_group: Fjern deltaker
|
652
651
|
index:
|
@@ -821,10 +820,8 @@
|
|
821
820
|
unsubscribe:
|
822
821
|
success: Du har avsluttet ditt abonnement.
|
823
822
|
token_error: Lenken er utløpt.
|
824
|
-
unsubscribe: Avslutt abonnement
|
825
823
|
newsletters_opt_in_mailer:
|
826
824
|
notify:
|
827
|
-
body_1: Behandlingen av personopplysninger og deres beskyttelse blir stadig viktigere for oss alle. Med den nye General Data Protection Regulation (GDPR) av 25. mai 2018, har enkeltpersoner bedre kontroll over personopplysningene sine. Av denne grunn trenger vi din "OK" for å fortsette å sende relevant informasjon om aktivitetene til %{organization_name}.
|
828
825
|
body_2: 'Hvordan kan du gi oss ditt samtykke? Bare klikk på følgende knapp:'
|
829
826
|
body_3: Med dette samtykket vil du kunne fortsette å motta informasjon om tjenestene til plattformen. Hvis vi ikke mottar en positiv bekreftelse fra din side, vil vi slutte å sende deg meldingene våre. Hvis du bekrefter at du ønsker å bli informert, har du alltid muligheten til å kansellere når som helst.
|
830
827
|
button: Ja, jeg vil fortsette å motta relevant informasjon
|
data/config/locales/pl.yml
CHANGED
@@ -919,7 +919,6 @@ pl:
|
|
919
919
|
title: Co to są odznaki?
|
920
920
|
group_admins:
|
921
921
|
actions:
|
922
|
-
are_you_sure: Na pewno? Nie spowoduje to usunięcia uczestnika z grupy.
|
923
922
|
demote_admin: Usuń administratora
|
924
923
|
demote:
|
925
924
|
error: Wystąpił błąd podczas usuwania tego użytkownika z listy administratorów.
|
@@ -949,7 +948,6 @@ pl:
|
|
949
948
|
error: Wystąpił błąd podczas akceptowania prośby o dołączenie.
|
950
949
|
success: Prośba o dołączenie została zaakceptowana.
|
951
950
|
actions:
|
952
|
-
are_you_sure: Jesteś pewny?
|
953
951
|
promote_to_admin: Uczyń administratorem
|
954
952
|
remove_from_group: Usuń użytkownika
|
955
953
|
index:
|
@@ -1179,11 +1177,9 @@ pl:
|
|
1179
1177
|
main_image: Obraz główny
|
1180
1178
|
newsletters:
|
1181
1179
|
unsubscribe:
|
1182
|
-
check_subscription: Jeśli chcesz zmienić swoje preferencje, możesz to zrobić na <a href="%{link}" target="_blank">stronie konfiguracji</a>.
|
1183
1180
|
error: Wystąpił błąd podczas anulowania subskrypcji.
|
1184
1181
|
success: Subskrypcja została anulowana.
|
1185
1182
|
token_error: Link wygasł.
|
1186
|
-
unsubscribe: Anuluj subskrypcję
|
1187
1183
|
newsletters_opt_in:
|
1188
1184
|
unauthorized: Przepraszamy, ten link nie jest już dostępny.
|
1189
1185
|
update:
|
@@ -1191,7 +1187,6 @@ pl:
|
|
1191
1187
|
success: Ustawienia newslettera zostały pomyślnie zaktualizowane.
|
1192
1188
|
newsletters_opt_in_mailer:
|
1193
1189
|
notify:
|
1194
|
-
body_1: Przetwarzanie danych osobowych i ich ochrona stają się coraz ważniejsze dla nas wszystkich. Wraz z nowym ogólnym rozporządzeniem o ochronie danych (GDPR) z 25 maja 2018 r. Osoby fizyczne mają lepszą kontrolę nad swoimi danymi osobowymi. Z tego powodu potrzebujemy twojego "OK", aby kontynuować wysyłanie odpowiednich informacji o działaniach %{organization_name}.
|
1195
1190
|
body_2: 'Jak możesz wyrazić zgodę? Po prostu kliknij poniższy przycisk:'
|
1196
1191
|
body_3: Wyrażając zgodę będziesz mógł nadal otrzymywać informacje o usługach platformy. Jeśli jej jednak nie wyrazisz, przestaniemy wysyłać Ci wiadomości. Jeśli teraz potwierdzisz, że chcesz być na bieżąco informowany, wciąż w dowolnym będziesz mógł anulować zgodę.
|
1197
1192
|
button: Tak, chcę nadal otrzymywać istotne informacje
|