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/eu.yml
CHANGED
@@ -6,12 +6,12 @@ eu:
|
|
6
6
|
common:
|
7
7
|
created_at: Sortze-data
|
8
8
|
conversation:
|
9
|
-
body:
|
9
|
+
body: Testua
|
10
10
|
group:
|
11
11
|
about: Honi buruz
|
12
|
-
avatar:
|
13
|
-
document_number:
|
14
|
-
email:
|
12
|
+
avatar: Abatarra
|
13
|
+
document_number: Dokumentu-zenbakia
|
14
|
+
email: Helbide elektronikoa
|
15
15
|
name: Izena
|
16
16
|
nickname: Goitizena
|
17
17
|
phone: Telefonoa
|
@@ -20,26 +20,33 @@ eu:
|
|
20
20
|
report:
|
21
21
|
details: Iruzkin gehigarriak
|
22
22
|
user:
|
23
|
-
about:
|
23
|
+
about: Honi buruz
|
24
24
|
email: Zure helbide elektronikoa
|
25
|
+
locale: Tokikoa
|
25
26
|
name: Zure izena
|
26
27
|
nickname: Ezizena
|
27
28
|
password: Pasahitza
|
28
29
|
password_confirmation: Berretsi pasahitza
|
29
30
|
personal_url: URL pertsonala
|
30
31
|
remove_avatar: Kendu avatar-a
|
32
|
+
tos_agreement: Erabilera-baldintzak eta -baldintzak
|
31
33
|
models:
|
32
34
|
decidim/attachment_created_event: eranskina
|
33
|
-
decidim/component_published_event: Osagai
|
34
|
-
decidim/demoted_membership: Ez da talde
|
35
|
-
decidim/gamification/badge_earned_event:
|
35
|
+
decidim/component_published_event: Osagai erabilgarria
|
36
|
+
decidim/demoted_membership: Ez da talde administratzaile gehiagorik
|
37
|
+
decidim/gamification/badge_earned_event: Irabazitako dominak
|
36
38
|
decidim/gamification/level_up_event: Berdindu duzu
|
39
|
+
decidim/invited_to_group_event: Taldera gonbidatuta
|
37
40
|
decidim/join_request_accepted_event: Erregistratu eskaera onartua
|
38
41
|
decidim/join_request_rejected_event: Erregistratu eskaera baztertu da
|
39
42
|
decidim/profile_updated_event: Profila eguneratu da
|
40
|
-
decidim/promote_to_admin:
|
41
|
-
decidim/
|
43
|
+
decidim/promote_to_admin: Taldeko administratzaile mailara igota
|
44
|
+
decidim/promoted_to_admin_event: Taldeko administratzaile mailara igota
|
45
|
+
decidim/removed_from_group: Taldetik kenduta
|
42
46
|
decidim/resource_endorsed_event: Baliabideari atxiki zaio
|
47
|
+
decidim/resource_hidden_event: Ezkutuko baliabidea
|
48
|
+
decidim/user_group_created_event: Erabiltzaile-taldea sortuta
|
49
|
+
decidim/welcome_notification_event: Ongi etorri mezua
|
43
50
|
activerecord:
|
44
51
|
attributes:
|
45
52
|
decidim/user:
|
@@ -52,10 +59,13 @@ eu:
|
|
52
59
|
models:
|
53
60
|
decidim/amendment:
|
54
61
|
one: zuzenketa
|
55
|
-
other:
|
62
|
+
other: Zuzenketak
|
63
|
+
decidim/endorsement:
|
64
|
+
one: Atxikimendua
|
65
|
+
other: Atxikimenduak
|
56
66
|
decidim/user:
|
57
67
|
one: Ez dago erabiltzailerik
|
58
|
-
other:
|
68
|
+
other: Erabiltzaileak
|
59
69
|
decidim/user_group:
|
60
70
|
one: Erabiltzaile taldea
|
61
71
|
other: Erabiltzaile taldeak
|
@@ -75,10 +85,12 @@ eu:
|
|
75
85
|
decidim_with_month_name_short: "%d %b"
|
76
86
|
datetime:
|
77
87
|
distance_in_words:
|
78
|
-
|
79
|
-
one:
|
80
|
-
other:
|
81
|
-
|
88
|
+
about_x_hours:
|
89
|
+
one: ordubete inguru
|
90
|
+
other: '%{count} ordu inguru'
|
91
|
+
about_x_months:
|
92
|
+
one: hilabete inguru
|
93
|
+
other: '%{count} hilabete inguru'
|
82
94
|
decidim:
|
83
95
|
accessibility:
|
84
96
|
external_link: Kanpoko lotura
|
@@ -98,14 +110,14 @@ eu:
|
|
98
110
|
title: Ezabatu nire kontua
|
99
111
|
explanation: Mesedez, zure kontu ezabatu nahi izateko arrazoia azaldu (aukerakoa).
|
100
112
|
destroy:
|
101
|
-
error:
|
113
|
+
error: Akats bat gertatu da zure kontua ezabatzean.
|
102
114
|
success: Zure kontua ezabatu egin da.
|
103
115
|
show:
|
104
116
|
available_locales_helper: Aukeratu zein hizkuntza erabili nahi duzun Decidimen nabigatzeko eta jakinarazpenak jasotzeko
|
105
117
|
change_password: Aldatu pasahitza
|
106
118
|
update_account: Eguneratu kontua
|
107
119
|
update:
|
108
|
-
error:
|
120
|
+
error: Akats bat gertatu da zure kontua eguneratzean.
|
109
121
|
success: Zure kontua zuzen eguneratu da.
|
110
122
|
success_with_email_confirmation: Zure kontua zuzen eguneratu da. Mezu elektroniko bat jasoko duzu zure helbide elektroniko berria baieztatzeko.
|
111
123
|
admin:
|
@@ -159,7 +171,7 @@ eu:
|
|
159
171
|
promote: "%{user_name} k %{resource_name} sustatu du"
|
160
172
|
remove_from_admin: "%{user_name} erabiltzaileak kendu %{resource_name} rolarekin: %{role}"
|
161
173
|
show_email: "%{user_name} k %{resource_name} parte-hartzailearen korreo elektronikoa berreskuratu du"
|
162
|
-
transfer: "%{user_name}
|
174
|
+
transfer: "%{user_name} erabiltzaileak parte-hartzailea transferitu du %{resource_name}-era"
|
163
175
|
unblock: "%{user_name} k desofizializatu zuen %{resource_name} erabiltzailea"
|
164
176
|
unofficialize: "%{user_name} erabiltzaile ez ofiziala %{resource_name}"
|
165
177
|
user_group:
|
@@ -169,7 +181,7 @@ eu:
|
|
169
181
|
user_moderation:
|
170
182
|
unreport: "%{user_name} desegin du %{resource_type} - %{unreported_user_name} erreportea"
|
171
183
|
admin_terms_of_use:
|
172
|
-
default_body: "<h2>
|
184
|
+
default_body: "<h2>TERABILTZEKO ADMINISTRAZIOAREN BALDINTZAK</h2><p>Sistemaren tokiko administratzailearen ohiko azalpena jaso duzulakoan gaude. Oro har, hiru gauza hauetara mugatzen da:</p><ol><li>Besteen pribatutasuna errespetatzea.</li><li>Klikatu aurretik pentsatu.</li><li>Botere handiak erantzukizun handia dakar.</li></ol>"
|
173
185
|
alert:
|
174
186
|
dismiss: Baztertu jakinarazpena
|
175
187
|
amendments:
|
@@ -235,7 +247,7 @@ eu:
|
|
235
247
|
error: Errore bat gertatu da aldaketa hori arbuiatzearekin. Saiatu berriro geroago
|
236
248
|
success: Aldaketa ongi baztertu da
|
237
249
|
review:
|
238
|
-
back:
|
250
|
+
back: Atzera
|
239
251
|
heading: Aldaketa berrikustea
|
240
252
|
help_text: '%{model_name}zuzenketa bat berrikusten ari zara'
|
241
253
|
send: Onartu aldaketa
|
@@ -289,7 +301,7 @@ eu:
|
|
289
301
|
document_number: Dokumentuaren zenbakia
|
290
302
|
postal_code: Posta kodea
|
291
303
|
scope_id: Eremua
|
292
|
-
name:
|
304
|
+
name: Baimen-adibidea
|
293
305
|
dummy_authorization_workflow:
|
294
306
|
name: Dummy baimena eragiketa
|
295
307
|
errors:
|
@@ -306,7 +318,7 @@ eu:
|
|
306
318
|
sms:
|
307
319
|
explanation: Bidali zure telefono mugikorraren zenbakia zure identitatea egiaztatzeko.
|
308
320
|
name: Kodea SMS bidez
|
309
|
-
started_at:
|
321
|
+
started_at: '%{timestamp} etan hasita'
|
310
322
|
authorization_modals:
|
311
323
|
content:
|
312
324
|
expired:
|
@@ -340,14 +352,14 @@ eu:
|
|
340
352
|
request_confirmation_instructions: Eska ezazu berrespen-argibideak
|
341
353
|
title: Berretsi zure posta elektronikoa
|
342
354
|
show:
|
343
|
-
close_modal: Itxi
|
355
|
+
close_modal: Itxi modal
|
344
356
|
block_user_mailer:
|
345
357
|
notify:
|
346
358
|
body_1: Zure kontua blokeatu egin da.
|
347
359
|
body_2: 'Arrazoia: %{justification}'
|
348
360
|
greetings: Agur, <br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
349
361
|
hello: Kaixo,
|
350
|
-
subject:
|
362
|
+
subject: '%{organization_name} k zure kontua blokeatu du'
|
351
363
|
collapsible_list:
|
352
364
|
hidden_elements_count:
|
353
365
|
one: eta %{count} gehiago
|
@@ -423,8 +435,8 @@ eu:
|
|
423
435
|
html_content: HTML edukia
|
424
436
|
name: HTML blokea
|
425
437
|
last_activity:
|
426
|
-
name: Azken
|
427
|
-
title: Azken
|
438
|
+
name: Azken jarduerak
|
439
|
+
title: Azken jarduerak
|
428
440
|
view_all: Ikusi dena
|
429
441
|
metrics:
|
430
442
|
name: Erakundearen metrika
|
@@ -450,6 +462,7 @@ eu:
|
|
450
462
|
email_already_exists: Beste kontu batek erabiltzen du helbide elektroniko bera.
|
451
463
|
new:
|
452
464
|
complete_profile: Osatu profila
|
465
|
+
nickname_help: Zure ezizena %{organization}-an. Letrak, zenbakiak, '-' eta '_' soilik eduki ditzake.
|
453
466
|
sign_up: Mesedez, osatu zure profila
|
454
467
|
subtitle: Mesedez, bete inprimaki hau izen-ematea osatzeko
|
455
468
|
username_help: Zure mezuetan agertuko den izen publikoa. Anonimatua bermatze aldera, edozein izen izan daiteke.
|
@@ -458,6 +471,8 @@ eu:
|
|
458
471
|
already_have_an_account?: Baduzu kontu bat?
|
459
472
|
newsletter: Jaso nahi dut noizbehinka informazio garrantzitsua duen buletina
|
460
473
|
newsletter_title: Harremanetarako baimena
|
474
|
+
nickname_help: Zure ezizena %{organization}-an. Letrak, zenbakiak, '-' eta '_' soilik eduki ditzake.
|
475
|
+
password_help: "%{minimun_characters} karaktere minimo, ez da oso arrunta izan behar (adibidez, 123456) eta zure ezizena eta posta elektronikoa desberdinak izan behar dira."
|
461
476
|
sign_in: Sartu
|
462
477
|
sign_up: Erregistratu
|
463
478
|
sign_up_as:
|
@@ -473,6 +488,8 @@ eu:
|
|
473
488
|
register: Sortu zure kontua
|
474
489
|
sign_in_disabled: Kanpoko kontu batekin sar zaitezke
|
475
490
|
sign_up_disabled: Erregistratu ezgaituta dago, lehendik dagoen erabiltzaile bat erabil dezakezu sartzeko
|
491
|
+
user:
|
492
|
+
timed_out: Denbora gehiegi egon zara lanik egin gabe, eta automatikoki bidali zaituzte zerbitzutik. Zerbitzua erabiltzen jarraitu nahi baduzu, sinatu berriro.
|
476
493
|
shared:
|
477
494
|
newsletter_modal:
|
478
495
|
buttons:
|
@@ -497,7 +514,7 @@ eu:
|
|
497
514
|
cancel: Utzi
|
498
515
|
connect_your_account_html: Konektatu kontua <strong>%{organization}</strong>-n sartzean
|
499
516
|
publish_content: Argitaratu zure edukia
|
500
|
-
see_email: Ikusi zure
|
517
|
+
see_email: Ikusi zure helbide elektronikoa
|
501
518
|
see_name: Ikusi zure izena
|
502
519
|
see_username: Ikusi zure erabiltzaile-izena
|
503
520
|
this_application_will_be_able_to: 'Aplikazio hau gai izango da:'
|
@@ -533,12 +550,12 @@ eu:
|
|
533
550
|
affected_user:
|
534
551
|
email_intro: 'Zuzenketa bat bertan bera onartu %{amendable_title}. Orrialde hau ikusi dezakezu:'
|
535
552
|
email_outro: Jakinarazpen hau jaso duzu %{amendable_title}delako egileak zarelako.
|
536
|
-
email_subject: Aldaketa
|
553
|
+
email_subject: Aldaketa onartuta %{amendable_title} %{emendation_author_nickname}
|
537
554
|
notification_title: The <a href="%{emendation_path}">zuzenketa</a> sortutako <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> izan da onartu <a href="%{amendable_path}">%{amendable_title}</a>.
|
538
555
|
follower:
|
539
556
|
email_intro: 'Zuzenketa bat bertan bera onartu %{amendable_title}. Orrialde hau ikusi dezakezu:'
|
540
557
|
email_outro: Jakinarazpen hau jaso duzu %{amendable_title}jarraitzen duzulako. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
|
541
|
-
email_subject: Aldaketa
|
558
|
+
email_subject: Aldaketa onartuta %{amendable_title} %{emendation_author_nickname}
|
542
559
|
notification_title: The <a href="%{emendation_path}">zuzenketa</a> sortutako <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> izan da onartu <a href="%{amendable_path}">%{amendable_title}</a>.
|
543
560
|
amendment_created:
|
544
561
|
affected_user:
|
@@ -575,10 +592,10 @@ eu:
|
|
575
592
|
notification_title: The <a href="%{emendation_path}">zuzenketa</a> sortutako <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> izan da baztertzen <a href="%{amendable_path}">%{amendable_title}</a>.
|
576
593
|
attachments:
|
577
594
|
attachment_created:
|
578
|
-
email_intro: 'Dokumentu berri bat gehitu zaio %{resource_title}. Orrialde hau ikusi dezakezu:'
|
595
|
+
email_intro: 'Dokumentu berri bat gehitu zaio %{resource_title}-ri. Orrialde hau ikusi dezakezu:'
|
579
596
|
email_outro: Jakinarazpen hau jaso duzulako %{resource_title} jarraitzen duzulako. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
|
580
597
|
email_subject: '%{resource_title} eguneratzea'
|
581
|
-
notification_title: <a href="%{resource_path}"> dokumentu berri bat</a> gehitu zaio <a href="%{attached_to_url}">%{resource_title}</a>
|
598
|
+
notification_title: <a href="%{resource_path}"> dokumentu berri bat</a> gehitu zaio <a href="%{attached_to_url}">%{resource_title}-ri</a>
|
582
599
|
components:
|
583
600
|
component_published:
|
584
601
|
email_intro: '%{resource_title} osagaia %{participatory_space_title}da aktibo dagoenean. Orrialde hau ikusi dezakezu:'
|
@@ -668,6 +685,9 @@ eu:
|
|
668
685
|
email_outro: Jakinarazpena jaso duzu %{nickname} jarraitzen duzulako. Aurreko esteka jarraituz jakinarazpenak jasotzeari uztea erabaki dezakezu.
|
669
686
|
email_subject: "%{nickname} profilean eguneratu dute"
|
670
687
|
notification_title: <a href="%{resource_path}">profile orriaren 1233_4_1_321 %{name} (%{nickname}) jarraitzen ari zarenean, eguneratu egin da.
|
688
|
+
user_officialized:
|
689
|
+
email_intro: Parte-hartzailea %{name} (%{nickname}) ofizializatu da.
|
690
|
+
notification_title: Parte-hartzailea %{name} (%{nickname}) ofizializatu da.
|
671
691
|
export_mailer:
|
672
692
|
data_portability_export:
|
673
693
|
click_button: 'Egin klik hurrengo loturan zure datuak deskargatzeko. <br/>Artxiboa eskuragai egongo da data honetara arte %{date}.<br/>Irekitzeko beharko duzu <a href="https://www.7-zip.org/">7-Zip</a> (Windowserako), <a href="https://www.keka.io/en/">Keka</a> (para MacOS) o <a href="https://peazip.github.io">PeaZip</a> (Linuxerako). Pasahitza: %{password}'
|
@@ -678,7 +698,7 @@ eu:
|
|
678
698
|
filters:
|
679
699
|
linked_classes:
|
680
700
|
all: Guztiak
|
681
|
-
collaborative_draft: Zirriborro
|
701
|
+
collaborative_draft: Zirriborro kolaboratiboa
|
682
702
|
dummy_resource: Dummy baliabideak
|
683
703
|
meeting: Topaketa-zerrenda
|
684
704
|
project: Proiektuak
|
@@ -691,7 +711,7 @@ eu:
|
|
691
711
|
replicate_help: Hatz-marka hori SHA256 hashing algoritmo baten bidez kalkulatzen da. Zeure buruari errepikatu ahal izateko, %{online_calculator_link} erabil dezakezu eta kopiatu iturriaren datuak itsatsi.
|
692
712
|
source: Iturria
|
693
713
|
title: Hatz
|
694
|
-
value:
|
714
|
+
value: Balioa
|
695
715
|
followers:
|
696
716
|
no_followers: Ez da jarraitzailerik oraindik.
|
697
717
|
following:
|
@@ -743,7 +763,7 @@ eu:
|
|
743
763
|
badge_title: "%{name} txapela"
|
744
764
|
how: Nola irabaz dezakezu?
|
745
765
|
page_description: Badiak partaideen ekintzak eta plataforma aurrerapenean aitortzen dira. Plataforman ezagutzeko, parte hartu eta elkarreraginean hasten zarenean, txapak irabazten dituzu. Hona hemen txapak eta irabazi ditzakezun modu batzuk.
|
746
|
-
title:
|
766
|
+
title: Intsigniak
|
747
767
|
description: Badiak partaideen ekintzak eta plataforma aurrerapenean aitortzen dira. Plataforman ezagutzeko, parte hartu eta elkarreraginean hasten zarenean, txapak irabazten dituzu.
|
748
768
|
level: '%{level}maila'
|
749
769
|
reached_top: Idatzi honen goialdean iritsi zara.
|
@@ -764,7 +784,7 @@ eu:
|
|
764
784
|
accept_invitation: Onartu
|
765
785
|
accept_or_reject_group_invitations: 'Talde hauek gonbidatu zaituzte. Eskaerak onartu edo ukatu:'
|
766
786
|
index:
|
767
|
-
invite:
|
787
|
+
invite: Gonbit egin
|
768
788
|
invite_user: Erabiltzaile bat gonbidatu
|
769
789
|
invite:
|
770
790
|
error: Errore bat gertatu da erabiltzaile hau gonbidatuz
|
@@ -807,7 +827,7 @@ eu:
|
|
807
827
|
email_help: Zure erakundearen, elkarte, talde, taldeen eta abarren posta elektronikoa.
|
808
828
|
fill_in_for_verification: 'Eremu hauek bete behar dituzu zure taldea egiaztatu nahi baduzu:'
|
809
829
|
name_help: Zure erakundearen izena, elkartea, kolektiboa, taldea, eta abar.
|
810
|
-
nickname_help: Zure
|
830
|
+
nickname_help: Zure erakunde, elkarte, kolektibo, talde eta abarren ezizena. Ez erabili ez espaziorik ez azenturik.
|
811
831
|
phone_help: Ez erabili marratuak eta ez espazioak
|
812
832
|
join:
|
813
833
|
error: Taldean sartzeko arazorik izan da
|
@@ -825,9 +845,9 @@ eu:
|
|
825
845
|
subtitle: Sortu talde bat eta gonbidatu beste erabiltzaileei talde kolektiboan parte hartzeko.
|
826
846
|
no_user_groups: Oraindik ez da talde batekoa.
|
827
847
|
roles:
|
828
|
-
admin:
|
848
|
+
admin: Administratzailea
|
829
849
|
creator: Sortzailea
|
830
|
-
member:
|
850
|
+
member: Kidea
|
831
851
|
update:
|
832
852
|
error: Arazo bat izan da taldea eguneratzean
|
833
853
|
success: Taldeak behar bezala eguneratu du
|
@@ -843,15 +863,15 @@ eu:
|
|
843
863
|
no_activities_warning: Jarduera ez
|
844
864
|
all: Jarduera mota guztiak
|
845
865
|
index:
|
846
|
-
last_activity: Azken
|
866
|
+
last_activity: Azken jarduerak
|
847
867
|
resource_type: Mota
|
848
868
|
links:
|
849
869
|
invalid_url: URL baliogabea
|
850
870
|
warning:
|
851
|
-
body_1: Kanpoko
|
871
|
+
body_1: Kanpoko lesteka bat bisitatuko duzu eta eskatzen dizugu zuhurra izatea kanpoko orrialdeen edukiarekin.
|
852
872
|
body_2: Mesedez, jarraitu aurretik, egiaztatu bisitatuko duzun lotura leku seguru batena dela.
|
853
873
|
cancel: Utzi
|
854
|
-
close_modal: Itxi
|
874
|
+
close_modal: Itxi modal
|
855
875
|
proceed: Jarraitu
|
856
876
|
title: Ireki kanpoko lotura
|
857
877
|
log:
|
@@ -866,9 +886,9 @@ eu:
|
|
866
886
|
update_with_space: "%{user_name} eguneratu zuen %{resource_name} hemen %{space_name}"
|
867
887
|
value_types:
|
868
888
|
area_presenter:
|
869
|
-
not_found: '
|
889
|
+
not_found: 'Eremua ez zen datu-basean aurkitu (ID: %{id})'
|
870
890
|
area_type_presenter:
|
871
|
-
not_found: '
|
891
|
+
not_found: 'Eremu mota ez da datu basean aurkitu (ID: %{id})'
|
872
892
|
scope_presenter:
|
873
893
|
not_found: 'Esparrua ez da aurkitu datu-basean (ID: %{id})'
|
874
894
|
scope_type_presenter:
|
@@ -878,7 +898,7 @@ eu:
|
|
878
898
|
map:
|
879
899
|
dynamic:
|
880
900
|
screen_reader_explanation: Hurrengo elementua orri honetako osagaiak mapan puntu gisa erakusten dituen mapa da. Elementua pantaila-irakurgailu batez erabil daiteke, baina ulergaitza izan daiteke.
|
881
|
-
skip_button:
|
901
|
+
skip_button: Mapa hau ez erabili
|
882
902
|
static:
|
883
903
|
latlng_text: 'latitudea: %{latitude}, longitudea: %{longitude}'
|
884
904
|
map_service_brand: OpenStreetMap
|
@@ -921,7 +941,7 @@ eu:
|
|
921
941
|
new_message:
|
922
942
|
greeting: Kaixo, %{recipient}!
|
923
943
|
intro: "%{sender} k elkarrizketan mezu berriak argitaratu ditu. Egin klik hemen ikusteko:"
|
924
|
-
outro: Disfrutatu
|
944
|
+
outro: Disfrutatu Decidim-ekin!
|
925
945
|
subject: '%{sender}-tik mezu berriak dituzu'
|
926
946
|
conversations:
|
927
947
|
add_conversation_users:
|
@@ -972,31 +992,30 @@ eu:
|
|
972
992
|
title: Jarraitzaileak
|
973
993
|
participants:
|
974
994
|
description: Erakundeko erabiltzaile aktiboen kopurua
|
975
|
-
object:
|
995
|
+
object: parte-hartzaileak
|
976
996
|
title: Parte-hartzaileak
|
977
997
|
users:
|
978
998
|
description: Erakundeko erabiltzaile kopurua
|
979
|
-
object:
|
980
|
-
title:
|
999
|
+
object: parte-hartzaileak
|
1000
|
+
title: Parte-hartzaileak
|
981
1001
|
newsletter_mailer:
|
982
1002
|
newsletter:
|
983
1003
|
note: 'Mezu hau jaso duzu albiste-buletinean harpidetuta zaudelako hemen: %{organization_name}. Ezarpenak aldatu ditzakezu zure <a href="%{link}">jakinarazpen-orrian</a>.'
|
984
|
-
see_on_website: Ezin da mezu hau zuzenean ikusi? Ikusi <a href="%{link}" target="_blank">website</a> orrian.
|
985
1004
|
unsubscribe: Mezu mota hau jasotzeko ez onartzeko, <a href="%{link}" target="_blank" class="unsubscribe"> Harpidetu</a>.
|
986
1005
|
newsletter_templates:
|
987
1006
|
basic_only_text:
|
988
|
-
body_preview: 'Alegiazko testua
|
1007
|
+
body_preview: 'Alegiazko testua: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque fringilla nisl tellus. Donec sed mi dui. Sed efficitur libero a felis tempor sollicitudin. Nullam vestibulum fringilla felis, id efficitur lorem sagittis et. Vivamus aliquam maximus velit vel dapibus. Mauris pellentesque, enim eu varius lacinia, risus ante rutrum ipsum, non lobortis augue lorem quis urna. Aenean et malesuada arcu".'
|
989
1008
|
name: Oinarrizkoa (testua soilik)
|
990
1009
|
basic_only_text_settings_form:
|
991
|
-
body:
|
1010
|
+
body: Testua
|
992
1011
|
interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu gaiaren edo testuaren edozein tokitan, eta horren ordez hartzailearen izena agertuko da.'
|
993
1012
|
image_text_cta:
|
994
|
-
body_preview: 'Alegiazko testua
|
1013
|
+
body_preview: 'Alegiazko testua: Maecenas ac nisl vitae lectus pretium facilisis. Etiam facilisis sem nibh, sit amet rutrum mi aliquam nec. Sed id urna at nisl pretium mollis eu vel velit. Proin vitae suscipit urna, sed faucibus urna. Pellentesque id libero vulputate ipsum scelerisque suscipit. Nam aliquam sodales mi sit amet cursus. Donec mattis faucibus purus. Aenean tincidunt porta lorem ac commodo. Vestibulum in mollis mi. Morbi eros erat, cursus ut tortor sit amet, imperdiet dapibus arcu. Suspendisse id egestas enim. In eget magna sed enim efficitur elementum sit amet aliquam quam. Donec fermentum metus eget urna luctus pulvinar.'
|
995
1014
|
cta_text_preview: Ekintza-botoiaren testua
|
996
1015
|
introduction_preview: 'Alegiazko testua sarrerarako: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque fringilla nisl tellus. Donec sed mi dui. Sed efficitur libero a felis tempor sollicitudin. Nullam vestibulum fringilla felis, id efficitur lorem sagittis et. Vivamus aliquam maximus velit vel dapibus. Mauris pellentesque, enim eu varius lacinia, risus ante rutrum ipsum, non lobortis augue lorem quis urna. Aenean et malesuada arcu".'
|
997
1016
|
name: Irudia, testua eta ekintza-botoia
|
998
1017
|
image_text_cta_settings_form:
|
999
|
-
body:
|
1018
|
+
body: Testua
|
1000
1019
|
cta_text: Ekintza-botoiaren testua
|
1001
1020
|
cta_url: Ekintza-botoiaren URLa
|
1002
1021
|
interpolations_hint: 'Iradokizuna: "%{name}" erabil dezakezu sarreraren, gorputzaren, ekintza-botoiaren testuaren edo gaiaren edozein lekutan, eta horren ordez erabiltzailearen izena agertuko da.'
|
@@ -1018,11 +1037,15 @@ eu:
|
|
1018
1037
|
notify:
|
1019
1038
|
body_1: Datu pertsonalen tratamendua eta babesak gero eta garrantzi handiagoa hartzen ari dira guztiontzat. 2018ko maiatzaren 25eko Datuen Babeserako Datu Orokor berriaren (GDPR) datu pertsonalak hobeto kontrolatzen ditu. Horregatik, "OK" behar dugu, %{organization_name}jardueren inguruko informazio garrantzitsua bidaltzen jarraitzeko.
|
1020
1039
|
body_2: 'Nola eman dezakezun zure baimena? Egin klik botoi honetan:'
|
1021
|
-
body_3: Baimen honekin
|
1040
|
+
body_3: Baimen honekin plataformako zerbitzuei buruzko informazioa jasotzen jarraitu ahal izango duzu. Aitzitik, zure baieztapena jasotzen ez badugu, gure mezuak bidaltzeari utziko diogu. Informatuta egon nahi duzula baieztatzen baduzu, edozein unetan ezeztatzeko aukera izango duzu.
|
1022
1041
|
button: Bai, informazio garrantzitsua jasotzen jarraitu nahi dut
|
1023
1042
|
greetings: Agurrak,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1024
1043
|
hello: Kaixo,
|
1025
1044
|
subject: '%{organization_name}inguruko informazio garrantzitsua jasotzen jarraitu nahi al duzu?'
|
1045
|
+
notification_mailer:
|
1046
|
+
event_received:
|
1047
|
+
no_translation_available: 'Sentitzen dugu, itzulpen automatizatua ezin izan da berreskuratu posta elektronikoa bidali denean. Jatorrizko testuaren itzulpena ikus dezakezu esteka honetan: %{link}.'
|
1048
|
+
original_text: 'Jatorrizko testua:'
|
1026
1049
|
notifications:
|
1027
1050
|
no_notifications: Oraindik ez dago jakinarazpenik.
|
1028
1051
|
notifications_settings:
|
@@ -1092,19 +1115,15 @@ eu:
|
|
1092
1115
|
error: Errore bat gertatu da terminoak eta baldintzak onartzen dituzunean.
|
1093
1116
|
success: Great! Baldintzak eta baldintzak onartu dituzu.
|
1094
1117
|
form:
|
1095
|
-
agreement: Ados nago irizpide hauekin
|
1096
1118
|
legend: Erabiltzeko baldintzak eta baldintzak onartzen dituzu
|
1097
1119
|
refuse:
|
1098
1120
|
modal_body: Uko egiten baduzu, ezin izango duzu plataforman erabiltzeko gai, ezin duzu <a href="%{data_portability_path}">deskargatu zure datu</a> edo / <a href="%{delete_path}">zure kontua ezabatu</a>.
|
1099
|
-
modal_btn_continue: Baldintzak onartu eta jarraitu
|
1100
1121
|
modal_btn_exit: Berriro berrikusiko dut geroago
|
1101
|
-
modal_button: Ezetsi terminoak
|
1102
1122
|
modal_close: Itxi modal
|
1103
1123
|
modal_title: Baldintza eta baldintza eguneratuak uko dituzu benetan?
|
1104
1124
|
required_review:
|
1105
1125
|
alert: Zerbitzu-baldintzak eguneratu ditugu, mesedez, berrikusi.
|
1106
1126
|
body: Jarri une bat gure Zerbitzu Baldintzak eguneratzeak berrikusteko. Bestela, ezin izango duzu plataforma erabili.
|
1107
|
-
title: 'Beharrezkoa: berrikusi gure zerbitzu-baldintzen eguneratzeak'
|
1108
1127
|
participatory_space_private_users:
|
1109
1128
|
not_allowed: Ez duzu edukia ikusteko baimenik
|
1110
1129
|
profile:
|
@@ -1116,10 +1135,10 @@ eu:
|
|
1116
1135
|
default_officialization_text_for_users: Partehartzaile hau publikoki egiaztatua dago, bere izena edo rol egiaztatua dago bere benetako izena eta rolarekin bat etorriz
|
1117
1136
|
show:
|
1118
1137
|
activity: Jarduera
|
1119
|
-
badges:
|
1138
|
+
badges: Intsigniak
|
1120
1139
|
conversations: Elkarrizketak
|
1121
1140
|
followers: Jarraitzaileak
|
1122
|
-
following:
|
1141
|
+
following: Jarraitu
|
1123
1142
|
groups: Taldeak
|
1124
1143
|
members: Bazkideek
|
1125
1144
|
officialized: Parte-hartzaile ofiziala
|
@@ -1129,7 +1148,7 @@ eu:
|
|
1129
1148
|
sidebar:
|
1130
1149
|
badges:
|
1131
1150
|
info: Plataforman jarduera espezifikoak burutzeko doikuntzak lortzen dira.
|
1132
|
-
title:
|
1151
|
+
title: Intsigniak
|
1133
1152
|
user:
|
1134
1153
|
confirmation_instructions_sent: Posta elektroniko bidezko berrespena bidalitako argibideak
|
1135
1154
|
create_user_group: Sortu taldea
|
@@ -1183,14 +1202,14 @@ eu:
|
|
1183
1202
|
search:
|
1184
1203
|
results: Bilaketaren emaitzak
|
1185
1204
|
results_found_for_term: '%{count} Bilaketaren emaitzak: "%{term}"'
|
1186
|
-
term_input_placeholder:
|
1205
|
+
term_input_placeholder: Bilatu
|
1187
1206
|
searches:
|
1188
1207
|
filters:
|
1189
1208
|
back: Itzuli emaitzara
|
1190
1209
|
jump_to: 'Salto egin:'
|
1191
1210
|
state:
|
1192
1211
|
active: Aktiboak
|
1193
|
-
all:
|
1212
|
+
all: Guztiak
|
1194
1213
|
future: Etorkizuna
|
1195
1214
|
past: Iragana
|
1196
1215
|
filters_small_view:
|
@@ -1218,11 +1237,11 @@ eu:
|
|
1218
1237
|
embed: Mesedez, erantsi kode hau zure orrian
|
1219
1238
|
embed_link: Kapsulatu
|
1220
1239
|
extended_navigation_bar:
|
1221
|
-
more:
|
1240
|
+
more: Gehiago
|
1222
1241
|
unfold: Zabaldu
|
1223
1242
|
filter_form_help:
|
1224
1243
|
help: Bilaketa-baldintzak aldatzen direnean, hurrengo formularioak dinamikoki iragazten ditu bilaketa-emaitzak.
|
1225
|
-
skip:
|
1244
|
+
skip: Joan emaitzetara
|
1226
1245
|
flag_modal:
|
1227
1246
|
already_reported: Eduki hau jada salatuta dago, eta administratzaile batek berrikusiko du.
|
1228
1247
|
close: Itxi
|
@@ -1260,7 +1279,7 @@ eu:
|
|
1260
1279
|
reference:
|
1261
1280
|
reference: 'Erreferentzia: %{reference}'
|
1262
1281
|
represent_user_group:
|
1263
|
-
represent_user_group: Talde bat
|
1282
|
+
represent_user_group: Talde bat ordezkatzen dut
|
1264
1283
|
select_user_group: Aukeratu talde bat
|
1265
1284
|
results_per_page:
|
1266
1285
|
label: 'Emaitzak, orrialdeko:'
|
@@ -1270,7 +1289,7 @@ eu:
|
|
1270
1289
|
copy_share_link: Kopia
|
1271
1290
|
copy_share_link_clarification: Kopiatu arbelera partekatzeko lotura
|
1272
1291
|
copy_share_link_copied: Kopiatuta!
|
1273
|
-
copy_share_link_message:
|
1292
|
+
copy_share_link_message: Esteka arrakastaz kopiatu da arbelean.
|
1274
1293
|
share: Partekatu
|
1275
1294
|
share_link: Partekatu esteka
|
1276
1295
|
statistics:
|
@@ -1289,9 +1308,6 @@ eu:
|
|
1289
1308
|
help_text: "<strong>Oharra:</strong> Edukia automatikoki itzul daiteke eta ez izan zuzena %100ean."
|
1290
1309
|
show_original: Erakutsi jatorrizko testua
|
1291
1310
|
show_translated: Erakutsi automatikoki itzulitako testua
|
1292
|
-
user_activity:
|
1293
|
-
index:
|
1294
|
-
no_activities_warning: Erabiltzaile honek ez du oraindik jarduera izan.
|
1295
1311
|
user_contact_disabled: Parte-hartzaile honek ez du mezu zuzenik onartzen.
|
1296
1312
|
user_conversations:
|
1297
1313
|
create:
|
@@ -1328,21 +1344,21 @@ eu:
|
|
1328
1344
|
show:
|
1329
1345
|
my_interests: Nire interesak
|
1330
1346
|
no_scopes: Antolakuntza honek ez du inongo esparrurik!
|
1331
|
-
select_your_interests: Aukeratu interesatzen zaizkizun gaiak zure profileko
|
1347
|
+
select_your_interests: Aukeratu interesatzen zaizkizun gaiak zure profileko denbora lerroan.
|
1332
1348
|
update_my_interests: Eguneratu nire interesak
|
1333
1349
|
update:
|
1334
1350
|
error: Errore bat gertatu da zure interesak eguneratzean.
|
1335
1351
|
success: Zure interesak ondo eguneratu dira.
|
1336
1352
|
user_report_mailer:
|
1337
1353
|
notify:
|
1338
|
-
body_1: '%{user} erabiltzailea %{token}
|
1354
|
+
body_1: '%{user} erabiltzailea %{token}-ek erreportatu du'
|
1339
1355
|
body_2: 'Arrazoia: %{reason}'
|
1340
1356
|
greetings: Agur, <br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
|
1341
|
-
hello: Kaixo
|
1357
|
+
hello: Kaixo %{admin},
|
1342
1358
|
subject: Beste erabiltzaile bat erreportatu dute hemen %{organization_name}
|
1343
1359
|
version:
|
1344
1360
|
show:
|
1345
|
-
back_to_resource:
|
1361
|
+
back_to_resource: Atzera joan
|
1346
1362
|
changes_at_title: Aldaketak hemen "%{title}"
|
1347
1363
|
number_of_versions: Bertsioak
|
1348
1364
|
show_all_versions: Erakutsi bertsio guztiak
|
@@ -1382,7 +1398,7 @@ eu:
|
|
1382
1398
|
confirmed: Zure helbide elektronikoa ondo egiaztatu da.
|
1383
1399
|
new:
|
1384
1400
|
resend_confirmation_instructions: Berrikusi berrespen-argibideak
|
1385
|
-
send_instructions:
|
1401
|
+
send_instructions: Jarraibideak azaltzen dituen mezu elektroniko bat jasoko duzu, zure helbide elektronikoa berretsi ahal izateko minutu gutxi barru.
|
1386
1402
|
send_paranoid_instructions: Zure helbide elektronikoa gure datu-basean badago, zure helbide elektronikoa berretsi ahal izateko gutxienez minutu bat jasoko duzu.
|
1387
1403
|
failure:
|
1388
1404
|
already_authenticated: Saioa hasi zara.
|
@@ -1418,15 +1434,15 @@ eu:
|
|
1418
1434
|
email_changed:
|
1419
1435
|
greeting: Kaixo %{recipient}!
|
1420
1436
|
message: Zurekin harremanetan ari gara zure posta elektronikoaren ari den aldatzen den jakinarazi nahi %{email}.
|
1421
|
-
subject:
|
1437
|
+
subject: Helnbide elektronikoa aldatu da
|
1422
1438
|
invitation_instructions:
|
1423
1439
|
accept: Onartu gonbita
|
1424
1440
|
accept_until: 'Gonbit hau data honetan iraungiko da: %{due_date}.'
|
1425
|
-
decline: Deuseztatu
|
1441
|
+
decline: Deuseztatu gonbita
|
1426
1442
|
hello: Kaixo, %{email},
|
1427
1443
|
ignore: |-
|
1428
|
-
Gonbidapena onartu nahi
|
1429
|
-
Zure kontua ez da
|
1444
|
+
Gonbidapena ez baduzu onartu nahi, ez ezazu mezu elektroniko hau kontuan hartu.<br />
|
1445
|
+
Zure kontua ez da sortuko aurreko estekara sartu eta zure ezizena eta pasahitza ezarri arte.
|
1430
1446
|
invited_you_as_admin: "%{invited_by} %{application} administratzaile gisa gonbidatu zaitu. Beheko estekan onartu dezakezu."
|
1431
1447
|
invited_you_as_private_user: "%{invited_by} erabiltzaile gonbidatu zaitu %{application}erabiltzaile pribatu gisa. Beheko estekan onartu dezakezu."
|
1432
1448
|
someone_invited_you: Norbaitek %{application} gonbidatu zaitu. Beheko estekan onartu dezakezu.
|
@@ -1466,7 +1482,8 @@ eu:
|
|
1466
1482
|
change_my_password: Aldatu nire pasahitza
|
1467
1483
|
change_your_password: Aldatu zure pasahitza
|
1468
1484
|
confirm_new_password: Berretsi pasahitz berria
|
1469
|
-
new_password:
|
1485
|
+
new_password: Pasahitz berria
|
1486
|
+
password_help: "%{minimun_characters} karaktere minimo, ez da oso arrunta izan behar (adibidez, 123456) eta zure ezizena eta posta elektronikoa desberdinak izan behar dira."
|
1470
1487
|
new:
|
1471
1488
|
forgot_your_password: Zure pasahitza ahaztu duzu?
|
1472
1489
|
send_me_reset_password_instructions: Bidali berrezarri pasahitzaren argibideak
|
@@ -1493,7 +1510,7 @@ eu:
|
|
1493
1510
|
signed_out: Sinatu arrakastaz.
|
1494
1511
|
shared:
|
1495
1512
|
links:
|
1496
|
-
back:
|
1513
|
+
back: Atzera
|
1497
1514
|
didn_t_receive_confirmation_instructions: Ez dituzu jaso berresteko jarraibideak?
|
1498
1515
|
didn_t_receive_unlock_instructions: Ez dituzu jaso desblokeatzeko jarraibideak?
|
1499
1516
|
forgot_your_password: Zure pasahitza ahaztu duzu?
|
@@ -1521,7 +1538,7 @@ eu:
|
|
1521
1538
|
expired: iraungi egin da, eskatu beste bat
|
1522
1539
|
file_size_is_less_than_or_equal_to: fitxategiaren pisuak %{count} izan behar du, edo gutxiago
|
1523
1540
|
invalid_time_zone: ordu-zona ez da baliozkoa
|
1524
|
-
long_words:
|
1541
|
+
long_words: luzeegiak diren hitzak ditu (35 karaktere baino gehiago)
|
1525
1542
|
must_start_with_caps: letra maiuskulaz hasi behar da
|
1526
1543
|
nesting_too_deep: ezin da egon azpikategoria batean
|
1527
1544
|
not_found: ezin izan da aurkitu. Aldez aurretik erregistratu zara?
|
@@ -1534,6 +1551,10 @@ eu:
|
|
1534
1551
|
too_short: laburregia da (gutxienez %{count} karaktere behar dira)
|
1535
1552
|
forms:
|
1536
1553
|
correct_errors: Akatsak daude galdetegian, mesedez, zuzendu jarraitu ahal izateko.
|
1554
|
+
length_validator:
|
1555
|
+
minimum:
|
1556
|
+
one: Gutxienez %{count} karaktere
|
1557
|
+
other: Gutxienez %{count} karaktere
|
1537
1558
|
required: Nahitaezkoa da
|
1538
1559
|
required_explanation: "Derrigorrezko eremuak * batez daude markatuta"
|
1539
1560
|
invisible_captcha:
|
@@ -1605,8 +1626,9 @@ eu:
|
|
1605
1626
|
password_validator:
|
1606
1627
|
domain_included_in_password: domeinu izen honen antzekoa da
|
1607
1628
|
email_included_in_password: zure posta elektronikoaren antzekoa da
|
1608
|
-
fallback: ez da
|
1629
|
+
fallback: ez da zuzena
|
1609
1630
|
name_included_in_password: zure izenaren antzekoa da
|
1631
|
+
nickname_included_in_password: zure ezizenaren antzekoegia da
|
1610
1632
|
not_enough_unique_characters: ez da nahikoa karaktere berezirik
|
1611
1633
|
password_not_allowed: ez da onartzen
|
1612
1634
|
password_too_common: oso ohikoa da
|
@@ -1641,6 +1663,7 @@ eu:
|
|
1641
1663
|
day_of_week: "%a"
|
1642
1664
|
day_of_week_long: "%a %e"
|
1643
1665
|
day_of_year: "%d.%m.%y"
|
1666
|
+
ddmm: "%d.%m"
|
1644
1667
|
decidim_day_of_year: "%d %B %Y"
|
1645
1668
|
decidim_short: "%d/%m/%Y %H:%M"
|
1646
1669
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
@@ -1655,7 +1678,7 @@ eu:
|
|
1655
1678
|
versions:
|
1656
1679
|
directions:
|
1657
1680
|
left: Ezabapenak
|
1658
|
-
right:
|
1681
|
+
right: Gehikuntzak
|
1659
1682
|
dropdown:
|
1660
1683
|
choose_diff_view_html: 'HTML ikusteko modua:'
|
1661
1684
|
choose_diff_view_mode: 'Alderatu bistaratzeko modua:'
|
@@ -0,0 +1 @@
|
|
1
|
+
fa:
|