summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts20
-rw-r--r--locales/ja-JP.yml5
2 files changed, 25 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 8e31fc8d59..9bcd1979af 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -6593,6 +6593,26 @@ export interface Locale extends ILocale {
*/
"isRemote": string;
/**
+ * 猫ユーザー
+ */
+ "isCat": string;
+ /**
+ * botユーザー
+ */
+ "isBot": string;
+ /**
+ * サスペンド済みユーザー
+ */
+ "isSuspended": string;
+ /**
+ * 鍵アカウントユーザー
+ */
+ "isLocked": string;
+ /**
+ * 「アカウントを見つけやすくする」が有効なユーザー
+ */
+ "isExplorable": string;
+ /**
* アカウント作成から~以内
*/
"createdLessThan": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index f598459792..5f7715b210 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1703,6 +1703,11 @@ _role:
roleAssignedTo: "マニュアルロールにアサイン済み"
isLocal: "ローカルユーザー"
isRemote: "リモートユーザー"
+ isCat: "猫ユーザー"
+ isBot: "botユーザー"
+ isSuspended: "サスペンド済みユーザー"
+ isLocked: "鍵アカウントユーザー"
+ isExplorable: "「アカウントを見つけやすくする」が有効なユーザー"
createdLessThan: "アカウント作成から~以内"
createdMoreThan: "アカウント作成から~経過"
followersLessThanOrEq: "フォロワー数が~以下"