summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2018-02-20 10:43:01 -0300
committerGitHub <noreply@github.com>2018-02-20 10:43:01 -0300
commit18a1599e929a41d2fe07f3962bdd2ab60dfca67c (patch)
treed7b1aaa2ef4eb04ac27cc371efb2a77e7260d070 /i18n/ja.json
parent0145cd4da8c9c2401b8f3d5024ebe4608f7e8fd2 (diff)
downloadchat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.gz
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.bz2
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.zip
translations PR 20180220 (#8334)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json44
1 files changed, 26 insertions, 18 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index ac7ec2705..b8fb048a5 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -132,10 +132,6 @@
"translation": "画像ファイルをアップロードできません。ファイルが大き過ぎます。"
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "%vにあるサーバーテンプレートを読み込んでいます"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "サーバーテンプレート%vを読み込めませんでした"
},
@@ -1812,11 +1808,11 @@
},
{
"id": "api.post.send_notifications_and_forget.push_image_only",
- "translation": " 一つ以上のファイルをアップロードしました "
+ "translation": " ファイルをアップロードしました "
},
{
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
- "translation": " 一つ以上のファイルをダイレクトメッセージにアップロードしました"
+ "translation": " ファイルをダイレクトメッセージにアップロードしました"
},
{
"id": "api.post.send_notifications_and_forget.push_in",
@@ -2303,6 +2299,14 @@
"translation": "%v はチームから脱退しました。"
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "チャンネル移動メッセージを投稿できませんでした"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "このチャンネルは %v からこのチームへ移動されました。"
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "チーム%vを完全に削除しようとしています id=%v"
},
@@ -3067,6 +3071,10 @@
"translation": "内向きのウェブフックのペイロードを読み込めませんでした。"
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "内向きのウェブフックのマルチパートペイロードをデコードできませんでした。"
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "ウェブフックAPIルートを初期化しています"
},
@@ -4875,6 +4883,10 @@
"translation": "メッセージエクスポート処理の ExportFromTimestamp は(ユニックス標準時からの秒数で表される)タイムスタンプでなくてはなりません。このタイムスタンプ以降に投稿されたメッセージのみエクスポートされます。"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "メッセージエクスポート処理の ExportFormat は 'actiance' か 'globalrelay' のいずれかでなくてはなりません"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "メッセーエクスポート処理の FileLocation はエクスポートデータが書き込まれる書き込み可能なディレクトリでなくてはなりません"
},
@@ -4883,6 +4895,10 @@
"translation": "メッセージエクスポート処理の FileLocation は FileSettings.Directory のサブディレクトリでなくてはなりません"
},
{
+ "id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
+ "translation": "メッセージエクスポート処理の GlobalRelayEmailAddress には有効な電子メールアドレスが設定されていなくてはなりません"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "最小パスワード長さは、{{.MinLength}}以上、{{.MaxLength}}以下に設定してください。"
},
@@ -7095,6 +7111,10 @@
"translation": "SMTPサーバー%vに接続できませんでした"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "電子メールへ添付を書き込むことができませんでした"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "SMTPサーバーへの接続を終了できませんでした"
},
@@ -7163,10 +7183,6 @@
"translation": "ディレクトリーウォッチャーを作成できませんでした %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "ディレクトリーウォッチャーで失敗しました %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "id=%vのユーザーのプロフィールを取得できません。強制的にログアウトします"
},
@@ -7271,18 +7287,10 @@
"translation": "テンプレート%vを読み直しています"
},
{
- "id": "web.parsing_templates.error",
- "translation": "テンプレート%vの解析に失敗しました"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "不正な投稿IDです"
},
{
- "id": "web.reparse_templates.info",
- "translation": "ファイル%vが変更されたためテンプレートを読み直しています"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "パスワード初期化リンクの期限が切れています"
},