fix: add missing translations

This commit is contained in:
codytseng
2025-03-03 20:48:01 +08:00
parent 264e188e48
commit 7e5328f2b1
13 changed files with 57 additions and 28 deletions

View File

@@ -193,7 +193,8 @@ export default {
'Default zap comment': 'التعليق الافتراضي لـ Zap', 'Default zap comment': 'التعليق الافتراضي لـ Zap',
'Lightning Address (or LNURL)': 'عنوان Lightning (أو LNURL)', 'Lightning Address (or LNURL)': 'عنوان Lightning (أو LNURL)',
'Quick zap': 'Zap سريع', 'Quick zap': 'Zap سريع',
'If enabled, you can zap with a single click': 'إذا تم التفعيل، يمكنك إرسال Zap بنقرة واحدة', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'إذا تم تمكينه، يمكنك إرسال Zap بنقرة واحدة. انقر واستمر للحصول على كميات مخصصة',
All: 'الكل', All: 'الكل',
Reactions: 'التفاعلات', Reactions: 'التفاعلات',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -205,6 +206,8 @@ export default {
buttonFollowing: 'جارٍ المتابعة', buttonFollowing: 'جارٍ المتابعة',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'هل أنت متأكد أنك تريد إلغاء متابعة هذا المستخدم؟', 'هل أنت متأكد أنك تريد إلغاء متابعة هذا المستخدم؟',
'Recent Supporters': 'الداعمين الجدد' 'Recent Supporters': 'الداعمين الجدد',
'Seen on': 'شوهد على',
'Temporarily display this reply': 'عرض هذا الرد مؤقتاً'
} }
} }

View File

@@ -197,8 +197,8 @@ export default {
'Default zap comment': 'Standard-Zap-Kommentar', 'Default zap comment': 'Standard-Zap-Kommentar',
'Lightning Address (or LNURL)': 'Lightning-Adresse (oder LNURL)', 'Lightning Address (or LNURL)': 'Lightning-Adresse (oder LNURL)',
'Quick zap': 'Schneller Zap', 'Quick zap': 'Schneller Zap',
'If enabled, you can zap with a single click': 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Ist aktiviert, kannst du mit einem Klick zappen', 'Wenn aktiviert, kannst du mit einem Klick zapen. Klicke und halte für individuelle Beträge',
All: 'Alle', All: 'Alle',
Reactions: 'Reaktionen', Reactions: 'Reaktionen',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -210,6 +210,8 @@ export default {
buttonFollowing: 'Folge', buttonFollowing: 'Folge',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'Möchtest du diesem Benutzer wirklich nicht mehr folgen?', 'Möchtest du diesem Benutzer wirklich nicht mehr folgen?',
'Recent Supporters': 'Neueste Unterstützer' 'Recent Supporters': 'Neueste Unterstützer',
'Seen on': 'Gesehen auf',
'Temporarily display this reply': 'Antwort vorübergehend anzeigen'
} }
} }

View File

@@ -194,7 +194,8 @@ export default {
'Default zap comment': 'Default zap comment', 'Default zap comment': 'Default zap comment',
'Lightning Address (or LNURL)': 'Lightning Address (or LNURL)', 'Lightning Address (or LNURL)': 'Lightning Address (or LNURL)',
'Quick zap': 'Quick zap', 'Quick zap': 'Quick zap',
'If enabled, you can zap with a single click': 'If enabled, you can zap with a single click', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'If enabled, you can zap with a single click. Click and hold for custom amounts',
All: 'All', All: 'All',
Reactions: 'Reactions', Reactions: 'Reactions',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -205,6 +206,8 @@ export default {
'Temporarily display this note': 'Temporarily display this note', 'Temporarily display this note': 'Temporarily display this note',
buttonFollowing: 'Following', buttonFollowing: 'Following',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?', 'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?',
'Recent Supporters': 'Recent Supporters' 'Recent Supporters': 'Recent Supporters',
'Seen on': 'Seen on',
'Temporarily display this reply': 'Temporarily display this reply'
} }
} }

