From fe37258bc20a3bba5dd68eae3747a36c84d0bfa0 Mon Sep 17 00:00:00 2001 From: Shoshin Akamine Date: Sun, 8 May 2022 06:46:38 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 100.0% (154 of 154 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/ja/ --- web/public/static/langs/ja.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/public/static/langs/ja.json b/web/public/static/langs/ja.json index e9d51cbc..1632ddad 100644 --- a/web/public/static/langs/ja.json +++ b/web/public/static/langs/ja.json @@ -129,7 +129,7 @@ "prefs_users_table_base_url_header": "サービスURL", "prefs_users_dialog_username_label": "ユーザー名, 例) phil", "prefs_users_dialog_password_label": "パスワード", - "error_boundary_title": "ああ、ntfyがクラッシュしました", + "error_boundary_title": "おっと、ntfyがクラッシュしました", "error_boundary_button_copy_stack_trace": "スタックトレースをコピー", "error_boundary_stack_trace": "スタックトレース", "error_boundary_gathering_info": "更に情報を集める…", @@ -150,5 +150,7 @@ "priority_default": "通常", "prefs_notifications_delete_after_three_hours_description": "通知は3時間後に自動的に削除されます", "priority_low": "低", - "priority_min": "最低" + "priority_min": "最低", + "notifications_actions_not_supported": "このアクションはWebアプリではサポートされていません", + "notifications_actions_http_request_title": "{{url}}にHTTP {{method}}を送信" }