Client - init OAuth Applications list
This commit is contained in:
@ -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,
|
||||
|
7
fittrackee_client/src/locales/en/oauth2.json
Normal file
7
fittrackee_client/src/locales/en/oauth2.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"APP":{
|
||||
"ISSUE_AT": "issued at"
|
||||
},
|
||||
"APPS_LIST": "OAuth2 applications",
|
||||
"NO_APPS": "No applications"
|
||||
}
|
@ -72,6 +72,7 @@
|
||||
"SUNDAY": "Sunday",
|
||||
"TABS": {
|
||||
"ACCOUNT": "account",
|
||||
"APPS": "apps",
|
||||
"PICTURE": "picture",
|
||||
"PREFERENCES": "preferences",
|
||||
"PROFILE": "profile",
|
||||
|
Reference in New Issue
Block a user