View File

@@ -197,8 +197,8 @@ export default {
'Default zap comment': 'Comentario predeterminado de zap', 'Default zap comment': 'Comentario predeterminado de zap',
'Lightning Address (or LNURL)': 'Dirección Lightning (o LNURL)', 'Lightning Address (or LNURL)': 'Dirección Lightning (o LNURL)',
'Quick zap': 'Zap rápido', 'Quick zap': 'Zap rápido',
'If enabled, you can zap with a single click': 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Si está habilitado, puedes enviar zap con un solo clic', 'Si está habilitado, puedes enviar un zap con un solo clic. Haz clic y mantén pulsado para cantidades personalizadas',
All: 'Todo', All: 'Todo',
Reactions: 'Reacciones', Reactions: 'Reacciones',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -210,6 +210,8 @@ export default {
buttonFollowing: 'Siguiendo', buttonFollowing: 'Siguiendo',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'¿Estás seguro de que deseas dejar de seguir a este usuario?', '¿Estás seguro de que deseas dejar de seguir a este usuario?',
'Recent Supporters': 'Últimos patrocinadores' 'Recent Supporters': 'Últimos patrocinadores',
'Seen on': 'Visto en',
'Temporarily display this reply': 'Mostrar temporalmente esta respuesta'
} }
} }

View File

@@ -196,7 +196,8 @@ export default {
'Default zap comment': 'Commentaire de zap par défaut', 'Default zap comment': 'Commentaire de zap par défaut',
'Lightning Address (or LNURL)': 'Adresse Lightning (ou LNURL)', 'Lightning Address (or LNURL)': 'Adresse Lightning (ou LNURL)',
'Quick zap': 'Zap rapide', 'Quick zap': 'Zap rapide',
'If enabled, you can zap with a single click': 'Si activé, vous pouvez zapper en un clic', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Si activé, vous pouvez zap avec un seul clic. Cliquez et maintenez pour des montants personnalisés',
All: 'Tous', All: 'Tous',
Reactions: 'Réactions', Reactions: 'Réactions',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -208,6 +209,8 @@ export default {
buttonFollowing: 'Suivi', buttonFollowing: 'Suivi',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'Êtes-vous sûr de vouloir arrêter de suivre cet utilisateur ?', 'Êtes-vous sûr de vouloir arrêter de suivre cet utilisateur ?',
'Recent Supporters': 'Derniers soutiens' 'Recent Supporters': 'Derniers soutiens',
'Seen on': 'Vu sur',
'Temporarily display this reply': 'Afficher temporairement cette réponse'
} }
} }

View File

@@ -195,7 +195,8 @@ export default {
'Default zap comment': 'デフォルトのZapコメント', 'Default zap comment': 'デフォルトのZapコメント',
'Lightning Address (or LNURL)': 'LightningアドレスまたはLNURL', 'Lightning Address (or LNURL)': 'LightningアドレスまたはLNURL',
'Quick zap': 'クイックZap', 'Quick zap': 'クイックZap',
'If enabled, you can zap with a single click': '有効の場合、ワンクリックでZapできます', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'有効にすると、1クリックでZapできます。クリックして金額をカスタマイズします',
All: 'すべて', All: 'すべて',
Reactions: '反応', Reactions: '反応',
Zaps: 'Zap', Zaps: 'Zap',
@@ -206,6 +207,8 @@ export default {
'Temporarily display this note': 'このノートを一時的に表示', 'Temporarily display this note': 'このノートを一時的に表示',
buttonFollowing: 'フォロー中', buttonFollowing: 'フォロー中',
'Are you sure you want to unfollow this user?': 'このユーザーのフォローを解除しますか?', 'Are you sure you want to unfollow this user?': 'このユーザーのフォローを解除しますか?',
'Recent Supporters': '最近のサポーター' 'Recent Supporters': '最近のサポーター',
'Seen on': '見た',
'Temporarily display this reply': 'この返信を一時的に表示'
} }
} }

