diff --git a/locales/en-US.yml b/locales/en-US.yml index 387a39b54a..5df1a3f8fe 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1844,6 +1844,7 @@ _aboutMisskey: morePatrons: "We also appreciate the support of many other helpers not listed here. Thank you! 🥰" patrons: "Patrons" projectMembers: "Project members" + testers: "Testers" _displayOfSensitiveMedia: respect: "Hide media marked as sensitive" ignore: "Display media marked as sensitive" diff --git a/locales/index.d.ts b/locales/index.d.ts index 0ba00bf44c..26923128fb 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7164,6 +7164,10 @@ export interface Locale extends ILocale { * プロジェクトメンバー */ "projectMembers": string; + /** + * テスター + */ + "testers": string; }; "_displayOfSensitiveMedia": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 27af6235d9..000383e368 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1866,6 +1866,7 @@ _aboutMisskey: morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰" patrons: "支援者" projectMembers: "プロジェクトメンバー" + testers: "テスター" _displayOfSensitiveMedia: respect: "センシティブ設定されたメディアを隠す" diff --git a/packages/frontend/src/pages/about-sharkey.vue b/packages/frontend/src/pages/about-sharkey.vue index f020e043c6..353e31eba0 100644 --- a/packages/frontend/src/pages/about-sharkey.vue +++ b/packages/frontend/src/pages/about-sharkey.vue @@ -108,6 +108,23 @@ SPDX-License-Identifier: AGPL-3.0-only + + +
+ + + @lucent + + + + @karilaa + + + + @phoenix_fairy + +
+