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

21 lines
992 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
2020-02-10 20:34:02 +13:00
'account.emails.team' => 'Команда %s',
'account.emails.verification.title' => 'Подтверждение аккаунта',
'account.emails.verification.body' => 'ru.email.auth.confirm.tpl',
'account.emails.recovery.title' => 'Сброс пароля',
'account.emails.recovery.body' => 'ru.email.auth.recovery.tpl',
'account.emails.invitation.title' => 'Приглашение в команду %s по проекту %s',
'account.emails.invitation.body' => 'ru.email.auth.invitation.tpl',
2019-09-26 06:42:42 +12:00
'locale.country.unknown' => 'Неизвестно',
'countries' => include 'ru.countries.php',
'continents' => include 'ru.continents.php',
];