From 9b7af2d504829447d8051bdd22049bc44699a767 Mon Sep 17 00:00:00 2001 From: MMP0 Date: Thu, 11 Jan 2018 23:27:24 +0900 Subject: [PATCH] Update translation (#1755) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update upload.jet.html "Upload to" → "Upload to %s" * "Upload to" → "Upload to %s" * "Uploader vers" → "Uploader vers %s" * Update CHANGELOG.md * Update ja-jp.all.json --- templates/site/torrents/upload.jet.html | 8 +++--- translations/CHANGELOG.md | 2 ++ translations/en-us.all.json | 2 +- translations/fr-fr.all.json | 2 +- translations/ja-jp.all.json | 36 +++++++++++++++++++++++++ 5 files changed, 44 insertions(+), 6 deletions(-) diff --git a/templates/site/torrents/upload.jet.html b/templates/site/torrents/upload.jet.html index 7623c590..15254b08 100644 --- a/templates/site/torrents/upload.jet.html +++ b/templates/site/torrents/upload.jet.html @@ -67,12 +67,12 @@ - {{ T("upload_to") }} Anidex, Nyaa.si, TokyoTosho: + {{ T("upload_to", "Anidex, Nyaa.si, TokyoTosho") }}:
{{ T("upload_to_other") }}
-

{{ T("upload_to") }} Anidex:

+

{{ T("upload_to", "Anidex") }}:

@@ -132,7 +132,7 @@
-

{{ T("upload_to") }} Nyaa.si:

+

{{ T("upload_to", "Nyaa.si") }}:

@@ -140,7 +140,7 @@
-

{{ T("upload_to") }} TokyoTosho:

+

{{ T("upload_to", "TokyoTosho") }}:

diff --git a/translations/CHANGELOG.md b/translations/CHANGELOG.md index c95eb3bb..1df53872 100644 --- a/translations/CHANGELOG.md +++ b/translations/CHANGELOG.md @@ -113,3 +113,5 @@ * + torrent_uploaded_locked * + moderation_guidelines * + guidelines +## 2018/01/09 +* + changed: upload_to diff --git a/translations/en-us.all.json b/translations/en-us.all.json index 2ba34df4..4b703957 100644 --- a/translations/en-us.all.json +++ b/translations/en-us.all.json @@ -2285,7 +2285,7 @@ }, { "id": "upload_to", - "translation": "Upload to" + "translation": "Upload to %s" }, { "id": "upload_to_other", diff --git a/translations/fr-fr.all.json b/translations/fr-fr.all.json index 9f125ddd..5004a664 100644 --- a/translations/fr-fr.all.json +++ b/translations/fr-fr.all.json @@ -2301,7 +2301,7 @@ }, { "id": "upload_to", - "translation": "Uploader vers" + "translation": "Uploader vers %s" }, { "id": "upload_to_other", diff --git a/translations/ja-jp.all.json b/translations/ja-jp.all.json index 36e6df6a..3c091103 100644 --- a/translations/ja-jp.all.json +++ b/translations/ja-jp.all.json @@ -2267,6 +2267,42 @@ "id": "status", "translation": "状態" }, + { + "id": "upload_status", + "translation": "アップロードの状態" + }, + { + "id": "pending", + "translation": "保留中" + }, + { + "id": "error", + "translation": "エラー" + }, + { + "id": "finished", + "translation": "完了" + }, + { + "id": "upload_to", + "translation": "%s へのアップロード" + }, + { + "id": "upload_to_other", + "translation": "他の Web サイトにアップロード" + }, + { + "id": "upload_to_other", + "translation": "他の Web サイトにアップロード" + }, + { + "id":"choose_category", + "translation": "カテゴリーの選択 (必須)" + }, + { + "id":"choose_language", + "translation": "言語の選択 (必須)" + }, { "id": "event", "translation": "イベント"