summaryrefslogtreecommitdiffstats
path: root/lang/ja.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-24 13:57:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-24 13:57:27 +0000
commit941a240535ac1b62f210afefefa4a0013b185a5f (patch)
tree5090119acea6a096027d4581c24975cafe1d4340 /lang/ja.yml
parented5b5d0559015a1d31d44b6c606cab24cc72926c (diff)
downloadredmine-941a240535ac1b62f210afefefa4a0013b185a5f.tar.gz
redmine-941a240535ac1b62f210afefefa4a0013b185a5f.zip
Commit messages are now scanned for referenced or fixed issue IDs.
Keywords and the status to apply to fixed issues can be defined in Admin -> Settings. Default keywords: - for referencing issues: refs, references, IssueID - for fixing issues: fixes,closes There's no default status defined for fixed issue. You'll have to specify it if you want to enable auto closure of issues. Example of a working commit message: "This commit references #1, #2 and fixes #3" git-svn-id: http://redmine.rubyforge.org/svn/trunk@473 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r--lang/ja.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/ja.yml b/lang/ja.yml
index 66accb7f9..82f430ead 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -165,6 +165,8 @@ setting_wiki_compression: Wiki履歴を圧縮する
setting_feeds_limit: フィード内容の上限
setting_autofetch_changesets: SVNコミットを自動取得する
setting_sys_api_enabled: リポジトリ管理用のWeb Serviceを有効化する
+setting_commit_ref_keywords: Referencing keywords
+setting_commit_fix_keywords: Fixing keywords
label_user: ユーザ
label_user_plural: ユーザ
@@ -359,6 +361,8 @@ label_options: オプション
label_copy_workflow_from: ワークフローをここからコピー
label_permissions_report: 権限レポート
label_watched_issues: Watched issues
+label_related_issues: Related issues
+label_applied_status: Applied status
button_login: ログイン
button_submit: 変更
@@ -409,6 +413,8 @@ text_caracters_maximum: 最大 %d 文字です。
text_length_between: 長さは %d から %d 文字までです。
text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
text_unallowed_characters: Unallowed characters
+text_coma_separated: Multiple values allowed (coma separated).
+text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
default_role_manager: 管理者
default_role_developper: 開発者