1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

Modify commit desc translation

This commit is contained in:
xiez
2012-06-29 22:44:48 +08:00
parent 3c5399eda6
commit 79cfbd4f84
2 changed files with 33 additions and 13 deletions

9
po.py
View File

@@ -6,11 +6,6 @@ TRANSLATION_MAP = {
'Deleted' : u'删除了',
'Modified' : u'修改了',
'Renamed' : u'重命名或移动了',
'and' : u'以及另外',
'more files' : u'个文件',
'Reverted repo to status at' : u'同步目录内容还原到',
'Merged ' : u'合并了',
'\'s changes' : u' 的修改',
'other' : u'其他人',
'Merged others\' changes' : u'合并了其他人的修改',
'Added directory' : u'新建了目录',
'Removed directory' : u'删除了目录',
}