Этот коммит содержится в:
enahum
2016-06-15 09:01:15 -03:00
коммит произвёл Joram Wilander
родитель 1cfb35fd32
Коммит 70711c82a3
12 изменённых файлов: 756 добавлений и 128 удалений

Просмотреть файл

@@ -571,6 +571,54 @@
"id": "api.context.unknown.app_error",
"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",
@@ -1951,6 +1999,14 @@
"id": "api.webhook.get_outgoing.disabled.app_error",
"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ルートを初期化しています"
@@ -2311,6 +2367,18 @@
"id": "model.client.connecting.app_error",
"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": "認証トークンが一致しません"
@@ -2487,6 +2555,26 @@
"id": "model.config.is_valid.sql_max_conn.app_error",
"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をデコードできません"
@@ -3183,6 +3271,30 @@
"id": "store.sql_compliance.save.saving.app_error",
"translation": "コンプライアンスリポート保存する際にエラーが発生しました"
},
{
"id": "store.sql_emoji.delete.app_error",
"translation": "投稿を削除できませんでした"
},
{
"id": "store.sql_emoji.delete.no_results",
"translation": "We couldnt 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": "ライセンスを取得する際にエラーが発生しました"