chore: 🏗️
This commit is contained in:
parent
b6cb701ff1
commit
d37aa61501
19 changed files with 59 additions and 19 deletions
|
|
@ -494,7 +494,11 @@ const NoteList = forwardRef<
|
||||||
) : events.length ? (
|
) : events.length ? (
|
||||||
<div className="text-center text-sm text-muted-foreground mt-2">{t('no more notes')}</div>
|
<div className="text-center text-sm text-muted-foreground mt-2">{t('no more notes')}</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="flex justify-center w-full mt-2">
|
<div className="flex flex-col items-center justify-center w-full mt-8 gap-4">
|
||||||
|
<div className="text-center text-muted-foreground">
|
||||||
|
<div className="text-lg font-medium">{t('No notes found')}</div>
|
||||||
|
<div className="text-sm mt-1">{t('Try again later or check your connection')}</div>
|
||||||
|
</div>
|
||||||
<Button size="lg" onClick={() => setRefreshCount((count) => count + 1)}>
|
<Button size="lg" onClick={() => setRefreshCount((count) => count + 1)}>
|
||||||
{t('Reload')}
|
{t('Reload')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -663,6 +663,8 @@ export default {
|
||||||
'Muted words': 'الكلمات المحظورة',
|
'Muted words': 'الكلمات المحظورة',
|
||||||
'Add muted word': 'إضافة كلمة محظورة',
|
'Add muted word': 'إضافة كلمة محظورة',
|
||||||
'Zap Details': 'تفاصيل Zap',
|
'Zap Details': 'تفاصيل Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'عتبة مرشح درجة الثقة الافتراضية ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'عتبة مرشح درجة الثقة الافتراضية ({{n}}%)',
|
||||||
|
'No notes found': 'لم يتم العثور على ملاحظات',
|
||||||
|
'Try again later or check your connection': 'حاول مرة أخرى لاحقًا أو تحقق من اتصالك'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -686,6 +686,8 @@ export default {
|
||||||
'Add muted word': 'Stummgeschaltetes Wort hinzufügen',
|
'Add muted word': 'Stummgeschaltetes Wort hinzufügen',
|
||||||
'Zap Details': 'Zap-Details',
|
'Zap Details': 'Zap-Details',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Standard-Vertrauenswert-Filter-Schwelle ({{n}}%)'
|
'Standard-Vertrauenswert-Filter-Schwelle ({{n}}%)',
|
||||||
|
'No notes found': 'Keine Notizen gefunden',
|
||||||
|
'Try again later or check your connection': 'Versuchen Sie es später erneut oder überprüfen Sie Ihre Verbindung'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -668,6 +668,8 @@ export default {
|
||||||
'Muted words': 'Muted words',
|
'Muted words': 'Muted words',
|
||||||
'Add muted word': 'Add muted word',
|
'Add muted word': 'Add muted word',
|
||||||
'Zap Details': 'Zap Details',
|
'Zap Details': 'Zap Details',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'Default trust score filter threshold ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'Default trust score filter threshold ({{n}}%)',
|
||||||
|
'No notes found': 'No notes found',
|
||||||
|
'Try again later or check your connection': 'Try again later or check your connection'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,8 @@ export default {
|
||||||
'Add muted word': 'Agregar palabra silenciada',
|
'Add muted word': 'Agregar palabra silenciada',
|
||||||
'Zap Details': 'Detalles del Zap',
|
'Zap Details': 'Detalles del Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Umbral predeterminado del filtro de puntuación de confianza ({{n}}%)'
|
'Umbral predeterminado del filtro de puntuación de confianza ({{n}}%)',
|
||||||
|
'No notes found': 'No se encontraron notas',
|
||||||
|
'Try again later or check your connection': 'Inténtalo más tarde o verifica tu conexión'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -674,6 +674,8 @@ export default {
|
||||||
'Muted words': 'کلمات بیصدا شده',
|
'Muted words': 'کلمات بیصدا شده',
|
||||||
'Add muted word': 'افزودن کلمه بیصدا',
|
'Add muted word': 'افزودن کلمه بیصدا',
|
||||||
'Zap Details': 'جزئیات زپ',
|
'Zap Details': 'جزئیات زپ',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'آستانه فیلتر امتیاز اعتماد پیشفرض ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'آستانه فیلتر امتیاز اعتماد پیشفرض ({{n}}%)',
|
||||||
|
'No notes found': 'یادداشتی یافت نشد',
|
||||||
|
'Try again later or check your connection': 'بعداً دوباره امتحان کنید یا اتصال خود را بررسی کنید'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -684,6 +684,8 @@ export default {
|
||||||
'Add muted word': 'Ajouter un mot masqué',
|
'Add muted word': 'Ajouter un mot masqué',
|
||||||
'Zap Details': 'Détails du Zap',
|
'Zap Details': 'Détails du Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Seuil par défaut du filtre de score de confiance ({{n}}%)'
|
'Seuil par défaut du filtre de score de confiance ({{n}}%)',
|
||||||
|
'No notes found': 'Aucune note trouvée',
|
||||||
|
'Try again later or check your connection': 'Réessayez plus tard ou vérifiez votre connexion'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -675,6 +675,8 @@ export default {
|
||||||
'Muted words': 'म्यूट किए गए शब्द',
|
'Muted words': 'म्यूट किए गए शब्द',
|
||||||
'Add muted word': 'म्यूट शब्द जोड़ें',
|
'Add muted word': 'म्यूट शब्द जोड़ें',
|
||||||
'Zap Details': 'जैप विवरण',
|
'Zap Details': 'जैप विवरण',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'डिफ़ॉल्ट विश्वास स्कोर फ़िल्टर सीमा ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'डिफ़ॉल्ट विश्वास स्कोर फ़िल्टर सीमा ({{n}}%)',
|
||||||
|
'No notes found': 'कोई नोट्स नहीं मिले',
|
||||||
|
'Try again later or check your connection': 'बाद में पुनः प्रयास करें या अपना कनेक्शन जाँचें'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -669,6 +669,8 @@ export default {
|
||||||
'Add muted word': 'Némított szó hozzáadása',
|
'Add muted word': 'Némított szó hozzáadása',
|
||||||
'Zap Details': 'Zap Részletek',
|
'Zap Details': 'Zap Részletek',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Alapértelmezett bizalmi pontszám szűrő küszöbérték ({{n}}%)'
|
'Alapértelmezett bizalmi pontszám szűrő küszöbérték ({{n}}%)',
|
||||||
|
'No notes found': 'Nem található jegyzet',
|
||||||
|
'Try again later or check your connection': 'Próbáld újra később vagy ellenőrizd a kapcsolatot'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,8 @@ export default {
|
||||||
'Add muted word': 'Aggiungi parola silenziata',
|
'Add muted word': 'Aggiungi parola silenziata',
|
||||||
'Zap Details': 'Dettagli Zap',
|
'Zap Details': 'Dettagli Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Soglia predefinita del filtro del punteggio di fiducia ({{n}}%)'
|
'Soglia predefinita del filtro del punteggio di fiducia ({{n}}%)',
|
||||||
|
'No notes found': 'Nessuna nota trovata',
|
||||||
|
'Try again later or check your connection': 'Riprova più tardi o controlla la connessione'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -673,6 +673,8 @@ export default {
|
||||||
'Muted words': 'ミュートワード',
|
'Muted words': 'ミュートワード',
|
||||||
'Add muted word': 'ミュートワードを追加',
|
'Add muted word': 'ミュートワードを追加',
|
||||||
'Zap Details': 'Zapの詳細',
|
'Zap Details': 'Zapの詳細',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'デフォルトの信頼スコアフィルター閾値 ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'デフォルトの信頼スコアフィルター閾値 ({{n}}%)',
|
||||||
|
'No notes found': 'ノートが見つかりません',
|
||||||
|
'Try again later or check your connection': '後でもう一度お試しいただくか、接続を確認してください'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -669,6 +669,8 @@ export default {
|
||||||
'Muted words': '차단 단어',
|
'Muted words': '차단 단어',
|
||||||
'Add muted word': '차단 단어 추가',
|
'Add muted word': '차단 단어 추가',
|
||||||
'Zap Details': '잽 세부 정보',
|
'Zap Details': '잽 세부 정보',
|
||||||
'Default trust score filter threshold ({{n}}%)': '기본 신뢰 점수 필터 임계값 ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': '기본 신뢰 점수 필터 임계값 ({{n}}%)',
|
||||||
|
'No notes found': '노트를 찾을 수 없습니다',
|
||||||
|
'Try again later or check your connection': '나중에 다시 시도하거나 연결을 확인하세요'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,8 @@ export default {
|
||||||
'Muted words': 'Wyciszone słowa',
|
'Muted words': 'Wyciszone słowa',
|
||||||
'Add muted word': 'Dodaj wyciszone słowo',
|
'Add muted word': 'Dodaj wyciszone słowo',
|
||||||
'Zap Details': 'Szczegóły zapu',
|
'Zap Details': 'Szczegóły zapu',
|
||||||
'Default trust score filter threshold ({{n}}%)': 'Domyślny próg filtra wyniku zaufania ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': 'Domyślny próg filtra wyniku zaufania ({{n}}%)',
|
||||||
|
'No notes found': 'Nie znaleziono notatek',
|
||||||
|
'Try again later or check your connection': 'Spróbuj ponownie później lub sprawdź połączenie'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -677,6 +677,8 @@ export default {
|
||||||
'Add muted word': 'Adicionar palavra silenciada',
|
'Add muted word': 'Adicionar palavra silenciada',
|
||||||
'Zap Details': 'Detalhes do Zap',
|
'Zap Details': 'Detalhes do Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Limite padrão do filtro de pontuação de confiança ({{n}}%)'
|
'Limite padrão do filtro de pontuação de confiança ({{n}}%)',
|
||||||
|
'No notes found': 'Nenhuma nota encontrada',
|
||||||
|
'Try again later or check your connection': 'Tente novamente mais tarde ou verifique sua conexão'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,8 @@ export default {
|
||||||
'Add muted word': 'Adicionar palavra silenciada',
|
'Add muted word': 'Adicionar palavra silenciada',
|
||||||
'Zap Details': 'Detalhes do Zap',
|
'Zap Details': 'Detalhes do Zap',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Limite predefinido do filtro de pontuação de confiança ({{n}}%)'
|
'Limite predefinido do filtro de pontuação de confiança ({{n}}%)',
|
||||||
|
'No notes found': 'Nenhuma nota encontrada',
|
||||||
|
'Try again later or check your connection': 'Tente novamente mais tarde ou verifique a sua ligação'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,8 @@ export default {
|
||||||
'Add muted word': 'Добавить заблокированное слово',
|
'Add muted word': 'Добавить заблокированное слово',
|
||||||
'Zap Details': 'Детали запа',
|
'Zap Details': 'Детали запа',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'Порог фильтра рейтинга доверия по умолчанию ({{n}}%)'
|
'Порог фильтра рейтинга доверия по умолчанию ({{n}}%)',
|
||||||
|
'No notes found': 'Заметки не найдены',
|
||||||
|
'Try again later or check your connection': 'Попробуйте позже или проверьте подключение'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -665,6 +665,8 @@ export default {
|
||||||
'Add muted word': 'เพิ่มคำที่ถูกปิดเสียง',
|
'Add muted word': 'เพิ่มคำที่ถูกปิดเสียง',
|
||||||
'Zap Details': 'รายละเอียดซาตส์',
|
'Zap Details': 'รายละเอียดซาตส์',
|
||||||
'Default trust score filter threshold ({{n}}%)':
|
'Default trust score filter threshold ({{n}}%)':
|
||||||
'เกณฑ์ตัวกรองคะแนนความไว้วางใจเริ่มต้น ({{n}}%)'
|
'เกณฑ์ตัวกรองคะแนนความไว้วางใจเริ่มต้น ({{n}}%)',
|
||||||
|
'No notes found': 'ไม่พบโน้ต',
|
||||||
|
'Try again later or check your connection': 'ลองใหม่ภายหลังหรือตรวจสอบการเชื่อมต่อของคุณ'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -647,6 +647,8 @@ export default {
|
||||||
'Muted words': '屏蔽詞',
|
'Muted words': '屏蔽詞',
|
||||||
'Add muted word': '添加屏蔽詞',
|
'Add muted word': '添加屏蔽詞',
|
||||||
'Zap Details': '打閃詳情',
|
'Zap Details': '打閃詳情',
|
||||||
'Default trust score filter threshold ({{n}}%)': '預設信任分數過濾閾值 ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': '預設信任分數過濾閾值 ({{n}}%)',
|
||||||
|
'No notes found': '沒有找到筆記',
|
||||||
|
'Try again later or check your connection': '請稍後重試或檢查網路連接'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -652,6 +652,8 @@ export default {
|
||||||
'Muted words': '屏蔽词',
|
'Muted words': '屏蔽词',
|
||||||
'Add muted word': '添加屏蔽词',
|
'Add muted word': '添加屏蔽词',
|
||||||
'Zap Details': '打闪详情',
|
'Zap Details': '打闪详情',
|
||||||
'Default trust score filter threshold ({{n}}%)': '默认信任分数过滤阈值 ({{n}}%)'
|
'Default trust score filter threshold ({{n}}%)': '默认信任分数过滤阈值 ({{n}}%)',
|
||||||
|
'No notes found': '没有找到笔记',
|
||||||
|
'Try again later or check your connection': '请稍后重试或检查网络连接'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue