From dafc485d4d3823a628f9b74e811ae5dae37c55b1 Mon Sep 17 00:00:00 2001 From: MMP0 Date: Mon, 22 May 2017 15:25:50 +0900 Subject: [PATCH] Update Japanese translations (#677) * Update ja-jp.all.json * Fix typo * Fix typo * Undo --- translations/ja-jp.all.json | 82 +++++++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 3 deletions(-) diff --git a/translations/ja-jp.all.json b/translations/ja-jp.all.json index 21c58d6f..71c2ca33 100644 --- a/translations/ja-jp.all.json +++ b/translations/ja-jp.all.json @@ -393,11 +393,11 @@ }, { "id": "audio_lossless", - "translation": "オーディオ ‐ 可逆圧縮方式 (FLAC など)" + "translation": "オーディオ ‐ 可逆圧縮" }, { "id": "audio_lossy", - "translation": "オーディオ ‐ 非可逆圧縮方式 (MP3 など)" + "translation": "オーディオ ‐ 非可逆圧縮" }, { "id": "literature", @@ -683,9 +683,13 @@ "id": "delete", "translation": "削除" }, + { + "id": "website_link", + "translation": "ウェブサイト" + }, { "id": "files", - "translation": "ファイル" + "translation": "ファイル一覧" }, { "id": "filename", @@ -762,5 +766,77 @@ { "id": "no_database_dumps_available", "translation": "現在利用可能なデータベースダンプはありません。" + }, + { + "id": "clear_notifications", + "translation": "通知をクリア" + }, + { + "id": "notifications_cleared", + "translation": "通知がクリアされました。" + }, + { + "id": "my_notifications", + "translation": "通知" + }, + { + "id": "new_torrent_uploaded", + "translation": "Torrent がアップロードされました: \"%s\"、 %s さんから" + }, + { + "id": "preferences", + "translation": "カスタム設定" + }, + { + "id": "new_torrent_settings", + "translation": "フォロー中のアカウントから新しい Torrent がアップロードされたら通知する" + }, + { + "id": "new_torrent_email_settings", + "translation": "フォロー中のアカウントから新しい Torrent がアップロードされたらメールで通知する" + }, + { + "id": "new_comment_settings", + "translation": "自分の Torrent にコメントが付いたら通知する" + }, + { + "id": "new_comment_email_settings", + "translation": "自分の Torrent にコメントが付いたらメールで通知する" + }, + { + "id": "new_responses_settings", + "translation": "自分のコメントにリプライが付いたら通知する" + }, + { + "id": "new_responses_email_settings", + "translation": "自分のコメントにリプライが付いたらメールで通知する" + }, + { + "id": "new_follower_settings", + "translation": "フォローされたら通知する" + }, + { + "id": "new_follower_email_settings", + "translation": "フォローされたらメールで通知する" + }, + { + "id": "followed_settings", + "translation": "フォローしたら通知する" + }, + { + "id": "followed_email_settings", + "translation": "フォローしたらメールで通知する" + }, + { + "id": "yes", + "translation": "はい" + }, + { + "id": "no", + "translation": "いいえ" + }, + { + "id": "new_comment_on_torrent", + "translation": "コメントが付きました: \"%s\"" } ]