📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
tarimscripti.demodesign.com.tr
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Lang
📝
cs.php
← Geri Dön
<?php /* * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Translation messages. See http://symfony.com/doc/current/book/translation.html * for possible formats. * */ /** * Extracted from https://github.com/jenssegers/laravel-date/blob/master/src/lang/cs/date.php */ return array( 'year' => 'rok|:count roky|:count let', 'month' => 'měsíc|:count měsíce|:count měsíců', 'week' => 'týden|:count týdny|:count týdnů', 'day' => 'den|:count dny|:count dní', 'hour' => 'hodinu|:count hodiny|:count hodin', 'minute' => 'minutu|:count minuty|:count minut', 'second' => 'sekundu|:count sekundy|:count sekund', 'ago' => 'před :time', 'from_now' => 'za :time', 'after' => ':time později', 'before' => ':time předtím', 'year_ago' => 'rokem|[2,Inf]:count lety', 'month_ago' => 'měsícem|[2,Inf]:count měsíci', 'week_ago' => 'týdnem|[2,Inf]:count týdny', 'day_ago' => 'dnem|[2,Inf]:count dny', 'hour_ago' => 'hodinou|[2,Inf]:count hodinami', 'minute_ago' => 'minutou|[2,Inf]:count minutami', 'second_ago' => 'sekundou|[2,Inf]:count sekundami', );
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula