1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
appwrite/app/config/locale/translations/bg.php
2020-10-07 02:58:14 +03:00

22 lines
1,019 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'settings.inspire' => '"Изкуството да бъдеш мъдър е изкуството да знаеш какво да пренебрегнеш."', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'bg',
'settings.direction' => 'ltr',
// Service - Users
'account.emails.team' => '%s Екип',
'account.emails.verification.title' => 'Потвърждаване на профила',
'account.emails.verification.body' => 'bg.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'Възстановяване на парола',
'account.emails.recovery.body' => 'bg.email.auth.recovery.tpl',
'account.emails.invitation.title' => 'Покана към %s екипа при %s',
'account.emails.invitation.body' => 'bg.email.auth.invitation.tpl',
'locale.country.unknown' => 'Неизвестно',
'countries' => include 'bg.countries.php',
'continents' => include 'bg.continents.php',
];