From aa57a79082699628c96b7e08c281ac601d222388 Mon Sep 17 00:00:00 2001 From: les Date: Mon, 21 Oct 2019 23:30:43 +0200 Subject: [PATCH] [fix] add locales --- locales/en.js | 21 +++++++++++++++++++-- locales/it.js | 4 +++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/locales/en.js b/locales/en.js index 3a7c84a6..fbd8d0c8 100644 --- a/locales/en.js +++ b/locales/en.js @@ -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 log in.' + }, + ordinal: { 1: 'first', 2: 'second', diff --git a/locales/it.js b/locales/it.js index 8e0b3e74..25c048c9 100644 --- a/locales/it.js +++ b/locales/it.js @@ -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: {