View File

@@ -193,8 +193,8 @@ export default {
'Default zap comment': 'Standardowy komentarz do zapa', 'Default zap comment': 'Standardowy komentarz do zapa',
'Lightning Address (or LNURL)': 'Lightning Adres (lub LNURL)', 'Lightning Address (or LNURL)': 'Lightning Adres (lub LNURL)',
'Quick zap': 'Szybki zap', 'Quick zap': 'Szybki zap',
'If enabled, you can zap with a single click': 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Jeśli ta opcja jest włączona, można wysyłać zapa jednym kliknięciem', 'Jeśli włączysz tę opcję, będziesz mógł zapać jednym kliknięciem. Kliknij i przytrzymaj, aby wprowadzić inną kwotę',
All: 'Wszystkie', All: 'Wszystkie',
Reactions: 'Odzewy', Reactions: 'Odzewy',
Zaps: 'Zapy', Zaps: 'Zapy',
@@ -208,6 +208,8 @@ export default {
buttonFollowing: 'Obserwujesz', buttonFollowing: 'Obserwujesz',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'Czy na pewno chcesz przestać obserwować tego użytkownika?', 'Czy na pewno chcesz przestać obserwować tego użytkownika?',
'Recent Supporters': 'Ostatni wspierający' 'Recent Supporters': 'Ostatni wspierający',
'Seen on': 'Widziany na',
'Temporarily display this reply': 'Tymczasowo wyświetl tę odpowiedź'
} }
} }

View File

@@ -195,7 +195,8 @@ export default {
'Default zap comment': 'Comentário padrão do zap', 'Default zap comment': 'Comentário padrão do zap',
'Lightning Address (or LNURL)': 'Endereço Lightning (ou LNURL)', 'Lightning Address (or LNURL)': 'Endereço Lightning (ou LNURL)',
'Quick zap': 'Zap rápido', 'Quick zap': 'Zap rápido',
'If enabled, you can zap with a single click': 'Se ativado, você pode enviar zap com um clique', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Se ativado, você pode zapar com um único clique. Clique e segure para quantias personalizadas',
All: 'Tudo', All: 'Tudo',
Reactions: 'Reações', Reactions: 'Reações',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -209,6 +210,8 @@ export default {
'Tem certeza de que deseja deixar de seguir este usuário?', 'Tem certeza de que deseja deixar de seguir este usuário?',
// NOTE: The translations below were generated by ChatGPT and have not yet been verified. // NOTE: The translations below were generated by ChatGPT and have not yet been verified.
'Recent Supporters': 'Apoiadores recentes' 'Recent Supporters': 'Apoiadores recentes',
'Seen on': 'Visto em',
'Temporarily display this reply': 'Exibir temporariamente esta resposta'
} }
} }

View File

@@ -196,7 +196,8 @@ export default {
'Default zap comment': 'Comentário padrão do zap', 'Default zap comment': 'Comentário padrão do zap',
'Lightning Address (or LNURL)': 'Endereço Lightning (ou LNURL)', 'Lightning Address (or LNURL)': 'Endereço Lightning (ou LNURL)',
'Quick zap': 'Zap Rápido', 'Quick zap': 'Zap Rápido',
'If enabled, you can zap with a single click': 'Se ativado, você pode enviar zap com um clique', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Se ativado, você pode zapar com um único clique. Clique e segure para quantias personalizadas',
All: 'Tudo', All: 'Tudo',
Reactions: 'Reações', Reactions: 'Reações',
Zaps: 'Zaps', Zaps: 'Zaps',
@@ -208,6 +209,8 @@ export default {
buttonFollowing: 'Seguindo', buttonFollowing: 'Seguindo',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'Tem certeza de que deseja deixar de seguir este usuário?', 'Tem certeza de que deseja deixar de seguir este usuário?',
'Recent Supporters': 'Apoiadores Recentes' 'Recent Supporters': 'Apoiadores Recentes',
'Seen on': 'Visto em',
'Temporarily display this reply': 'Exibir temporariamente esta resposta'
} }
} }

