diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-04 08:46:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-04 08:46:27 +0900 |
| commit | 17b83ff4c13e873b63262c349ea9c7bade0d656a (patch) | |
| tree | f4b8e18a2a4d5b5f9c22c53f10ea50a6cf440053 /locales | |
| parent | fix: deck uiでuser listを見たときにリプライが表示されない (... (diff) | |
| download | misskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.tar.gz misskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.tar.bz2 misskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.zip | |
enhance: TLキャッシュ容量を設定できるように
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 418e1c67ff..172cdcb754 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1131,6 +1131,7 @@ export interface Locale { "fileAttachedOnly": string; "showRepliesToOthersInTimeline": string; "hideRepliesToOthersInTimeline": string; + "externalServices": string; "_announcement": { "forExistingUsers": string; "forExistingUsersDescription": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 80e4466a74..1136f67baf 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1128,6 +1128,7 @@ mutualFollow: "相互フォロー" fileAttachedOnly: "ファイル付きのみ" showRepliesToOthersInTimeline: "TLに他の人への返信を含める" hideRepliesToOthersInTimeline: "TLに他の人への返信を含めない" +externalServices: "外部サービス" _announcement: forExistingUsers: "既存ユーザーのみ" |