Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: content-assistant <67429574+content-assistant[bot]@users.noreply.github.com>
  • Loading branch information
thewahome and content-assistant[bot] authored Jan 28, 2022
1 parent 9055147 commit d27a373
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/messages/GE_ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,6 @@
"Copied": "コピー済み",
"Invalid whitespace in URL": "URL 内の空白文字は無効です",
"Response content not available due to CORS policy": "CORS ポリシーにより、Graph エクスプローラーでは応答コンテンツを使用できません。この要求は、Postman などの API クライアントで実行できます。CORS の詳細を読み、そのしくみを理解してください",
"here": "こちら"
"here": "こちら",
"Invalid version in URL": "URL 内のバージョンが無効です。"
}
6 changes: 4 additions & 2 deletions src/messages/GE_ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"user_cancelled_consent": "Подождите, пока процесс предоставления согласия не завершится.",
"access_denied_consent": "Ваше согласие на это разрешение заблокировано администратором клиента. Попросите администратора предоставить вам доступ и повторите попытку.",
"This response contains unviewable content": "Этот отклик содержит контент, который может не открываться для просмотра в этом редакторе.",
"Click to download file": "Щелкните, чтобы скачать файл.",
"Click to download file": "Нажмите, чтобы загрузить файл.",
"Learn more": "Подробнее",
"loading resources": "загрузка ресурсов",
"Isolate": "Изолировать",
Expand Down Expand Up @@ -427,5 +427,7 @@
"Download postman collection": "Скачать коллекцию Postman",
"You can export the entire list as a Postman Collection. If there are items in the list you would not want, select them to remove": "Можно экспортировать весь список как коллекцию Postman. Если в списке есть элементы, которые вам не нужны, выберите их, чтобы удалить",
"Copied": "Скопировано",
"Invalid whitespace in URL": "Недопустимый пробел в URL-адресе"
"Invalid whitespace in URL": "Недопустимый пробел в URL-адресе",
"Response content not available due to CORS policy": "Содержимое отклика недоступно в песочнице Graph из-за политики CORS. Вы можете выполнить этот запрос в клиенте API, таком как Postman. Дополнительные сведения о CORS и том, как это работает",
"here": "здесь"
}
5 changes: 3 additions & 2 deletions src/messages/GE_zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,6 @@
"Copied": "已复制",
"Invalid whitespace in URL": "URL 中的无效空白",
"Response content not available due to CORS policy": "由于 CORS 策略,响应内容在 Graph 浏览器中不可用。可以在 API 客户端(如 Postman)中执行此请求。详细了解 CORS 并了解其工作原理",
"here": "此处"
}
"here": "此处",
"Invalid version in URL": "URL 中的版本无效"
}

0 comments on commit d27a373

Please sign in to comment.