1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Added ml.php

This commit is contained in:
Sagar V 2019-10-20 23:00:43 +05:30 committed by GitHub
parent c588ea36eb
commit 0c09c3e792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
app/config/locale/ml.php Normal file
View file

@ -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',
];