1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-29 08:27:55 +00:00
seahub/po.py

14 lines
378 B
Python
Raw Normal View History

#!/usr/bin/env python
# encoding: utf-8
TRANSLATION_MAP = {
'Added' : u'添加了',
'Deleted' : u'删除了',
'Modified' : u'修改了',
'Renamed' : u'重命名了',
'and' : u'以及另外',
'more files' : u'个文件',
2012-05-29 03:04:03 +00:00
'Reverted repo to status at' : u'同步目录内容还原到',
'Merged others\' changes' : u'合并了其他人的修改',
}