Files
Chamilo/vendor/jimmiw/php-time-ago/translations/tr.php
2025-04-10 12:24:57 +02:00

16 lines
415 B
PHP
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.
<?php
$timeAgoStrings = array(
'aboutOneDay' => "1 gün önce",
'aboutOneHour' => "1 saat önce",
'aboutOneMonth' => "1 ay önce",
'aboutOneYear' => "1 yıl önce",
'days' => "%s gün önce",
'hours' => "%s saat önce",
'lessThanAMinute' => "biraz önce",
'lessThanOneHour' => "%s dakika önce",
'months' => "%s ay önce",
'oneMinute' => "1 dakika önce",
'years' => "%s yıldan fazla..."
);