ui: fix translations
This commit is contained in:
parent
792b64951a
commit
e4985d758b
2 changed files with 4 additions and 4 deletions
|
@ -80,9 +80,9 @@ wallets:
|
||||||
resp_slatepack_err: 'An error occurred during creation of the response, check input data:'
|
resp_slatepack_err: 'An error occurred during creation of the response, check input data:'
|
||||||
resp_exists_err: 'Such transaction already exists.'
|
resp_exists_err: 'Such transaction already exists.'
|
||||||
create_request_desc: 'Create request to send or receive the funds:'
|
create_request_desc: 'Create request to send or receive the funds:'
|
||||||
send_request_desc: 'You have created a request to send %{amount} ツ. Send this message to the receiver of funds:'
|
send_request_desc: 'You have created a request to send %{amount} ツ. Send this message to the receiver:'
|
||||||
send_slatepack_err: An error occurred during creation of request to send funds, check input data.
|
send_slatepack_err: An error occurred during creation of request to send funds, check input data.
|
||||||
invoice_desc: 'You have created request to receive %{amount} ツ. Send this message to the sender of funds:'
|
invoice_desc: 'You have created request to receive %{amount} ツ. Send this message to the sender:'
|
||||||
invoice_slatepack_err: An error occurred during issuing of the invoice, check input data.
|
invoice_slatepack_err: An error occurred during issuing of the invoice, check input data.
|
||||||
finalize_slatepack_err: 'An error occurred during finalization, check input data:'
|
finalize_slatepack_err: 'An error occurred during finalization, check input data:'
|
||||||
finalize: Finalize
|
finalize: Finalize
|
||||||
|
|
|
@ -80,9 +80,9 @@ wallets:
|
||||||
resp_slatepack_err: 'Во время создания ответа произошла ошибка, проверьте входные данные:'
|
resp_slatepack_err: 'Во время создания ответа произошла ошибка, проверьте входные данные:'
|
||||||
resp_exists_err: 'Такая транзакция уже существует.'
|
resp_exists_err: 'Такая транзакция уже существует.'
|
||||||
create_request_desc: 'Cоздать запрос на получение или отправку средств:'
|
create_request_desc: 'Cоздать запрос на получение или отправку средств:'
|
||||||
send_request_desc: 'Вы создали запрос на отправку %{amount} ツ. Отправьте это сообщение получателю средств:'
|
send_request_desc: 'Вы создали запрос на отправку %{amount} ツ. Отправьте это сообщение получателю:'
|
||||||
send_slatepack_err: Во время создания запроса на отправку средств произошла ошибка, проверьте входные данные.
|
send_slatepack_err: Во время создания запроса на отправку средств произошла ошибка, проверьте входные данные.
|
||||||
invoice_desc: 'Вы создали запрос на получение %{amount} ツ. Отправьте это сообщение отправителю средств:'
|
invoice_desc: 'Вы создали запрос на получение %{amount} ツ. Отправьте это сообщение отправителю:'
|
||||||
invoice_slatepack_err: Во время выставления счёта произошла ошибка, проверьте входные данные.
|
invoice_slatepack_err: Во время выставления счёта произошла ошибка, проверьте входные данные.
|
||||||
finalize_slatepack_err: 'Во время завершения произошла ошибка, проверьте входные данные:'
|
finalize_slatepack_err: 'Во время завершения произошла ошибка, проверьте входные данные:'
|
||||||
finalize: Завершить
|
finalize: Завершить
|
||||||
|
|
Loading…
Reference in a new issue