diff options
Diffstat (limited to 'vendor/nesbot/carbon/src/Carbon/Lang/tr.php')
| -rw-r--r-- | vendor/nesbot/carbon/src/Carbon/Lang/tr.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/vendor/nesbot/carbon/src/Carbon/Lang/tr.php b/vendor/nesbot/carbon/src/Carbon/Lang/tr.php index ab5c29b9c7..655618acc9 100644 --- a/vendor/nesbot/carbon/src/Carbon/Lang/tr.php +++ b/vendor/nesbot/carbon/src/Carbon/Lang/tr.php @@ -18,29 +18,30 @@ * - JD Isaacks * - Murat Yüksel * - Baran Şengül + * - Selami (selamialtin) */ return [ 'year' => ':count yıl', 'a_year' => '{1}bir yıl|]1,Inf[:count yıl', - 'y' => ':count yıl', + 'y' => ':countyıl', 'month' => ':count ay', 'a_month' => '{1}bir ay|]1,Inf[:count ay', - 'm' => ':count ay', + 'm' => ':countay', 'week' => ':count hafta', 'a_week' => '{1}bir hafta|]1,Inf[:count hafta', - 'w' => ':count hafta', + 'w' => ':counth', 'day' => ':count gün', 'a_day' => '{1}bir gün|]1,Inf[:count gün', - 'd' => ':count gün', + 'd' => ':countg', 'hour' => ':count saat', 'a_hour' => '{1}bir saat|]1,Inf[:count saat', - 'h' => ':count saat', + 'h' => ':countsa', 'minute' => ':count dakika', 'a_minute' => '{1}bir dakika|]1,Inf[:count dakika', - 'min' => ':count dakika', + 'min' => ':countdk', 'second' => ':count saniye', 'a_second' => '{1}birkaç saniye|]1,Inf[:count saniye', - 's' => ':count saniye', + 's' => ':countsn', 'ago' => ':time önce', 'from_now' => ':time sonra', 'after' => ':time sonra', |
