1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00
appwrite/app/config/locale/translations/od.php

22 lines
1 KiB
PHP
Raw Normal View History

2020-10-13 20:08:52 +13:00
<?php
return [
2020-10-13 20:15:27 +13:00
'settings.inspire' => '"ଜ୍ଞାନୀ ହେବାର କଳା ହେଉଛି କ’ଣ ଅଣଦେଖା କରାଯିବ ଜାଣିବାର କଳା |"', // This is the line printed in the homepage and console 'view-source'
2020-10-13 20:08:52 +13:00
'settings.locale' => 'od',
'settings.direction' => 'ltr',
// Service - Users
'account.emails.team' => '%s ଟିମ',
'account.emails.verification.title' => 'ଏକାଉଣ୍ଟ ଭେରିଫିକେସନ',
2020-10-13 20:15:27 +13:00
'account.emails.verification.body' => 'od.email.auth.confirm.tpl',
2020-10-13 20:08:52 +13:00
'account.emails.recovery.title' => 'ପାସୱାର୍ଡ ରିସେଟ',
2020-10-13 20:15:27 +13:00
'account.emails.recovery.body' => 'od.email.auth.recovery.tpl',
2020-10-13 20:08:52 +13:00
'account.emails.invitation.title' => 'ଈଂଭିଟେସନ %s ଟିମ at %s',
2020-10-13 20:15:27 +13:00
'account.emails.invitation.body' => 'od.email.auth.invitation.tpl',
2020-10-13 20:08:52 +13:00
'locale.country.unknown' => 'ଅଜ୍ଞାତ',
'countries' => include 'od.countries.php',
'continents' => include 'od.continents.php',
];