Skip to content

Commit

Permalink
Updated the Japenese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 1, 2020
1 parent 011ac1e commit 52cc5d3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 443 deletions.
4 changes: 2 additions & 2 deletions docs/ja/literature.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SELECT (MAX(?dates) as ?date) ?work ?workLabel ?doi WHERE {
} GROUP BY ?work ?workLabel ?doi ORDER BY DESC(?date) LIMIT 10
```

結果として10件の論文を得ます(全てを取得するには、`LIMIT 10`をクエリから取り除きます)
結果として10件の論文を得ます。

<table>
<tr>
Expand Down Expand Up @@ -86,7 +86,7 @@ SELECT (MAX(?dates) as ?date) ?work ?workLabel ?doi WHERE {
} GROUP BY ?work ?workLabel ?doi ORDER BY DESC(?date) LIMIT 10
```

これにより、現在以下の結果を得ます(全てを取得したい場合は`LIMIT 10`を取り除きます)
これにより、現在以下の結果を得ます。

<table>
<tr>
Expand Down
Loading

0 comments on commit 52cc5d3

Please sign in to comment.