This commit is contained in:
les
2019-09-11 19:12:24 +02:00
parent 93baf01a55
commit 2fe956d117
65 changed files with 762 additions and 721 deletions

View File

@@ -139,7 +139,7 @@ Adding this link to your feed reader will keep you up to date.`,
delete_user_confirm: 'Are you sure to remove this user?',
user_remove_ok: 'User removed',
user_create_ok: 'User created',
allow_registration_description : 'Allow open registrations?',
allow_registration_description: 'Allow open registrations?',
allow_anon_event: 'Allow anon events (has to be confirmed)?',
allow_recurrent_event: 'Enable recurrent events',
recurrent_event_visible: 'Show recurrent events by default',
@@ -157,12 +157,12 @@ Adding this link to your feed reader will keep you up to date.`,
password_updated: 'Password updated',
danger_section: 'Dangerous section',
remove_account: 'By pressing the following button your user will be deleted. The events you published instead no.',
remove_account_confirm: 'You are about to permanently delete your account',
remove_account_confirm: 'You are about to permanently delete your account'
},
error: {
nick_taken: 'This nickname is already used',
email_taken: 'This email is already used'
email_taken: 'This email is already used'
},
ordinal: {
@@ -171,10 +171,10 @@ Adding this link to your feed reader will keep you up to date.`,
3: 'third',
4: 'fourth',
5: 'fifth',
[-1]: 'last',
[-1]: 'last'
},
about: `
<p><a href='https://gancio.org'>Gancio</a> is a shared agenda for local communities.</p>
`
}
}

View File

@@ -143,7 +143,7 @@ export default {
delete_user_confirm: '¿Estás seguro/a de borrar este usuario?',
user_remove_ok: 'Usuario eliminado',
user_create_ok: 'Usuario creado',
allow_registration_description : '¿Querés habilitar el registro?',
allow_registration_description: '¿Querés habilitar el registro?',
allow_anon_event: '¿Se pueden ingresar eventos anónimos (sujeto a confirmación)?',
allow_comments: 'Habilitar comentarios',
allow_recurrent_event: 'Habilitar eventos fijos',
@@ -162,7 +162,7 @@ export default {
password_updated: 'Contraseña modificada',
danger_section: 'Sección peligrosa',
remove_account: 'Al presionar el siguiente botón, su usuario será eliminado. No serán eliminados los eventos que publicaste.',
remove_account_confirm: 'Estás por borrar definitivamente tu cuenta',
remove_account_confirm: 'Estás por borrar definitivamente tu cuenta'
},
error: {
@@ -176,7 +176,7 @@ export default {
3: 'tercero',
4: 'cuarto',
5: 'quinto',
[-1]: 'último',
[-1]: 'último'
},
about: `

View File

@@ -145,7 +145,7 @@ export default {
delete_user_confirm: 'Sicura di rimuovere questo utente?',
user_remove_ok: 'Utente eliminato',
user_create_ok: 'Utente creato',
allow_registration_description : 'Vuoi abilitare la registrazione?',
allow_registration_description: 'Vuoi abilitare la registrazione?',
allow_anon_event: 'Si possono inserire eventi anonimi (previa conferma)?',
allow_comments: 'Abilita commenti',
allow_recurrent_event: 'Abilita eventi fissi',
@@ -164,7 +164,7 @@ export default {
password_updated: 'Password modificata',
danger_section: 'Sezione pericolosa',
remove_account: 'Premendo il seguente tasto il tuo utente verrà eliminato. Gli eventi da te pubblicati invece no.',
remove_account_confirm: 'Stai per eliminare definitivamente il tuo account',
remove_account_confirm: 'Stai per eliminare definitivamente il tuo account'
},
error: {
@@ -175,7 +175,7 @@ export default {
confirm: {
title: 'Conferma utente',
not_valid: 'Mmmmm qualcosa è andato storto.',
valid: 'Il tuo account è stato confermato, ora puoi <a href="/login">entrare</a>',
valid: 'Il tuo account è stato confermato, ora puoi <a href="/login">entrare</a>'
},
ordinal: {
@@ -184,7 +184,7 @@ export default {
3: 'terzo',
4: 'quarto',
5: 'quinto',
[-1]: 'ultimo',
[-1]: 'ultimo'
},
about: `
@@ -218,4 +218,4 @@ export default {
su underscore chicciola autistici.org</p>
`
}
}