💻 | Implement translations

This commit is contained in:
2021-04-07 22:18:43 +02:00
parent db71e07aca
commit c3ca83b797
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default {
},
error: {
back: 'Go to home',
back: 'Go back',
no_page: 'The page you are looking for does not exist',
internal: 'Internal error',
error: 'Error'

View File

@@ -17,7 +17,7 @@ export default {
},
error: {
back: 'Revenir à l\'accueil',
back: 'Revenir en arriere',
no_page: 'La page demandée n\'existe pas',
internal: 'Erreur interne',
error: 'Erreur'