From af45c2bded507b9959fc5de54fa440c87e4cf729 Mon Sep 17 00:00:00 2001 From: tmorio <20278135+tmorio@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:36:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=A9=E3=83=AA=E3=83=BC?= =?UTF-8?q?=EF=BC=88=E3=83=8E=E3=83=BC=E3=83=88=EF=BC=89=E3=81=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 2 +- locales/ja-JP.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 5755d038a7..92c2fd2b72 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -3471,7 +3471,7 @@ export interface Locale extends ILocale { */ "gallery": string; /** - * ギャラリー(ノート) + * メディア */ "galleryFromPosts": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 11abf11ccd..09320c95c2 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -863,7 +863,7 @@ configure: "設定する" postToGallery: "ギャラリーへ投稿" postToHashtag: "このハッシュタグで投稿" gallery: "ギャラリー" -galleryFromPosts: "ギャラリー(ノート)" +galleryFromPosts: "メディア" recentPosts: "最近の投稿" popularPosts: "人気の投稿" shareWithNote: "ノートで共有"