Add login/logout routes

This commit is contained in:
Yusur 2022-11-12 11:15:06 +01:00
parent d45d5c4284
commit 00bd1128d1
8 changed files with 107 additions and 12 deletions

View file

@ -28,6 +28,14 @@
"just-now": "just now",
"n-minutes-ago": "{0} minutes ago",
"n-hours-ago": "{0} hours ago",
"n-days-ago": "{0} days ago"
"n-days-ago": "{0} days ago",
"backlinks": "Backlinks",
"backlinks-empty": "No other pages linking here. Is this page orphan?",
"back-to": "Back to",
"login": "Log in",
"username": "Username",
"password": "Password",
"no-account-sign-up": "Dont have an account?",
"sign-up": "Sign up"
}
}

10
i18n/salvi.fr.json Normal file
View file

@ -0,0 +1,10 @@
{
"fr": {
"welcome": "Bienvenue à {0}!",
"homepage": "Page de démarrage",
"latest-notes": "Dernières notes",
"latest-uploads": "Derniers téléchargements",
"new-note": "Créer un note",
"upload-file": "Télécharger une image"
}
}

View file

@ -28,6 +28,12 @@
"just-now": "poco fa",
"n-minutes-ago": "{0} minuti fa",
"n-hours-ago": "{0} ore fa",
"n-days-ago": "{0} giorni fa"
"n-days-ago": "{0} giorni fa",
"backlinks": "Collegamenti in entrata",
"backlinks-empty": "Nessuna altra pagina punta qui. Questa pagina è orfana?",
"back-to": "Torna a",
"login": "Entra",
"username": "Nome utente",
"password": "Password"
}
}

5
i18n/salvi.ru.json Normal file
View file

@ -0,0 +1,5 @@
{
"ru":{
"welcome": "Добро пожаловать в {0}!"
}
}