summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json114
1 files changed, 113 insertions, 1 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index 43cc5ca1d..b48aad932 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -572,6 +572,54 @@
"translation": "詳細不明なエラーが発生しました。サポートに問い合わせしてください。"
},
{
+ "id": "api.emoji.create.duplicate.app_error",
+ "translation": "Unable to create emoji. Another emoji with the same name already exists."
+ },
+ {
+ "id": "api.emoji.create.parse.app_error",
+ "translation": "Unable to create emoji. Image exceeds maximum file size."
+ },
+ {
+ "id": "api.emoji.create.permissions.app_error",
+ "translation": "削除コマンドに必要な権限が付与されていません"
+ },
+ {
+ "id": "api.emoji.create.too_large.app_error",
+ "translation": "Unable to create emoji. Could not understand request."
+ },
+ {
+ "id": "api.emoji.delete.permissions.app_error",
+ "translation": "削除コマンドに必要な権限が付与されていません"
+ },
+ {
+ "id": "api.emoji.disabled.app_error",
+ "translation": "コマンドがシステム管理者によって無効化されています。"
+ },
+ {
+ "id": "api.emoji.get_image.decode.app_error",
+ "translation": "Unable to decode image file for emoji."
+ },
+ {
+ "id": "api.emoji.get_image.read.app_error",
+ "translation": "Unable to read image file for emoji."
+ },
+ {
+ "id": "api.emoji.init.debug",
+ "translation": "POST APIルートを初期化しています"
+ },
+ {
+ "id": "api.emoji.storage.app_error",
+ "translation": "ファイルストレージが正しく設定されていません。S3またはローカルサーバーファイルストレージを設定してください。"
+ },
+ {
+ "id": "api.emoji.upload.image.app_error",
+ "translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF."
+ },
+ {
+ "id": "api.emoji.upload.large_image.app_error",
+ "translation": "Unable to create emoji. Image exceeds maximum dimensions."
+ },
+ {
"id": "api.export.json.app_error",
"translation": "JSONに変換できません"
},
@@ -1561,7 +1609,7 @@
},
{
"id": "api.user.create_oauth_user.already_attached.app_error",
- "translation": "あなたの{{.Service}}に既に紐付けられたユーザーが存在しています"
+ "translation": "There is already an account associated with that email address using a sign in method other than {{.Service}}. Please sign in using {{.Auth}}."
},
{
"id": "api.user.create_oauth_user.already_used.app_error",
@@ -1952,6 +2000,14 @@
"translation": "外向きのウェブフックはシステム管理者によって無効にされています。"
},
{
+ "id": "api.webhook.incoming.debug",
+ "translation": "内向きのウェブフックを受信。内容="
+ },
+ {
+ "id": "api.webhook.incoming.debug.error",
+ "translation": "Could not read payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "ウェブフックAPIルートを初期化しています"
},
@@ -2312,6 +2368,18 @@
"translation": "サーバーに接続中にエラーになりました"
},
{
+ "id": "model.client.create_emoji.emoji.app_error",
+ "translation": "Unable to attach emoji data to request"
+ },
+ {
+ "id": "model.client.create_emoji.image.app_error",
+ "translation": "Unable to attach image to request"
+ },
+ {
+ "id": "model.client.create_emoji.writer.app_error",
+ "translation": "Unable to write request"
+ },
+ {
"id": "model.client.login.app_error",
"translation": "認証トークンが一致しません"
},
@@ -2488,6 +2556,26 @@
"translation": "SQL設定の最大稼働接続数が不正です。正の数を指定してください。"
},
{
+ "id": "model.emoji.create_at.app_error",
+ "translation": "作成日時は有効な時刻にしてください"
+ },
+ {
+ "id": "model.emoji.creator_id.app_error",
+ "translation": "不正なcreator idです"
+ },
+ {
+ "id": "model.emoji.id.app_error",
+ "translation": "不正なルートIDです"
+ },
+ {
+ "id": "model.emoji.name.app_error",
+ "translation": "名前は2文字以上の小文字の英数字にしてください"
+ },
+ {
+ "id": "model.emoji.update_at.app_error",
+ "translation": "更新日時は有効な時刻にしてください"
+ },
+ {
"id": "model.file_info.get.gif.app_error",
"translation": "GIFをデコードできません"
},
@@ -3184,6 +3272,30 @@
"translation": "コンプライアンスリポート保存する際にエラーが発生しました"
},
{
+ "id": "store.sql_emoji.delete.app_error",
+ "translation": "投稿を削除できませんでした"
+ },
+ {
+ "id": "store.sql_emoji.delete.no_results",
+ "translation": "We couldn’t find the emoji to delete"
+ },
+ {
+ "id": "store.sql_emoji.get.app_error",
+ "translation": "投稿を取得できませんでした"
+ },
+ {
+ "id": "store.sql_emoji.get_all.app_error",
+ "translation": "投稿を取得できませんでした"
+ },
+ {
+ "id": "store.sql_emoji.get_by_name.app_error",
+ "translation": "投稿を取得できませんでした"
+ },
+ {
+ "id": "store.sql_emoji.save.app_error",
+ "translation": "投稿を保存できませんでした"
+ },
+ {
"id": "store.sql_license.get.app_error",
"translation": "ライセンスを取得する際にエラーが発生しました"
},