update meta files for 602

This commit is contained in:
James Cole
2023-03-11 08:31:27 +01:00
parent ae373a15c5
commit 8d3170785e
47 changed files with 203 additions and 134 deletions

View File

@@ -2364,8 +2364,8 @@ return [
// administration
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
'invite_is_already_redeemed' => 'Приглашение ":address" уже было активировано.',
'invite_is_deleted' => 'Приглашение ":address" удалено.',
'invite_new_user_title' => 'Invite new user',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
'invited_user_mail' => 'Email address',

View File

@@ -66,7 +66,9 @@ return [
'require_currency_info' => 'Содержимое этого поля недействительно без информации о валюте.',
'not_transfer_account' => 'Этот счёт нельзя использовать для перевода.',
'require_currency_amount' => 'Содержимое этого поля недействительно без информации о валюте.',
'require_foreign_currency' => 'This field requires a number',
'require_foreign_currency' => 'Это поле требует число',
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
'require_foreign_src' => 'This field value must match the currency of the source account.',
'equal_description' => 'Описание транзакции не должно совпадать с глобальным описанием.',
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
'file_too_large' => 'Файл ":name" слишком большой.',