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

24 lines
706 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Created on 2017-8-30
@author: generated by @lolobosse script
'''
LOCALE = [
["az önce", "şimdi"],
["%s saniye önce", "%s saniye içinde"],
["1 dakika önce", "1 dakika içinde"],
["%s dakika önce", "%s dakika içinde"],
["1 saat önce", "1 saat içinde"],
["%s saat önce", "%s saat içinde"],
["1 gün önce", "1 gün içinde"],
["%s gün önce", "%s gün içinde"],
["1 hafta önce", "1 hafta içinde"],
["%s hafta önce", "%s hafta içinde"],
["1 ay önce", "1 ay içinde"],
["%s ay önce", "%s ay içinde"],
["1 yıl önce", "1 yıl içinde"],
["%s yıl önce", "%s yıl içinde"]
]