Project

General

Profile

Patch #43922 » ja-translation-recent_pages-macro-new-options.patch

Go MAEDA, 2026-04-02 11:21

View differences:

app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb
315 315
{{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
316 316
{{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
317 317
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
318
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
319
{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects</pre></dd>
318
{{recent_pages(project=identifier)}} -- 指定したプロジェクトの直近7日間に更新されたページを表示します
319
{{recent_pages(include_subprojects=true)}} -- サブプロジェクトのページも含めて表示します</pre></dd>
320 320
    </dl>
321 321
    </p>
322 322

  
app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb
321 321
{{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
322 322
{{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
323 323
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
324
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
325
{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects</pre></dd>
324
{{recent_pages(project=identifier)}} -- 指定したプロジェクトの直近7日間に更新されたページを表示します
325
{{recent_pages(include_subprojects=true)}} -- サブプロジェクトのページも含めて表示します</pre></dd>
326 326
    </dl>
327 327
    </p>
328 328

  
    (1-1/1)