kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change tranlated text from "zaps" to "cashus"
rodzic
221c902cb4
commit
ed096a83bd
|
@ -99,7 +99,7 @@ const messages = defineMessages({
|
|||
profileExternal: { id: 'account.profile_external', defaultMessage: 'View profile on {domain}' },
|
||||
header: { id: 'account.header.alt', defaultMessage: 'Profile header' },
|
||||
subscribeFeed: { id: 'account.rss_feed', defaultMessage: 'Subscribe to RSS feed' },
|
||||
zap: { id: 'zap.send_to', defaultMessage: 'Send zaps to {target}' },
|
||||
zap: { id: 'nutzap.send_to', defaultMessage: 'Send cashus to {target}' },
|
||||
});
|
||||
|
||||
interface IHeader {
|
||||
|
|
|
@ -28,7 +28,7 @@ import toast from 'soapbox/toast.tsx';
|
|||
|
||||
|
||||
const messages = defineMessages({
|
||||
balance: { id: 'my_wallet.balance.sats', defaultMessage: '{amount} sats' },
|
||||
balance: { id: 'my_wallet.balance.cashu', defaultMessage: '{amount} cashus' },
|
||||
withdraw: { id: 'my_wallet.balance.withdraw_button', defaultMessage: 'Withdraw' },
|
||||
exchange: { id: 'my_wallet.balance.exchange_button', defaultMessage: 'Exchange' },
|
||||
mint: { id: 'my_wallet.balance.mint_button', defaultMessage: 'Mint' },
|
||||
|
|
|
@ -51,8 +51,8 @@ const ZapInvoiceModal: React.FC<IZapInvoice> = ({ account, invoice, splitData, o
|
|||
const renderTitle = () => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id='zap.send_to'
|
||||
defaultMessage='Send zaps to {target}'
|
||||
id='nutzap.send_to'
|
||||
defaultMessage='Send cashus to {target}'
|
||||
values={{ target: emojifyText(account.display_name, account.emojis) }}
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -33,8 +33,8 @@ const ZapSplit = ({ zapData, zapAmount, invoice, onNext, isLastStep, onFinish }:
|
|||
return (
|
||||
<div className='max-w-[280px] truncate'>
|
||||
<FormattedMessage
|
||||
id='zap.send_to'
|
||||
defaultMessage='Send zaps to {target}'
|
||||
id='nutzap.send_to'
|
||||
defaultMessage='Send cashus to {target}'
|
||||
values={{ target: emojifyText(account.display_name, account.emojis) }}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -115,8 +115,8 @@ const ZapPayRequestForm = ({ account, status, onClose }: IZapPayRequestForm) =>
|
|||
|
||||
<Text weight='semibold'>
|
||||
<FormattedMessage
|
||||
id='zap.send_to'
|
||||
defaultMessage='Send zaps to {target}'
|
||||
id='nutzap.send_to'
|
||||
defaultMessage='Send cashus to {target}'
|
||||
values={{ target: emojifyText(account.display_name, account.emojis) }}
|
||||
/>
|
||||
</Text>
|
||||
|
|
|
@ -1522,5 +1522,5 @@
|
|||
"who_to_follow.title": "حسابات مقترحة",
|
||||
"zap.comment_input.placeholder": "تعليق إختياري",
|
||||
"zap.open_wallet": "فتح المحفظة",
|
||||
"zap.send_to": "أرسل zaps إلى {target}"
|
||||
"nutzap.send_to": "أرسل cashus إلى {target}"
|
||||
}
|
||||
|
|
|
@ -1112,11 +1112,12 @@
|
|||
"mute_modal.hide_notifications": "Hide notifications from this user?",
|
||||
"mutes.empty.groups": "You haven't muted any groups yet.",
|
||||
"my_wallet": "My Wallet",
|
||||
"my_wallet.balance.cashu": "{amount} cashus",
|
||||
"my_wallet.balance.exchange_button": "Exchange",
|
||||
"my_wallet.balance.sats": "{amount} sats",
|
||||
"my_wallet.balance.withdraw_button": "Withdraw",
|
||||
"my_wallet.balance.mint.paid_message": "Your mint was successful, and your cashus are now in your balance. Enjoy!",
|
||||
"my_wallet.balance.mint.unpaid_message": "Your mint is still unpaid. Complete the payment to receive your cashus.",
|
||||
"my_wallet.balance.mint_button": "Mint",
|
||||
"my_wallet.balance.withdraw_button": "Withdraw",
|
||||
"my_wallet.create_wallet.button": "Create wallet",
|
||||
"my_wallet.create_wallet.question": "Do you want create one?",
|
||||
"my_wallet.create_wallet.title": "You don't have a wallet",
|
||||
|
@ -1245,6 +1246,7 @@
|
|||
"notifications.filter.statuses": "Updates from people you follow",
|
||||
"notifications.group": "{count, plural, one {# notification} other {# notifications}}",
|
||||
"notifications.queue_label": "Click to see {count} new {count, plural, one {notification} other {notifications}}",
|
||||
"nutzap.send_to": "Send cashus to {target}",
|
||||
"oauth_consumer.tooltip": "Sign in with {provider}",
|
||||
"oauth_consumers.title": "Other ways to sign in",
|
||||
"onboarding.avatar.subtitle": "Just have fun with it.",
|
||||
|
@ -1702,7 +1704,6 @@
|
|||
"zap.finish": "Finish",
|
||||
"zap.next": "Next",
|
||||
"zap.open_wallet": "Open Wallet",
|
||||
"zap.send_to": "Send zaps to {target}",
|
||||
"zap.split_message.deducted": "{amountDeducted} sats will deducted*",
|
||||
"zap.split_message.receiver": "{receiver} will receive {amountReceiver} sats*",
|
||||
"zap_split.question": "Why am I paying this?",
|
||||
|
|
|
@ -1629,5 +1629,5 @@
|
|||
"zap.button.text.raw": "Zap {amount} sats",
|
||||
"zap.comment_input.placeholder": "Comentario opcional",
|
||||
"zap.open_wallet": "Abrir Wallet",
|
||||
"zap.send_to": "Enviar zaps a {target}"
|
||||
"nutzap.send_to": "Enviar cachus a {target}"
|
||||
}
|
||||
|
|
|
@ -1685,7 +1685,7 @@
|
|||
"zap.finish": "Críochnaigh",
|
||||
"zap.next": "Ar Aghaidh",
|
||||
"zap.open_wallet": "Oscail Sparán",
|
||||
"zap.send_to": "Seol zaps chuig {target}",
|
||||
"nutzap.send_to": "Seol cashus chuig {target}",
|
||||
"zap.split_message.deducted": "Asbhainfear {amountDeducted} sats*",
|
||||
"zap.split_message.receiver": "Gheobhaidh {receiver} {amountReceiver} sats*",
|
||||
"zap_split.question": "Cén fáth a bhfuil mé ag íoc seo?",
|
||||
|
|
|
@ -1638,7 +1638,7 @@
|
|||
"zap.button.text.raw": "Zap {amount} sats",
|
||||
"zap.comment_input.placeholder": "Comentário opcional",
|
||||
"zap.open_wallet": "Abrir Carteira",
|
||||
"zap.send_to": "Enviar zaps para {target}",
|
||||
"nutzap.send_to": "Enviar cashus para {target}",
|
||||
"zap.split_message.deducted": "{amountDeducted} sats serão deduzidos*",
|
||||
"zap.split_message.receiver": "{receiver} receberá {amountReceiver} sats*",
|
||||
"zap_split.question": "Por que estou pagando isso?",
|
||||
|
|
|
@ -1618,5 +1618,5 @@
|
|||
"who_to_follow.title": "Quem Seguir",
|
||||
"zap.comment_input.placeholder": "Comentário opcional",
|
||||
"zap.open_wallet": "Abrir Carteira",
|
||||
"zap.send_to": "Enviar zaps para {target}"
|
||||
"nutzap.send_to": "Enviar cashus para {target}"
|
||||
}
|
||||
|
|
|
@ -1623,5 +1623,5 @@
|
|||
"zap.button.text.raw": "打闪 {amount} 聪",
|
||||
"zap.comment_input.placeholder": "可选评论",
|
||||
"zap.open_wallet": "打开钱包",
|
||||
"zap.send_to": "发送打闪给 {target}"
|
||||
"nutzap.send_to": "发送打闪给 {target}"
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue