From 04896f3ec49a9132531a78861c20540c601a7351 Mon Sep 17 00:00:00 2001 From: MMP0 Date: Sun, 12 Nov 2017 01:31:22 +0900 Subject: [PATCH] Update Japanese translation (#1735) * Update ja-jp.all.json * Update ja-jp.all.json --- translations/ja-jp.all.json | 46 +++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/translations/ja-jp.all.json b/translations/ja-jp.all.json index 1787ee2f..79cf0e62 100644 --- a/translations/ja-jp.all.json +++ b/translations/ja-jp.all.json @@ -537,11 +537,11 @@ }, { "id": "description_markdown_notice", - "translation": "説明文には MarkDown 記法を使うことができます。" + "translation": "説明文には Markdown 記法を使うことができます。" }, { "id": "comment_markdown_notice", - "translation": "コメントには MarkDown 記法を使うことができます。" + "translation": "コメントには Markdown 記法を使うことができます。" }, { "id": "show_all", @@ -887,6 +887,10 @@ "id": "torrent_uploaded", "translation": "Torrent は正常にアップロードされました。" }, + { + "id": "torrent_uploaded_locked", + "translation": "Torrent はアップロードされましたが、あなたが BAN されているためロック状態になっています。" + }, { "id": "preferences", "translation": "カスタム設定" @@ -983,6 +987,18 @@ "id": "torrent_unblocked_by", "translation": "Torrent #%s (%s アップロード) は %s によってロック解除されました。" }, + { + "id": "user_banned", + "translation": "ユーザーは BAN されました。" + }, + { + "id": "user_banned", + "translation": "ユーザーは BAN 解除されました。" + }, + { + "id": "user_unbanned_by", + "translation": "ユーザー %s (%d) #%d は %s によって BAN 解除されました。" + }, { "id": "torrents_deleted", "translation": "Torrent が削除されました" @@ -1103,6 +1119,14 @@ "id": "torrent_block", "translation": "ロック" }, + { + "id": "unban", + "translation": "BAN 解除" + }, + { + "id": "ban", + "translation": "BAN" + }, { "id": "torrent_deleted_definitely", "translation": "Torrent がデータベースから削除されました。" @@ -1727,10 +1751,6 @@ "id": "large", "translation": " " }, - { - "id": "old", - "translation": "前" - }, { "id": "optional", "translation": "任意" @@ -1817,7 +1837,7 @@ }, { "id": "elevating_user_error", - "translation": "モデレーターへのステータス降格は禁止されています" + "translation": "モデレーターへのステータス昇格は禁止されています" }, { "id": "parse_error_line", @@ -1971,6 +1991,10 @@ "id": "announcement", "translation": "お知らせ" }, + { + "id": "create_anouncement_success", + "translation": "正常にお知らせが作成されました。" + }, { "id": "update_client_failed", "translation": "クライアントの更新に失敗しました。" @@ -2254,5 +2278,13 @@ { "id": "unread", "translation": "未読" + }, + { + "id": "moderation_guidelines", + "translation": "モデレーション ガイドライン" + }, + { + "id": "guidelines", + "translation": "ガイドライン" } ]