From 6213018e623fa68b41ec1f448269c31232508471 Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Tue, 15 Oct 2024 14:14:59 +0200 Subject: [PATCH] Add Japanese translation --- 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 8e7bc661d4..cd9130bef7 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5222,7 +5222,7 @@ export interface Locale extends ILocale { */ "useGroupedNotifications": string; /** - * Allow clicking on pop-up notifications + * ポップアップ通知のクリックを許可する */ "allowClickingNotifications": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 29590b09bf..95a1dd6dbc 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1301,7 +1301,7 @@ refreshing: "リロード中" pullDownToRefresh: "引っ張ってリロード" disableStreamingTimeline: "タイムラインのリアルタイム更新を無効にする" useGroupedNotifications: "通知をグルーピングして表示する" -allowClickingNotifications: "Allow clicking on pop-up notifications" +allowClickingNotifications: "ポップアップ通知のクリックを許可する" signupPendingError: "メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。" cwNotationRequired: "「内容を隠す」がオンの場合は注釈の記述が必要です。" doReaction: "リアクションする"