1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/app/config/locale/translations/km.php

22 lines
1.1 KiB
PHP
Raw Normal View History

2020-03-26 02:47:43 +13:00
<?php
return [
'settings.inspire' => '"សិល្បៈនៃប្រាជ្ញាគឺជាសិល្បៈនៃការស្គាល់ពីអ្វីដែលត្រូវមើលរំលង។"', // This is the line printed in the homepage and console 'view-source'
2020-03-28 23:50:58 +13:00
'settings.locale' => 'km',
2020-03-26 02:47:43 +13:00
'settings.direction' => 'ltr',
// Service - Users
'account.emails.team' => 'ក្រុម %s',
'account.emails.verification.title' => 'ការផ្ទៀងផ្ទាត់គណនី',
2020-03-28 23:50:58 +13:00
'account.emails.verification.body' => 'km.email.auth.confirm.tpl',
2020-03-26 02:47:43 +13:00
'account.emails.recovery.title' => 'កំណត់ពាក្យសម្ងាត់ឡើងវិញ',
2020-03-28 23:50:58 +13:00
'account.emails.recovery.body' => 'km.email.auth.recovery.tpl',
2020-03-26 02:47:43 +13:00
'account.emails.invitation.title' => 'ការអញ្ជើញចូលក្នុងក្រុម %s នៅ %s',
2020-03-28 23:50:58 +13:00
'account.emails.invitation.body' => 'km.email.auth.invitation.tpl',
2020-03-26 02:47:43 +13:00
'locale.country.unknown' => 'មិនស្គាល់',
2020-03-28 23:50:58 +13:00
'countries' => include 'km.countries.php',
'continents' => include 'km.continents.php',
2020-03-26 02:47:43 +13:00
];