Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/postgis-workshop/spatial_relationships/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-30T02:45:23.963984Z",
            "action": 17,
            "target": "",
            "id": 1978395,
            "action_name": "Changes committed",
            "url": "https://weblate.osgeo.org/api/changes/1978395/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104340/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2024-05-29T02:02:56.524103Z",
            "action": 7,
            "target": "`ST_Intersects(geometry_a, geometry_b) <http://postgis.net/docs/ja/ST_Intersects.html>`_: ジオメトリ/ジオグラフィが「空間的にインタセクトする」 - (空間の任意部分を共有する)場合にはTRUEを返し、そうでない(接続されていない、Disjoint)場合にはFALSEを返します。",
            "id": 1978384,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1978384/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-27T02:45:22.049190Z",
            "action": 17,
            "target": "",
            "id": 1949045,
            "action_name": "Changes committed",
            "url": "https://weblate.osgeo.org/api/changes/1949045/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104316/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2024-02-27T02:17:04.016764Z",
            "action": 7,
            "target": "地下鉄 Broad Street 駅を取り上げて、:command:`ST_Intersects` 関数を使って地区を決定します:",
            "id": 1948996,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1948996/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104316/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2024-02-27T02:16:57.713160Z",
            "action": 4,
            "target": "地下鉄 Broad Street 駅を取り上げて、:command:`ST_Intersects` 関数を使って地区を決定します:",
            "id": 1948995,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1948995/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-29T04:23:49.821204Z",
            "action": 17,
            "target": "",
            "id": 1899381,
            "action_name": "Changes committed",
            "url": "https://weblate.osgeo.org/api/changes/1899381/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104328/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:38:20.829663Z",
            "action": 7,
            "target": ":command:`ST_DWithin` 関数は、二つのジオメトリの一方がもう一方を含むかどうかをテストするために、インデックスで速度向上した真偽テストを行います。これは「道路から 500m 以内にある樹木数は?」といった質問に使えます。実際のバッファを計算する必要はなく (訳注: GIS では、距離計測の代わりにバッファを作成してインタセクトするかテストする場合があります)、距離関係のテストを行う必要があるだけです。",
            "id": 1899219,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1899219/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104327/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:38:13.137236Z",
            "action": 7,
            "target": ":command:`ST_Distance(geometry A, geometry B)` は、二つのジオメトリの「最短」距離を計算し、浮動小数点数として返します。オブジェクト間の距離を実際に報告する場合に使います。",
            "id": 1899218,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1899218/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104326/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:38:08.495343Z",
            "action": 7,
            "target": "非常に一般的な GIS の質問に「あるものから距離 X 以内にあるものを全て見つける」というものがあります。",
            "id": 1899217,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1899217/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104313/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:38:04.815403Z",
            "action": 7,
            "target": "マルチポイント/ポリゴン、マルチポイント/ラインストリング、ラインストリング/ラインストリング、リアンストリング/ポリゴン、ラインストリング/マルチポリゴンの比較では :command:`ST_Crosses(geometry A, geometry B)` は、インタセクトの結果が二つの引数ジオメトリの図形次元の最大値より 1 小さい次元であり、インタセクションの集合が両方の引数ジオメトリ内部にある場合に t (TRUE) を返します。",
            "id": 1899216,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1899216/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104328/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:37:51.940227Z",
            "action": 4,
            "target": ":command:`ST_DWithin` 関数は、二つのジオメトリの一方がもう一方を含むかどうかをテストするために、インデックスで速度向上した真偽テストを行います。これは「道路から 500m 以内にある樹木数は?」といった質問に使えます。実際のバッファを計算する必要はなく (訳注: GIS では、距離計測の代わりにバッファを作成してインタセクトするかテストする場合があります)、距離関係のテストを行う必要があるだけです。",
            "id": 1899215,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1899215/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104327/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:37:51.932905Z",
            "action": 4,
            "target": ":command:`ST_Distance(geometry A, geometry B)` は、二つのジオメトリの「最短」距離を計算し、浮動小数点数として返します。オブジェクト間の距離を実際に報告する場合に使います。",
            "id": 1899214,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1899214/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104326/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:37:51.925608Z",
            "action": 4,
            "target": "非常に一般的な GIS の質問に「あるものから距離 X 以内にあるものを全て見つける」というものがあります。",
            "id": 1899213,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1899213/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104313/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-11-28T03:37:51.907410Z",
            "action": 4,
            "target": "マルチポイント/ポリゴン、マルチポイント/ラインストリング、ラインストリング/ラインストリング、リアンストリング/ポリゴン、ラインストリング/マルチポリゴンの比較では :command:`ST_Crosses(geometry A, geometry B)` は、インタセクトの結果が二つの引数ジオメトリの図形次元の最大値より 1 小さい次元であり、インタセクションの集合が両方の引数ジオメトリ内部にある場合に t (TRUE) を返します。",
            "id": 1899212,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1899212/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-17T18:49:53.848862Z",
            "action": 17,
            "target": "",
            "id": 1884829,
            "action_name": "Changes committed",
            "url": "https://weblate.osgeo.org/api/changes/1884829/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104319/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:22:11.204256Z",
            "action": 5,
            "target": ":command:`ST_Touches(geometry A, geometry B)` は、ジオメトリの境界同士がインタセクトするか、一方のジオメトリの内部の一つだけと、もう一つのジオメトリの境界とインタセクトする場合に TRUE を返します。",
            "id": 1884775,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884775/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104319/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:20:09.894033Z",
            "action": 2,
            "target": "",
            "id": 1884774,
            "action_name": "Translation changed",
            "url": "https://weblate.osgeo.org/api/changes/1884774/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104330/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:19:27.064149Z",
            "action": 5,
            "target": "そして地図上で解答の確認ができます。Broad St 駅は実際に Wall Street, Broad Street, Nassau Street の交差点にあります。",
            "id": 1884773,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884773/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104329/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:19:11.205253Z",
            "action": 5,
            "target": "再び地下鉄 Broad Street 駅を使って、地下鉄駅に近い (10メートル以内) ストリートを見つけることができます:",
            "id": 1884772,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884772/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104319/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:17:52.184232Z",
            "action": 5,
            "target": "そして地図上で解答の確認ができます。Broad St 駅は実際に Wall Street, Broad Street, Nassau Street の交差点にあります。",
            "id": 1884771,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884771/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104316/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:16:02.437058Z",
            "action": 5,
            "target": "地下鉄 Broad Street 駅を取り上げて、:command:`ST_Intersects` 関数を使って近隣を決定します:",
            "id": 1884770,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884770/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104314/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:14:56.932546Z",
            "action": 5,
            "target": ":command:`ST_Overlaps(geometry A, geometry B)` は、同じ図形次元の二つのジオメトリを比較して、インタセクトした領域が二つのジオメトリのいずれとも異なり、かつ同じ図形次元である場合に TRUE を返します。",
            "id": 1884769,
            "action_name": "Translation added",
            "url": "https://weblate.osgeo.org/api/changes/1884769/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104323/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:12:45.088244Z",
            "action": 7,
            "target": ":command:`ST_Contains(geometry A, geometry B)` は、二つ目のジオメトリが完全に一つ目のジオメトリに含まれる場合に TRUE を返します。ST_Within は ST_Contains の正反対のテストをします。",
            "id": 1884768,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884768/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104322/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:12:42.816404Z",
            "action": 7,
            "target": ":command:`ST_Within(geometry A , geometry B)` は、一つ目のジオメトリが完全に二つ目のジオメトリの内側にある場合に TRUE を返します。ST_Within は ST_Contains の正反対のテストをします。",
            "id": 1884767,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884767/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104321/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:12:40.595779Z",
            "action": 7,
            "target": ":command:`ST_Within` と :command:`ST_Contains` は、一方のジオメトリが完全にもう一方の中に入っているかどうかをテストします。",
            "id": 1884766,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884766/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104318/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:12:20.471512Z",
            "action": 2,
            "target": ":command:`ST_Touches` は、二つのジオメトリが境界で接触していて、かつ内部でインタセクトしていないかをテストします",
            "id": 1884765,
            "action_name": "Translation changed",
            "url": "https://weblate.osgeo.org/api/changes/1884765/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104318/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:12:13.242036Z",
            "action": 7,
            "target": ":command:`ST_Touches` は、二つのジオメトリが境界で接触していて、かつ内部でインタセクトしていないかをテストします。",
            "id": 1884764,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884764/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104323/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:11:38.814833Z",
            "action": 4,
            "target": ":command:`ST_Contains(geometry A, geometry B)` は、二つ目のジオメトリが完全に一つ目のジオメトリに含まれる場合に TRUE を返します。ST_Within は ST_Contains の正反対のテストをします。",
            "id": 1884763,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1884763/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104322/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:11:38.808722Z",
            "action": 4,
            "target": ":command:`ST_Within(geometry A , geometry B)` は、一つ目のジオメトリが完全に二つ目のジオメトリの内側にある場合に TRUE を返します。ST_Within は ST_Contains の正反対のテストをします。",
            "id": 1884762,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1884762/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104321/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:11:38.802178Z",
            "action": 4,
            "target": ":command:`ST_Within` と :command:`ST_Contains` は、一方のジオメトリが完全にもう一方の中に入っているかどうかをテストします。",
            "id": 1884761,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1884761/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104318/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:11:38.790294Z",
            "action": 4,
            "target": ":command:`ST_Touches` は、二つのジオメトリが境界で接触していて、かつ内部でインタセクトしていないかをテストします。",
            "id": 1884760,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1884760/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104343/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:05:01.391264Z",
            "action": 7,
            "target": "`ST_Within(geometry A , geometry B) <https://postgis.net/docs/ja/ST_Within.html>`_: ジオメトリ A が完全にジオメトリ B の内部にあるばあいには TRUE を返します",
            "id": 1884759,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884759/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104342/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:58.633337Z",
            "action": 7,
            "target": "`ST_Touches(geometry A, geometry B) <https://postgis.net/docs/ja/ST_Touches.html>`_: ジオメトリが少なくとも一つのポイントを共有し、かつ、内部でインタセクトしていない場合には TRUE を返します。",
            "id": 1884758,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884758/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104341/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:56.434149Z",
            "action": 7,
            "target": "`ST_Overlaps(geometry A, geometry B) <https://postgis.net/docs/ja/ST_Overlaps.html>`_: ジオメトリが空間を共有し、同じ図形次元で、かつ、完全に一方に包含するようにはなっていない場合には TRUE を返します。",
            "id": 1884757,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884757/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104338/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:54.056234Z",
            "action": 7,
            "target": "`ST_Equals(geometry A, geometry B) <https://postgis.net/docs/ja/ST_Equals.html>`_: 与えられたジオメトリが同じジオメトリを表現している場合には TRUE を返します。進行方向は無視されます。",
            "id": 1884756,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884756/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104337/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:51.854983Z",
            "action": 7,
            "target": "`ST_DWithin(geometry A, geometry B, radius) <https://postgis.net/docs/ja/ST_DWithin.html>`_: ジオメトリと他のジオメトリとの距離が指定した距離以内である場合に TRUE を返します。",
            "id": 1884755,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884755/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104336/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:47.223005Z",
            "action": 2,
            "target": "`ST_Distance(geometry A, geometry B) <https://postgis.net/docs/ja/ST_Distance.html>`_: 二つのジオメトリの間の2次元デカルト距離の最短距離 (空間参照系に基づく) を投影座標系の単位で返します。",
            "id": 1884754,
            "action_name": "Translation changed",
            "url": "https://weblate.osgeo.org/api/changes/1884754/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104336/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:16.977479Z",
            "action": 7,
            "target": "`ST_Distance(geometry A, geometry B)  <https://postgis.net/docs/ja/ST_Distance.html>`_: 二つのジオメトリの間の2次元デカルト距離の最短距離 (空間参照系に基づく) を投影座標系の単位で返します。",
            "id": 1884753,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884753/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104335/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:13.178713Z",
            "action": 7,
            "target": "`ST_Disjoint(geometry A , geometry B) <https://postgis.net/docs/ja/ST_Disjoint.html>`_: ジオメトリが「空間的にインタセクト」していない、つまり共通部分を持たない場合には TRUE を返します。",
            "id": 1884752,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884752/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104334/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:10.736135Z",
            "action": 7,
            "target": "`ST_Crosses(geometry A, geometry B) <https://postgis.net/docs/ja/ST_Crosses.html>`_: 与え得られたジオメトリについて内側の一部で共有部分があり、かつ全てが共有部分になっていない場合には TRUE を返します。",
            "id": 1884751,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884751/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104325/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:06.744269Z",
            "action": 7,
            "target": "ST_Distance と ST_DWithin",
            "id": 1884750,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884750/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104320/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:04:03.482518Z",
            "action": 7,
            "target": "ST_Within と ST_Contains",
            "id": 1884749,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884749/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104317/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:57.042650Z",
            "action": 7,
            "target": "ST_Touches",
            "id": 1884748,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884748/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104312/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:53.709494Z",
            "action": 7,
            "target": "ST_Intersects の反対は :command:`ST_Disjoint(geometry A , geometry B)` です。二つのジオメトリが接続されていない場合にはインタセクトしませんし、その逆も成り立ちます。インタセクトのテストは空間インデックスが利用可能なのに対して、接続しないテストは利用できないため、実際に「インタセクトしない」のテストが「接続しない」のテストより効果的になることがしばしばあります。",
            "id": 1884747,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884747/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104311/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:50.730006Z",
            "action": 7,
            "target": ":command:`ST_Intersects(geometry A, geometry B)` は、二つの形状に共通の領域を持つ場合、つまり、境界又は内部がインタセクトする場合に t (TRUE) を返します。",
            "id": 1884746,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884746/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104310/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:48.611225Z",
            "action": 7,
            "target": ":command:`ST_Intersects`, :command:`ST_Crosses`, :command:`ST_Overlaps` は、ジオメトリの内部でインタセクトしているかをテストします。",
            "id": 1884745,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884745/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104308/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:46.121947Z",
            "action": 7,
            "target": "ST_Intersects, ST_Disjoint, ST_Crosses, ST_Overlaps",
            "id": 1884744,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884744/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104307/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:43.474897Z",
            "action": 7,
            "target": "ポイントの表現は人が判読できるものではありません (``0101000020266900000EEBD4CF27CF2141BC17D69516315141``) が、正確な座標値の表現です。等価性テストでは正確な座標の使用が必要です。",
            "id": 1884743,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884743/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104306/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:36.193694Z",
            "action": 7,
            "target": "そうして、ジオメトリ表現を :command:`ST_Equals` テストに入れなおします。",
            "id": 1884742,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884742/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/104305/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/ja/?format=api",
            "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
            "timestamp": "2023-10-17T10:03:33.455335Z",
            "action": 7,
            "target": "まず、``nyc_subway_stations`` テーブルからポイントの表現を取得します。'Broad St' のエントリだけを取ります。",
            "id": 1884741,
            "action_name": "Suggestion accepted",
            "url": "https://weblate.osgeo.org/api/changes/1884741/?format=api"
        }
    ]
}