decidim-admin 0.27.3 → 0.27.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/block_user.rb +7 -2
- data/app/controllers/concerns/decidim/admin/needs_admin_tos_accepted.rb +42 -0
- data/app/controllers/decidim/admin/admin_terms_controller.rb +1 -1
- data/app/controllers/decidim/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/admin/space_publications_controller.rb +63 -0
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +1 -3
- data/app/views/decidim/admin/area_types/edit.html.erb +1 -0
- data/app/views/decidim/admin/area_types/index.html.erb +1 -0
- data/app/views/decidim/admin/area_types/new.html.erb +1 -0
- data/app/views/decidim/admin/areas/edit.html.erb +1 -0
- data/app/views/decidim/admin/areas/index.html.erb +1 -0
- data/app/views/decidim/admin/areas/new.html.erb +1 -0
- data/app/views/decidim/admin/attachment_collections/edit.html.erb +1 -0
- data/app/views/decidim/admin/attachment_collections/index.html.erb +1 -0
- data/app/views/decidim/admin/attachment_collections/new.html.erb +1 -0
- data/app/views/decidim/admin/attachments/edit.html.erb +1 -0
- data/app/views/decidim/admin/attachments/index.html.erb +1 -0
- data/app/views/decidim/admin/attachments/new.html.erb +1 -0
- data/app/views/decidim/admin/authorization_workflows/index.html.erb +1 -0
- data/app/views/decidim/admin/categories/edit.html.erb +1 -0
- data/app/views/decidim/admin/categories/index.html.erb +1 -0
- data/app/views/decidim/admin/categories/new.html.erb +1 -0
- data/app/views/decidim/admin/components/edit.html.erb +1 -0
- data/app/views/decidim/admin/components/index.html.erb +1 -0
- data/app/views/decidim/admin/components/new.html.erb +1 -1
- data/app/views/decidim/admin/conflicts/index.html.erb +1 -0
- data/app/views/decidim/admin/help_sections/show.erb +1 -0
- data/app/views/decidim/admin/impersonatable_users/index.html.erb +1 -0
- data/app/views/decidim/admin/impersonations/new.html.erb +1 -0
- data/app/views/decidim/admin/logs/index.html.erb +1 -0
- data/app/views/decidim/admin/moderated_users/index.html.erb +1 -0
- data/app/views/decidim/admin/moderations/index.html.erb +1 -0
- data/app/views/decidim/admin/newsletter_templates/index.html.erb +1 -0
- data/app/views/decidim/admin/newsletter_templates/show.html.erb +1 -0
- data/app/views/decidim/admin/newsletters/index.html.erb +1 -0
- data/app/views/decidim/admin/newsletters/new.html.erb +1 -0
- data/app/views/decidim/admin/newsletters/show.html.erb +1 -0
- data/app/views/decidim/admin/officializations/index.html.erb +1 -0
- data/app/views/decidim/admin/officializations/new.html.erb +1 -0
- data/app/views/decidim/admin/organization/edit.html.erb +1 -0
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +1 -0
- data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +1 -0
- data/app/views/decidim/admin/scope_types/edit.html.erb +1 -0
- data/app/views/decidim/admin/scope_types/index.html.erb +1 -0
- data/app/views/decidim/admin/scope_types/new.html.erb +1 -0
- data/app/views/decidim/admin/scopes/edit.html.erb +1 -0
- data/app/views/decidim/admin/scopes/index.html.erb +1 -0
- data/app/views/decidim/admin/scopes/new.html.erb +1 -0
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +1 -0
- data/app/views/decidim/admin/static_page_topics/edit.html.erb +1 -0
- data/app/views/decidim/admin/static_page_topics/new.html.erb +1 -0
- data/app/views/decidim/admin/static_pages/edit.html.erb +1 -0
- data/app/views/decidim/admin/static_pages/index.html.erb +1 -0
- data/app/views/decidim/admin/static_pages/new.html.erb +1 -0
- data/app/views/decidim/admin/user_groups/index.html.erb +1 -0
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +1 -0
- data/app/views/decidim/admin/users/index.html.erb +1 -0
- data/app/views/decidim/admin/users/new.html.erb +1 -0
- data/app/views/layouts/decidim/admin/global_moderations.html.erb +1 -0
- data/config/environment.rb +1 -0
- data/config/locales/ca.yml +3 -0
- data/config/locales/cs.yml +3 -0
- data/config/locales/de.yml +8 -1
- data/config/locales/el.yml +81 -0
- data/config/locales/en.yml +4 -1
- data/config/locales/es-MX.yml +3 -0
- data/config/locales/es-PY.yml +3 -0
- data/config/locales/es.yml +3 -0
- data/config/locales/eu.yml +8 -4
- data/config/locales/fi-plain.yml +3 -0
- data/config/locales/fi.yml +4 -1
- data/config/locales/fr-CA.yml +3 -0
- data/config/locales/fr.yml +4 -1
- data/config/locales/hu.yml +1 -0
- data/config/locales/ja.yml +4 -1
- data/config/locales/kaa.yml +202 -0
- data/config/locales/pt-BR.yml +92 -0
- data/config/locales/tr-TR.yml +3 -0
- data/lib/decidim/admin/form_builder.rb +1 -2
- data/lib/decidim/admin/test/needs_admin_tos_accepted_examples.rb +9 -0
- data/lib/decidim/admin/test.rb +1 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +15 -11
data/config/locales/el.yml
CHANGED
@@ -15,17 +15,24 @@ el:
|
|
15
15
|
description: Περιγραφή
|
16
16
|
file: Αρχείο
|
17
17
|
title: Συνημμένο ή όνομα εικόνας
|
18
|
+
weight: Θέση κατάταξης
|
18
19
|
attachment_collection:
|
19
20
|
description: Περιγραφή
|
20
21
|
name: Όνομα
|
22
|
+
weight: Θέση κατάταξης
|
21
23
|
category:
|
22
24
|
description: Περιγραφή
|
23
25
|
name: Όνομα
|
24
26
|
parent_id: Γονικό στοιχείο
|
27
|
+
weight: Θέση κατάταξης
|
25
28
|
component:
|
26
29
|
name: Όνομα
|
27
30
|
published_at: Δημοσιεύτηκε στις
|
28
31
|
weight: Θέση κατάταξης
|
32
|
+
external_domain:
|
33
|
+
value: Τιμή
|
34
|
+
help_section:
|
35
|
+
content: Περιεχόμενο
|
29
36
|
id: Αναγνωριστικό
|
30
37
|
import:
|
31
38
|
user_group_id: Δημιουργία εισαγωγών ως
|
@@ -93,6 +100,9 @@ el:
|
|
93
100
|
welcome_notification_body: Σώμα ειδοποίησης καλωσορίσματος
|
94
101
|
welcome_notification_subject: Θέμα ειδοποίησης καλωσορίσματος
|
95
102
|
youtube_handler: Πρόγραμμα χειρισμού YouTube
|
103
|
+
participatory_space_private_user:
|
104
|
+
email: Email
|
105
|
+
name: Όνομα
|
96
106
|
scope:
|
97
107
|
code: Κωδικός
|
98
108
|
name: Όνομα
|
@@ -114,6 +124,7 @@ el:
|
|
114
124
|
show_in_footer: Εμφάνιση στο υποσέλιδο
|
115
125
|
slug: Slug διεύθυνσης URL
|
116
126
|
title: Τίτλος
|
127
|
+
topic_id: Θέμα
|
117
128
|
weight: Θέση κατάταξης
|
118
129
|
static_page_topic:
|
119
130
|
description: Περιγραφή
|
@@ -130,6 +141,14 @@ el:
|
|
130
141
|
allowed_file_content_types: Μη έγκυρο αρχείο εικόνας
|
131
142
|
official_img_header:
|
132
143
|
allowed_file_content_types: Μη έγκυρο αρχείο εικόνας
|
144
|
+
participatory_space_private_user_csv_import:
|
145
|
+
attributes:
|
146
|
+
file:
|
147
|
+
malformed: Λάθος στο αρχείο εισαγωγής, παρακαλούμε διαβάστε προσεκτικά τις οδηγίες και βεβαιωθείτε ότι το αρχείο είναι κωδικοποιημένο σε UTF-8.
|
148
|
+
user_group_csv_verification:
|
149
|
+
attributes:
|
150
|
+
file:
|
151
|
+
malformed: Λάθος στο αρχείο εισαγωγής, παρακαλούμε διαβάστε προσεκτικά τις οδηγίες και βεβαιωθείτε ότι το αρχείο είναι κωδικοποιημένο σε UTF-8.
|
133
152
|
new_import:
|
134
153
|
attributes:
|
135
154
|
file:
|
@@ -172,17 +191,22 @@ el:
|
|
172
191
|
permissions: Δικαιώματα
|
173
192
|
reject: Απόρριψη
|
174
193
|
share: Κοινοποίηση
|
194
|
+
user:
|
195
|
+
new: Νέος διαχειριστής
|
175
196
|
verify: Επαλήθευση
|
176
197
|
admin_terms_of_use:
|
177
198
|
accept:
|
178
199
|
error: Υπήρξε ένα σφάλμα κατά την αποδοχή των όρων χρήσης διαχειριστή.
|
179
200
|
success: Εξαιρετικά! Αποδεχτήκατε τους όρους χρήσης διαχειριστή.
|
180
201
|
actions:
|
202
|
+
accept: Συμφωνώ με τους όρους
|
181
203
|
are_you_sure: Είστε σίγουρος ότι θέλετε να αρνηθείτε τους όρους χρήσης του διαχειριστή;
|
204
|
+
refuse: Απόρριψη των όρων διαχειριστή
|
182
205
|
title: Αποδοχή των όρων και των προϋποθέσεων χρήσης
|
183
206
|
required_review:
|
184
207
|
alert: 'Απαιτείται: Διαβάστε τους όρους χρήσης διαχειριστή'
|
185
208
|
callout: Παρακαλούμε αφιερώστε λίγο χρόνο για να διαβάσετε τους Όρους χρήσης του διαχειριστή. Διαφορετικά δεν θα μπορείτε να διαχειριστείτε την πλατφόρμα.
|
209
|
+
cta: Διαβάστε τους τώρα.
|
186
210
|
title: Όροι χρήσης διαχειριστή
|
187
211
|
area_types:
|
188
212
|
create:
|
@@ -251,6 +275,8 @@ el:
|
|
251
275
|
update:
|
252
276
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του συνημμένου.
|
253
277
|
success: Το συνημμένο ενημερώθηκε με επιτυχία.
|
278
|
+
attachments_privacy_warning:
|
279
|
+
message: Να είστε προσεκτικοί όταν εργάζεστε με συνημμένα σε έναν ιδιωτικό χώρο. Οποιοσδήποτε συμμετέχων θα μπορούσε να μοιραστεί αυτό το έγγραφο σε άλλους.
|
254
280
|
autocomplete:
|
255
281
|
no_results: Δεν βρέθηκαν αποτελέσματα
|
256
282
|
search_prompt: Πληκτρολογήστε τουλάχιστον τρεις χαρακτήρες για αναζήτηση
|
@@ -333,6 +359,7 @@ el:
|
|
333
359
|
dashboard:
|
334
360
|
show:
|
335
361
|
view_more_logs: Προβολή περισσότερων αρχείων καταγραφής
|
362
|
+
welcome: Καλώς ήλθατε στον Πίνακα Διαχειριστή.
|
336
363
|
domain_whitelist:
|
337
364
|
form:
|
338
365
|
domain_too_short: Πολύ σύντομος τομέας
|
@@ -361,6 +388,13 @@ el:
|
|
361
388
|
values:
|
362
389
|
'false': 'Όχι'
|
363
390
|
'true': 'Ναι'
|
391
|
+
moderated_users:
|
392
|
+
reports_reason_eq:
|
393
|
+
label: Λόγος αναφοράς
|
394
|
+
values:
|
395
|
+
does_not_belong: Δεν ανήκει
|
396
|
+
offensive: Επιθετικό
|
397
|
+
spam: Ανεπιθύμητο
|
364
398
|
moderations:
|
365
399
|
reportable_type_string_eq:
|
366
400
|
label: Τύπος
|
@@ -395,11 +429,18 @@ el:
|
|
395
429
|
search_label: Αναζήτηση
|
396
430
|
search_placeholder:
|
397
431
|
name_or_nickname_or_email_cont: Αναζήτηση συλλογής %{collection} με βάση το email, όνομα ή ψευδώνυμο.
|
432
|
+
report_count_eq: Αναφορά μετρητή eq
|
398
433
|
reported_id_string_or_reported_content_cont: Αναζήτηση %{collection} με αναγνωριστικό ή περιεχόμενο προς αναφορά.
|
399
434
|
title_cont: Αναζήτηση συλλογής %{collection} με βάση τον τίτλο.
|
400
435
|
user_name_or_user_email_cont: Αναζήτηση %{collection} με βάση το όνομα ή το email.
|
436
|
+
user_name_or_user_nickname_or_user_email_cont: Αναζήτηση %{collection} με email, όνομα ή ψευδώνυμο.
|
401
437
|
state_eq:
|
402
438
|
label: Κατάσταση
|
439
|
+
values:
|
440
|
+
all: Όλα
|
441
|
+
pending: Εκκρεμεί
|
442
|
+
rejected: Απορρίφθηκε
|
443
|
+
verified: Επαληθεύτηκε
|
403
444
|
forms:
|
404
445
|
file_help:
|
405
446
|
import:
|
@@ -445,10 +486,39 @@ el:
|
|
445
486
|
impersonate_existing_user: Διαχείριση συμμετέχοντα «%{name}»
|
446
487
|
impersonate_new_managed_user: Διαχείριση νέου συμμετέχοντα
|
447
488
|
imports:
|
489
|
+
and: και
|
490
|
+
data_errors:
|
491
|
+
duplicate_headers:
|
492
|
+
detail: Παρακαλώ ελέγξτε ότι το αρχείο περιέχει τις απαιτούμενες στήλες ή κεφαλίδες μόνο μία φορά.
|
493
|
+
message:
|
494
|
+
one: Διπλότυπη στήλη %{columns}.
|
495
|
+
other: Διπλότυπες στήλες %{columns}.
|
496
|
+
invalid_indexes:
|
497
|
+
lines:
|
498
|
+
detail: Παρακαλώ ελέγξτε ότι αυτές οι γραμμές έχουν μορφοποιηθεί σωστά και περιέχουν έγκυρες εγγραφές.
|
499
|
+
message:
|
500
|
+
one: Βρέθηκε ένα σφάλμα στο αρχείο εισαγωγής στη γραμμή %{indexes}.
|
501
|
+
other: Βρέθηκαν σφάλματα στο αρχείο εισαγωγής στις γραμμές %{indexes}.
|
502
|
+
records:
|
503
|
+
detail: Παρακαλώ ελέγξτε ότι αυτές οι γραμμές έχουν μορφοποιηθεί σωστά και περιέχουν έγκυρες εγγραφές.
|
504
|
+
message:
|
505
|
+
one: Βρέθηκε ένα σφάλμα στο αρχείο εισαγωγής για εγγραφές με αριθμούς παραγγελίας %{indexes}.
|
506
|
+
other: Βρέθηκαν σφάλματα στο αρχείο εισαγωγής για εγγραφές με αριθμούς παραγγελίας %{indexes}.
|
507
|
+
missing_headers:
|
508
|
+
detail: Παρακαλώ ελέγξτε ότι το αρχείο περιέχει τις απαιτούμενες στήλες.
|
509
|
+
message:
|
510
|
+
one: Λείπει στήλη %{columns}.
|
511
|
+
other: Λείπουν στήλες %{columns}.
|
448
512
|
error: Υπήρξε πρόβλημα κατά την εισαγωγή
|
449
513
|
new:
|
514
|
+
accepted_mime_types:
|
515
|
+
csv: CSV
|
516
|
+
json: JSON
|
517
|
+
xlsx: Excel (.xlsx)
|
450
518
|
actions:
|
451
519
|
back: Πίσω
|
520
|
+
download_example: Παράδειγμα λήψης
|
521
|
+
download_example_format: Παράδειγμα ως %{name}
|
452
522
|
file_legend: Προσθέστε ένα αρχείο εισαγωγής που θα αναλυθεί.
|
453
523
|
import: Εισαγωγή
|
454
524
|
notice: "%{number} %{resource_name} επιτυχώς εισαχθείσα"
|
@@ -578,6 +648,7 @@ el:
|
|
578
648
|
nickname: Ψευδώνυμο
|
579
649
|
reason: Αιτία
|
580
650
|
reports: Πλήθος αναφορών
|
651
|
+
title: Συμμετέχοντες που αναφέρθηκαν
|
581
652
|
report:
|
582
653
|
reasons:
|
583
654
|
does_not_belong: Δεν ανήκει
|
@@ -587,6 +658,8 @@ el:
|
|
587
658
|
blocked: Αποκλεισμένος
|
588
659
|
unblocked: Δεν έχει μπλοκαριστεί
|
589
660
|
moderations:
|
661
|
+
index:
|
662
|
+
title: Περιεχόμενο που αναφέρθηκε
|
590
663
|
report:
|
591
664
|
reasons:
|
592
665
|
does_not_belong: Δεν ανήκει
|
@@ -780,6 +853,9 @@ el:
|
|
780
853
|
explanation: 'Ανεβάστε το αρχείο CSV. Πρέπει να έχει δύο στήλες με το email στην πρώτη στήλη του αρχείου και το όνομα στην τελευταία στήλη του αρχείου (email, όνομα) των χρηστών που θέλετε να προσθέσετε στον συμμετοχικό χώρο, χωρίς επικεφαλίδες. Αποφύγετε τη χρήση άκυρων χαρακτήρων όπως `<>?%&^*#@()[]=+:;"{}\|` στο όνομα χρήστη.'
|
781
854
|
title: Αποστολή του CSV αρχείου σας
|
782
855
|
upload: Αποστολή
|
856
|
+
reminders:
|
857
|
+
new:
|
858
|
+
submit: Αποστολή
|
783
859
|
resource_permissions:
|
784
860
|
edit:
|
785
861
|
submit: Υποβολή
|
@@ -837,6 +913,7 @@ el:
|
|
837
913
|
gallery:
|
838
914
|
add_images: Προσθήκη εικόνων
|
839
915
|
delete_image: Διαγραφή εικόνας
|
916
|
+
edit_images: Επεξεργασία εικόνας
|
840
917
|
gallery_legend: Προσθήκη συλλογής εικόνων (προαιρετικά)
|
841
918
|
static_page_topics:
|
842
919
|
create:
|
@@ -897,6 +974,7 @@ el:
|
|
897
974
|
static_pages: Σελίδες
|
898
975
|
statistics: Δραστηριότητα
|
899
976
|
user_groups: Ομάδες
|
977
|
+
users: Διαχειριστές
|
900
978
|
user_group:
|
901
979
|
csv_verify:
|
902
980
|
invalid: Υπήρξε ένα πρόβλημα κατά την ανάγνωση του αρχείου CSV.
|
@@ -932,6 +1010,7 @@ el:
|
|
932
1010
|
role: Ρόλος
|
933
1011
|
new:
|
934
1012
|
create: Πρόσκληση
|
1013
|
+
title: Προσκαλέστε νέο διαχειριστή
|
935
1014
|
users_statistics:
|
936
1015
|
users_count:
|
937
1016
|
admins: Διαχειριστές
|
@@ -979,9 +1058,11 @@ el:
|
|
979
1058
|
moderation:
|
980
1059
|
fields:
|
981
1060
|
created_at: Ημερομηνία δημιουργίας
|
1061
|
+
deleted_resource: Διαγραμμένος πόρος
|
982
1062
|
hidden_at: Αποκρύφτηκε στις
|
983
1063
|
participatory_space: Συμμετοχικός χώρος
|
984
1064
|
report_count: Πλήθος
|
1065
|
+
reportable_id: ID
|
985
1066
|
reportable_type: Τύπος
|
986
1067
|
reported_content_url: Διεύθυνση URL περιεχομένου που έχει αναφερθεί
|
987
1068
|
reports: Αναφορές
|
data/config/locales/en.yml
CHANGED
@@ -895,7 +895,7 @@ en:
|
|
895
895
|
update: Update
|
896
896
|
new:
|
897
897
|
create: Create scope type
|
898
|
-
title: New scope
|
898
|
+
title: New scope type
|
899
899
|
update:
|
900
900
|
error: There was a problem updating this scope type.
|
901
901
|
success: Scope type updated successfully
|
@@ -982,9 +982,12 @@ en:
|
|
982
982
|
areas: Areas
|
983
983
|
authorization_workflows: Verification methods
|
984
984
|
dashboard: Dashboard
|
985
|
+
edit_external_domains: External domain whitelist
|
986
|
+
edit_organization_appearance: Edit homepage appearance
|
985
987
|
impersonatable_users: Manageable participants
|
986
988
|
impersonations: Participants management
|
987
989
|
metrics: Metrics
|
990
|
+
pages: Pages
|
988
991
|
panel: Admin
|
989
992
|
participants: Participants
|
990
993
|
scope_types: Scope types
|
data/config/locales/es-MX.yml
CHANGED
@@ -982,9 +982,12 @@ es-MX:
|
|
982
982
|
areas: Áreas
|
983
983
|
authorization_workflows: Métodos de verificación
|
984
984
|
dashboard: Panel de control
|
985
|
+
edit_external_domains: Listado de dominios externos permitidos
|
986
|
+
edit_organization_appearance: Editar apariencia de página de inicio
|
985
987
|
impersonatable_users: Usuarios manejables
|
986
988
|
impersonations: Gestion de usuarios
|
987
989
|
metrics: Métricas
|
990
|
+
pages: Páginas
|
988
991
|
panel: Administradora
|
989
992
|
participants: Usuarios
|
990
993
|
scope_types: Tipos de ámbito
|
data/config/locales/es-PY.yml
CHANGED
@@ -982,9 +982,12 @@ es-PY:
|
|
982
982
|
areas: Áreas
|
983
983
|
authorization_workflows: Métodos de verificación
|
984
984
|
dashboard: Panel de control
|
985
|
+
edit_external_domains: Listado de dominios externos permitidos
|
986
|
+
edit_organization_appearance: Editar apariencia de página de inicio
|
985
987
|
impersonatable_users: Usuarios manejables
|
986
988
|
impersonations: Gestion de usuarios
|
987
989
|
metrics: Métricas
|
990
|
+
pages: Páginas
|
988
991
|
panel: Administradora
|
989
992
|
participants: Usuarios
|
990
993
|
scope_types: Tipos de ámbito
|
data/config/locales/es.yml
CHANGED
@@ -982,9 +982,12 @@ es:
|
|
982
982
|
areas: Áreas
|
983
983
|
authorization_workflows: Métodos de verificación
|
984
984
|
dashboard: Panel de control
|
985
|
+
edit_external_domains: Listado de dominios externos permitidos
|
986
|
+
edit_organization_appearance: Editar apariencia de página de inicio
|
985
987
|
impersonatable_users: Participantes que se pueden gestionar
|
986
988
|
impersonations: Gestión de participantes
|
987
989
|
metrics: Métricas
|
990
|
+
pages: Páginas
|
988
991
|
panel: Administradora
|
989
992
|
participants: Participantes
|
990
993
|
scope_types: Tipos de ámbito
|
data/config/locales/eu.yml
CHANGED
@@ -70,7 +70,7 @@ eu:
|
|
70
70
|
highlighted_content_banner_title: Izenburua
|
71
71
|
host: Zerbitzaria
|
72
72
|
instagram_handler: Instagram kudeatzailea
|
73
|
-
logo:
|
73
|
+
logo: Logotipoa
|
74
74
|
machine_translation_display_priority: Itzulpen automatikoaren lehentasuna
|
75
75
|
machine_translation_display_priority_original: Lehen jatorrizko testua
|
76
76
|
machine_translation_display_priority_translation: Lehen itzulitako testua
|
@@ -80,7 +80,7 @@ eu:
|
|
80
80
|
official_url: Erakundearen URL ofiziala
|
81
81
|
omnipresent_banner_short_description: Deskribapen laburra
|
82
82
|
omnipresent_banner_title: Izenburua
|
83
|
-
omnipresent_banner_url: URL
|
83
|
+
omnipresent_banner_url: URL-a
|
84
84
|
organization_admin_email: Erakundearen administratzailearen mezu elektronikoa
|
85
85
|
organization_admin_name: Erakundearen administratzailearen izena
|
86
86
|
organization_locales: Tokiko erakundeak
|
@@ -171,7 +171,7 @@ eu:
|
|
171
171
|
organization_name: Erakundearen izena
|
172
172
|
organization_url: Erakundearen URLa
|
173
173
|
redirect_uri: Birbideratu URIa
|
174
|
-
site:
|
174
|
+
site: Webgunea
|
175
175
|
decidim:
|
176
176
|
admin:
|
177
177
|
actions:
|
@@ -394,6 +394,7 @@ eu:
|
|
394
394
|
label: Arrazoiaren berri eman
|
395
395
|
values:
|
396
396
|
offensive: Iraingarria
|
397
|
+
spam: Spam
|
397
398
|
moderations:
|
398
399
|
reportable_type_string_eq:
|
399
400
|
label: Mota
|
@@ -490,7 +491,7 @@ eu:
|
|
490
491
|
detail: Mesedez, egiaztatu fitxategiak behin bakarrik eskatzen diren zutabeak edo goiburuak dituela.
|
491
492
|
message:
|
492
493
|
one: Bikoiztu zutabeak %{columns}.
|
493
|
-
other: Bikoiztu %{columns}
|
494
|
+
other: Bikoiztu %{columns} zutabea.
|
494
495
|
invalid_indexes:
|
495
496
|
lines:
|
496
497
|
detail: "\nEgiaztatu erregistro horiek formatu zuzena dutela eta baliozko erregistroak dituztela."
|
@@ -838,6 +839,9 @@ eu:
|
|
838
839
|
explanation: 'Igo zure CSV fitxategia. Bi zutabe izan behar ditu, artxiboaren lehen zutabean eremu parte-hartzailera gehitu nahi dituzun erabiltzaileen posta elektronikoa, eta izena azken zutabean (posta elektronikoa, izena), goibururik gabe. Ez erabili balio ez duten karaktererik erabiltzaile-izenean, hala nola: `<>?%&^*#@()[]=+:;"{}\|`.'
|
839
840
|
title: Igo zure CSV artxiboa
|
840
841
|
upload: Igo
|
842
|
+
reminders:
|
843
|
+
new:
|
844
|
+
submit: Bidali
|
841
845
|
resource_permissions:
|
842
846
|
edit:
|
843
847
|
submit: Bidali
|
data/config/locales/fi-plain.yml
CHANGED
@@ -982,9 +982,12 @@ fi-pl:
|
|
982
982
|
areas: Alueet
|
983
983
|
authorization_workflows: Vahvistusmenetelmät
|
984
984
|
dashboard: Hallintapaneeli
|
985
|
+
edit_external_domains: Sallittujen ulkoisten verkkotunnusten lista
|
986
|
+
edit_organization_appearance: Muokkaa kotisivun ulkoasua
|
985
987
|
impersonatable_users: Hallittavat käyttäjät
|
986
988
|
impersonations: Käyttäjien hallinta
|
987
989
|
metrics: Tilastomittarit
|
990
|
+
pages: Sivut
|
988
991
|
panel: Hallintakäyttäjä
|
989
992
|
participants: Käyttäjät
|
990
993
|
scope_types: Teematyypit
|
data/config/locales/fi.yml
CHANGED
@@ -895,7 +895,7 @@ fi:
|
|
895
895
|
update: Päivitä
|
896
896
|
new:
|
897
897
|
create: Luo teematyyppi
|
898
|
-
title: Uusi
|
898
|
+
title: Uusi teematyyppi
|
899
899
|
update:
|
900
900
|
error: Teematyyppin päivitys epäonnistui.
|
901
901
|
success: Teematyypin päivitys onnistui
|
@@ -982,9 +982,12 @@ fi:
|
|
982
982
|
areas: Alueet
|
983
983
|
authorization_workflows: Vahvistustavat
|
984
984
|
dashboard: Hallintapaneeli
|
985
|
+
edit_external_domains: Sallittujen ulkoisten verkkotunnusten lista
|
986
|
+
edit_organization_appearance: Muokkaa kotisivun ulkoasua
|
985
987
|
impersonatable_users: Hallittavat käyttäjät
|
986
988
|
impersonations: Käyttäjien hallinta
|
987
989
|
metrics: Tilastomittarit
|
990
|
+
pages: Sivut
|
988
991
|
panel: Hallintakäyttäjä
|
989
992
|
participants: Käyttäjät
|
990
993
|
scope_types: Teematyypit
|
data/config/locales/fr-CA.yml
CHANGED
@@ -982,9 +982,12 @@ fr-CA:
|
|
982
982
|
areas: Zones d'application
|
983
983
|
authorization_workflows: Méthodes de vérification
|
984
984
|
dashboard: Tableau de bord
|
985
|
+
edit_external_domains: Liste des domaines externes autorisés
|
986
|
+
edit_organization_appearance: Modifier l'apparence de la page d'accueil
|
985
987
|
impersonatable_users: Utilisateurs gérables
|
986
988
|
impersonations: Gestion des utilisateurs
|
987
989
|
metrics: Indicateurs
|
990
|
+
pages: Page(s)
|
988
991
|
panel: Administrateur
|
989
992
|
participants: Utilisateurs
|
990
993
|
scope_types: Types de secteur
|
data/config/locales/fr.yml
CHANGED
@@ -397,7 +397,7 @@ fr:
|
|
397
397
|
reports_reason_eq:
|
398
398
|
label: Raison du signalement
|
399
399
|
values:
|
400
|
-
does_not_belong:
|
400
|
+
does_not_belong: inapproprié
|
401
401
|
offensive: Offensant
|
402
402
|
spam: Spam
|
403
403
|
moderations:
|
@@ -982,9 +982,12 @@ fr:
|
|
982
982
|
areas: Périmètres d'assemblée
|
983
983
|
authorization_workflows: Méthodes de vérification
|
984
984
|
dashboard: Tableau de bord
|
985
|
+
edit_external_domains: Liste des domaines externes autorisés
|
986
|
+
edit_organization_appearance: Modifier l'apparence de la page d'accueil
|
985
987
|
impersonatable_users: Utilisateurs pouvant être représentés
|
986
988
|
impersonations: Gestion des utilisateurs
|
987
989
|
metrics: Indicateurs
|
990
|
+
pages: Page(s)
|
988
991
|
panel: Administrateur
|
989
992
|
participants: Utilisateurs
|
990
993
|
scope_types: Types de secteur
|
data/config/locales/hu.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -84,7 +84,7 @@ ja:
|
|
84
84
|
organization_admin_email: 組織管理者メールアドレス
|
85
85
|
organization_admin_name: 組織管理者名
|
86
86
|
organization_locales: 組織のロケール
|
87
|
-
primary_color:
|
87
|
+
primary_color: プライマリ
|
88
88
|
reference_prefix: 参照の接頭辞:
|
89
89
|
rich_text_editor_in_public_views: 参加者にリッチテキストエディタを有効にする
|
90
90
|
secondary_color: セカンダリ
|
@@ -977,9 +977,12 @@ ja:
|
|
977
977
|
areas: エリア
|
978
978
|
authorization_workflows: 確認方法
|
979
979
|
dashboard: ダッシュボード
|
980
|
+
edit_external_domains: 外部ドメインのホワイトリスト
|
981
|
+
edit_organization_appearance: ホームページの外観を編集
|
980
982
|
impersonatable_users: 管理可能な参加者
|
981
983
|
impersonations: 参加者管理
|
982
984
|
metrics: 指標
|
985
|
+
pages: ページ
|
983
986
|
panel: 管理者
|
984
987
|
participants: 参加者
|
985
988
|
scope_types: スコープ種別
|
data/config/locales/kaa.yml
CHANGED
@@ -1 +1,203 @@
|
|
1
|
+
---
|
1
2
|
kaa:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
area:
|
6
|
+
name: Ataması
|
7
|
+
area_type:
|
8
|
+
name: Ataması
|
9
|
+
attachment:
|
10
|
+
attachment_collection_id: Papka
|
11
|
+
file: Fayl
|
12
|
+
component:
|
13
|
+
name: Ataması
|
14
|
+
organization:
|
15
|
+
highlighted_content_banner_image: Súwret
|
16
|
+
name: Ataması
|
17
|
+
participatory_space_private_user:
|
18
|
+
email: Elektron pochta
|
19
|
+
user_group_csv_verification:
|
20
|
+
file: Fayl
|
21
|
+
activerecord:
|
22
|
+
attributes:
|
23
|
+
doorkeeper/application:
|
24
|
+
site: Veb-sayt
|
25
|
+
decidim:
|
26
|
+
admin:
|
27
|
+
actions:
|
28
|
+
add: Qosıw
|
29
|
+
browse: Kóriw
|
30
|
+
import: Importlaw
|
31
|
+
area_types:
|
32
|
+
edit:
|
33
|
+
update: Jańalaw
|
34
|
+
attachment_collections:
|
35
|
+
edit:
|
36
|
+
update: Jańalaw
|
37
|
+
new:
|
38
|
+
create: Jaratıw
|
39
|
+
title: Jańa papka
|
40
|
+
attachments:
|
41
|
+
edit:
|
42
|
+
update: Jańalaw
|
43
|
+
autocomplete:
|
44
|
+
no_results: Nátiyjeler tabılmadı
|
45
|
+
categories:
|
46
|
+
edit:
|
47
|
+
update: Jańalaw
|
48
|
+
index:
|
49
|
+
categories_title: Kategoriyalar
|
50
|
+
new:
|
51
|
+
create: Kategoriya jaratıw
|
52
|
+
title: Jańa kategoriya
|
53
|
+
update:
|
54
|
+
success: Kategoriya tabıslı jańalandı.
|
55
|
+
conflicts:
|
56
|
+
'false': 'Yaq'
|
57
|
+
transfer:
|
58
|
+
reason: Sebep
|
59
|
+
'true': 'Awa'
|
60
|
+
user_name: Paydalanıwshı
|
61
|
+
exports:
|
62
|
+
formats:
|
63
|
+
CSV: CSV
|
64
|
+
Excel: Excel
|
65
|
+
FormPDF: PDF
|
66
|
+
JSON: JSON
|
67
|
+
filters:
|
68
|
+
category_id_eq:
|
69
|
+
label: Kategoriya
|
70
|
+
filter_label: Filtr
|
71
|
+
invitation_accepted_at_present:
|
72
|
+
values:
|
73
|
+
'false': 'Yaq'
|
74
|
+
'true': 'Awa'
|
75
|
+
last_sign_in_at_present:
|
76
|
+
values:
|
77
|
+
'false': 'Yaq'
|
78
|
+
'true': 'Awa'
|
79
|
+
help_sections:
|
80
|
+
form:
|
81
|
+
save: Saqlaw
|
82
|
+
impersonatable_users:
|
83
|
+
index:
|
84
|
+
search: Izlew
|
85
|
+
status: Jaǵday
|
86
|
+
imports:
|
87
|
+
and: hám
|
88
|
+
new:
|
89
|
+
accepted_mime_types:
|
90
|
+
csv: CSV
|
91
|
+
json: JSON
|
92
|
+
xlsx: Excel (.xlsx)
|
93
|
+
actions:
|
94
|
+
back: Artqa
|
95
|
+
import: Importlaw
|
96
|
+
menu:
|
97
|
+
participants: Qatnasıwshılar
|
98
|
+
settings: Sazlawlar
|
99
|
+
static_pages: Betler
|
100
|
+
models:
|
101
|
+
area:
|
102
|
+
fields:
|
103
|
+
name: Ataması
|
104
|
+
area_type:
|
105
|
+
fields:
|
106
|
+
name: Ataması
|
107
|
+
attachment:
|
108
|
+
fields:
|
109
|
+
collection: Papka
|
110
|
+
user:
|
111
|
+
fields:
|
112
|
+
email: Elektron pochta
|
113
|
+
user_group:
|
114
|
+
fields:
|
115
|
+
phone: Telefon
|
116
|
+
moderated_users:
|
117
|
+
index:
|
118
|
+
actions:
|
119
|
+
title: Háreketler
|
120
|
+
reason: Sebep
|
121
|
+
moderations:
|
122
|
+
reports:
|
123
|
+
show:
|
124
|
+
report_reason: Sebep
|
125
|
+
newsletter_templates:
|
126
|
+
index:
|
127
|
+
preview_template: Aldınnan kóriw
|
128
|
+
newsletters:
|
129
|
+
index:
|
130
|
+
all_users: 'Barlıq paydalanıwshılar '
|
131
|
+
and: 'hám '
|
132
|
+
new:
|
133
|
+
save: Saqlaw
|
134
|
+
officializations:
|
135
|
+
show_email_modal:
|
136
|
+
email_address: Elektron mánzil
|
137
|
+
show: Kórsetiw
|
138
|
+
organization:
|
139
|
+
edit:
|
140
|
+
update: Jańalaw
|
141
|
+
form:
|
142
|
+
facebook: Facebook
|
143
|
+
github: GitHub
|
144
|
+
instagram: Instagram
|
145
|
+
twitter: Twitter
|
146
|
+
url: URL
|
147
|
+
youtube: YouTube
|
148
|
+
organization_appearance:
|
149
|
+
edit:
|
150
|
+
update: Jańalaw
|
151
|
+
form:
|
152
|
+
images:
|
153
|
+
preview: Aldınnan kóriw
|
154
|
+
organization_external_domain_whitelist:
|
155
|
+
edit:
|
156
|
+
update: Jańalaw
|
157
|
+
organization_homepage_content_blocks:
|
158
|
+
edit:
|
159
|
+
update: Jańalaw
|
160
|
+
participatory_space_private_users:
|
161
|
+
new:
|
162
|
+
create: Jaratıw
|
163
|
+
participatory_space_private_users_csv_imports:
|
164
|
+
new:
|
165
|
+
upload: Júklew
|
166
|
+
reminders:
|
167
|
+
new:
|
168
|
+
submit: Jiberiw
|
169
|
+
resource_permissions:
|
170
|
+
edit:
|
171
|
+
submit: Jiberiw
|
172
|
+
scope_types:
|
173
|
+
edit:
|
174
|
+
update: Jańalaw
|
175
|
+
scopes:
|
176
|
+
edit:
|
177
|
+
update: Jańalaw
|
178
|
+
share_tokens:
|
179
|
+
actions:
|
180
|
+
destroy: Óshiriw
|
181
|
+
share: Bólisiw
|
182
|
+
shared:
|
183
|
+
gallery:
|
184
|
+
add_images: Súwretlerdi qosıw
|
185
|
+
delete_image: Súwretti óshiriw
|
186
|
+
edit_images: Súwretlerdi ózgertiw
|
187
|
+
static_pages:
|
188
|
+
edit:
|
189
|
+
update: Jańalaw
|
190
|
+
users_statistics:
|
191
|
+
users_count:
|
192
|
+
participants: Qatnasıwshılar
|
193
|
+
moderations:
|
194
|
+
models:
|
195
|
+
report:
|
196
|
+
fields:
|
197
|
+
locale: Til
|
198
|
+
reason: Sebep
|
199
|
+
layouts:
|
200
|
+
decidim:
|
201
|
+
admin:
|
202
|
+
settings:
|
203
|
+
title: Sazlawlar
|