📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
tarimscripti.demodesign.com.tr
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
Lang
📝
de.php
← Geri Dön
<?php /* * This file is part of the Carbon package. * * (c) Michael Hohl <me@michaelhohl.net> * * This file is released under the terms of CC0. * CC0 is even more permissive than the MIT license, allowing you to use the code in * any manner you want, without any copyright headers, notices, or other attribution. */ /** * Translation messages. See http://symfony.com/doc/current/book/translation.html * for possible formats. * */ return array( 'year' => '1 Jahr|:count Jahre', 'month' => '1 Monat|:count Monate', 'week' => '1 Woche|:count Wochen', 'day' => '1 Tag|:count Tage', 'hour' => '1 Stunde|:count Stunden', 'minute' => '1 Minute|:count Minuten', 'second' => '1 Sekunde|:count Sekunden', 'ago' => 'vor :time', 'from_now' => 'in :time', 'after' => ':time später', 'before' => ':time zuvor', 'year_from_now' => '1 Jahr|:count Jahren', 'month_from_now' => '1 Monat|:count Monaten', 'week_from_now' => '1 Woche|:count Wochen', 'day_from_now' => '1 Tag|:count Tagen', 'year_ago' => '1 Jahr|:count Jahren', 'month_ago' => '1 Monat|:count Monaten', 'week_ago' => '1 Woche|:count Wochen', 'day_ago' => '1 Tag|:count Tagen', );
💾 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