1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/tr.php

22 lines
830 B
PHP
Raw Normal View History

2019-10-02 01:01:49 +13:00
<?php
return [
'settings.inspire' => '"Bilge olma sanatı, neyi ihmal edeceğini bilme sanatıdır."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'tr',
'settings.direction' => 'ltr',
// Service - Users
'auth.emails.team' => '%s Takımı',
'auth.emails.confirm.title' => 'Hesap Doğrulama',
'auth.emails.confirm.body' => 'tr.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'Şifre Sıfırlama',
'auth.emails.recovery.body' => 'tr.email.auth.recovery.tpl',
'auth.emails.invitation.title' => '%s takımına davet %s',
'auth.emails.invitation.body' => 'tr.email.auth.invitation.tpl',
2019-10-02 01:25:31 +13:00
'locale.country.unknown' => 'Bilinmeyen',
2019-10-02 01:01:49 +13:00
'countries' => include 'tr.countries.php',
'continents' => include 'tr.continents.php',
];