Add login/logout routes
This commit is contained in:
parent
d45d5c4284
commit
00bd1128d1
8 changed files with 107 additions and 12 deletions
|
|
@ -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": "Don’t have an account?",
|
||||
"sign-up": "Sign up"
|
||||
}
|
||||
}
|
||||
10
i18n/salvi.fr.json
Normal file
10
i18n/salvi.fr.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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
5
i18n/salvi.ru.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ru":{
|
||||
"welcome": "Добро пожаловать в {0}!"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue