• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

翻訳ドキュメント管理用


RSS
Rev. Tiempo Autor
c722ab0 2021-04-21 03:15:12 Akihiro Motoki

coreutils: Update draft pages

6e7142c 2021-04-21 03:15:11 Akihiro Motoki

coreutils: Update ja.po

b420e88 2021-04-21 03:15:11 Akihiro Motoki

coreutils: (ja.po) Translate "Usage" strings

29511f5 2021-04-21 03:15:11 Akihiro Motoki

coreutils: Add ja.po for 8.32

ja.po.8.32 was generated based on ja.po.8.25 (which completed all
translations) and coreutils.pot from 8.32.

479be23 2021-04-21 03:15:11 Akihiro Motoki

coreutils: Update draft pages based on *.x update

f9c7748 2021-04-21 03:15:11 Akihiro Motoki

coreutils: Translate strings in *.x

7faac1a 2021-04-21 03:15:11 Akihiro Motoki

coreutils: Apply updates in coreutils 8.32 (help2man/*.x)

a195c31 2021-04-21 03:14:05 Akihiro Motoki

coreutils: Update original to 8.32

coreutils 8.25 cannot be built on recent distributions like Ubuntu
Focal. It is a good chance to upgrade the original version.

9b985b4 2021-04-19 07:52:18 Akihiro Motoki

guide: Update GNU-coreutils part

8f998bb 2021-04-13 22:38:06 Akihiro Motoki

guide: Add basic info and update document help

* Add basic info page to explain the JM git repo and
a tips to check Japanese manpages.
* Update the document help page
* Use "リポジトリ" consistently

9226105 2021-04-13 16:05:59 Akihiro Motoki

www: Update LDP index

6d0ff16 2021-04-13 15:53:30 Akihiro Motoki

LDP: Distinguish old pages and up-to-date <100% pages in web

deb51bf 2021-04-13 12:30:07 Akihiro Motoki

Revert "www: Update LDP index"

The previous description looks almost correct.
Non-bold page name means either of non-100% translated up-to-date
page or translated older version of the page.

This reverts commit 6f713f85ce175d44e2c2abdbdc47d1c23efc9c43.

6f713f8 2021-04-13 12:00:57 Akihiro Motoki

www: Update LDP index

0d0bc72 2021-04-13 11:54:20 Akihiro Motoki

LDP: Release pages from LDP 5.10

This commit copies pages with >=80% translation progress
from draft to release directory.
This is done by "make release" command.

17bc362 2021-04-13 11:23:04 Akihiro Motoki

LDP: Do not execute git2upd in 'make upgrade'

It turns out that git2upd does not work expectedly in the recent
version of git status. As a quick look at git2upd, it needs to be
fixed carefully. As a temporary workaround, git2upd and subsequent
commands in "make upgrade" are not executed automatically. They
need to be run manually.

The JM guide is updated accordingly.

bafb632 2021-04-13 10:53:01 Akihiro Motoki

LDP: Fix translation_list

git2upd script assumes that a single blank line exists between
the section header of "Changes to be committed" and the next line
and a list of staged files, but the recent version of git does not
output such blank line (at least git 2.25.1 does not output the blank
line and git 2.17.1 outputs the blank line) and as a result git2upd
will pick up no staged files.

This commit recovers such changes in LDP 5.10.

What I did is to save the output of "git status original" to a file,
add a blank line before a list of staged files and then run git2upd.

8f4c24e 2021-04-13 09:45:57 Akihiro Motoki

LDP: Ensure to run 'make translate' when po4a cfg is updated

4508c88 2021-04-09 18:32:24 Akihiro Motoki

LDP: Address fuzzy changes (time)

8ced4b0 2021-04-09 18:32:16 Akihiro Motoki

LDP: Address fuzzy changes (unistd)

528c502 2021-04-09 10:54:44 Akihiro Motoki

LDP: (minor) Replace inconsistent spaces with tabs in po4a cfg

c61a701 2021-04-09 10:54:44 Akihiro Motoki

LDP: "make clean" ensure to remove stamp/*

"stamp" directory is generated automatically,
so it would be better to remove it during "make clean".

1daa02b 2021-04-09 10:54:44 Akihiro Motoki

LDP: Update message of "make help"

'jm-setup' and 'clean-setup' are now synonyms for 'setup' and
'clean' respectively. The help message is updated accordingly.

e0d4702 2021-04-09 10:54:15 Akihiro Motoki

LDP: Support po4a 0.62

po4a 0.62 is available in Homebrew on macOS.
I noticed some points which does not work with po4a 0.62.

I see the following problems at least:

* '\c' syntax is not handled properly especially the next line
starts with roff directive (e.g., .RI).
I haven't found a solution thru po4a, so workaround.patch replaces
such cases with equivalent syntax that po4a can treat properly.
* Addendum is not processed when "add_$lang" is placed after "opt:"
in po4a configuration files. I confirmed that addendum is not
processed using po4a --debug option. We can avoid this by placing
"opt:" after "add_$lang" part.

I think they are bugs of po4a 0.62 but it would be nice if this
workaround works.

6e14c99 2021-04-08 14:23:08 Akihiro Motoki

LDP (generate-list.pl): Summary on translation progress

2a8f2cd 2021-04-08 13:41:11 Akihiro Motoki

LDP: Address fuzzy changes (stdio)

13ec64e 2021-04-08 10:35:36 Akihiro Motoki

LDP: Address fuzzy changes (special)

27d4569 2021-04-08 01:44:17 Akihiro Motoki

LDP: Address fuzzy changes (man7)

Only fuzzy strings related to futex.7 are addressed
as other two uncompleted pages are not translated at all.

fec51a6 2021-04-08 01:43:53 Akihiro Motoki

LDP: Address fuzzy changes (sched)

8857074 2021-04-07 20:21:28 Akihiro Motoki

LDP: Address fuzzy changes (memory)