decidim-admin 0.23.1 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/admin/bundle.js +6 -6
- data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
- data/app/assets/stylesheets/decidim/admin/modules/_buttons.scss +1 -0
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +4 -5
- data/app/forms/decidim/admin/participatory_space_private_user_form.rb +0 -5
- data/app/forms/decidim/admin/selective_newsletter_form.rb +6 -0
- data/app/queries/decidim/admin/newsletter_recipients.rb +0 -7
- data/app/views/decidim/admin/shared/_gallery.html.erb +1 -1
- data/config/locales/ar.yml +0 -4
- data/config/locales/bg.yml +0 -4
- data/config/locales/ca.yml +2 -4
- data/config/locales/cs.yml +43 -45
- data/config/locales/de.yml +22 -23
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +2 -4
- data/config/locales/es-MX.yml +2 -4
- data/config/locales/es-PY.yml +2 -4
- data/config/locales/es.yml +2 -4
- data/config/locales/eu.yml +18 -18
- data/config/locales/fi-plain.yml +2 -4
- data/config/locales/fi.yml +2 -4
- data/config/locales/fr-CA.yml +2 -4
- data/config/locales/fr.yml +3 -5
- data/config/locales/gl.yml +144 -1
- data/config/locales/hu.yml +0 -4
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +15 -4
- data/config/locales/ja.yml +2 -4
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +0 -4
- data/config/locales/no.yml +5 -4
- data/config/locales/pl.yml +2 -4
- data/config/locales/pt.yml +0 -4
- data/config/locales/ro-RO.yml +0 -4
- data/config/locales/ru.yml +0 -4
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -4
- data/config/locales/sl.yml +0 -4
- data/config/locales/sr-CS.yml +0 -4
- data/config/locales/sv.yml +3 -5
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +127 -9
- data/config/locales/zh-CN.yml +0 -4
- data/lib/decidim/admin/version.rb +1 -1
- metadata +13 -11
data/config/locales/de.yml
CHANGED
|
@@ -30,7 +30,6 @@ de:
|
|
|
30
30
|
body: Haupttext
|
|
31
31
|
subject: Betreff
|
|
32
32
|
organization:
|
|
33
|
-
address: SMTP Hostname
|
|
34
33
|
alert_color: Benachrichtigung
|
|
35
34
|
badges_enabled: Abzeichen aktivieren
|
|
36
35
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
|
@@ -66,8 +65,6 @@ de:
|
|
|
66
65
|
omnipresent_banner_short_description: Kurze Beschreibung
|
|
67
66
|
omnipresent_banner_title: Titel
|
|
68
67
|
omnipresent_banner_url: URL
|
|
69
|
-
password: Passwort
|
|
70
|
-
port: Port
|
|
71
68
|
primary_color: Primär
|
|
72
69
|
reference_prefix: Referenzpräfix
|
|
73
70
|
rich_text_editor_in_public_views: Rich-Text-Editor für Teilnehmer aktivieren
|
|
@@ -79,7 +76,6 @@ de:
|
|
|
79
76
|
tos_version: Nutzungsbedingungen Version
|
|
80
77
|
twitter_handler: Twitter-Handler
|
|
81
78
|
user_groups_enabled: Benutzergruppen aktivieren
|
|
82
|
-
user_name: Benutzername
|
|
83
79
|
warning_color: Warnung
|
|
84
80
|
welcome_notification_body: Text der Willkommens-Benachrichtigung
|
|
85
81
|
welcome_notification_subject: Betreff der Willkommens-Benachrichtigung
|
|
@@ -95,6 +91,8 @@ de:
|
|
|
95
91
|
name: Name
|
|
96
92
|
organization: Organisation
|
|
97
93
|
plural: Plural
|
|
94
|
+
settings:
|
|
95
|
+
scope_id: Umfang
|
|
98
96
|
static_page:
|
|
99
97
|
changed_notably: Es gab bemerkenswerte Änderungen.
|
|
100
98
|
content: Inhalt
|
|
@@ -126,17 +124,17 @@ de:
|
|
|
126
124
|
title: Titel
|
|
127
125
|
doorkeeper/application:
|
|
128
126
|
authorize_url: URL autorisieren
|
|
129
|
-
client_id:
|
|
127
|
+
client_id: Client-ID
|
|
130
128
|
client_secret: Kundengeheimnis
|
|
131
129
|
organization_name: Name der Organisation
|
|
132
130
|
organization_url: Organisations-URL
|
|
133
|
-
redirect_uri: URI
|
|
131
|
+
redirect_uri: Umleitungs URI
|
|
134
132
|
site: Webseite
|
|
135
133
|
decidim:
|
|
136
134
|
admin:
|
|
137
135
|
actions:
|
|
138
136
|
add: Hinzufügen
|
|
139
|
-
browse:
|
|
137
|
+
browse: Durchsuchen
|
|
140
138
|
export: Export
|
|
141
139
|
manage: Verwalten
|
|
142
140
|
new: Neu %{name}
|
|
@@ -147,18 +145,18 @@ de:
|
|
|
147
145
|
verify: Überprüfen
|
|
148
146
|
admin_terms_of_use:
|
|
149
147
|
accept:
|
|
150
|
-
error:
|
|
151
|
-
success: Super!
|
|
148
|
+
error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
|
|
149
|
+
success: Super! Sie haben die Admin-Nutzungsbedingungen akzeptiert.
|
|
152
150
|
actions:
|
|
153
151
|
accept: Ich stimme diesen Admin-Bedingungen zu
|
|
154
|
-
are_you_sure: Sind Sie sicher, die Admin-
|
|
155
|
-
refuse: Die Admin-
|
|
156
|
-
title: Den Nutzungsbedingungen zustimmen
|
|
152
|
+
are_you_sure: Sind Sie sicher, dass Sie die Admin-Nutzungsbedingungen ablehnen möchten?
|
|
153
|
+
refuse: Die Admin-Nutzungsbedingungen ablehnen
|
|
154
|
+
title: Den Admin-Nutzungsbedingungen zustimmen
|
|
157
155
|
required_review:
|
|
158
156
|
alert: 'Erforderlich: Überprüfen Sie unsere Admin-Nutzungsbedingungen'
|
|
159
|
-
callout: Bitte nehmen Sie sich einen Moment Zeit, um die Admin-Nutzungsbedingungen zu lesen.
|
|
157
|
+
callout: Bitte nehmen Sie sich einen Moment Zeit, um die Admin-Nutzungsbedingungen zu lesen. Ansonsten können Sie die Plattform nicht administrieren.
|
|
160
158
|
cta: Lesen Sie sie jetzt.
|
|
161
|
-
title: Admin
|
|
159
|
+
title: Admin-Nutzungsbedingungen
|
|
162
160
|
area_types:
|
|
163
161
|
create:
|
|
164
162
|
error: Beim Erstellen eines neuen Bereichstyps ist ein Fehler aufgetreten.
|
|
@@ -211,21 +209,21 @@ de:
|
|
|
211
209
|
success: Der Ordner wurde erfolgreich aktualisiert.
|
|
212
210
|
attachments:
|
|
213
211
|
create:
|
|
214
|
-
error: Beim Erstellen
|
|
215
|
-
success:
|
|
212
|
+
error: Beim Erstellen des neuen Anhangs ist ein Fehler aufgetreten.
|
|
213
|
+
success: Anhang wurde erfolgreich erstellt.
|
|
216
214
|
destroy:
|
|
217
|
-
success:
|
|
215
|
+
success: Anhang wurde erfolgreich entfernt.
|
|
218
216
|
edit:
|
|
219
217
|
title: Anhang bearbeiten
|
|
220
218
|
update: Aktualisieren
|
|
221
219
|
index:
|
|
222
|
-
attachments_title:
|
|
220
|
+
attachments_title: Anhänge
|
|
223
221
|
new:
|
|
224
222
|
create: Anhang erstellen
|
|
225
223
|
title: Neuer Anhang
|
|
226
224
|
update:
|
|
227
225
|
error: Beim Aktualisieren dieses Anhangs ist ein Fehler aufgetreten.
|
|
228
|
-
success:
|
|
226
|
+
success: Anhang wurde erfolgreich aktualisiert.
|
|
229
227
|
autocomplete:
|
|
230
228
|
no_results: keine Ergebnisse gefunden
|
|
231
229
|
search_prompt: Geben Sie mindestens drei Zeichen ein, um zu suchen
|
|
@@ -320,7 +318,7 @@ de:
|
|
|
320
318
|
search_label: Suche
|
|
321
319
|
search_placeholder:
|
|
322
320
|
name_or_nickname_or_email_cont: Suche in %{collection} nach E-Mail, Name oder Benutzername.
|
|
323
|
-
title_cont:
|
|
321
|
+
title_cont: In %{collection} nach Titel suchen.
|
|
324
322
|
state_eq:
|
|
325
323
|
label: Bundesland
|
|
326
324
|
help_sections:
|
|
@@ -374,7 +372,7 @@ de:
|
|
|
374
372
|
new_managed_user_promotion: Neue verwaltete Benutzerwerbung
|
|
375
373
|
promote: Fördern
|
|
376
374
|
menu:
|
|
377
|
-
admin_log:
|
|
375
|
+
admin_log: Admin-Aktivitätsprotokoll
|
|
378
376
|
admins: Admins
|
|
379
377
|
appearance: Aussehen
|
|
380
378
|
area_types: Bereichstypen
|
|
@@ -631,6 +629,7 @@ de:
|
|
|
631
629
|
invalid: Beim Lesen der CSV-Datei ist ein Fehler aufgetreten.
|
|
632
630
|
success: CSV-Datei wurde erfolgreich hochgeladen, wir senden eine Einladungs-E-Mail an die Teilnehmer. Dies kann eine Weile dauern.
|
|
633
631
|
new:
|
|
632
|
+
explanation: 'Laden Sie Ihre CSV-Datei hoch. Diese muss zwei Spalten haben ohne Kopfzeile, mit E-Mail in der ersten Spalte der Datei und Namen in der letzten Spalte der Datei (E-Mail, Name) in Bezug auf die Benutzer, die Sie dem Beteiligungsbereich hinzufügen möchten. Vermeiden sie ungültige Zeichen wie `<>?%&^*#@()[]=+:;"{}\|` im Namen des Nutzers zu verwenden.'
|
|
634
633
|
title: CSV-Datei hochladen
|
|
635
634
|
upload: Hochladen
|
|
636
635
|
resource_permissions:
|
|
@@ -735,7 +734,7 @@ de:
|
|
|
735
734
|
error: Beim Aktualisieren dieser Seite ist ein Fehler aufgetreten.
|
|
736
735
|
success: Seite wurde erfolgreich aktualisiert
|
|
737
736
|
titles:
|
|
738
|
-
admin_log:
|
|
737
|
+
admin_log: Adminprotokoll
|
|
739
738
|
area_types: Bereichstypen
|
|
740
739
|
areas: Bereiche
|
|
741
740
|
authorization_workflows: Verifizierungsmethoden
|
|
@@ -824,7 +823,7 @@ de:
|
|
|
824
823
|
success: Ressource erfolgreich ausgeblendet.
|
|
825
824
|
unreport:
|
|
826
825
|
invalid: Es ist ein Problem aufgetreten, die Ressource nicht zu melden.
|
|
827
|
-
success: Die Ressource wurde erfolgreich
|
|
826
|
+
success: Die Meldung der Ressource wurde erfolgreich aufgehoben.
|
|
828
827
|
models:
|
|
829
828
|
moderation:
|
|
830
829
|
fields:
|
data/config/locales/el.yml
CHANGED
|
@@ -30,7 +30,6 @@ el:
|
|
|
30
30
|
body: Σώμα
|
|
31
31
|
subject: Θέμα
|
|
32
32
|
organization:
|
|
33
|
-
address: Όνομα κεντρικού υπολογιστή SMTP
|
|
34
33
|
alert_color: Ειδοποίηση
|
|
35
34
|
badges_enabled: Ενεργοποίηση εμβλημάτων
|
|
36
35
|
comments_max_length: Μέγιστο μέγεθος σχολίων (Αφήστε το 0 για το προκαθορισμένο μέγεθος)
|
|
@@ -63,8 +62,6 @@ el:
|
|
|
63
62
|
omnipresent_banner_short_description: Σύντομη περιγραφή
|
|
64
63
|
omnipresent_banner_title: Τίτλος
|
|
65
64
|
omnipresent_banner_url: Διεύθυνση URL
|
|
66
|
-
password: Κωδικός πρόσβασης
|
|
67
|
-
port: Θύρα
|
|
68
65
|
primary_color: Κύρια
|
|
69
66
|
reference_prefix: Πρόθεμα αναφοράς
|
|
70
67
|
rich_text_editor_in_public_views: Ενεργοποίηση προγράμματος επεξεργασίας εμπλουτισμένου κειμένου για τους συμμετέχοντες
|
|
@@ -76,7 +73,6 @@ el:
|
|
|
76
73
|
tos_version: Έκδοση όρων χρήσης υπηρεσίας
|
|
77
74
|
twitter_handler: Πρόγραμμα χειρισμού Twitter
|
|
78
75
|
user_groups_enabled: Ενεργοποίηση ομάδων
|
|
79
|
-
user_name: Όνομα χρήστη
|
|
80
76
|
warning_color: Προειδοποίηση
|
|
81
77
|
welcome_notification_body: Σώμα ειδοποίησης καλωσορίσματος
|
|
82
78
|
welcome_notification_subject: Θέμα ειδοποίησης καλωσορίσματος
|
data/config/locales/en.yml
CHANGED
|
@@ -31,7 +31,6 @@ en:
|
|
|
31
31
|
body: Body
|
|
32
32
|
subject: Subject
|
|
33
33
|
organization:
|
|
34
|
-
address: SMTP hostname
|
|
35
34
|
alert_color: Alert
|
|
36
35
|
badges_enabled: Enable badges
|
|
37
36
|
comments_max_length: Comments max length (Leave 0 for default value)
|
|
@@ -67,8 +66,6 @@ en:
|
|
|
67
66
|
omnipresent_banner_short_description: Short description
|
|
68
67
|
omnipresent_banner_title: Title
|
|
69
68
|
omnipresent_banner_url: URL
|
|
70
|
-
password: Password
|
|
71
|
-
port: Port
|
|
72
69
|
primary_color: Primary
|
|
73
70
|
reference_prefix: Reference prefix
|
|
74
71
|
rich_text_editor_in_public_views: Enable rich text editor for participants
|
|
@@ -80,7 +77,6 @@ en:
|
|
|
80
77
|
tos_version: Terms of service version
|
|
81
78
|
twitter_handler: Twitter handler
|
|
82
79
|
user_groups_enabled: Enable groups
|
|
83
|
-
user_name: Username
|
|
84
80
|
warning_color: Warning
|
|
85
81
|
welcome_notification_body: Welcome notification body
|
|
86
82
|
welcome_notification_subject: Welcome notification subject
|
|
@@ -96,6 +92,8 @@ en:
|
|
|
96
92
|
name: Name
|
|
97
93
|
organization: Organization
|
|
98
94
|
plural: Plural
|
|
95
|
+
settings:
|
|
96
|
+
scope_id: Scope
|
|
99
97
|
static_page:
|
|
100
98
|
changed_notably: There have been noticeable changes.
|
|
101
99
|
content: Content
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -30,7 +30,6 @@ es-MX:
|
|
|
30
30
|
body: Cuerpo
|
|
31
31
|
subject: Asunto
|
|
32
32
|
organization:
|
|
33
|
-
address: Nombre de host SMTP
|
|
34
33
|
alert_color: Alerta
|
|
35
34
|
badges_enabled: Habilitar insignias
|
|
36
35
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
|
@@ -66,8 +65,6 @@ es-MX:
|
|
|
66
65
|
omnipresent_banner_short_description: Descripción breve
|
|
67
66
|
omnipresent_banner_title: Título
|
|
68
67
|
omnipresent_banner_url: URL
|
|
69
|
-
password: Contraseña
|
|
70
|
-
port: Puerto
|
|
71
68
|
primary_color: Primario
|
|
72
69
|
reference_prefix: Prefijo de la referencia
|
|
73
70
|
rich_text_editor_in_public_views: Habilitar editor de texto enriquecido para las participantes
|
|
@@ -79,7 +76,6 @@ es-MX:
|
|
|
79
76
|
tos_version: Versión de los Términos de Servicio
|
|
80
77
|
twitter_handler: Nombre de Twitter
|
|
81
78
|
user_groups_enabled: Habilitar grupos de usuarios
|
|
82
|
-
user_name: Nombre de usuario
|
|
83
79
|
warning_color: Advertencia
|
|
84
80
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
|
85
81
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
|
@@ -95,6 +91,8 @@ es-MX:
|
|
|
95
91
|
name: Nombre
|
|
96
92
|
organization: Organización
|
|
97
93
|
plural: Plural
|
|
94
|
+
settings:
|
|
95
|
+
scope_id: Ámbito
|
|
98
96
|
static_page:
|
|
99
97
|
changed_notably: Ha habido cambios notables.
|
|
100
98
|
content: Contenido
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -30,7 +30,6 @@ es-PY:
|
|
|
30
30
|
body: Cuerpo
|
|
31
31
|
subject: Asunto
|
|
32
32
|
organization:
|
|
33
|
-
address: Nombre de host SMTP
|
|
34
33
|
alert_color: Alerta
|
|
35
34
|
badges_enabled: Habilitar insignias
|
|
36
35
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
|
@@ -66,8 +65,6 @@ es-PY:
|
|
|
66
65
|
omnipresent_banner_short_description: Descripción breve
|
|
67
66
|
omnipresent_banner_title: Título
|
|
68
67
|
omnipresent_banner_url: URL
|
|
69
|
-
password: Contraseña
|
|
70
|
-
port: Puerto
|
|
71
68
|
primary_color: Primario
|
|
72
69
|
reference_prefix: Prefijo de la referencia
|
|
73
70
|
rich_text_editor_in_public_views: Habilitar editor de texto enriquecido para las participantes
|
|
@@ -79,7 +76,6 @@ es-PY:
|
|
|
79
76
|
tos_version: Versión de los Términos de Servicio
|
|
80
77
|
twitter_handler: Nombre de Twitter
|
|
81
78
|
user_groups_enabled: Habilitar grupos de usuarios
|
|
82
|
-
user_name: Nombre de usuario
|
|
83
79
|
warning_color: Advertencia
|
|
84
80
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
|
85
81
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
|
@@ -95,6 +91,8 @@ es-PY:
|
|
|
95
91
|
name: Nombre
|
|
96
92
|
organization: Organización
|
|
97
93
|
plural: Plural
|
|
94
|
+
settings:
|
|
95
|
+
scope_id: Ámbito
|
|
98
96
|
static_page:
|
|
99
97
|
changed_notably: Ha habido cambios notables.
|
|
100
98
|
content: Contenido
|
data/config/locales/es.yml
CHANGED
|
@@ -30,7 +30,6 @@ es:
|
|
|
30
30
|
body: Cuerpo
|
|
31
31
|
subject: Asunto
|
|
32
32
|
organization:
|
|
33
|
-
address: Nombre de host SMTP
|
|
34
33
|
alert_color: Alerta
|
|
35
34
|
badges_enabled: Habilitar insignias
|
|
36
35
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
|
@@ -66,8 +65,6 @@ es:
|
|
|
66
65
|
omnipresent_banner_short_description: Descripción breve
|
|
67
66
|
omnipresent_banner_title: Título
|
|
68
67
|
omnipresent_banner_url: URL
|
|
69
|
-
password: Contraseña
|
|
70
|
-
port: Puerto
|
|
71
68
|
primary_color: Primario
|
|
72
69
|
reference_prefix: Prefijo de la referencia
|
|
73
70
|
rich_text_editor_in_public_views: Habilitar editor de texto enriquecido para las participantes
|
|
@@ -79,7 +76,6 @@ es:
|
|
|
79
76
|
tos_version: Versión de los Términos de Servicio
|
|
80
77
|
twitter_handler: Nombre de Twitter
|
|
81
78
|
user_groups_enabled: Habilitar grupos
|
|
82
|
-
user_name: Nombre de usuario
|
|
83
79
|
warning_color: Advertencia
|
|
84
80
|
welcome_notification_body: Cuerpo del mensaje de notificación de bienvenida
|
|
85
81
|
welcome_notification_subject: Asunto del mensaje de notificación de bienvenida
|
|
@@ -95,6 +91,8 @@ es:
|
|
|
95
91
|
name: Nombre
|
|
96
92
|
organization: Organización
|
|
97
93
|
plural: Plural
|
|
94
|
+
settings:
|
|
95
|
+
scope_id: Ámbito
|
|
98
96
|
static_page:
|
|
99
97
|
changed_notably: Ha habido cambios notables.
|
|
100
98
|
content: Contenido
|
data/config/locales/eu.yml
CHANGED
|
@@ -3,27 +3,27 @@ eu:
|
|
|
3
3
|
attributes:
|
|
4
4
|
area:
|
|
5
5
|
area_type: Area mota
|
|
6
|
-
name:
|
|
6
|
+
name: Izena
|
|
7
7
|
organization: Erakundea
|
|
8
8
|
area_type:
|
|
9
|
-
name:
|
|
9
|
+
name: Izena
|
|
10
10
|
organization: Erakundea
|
|
11
11
|
plural: plural
|
|
12
12
|
attachment:
|
|
13
|
-
attachment_collection_id:
|
|
13
|
+
attachment_collection_id: Karpeta
|
|
14
14
|
description: Descripción
|
|
15
15
|
file: Fitxategia
|
|
16
16
|
attachment_collection:
|
|
17
|
-
description:
|
|
18
|
-
name:
|
|
17
|
+
description: Deskribapena
|
|
18
|
+
name: Izena
|
|
19
19
|
category:
|
|
20
20
|
description: Descripción
|
|
21
21
|
name: Izena
|
|
22
22
|
parent_id: Nagusia
|
|
23
23
|
component:
|
|
24
|
-
name:
|
|
24
|
+
name: Izena
|
|
25
25
|
published_at: Argitaratu at
|
|
26
|
-
weight:
|
|
26
|
+
weight: Pisu
|
|
27
27
|
id: NAN
|
|
28
28
|
newsletter:
|
|
29
29
|
body: Testua
|
|
@@ -34,7 +34,7 @@ eu:
|
|
|
34
34
|
cta_button_path: Deitu ekintza botoiaren bideora
|
|
35
35
|
cta_button_text: Deitu ekintza botoiaren testura
|
|
36
36
|
default_locale: Eskualdeko ezarpen lehenetsiak
|
|
37
|
-
description:
|
|
37
|
+
description: Deskribapena
|
|
38
38
|
enable_omnipresent_banner: Erakutsi omnipresent banner
|
|
39
39
|
facebook_handler: Facebook kudeatzailea
|
|
40
40
|
favicon: Ikonoa
|
|
@@ -84,12 +84,12 @@ eu:
|
|
|
84
84
|
show_in_footer: Erakutsi orri-oinean
|
|
85
85
|
slug: URL laburra
|
|
86
86
|
title: Titulua
|
|
87
|
-
weight:
|
|
87
|
+
weight: Pisu
|
|
88
88
|
static_page_topic:
|
|
89
|
-
description:
|
|
89
|
+
description: Deskribapena
|
|
90
90
|
show_in_footer: Erakutsi orri-oinean
|
|
91
91
|
title: Izenburua
|
|
92
|
-
weight:
|
|
92
|
+
weight: Pisu
|
|
93
93
|
user_group_csv_verification:
|
|
94
94
|
file: file
|
|
95
95
|
errors:
|
|
@@ -133,7 +133,7 @@ eu:
|
|
|
133
133
|
success: Area mota behar bezala suntsitu da
|
|
134
134
|
edit:
|
|
135
135
|
title: Editatu eremu mota
|
|
136
|
-
update:
|
|
136
|
+
update: Eguneratzearen
|
|
137
137
|
new:
|
|
138
138
|
create: Sortu eremu mota
|
|
139
139
|
title: Area mota berria
|
|
@@ -148,7 +148,7 @@ eu:
|
|
|
148
148
|
success: Area behar bezala suntsitu da
|
|
149
149
|
edit:
|
|
150
150
|
title: Editatu eremua
|
|
151
|
-
update:
|
|
151
|
+
update: Eguneratzearen
|
|
152
152
|
new:
|
|
153
153
|
create: Sortu eremua
|
|
154
154
|
title: Area berria
|
|
@@ -164,7 +164,7 @@ eu:
|
|
|
164
164
|
success: Karpeta ondo suntsitu da.
|
|
165
165
|
edit:
|
|
166
166
|
title: Editatu karpeta
|
|
167
|
-
update:
|
|
167
|
+
update: Eguneratzearen
|
|
168
168
|
index:
|
|
169
169
|
attachment_collection_used: Karpeta hau ezin da ezabatu erabiltzen ari delako.
|
|
170
170
|
attachment_collections_title: Eranskinen karpetak
|
|
@@ -225,7 +225,7 @@ eu:
|
|
|
225
225
|
success: Osagaia zuzen ezabatu da.
|
|
226
226
|
edit:
|
|
227
227
|
title: Editatu osagaia
|
|
228
|
-
update:
|
|
228
|
+
update: Eguneratzearen
|
|
229
229
|
form:
|
|
230
230
|
default_step_settings: Urratsen ezarpen lehenetsiak
|
|
231
231
|
global_settings: Ezarpen globalak
|
|
@@ -271,17 +271,17 @@ eu:
|
|
|
271
271
|
impersonatable_users:
|
|
272
272
|
index:
|
|
273
273
|
filter:
|
|
274
|
-
all:
|
|
274
|
+
all: Guztiak
|
|
275
275
|
managed: Kudeatutako
|
|
276
276
|
not_managed: Ez da kudeatzen
|
|
277
277
|
filter_by: Iragazi arabera
|
|
278
278
|
impersonate: Ordeztu
|
|
279
279
|
impersonate_new_managed_user: Ordezkatu erabiltzaile kudeatu berria
|
|
280
280
|
managed: Kudeatutako
|
|
281
|
-
name:
|
|
281
|
+
name: Izena
|
|
282
282
|
needs_authorization_warning: Gutxienez baimen gaitu bat behar duzu erakunde honendako.
|
|
283
283
|
not_managed: Ez da kudeatzen
|
|
284
|
-
promote:
|
|
284
|
+
promote: Sustatu
|
|
285
285
|
search: Search
|
|
286
286
|
status: Egoera
|
|
287
287
|
view_logs: Ikusi erregistroak
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -30,7 +30,6 @@ fi-pl:
|
|
|
30
30
|
body: Runko
|
|
31
31
|
subject: Otsikko
|
|
32
32
|
organization:
|
|
33
|
-
address: SMTP-palvelimen osoite
|
|
34
33
|
alert_color: Ilmoitus
|
|
35
34
|
badges_enabled: Ota kunniamerkit käyttöön
|
|
36
35
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
|
@@ -66,8 +65,6 @@ fi-pl:
|
|
|
66
65
|
omnipresent_banner_short_description: Lyhyt kuvaus
|
|
67
66
|
omnipresent_banner_title: Otsikko
|
|
68
67
|
omnipresent_banner_url: URL
|
|
69
|
-
password: Salasana
|
|
70
|
-
port: Portti
|
|
71
68
|
primary_color: Ensisijainen
|
|
72
69
|
reference_prefix: Viitteen etuliite
|
|
73
70
|
rich_text_editor_in_public_views: Ota käyttöön rikas tekstieditori osallistujille
|
|
@@ -79,7 +76,6 @@ fi-pl:
|
|
|
79
76
|
tos_version: Käyttöehtojen versio
|
|
80
77
|
twitter_handler: Twitter-käsittelijä
|
|
81
78
|
user_groups_enabled: Ota käyttäjäryhmät käyttöön
|
|
82
|
-
user_name: Käyttäjänimi
|
|
83
79
|
warning_color: Varoitus
|
|
84
80
|
welcome_notification_body: Tervetuloilmoituksen runko
|
|
85
81
|
welcome_notification_subject: Tervetuloilmoituksen otsikko
|
|
@@ -95,6 +91,8 @@ fi-pl:
|
|
|
95
91
|
name: Nimi
|
|
96
92
|
organization: Organisaatio
|
|
97
93
|
plural: Monikko
|
|
94
|
+
settings:
|
|
95
|
+
scope_id: Teema
|
|
98
96
|
static_page:
|
|
99
97
|
changed_notably: On tapahtunut huomattavia muutoksia.
|
|
100
98
|
content: Sisältö
|