summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2024-04-19 15:22:23 +0900
committerGitHub <noreply@github.com>2024-04-19 15:22:23 +0900
commitcd7f7271ca5595cae95f6fb0280fac9dee77d751 (patch)
tree17d139a56b8c9285c3e86a31ab79aca0c528c809 /locales
parent:art: (ページ表示部上部のボタン順序を変更) (diff)
downloadmisskey-cd7f7271ca5595cae95f6fb0280fac9dee77d751.tar.gz
misskey-cd7f7271ca5595cae95f6fb0280fac9dee77d751.tar.bz2
misskey-cd7f7271ca5595cae95f6fb0280fac9dee77d751.zip
enhance: 新しいコンディショナルロール条件の実装 (#13732)
* enhance: 新しいコンディショナルロールの実装 * fix: CHANGELOG.md
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: "フォロワー数が~以下"