Files
espocrm/application/Espo/Resources/i18n/ja_JP/Integration.json
2026-01-19 17:46:06 +01:00

24 lines
1.2 KiB
JSON

{
"fields": {
"enabled": "有効",
"clientId": "クライアントID",
"clientSecret": "クライアントシークレット",
"redirectUri": "リダイレクトURI",
"apiKey": " APIキー",
"siteKey": "サイトキー",
"secretKey": "秘密鍵",
"scoreThreshold": "スコアしきい値"
},
"messages": {
"selectIntegration": "メニューから統合を選択します",
"noIntegrations": "統合は利用できません"
},
"titles": {
"GoogleMaps": "Googleマップ"
},
"help": {
"Google": " **Google Developers Console から OAuth 2.0 認証情報を取得します** [Google Developers Console](https://console.developers.google.com/project) にアクセスして、Google と EspoCRM アプリケーションの両方に知られているクライアント ID やクライアント シークレットなどの OAuth 2.0 認証情報を取得します",
"GoogleMaps": " API キーは [こちら](https://developers.google.com/maps/documentation/javascript/get-api-key) から取得します",
"GoogleReCaptcha": " [Google](https://www.google.com/recaptcha/)からサイトキーとシークレットキーを取得します"
}
}