Skip translations
This commit is contained in:
parent
b9bc5c6064
commit
7fa9dba20e
@ -32,15 +32,15 @@ en:
|
||||
- Friday
|
||||
- Saturday
|
||||
formats:
|
||||
default: '%Y-%m-%d'
|
||||
long: '%B %d, %Y'
|
||||
short: '%b %d'
|
||||
span_same_month_date_1: '%B %e'
|
||||
span_same_month_date_2: '%e, %Y'
|
||||
span_same_year_date_1: '%B %e'
|
||||
span_same_year_date_2: '%B %e, %Y'
|
||||
span_different_year_date_1: '%B %e, %Y'
|
||||
span_different_year_date_2: '%B %e, %Y'
|
||||
default: "%Y-%m-%d"
|
||||
long: "%B %d, %Y"
|
||||
short: "%b %d"
|
||||
span_same_month_date_1: "%B %e"
|
||||
span_same_month_date_2: "%e, %Y"
|
||||
span_same_year_date_1: "%B %e"
|
||||
span_same_year_date_2: "%B %e, %Y"
|
||||
span_different_year_date_1: "%B %e, %Y"
|
||||
span_different_year_date_2: "%B %e, %Y"
|
||||
month_names:
|
||||
-
|
||||
- January
|
||||
@ -59,7 +59,7 @@ en:
|
||||
- year
|
||||
- month
|
||||
- day
|
||||
date_span: '%{date_1} – %{date_2}'
|
||||
date_span: "%{date_1} – %{date_2}"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
@ -86,16 +86,16 @@ en:
|
||||
other: over %{count} years
|
||||
x_days:
|
||||
one: 1 day
|
||||
other: '%{count} days'
|
||||
other: "%{count} days"
|
||||
x_minutes:
|
||||
one: 1 minute
|
||||
other: '%{count} minutes'
|
||||
other: "%{count} minutes"
|
||||
x_months:
|
||||
one: 1 month
|
||||
other: '%{count} months'
|
||||
other: "%{count} months"
|
||||
x_seconds:
|
||||
one: 1 second
|
||||
other: '%{count} seconds'
|
||||
other: "%{count} seconds"
|
||||
prompts:
|
||||
day: Day
|
||||
hour: Hour
|
||||
@ -104,7 +104,7 @@ en:
|
||||
second: Seconds
|
||||
year: Year
|
||||
errors:
|
||||
format: '%{attribute} %{message}'
|
||||
format: "%{attribute} %{message}"
|
||||
messages:
|
||||
accepted: must be accepted
|
||||
blank: can't be blank
|
||||
@ -155,7 +155,7 @@ en:
|
||||
body: 'There were problems with the following fields:'
|
||||
header:
|
||||
one: 1 error prohibited this %{model} from being saved
|
||||
other: '%{count} errors prohibited this %{model} from being saved'
|
||||
other: "%{count} errors prohibited this %{model} from being saved"
|
||||
helpers:
|
||||
select:
|
||||
prompt: Please select
|
||||
@ -166,22 +166,22 @@ en:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: ','
|
||||
format: '%u%n'
|
||||
delimiter: ","
|
||||
format: "%u%n"
|
||||
precision: 2
|
||||
separator: .
|
||||
separator: "."
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
unit: $
|
||||
unit: "$"
|
||||
format:
|
||||
delimiter: ','
|
||||
delimiter: ","
|
||||
precision: 3
|
||||
separator: .
|
||||
separator: "."
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
human:
|
||||
decimal_units:
|
||||
format: '%n %u'
|
||||
format: "%n %u"
|
||||
units:
|
||||
billion: Billion
|
||||
million: Million
|
||||
@ -195,7 +195,7 @@ en:
|
||||
significant: true
|
||||
strip_insignificant_zeros: true
|
||||
storage_units:
|
||||
format: '%n %u'
|
||||
format: "%n %u"
|
||||
units:
|
||||
byte:
|
||||
one: Byte
|
||||
@ -207,21 +207,21 @@ en:
|
||||
percentage:
|
||||
format:
|
||||
delimiter: ''
|
||||
format: '%n%'
|
||||
format: "%n%"
|
||||
precision:
|
||||
format:
|
||||
delimiter: ''
|
||||
support:
|
||||
array:
|
||||
last_word_connector: ', and '
|
||||
two_words_connector: ' and '
|
||||
words_connector: ', '
|
||||
last_word_connector: ", and "
|
||||
two_words_connector: " and "
|
||||
words_connector: ", "
|
||||
time:
|
||||
am: am
|
||||
formats:
|
||||
default: '%a, %d %b %Y %H:%M:%S %z'
|
||||
long: '%l%P, %B %e, %Y'
|
||||
short: '%d %b %H:%M'
|
||||
default: "%a, %d %b %Y %H:%M:%S %z"
|
||||
long: "%l%P, %B %e, %Y"
|
||||
short: "%d %b %H:%M"
|
||||
pm: pm
|
||||
languages:
|
||||
af: Afrikaans
|
||||
@ -304,7 +304,7 @@ en:
|
||||
AT: Austria
|
||||
AU: Australia
|
||||
AW: Aruba
|
||||
AX: Åland
|
||||
AX: "Åland"
|
||||
AZ: Azerbaijan
|
||||
BA: Bosnia and Herzegovina
|
||||
BB: Barbados
|
||||
@ -996,9 +996,9 @@ en:
|
||||
- Zambia
|
||||
- Zimbabwe
|
||||
street_address:
|
||||
- '#####'
|
||||
- '####'
|
||||
- '###'
|
||||
- "#####"
|
||||
- "####"
|
||||
- "###"
|
||||
street_suffix:
|
||||
- Alley
|
||||
- Avenue
|
||||
@ -1229,8 +1229,8 @@ en:
|
||||
- 'Apt. ###'
|
||||
- 'Suite ###'
|
||||
postcode:
|
||||
- '#####'
|
||||
- '#####-####'
|
||||
- "#####"
|
||||
- "#####-####"
|
||||
state:
|
||||
- Alabama
|
||||
- Alaska
|
||||
@ -5133,37 +5133,37 @@ en:
|
||||
- :last_name
|
||||
phone_number:
|
||||
formats:
|
||||
- '###-###-####'
|
||||
- (###)###-####
|
||||
- "###-###-####"
|
||||
- "(###)###-####"
|
||||
- 1-###-###-####
|
||||
- '###.###.####'
|
||||
- '###-###-####'
|
||||
- (###)###-####
|
||||
- "###.###.####"
|
||||
- "###-###-####"
|
||||
- "(###)###-####"
|
||||
- 1-###-###-####
|
||||
- '###.###.####'
|
||||
- '###-###-#### x###'
|
||||
- (###)###-#### x###
|
||||
- "###.###.####"
|
||||
- "###-###-#### x###"
|
||||
- "(###)###-#### x###"
|
||||
- 1-###-###-#### x###
|
||||
- '###.###.#### x###'
|
||||
- '###-###-#### x####'
|
||||
- (###)###-#### x####
|
||||
- "###.###.#### x###"
|
||||
- "###-###-#### x####"
|
||||
- "(###)###-#### x####"
|
||||
- 1-###-###-#### x####
|
||||
- '###.###.#### x####'
|
||||
- '###-###-#### x#####'
|
||||
- (###)###-#### x#####
|
||||
- "###.###.#### x####"
|
||||
- "###-###-#### x#####"
|
||||
- "(###)###-#### x#####"
|
||||
- 1-###-###-#### x#####
|
||||
- '###.###.#### x#####'
|
||||
- "###.###.#### x#####"
|
||||
translate:
|
||||
pages:
|
||||
Locale_Translations: '%{language} Translations'
|
||||
Locale_Translations: "%{language} Translations"
|
||||
Enabled_Locales: Enabled Locales
|
||||
Incomplete_Locales: Incomplete Locales
|
||||
Other_Locales: Other Locales
|
||||
pages: 'Pages:'
|
||||
context_title: 'Context:'
|
||||
context:
|
||||
one: '%{context}'
|
||||
other: '%{context} (× %{count})'
|
||||
one: "%{context}"
|
||||
other: "%{context} (× %{count})"
|
||||
contexts:
|
||||
character: character
|
||||
sentence: sentence
|
||||
@ -5192,7 +5192,7 @@ en:
|
||||
explain_zero_fallback: This translation will use the plural version for the
|
||||
number 0
|
||||
History: History
|
||||
Locale_Translation: '%%{language} Translation'
|
||||
Locale_Translation: "%%{language} Translation"
|
||||
Save: Save
|
||||
content:
|
||||
needs_translations: This page contains untranslated content
|
||||
@ -5209,20 +5209,20 @@ en:
|
||||
become_a_volunteer: Become a volunteer translator
|
||||
volunteer: Can you help us translate it?
|
||||
site:
|
||||
locale_is_available: '%{site_name} is available in %{language}.'
|
||||
locale_is_available: "%{site_name} is available in %{language}."
|
||||
go_to_locale: See the %{language} site now
|
||||
locale_not_available: Sorry, %{site_name} is not currently available in %{language}.
|
||||
locale_needs_help: Can you help us translate the site into %{language}?
|
||||
translation_pages:
|
||||
Locale_Translations: '%{language} Translations'
|
||||
Locale_Translations: "%{language} Translations"
|
||||
Enabled_Locales: Enabled Locales
|
||||
Incomplete_Locales: Incomplete Locales
|
||||
Other_Locales: Other Locales
|
||||
pages: 'Pages:'
|
||||
context_title: 'Context:'
|
||||
context:
|
||||
one: '%{context}'
|
||||
other: '%{context} (× %{count})'
|
||||
one: "%{context}"
|
||||
other: "%{context} (× %{count})"
|
||||
contexts:
|
||||
character: character
|
||||
sentence: sentence
|
||||
@ -5324,7 +5324,7 @@ en:
|
||||
Payment is by donation and can be done now or upon arrival but to help us
|
||||
fund the conference, we ask that you pay the registration donation as soon
|
||||
as you can.
|
||||
currency: (amounts are in $USD)
|
||||
currency: "(amounts are in $USD)"
|
||||
email_confirm: Go to your inbox! You should see an email from Bike!Bike! in
|
||||
just a few moments. There will be a link in the email for you to click on.
|
||||
Check your spam box if you do not see it. If you encounter any problems,
|
||||
@ -5366,7 +5366,7 @@ en:
|
||||
tent: Tent Space
|
||||
bikes:
|
||||
medium: Medium
|
||||
none: (none)
|
||||
none: "(none)"
|
||||
actions:
|
||||
View_Workshops: View Workshops
|
||||
notes:
|
||||
@ -5508,6 +5508,7 @@ en:
|
||||
confirm: Confirm
|
||||
edit: Edit
|
||||
send: Send
|
||||
skip: Skip
|
||||
page_titles:
|
||||
'403':
|
||||
Please_Confirm_Email: Please confirm your email
|
||||
|
@ -32,11 +32,11 @@ es:
|
||||
- viernes
|
||||
- sábado
|
||||
formats:
|
||||
default: '%d/%m/%Y'
|
||||
long: '%d de %B de %Y'
|
||||
short: '%d de %b'
|
||||
span_same_month_date_2: '%e, %Y'
|
||||
span_same_month_date_1: '%B %e'
|
||||
default: "%d/%m/%Y"
|
||||
long: "%d de %B de %Y"
|
||||
short: "%d de %b"
|
||||
span_same_month_date_2: "%e, %Y"
|
||||
span_same_month_date_1: "%B %e"
|
||||
month_names:
|
||||
-
|
||||
- enero
|
||||
@ -55,7 +55,7 @@ es:
|
||||
- :day
|
||||
- :month
|
||||
- :year
|
||||
date_span: '%{date_1} – %{date_2}'
|
||||
date_span: "%{date_1} – %{date_2}"
|
||||
datetime:
|
||||
distance_in_words:
|
||||
about_x_hours:
|
||||
@ -82,16 +82,16 @@ es:
|
||||
other: más de %{count} años
|
||||
x_days:
|
||||
one: 1 día
|
||||
other: '%{count} días'
|
||||
other: "%{count} días"
|
||||
x_minutes:
|
||||
one: 1 minuto
|
||||
other: '%{count} minutos'
|
||||
other: "%{count} minutos"
|
||||
x_months:
|
||||
one: 1 mes
|
||||
other: '%{count} meses'
|
||||
other: "%{count} meses"
|
||||
x_seconds:
|
||||
one: 1 segundo
|
||||
other: '%{count} segundos'
|
||||
other: "%{count} segundos"
|
||||
prompts:
|
||||
day: Día
|
||||
hour: Hora
|
||||
@ -100,7 +100,7 @@ es:
|
||||
second: Segundos
|
||||
year: Año
|
||||
errors:
|
||||
format: '%{attribute} %{message}'
|
||||
format: "%{attribute} %{message}"
|
||||
messages:
|
||||
accepted: debe ser aceptado
|
||||
blank: no puede estar en blanco
|
||||
@ -138,22 +138,22 @@ es:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: .
|
||||
format: '%n %u'
|
||||
delimiter: "."
|
||||
format: "%n %u"
|
||||
precision: 2
|
||||
separator: ','
|
||||
separator: ","
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
unit: €
|
||||
unit: "€"
|
||||
format:
|
||||
delimiter: .
|
||||
delimiter: "."
|
||||
precision: 3
|
||||
separator: ','
|
||||
separator: ","
|
||||
significant: false
|
||||
strip_insignificant_zeros: false
|
||||
human:
|
||||
decimal_units:
|
||||
format: '%n %u'
|
||||
format: "%n %u"
|
||||
units:
|
||||
billion: mil millones
|
||||
million: millón
|
||||
@ -167,7 +167,7 @@ es:
|
||||
significant: true
|
||||
strip_insignificant_zeros: true
|
||||
storage_units:
|
||||
format: '%n %u'
|
||||
format: "%n %u"
|
||||
units:
|
||||
byte:
|
||||
one: Byte
|
||||
@ -184,19 +184,19 @@ es:
|
||||
delimiter: ''
|
||||
support:
|
||||
array:
|
||||
last_word_connector: ', y '
|
||||
two_words_connector: ' y '
|
||||
words_connector: ', '
|
||||
last_word_connector: ", y "
|
||||
two_words_connector: " y "
|
||||
words_connector: ", "
|
||||
time:
|
||||
am: am
|
||||
formats:
|
||||
default: '%A, %d de %B de %Y %H:%M:%S %z'
|
||||
long: '%d de %B de %Y %H:%M'
|
||||
short: '%d de %b %H:%M'
|
||||
default: "%A, %d de %B de %Y %H:%M:%S %z"
|
||||
long: "%d de %B de %Y %H:%M"
|
||||
short: "%d de %b %H:%M"
|
||||
pm: pm
|
||||
languages:
|
||||
af: afrikáans
|
||||
ar: árabe
|
||||
ar: "árabe"
|
||||
az: azerí
|
||||
bg: búlgaro
|
||||
bn: bengalí
|
||||
@ -692,14 +692,14 @@ es:
|
||||
conference_registration:
|
||||
headings:
|
||||
Registration_Info: Registro
|
||||
arrival_and_departure: ¿Que día llegas a Guadalajara?
|
||||
allergies: ¿Eres alergico a algo?
|
||||
languages: ¿Hablas?
|
||||
food: ¿Que comes?
|
||||
arrival_and_departure: "¿Que día llegas a Guadalajara?"
|
||||
allergies: "¿Eres alergico a algo?"
|
||||
languages: "¿Hablas?"
|
||||
food: "¿Que comes?"
|
||||
Enter_Your_Email: Correo electrónico
|
||||
location: Ciudad y pais
|
||||
name: Nombre
|
||||
Allergies: ¿Eres alergico a algo?
|
||||
Allergies: "¿Eres alergico a algo?"
|
||||
Workshops: Actividades
|
||||
Your_Workshops: Actividades
|
||||
Policy_Agreement: Acuerdo del Espacio Mas Seguro
|
||||
@ -707,13 +707,13 @@ es:
|
||||
Stats: Estadísticas
|
||||
Payment: Pago
|
||||
Your_Registration: Tu registro
|
||||
Youre_Done: ¡Estás listx!
|
||||
Youre_Done: "¡Estás listx!"
|
||||
arrival: Llegada
|
||||
bike: ¿Necesitas una bici?
|
||||
bike: "¿Necesitas una bici?"
|
||||
departure: Salida
|
||||
email_confirm: Confirmar correo electrónico
|
||||
housing: ¿Necesitas hospedaje?
|
||||
other: ¿Hay algo más que quisieras decirnos?
|
||||
housing: "¿Necesitas hospedaje?"
|
||||
other: "¿Hay algo más que quisieras decirnos?"
|
||||
payment: Cargos pagados
|
||||
payment_confirm: Por favor confirma tu pago
|
||||
paragraphs:
|
||||
@ -738,12 +738,12 @@ es:
|
||||
al ser confirmada podrás completar el registro, agregar talleres y pagar
|
||||
el donativo de registro. Si ya te registraste puedes re-confirmar tu dirección
|
||||
de e-mail para modificar los detalles de tu registro.
|
||||
currency: (cantidades en dólares americanos $USD)
|
||||
done: ¡Gracias por registrarte para Bike!Bike!
|
||||
email_confirm: ¡Ve a tu bandeja de entrada! Deberías ver un e-mail por parte
|
||||
currency: "(cantidades en dólares americanos $USD)"
|
||||
done: "¡Gracias por registrarte para Bike!Bike!"
|
||||
email_confirm: "¡Ve a tu bandeja de entrada! Deberías ver un e-mail por parte
|
||||
de Bike!Bike! en unos momentos. Contendrá un enlace sobre el cual debes
|
||||
hacer click. Revisa tu bandeja de correo no deseado si no lo ves. Si tienes
|
||||
algún problema, por favor envía un e-mail a admin@bikebike.org
|
||||
algún problema, por favor envía un e-mail a admin@bikebike.org"
|
||||
participants_emailed: Tu correo ha sido enviado a todxs lxs participantes
|
||||
de %{conference_title}.
|
||||
payment_confirm: Estás por confirmar tu pago de %{amount} para el registro.
|
||||
@ -766,14 +766,14 @@ es:
|
||||
terms:
|
||||
Bikes: Bici
|
||||
Donation_Count: Donar
|
||||
Languages: ¿Hablas?
|
||||
Languages: "¿Hablas?"
|
||||
Total_Donations: Donar
|
||||
Food: Comida
|
||||
Housing: Hospedaje
|
||||
Total_Registrations: Registros totales
|
||||
actions:
|
||||
View_Workshops: Ver Talleres
|
||||
none: (ninguno)
|
||||
none: "(ninguno)"
|
||||
notes:
|
||||
Test_Email_Sent: Un email fue enviado a %{email_address}
|
||||
about_bikebike:
|
||||
@ -809,7 +809,7 @@ es:
|
||||
sobre cómo puedes obtener hospedaje por tu cuenta y otros lugares recomendados
|
||||
para visitar, también debe ser proveída por el anfitrión en la página de
|
||||
la conferencia o en un documento físico al llegar a la conferencia. '
|
||||
Volunteer: '¡Sí, por favor! '
|
||||
Volunteer: "¡Sí, por favor! "
|
||||
headings:
|
||||
Amenities: Donde puedo dormir? Donde puedo comer? Como puedo ir de vuelta?
|
||||
Types_of_Workshops: Que tipos de actividades va ver?
|
||||
@ -831,12 +831,12 @@ es:
|
||||
paragraphs:
|
||||
info: 'Título de la actividad: Que necesitas? Tipo de espacio? Tema? Quién
|
||||
es responsable? Descripción? Tiempo?'
|
||||
Workshops: ¿Tienes alguna habilidad emocionante que quieres compartir con
|
||||
Workshops: "¿Tienes alguna habilidad emocionante que quieres compartir con
|
||||
nosotros? ¿Quieres charlar sobre crear espacios comunitarios seguros? ¿Quieres
|
||||
asegurarte de que hagamos un buen paseo el fin de semana? ¡Propón un taller!
|
||||
No te preocupes si no eres unx expertx, queremos escuchar acerca de las
|
||||
experiencias de todxs dentro de los diferentes talleres comunitarios de
|
||||
los que venimos con sus diferentes configuraciones.
|
||||
los que venimos con sus diferentes configuraciones."
|
||||
new_workshop: 'Anteriormente los talleres se han podido integrar en una serie
|
||||
de categorías amplias: organización/estructura (cómo iniciar un taller comunitario,
|
||||
cómo registrar una asociación sin fines de lucro, toma de decisiones mediante
|
||||
@ -848,10 +848,10 @@ es:
|
||||
ver!'
|
||||
notes: Las notas se comparten solo con lxs organizadorxs de la conferencia
|
||||
y con lxs facilitadorxs de los talleres.
|
||||
space: ¿Qué tipo de espacio necesitas para tu taller?
|
||||
theme: ¿Cuáles de estos temas describen mejor tu taller? Esto ayudará a los
|
||||
space: "¿Qué tipo de espacio necesitas para tu taller?"
|
||||
theme: "¿Cuáles de estos temas describen mejor tu taller? Esto ayudará a los
|
||||
anfitriones a evitar conflictos de horario. Seleciona 'otro' si ninguna
|
||||
de las opciones se relaciona de ninguna forma.
|
||||
de las opciones se relaciona de ninguna forma."
|
||||
headings:
|
||||
facilitators: facilitadores
|
||||
Delete_Workshop: Eliminar Actividad
|
||||
@ -865,8 +865,8 @@ es:
|
||||
policy:
|
||||
headings:
|
||||
The_Agreement: Acuerdo del Espacio Mas Seguro
|
||||
How: ¿Cómo se hace cumplir esta política?
|
||||
Why: ¿Porqué tener un Acuerdo de Espacios Más Seguros?
|
||||
How: "¿Cómo se hace cumplir esta política?"
|
||||
Why: "¿Porqué tener un Acuerdo de Espacios Más Seguros?"
|
||||
paragraphs:
|
||||
How: La ciudad anfitriona tiene la responsabilidad de mediar en cualquier
|
||||
situación concerniente a Espacios Más Seguros. Ellas decidirán qué amerita
|
||||
@ -930,6 +930,7 @@ es:
|
||||
save: Guardar
|
||||
send: Enviar
|
||||
test: Prueba
|
||||
skip: Omitir
|
||||
links:
|
||||
footer:
|
||||
help_text:
|
||||
@ -972,7 +973,7 @@ es:
|
||||
translate:
|
||||
content:
|
||||
translate_now: Translar ahora
|
||||
can_you_help: ¿Se puede traducir del %%{language_a} al %%{language_b}?
|
||||
can_you_help: "¿Se puede traducir del %%{language_a} al %%{language_b}?"
|
||||
outdated_translation: El contenido que ha sido superado
|
||||
translation_out_of_date: Contenido traducido en esta página puede no ser exacta
|
||||
un_translated: Contenido sin traducir
|
||||
@ -996,9 +997,9 @@ es:
|
||||
other: plural
|
||||
two: dos
|
||||
Incomplete_Locales: Incomplete Languages
|
||||
Locale_Translations: '%{language} Traducciones'
|
||||
Locale_Translations: "%{language} Traducciones"
|
||||
context:
|
||||
other: '%{context} (× %{count})'
|
||||
other: "%{context} (× %{count})"
|
||||
context_title: 'Contexto:'
|
||||
default_value: Predeterminado
|
||||
no_value: Indefinido
|
||||
@ -1018,12 +1019,12 @@ es:
|
||||
variables: Variables
|
||||
site:
|
||||
go_to_locale: Ver el sitio %%{language} ahora
|
||||
locale_is_available: '%%{site_name} está disponible en %%{language}'
|
||||
locale_needs_help: ¿Puedes ayudar a traducir el sitio al %%{language}?
|
||||
locale_is_available: "%%{site_name} está disponible en %%{language}"
|
||||
locale_needs_help: "¿Puedes ayudar a traducir el sitio al %%{language}?"
|
||||
locale_not_available: Lo sentimos, %%{site_name} no está disponible en %%{language}.
|
||||
volunteer:
|
||||
become_a_volunteer: Conviértete en un traductor voluntario
|
||||
volunteer: ¿Puedes ayudar a traducir esto?
|
||||
volunteer: "¿Puedes ayudar a traducir esto?"
|
||||
menu:
|
||||
submenu:
|
||||
registration:
|
||||
@ -1040,8 +1041,8 @@ es:
|
||||
link:
|
||||
please_confirm: Confirmar ahora
|
||||
paragraph:
|
||||
please_confirm: ¡Hola! Para ingresar al registro y otras funciones de Bike!Bike!
|
||||
confirma tu dirección de e-mail por favor.
|
||||
please_confirm: "¡Hola! Para ingresar al registro y otras funciones de Bike!Bike!
|
||||
confirma tu dirección de e-mail por favor."
|
||||
subject:
|
||||
confirm_email: E-mail de confirmación
|
||||
roles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user