diff --git a/locales/index.d.ts b/locales/index.d.ts
index bfe25c94a..5f156b617 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1707,6 +1707,7 @@ export interface Locale {
"donate": string;
"morePatrons": string;
"patrons": string;
+ "projectMembers": string;
};
"_displayOfSensitiveMedia": {
"respect": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 2b475e213..f7e73042b 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1617,13 +1617,14 @@ _registry:
_aboutMisskey:
about: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。"
- contributors: "主なコントリビューター"
+ contributors: "コントリビューター"
allContributors: "全てのコントリビューター"
source: "ソースコード"
translation: "Misskeyを翻訳"
donate: "Misskeyに寄付"
morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰"
patrons: "支援者"
+ projectMembers: "プロジェクトメンバー"
_displayOfSensitiveMedia:
respect: "センシティブ設定されたメディアを隠す"
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue
index c443cdeb7..7a2c698d1 100644
--- a/packages/frontend/src/pages/about-misskey.vue
+++ b/packages/frontend/src/pages/about-misskey.vue
@@ -47,7 +47,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts._aboutMisskey.contributors }}
+ {{ i18n.ts._aboutMisskey.projectMembers }}
- {{ i18n.ts._aboutMisskey.allContributors }}
+
+
+ {{ i18n.ts._aboutMisskey.contributors }}
+ {{ i18n.ts._aboutMisskey.allContributors }}
{{ i18n.ts._aboutMisskey.patrons }}
@@ -95,6 +94,9 @@ SPDX-License-Identifier: AGPL-3.0-only
+
+
+