summaryrefslogtreecommitdiffstats
path: root/i18n/ja.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-07-12 09:14:03 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-12 22:14:03 +0900
commit0a78d588954b31eba946c6e656fd6fa33c504a72 (patch)
treee3fc1714dd8844c9a682ae6038bd9447bbbc14fc /i18n/ja.json
parent2bf64b54c236945727a2d93afb57b1665d1daa7a (diff)
downloadchat-0a78d588954b31eba946c6e656fd6fa33c504a72.tar.gz
chat-0a78d588954b31eba946c6e656fd6fa33c504a72.tar.bz2
chat-0a78d588954b31eba946c6e656fd6fa33c504a72.zip
translations PR 20170710 (#6902)
Diffstat (limited to 'i18n/ja.json')
-rw-r--r--i18n/ja.json44
1 files changed, 34 insertions, 10 deletions
diff --git a/i18n/ja.json b/i18n/ja.json
index d5584ee3a..cb33cb133 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -708,6 +708,22 @@
"translation": "開く"
},
{
+ "id": "api.command_search.desc",
+ "translation": "メッセージ内のテキストを検索する"
+ },
+ {
+ "id": "api.command_search.hint",
+ "translation": "[テキスト]"
+ },
+ {
+ "id": "api.command_search.name",
+ "translation": "検索"
+ },
+ {
+ "id": "api.command_search.unsupported.app_error",
+ "translation": "このデバイスでは検索コマンドはサポートされていません"
+ },
+ {
"id": "api.command_settings.desc",
"translation": "アカウント設定ダイアログを開く"
},
@@ -960,6 +976,10 @@
"translation": "詳細不明なエラーが発生しました。サポートに問い合わせしてください。"
},
{
+ "id": "api.context.v3_disabled.app_error",
+ "translation": "APIバージョン3はこのサーバーでは無効化されています。APIバージョン4を使用してください。詳しくは https://api.mattermost.com を参照してください。"
+ },
+ {
"id": "api.deprecated.init.debug",
"translation": "非推奨APIルートを初期化しています"
},
@@ -1490,6 +1510,10 @@
"translation": "OAuth APIルートを初期化しています"
},
{
+ "id": "api.oauth.invalid_state_token.app_error",
+ "translation": "不正な状態トークン"
+ },
+ {
"id": "api.oauth.regenerate_secret.app_error",
"translation": "OAuth2アプリケーションの秘密情報の再生成に必要な権限が付与されていません"
},
@@ -3021,19 +3045,11 @@
},
{
"id": "app.import.import_direct_channel.create_direct_channel.error",
- "translation": "ダイレクトチャンネルを取得できませんでした"
- },
- {
- "id": "app.import.import_direct_channel.create_direct_channel.error",
- "translation": "ダイレクトチャンネルを取得できませんでした"
- },
- {
- "id": "app.import.import_direct_channel.create_group_channel.error",
- "translation": "グループチャンネルを取得できませんでした"
+ "translation": "ダイレクトチャンネルを作成できませんでした"
},
{
"id": "app.import.import_direct_channel.create_group_channel.error",
- "translation": "グループチャンネルを取得できませんでした"
+ "translation": "グループチャンネルを作成できませんでした"
},
{
"id": "app.import.import_direct_channel.member_not_found.error",
@@ -3048,6 +3064,14 @@
"translation": "ダイレクトチャンネルの投稿をインポートする際にチャンネルメンバーが見つかりませんでした"
},
{
+ "id": "app.import.import_direct_post.create_direct_channel.error",
+ "translation": "ダイレクトチャンネルを取得できませんでした"
+ },
+ {
+ "id": "app.import.import_direct_post.create_group_channel.error",
+ "translation": "グループチャンネルを取得できませんでした"
+ },
+ {
"id": "app.import.import_direct_post.user_not_found.error",
"translation": "投稿ユーザーが存在しません"
},