Client - init OAuth Applications list

This commit is contained in:
Sam
2022-05-28 16:16:36 +02:00
parent 489710c29d
commit 25decef696
25 changed files with 358 additions and 3 deletions

View File

@ -5,6 +5,7 @@ import ButtonsTranslations from './buttons.json'
import CommonTranslations from './common.json'
import DashboardTranslations from './dashboard.json'
import ErrorTranslations from './error.json'
import OAuth2Translations from './oauth2.json'
import SportsTranslations from './sports.json'
import StatisticsTranslations from './statistics.json'
import UserTranslations from './user.json'
@ -18,6 +19,7 @@ export default {
common: CommonTranslations,
dashboard: DashboardTranslations,
error: ErrorTranslations,
oauth2: OAuth2Translations,
sports: SportsTranslations,
statistics: StatisticsTranslations,
user: UserTranslations,

View File

@ -0,0 +1,7 @@
{
"APP":{
"ISSUE_AT": "créée le"
},
"APPS_LIST": "Applications OAuth2",
"NO_APPS": "pas de applications"
}

View File

@ -72,6 +72,7 @@
"SUNDAY": "Dimanche",
"TABS": {
"ACCOUNT": "compte",
"APPS": "apps",
"PICTURE": "image",
"PREFERENCES": "préférences",
"PROFILE": "profil",