1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/app/config/locales/tr.php
2020-02-10 09:34:02 +02:00

22 lines
861 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
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
'account.emails.team' => '%s Takımı',
'account.emails.verification.title' => 'Hesap Doğrulama',
'account.emails.verification.body' => 'tr.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'Şifre Sıfırlama',
'account.emails.recovery.body' => 'tr.email.auth.recovery.tpl',
'account.emails.invitation.title' => '%s takımına davet %s',
'account.emails.invitation.body' => 'tr.email.auth.invitation.tpl',
'locale.country.unknown' => 'Bilinmeyen',
'countries' => include 'tr.countries.php',
'continents' => include 'tr.continents.php',
];