feat(locales): Update 'deductBalance' to 'giftAmount' across multiple languages and fix newline in announcement.json

This commit is contained in:
web@ppanel
2025-01-08 12:55:10 +07:00
parent 46ae1665be
commit 70497af0aa
76 changed files with 169 additions and 151 deletions
@@ -36,7 +36,7 @@ export function SidebarRight({ ...props }: React.ComponentProps<typeof Sidebar>)
</Card>
<Card>
<CardHeader className='space-y-0 p-3 pb-2'>
<CardTitle className='text-sm font-medium'>{t('deductBalance')}</CardTitle>
<CardTitle className='text-sm font-medium'>{t('giftAmount')}</CardTitle>
</CardHeader>
<CardContent className='p-3 text-2xl font-bold'>
<Display type='currency' value={user?.deduction} />
+1 -1
View File
@@ -44,7 +44,7 @@ export default function Page() {
</div>
<div className='bg-secondary rounded-lg p-4 shadow-sm transition-all duration-300 hover:shadow-md'>
<p className='text-secondary-foreground text-sm font-medium opacity-80'>
{t('deductBalance')}
{t('giftAmount')}
</p>
<p className='text-secondary-foreground text-2xl font-bold'>
<Display type='currency' value={user?.deduction} />