RaidMax 12cf2e8247 Add server version to master api
Add IsEvadedOffense to EFPenalty
Fix remote log reading in not Windows
2018-12-16 21:16:56 -06:00

25 lines
604 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Created on 2016-5-26
@author: hustcc
'''
LOCALE = [
["just now", "a while"],
["%s seconds ago", "in %s seconds"],
["1 minute ago", "in 1 minute"],
["%s minutes ago", "in %s minutes"],
["1 hour ago", "in 1 hour"],
["%s hours ago", "in %s hours"],
["1 day ago", "in 1 day"],
["%s days ago", "in %s days"],
["1 week ago", "in 1 week"],
["%s weeks ago", "in %s weeks"],
["1 month ago", "in 1 month"],
["%s months ago", "in %s months"],
["1 year ago", "in 1 year"],
["%s years ago", "in %s years"],
]