Translation components API.

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

GET /api/translations/lxqt-panel/plugin-worldclock/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37,
    "next": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-08-27T12:08:04.669703Z",
            "action": 0,
            "target": "",
            "id": 10501,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/10501/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "timestamp": "2020-08-28T10:27:08.089821Z",
            "action": 0,
            "target": "",
            "id": 10813,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/10813/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "timestamp": "2020-08-28T10:27:09.641126Z",
            "action": 44,
            "target": "",
            "id": 10843,
            "action_name": "New string to translate",
            "url": "https://translate.lxqt-project.org/api/changes/10843/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/162636/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2020-09-15T11:05:42.117090Z",
            "action": 45,
            "target": "",
            "id": 11913,
            "action_name": "New contributor",
            "url": "https://translate.lxqt-project.org/api/changes/11913/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/162636/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2020-09-15T11:05:42.119758Z",
            "action": 5,
            "target": "<h1>カスタム用の日付時刻フォーマットの形式</h1>\n<p>日付パターンは文字列です。解析時にはカレンダー時計からデータを生成・フォーマットされ、特定の文字列がカレンダー時計の日付と時刻のデータに置き換わります。</p>\n<p>\n以下の日付フィールドの記号表には、年の yyyy など、特定の場所に適した形式を表すためのパターンの文字列があります。\n 文字は複数回使用できます。例えば、y が年に使用されている場合、 yy は 99 を生成しますが、 yyyy は 1999 を生成します。\nほとんどの数値フィールドでは、文字数がフィールド幅を指定します。\n 例えば、時刻の h の場合、 h は 5 を生成しますが、 hh は 05 を生成します。\n一部の文字では、この文字の並びの数は省略形か完全形のどちらを使用するかを指定しますが、以下の表に示すように他の使用方法もあります。\n</p><p>\n2つの連続した一重引用符は、文字内か外側の1つの一重引用符を表します。\n一重引用符内のテキストは、変換されません(隣接する2つの引用符を除く)。\nそれ以外の場合、 a から z および A から Z までのすべてのASCII文字は形式の文字として予約されており、文字自身を表す場合は引用符が必要です。\nさらに、特定のASCII記号は将来変更になる可能性があります(例: \":\" は時刻の区切り文字として、 '/' は日付の区切り文字としてみられ、それぞれのロケール依存文字に置き換えられます)。\n<br /></p>\n<table border=\"1\" width=\"100%\" cellpadding=\"4\" cellspacing=\"0\">\n<tr><th width=\"20%\">記号</th><th>意味</th></tr>\n<tr><td> d</td> <td>日(1〜31)先頭に0を付けない数字</td> </tr>\n<tr><td>dd</td> <td>日(01〜31)先頭に0を付けた数字</td> </tr>\n<tr><td>ddd</td> <td>ローカライズされた曜日の短縮名(例: '月'から '日')。</td> </tr>\n<tr><td>dddd</td> <td>ローカライズされた長い曜日名(例: '月曜日'から '日曜日')。</td> </tr>\n<tr><td> M </ td> <td>月(1〜12)先頭に0を付けない数字</td> </tr>\n<tr><td> MM </ td> <td>月(01-12)先頭に0を付けた数字</td> </tr>\n<tr><td> MMM</td> <td>ローカライズされた月の省略名(例: '1月'から '12月')。</td> </tr>\n<tr><td> MMMM</td> <td>ローカライズされた長い月の名前(例: '1月'から '12月')。(訳注: 日本語では MMM と MMMM は同じ表示のようです)</td> </tr>\n<tr><td>yy</td> <td>年(00〜99)2桁の数字</td> </tr>\n<tr><td> yyyy</td> <td>年を4桁の数字</td> </tr>\n<tr><td>h</td> <td>時刻(0〜23、または午前/午後を表示する場合は1〜12)先頭に0なし</td> </tr>\n<tr><td>hh</td> <td>時刻(00から23、または午前/午後を表示する場合は01から12)先頭に0がつく</td> </tr>\n<tr><td>H</td> <td>時刻(午前/午後の表示でも0〜23)先頭に0なし</td> </tr>\n<tr><td>HH</td> <td>時刻(午前/午後の表示でも00〜23)先頭に0がつく</td> </tr>\n<tr><td> m</td> <td>分(0〜59)先頭に0なし</td> </tr>\n<tr><td> mm</td> <td>分(00から59)先頭に0がつく</td> </tr>\n<tr><td> s</td> <td>秒(0〜59)先頭に0なし</td> </tr>\n<tr><td>ss</td> <td>秒(00〜59)先頭に0がつく</td> </tr>\n<tr> <td> AP <i>または</i> A </td> <td>午前/午後の表示に使用します。 <b> A/AP </b>は \"AM\" または \"PM\" に置き換えられます。</td> </tr>\n<tr> <td> ap <i>または</i> a </td> <td>午前/午後の表示に使用します。 <b> a/ap </b>は \"am\" または \"pm\" に置き換えられます。(訳注: 日本語では AP と ap はどちらも\"午前\"または\"午後\"に置き換えられるようです)</td> </tr>\n<tr><td>t</td> <td>タイムゾーン(例: \"JST\")</td> </tr>\n<tr><td> T</td> <td> UTC(世界協定時)からの時差</td> </tr>\n<tr><td>TT</td> <td>タイムゾーンの IANA ID </td> </tr>\n<tr><td>TTT</td> <td>タイムゾーンの省略形</td> </tr>\n<tr><td>TTTT</td> <td>タイムゾーンの短い表示名</td> </tr>\n<tr><td>TTTTT</td> <td>タイムゾーンの長い表示名</td> </tr>\n<tr><td>TTTTTT</td> <td>タイムゾーンのカスタム名。設定ウィンドウの[タイムゾーン]タブで変更できます。</td> </tr> </table>\n<br /><b>注意:</b> <ul><li>\nパターン内の ['a' .. 'z'] と ['A' .. 'Z'] の範囲内にない文字は引用テキストとして扱われます。\nたとえば、 ':', '.', ' ', '#', '@'などの文字は、一重引用符(')で囲まれていなくても、結果のテキストに表示されます。\n一重引用符(')は、文字を“エスケープ”するために使用されます。行内の2つの連続した一重引用符は、引用符付き文字列の内側でも外側でも、“実際”の1つの一重引用符を表します。\n</li><li>\n最小の更新間隔は1秒です。\nz または zzz が設定されている場合、時刻はミリ秒単位で表示されますが、ミリ秒単位では更新されません(大きなパフォーマンスの低下を避けるため)。\n</li><ul>\n",
            "id": 11914,
            "action_name": "New translation",
            "url": "https://translate.lxqt-project.org/api/changes/11914/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161815/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.717552Z",
            "action": 9,
            "target": "時が 1 桁のとき 0 で埋める(&H)",
            "id": 44988,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44988/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161826/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.768574Z",
            "action": 9,
            "target": "ロケーション ID",
            "id": 44989,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44989/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161827/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.785090Z",
            "action": 9,
            "target": "IANA ID",
            "id": 44990,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44990/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161830/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.804122Z",
            "action": 9,
            "target": "カスタム名",
            "id": 44991,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44991/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161837/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.831192Z",
            "action": 9,
            "target": "日が 1 桁のとき 0 で埋める(&A)",
            "id": 44992,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44992/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161844/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.854282Z",
            "action": 9,
            "target": "既定として設定(&D)",
            "id": 44993,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44993/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161845/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.863999Z",
            "action": 9,
            "target": "カスタム名の編集(&E) ...",
            "id": 44994,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44994/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161846/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.874553Z",
            "action": 9,
            "target": "上へ移動(&U)",
            "id": 44995,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44995/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161847/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.883206Z",
            "action": 9,
            "target": "下へ移動(&W)",
            "id": 44996,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44996/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161848/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.891872Z",
            "action": 9,
            "target": "全般(&G)",
            "id": 44997,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44997/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161849/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.902795Z",
            "action": 9,
            "target": "パネルが垂直なときには回転させる(&R)",
            "id": 44998,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44998/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161851/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.915935Z",
            "action": 9,
            "target": "タイムゾーンのカスタム名を入力",
            "id": 44999,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/44999/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161855/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.933351Z",
            "action": 9,
            "target": "タイムゾーン",
            "id": 45000,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/45000/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161856/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.950645Z",
            "action": 9,
            "target": "名称",
            "id": 45001,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/45001/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/161859/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-worldclock/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/ito32bit/?format=api",
            "timestamp": "2021-01-04T00:55:16.973922Z",
            "action": 9,
            "target": "協定世界時",
            "id": 45002,
            "action_name": "Translation uploaded",
            "url": "https://translate.lxqt-project.org/api/changes/45002/?format=api"
        }
    ]
}