From 1d411bb885b457b6d5660e07e1f1af44f30351bc Mon Sep 17 00:00:00 2001 From: Mar0xy <marie@kaifa.ch> Date: Sun, 26 Nov 2023 18:47:20 +0100 Subject: [PATCH] chore: fix locales --- locales/en-US.yml | 4 ++-- locales/ja-JP.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 2726641a6e..a3e4fed1e6 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -745,8 +745,8 @@ thisIsExperimentalFeature: "This is an experimental feature. Its functionality i developer: "Developer" makeExplorable: "Make account visible in \"Explore\"" makeExplorableDescription: "If you turn this off, your account will not show up in the \"Explore\" section." -makeIndexable: "Make public notes indexable" -makeIndexableDescription: "Allow note search to index your public notes." +makeIndexable: "Make public notes not indexable" +makeIndexableDescription: "Stop note search from indexing your public notes." showGapBetweenNotesInTimeline: "Show a gap between posts on the timeline" duplicate: "Duplicate" left: "Left" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index fb2a64b399..6eb3ce2f9e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -745,8 +745,8 @@ thisIsExperimentalFeature: "ã“ã‚Œã¯å®Ÿé¨“çš„ãªæ©Ÿèƒ½ã§ã™ã€‚仕様ãŒå¤‰æ›´ developer: "開発者" makeExplorable: "アカウントを見ã¤ã‘ã‚„ã™ãã™ã‚‹" makeExplorableDescription: "オフã«ã™ã‚‹ã¨ã€ã€Œã¿ã¤ã‘ã‚‹ã€ã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒè¼‰ã‚‰ãªããªã‚Šã¾ã™ã€‚" -makeIndexable: "公開ノートをインデックス化" -makeIndexableDescription: "ノート検索ã§å…¬é–‹ãƒŽãƒ¼ãƒˆã«ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ã‚’付ã‘られるよã†ã«ã™ã‚‹ã€‚" +makeIndexable: "公開ノートをインデックスä¸å¯ã«ã™ã‚‹" +makeIndexableDescription: "ノート検索ãŒã‚ãªãŸã®å…¬é–‹ãƒŽãƒ¼ãƒˆã‚’インデックス化ã—ãªã„よã†ã«ã—ã¾ã™ã€‚" showGapBetweenNotesInTimeline: "タイムラインã®ãƒŽãƒ¼ãƒˆã‚’離ã—ã¦è¡¨ç¤º" duplicate: "複製" left: "å·¦" -- GitLab