From a5b919f9ae2b4c933c337d1b09606e4f8357df4e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 15 May 2025 22:22:53 +0900 Subject: [PATCH] New translations ja-jp.yml (English) --- locales/en-US.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 7e6d5f2c9b..61bf0d2a73 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -3084,3 +3084,11 @@ _serverSetupWizard: text1: "Misskey is a free software developed by volunteers." text2: "We would appreciate your support so that we can continue to develop this software further into the future." text3: "There are also special benefits for supporters!" +_clientPerformanceIssueTip: + title: "Performance tips" + makeSureDisabledAdBlocker: "Disable your adblocker" + makeSureDisabledAdBlocker_description: "Adblockers can affect performance, please make sure that adblockers are not enabled by your system or browser features/extensions." + makeSureDisabledCustomCss: "Disable custom CSS" + makeSureDisabledCustomCss_description: "Overriding styles can affect performance. Please make sure that custom CSS or extensions that override styles are not enabled." + makeSureDisabledAddons: "Disable extensions" + makeSureDisabledAddons_description: "Some extensions may interfere with client behavior and affect performance. Please disable your browser extensions and see if this improves the situation."