summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-10-04 08:46:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-10-04 08:46:27 +0900
commit17b83ff4c13e873b63262c349ea9c7bade0d656a (patch)
treef4b8e18a2a4d5b5f9c22c53f10ea50a6cf440053 /locales
parentfix: deck uiでuser listを見たときにリプライが表示されない (... (diff)
downloadmisskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.tar.gz
misskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.tar.bz2
misskey-17b83ff4c13e873b63262c349ea9c7bade0d656a.zip
enhance: TLキャッシュ容量を設定できるように
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts1
-rw-r--r--locales/ja-JP.yml1
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: "既存ユーザーのみ"