You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oauth.ts 1.1KB

123456789101112131415161718192021222324252627
  1. const translation = {
  2. tips: {
  3. notLoggedIn: 'このアプリはあなたのDify Cloudアカウントにアクセスしたいです',
  4. needLogin: 'ログインして認証してください',
  5. loggedIn: 'このアプリはあなたのDify Cloudアカウントから以下の情報にアクセスしたいと思っています。',
  6. common: '私たちはあなたのプライバシーを尊重し、この情報を私たちの開発者ツールによる体験を向上させるためにのみ使用します。',
  7. },
  8. scopes: {
  9. email: 'メール',
  10. languagePreference: '言語の好み',
  11. timezone: 'タイムゾーン',
  12. name: '名前',
  13. avatar: 'アバター',
  14. },
  15. error: {
  16. authorizeFailed: '認証に失敗しました',
  17. invalidParams: '無効なパラメータ',
  18. authAppInfoFetchFailed: '認証のためのアプリ情報の取得に失敗しました',
  19. },
  20. unknownApp: '不明なアプリ',
  21. login: 'ログイン',
  22. switchAccount: 'アカウントを切り替える',
  23. continue: '続行',
  24. connect: '接続する',
  25. }
  26. export default translation