$title

${_('Changeset')} $new_rev : $new_path

$new_path [$old_rev:$new_rev] における更新

$old_path @ $old_rev から $new_path @ $new_rev における更新

${_('Changeset')} $new_rev

${diff_options_fields(diff)}
$path ${path or (location and '.') or '(root)'} ($kind) (${_('%(kind)s from', kind=kind)} $item.old.path) (${_('View diffs')}) (${ plural(ndiffs,'diff')}${ (ndiffs and nprops) and ', ' or '' }${plural(nprops, 'prop')}) (${_('previous')})
${_('Timestamp')}:
${format_datetime(changeset.date)} (${(datetime.now(utc) - changeset.date) < timedelta(0, 3600) and \ _('less than one hour') or dateinfo(changeset.date)} 前)
${_('Author')}:
${authorinfo(changeset.author)}
$prop.name:
$prop.value
${_('Message')}:
  ${wiki_to_html(context('changeset', changeset.rev), changeset.message, escape_newlines=True)}
${changeset.message}
${_('Location')}:
$location
${files and _('Files') + ':' or _('(No files)')}
${filestats['add']} ${_('added')}
${filestats['delete']} ${_('removed')}
${filestats['edit']} ${_('modified')}
${filestats['copy']} ${_('copied')}
${filestats['move']} ${_('moved')}

  • ${node_change(idx, item, 'add', _('added'))} ${node_change(idx, item, 'rem', _('deleted'))} ${node_change(idx, item, 'cp', _('copied'))} ${node_change(idx, item, 'mv', _('moved'))} ${node_change(idx, item, 'mod', _('modified'))}

${_('Legend')}:

${_('Unmodified')}
${_('Added')}
${_('Removed')}
${_('Modified')}