|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /proc/self/root/lib/python2.7/site-packages/timeago/locales/ |
Upload File : |
#!/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"]
]