i18n-js
Version:
A small library to provide I18n on JavaScript.
196 lines • 4.27 kB
JSON
{
"tr": {
"date": {
"abbr_day_names": [
"Pzr",
"Pzt",
"Sal",
"Çrş",
"Prş",
"Cum",
"Cts"
],
"abbr_month_names": [
null,
"Oca",
"Şub",
"Mar",
"Nis",
"May",
"Haz",
"Tem",
"Ağu",
"Eyl",
"Eki",
"Kas",
"Ara"
],
"day_names": [
"Pazar",
"Pazartesi",
"Salı",
"Çarşamba",
"Perşembe",
"Cuma",
"Cumartesi"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%e %B %Y, %A",
"short": "%e %b"
},
"month_names": [
null,
"Ocak",
"Şubat",
"Mart",
"Nisan",
"Mayıs",
"Haziran",
"Temmuz",
"Ağustos",
"Eylül",
"Ekim",
"Kasım",
"Aralık"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "yaklaşık 1 saat",
"other": "yaklaşık %{count} saat"
},
"about_x_months": {
"one": "yaklaşık 1 ay",
"other": "yaklaşık %{count} ay"
},
"about_x_years": {
"one": "yaklaşık 1 yıl",
"other": "yaklaşık %{count} yıl"
},
"almost_x_years": {
"one": "neredeyse 1 yıl",
"other": "neredeyse %{count} yıl"
},
"half_a_minute": "yarım dakika",
"less_than_x_seconds": {
"one": "1 saniyeden az",
"other": "%{count} saniyeden az"
},
"less_than_x_minutes": {
"one": "1 dakikadan az",
"other": "%{count} dakikadan az"
},
"over_x_years": {
"one": "1 yıldan fazla",
"other": "%{count} yıldan fazla"
},
"x_seconds": {
"one": "1 saniye",
"other": "%{count} saniye"
},
"x_minutes": {
"one": "1 dakika",
"other": "%{count} dakika"
},
"x_days": {
"one": "1 gün",
"other": "%{count} gün"
},
"x_months": {
"one": "1 ay",
"other": "%{count} ay"
},
"x_years": {
"one": "1 yıl",
"other": "%{count} yıl"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "₺"
}
},
"format": {
"delimiter": ".",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Milyar",
"million": "Milyon",
"quadrillion": "Katrilyon",
"thousand": "Bin",
"trillion": "Trilyon",
"unit": ""
}
},
"format": {
"delimiter": ".",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Bayt",
"other": "Bayt"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%%n"
}
},
"precision": {
"format": {
"delimiter": "."
}
}
},
"support": {
"array": {
"last_word_connector": " ve ",
"two_words_connector": " ve ",
"words_connector": ", "
}
},
"time": {
"am": "öğleden önce",
"formats": {
"default": "%a %d.%b.%y %H:%M",
"long": "%e %B %Y, %A, %H:%M",
"short": "%e %B, %H:%M"
},
"pm": "öğleden sonra"
}
}
}