[fix] add locales
This commit is contained in:
@@ -50,7 +50,14 @@ export default {
|
|||||||
me: 'You',
|
me: 'You',
|
||||||
password_updated: 'Password updated!',
|
password_updated: 'Password updated!',
|
||||||
username: 'Username',
|
username: 'Username',
|
||||||
comments: 'Comments'
|
comments: 'Comments',
|
||||||
|
activate_user: 'Confired',
|
||||||
|
displayname: 'Display name',
|
||||||
|
federation: 'Federation',
|
||||||
|
set_password: 'Set password',
|
||||||
|
copy_link: 'Copy link',
|
||||||
|
send_via_mail: 'Send email',
|
||||||
|
add_to_calendar: 'Add to calendar'
|
||||||
},
|
},
|
||||||
|
|
||||||
login: {
|
login: {
|
||||||
@@ -144,7 +151,10 @@ Adding this link to your feed reader will keep you up to date.`,
|
|||||||
allow_recurrent_event: 'Enable recurrent events',
|
allow_recurrent_event: 'Enable recurrent events',
|
||||||
recurrent_event_visible: 'Show recurrent events by default',
|
recurrent_event_visible: 'Show recurrent events by default',
|
||||||
federation: 'Federation / ActivityPub',
|
federation: 'Federation / ActivityPub',
|
||||||
enable_federation: 'Enable federation'
|
enable_federation: 'Enable federation',
|
||||||
|
select_instance_timezone: 'Select instance timezone',
|
||||||
|
enable_comments: 'Enable comments',
|
||||||
|
disable_gamification: 'Disable gamification'
|
||||||
},
|
},
|
||||||
|
|
||||||
auth: {
|
auth: {
|
||||||
@@ -153,6 +163,7 @@ Adding this link to your feed reader will keep you up to date.`,
|
|||||||
},
|
},
|
||||||
|
|
||||||
settings: {
|
settings: {
|
||||||
|
update_confirm: 'Do you want to save your modification?',
|
||||||
change_password: 'Modify your password',
|
change_password: 'Modify your password',
|
||||||
password_updated: 'Password updated',
|
password_updated: 'Password updated',
|
||||||
danger_section: 'Dangerous section',
|
danger_section: 'Dangerous section',
|
||||||
@@ -165,6 +176,12 @@ Adding this link to your feed reader will keep you up to date.`,
|
|||||||
email_taken: 'This email is already used'
|
email_taken: 'This email is already used'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
confirm: {
|
||||||
|
title: 'User confirmation',
|
||||||
|
not_valid: 'Mmmmm something goes wrong.',
|
||||||
|
valid: 'Your account is confirmed, you can <a href="/login">log in</a>.'
|
||||||
|
},
|
||||||
|
|
||||||
ordinal: {
|
ordinal: {
|
||||||
1: 'first',
|
1: 'first',
|
||||||
2: 'second',
|
2: 'second',
|
||||||
|
|||||||
@@ -157,7 +157,9 @@ export default {
|
|||||||
recurrent_event_visible: 'Appuntamenti fissi visibili di default',
|
recurrent_event_visible: 'Appuntamenti fissi visibili di default',
|
||||||
federation: 'Federazione / ActivityPub',
|
federation: 'Federazione / ActivityPub',
|
||||||
enable_federation: 'Abilita la federazione!',
|
enable_federation: 'Abilita la federazione!',
|
||||||
select_instance_timezone: 'Seleziona la timezone'
|
select_instance_timezone: 'Seleziona la timezone',
|
||||||
|
enable_comments: 'Abilita commenti',
|
||||||
|
disable_gamification: 'Disabilita gamification'
|
||||||
},
|
},
|
||||||
|
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
Reference in New Issue
Block a user