UNPKG
ngx-timeago
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.0
Live updating timestamps in Angular 6+.
github.com/ihym/ngx-timeago
ihym/ngx-timeago
ngx-timeago
/
language-strings
/
tr.js
16 lines
(15 loc)
•
319 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
const
strings = {
suffixAgo
:
'önce'
,
suffixFromNow
:
null
,
seconds
:
'1 dakikadan'
,
minute
:
'1 dakika'
,
minutes
:
'%d dakika'
,
hour
:
'1 saat'
,
hours
:
'%d saat'
,
day
:
'1 gün'
,
days
:
'%d gün'
,
month
:
'1 ay'
,
months
:
'%d ay'
,
year
:
'1 yıl'
,
years
:
'%d yıl'
, };