Changes
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&page=2
{ "count": 37, "next": null, "previous": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-worldclock/ja/changes/?format=api", "results": [ { "unit": "https://translate.lxqt-project.org/api/units/161861/?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.994665Z", "action": 9, "target": "ローカルのタイムゾーン", "id": 45003, "action_name": "Translation uploaded", "url": "https://translate.lxqt-project.org/api/changes/45003/?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": null, "author": null, "timestamp": "2021-02-10T14:19:09.650265Z", "action": 0, "target": "", "id": 51072, "action_name": "Resource update", "url": "https://translate.lxqt-project.org/api/changes/51072/?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-03-27T13:40:58.118598Z", "action": 2, "target": "パネルが垂直ならば回転させる(&R)", "id": 59855, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/59855/?format=api" }, { "unit": "https://translate.lxqt-project.org/api/units/161852/?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-04-04T05:32:52.181497Z", "action": 2, "target": "世界時計 手動形式の設定", "id": 60574, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/60574/?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": "2021-04-04T05:34:15.761834Z", "action": 2, "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": 60575, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/60575/?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": "2021-04-04T06:25:57.652411Z", "action": 2, "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>年 2 桁の数字(00〜99)</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": 60596, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/60596/?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": "2021-04-04T06:34:13.743744Z", "action": 2, "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>年 2 桁の数字(00〜99)</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一重引用符 (') は、文字を<b>エスケープする</b>ために使用されます。行内の 2 つの連続した一重引用符は、引用符付き文字列の内側でも外側でも、<b>実際の</b> 1 つの一重引用符を表します。\n</li><li>\n最小の更新間隔は 1 秒です。\nz または zzz が設定されている場合、時刻はミリ秒単位で表示されますが、ミリ秒単位では更新されません(大きなパフォーマンスの低下を避けるため)。\n</li><ul>\n", "id": 60597, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/60597/?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": "2021-04-04T06:36:30.497759Z", "action": 2, "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>年 2 桁の数字(00〜99)</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一重引用符 (') は、文字を<b>エスケープする</b>ために使用されます。行内の 2 つの連続した一重引用符は、引用符付き文字列の内側でも外側でも、<b>実際の</b> 1 つの一重引用符を表します。\n</li><li>\n最小の更新間隔は 1 秒です。\nz または zzz が設定されている場合、時刻はミリ秒単位で表示されますが、ミリ秒単位では更新されません(大きなパフォーマンスの低下を避けるため)。\n</li><ul>\n", "id": 60598, "action_name": "Translation changed", "url": "https://translate.lxqt-project.org/api/changes/60598/?format=api" }, { "unit": "https://translate.lxqt-project.org/api/units/161852/?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-04-04T11:46:51.133568Z", "action": 9, "target": "世界時計 手動で形式の設定", "id": 60663, "action_name": "Translation uploaded", "url": "https://translate.lxqt-project.org/api/changes/60663/?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": "2021-04-04T11:46:51.174815Z", "action": 9, "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>年 2 桁の数字(00〜99)</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一重引用符 (') は、文字を<b>エスケープする</b>ために使用されます。行内の 2 つの連続した一重引用符は、引用符付き文字列の内側でも外側でも、<b>実際の</b> 1 つの一重引用符を表します。\n</li><li>\n最小の更新間隔は 1 秒です。\nz または zzz が設定されている場合、時刻はミリ秒単位で表示されますが、ミリ秒単位では更新されません(大きなパフォーマンスの低下を避けるため)。\n</li><ul>\n", "id": 60664, "action_name": "Translation uploaded", "url": "https://translate.lxqt-project.org/api/changes/60664/?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": "2021-04-04T11:53:09.888365Z", "action": 9, "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>年 2 桁の数字(00〜99)</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一重引用符 (') は、文字を<b>エスケープする</b>ために使用されます。行内の 2 つの連続した一重引用符は、引用符付き文字列の内側でも外側でも、<b>実際の</b> 1 つの一重引用符を表します。\n</li><li>\n最小の更新間隔は 1 秒です。\nz または zzz が設定されている場合、時刻はミリ秒単位で表示されますが、ミリ秒単位では更新されません(大きなパフォーマンスの低下を避けるため)。\n</li><ul>\n", "id": 60665, "action_name": "Translation uploaded", "url": "https://translate.lxqt-project.org/api/changes/60665/?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": null, "author": null, "timestamp": "2022-01-25T21:02:10.514032Z", "action": 0, "target": "", "id": 107478, "action_name": "Resource update", "url": "https://translate.lxqt-project.org/api/changes/107478/?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": null, "author": null, "timestamp": "2024-05-05T06:11:01.501281Z", "action": 0, "target": "", "id": 187231, "action_name": "Resource update", "url": "https://translate.lxqt-project.org/api/changes/187231/?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": null, "author": null, "timestamp": "2024-09-02T20:48:12.740379Z", "action": 0, "target": "", "id": 202629, "action_name": "Resource update", "url": "https://translate.lxqt-project.org/api/changes/202629/?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": null, "author": null, "timestamp": "2024-09-02T20:48:16.147529Z", "action": 44, "target": "", "id": 202667, "action_name": "New string to translate", "url": "https://translate.lxqt-project.org/api/changes/202667/?format=api" }, { "unit": "https://translate.lxqt-project.org/api/units/439017/?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": "2024-09-21T05:13:33.275234Z", "action": 5, "target": "<b>注:</b> 時計を中クリックすると設定されている全てのタイムゾーンの日時が表示されます。", "id": 205115, "action_name": "New translation", "url": "https://translate.lxqt-project.org/api/changes/205115/?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": null, "author": null, "timestamp": "2024-12-15T15:47:18.046066Z", "action": 0, "target": "", "id": 221205, "action_name": "Resource update", "url": "https://translate.lxqt-project.org/api/changes/221205/?format=api" } ] }