mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added ml.php
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'settings.inspire' => '"എന്താണ് അവഗണിക്കേണ്ടതെന്ന് അറിയാനുള്ള കലയാണ് ബുദ്ധിമാനായിരിക്കുക എന്നത്."', // This is the line printed in the homepage and console 'view-source'
|
||||
'settings.locale' => 'ml',
|
||||
'settings.direction' => 'ltr',
|
||||
// Service - Users
|
||||
'auth.emails.team' => '%s ടീം',
|
||||
'auth.emails.confirm.title' => 'അക്കൗണ്ട് കൺഫർമേഷൻ',
|
||||
'auth.emails.confirm.body' => 'ml.email.auth.confirm.tpl',
|
||||
'auth.emails.recovery.title' => 'പാസ്വേഡ് റീസെറ്റ്',
|
||||
'auth.emails.recovery.body' => 'ml.email.auth.recovery.tpl',
|
||||
'auth.emails.invitation.title' => 'ഇൻവിറ്റേഷൻ- %s ടീം, %s പ്രോജക്ട്',
|
||||
'auth.emails.invitation.body' => 'ml.email.auth.invitation.tpl',
|
||||
'locale.country.unknown' => 'Unknown',
|
||||
'countries' => include 'ml.countries.php',
|
||||
'continents' => include 'ml.continents.php',
|
||||
];
|
||||
Reference in New Issue
Block a user