remove :t/request-requesting-from; fix :t/send-sending-to
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
0d2d9dc352
commit
261089f568
|
@ -224,10 +224,7 @@
|
||||||
(when (and group-chat
|
(when (and group-chat
|
||||||
recipient-name)
|
recipient-name)
|
||||||
[react/text {:style transactions-styles/command-send-recipient-text}
|
[react/text {:style transactions-styles/command-send-recipient-text}
|
||||||
(str
|
(i18n/label :send-sending-to {:recipient-name recipient-name})])
|
||||||
(i18n/label :send-sending-to)
|
|
||||||
" "
|
|
||||||
recipient-name)])
|
|
||||||
[react/view
|
[react/view
|
||||||
[react/text {:style (transactions-styles/command-send-timestamp outgoing)}
|
[react/text {:style (transactions-styles/command-send-timestamp outgoing)}
|
||||||
(str (i18n/label :sent-at) " " timestamp-str)]]
|
(str (i18n/label :sent-at) " " timestamp-str)]]
|
||||||
|
|
|
@ -492,7 +492,7 @@
|
||||||
"currency-display-name-sgd": "Singapore Dollar",
|
"currency-display-name-sgd": "Singapore Dollar",
|
||||||
"wallet-manage-assets": "Manage Assets",
|
"wallet-manage-assets": "Manage Assets",
|
||||||
"wallet-choose-from-contacts": "Choose from Contacts",
|
"wallet-choose-from-contacts": "Choose from Contacts",
|
||||||
"send-sending-to": "to ",
|
"send-sending-to": "to {{recipient-name}}",
|
||||||
"signing-phrase-description": "If you recognize these words, enter your login password to sign the transaction",
|
"signing-phrase-description": "If you recognize these words, enter your login password to sign the transaction",
|
||||||
"no-contacts": "No contacts yet",
|
"no-contacts": "No contacts yet",
|
||||||
"currency-display-name-mad": "Moroccan Dirham",
|
"currency-display-name-mad": "Moroccan Dirham",
|
||||||
|
@ -580,7 +580,6 @@
|
||||||
"status-failed": "Failed",
|
"status-failed": "Failed",
|
||||||
"password-placeholder": "At least 6 characters",
|
"password-placeholder": "At least 6 characters",
|
||||||
"clear-history-action": "Clear",
|
"clear-history-action": "Clear",
|
||||||
"request-requesting-from": "from ",
|
|
||||||
"is-typing": "is typing",
|
"is-typing": "is typing",
|
||||||
"version": "Version {{version}}",
|
"version": "Version {{version}}",
|
||||||
"specify-mailserver-address": "Specify a mailserver address",
|
"specify-mailserver-address": "Specify a mailserver address",
|
||||||
|
|
|
@ -477,7 +477,6 @@
|
||||||
"reorder-groups": "Reordenar grupos",
|
"reorder-groups": "Reordenar grupos",
|
||||||
"request-feature": "Solicitar una funcionalidad",
|
"request-feature": "Solicitar una funcionalidad",
|
||||||
"request-qr-legend": "Comparte este código para recibir activos",
|
"request-qr-legend": "Comparte este código para recibir activos",
|
||||||
"request-requesting-from": "De",
|
|
||||||
"request-transaction": "Solicitar transacción",
|
"request-transaction": "Solicitar transacción",
|
||||||
"required-field": "Campo requerido",
|
"required-field": "Campo requerido",
|
||||||
"resend-message": "Reenviar",
|
"resend-message": "Reenviar",
|
||||||
|
@ -500,7 +499,7 @@
|
||||||
"selected-for-you": "Seleccionados para ti",
|
"selected-for-you": "Seleccionados para ti",
|
||||||
"send-message": "Enviar mensaje",
|
"send-message": "Enviar mensaje",
|
||||||
"send-request": "Enviar solicitud",
|
"send-request": "Enviar solicitud",
|
||||||
"send-sending-to": "para",
|
"send-sending-to": "para {{recipient-name}}",
|
||||||
"send-transaction": "Enviar transacción",
|
"send-transaction": "Enviar transacción",
|
||||||
"send-transaction-request": "Enviar una solicitud de transacción",
|
"send-transaction-request": "Enviar una solicitud de transacción",
|
||||||
"sent-at": "Enviado a",
|
"sent-at": "Enviado a",
|
||||||
|
|
|
@ -482,7 +482,6 @@
|
||||||
"request-command-payment": "결제 요청",
|
"request-command-payment": "결제 요청",
|
||||||
"request-feature": "기능 요청",
|
"request-feature": "기능 요청",
|
||||||
"request-qr-legend": "암호화폐를 받으려면 이 코드를 공유하십시오",
|
"request-qr-legend": "암호화폐를 받으려면 이 코드를 공유하십시오",
|
||||||
"request-requesting-from": "발신인 ",
|
|
||||||
"request-transaction": "거래 요청",
|
"request-transaction": "거래 요청",
|
||||||
"required-field": "필수 입력란",
|
"required-field": "필수 입력란",
|
||||||
"resend-message": "재전송",
|
"resend-message": "재전송",
|
||||||
|
@ -513,7 +512,7 @@
|
||||||
"send-request-currency": "통화",
|
"send-request-currency": "통화",
|
||||||
"send-request-invalid-asset": "유효하지 않은 자산",
|
"send-request-invalid-asset": "유효하지 않은 자산",
|
||||||
"send-request-unknown-token": "알 수 없는 토큰 - {{asset}}",
|
"send-request-unknown-token": "알 수 없는 토큰 - {{asset}}",
|
||||||
"send-sending-to": "수신인 ",
|
"send-sending-to": "수신인 {{recipient-name}}",
|
||||||
"send-transaction": "출금",
|
"send-transaction": "출금",
|
||||||
"send-transaction-request": "입금 요청 보내기",
|
"send-transaction-request": "입금 요청 보내기",
|
||||||
"sent-at": "보낸 날짜 :",
|
"sent-at": "보낸 날짜 :",
|
||||||
|
|
|
@ -478,7 +478,6 @@
|
||||||
"request-command-payment": "Poproś o płatność",
|
"request-command-payment": "Poproś o płatność",
|
||||||
"request-feature": "Poproś o funkcję",
|
"request-feature": "Poproś o funkcję",
|
||||||
"request-qr-legend": "Udostępnij ten kod, aby odbierać tokeny",
|
"request-qr-legend": "Udostępnij ten kod, aby odbierać tokeny",
|
||||||
"request-requesting-from": "od",
|
|
||||||
"request-transaction": "Poproś o transakcję",
|
"request-transaction": "Poproś o transakcję",
|
||||||
"required-field": "Pole wymagane",
|
"required-field": "Pole wymagane",
|
||||||
"resend-message": "Wyślij ponownie",
|
"resend-message": "Wyślij ponownie",
|
||||||
|
@ -509,7 +508,7 @@
|
||||||
"send-request-currency": "Waluta",
|
"send-request-currency": "Waluta",
|
||||||
"send-request-invalid-asset": "Nieprawidłowe aktywo",
|
"send-request-invalid-asset": "Nieprawidłowe aktywo",
|
||||||
"send-request-unknown-token": "Nieznany token - {{asset}}",
|
"send-request-unknown-token": "Nieznany token - {{asset}}",
|
||||||
"send-sending-to": "do ",
|
"send-sending-to": "do {{recipient-name}}",
|
||||||
"send-transaction": "Wyślij transakcję",
|
"send-transaction": "Wyślij transakcję",
|
||||||
"send-transaction-request": "Wyślij prośbę tranzakcji",
|
"send-transaction-request": "Wyślij prośbę tranzakcji",
|
||||||
"sent-at": "Wyslano w",
|
"sent-at": "Wyslano w",
|
||||||
|
|
|
@ -469,7 +469,6 @@
|
||||||
"reorder-groups": "重新排序群组",
|
"reorder-groups": "重新排序群组",
|
||||||
"request-feature": "申请功能",
|
"request-feature": "申请功能",
|
||||||
"request-qr-legend": "共享此代码以接收资产",
|
"request-qr-legend": "共享此代码以接收资产",
|
||||||
"request-requesting-from": "来自",
|
|
||||||
"request-transaction": "请求交易",
|
"request-transaction": "请求交易",
|
||||||
"required-field": "必填字段",
|
"required-field": "必填字段",
|
||||||
"resend-message": "重新发送",
|
"resend-message": "重新发送",
|
||||||
|
@ -492,7 +491,7 @@
|
||||||
"selected-for-you": "为您选择",
|
"selected-for-you": "为您选择",
|
||||||
"send-message": "发送消息",
|
"send-message": "发送消息",
|
||||||
"send-request": "发送请求",
|
"send-request": "发送请求",
|
||||||
"send-sending-to": "到",
|
"send-sending-to": "到 {{recipient-name}}",
|
||||||
"send-transaction": "发送交易",
|
"send-transaction": "发送交易",
|
||||||
"send-transaction-request": "发送交易请求",
|
"send-transaction-request": "发送交易请求",
|
||||||
"sent-at": "发送于",
|
"sent-at": "发送于",
|
||||||
|
|
Loading…
Reference in New Issue