From f954dbfa316e2cfbe6dee41fc18d0201298c9bdc Mon Sep 17 00:00:00 2001 From: bbk Date: Sun, 7 Jul 2024 20:02:44 +0800 Subject: [PATCH] remove carpe-onboarding info --- src/components/wallet/ReminderCreate.svelte | 4 ++-- src/lang/locales/ar.json | 2 +- src/lang/locales/de.json | 4 ++-- src/lang/locales/en.json | 2 +- src/lang/locales/es.json | 2 +- src/lang/locales/fr.json | 4 ++-- src/lang/locales/it.json | 4 ++-- src/lang/locales/pt.json | 4 ++-- src/lang/locales/zh_cn.json | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/wallet/ReminderCreate.svelte b/src/components/wallet/ReminderCreate.svelte index 99f6c266..e18eb00f 100644 --- a/src/components/wallet/ReminderCreate.svelte +++ b/src/components/wallet/ReminderCreate.svelte @@ -19,11 +19,11 @@

{$_('wallet.reminder_create.message_headline')}

{$_('wallet.reminder_create.message_prefix')} - Discord - {$_('wallet.reminder_create.message_suffix')} + {$_('wallet.reminder_create.message_suffix')} -->

{#each pendingAccounts as a} {#if a.account == 'loading...'} diff --git a/src/lang/locales/ar.json b/src/lang/locales/ar.json index 2f14fd73..38411264 100644 --- a/src/lang/locales/ar.json +++ b/src/lang/locales/ar.json @@ -39,7 +39,7 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "You have generated keys for an account, but it does not yet exist on chain.", - "message_prefix": "Join our community on ", + "message_prefix": "The number of receipts in a single transaction cannot exceed 1,000", "message_suffix": " and provide us your Address to get onboarded.", "onboard_key": "ADDRESS" }, diff --git a/src/lang/locales/de.json b/src/lang/locales/de.json index 61ff8f34..0bdbde4c 100644 --- a/src/lang/locales/de.json +++ b/src/lang/locales/de.json @@ -39,9 +39,9 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "Du hast Keys für ein Konto erzeugt, aber es existiert noch nicht auf der Chain.", - "message_prefix": "Tritt unserer Gemeinschaft bei auf ", + "message_prefix": "Die Anzahl der Quittungen in einer einzigen Transaktion darf 1,000 nicht überschreiten.", "message_suffix": " und gib uns deinen Onboard Key, um an Bord zu kommen.", - "onboard_key": "ONBOARD KEY" + "onboard_key": "Adresse" }, "account_list": { "note": "Notiz", diff --git a/src/lang/locales/en.json b/src/lang/locales/en.json index 2f14fd73..38411264 100644 --- a/src/lang/locales/en.json +++ b/src/lang/locales/en.json @@ -39,7 +39,7 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "You have generated keys for an account, but it does not yet exist on chain.", - "message_prefix": "Join our community on ", + "message_prefix": "The number of receipts in a single transaction cannot exceed 1,000", "message_suffix": " and provide us your Address to get onboarded.", "onboard_key": "ADDRESS" }, diff --git a/src/lang/locales/es.json b/src/lang/locales/es.json index 2f14fd73..38411264 100644 --- a/src/lang/locales/es.json +++ b/src/lang/locales/es.json @@ -39,7 +39,7 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "You have generated keys for an account, but it does not yet exist on chain.", - "message_prefix": "Join our community on ", + "message_prefix": "The number of receipts in a single transaction cannot exceed 1,000", "message_suffix": " and provide us your Address to get onboarded.", "onboard_key": "ADDRESS" }, diff --git a/src/lang/locales/fr.json b/src/lang/locales/fr.json index 06d72e25..aa02c767 100644 --- a/src/lang/locales/fr.json +++ b/src/lang/locales/fr.json @@ -39,9 +39,9 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "Vous avez généré les clés de votre compte mais il n'existe pas encore sur la chaine.", - "message_prefix": "Rejoignez notre communauté sur ", + "message_prefix": "Le nombre de reçus dans une seule transaction ne peut excéder 1,000", "message_suffix": " et fournissez votre clé (onboard key) pour etre onboardé.", - "onboard_key": "ONBOARD KEY" + "onboard_key": "Adresse" }, "account_list": { "note": "Note", diff --git a/src/lang/locales/it.json b/src/lang/locales/it.json index 47cee44d..dcae0778 100644 --- a/src/lang/locales/it.json +++ b/src/lang/locales/it.json @@ -39,9 +39,9 @@ "reminder_create": { "card_title": "Onboarding", "message_headline": "You have generated keys for an account, but it does not yet exist on chain.", - "message_prefix": "Join our community on ", + "message_prefix": "The number of receipts in a single transaction cannot exceed 1,000", "message_suffix": " and provide us your Onboard Key to get onboarded.", - "onboard_key": "ONBOARD KEY" + "onboard_key": "Address" }, "account_list": { "note": "Nota", diff --git a/src/lang/locales/pt.json b/src/lang/locales/pt.json index ef1810a9..796a5014 100644 --- a/src/lang/locales/pt.json +++ b/src/lang/locales/pt.json @@ -39,9 +39,9 @@ "reminder_create": { "card_title": "Integração", "message_headline": "Você gerou chaves para uma conta, mas ela não existe na rede ainda.", - "message_prefix": "Junte-se à nossa comunidade no ", + "message_prefix": "O número de recibos numa única transação não pode exceder 1,000", "message_suffix": " e forneça-nos a sua Chave de Integração para criar sua conta na rede.", - "onboard_key": "CHAVE DE INTEGRAÇÃO" + "onboard_key": "Conta" }, "account_list": { "note": "Nota", diff --git a/src/lang/locales/zh_cn.json b/src/lang/locales/zh_cn.json index d6024cd5..f8f7d01a 100644 --- a/src/lang/locales/zh_cn.json +++ b/src/lang/locales/zh_cn.json @@ -39,9 +39,9 @@ "reminder_create": { "card_title": "激活", "message_headline": "您的账号已经创建成功,但是还没有激活。", - "message_prefix": "加我们的", + "message_prefix": "单笔收款数量不能超过1,000", "message_suffix": " 社区并提供您的激活码,社区成员会帮助您完成账户激活。", - "onboard_key": "激活码(AuthKey)" + "onboard_key": "地址" }, "account_list": { "note": "笔记",