Skip to content

Commit 6a5f6cb

Browse files
committed
feat: add transfer.page_title to locales
1 parent b08265b commit 6a5f6cb

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

src/components/NavigationWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const title = computed(() => {
8181
case 'Transaction':
8282
return (route.params.txId as string) || t('transaction.transactions')
8383
case 'SendFunds':
84-
return t('home.send_btn')
84+
return t('transfer.page_title')
8585
8686
default:
8787
return t('options.page_title')

src/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"max_transfer": "Max to transfer",
233233
"no_address_text": "This user does not have a public {crypto} wallet yet. To get it, he should login into messenger when his balance is more than 0.001 ADM.",
234234
"no_address_title": "Recipient has no {crypto} wallet yet",
235+
"page_title": "Send funds",
235236
"send_button": "Betrag senden",
236237
"to_address_label": "An die Adresse",
237238
"to_name_label": "To {name}"

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
"no_address_title": "Recipient has no public {crypto} wallet",
356356
"legacy_address_text": "This user has a legacy {crypto} wallet. It will automatically update when they log in using the newest app version.",
357357
"legacy_address_title": "Recipient has legacy {crypto} wallet",
358+
"page_title": "Send funds",
358359
"send_button": "Send",
359360
"to_address_label": "To Address",
360361
"to_name_label": "To {name}",

src/locales/ru.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
"no_address_title": "У получателя нет публичного {crypto}-кошелька",
356356
"legacy_address_text": "У этого пользователя устаревший адрес {crypto}-кошелька. Адрес обновится автоматически, когда он войдет в аккаунт в новой версии приложения.",
357357
"legacy_address_title": "У получателя устаревший {crypto}-кошелек",
358+
"page_title": "Отправить монеты",
358359
"send_button": "Отправить",
359360
"to_address_label": "Адрес получателя",
360361
"to_name_label": "Получатель: {name}",

src/locales/zh.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
"no_address_title": "R收件人还没有 {crypto} 钱包",
345345
"legacy_address_text": "此用户有一个旧的 {crypto} 钱包。他们必须登录Messenger,余额超过 0.001 ADM才能更新 {crypto} 的钱包地址",
346346
"legacy_address_title": "收件人还有一个旧的 {crypto} 钱包",
347+
"page_title": "发送资金",
347348
"send_button": "发送",
348349
"to_address_label": "收件人",
349350
"to_name_label": "收件人 {name}",

0 commit comments

Comments
 (0)