[fix] add locales
This commit is contained in:
@@ -50,7 +50,14 @@ export default {
|
||||
me: 'You',
|
||||
password_updated: 'Password updated!',
|
||||
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: {
|
||||
@@ -144,7 +151,10 @@ Adding this link to your feed reader will keep you up to date.`,
|
||||
allow_recurrent_event: 'Enable recurrent events',
|
||||
recurrent_event_visible: 'Show recurrent events by default',
|
||||
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: {
|
||||
@@ -153,6 +163,7 @@ Adding this link to your feed reader will keep you up to date.`,
|
||||
},
|
||||
|
||||
settings: {
|
||||
update_confirm: 'Do you want to save your modification?',
|
||||
change_password: 'Modify your password',
|
||||
password_updated: 'Password updated',
|
||||
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'
|
||||
},
|
||||
|
||||
confirm: {
|
||||
title: 'User confirmation',
|
||||
not_valid: 'Mmmmm something goes wrong.',
|
||||
valid: 'Your account is confirmed, you can <a href="/login">log in</a>.'
|
||||
},
|
||||
|
||||
ordinal: {
|
||||
1: 'first',
|
||||
2: 'second',
|
||||
|
||||
@@ -157,7 +157,9 @@ export default {
|
||||
recurrent_event_visible: 'Appuntamenti fissi visibili di default',
|
||||
federation: 'Federazione / ActivityPub',
|
||||
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: {
|
||||
|
||||
Reference in New Issue
Block a user