1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locale/ru.php

21 lines
961 B
PHP
Raw Normal View History

2019-09-26 06:42:42 +12:00
<?php
return [
2019-10-03 06:43:45 +13:00
'settings.inspire' => '"Искусство быть мудрым — это искусство знать, чем можно пренебречь."', // This is the line printed in the homepage and console 'view-source'
2019-09-26 06:42:42 +12:00
'settings.locale' => 'ru',
2019-10-03 06:43:45 +13:00
'settings.direction' => 'ltr',
2019-09-26 06:42:42 +12:00
2019-10-03 06:43:45 +13:00
'auth.emails.team' => 'Команда %s',
'auth.emails.confirm.title' => 'Подтверждение аккаунта',
2019-09-26 06:42:42 +12:00
'auth.emails.confirm.body' => 'ru.email.auth.confirm.tpl',
2019-10-03 06:43:45 +13:00
'auth.emails.recovery.title' => 'Сброс пароля',
2019-09-26 06:42:42 +12:00
'auth.emails.recovery.body' => 'ru.email.auth.recovery.tpl',
2019-10-03 06:43:45 +13:00
'auth.emails.invitation.title' => 'Приглашение в команду %s по проекту %s',
2019-09-26 06:42:42 +12:00
'auth.emails.invitation.body' => 'ru.email.auth.invitation.tpl',
'locale.country.unknown' => 'Неизвестно',
'countries' => include 'ru.countries.php',
'continents' => include 'ru.continents.php',
];