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

22 lines
1.2 KiB
PHP

<?php
return [
'settings.inspire' => '"புத்திசாலித்தனம் என்னும் கலை என்பது எதனை புறக்கணிக்க வேண்டும் என அறியும் கலையாகும்."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'ta',
'settings.direction' => 'ltr',
// Service - Users
'account.emails.team' => '%s குழு',
'account.emails.verification.title' => 'கணக்கினை உறுதி செய்தல்',
'account.emails.verification.body' => 'ta.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'கடவுச்சொல் மீட்டமைப்பு',
'account.emails.recovery.body' => 'ta.email.auth.recovery.tpl',
'account.emails.invitation.title' => '%s குழுவின் அழைப்பு: %s',
'account.emails.invitation.body' => 'ta.email.auth.invitation.tpl',
'locale.country.unknown' => 'அறியவில்லை',
'countries' => include 'ta.countries.php',
'continents' => include 'ta.continents.php',
];