1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/app/config/locales/ru.php
2020-02-10 09:34:02 +02:00

21 lines
992 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' => 'ru',
'settings.direction' => 'ltr',
'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',
'locale.country.unknown' => 'Неизвестно',
'countries' => include 'ru.countries.php',
'continents' => include 'ru.continents.php',
];