diff options
author | ThibG <thib@sitedethib.com> | 2018-07-11 19:53:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 19:53:43 +0200 |
commit | 017628fd003e17df7ae28fe62db64abd2e6f680e (patch) | |
tree | c6cad9011fd1900dc1062b67b0db400418832ce8 /config/locales/doorkeeper.ja.yml | |
parent | 612b00d1bb91c6b11f00fdb273dd8cd2ca883b12 (diff) | |
parent | 6f0f583abeb34737f01defab5cdee7b626447f5e (diff) |
Merge pull request #567 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/locales/doorkeeper.ja.yml')
-rw-r--r-- | config/locales/doorkeeper.ja.yml | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/config/locales/doorkeeper.ja.yml b/config/locales/doorkeeper.ja.yml index 9c9098976..76174ef79 100644 --- a/config/locales/doorkeeper.ja.yml +++ b/config/locales/doorkeeper.ja.yml @@ -114,7 +114,29 @@ ja: application: title: OAuth認証 scopes: - follow: アカウントのフォロー, ブロック, ブロック解除, フォロー解除 - push: アカウントへのプッシュ通知の受信 - read: アカウントからのデータの読み取り - write: アカウントへのデータの書き込み + follow: アカウントのつながりを変更 + push: プッシュ通知の受信 + read: アカウントのすべてのデータの読み取り + read:accounts: アカウント情報の読み取り + read:blocks: ブロックの読み取り + read:favourites: お気に入りの読み取り + read:filters: フィルターの読み取り + read:follows: フォローの読み取り + read:lists: リストの読み取り + read:mutes: ミュートの読み取り + read:notifications: 通知の読み取り + read:reports: 通報の読み取り + read:search: あなたの代わりに検索 + read:statuses: すべてのトゥートの読み取り + write: アカウントのすべてのデータの変更 + write:accounts: プロフィールの変更 + write:blocks: ユーザーのブロックやドメインの非表示 + write:favourites: トゥートのお気に入り登録 + write:filters: フィルターの変更 + write:follows: フォローの変更 + write:lists: リストの変更 + write:media: メディアのアップロード + write:mutes: アカウントや会話のミュート + write:notifications: 通知の消去 + write:reports: 通報の作成 + write:statuses: トゥートの投稿 |