Skip to content

Commit

Permalink
commit translated contents
Browse files Browse the repository at this point in the history
  • Loading branch information
olprod committed Jan 28, 2022
1 parent 227fe02 commit 4a246ee
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 内のバージョンが無効です。"
}
36 changes: 35 additions & 1 deletion sample-queries/sample-queries_ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -2259,10 +2259,44 @@
"value": "application/json"
}
],
"postBody": "{\r\n \"requests\": [\r\n {\r\n \"entityTypes\": [\r\n \"message\"\r\n ],\r\n \"query\": {\r\n \"queryString\": \"informatino\"\r\n },\r\n \"from\": 0,\r\n \"size\": 5\r\n }\r\n ],\r\n \"queryAlterationOptions\": {\r\n \"enableSuggestion\": true,\r\n \"enableModification\": true\r\n }\r\n}",
"postBody": "{\r\n \"requests\": [\r\n {\r\n \"entityTypes\": [\r\n \"message\"\r\n ],\r\n \"query\": {\r\n \"queryString\": \"informatino\"\r\n },\r\n \"from\": 0,\r\n \"size\": 5,\r\n \"queryAlterationOptions\": {\r\n \"enableSuggestion\": true,\r\n \"enableModification\": true\r\n }\r\n }\r\n ] \r\n}",
"tip": "enable Calendars.Read、Mail.Read、Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All、ExternalItem.Read.All",
"skipTest": false
},
{
"id": "781a102a-310a-1fa9-1433-c05ec792e194",
"category": "検索",
"method": "POST",
"humanName": "(ベータ版) 重複した SharePoint 検索結果をトリミングする",
"requestUrl": "/beta/search/query",
"docLink": "https://docs.microsoft.com/ja-jp/graph/api/resources/search-api-overview?view=graph-rest-beta",
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
"postBody": "{\n \"requests\": [\n {\n \"entityTypes\": [\n \"driveItem\"\n ],\n \"query\": {\n \"queryString\": \"contoso\"\n },\n \"trimDuplicates\": true,\n \"from\": 0,\n \"size\": 15\n }\n ]\n}",
"tip": "Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All を有効にする",
"skipTest": false
},
{
"id": "bb61ec27-b5db-db71-a12c-305c7665e6e2",
"category": "検索",
"method": "POST",
"humanName": "(ベータ版) queryTemplate を使用した検索",
"requestUrl": "/beta/search/query",
"docLink": "https://docs.microsoft.com/ja-jp/graph/api/resources/search-api-overview?view=graph-rest-beta",
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
"postBody": "{\n \"requests\": [\n {\n \"entityTypes\": [\n \"driveItem\"\n ],\n \"query\": {\n \"queryString\": \"contoso\",\n \"queryTemplate\": \"({searchTerms})\"\n },\n \"from\": 0,\n \"size\": 15\n }\n ]\n}",
"tip": "Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All を有効にする",
"skipTest": false
},
{
"id": "bcfa3d7a-e833-4bac-a2a8-4113d0f8337f",
"category": "検索",
Expand Down

0 comments on commit 4a246ee

Please sign in to comment.