diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-10-18 22:00:07 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-18 22:00:07 +0100 |
| commit | 52e291af67e6cbfa4ac338e02c8beb6dfd7e113a (patch) | |
| tree | 5454b299a585b9d423b4a9e421debd0069b7151f /locales | |
| parent | add scripts to run eslint on all packages (diff) | |
| parent | merge: Free up Usernames after deny/decline (!696) (diff) | |
| download | sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.tar.gz sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.tar.bz2 sharkey-52e291af67e6cbfa4ac338e02c8beb6dfd7e113a.zip | |
Merge branch 'develop' into feature/2024.9.0
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/en-US.yml | 1 | ||||
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 90ce449e74..427cd8a2a6 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1229,6 +1229,7 @@ refreshing: "Refreshing..." pullDownToRefresh: "Pull down to refresh" disableStreamingTimeline: "Disable real-time timeline updates" useGroupedNotifications: "Display grouped notifications" +allowClickingNotifications: "Allow clicking on pop-up notifications" signupPendingError: "There was a problem verifying the email address. The link may have expired." cwNotationRequired: "If \"Hide content\" is enabled, a description must be provided." doReaction: "Add reaction" diff --git a/locales/index.d.ts b/locales/index.d.ts index f27793b860..89a929d054 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -4944,6 +4944,10 @@ export interface Locale extends ILocale { */ "useGroupedNotifications": string; /** + * ポップアップ通知のクリックを許可する + */ + "allowClickingNotifications": string; + /** * メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。 */ "signupPendingError": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 4d22aa87d1..04ff7982ad 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1231,6 +1231,7 @@ refreshing: "リロード中" pullDownToRefresh: "引っ張ってリロード" disableStreamingTimeline: "タイムラインのリアルタイム更新を無効にする" useGroupedNotifications: "通知をグルーピングして表示する" +allowClickingNotifications: "ポップアップ通知のクリックを許可する" signupPendingError: "メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。" cwNotationRequired: "「内容を隠す」がオンの場合は注釈の記述が必要です。" doReaction: "リアクションする" |