summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-30 19:07:53 -0300
committerGitHub <noreply@github.com>2017-03-30 19:07:53 -0300
commitbd5b6f19caaeaa339a0305830f7d70ab68b481ff (patch)
tree1086fa72f39306ee3798c0def37128a878e24de2 /i18n/ja.json
parent4092836c94a7b47584b0f32e2eeccafd38bc0e3d (diff)
downloadchat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.gz
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.tar.bz2
chat-bd5b6f19caaeaa339a0305830f7d70ab68b481ff.zip
translations PR 20170328 (#5899)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index c9cb2b5fd..79b53d972 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -816,6 +816,10 @@
"translation": "コンプライアンスAPIルートを初期化しています"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "申し訳ありません。ページが見付かりません。"
},
@@ -1286,6 +1290,10 @@
"translation": "あなたのシステムは{{.Count}}の重複のないユーザーが使ってます。このライセンスは{{.Users}}ユーザーのみサポートしています。重複のないユーザー数は、電子メールアドレスによって決められます。全ユーザー数は、サイトリポート->統計を見るを参照してください。"
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "ライセンスAPIルートを初期化しています"
},
@@ -1928,6 +1936,10 @@
"translation": "状態APIルートを初期化しています"
},
{
+ "id": "api.status.init.debug",
+ "translation": "状態APIルートを初期化しています"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "LastActivityAtを更新できませんでした user_id=%v、session_id=%v、err=%v"
},
@@ -1936,6 +1948,22 @@
"translation": "状態を保存できませんでした user_id=%v、err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "ユーザーが見付かりません"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "不正なデータです。"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "不正な招待IDです。この招待IDに一致するチームはありません。"
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "チームにユーザーを追加するにはパラメーターが必要です。"
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "電子メールによるチームへの利用登録は無効です。"
},
@@ -3128,6 +3156,14 @@
"translation": "チームの役割を管理する"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "公開チャンネルを読めるようにする"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "公開チャンネルを読む"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "チームにユーザーを招待できるようにする"
},
@@ -4680,6 +4716,14 @@
"translation": "チャンネルが見付かりませんでした"
},
{
+ "id": "store.sql_channel.get_channels_by_ids.get.app_error",
+ "translation": "チャンネルが取得できませんでした"
+ },
+ {
+ "id": "store.sql_channel.get_channels_by_ids.not_found.app_error",
+ "translation": "No channel found"
+ },
+ {
"id": "store.sql_channel.get_deleted_by_name.existing.app_error",
"translation": "削除されたチャンネルが見付かりませんでした"
},