diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-09-20 21:04:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 21:04:58 +0900 |
| commit | f0834ca14c75df429f7d8524f24bc4749639032a (patch) | |
| tree | b4954321fe83fc11ad4df2f890d411ab435fbd4f /locales | |
| parent | Misskey® Reactions Buffering Technology™ (#14579) (diff) | |
| download | sharkey-f0834ca14c75df429f7d8524f24bc4749639032a.tar.gz sharkey-f0834ca14c75df429f7d8524f24bc4749639032a.tar.bz2 sharkey-f0834ca14c75df429f7d8524f24bc4749639032a.zip | |
enhance: ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583)
* enhance: インポート操作の実行可否をロールで制御できるように
* Update Changelog
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 20 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 5 |
2 files changed, 25 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 798cb89f83..f234262195 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6766,6 +6766,26 @@ export interface Locale extends ILocale { * アイコンデコレーションの最大取付個数 */ "avatarDecorationLimit": string; + /** + * アンテナのインポートを許可 + */ + "canImportAntennas": string; + /** + * ブロックのインポートを許可 + */ + "canImportBlocking": string; + /** + * フォローのインポートを許可 + */ + "canImportFollowing": string; + /** + * ミュートのインポートを許可 + */ + "canImportMuting": string; + /** + * リストのインポートを許可 + */ + "canImportUserLists": string; }; "_condition": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 726e4f4ef4..8e48508e78 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1748,6 +1748,11 @@ _role: canSearchNotes: "ノート検索の利用" canUseTranslator: "翻訳機能の利用" avatarDecorationLimit: "アイコンデコレーションの最大取付個数" + canImportAntennas: "アンテナのインポートを許可" + canImportBlocking: "ブロックのインポートを許可" + canImportFollowing: "フォローのインポートを許可" + canImportMuting: "ミュートのインポートを許可" + canImportUserLists: "リストのインポートを許可" _condition: roleAssignedTo: "マニュアルロールにアサイン済み" isLocal: "ローカルユーザー" |