decidim-system 0.26.7 → 0.26.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/system/application_controller.rb +1 -0
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/views/decidim/system/admins/edit.html.erb +2 -0
- data/app/views/decidim/system/admins/index.html.erb +2 -0
- data/app/views/decidim/system/admins/new.html.erb +2 -0
- data/app/views/decidim/system/admins/show.html.erb +2 -2
- data/app/views/decidim/system/dashboard/show.html.erb +2 -0
- data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
- data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
- data/app/views/decidim/system/organizations/edit.html.erb +6 -0
- data/app/views/decidim/system/organizations/index.html.erb +2 -0
- data/app/views/decidim/system/organizations/new.html.erb +5 -3
- data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
- data/app/views/layouts/decidim/system/application.html.erb +3 -2
- data/app/views/layouts/decidim/system/login.html.erb +1 -1
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +3 -0
- data/config/locales/ca.yml +30 -2
- data/config/locales/cs.yml +30 -2
- data/config/locales/de.yml +33 -5
- data/config/locales/el.yml +94 -2
- data/config/locales/en.yml +30 -2
- data/config/locales/es-MX.yml +30 -2
- data/config/locales/es-PY.yml +30 -2
- data/config/locales/es.yml +30 -2
- data/config/locales/eu.yml +48 -20
- data/config/locales/fa-IR.yml +5 -0
- data/config/locales/fi-plain.yml +30 -2
- data/config/locales/fi.yml +30 -2
- data/config/locales/fr-CA.yml +30 -2
- data/config/locales/fr.yml +30 -2
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +2 -2
- data/config/locales/hu.yml +21 -3
- data/config/locales/id-ID.yml +2 -3
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/ja.yml +30 -2
- data/config/locales/kaa.yml +9 -0
- data/config/locales/lb.yml +5 -0
- data/config/locales/lt.yml +4 -2
- data/config/locales/lv.yml +2 -3
- data/config/locales/nl.yml +2 -3
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +10 -2
- data/config/locales/ru.yml +2 -3
- data/config/locales/sk.yml +2 -3
- data/config/locales/sl.yml +2 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +2 -2
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -3
- data/config/locales/uk.yml +2 -3
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +4 -2
- data/lib/decidim/system/version.rb +1 -1
- metadata +15 -6
data/config/locales/el.yml
CHANGED
@@ -1,4 +1,36 @@
|
|
1
1
|
el:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: Όνομα εφαρμογής OAuth
|
6
|
+
organization_logo: Λογότυπο οργανισμού (τετράγωνο)
|
7
|
+
organization_name: Οργανισμός
|
8
|
+
organization_url: URL Οργανισμού
|
9
|
+
redirect_uri: URI ανακατεύθυνσης
|
10
|
+
organization:
|
11
|
+
address: SMTP hostname
|
12
|
+
from_email: Διεύθυνση email
|
13
|
+
from_label: Ετικέτα
|
14
|
+
password: Κωδικός
|
15
|
+
port: Θύρα
|
16
|
+
user_name: Όνομα χρήστη
|
17
|
+
organization_file_uploads:
|
18
|
+
allowed_content_types:
|
19
|
+
admin: MIME τύποι διαχειριστή
|
20
|
+
default: Προεπιλεγμένοι τύποι MIME
|
21
|
+
allowed_file_extensions:
|
22
|
+
admin: Επεκτάσεις αρχείων διαχειριστή
|
23
|
+
default: Προεπιλεγμένες επεκτάσεις αρχείων
|
24
|
+
image: Επεκτάσεις αρχείων εικόνας
|
25
|
+
maximum_file_size:
|
26
|
+
avatar: Μέγεθος αρχείου Avatar
|
27
|
+
default: Προεπιλεγμένο μέγεθος αρχείου
|
28
|
+
errors:
|
29
|
+
models:
|
30
|
+
oauth_application:
|
31
|
+
attributes:
|
32
|
+
redirect_uri:
|
33
|
+
must_be_ssl: Το URI ανακατεύθυνσης πρέπει να είναι SSL URI
|
2
34
|
decidim:
|
3
35
|
system:
|
4
36
|
actions:
|
@@ -22,9 +54,14 @@ el:
|
|
22
54
|
new:
|
23
55
|
create: Δημιουργία
|
24
56
|
title: Νέος διαχειριστής
|
57
|
+
show:
|
58
|
+
edit: Επεξεργασία
|
25
59
|
update:
|
26
60
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
|
27
61
|
success: Ο διαχειριστής ενημερώθηκε με επιτυχία
|
62
|
+
dashboard:
|
63
|
+
show:
|
64
|
+
current_organizations: Τρέχοντες οργανισμοί
|
28
65
|
default_pages:
|
29
66
|
placeholders:
|
30
67
|
content: Προσθέστε ουσιαστικό περιεχόμενο στη στατική σελίδα %{page} στον πίνακα εργαλείων διαχειριστή.
|
@@ -32,6 +69,7 @@ el:
|
|
32
69
|
menu:
|
33
70
|
admins: Διαχειριστές
|
34
71
|
dashboard: Πίνακας εργαλείων
|
72
|
+
oauth_applications: Εφαρμογές OAuth
|
35
73
|
organizations: Οργανισμοί
|
36
74
|
models:
|
37
75
|
admin:
|
@@ -41,26 +79,75 @@ el:
|
|
41
79
|
name: Διαχειριστής
|
42
80
|
validations:
|
43
81
|
email_uniqueness: υπάρχει ήδη άλλος διαχειριστής με την ίδια διεύθυνση email
|
82
|
+
oauth_application:
|
83
|
+
fields:
|
84
|
+
created_at: Δημιουργήθηκε στις
|
85
|
+
name: Όνομα εφαρμογής OAuth
|
86
|
+
organization_name: Οργανισμός
|
87
|
+
name: Εφαρμογή OAuth
|
44
88
|
organization:
|
45
89
|
actions:
|
46
90
|
save_and_invite: Δημιουργία οργανισμού και πρόσκληση διαχειριστή
|
47
91
|
fields:
|
48
92
|
created_at: Δημιουργήθηκε στις
|
93
|
+
file_upload_settings: Ρυθμίσεις μεταφόρτωσης αρχείου
|
49
94
|
name: Όνομα
|
50
95
|
omniauth_settings: Ρυθμίσεις Omniauth
|
51
96
|
smtp_settings: Ρυθμίσεις SMTP
|
52
97
|
name: Οργανισμός
|
98
|
+
oauth_applications:
|
99
|
+
create:
|
100
|
+
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της εφαρμογής.
|
101
|
+
success: Η εφαρμογή δημιουργήθηκε επιτυχώς.
|
102
|
+
destroy:
|
103
|
+
error: Υπήρξε ένα πρόβλημα με την καταστροφή αυτής της εφαρμογής.
|
104
|
+
success: Η εφαρμογή καταστράφηκε με επιτυχία.
|
105
|
+
edit:
|
106
|
+
save: Αποθήκευση
|
107
|
+
title: Επεξεργασία εφαρμογής
|
108
|
+
form:
|
109
|
+
select_organization: Επιλέξτε έναν οργανισμό
|
110
|
+
index:
|
111
|
+
confirm_delete: Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την εφαρμογή;
|
112
|
+
title: Εφαρμογές OAuth
|
113
|
+
new:
|
114
|
+
save: Αποθήκευση
|
115
|
+
title: Νέα εφαρμογή
|
116
|
+
update:
|
117
|
+
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτής της εφαρμογής.
|
118
|
+
success: Η εφαρμογή ενημερώθηκε με επιτυχία.
|
53
119
|
organizations:
|
120
|
+
advanced_settings:
|
121
|
+
hide: Απόκρυψη προηγμένων ρυθμίσεων
|
122
|
+
show: Εμφάνιση προηγμένων ρυθμίσεων
|
54
123
|
create:
|
55
124
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου οργανισμού.
|
56
125
|
success: Ο οργανισμός δημιουργήθηκε με επιτυχία.
|
57
126
|
edit:
|
58
127
|
secondary_hosts_hint: Εισαγάγετε κάθε ένα από αυτά σε μια νέα γραμμή
|
128
|
+
file_upload_settings:
|
129
|
+
content_types:
|
130
|
+
admin_hint: Αυτοί οι τύποι MIME επιτρέπονται για τις μεταφορτώσεις στο τμήμα διαχειριστή. Οι χρήστες διαχειριστές θα πρέπει να γνωρίζουν τους κινδύνους με το ανέβασμα ορισμένων μορφών εγγράφων, ώστε να είναι πιο προσεκτικοί με τις μεταφορτώσεις αρχείων.
|
131
|
+
default_hint: Αυτοί οι τύποι MIME επιτρέπονται από προεπιλογή για όλους τους χρήστες.
|
132
|
+
intro_html: Μπορείτε να προσθέσετε μπαλαντέρ με τον χαρακτήρα αστερίσκου για τους τύπους MIME, π.χ. <code>image/*</code>.
|
133
|
+
title: Επιτρεπόμενοι τύποι MIME
|
134
|
+
file_extensions:
|
135
|
+
admin_hint: Αυτές οι επεκτάσεις αρχείων επιτρέπονται για τις μεταφορτώσεις στο τμήμα διαχειριστή. Οι χρήστες διαχειριστές θα πρέπει να γνωρίζουν τους κινδύνους με το ανέβασμα ορισμένων μορφών εγγράφων, ώστε να είναι πιο προσεκτικοί με τις μεταφορτώσεις αρχείων.
|
136
|
+
default_hint: Αυτές οι επεκτάσεις αρχείων επιτρέπονται από προεπιλογή για όλους τους χρήστες.
|
137
|
+
image_hint: Αυτές οι επεκτάσεις αρχείων επιτρέπονται για κάθε είδους μεταφόρτωση εικόνας.
|
138
|
+
title: Επιτρεπόμενες επεκτάσεις αρχείων
|
139
|
+
file_sizes:
|
140
|
+
avatar_hint: Megabytes (MB). Αυτό το όριο μεγέθους αρχείου χρησιμοποιείται για τις μεταφορτώσεις εικόνων avatar.
|
141
|
+
default_hint: Megabytes (MB). Αυτό το όριο μεγέθους αρχείου είναι το προκαθορισμένο που χρησιμοποιείται για όλες τις μεταφορτώσεις αρχείων, εκτός αν ορίζεται διαφορετικά.
|
142
|
+
title: Μέγιστο μέγεθος αρχείου
|
143
|
+
intro: |
|
144
|
+
Παρακαλώ να είστε ιδιαίτερα προσεκτικοί όταν σκέφτεστε να αλλάξετε αυτές τις ρυθμίσεις. Όσο λιγότερο επιτρέπετε, τόσο το καλύτερο.
|
145
|
+
Επιτρέποντας συγκεκριμένες επεκτάσεις αρχείων ή τύπους MIME, μπορεί να εκθέσουν τους χρήστες του συστήματος σε κινδύνους ασφαλείας και μπορεί επίσης να επηρεάσει την προσβασιμότητα της ιστοσελίδας.
|
59
146
|
index:
|
60
147
|
title: Οργανισμοί
|
61
148
|
new:
|
62
|
-
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό πόρων σε
|
63
|
-
secondary_hosts_hint:
|
149
|
+
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό των πόρων σε όλους τους οργανισμούς.
|
150
|
+
secondary_hosts_hint: Εισάγετε κάθε ένα από αυτά σε μια νέα γραμμή.
|
64
151
|
title: Νέος οργανισμός
|
65
152
|
omniauth_settings:
|
66
153
|
decidim:
|
@@ -81,7 +168,12 @@ el:
|
|
81
168
|
api_key: Κλειδί API
|
82
169
|
api_secret: Μυστικός κωδικός API
|
83
170
|
smtp_settings:
|
171
|
+
fieldsets:
|
172
|
+
sender: Αποστολέας
|
173
|
+
instructions:
|
174
|
+
from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως ετικέτα'
|
84
175
|
placeholder:
|
176
|
+
from_email: your-organization@example.org
|
85
177
|
from_label: το-όνομα-του-οργανισμού-σας
|
86
178
|
update:
|
87
179
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του οργανισμού.
|
data/config/locales/en.yml
CHANGED
@@ -55,6 +55,9 @@ en:
|
|
55
55
|
new:
|
56
56
|
create: Create
|
57
57
|
title: New admin
|
58
|
+
show:
|
59
|
+
destroy: Destroy
|
60
|
+
edit: Edit
|
58
61
|
update:
|
59
62
|
error: There was a problem updating this admin.
|
60
63
|
success: Admin successfully updated
|
@@ -65,6 +68,21 @@ en:
|
|
65
68
|
placeholders:
|
66
69
|
content: Please add meaningful content to the %{page} static page on the admin dashboard.
|
67
70
|
title: Default title for %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Change your password
|
75
|
+
minimum_characters: "(%{minimum} characters minimum)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Forgot your password
|
78
|
+
send_me_reset_password_instructions: Send me reset password instructions
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Did not receive confirmation instructions?
|
82
|
+
did_not_receive_unlock_instructions?: Did not receive unlock instructions?
|
83
|
+
forgot_your_password?: Forgot your password?
|
84
|
+
log_in: Log in
|
85
|
+
sign_up: Sign up
|
68
86
|
menu:
|
69
87
|
admins: Admins
|
70
88
|
dashboard: Dashboard
|
@@ -124,6 +142,7 @@ en:
|
|
124
142
|
success: Organization successfully created.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Enter each one of them in a new line
|
145
|
+
title: Edit organization
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: These MIME types are allowed for the admin section uploads. Admin users should be aware of the risks with uploading some document formats, so you can expect them to be more cautious with the file uploads.
|
@@ -145,8 +164,11 @@ en:
|
|
145
164
|
index:
|
146
165
|
title: Organizations
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Default?
|
168
|
+
enabled: Enabled
|
169
|
+
locale: Locale
|
170
|
+
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
|
171
|
+
secondary_hosts_hint: Enter each one of them in a new line.
|
150
172
|
title: New organization
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ en:
|
|
187
209
|
our_getting_started_guide: our getting started guide
|
188
210
|
titles:
|
189
211
|
dashboard: Dashboard
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Logout
|
data/config/locales/es-MX.yml
CHANGED
@@ -54,6 +54,9 @@ es-MX:
|
|
54
54
|
new:
|
55
55
|
create: Crear
|
56
56
|
title: Nuevo administrador
|
57
|
+
show:
|
58
|
+
destroy: Eliminar
|
59
|
+
edit: Editar
|
57
60
|
update:
|
58
61
|
error: Se ha producido un error al actualizar este administrador.
|
59
62
|
success: Administrador actualizado correctamente
|
@@ -64,6 +67,21 @@ es-MX:
|
|
64
67
|
placeholders:
|
65
68
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
66
69
|
title: Título predeterminado para %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Cambia tu contraseña
|
74
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
77
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
81
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
82
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
83
|
+
log_in: Iniciar sesión
|
84
|
+
sign_up: Regístrate
|
67
85
|
menu:
|
68
86
|
admins: Administradores
|
69
87
|
dashboard: Panel de control
|
@@ -123,6 +141,7 @@ es-MX:
|
|
123
141
|
success: Organización creada correctamente.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
144
|
+
title: Editar la organizacion
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -144,8 +163,11 @@ es-MX:
|
|
144
163
|
index:
|
145
164
|
title: Organizaciones
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: '¿Por defecto?'
|
167
|
+
enabled: Habilitado
|
168
|
+
locale: Configuración regional
|
169
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
170
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
149
171
|
title: Nueva organización
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ es-MX:
|
|
186
208
|
our_getting_started_guide: nuestra guía de inicio
|
187
209
|
titles:
|
188
210
|
dashboard: Panel de control
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Cerrar sesión
|
data/config/locales/es-PY.yml
CHANGED
@@ -54,6 +54,9 @@ es-PY:
|
|
54
54
|
new:
|
55
55
|
create: Crear
|
56
56
|
title: Nuevo administrador
|
57
|
+
show:
|
58
|
+
destroy: Eliminar
|
59
|
+
edit: Editar
|
57
60
|
update:
|
58
61
|
error: Se ha producido un error al actualizar este administrador.
|
59
62
|
success: Administrador actualizado correctamente
|
@@ -64,6 +67,21 @@ es-PY:
|
|
64
67
|
placeholders:
|
65
68
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
66
69
|
title: Título predeterminado para %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Cambia tu contraseña
|
74
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
77
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
81
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
82
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
83
|
+
log_in: Iniciar sesión
|
84
|
+
sign_up: Regístrate
|
67
85
|
menu:
|
68
86
|
admins: Administradores
|
69
87
|
dashboard: Panel de control
|
@@ -123,6 +141,7 @@ es-PY:
|
|
123
141
|
success: Organización creada correctamente.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
144
|
+
title: Editar la organizacion
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -144,8 +163,11 @@ es-PY:
|
|
144
163
|
index:
|
145
164
|
title: Organizaciones
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: '¿Por defecto?'
|
167
|
+
enabled: Habilitado
|
168
|
+
locale: Configuración regional
|
169
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
170
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
149
171
|
title: Nueva organización
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ es-PY:
|
|
186
208
|
our_getting_started_guide: nuestra guía de inicio
|
187
209
|
titles:
|
188
210
|
dashboard: Panel de control
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Cerrar sesión
|
data/config/locales/es.yml
CHANGED
@@ -54,6 +54,9 @@ es:
|
|
54
54
|
new:
|
55
55
|
create: Crear
|
56
56
|
title: Nueva administradora
|
57
|
+
show:
|
58
|
+
destroy: Eliminar
|
59
|
+
edit: Editar
|
57
60
|
update:
|
58
61
|
error: Se ha producido un error al actualizar esta administradora.
|
59
62
|
success: Administradora actualizada correctamente
|
@@ -64,6 +67,21 @@ es:
|
|
64
67
|
placeholders:
|
65
68
|
content: Por favor, agrega contenido significativo a la página estática de %{page} en el panel de administración.
|
66
69
|
title: Título predeterminado para %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Cambia tu contraseña
|
74
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
77
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
81
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
82
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
83
|
+
log_in: Iniciar sesión
|
84
|
+
sign_up: Regístrate
|
67
85
|
menu:
|
68
86
|
admins: Administradoras
|
69
87
|
dashboard: Panel de administración
|
@@ -123,6 +141,7 @@ es:
|
|
123
141
|
success: Organización creada correctamente.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
144
|
+
title: Editar la organizacion
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -144,8 +163,11 @@ es:
|
|
144
163
|
index:
|
145
164
|
title: Organizaciones
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: '¿Por defecto?'
|
167
|
+
enabled: Habilitado
|
168
|
+
locale: Configuración regional
|
169
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
170
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
149
171
|
title: Nueva organización
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ es:
|
|
186
208
|
our_getting_started_guide: nuestra guía de inicio
|
187
209
|
titles:
|
188
210
|
dashboard: Panel de administración
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Cerrar sesión
|
data/config/locales/eu.yml
CHANGED
@@ -12,7 +12,7 @@ eu:
|
|
12
12
|
from_email: Korreo elektronikoaren helbidea
|
13
13
|
from_label: Etiketa
|
14
14
|
password: Pasahitza
|
15
|
-
port:
|
15
|
+
port: Portua
|
16
16
|
user_name: Erabiltzaile-izena
|
17
17
|
organization_file_uploads:
|
18
18
|
allowed_content_types:
|
@@ -34,7 +34,7 @@ eu:
|
|
34
34
|
decidim:
|
35
35
|
system:
|
36
36
|
actions:
|
37
|
-
confirm_destroy:
|
37
|
+
confirm_destroy: Ziur zaude hau ezabatu nahi duzula?
|
38
38
|
destroy: Ezabatu
|
39
39
|
edit: Editatu
|
40
40
|
new: Berria
|
@@ -42,10 +42,10 @@ eu:
|
|
42
42
|
title: Ekintzak
|
43
43
|
admins:
|
44
44
|
create:
|
45
|
-
error:
|
45
|
+
error: Arazo bat egon da administratzaile berri bat sortzean.
|
46
46
|
success: Administratzailea zuzen sortu da
|
47
47
|
destroy:
|
48
|
-
success:
|
48
|
+
success: Administratzailea zuzen ezabatua
|
49
49
|
edit:
|
50
50
|
title: Editatu administratzailea
|
51
51
|
update: Eguneratu
|
@@ -53,17 +53,35 @@ eu:
|
|
53
53
|
title: Administratzaileak
|
54
54
|
new:
|
55
55
|
create: Sortu
|
56
|
-
title:
|
56
|
+
title: Beste administratzaile bat
|
57
|
+
show:
|
58
|
+
destroy: Suntsitu
|
59
|
+
edit: Editatu
|
57
60
|
update:
|
58
|
-
error:
|
61
|
+
error: Arazo bat da administratzaile hau eguneratzean.
|
59
62
|
success: Administratzailea zuzen eguneratu da
|
60
63
|
dashboard:
|
61
64
|
show:
|
62
65
|
current_organizations: Uneko antolatzaileak
|
63
66
|
default_pages:
|
64
67
|
placeholders:
|
65
|
-
content:
|
68
|
+
content: Mesedez, gehitu eduki adierazgarria %{page} (a) ren orri estatikoaren administrazio-panelean.
|
66
69
|
title: 'Izenburu lehenetsia orri honetarako: %{page}'
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Aldatu pasahitza
|
74
|
+
minimum_characters: "(%{minimum} karaktere gutxienez)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Pasahitza ahaztu duzu
|
77
|
+
send_me_reset_password_instructions: Bidali jarraibideak pasahitza berrezartzeko
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: Ez duzu baieztatzeko instrukziorik jaso?
|
81
|
+
did_not_receive_unlock_instructions?: Ez duzu desblokeatzeko instrukziorik jaso?
|
82
|
+
forgot_your_password?: Pasahitza ahaztu duzu?
|
83
|
+
log_in: Hasi saioa
|
84
|
+
sign_up: Erregistratu
|
67
85
|
menu:
|
68
86
|
admins: Administratzaileak
|
69
87
|
dashboard: Kontrol-panela
|
@@ -72,7 +90,7 @@ eu:
|
|
72
90
|
models:
|
73
91
|
admin:
|
74
92
|
fields:
|
75
|
-
created_at:
|
93
|
+
created_at: Tan sortua
|
76
94
|
email: Helbide elektronikoa
|
77
95
|
name: Administratzailea
|
78
96
|
validations:
|
@@ -85,14 +103,14 @@ eu:
|
|
85
103
|
name: OAuth Aplikazioa
|
86
104
|
organization:
|
87
105
|
actions:
|
88
|
-
save_and_invite: Sortu
|
106
|
+
save_and_invite: Sortu antolatzailea eta gonbidatu administratzailea
|
89
107
|
fields:
|
90
108
|
created_at: Tan sortua
|
91
109
|
file_upload_settings: Fitxategiak igotzearen doikuntzak
|
92
110
|
name: Izena
|
93
111
|
omniauth_settings: Omniauth doikuntzak
|
94
112
|
smtp_settings: SMTP konfigurazioa
|
95
|
-
name:
|
113
|
+
name: Antolatzailea
|
96
114
|
oauth_applications:
|
97
115
|
create:
|
98
116
|
error: Errore bat gertatu da aplikazio hau sortzean.
|
@@ -102,15 +120,15 @@ eu:
|
|
102
120
|
success: Aplikazioa ondo ezabatu da.
|
103
121
|
edit:
|
104
122
|
save: Gorde
|
105
|
-
title:
|
123
|
+
title: Editatu aplikazioa
|
106
124
|
form:
|
107
125
|
select_organization: Aukeratu antolatzaile bat
|
108
126
|
index:
|
109
127
|
confirm_delete: Ziur zaude aplikazio hau ezabatu nahi duzula?
|
110
|
-
title: OAuth
|
128
|
+
title: OAuth aplikazioak
|
111
129
|
new:
|
112
130
|
save: Gorde
|
113
|
-
title:
|
131
|
+
title: Beste aplikazio bat
|
114
132
|
update:
|
115
133
|
error: Errorea izan da aplikazio hau eguneratzean.
|
116
134
|
success: Aplikazioa ondo eguneratu da.
|
@@ -122,7 +140,8 @@ eu:
|
|
122
140
|
error: Errorea izan da antolatzaile berri bat sortzean.
|
123
141
|
success: Antolatzailea zuzen sortu da.
|
124
142
|
edit:
|
125
|
-
secondary_hosts_hint: Sartu haietako bakoitza lerro batean
|
143
|
+
secondary_hosts_hint: Sartu haietako bakoitza lerro berri batean
|
144
|
+
title: Editatu erakundea
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: MIME mota horiek baimenduta daude administrazio-paneletik igotzeko. Administratzaileek dokumentuen formatu batzuk igotzean dauden arriskuez jabetu behar dute, eta, beraz, artxiboen igoeretan zuhurragoak izatea espero daiteke.
|
@@ -145,9 +164,12 @@ eu:
|
|
145
164
|
index:
|
146
165
|
title: Erakundeak
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
150
|
-
|
167
|
+
default: Lehenetsita?
|
168
|
+
enabled: Gaituta
|
169
|
+
locale: Tokikoa
|
170
|
+
reference_prefix_hint: Erreferentzia-aurrizkia erakunde guztietan baliabideak identifikatzeko erabiltzen da.
|
171
|
+
secondary_hosts_hint: Sartu haietako bakoitza beste lerro batean.
|
172
|
+
title: Beste erakunde bat
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
153
175
|
client_id: Bezeroaren IDa
|
@@ -175,15 +197,21 @@ eu:
|
|
175
197
|
from_email: zure-erakundea@example.org
|
176
198
|
from_label: erakundearen izena
|
177
199
|
update:
|
178
|
-
error:
|
200
|
+
error: Arazo bat egon da erakunde hau eguneratzean.
|
179
201
|
success: Erakundea zuzen eguneratu da.
|
180
202
|
users_registration_mode:
|
181
203
|
disabled: Sarbidea soilik kanpoko kontuekin egin daiteke
|
182
204
|
enabled: Baimendu erabiltzaileei erregistratzea eta saioa hasteko
|
183
|
-
existing: Ez utzi
|
205
|
+
existing: Ez utzi parte-hartzaile gehiagori erregistratzen, baina utzi existitzen diren parte-hartzaileei saioa hasten
|
184
206
|
shared:
|
185
207
|
notices:
|
186
208
|
no_organization_warning_html: Hasteko erakunde bat sortu behar duzu. Jarraitu aurretik ziurta zaitez %{guide} irakurri duzula.
|
187
|
-
our_getting_started_guide: gure
|
209
|
+
our_getting_started_guide: gure ongietorri gida
|
188
210
|
titles:
|
189
211
|
dashboard: Kontrol-panela
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Logout
|
data/config/locales/fa-IR.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
@@ -54,6 +54,9 @@ fi-pl:
|
|
54
54
|
new:
|
55
55
|
create: Luo
|
56
56
|
title: Uusi hallinnoija
|
57
|
+
show:
|
58
|
+
destroy: Poista
|
59
|
+
edit: Muokkaa
|
57
60
|
update:
|
58
61
|
error: Hallinnoijan päivityksessä tapahtui virhe.
|
59
62
|
success: Hallinnoija päivitetty onnistuneesti
|
@@ -64,6 +67,21 @@ fi-pl:
|
|
64
67
|
placeholders:
|
65
68
|
content: Lisää merkityksellistä sisältöä staattiselle sivulle %{page} hallintapaneelista.
|
66
69
|
title: Oletusotsikko sivulle %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Vaihda salasanasi
|
74
|
+
minimum_characters: "(vähintään %{minimum} merkkiä)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Unohditko salasanasi
|
77
|
+
send_me_reset_password_instructions: Lähetä minulle ohjeet salasanan vaihtamiseen
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: Etkö saanut vahvistusohjeita?
|
81
|
+
did_not_receive_unlock_instructions?: Etkö saanut ohjeita tilin lukituksen poistoon?
|
82
|
+
forgot_your_password?: Unohditko salasanasi?
|
83
|
+
log_in: Kirjaudu sisään
|
84
|
+
sign_up: Rekisteröidy
|
67
85
|
menu:
|
68
86
|
admins: Hallinnoijat
|
69
87
|
dashboard: Hallintapaneeli
|
@@ -123,6 +141,7 @@ fi-pl:
|
|
123
141
|
success: Organisaatio luotu onnistuneesti.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
|
144
|
+
title: Muokkaa organisaatiota
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
admin_hint: Nämä MIME-tyypit sallitaan hallintakäyttäjien tiedostolatauksiin. Hallintakäyttäjien tulisi ymmärtää riskit tietyntyyppisten tiedostoformaattien kanssa, joten voit olettaa heidän olevan varovaisempia tiedostojen lataamisen suhteen.
|
@@ -144,8 +163,11 @@ fi-pl:
|
|
144
163
|
index:
|
145
164
|
title: Organisaatiot
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: Oletus?
|
167
|
+
enabled: Käytössä
|
168
|
+
locale: Kieli
|
169
|
+
reference_prefix_hint: Viitetunnisteen avulla tunnistetaan yksilöllisesti resursseja eri organisaatioiden välillä.
|
170
|
+
secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen.
|
149
171
|
title: Uusi organisaatio
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ fi-pl:
|
|
186
208
|
our_getting_started_guide: aloitusoppaamme
|
187
209
|
titles:
|
188
210
|
dashboard: Hallintapaneeli
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Kirjaudu ulos
|