Initial commit
This commit is contained in:
24
application/Espo/Resources/i18n/ja_JP/OAuthProvider.json
Normal file
24
application/Espo/Resources/i18n/ja_JP/OAuthProvider.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create OAuthProvider": "OAuthプロバイダーを作成する"
|
||||
},
|
||||
"fields": {
|
||||
"isActive": "アクティブです",
|
||||
"clientId": "クライアントID",
|
||||
"clientSecret": "クライアントシークレット",
|
||||
"authorizationEndpoint": "認可エンドポイント",
|
||||
"tokenEndpoint": "トークンエンドポイント",
|
||||
"authorizationRedirectUri": "承認リダイレクトURI",
|
||||
"scopes": "スコープ",
|
||||
"scopeSeparator": "スコープセパレーター",
|
||||
"hasAccessToken": "アクセストークンあり",
|
||||
"authorizationPrompt": "承認プロンプト",
|
||||
"authorizationParams": "承認パラメータ"
|
||||
},
|
||||
"links": {
|
||||
"accounts": "アカウント"
|
||||
},
|
||||
"tooltips": {
|
||||
"authorizationParams": "認可エンドポイントに送信される追加のクエリパラメータJSON 形式で指定します"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user