View File

@@ -197,8 +197,8 @@ export default {
'Default zap comment': 'Стандартный комментарий для зап', 'Default zap comment': 'Стандартный комментарий для зап',
'Lightning Address (or LNURL)': 'Lightning-адрес (или LNURL)', 'Lightning Address (or LNURL)': 'Lightning-адрес (или LNURL)',
'Quick zap': 'Быстрый зап', 'Quick zap': 'Быстрый зап',
'If enabled, you can zap with a single click': 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'Если включено, можно отправить зап одним кликом', 'Если включено, вы можете отправить зап одним нажатием. Нажмите и удерживайте для выбора суммы',
All: 'Все', All: 'Все',
Reactions: 'Реакции', Reactions: 'Реакции',
Zaps: 'Запы', Zaps: 'Запы',
@@ -210,6 +210,8 @@ export default {
buttonFollowing: 'Подписан', buttonFollowing: 'Подписан',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?':
'Вы уверены, что хотите отписаться от этого пользователя?', 'Вы уверены, что хотите отписаться от этого пользователя?',
'Recent Supporters': 'Недавние спонсоры' 'Recent Supporters': 'Недавние спонсоры',
'Seen on': 'Просмотрено на',
'Temporarily display this reply': 'Временно отобразить этот ответ'
} }
} }

View File

@@ -195,7 +195,8 @@ export default {
'Default zap comment': '默认打闪附言', 'Default zap comment': '默认打闪附言',
'Lightning Address (or LNURL)': '闪电地址 (或 LNURL)', 'Lightning Address (or LNURL)': '闪电地址 (或 LNURL)',
'Quick zap': '快速打闪', 'Quick zap': '快速打闪',
'If enabled, you can zap with a single click': '启用后,您可以单击打闪', 'If enabled, you can zap with a single click. Click and hold for custom amounts':
'如果启用,您单击即可打闪。长按以设置自定义金额',
All: '全部', All: '全部',
Reactions: '互动', Reactions: '互动',
Zaps: '打闪', Zaps: '打闪',
@@ -206,6 +207,8 @@ export default {
'Temporarily display this note': '临时显示此笔记', 'Temporarily display this note': '临时显示此笔记',
buttonFollowing: '已关注', buttonFollowing: '已关注',
'Are you sure you want to unfollow this user?': '确定要取消关注此用户吗?', 'Are you sure you want to unfollow this user?': '确定要取消关注此用户吗?',
'Recent Supporters': '最近的支持者' 'Recent Supporters': '最近的支持者',
'Seen on': '来自',
'Temporarily display this reply': '临时显示此回复'
} }
} }

View File

@@ -74,7 +74,7 @@ export default function LightningAddressInput() {
}} }}
/> />
<Button onClick={handleSave} disabled={saving || !hasChanged} className="w-20"> <Button onClick={handleSave} disabled={saving || !hasChanged} className="w-20">
{saving ? <Loader className="animate-spin" /> : 'Save'} {saving ? <Loader className="animate-spin" /> : t('Save')}
</Button> </Button>
</div> </div>
</div> </div>

View File

@@ -12,7 +12,7 @@ export default function QuickZapSwitch() {
<Label htmlFor="quick-zap-switch"> <Label htmlFor="quick-zap-switch">
<div className="text-base font-medium">{t('Quick zap')}</div> <div className="text-base font-medium">{t('Quick zap')}</div>
<div className="text-muted-foreground text-sm"> <div className="text-muted-foreground text-sm">
{t('If enabled, you can zap with a single click')} {t('If enabled, you can zap with a single click. Click and hold for custom amounts')}
</div> </div>
</Label> </Label>
<Switch id="quick-zap-switch" checked={quickZap} onCheckedChange={updateQuickZap} /> <Switch id="quick-zap-switch" checked={quickZap} onCheckedChange={updateQuickZap} />