decidim-conferences 0.27.3 → 0.27.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/conferences/admin/destroy_conference_admin.rb +5 -0
- data/app/controllers/decidim/conferences/admin/conference_invites_controller.rb +8 -12
- data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +8 -10
- data/app/controllers/decidim/conferences/admin/conference_speakers_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/media_links_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/partners_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_type_publications_controller.rb +1 -1
- data/app/controllers/decidim/conferences/admin/registration_types_controller.rb +1 -1
- data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -1
- data/app/controllers/decidim/conferences/conferences_controller.rb +1 -1
- data/app/views/decidim/conferences/admin/conference_copies/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_invites/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_registrations/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_speakers/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conference_user_roles/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/conferences/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/diplomas/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/media_links/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/_form.html.erb +1 -2
- data/app/views/decidim/conferences/admin/partners/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/partners/new.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/edit.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/index.html.erb +1 -0
- data/app/views/decidim/conferences/admin/registration_types/new.html.erb +1 -0
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -9
- data/config/locales/ca.yml +4 -4
- data/config/locales/cs.yml +11 -11
- data/config/locales/de.yml +17 -10
- data/config/locales/el.yml +13 -7
- data/config/locales/en.yml +2 -2
- data/config/locales/es-MX.yml +3 -3
- data/config/locales/es-PY.yml +5 -5
- data/config/locales/es.yml +3 -3
- data/config/locales/eu.yml +192 -180
- data/config/locales/fi-plain.yml +4 -4
- data/config/locales/fi.yml +11 -11
- data/config/locales/fr-CA.yml +4 -4
- data/config/locales/fr.yml +5 -5
- data/config/locales/gl.yml +0 -9
- data/config/locales/hu.yml +1 -8
- data/config/locales/id-ID.yml +0 -8
- data/config/locales/it.yml +2 -11
- data/config/locales/ja.yml +4 -6
- data/config/locales/kaa.yml +20 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +11 -7
- data/config/locales/lv.yml +0 -6
- data/config/locales/nl.yml +0 -9
- data/config/locales/no.yml +0 -7
- data/config/locales/pl.yml +14 -3
- data/config/locales/pt-BR.yml +1 -7
- data/config/locales/pt.yml +1 -8
- data/config/locales/ro-RO.yml +1 -10
- data/config/locales/sk.yml +0 -6
- data/config/locales/sl.yml +0 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +4 -9
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +2 -8
- data/config/locales/zh-CN.yml +0 -8
- data/config/locales/zh-TW.yml +0 -7
- data/lib/decidim/api/conference_speaker_type.rb +1 -1
- data/lib/decidim/conferences/version.rb +1 -1
- metadata +17 -14
data/config/locales/de.yml
CHANGED
@@ -20,7 +20,7 @@ de:
|
|
20
20
|
objectives: Ziele
|
21
21
|
participatory_processes_ids: Ähnliche Beteiligungsprozesse
|
22
22
|
promoted: Gefördert
|
23
|
-
published_at: Veröffentlicht
|
23
|
+
published_at: Veröffentlicht am
|
24
24
|
registration_terms: Registrierungsbedingungen
|
25
25
|
registrations_enabled: Registrierungen aktiviert
|
26
26
|
scope_id: Umfang
|
@@ -29,6 +29,7 @@ de:
|
|
29
29
|
show_statistics: Zeige Statistiken
|
30
30
|
sign_date: Unterzeichnungsdatum
|
31
31
|
signature: Unterschrift
|
32
|
+
signature_name: Signaturname
|
32
33
|
slogan: Slogan
|
33
34
|
slug: URL-Block
|
34
35
|
start_date: Startdatum
|
@@ -62,7 +63,7 @@ de:
|
|
62
63
|
personal_url: Persönliche URL
|
63
64
|
position: Position
|
64
65
|
short_bio: Kurze Beschreibung
|
65
|
-
twitter_handle:
|
66
|
+
twitter_handle: X-Handler
|
66
67
|
user_id: Nutzer
|
67
68
|
conference_user_role:
|
68
69
|
email: Email
|
@@ -131,8 +132,10 @@ de:
|
|
131
132
|
destroy:
|
132
133
|
success: Benutzer wurde erfolgreich von dieser Konferenz entfernt.
|
133
134
|
edit:
|
134
|
-
title:
|
135
|
+
title: Konferenzadmin aktualisieren.
|
135
136
|
update: Aktualisieren
|
137
|
+
index:
|
138
|
+
conference_admins_title: Konferenzadmins
|
136
139
|
new:
|
137
140
|
create: Erstellen
|
138
141
|
title: Neuer Konferenzbenutzer
|
@@ -201,7 +204,7 @@ de:
|
|
201
204
|
models:
|
202
205
|
conference:
|
203
206
|
fields:
|
204
|
-
created_at:
|
207
|
+
created_at: Erstellt am
|
205
208
|
promoted: Gefördert
|
206
209
|
published: Veröffentlicht
|
207
210
|
title: Titel
|
@@ -310,6 +313,7 @@ de:
|
|
310
313
|
update: "%{user_name} hat den Partner %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
311
314
|
registration_type:
|
312
315
|
create: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} erstellt"
|
316
|
+
delete: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} entfernt"
|
313
317
|
publish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} veröffentlicht"
|
314
318
|
unpublish: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} auf \"unveröffentlicht\" gesetzt"
|
315
319
|
update: "%{user_name} hat den Registrierungstyp %{resource_name} in der Konferenz %{space_name} aktualisiert"
|
@@ -327,7 +331,7 @@ de:
|
|
327
331
|
admin:
|
328
332
|
conference_copies:
|
329
333
|
form:
|
330
|
-
slug_help: 'URL-Slugs werden
|
334
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
331
335
|
conference_invites:
|
332
336
|
create:
|
333
337
|
error: Beim Einladen des Benutzers zur Teilnahme an der Konferenz ist ein Problem aufgetreten.
|
@@ -340,7 +344,7 @@ de:
|
|
340
344
|
select_user: Nutzer wählen
|
341
345
|
index:
|
342
346
|
filter:
|
343
|
-
accepted:
|
347
|
+
accepted: Angenommen
|
344
348
|
all: Alle
|
345
349
|
rejected: Abgelehnt
|
346
350
|
sent: Geschickt
|
@@ -369,7 +373,7 @@ de:
|
|
369
373
|
registrations_count:
|
370
374
|
one: Es gab 1 Registrierung.
|
371
375
|
other: Es gab %{count} Registrierungen.
|
372
|
-
slug_help: 'URL-Slugs werden
|
376
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Konferenz verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
373
377
|
diplomas:
|
374
378
|
edit:
|
375
379
|
save: Speichern
|
@@ -378,6 +382,7 @@ de:
|
|
378
382
|
invite:
|
379
383
|
decline: Einladung '%{conference_title}' ablehnen
|
380
384
|
invited_existing_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz um %{application}teilzunehmen. Sie können dies über die unten stehenden Links ablehnen oder akzeptieren."
|
385
|
+
invited_user_to_join_a_conference: "%{invited_by} hat Sie eingeladen, an einer Konferenz auf %{application} teilzunehmen. Sie können die Einladung über den unten stehenden Link akzeptieren."
|
381
386
|
registration: Registrierung für '%{conference_title}'
|
382
387
|
partners:
|
383
388
|
index:
|
@@ -399,7 +404,7 @@ de:
|
|
399
404
|
success: Konferenz-Teilnahmebestätigung korrekt gesendet
|
400
405
|
conference:
|
401
406
|
registration_confirm:
|
402
|
-
cancel:
|
407
|
+
cancel: Abbrechen
|
403
408
|
confirm: Bestätigen
|
404
409
|
show:
|
405
410
|
free: Kostenlos
|
@@ -428,14 +433,16 @@ de:
|
|
428
433
|
create:
|
429
434
|
invalid: Bei dieser Konferenz ist ein Problem aufgetreten.
|
430
435
|
success: Sie sind der Konferenz erfolgreich beigetreten.
|
436
|
+
unauthorized: Sie müssen sich anmelden, um sich bei der Konferenz anzumelden.
|
431
437
|
decline_invitation:
|
432
438
|
invalid: Es ist ein Problem aufgetreten, dass die Einladung abgelehnt wurde.
|
433
439
|
success: Sie haben die Einladung erfolgreich abgelehnt.
|
440
|
+
unauthorized: Sie müssen sich anmelden, bevor Sie die Einladung ablehnen.
|
434
441
|
destroy:
|
435
442
|
invalid: Beim Verlassen dieser Konferenz ist ein Problem aufgetreten.
|
436
443
|
success: Sie haben die Konferenz erfolgreich verlassen.
|
437
444
|
conference_speaker:
|
438
|
-
go_to_twitter: Gehe zu
|
445
|
+
go_to_twitter: Gehe zu X
|
439
446
|
more_info: Mehr Informationen
|
440
447
|
personal_website: Persönliche Webseite
|
441
448
|
show:
|
@@ -491,7 +498,7 @@ de:
|
|
491
498
|
email: Email
|
492
499
|
name: Name
|
493
500
|
registration_type: Registrierungstyp
|
494
|
-
state:
|
501
|
+
state: Status
|
495
502
|
states:
|
496
503
|
confirmed: Bestätigt
|
497
504
|
pending: steht aus
|
data/config/locales/el.yml
CHANGED
@@ -29,6 +29,7 @@ el:
|
|
29
29
|
show_statistics: Εμφάνιση στατιστικών
|
30
30
|
sign_date: Ημερομηνία υπογραφής
|
31
31
|
signature: Υπογραφή
|
32
|
+
signature_name: Όνομα υπογραφής
|
32
33
|
slogan: Σύνθημα
|
33
34
|
slug: Slug διεύθυνσης URL
|
34
35
|
start_date: Ημερομηνία έναρξης
|
@@ -37,12 +38,15 @@ el:
|
|
37
38
|
date: Ημερομηνία
|
38
39
|
link: Σύνδεσμος
|
39
40
|
title: Τίτλος
|
41
|
+
weight: Θέση κατάταξης
|
40
42
|
conference_partner:
|
41
43
|
link: Σύνδεσμος
|
42
44
|
logo: Λογότυπο
|
43
45
|
name: Όνομα
|
44
46
|
partner_type: Τύπος εταίρου
|
47
|
+
weight: Θέση κατάταξης
|
45
48
|
conference_registration_invite:
|
49
|
+
email: Email
|
46
50
|
name: Όνομα
|
47
51
|
registration_type_id: Τύπος εγγραφής
|
48
52
|
user_id: Χρήστης
|
@@ -50,13 +54,15 @@ el:
|
|
50
54
|
description: Περιγραφή
|
51
55
|
price: Τιμή
|
52
56
|
title: Τίτλος
|
57
|
+
weight: Θέση κατάταξης
|
53
58
|
conference_speaker:
|
54
59
|
affiliation: Δεσμός
|
55
60
|
avatar: Εικόνα Χρήστη
|
56
61
|
conference_meeting_ids: Σχετικές συναντήσεις
|
57
62
|
full_name: Ονοματεπώνυμο
|
63
|
+
personal_url: Προσωπικό URL
|
58
64
|
position: Θέση
|
59
|
-
|
65
|
+
short_bio: Σύντομο βιογραφικό
|
60
66
|
user_id: Χρήστης
|
61
67
|
conference_user_role:
|
62
68
|
email: Email
|
@@ -127,6 +133,8 @@ el:
|
|
127
133
|
edit:
|
128
134
|
title: Ενημέρωση διαχειριστή διάσκεψης.
|
129
135
|
update: Ενημέρωση
|
136
|
+
index:
|
137
|
+
conference_admins_title: Διαχειριστές διάσκεψης
|
130
138
|
new:
|
131
139
|
create: Δημιουργία
|
132
140
|
title: Νέος διαχειριστής διάσκεψης.
|
@@ -304,6 +312,7 @@ el:
|
|
304
312
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον εταίρο %{resource_name} στη διάσκεψη %{space_name}"
|
305
313
|
registration_type:
|
306
314
|
create: "Ο χρήστης %{user_name} δημιούργησε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
315
|
+
delete: "Ο χρήστης %{user_name} αφαίρεσε τον τύπο εγγραφής %{resource_name} από τη διάσκεψη %{space_name}"
|
307
316
|
publish: "Ο χρήστης %{user_name} δημοσίευσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
308
317
|
unpublish: "Ο χρήστης %{user_name} κατάργησε τη δημοσίευση του τύπου εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
309
318
|
update: "Ο χρήστης %{user_name} ενημέρωσε τον τύπο εγγραφής %{resource_name} στη διάσκεψη %{space_name}"
|
@@ -319,9 +328,6 @@ el:
|
|
319
328
|
title: Ομιλητές
|
320
329
|
conferences:
|
321
330
|
admin:
|
322
|
-
conference_copies:
|
323
|
-
form:
|
324
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
325
331
|
conference_invites:
|
326
332
|
create:
|
327
333
|
error: Υπήρξε ένα πρόβλημα κατά την πρόσκληση του συμμετέχοντα στη διάσκεψη.
|
@@ -363,7 +369,6 @@ el:
|
|
363
369
|
registrations_count:
|
364
370
|
one: Πραγματοποιήθηκε 1 εγγραφή.
|
365
371
|
other: Πραγματοποιήθηκαν %{count} εγγραφές.
|
366
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη διάσκεψη. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
367
372
|
diplomas:
|
368
373
|
edit:
|
369
374
|
save: Αποθήκευση
|
@@ -372,6 +377,7 @@ el:
|
|
372
377
|
invite:
|
373
378
|
decline: Απόρριψη πρόσκλησης «%{conference_title}»
|
374
379
|
invited_existing_user_to_join_a_conference: "Ο χρήστης %{invited_by} σάς προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στην εφαρμογή %{application}. Μπορείτε να την απορρίψετε ή να την αποδεχτείτε μέσω των παρακάτω συνδέσμων."
|
380
|
+
invited_user_to_join_a_conference: "Ο/Η %{invited_by} σας προσκάλεσε να συμμετάσχετε σε μια διάσκεψη στο %{application}. Μπορείτε να την αποδεχτείτε μέσω του παρακάτω συνδέσμου."
|
375
381
|
registration: Εγγραφή για τη διάσκεψη «%{conference_title}»
|
376
382
|
partners:
|
377
383
|
index:
|
@@ -422,14 +428,15 @@ el:
|
|
422
428
|
create:
|
423
429
|
invalid: Υπήρξε ένα πρόβλημα κατά τη συμμετοχή σε αυτήν τη διάσκεψη.
|
424
430
|
success: Συμμετείχατε στη διάσκεψη με επιτυχία.
|
431
|
+
unauthorized: Πρέπει να συνδεθείτε πριν εγγραφείτε στη διάσκεψη.
|
425
432
|
decline_invitation:
|
426
433
|
invalid: Υπήρξε ένα πρόβλημα κατά την απόρριψη της πρόσκλησης.
|
427
434
|
success: Απορρίψατε την πρόσκληση με επιτυχία.
|
435
|
+
unauthorized: Θα πρέπει να συνδεθείτε πριν απορρίψετε την πρόσκληση.
|
428
436
|
destroy:
|
429
437
|
invalid: Υπήρξε ένα πρόβλημα κατά την αποχώρηση από αυτήν τη διάσκεψη.
|
430
438
|
success: Αποχωρήσατε από τη διάσκεψη με επιτυχία.
|
431
439
|
conference_speaker:
|
432
|
-
go_to_twitter: Μετάβαση στο Twitter
|
433
440
|
more_info: περισσότερες πληροφορίες
|
434
441
|
personal_website: Προσωπικός ιστότοπος
|
435
442
|
show:
|
@@ -494,7 +501,6 @@ el:
|
|
494
501
|
highlighted_conferences:
|
495
502
|
active_conferences: Ενεργές διασκέψεις
|
496
503
|
conferences_button_title: Σύνδεσμος προς τη σελίδα Διασκέψεων που εμφανίζει όλες τις διασκέψεις
|
497
|
-
see_all_conferences: Δείτε όλες τις διασκέψεις
|
498
504
|
photo:
|
499
505
|
image:
|
500
506
|
attributes:
|
data/config/locales/en.yml
CHANGED
@@ -63,7 +63,7 @@ en:
|
|
63
63
|
personal_url: Personal URL
|
64
64
|
position: Position
|
65
65
|
short_bio: Short bio
|
66
|
-
twitter_handle:
|
66
|
+
twitter_handle: X handle
|
67
67
|
user_id: User
|
68
68
|
conference_user_role:
|
69
69
|
email: Email
|
@@ -442,7 +442,7 @@ en:
|
|
442
442
|
invalid: There was a problem leaving this conference.
|
443
443
|
success: You have successfully left the conference.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Go to
|
445
|
+
go_to_twitter: Go to X
|
446
446
|
more_info: more info
|
447
447
|
personal_website: Personal website
|
448
448
|
show:
|
data/config/locales/es-MX.yml
CHANGED
@@ -63,7 +63,7 @@ es-MX:
|
|
63
63
|
personal_url: URL personal
|
64
64
|
position: Cargo
|
65
65
|
short_bio: Breve biografía
|
66
|
-
twitter_handle: Cuenta
|
66
|
+
twitter_handle: Cuenta en X
|
67
67
|
user_id: Usuaria
|
68
68
|
conference_user_role:
|
69
69
|
email: Correo electrónico
|
@@ -442,7 +442,7 @@ es-MX:
|
|
442
442
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
443
443
|
success: Has abandonado la conferencia con éxito.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Ir a
|
445
|
+
go_to_twitter: Ir a X
|
446
446
|
more_info: más información
|
447
447
|
personal_website: Sitio web personal
|
448
448
|
show:
|
@@ -507,7 +507,7 @@ es-MX:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Conferencias activas
|
509
509
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
510
|
-
see_all_conferences: Ver todas las
|
510
|
+
see_all_conferences: Ver todas las jornadas
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/es-PY.yml
CHANGED
@@ -63,7 +63,7 @@ es-PY:
|
|
63
63
|
personal_url: URL personal
|
64
64
|
position: Cargo
|
65
65
|
short_bio: Breve biografía
|
66
|
-
twitter_handle: Cuenta
|
66
|
+
twitter_handle: Cuenta en X
|
67
67
|
user_id: Usuaria
|
68
68
|
conference_user_role:
|
69
69
|
email: Correo electrónico
|
@@ -331,7 +331,7 @@ es-PY:
|
|
331
331
|
admin:
|
332
332
|
conference_copies:
|
333
333
|
form:
|
334
|
-
slug_help: 'Las
|
334
|
+
slug_help: 'Las URL amigables se utilizan para generar las URL que apuntan a esta conferencia. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
335
335
|
conference_invites:
|
336
336
|
create:
|
337
337
|
error: Ha habido un problema al invitar al usuario a unirse a la conferencia.
|
@@ -373,7 +373,7 @@ es-PY:
|
|
373
373
|
registrations_count:
|
374
374
|
one: Ha habido 1 registro.
|
375
375
|
other: Ha habido %{count} registros.
|
376
|
-
slug_help: 'Las
|
376
|
+
slug_help: 'Las URL amigables se utilizan para generar las URL que apuntan a esta conferencia. Solo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
377
377
|
diplomas:
|
378
378
|
edit:
|
379
379
|
save: Salvar
|
@@ -442,7 +442,7 @@ es-PY:
|
|
442
442
|
invalid: Ha habido un problema al abandonar esta conferencia.
|
443
443
|
success: Usted ha abandonado la conferencia con éxito.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Ir a
|
445
|
+
go_to_twitter: Ir a X
|
446
446
|
more_info: más información
|
447
447
|
personal_website: Sitio web personal
|
448
448
|
show:
|
@@ -507,7 +507,7 @@ es-PY:
|
|
507
507
|
highlighted_conferences:
|
508
508
|
active_conferences: Conferencias activas
|
509
509
|
conferences_button_title: Enlace a la página de Jornadas que muestra todas las jornadas
|
510
|
-
see_all_conferences: Ver todas las
|
510
|
+
see_all_conferences: Ver todas las jornadas
|
511
511
|
photo:
|
512
512
|
image:
|
513
513
|
attributes:
|
data/config/locales/es.yml
CHANGED
@@ -63,7 +63,7 @@ es:
|
|
63
63
|
personal_url: URL personal
|
64
64
|
position: Cargo
|
65
65
|
short_bio: Breve biografía
|
66
|
-
twitter_handle: Cuenta
|
66
|
+
twitter_handle: Cuenta en X
|
67
67
|
user_id: Usuaria
|
68
68
|
conference_user_role:
|
69
69
|
email: Correo electrónico
|
@@ -347,7 +347,7 @@ es:
|
|
347
347
|
accepted: Aceptada
|
348
348
|
all: Todas
|
349
349
|
rejected: Rechazada
|
350
|
-
sent:
|
350
|
+
sent: Enviado
|
351
351
|
filter_by: Filtrar por
|
352
352
|
invite_attendee: Invitar participante
|
353
353
|
invites: Invita
|
@@ -442,7 +442,7 @@ es:
|
|
442
442
|
invalid: Se ha producido un error al abandonar esta jornada.
|
443
443
|
success: Has abandonado la jornada correctamente.
|
444
444
|
conference_speaker:
|
445
|
-
go_to_twitter: Ir a
|
445
|
+
go_to_twitter: Ir a X
|
446
446
|
more_info: más información
|
447
447
|
personal_website: Sitio web personal
|
448
448
|
show:
|