fix: update 'Not found the note' to 'Note not found'

This commit is contained in:
codytseng
2025-07-02 22:54:05 +08:00
parent 00bb3c712b
commit 656a9a7b15
16 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ export default function ContentPreview({
const { t } = useTranslation()
const translatedEvent = useTranslatedEvent(event?.id)
const nodes = useMemo(() => {
if (!event) return [{ type: 'text', data: `[${t('Not found the note')}]` }]
if (!event) return [{ type: 'text', data: `[${t('Note not found')}]` }]
if (event.kind === kinds.Highlights) return []

View File

@@ -52,7 +52,7 @@ export default function ParentNotePreview({
)}
>
<div className="shrink-0">{t('reply to')}</div>
<div>{`[${t('Not found the note')}]`}</div>
<div>{`[${t('Note not found')}]`}</div>
</div>
)
}

View File

@@ -202,7 +202,7 @@ export default {
'Recent Supporters': 'الداعمين الجدد',
'Seen on': 'شوهد على',
'Temporarily display this reply': 'عرض هذا الرد مؤقتاً',
'Not found the note': 'لم يتم العثور على الملاحظة',
'Note not found': 'لم يتم العثور على الملاحظة',
'no more replies': 'لا توجد مزيد من الردود',
'Relay sets': 'مجموعات الريلاي',
'Favorite Relays': 'الريلايات المفضلة',

View File

@@ -206,7 +206,7 @@ export default {
'Recent Supporters': 'Neueste Unterstützer',
'Seen on': 'Gesehen auf',
'Temporarily display this reply': 'Antwort vorübergehend anzeigen',
'Not found the note': 'Die Notiz wurde nicht gefunden',
'Note not found': 'Die Notiz wurde nicht gefunden',
'no more replies': 'keine weiteren Antworten',
'Relay sets': 'Relay-Sets',
'Favorite Relays': 'Lieblings-Relays',

View File

@@ -202,7 +202,7 @@ export default {
'Recent Supporters': 'Recent Supporters',
'Seen on': 'Seen on',
'Temporarily display this reply': 'Temporarily display this reply',
'Not found the note': 'Not found the note',
'Note not found': 'Note not found',
'no more replies': 'no more replies',
'Relay sets': 'Relay sets',
'Favorite Relays': 'Favorite Relays',

View File

@@ -206,7 +206,7 @@ export default {
'Recent Supporters': 'Últimos patrocinadores',
'Seen on': 'Visto en',
'Temporarily display this reply': 'Mostrar temporalmente esta respuesta',
'Not found the note': 'No se encontró la nota',
'Note not found': 'No se encontró la nota',
'no more replies': 'no hay más respuestas',
'Relay sets': 'Conjuntos de relés',
'Favorite Relays': 'Relés favoritos',

View File

@@ -205,7 +205,7 @@ export default {
'Recent Supporters': 'Derniers soutiens',
'Seen on': 'Vu sur',
'Temporarily display this reply': 'Afficher temporairement cette réponse',
'Not found the note': 'Note introuvable',
'Note not found': 'Note introuvable',
'no more replies': 'aucune autre réponse',
'Relay sets': 'Groupes de relais',
'Favorite Relays': 'Relais favoris',

View File

@@ -205,7 +205,7 @@ export default {
'Recent Supporters': 'Recenti Sostenitori',
'Seen on': 'Visto su',
'Temporarily display this reply': 'Mostra temporaneamente questa replica',
'Not found the note': 'Non è stata trovata la nota',
'Note not found': 'Non è stata trovata la nota',
'no more replies': 'niente più repliche',
'Relay sets': 'Set di Relay',
'Favorite Relays': 'Relay preferiti',

View File

@@ -203,7 +203,7 @@ export default {
'Recent Supporters': '最近のサポーター',
'Seen on': '見た',
'Temporarily display this reply': 'この返信を一時的に表示',
'Not found the note': 'ノートが見つかりません',
'Note not found': 'ノートが見つかりません',
'no more replies': 'これ以上の返信はありません',
'Relay sets': 'リレイセット',
'Favorite Relays': 'お気に入りのリレイ',

View File

@@ -204,7 +204,7 @@ export default {
'Recent Supporters': 'Ostatni wspierający',
'Seen on': 'Widziany na',
'Temporarily display this reply': 'Tymczasowo wyświetl tę odpowiedź',
'Not found the note': 'Nie znaleziono wpisu',
'Note not found': 'Nie znaleziono wpisu',
'no more replies': 'brak kolejnych odpowiedzi',
'Relay sets': 'Zestawy transmiterów',
'Favorite Relays': 'Ulubione transmitery',

View File

@@ -204,7 +204,7 @@ export default {
'Recent Supporters': 'Apoiadores recentes',
'Seen on': 'Visto em',
'Temporarily display this reply': 'Exibir temporariamente esta resposta',
'Not found the note': 'Nota não encontrada',
'Note not found': 'Nota não encontrada',
'no more replies': 'não há mais respostas',
'Relay sets': 'Conjuntos de relé',
'Favorite Relays': 'Relés favoritos',

View File

@@ -205,7 +205,7 @@ export default {
'Recent Supporters': 'Apoiadores Recentes',
'Seen on': 'Visto em',
'Temporarily display this reply': 'Exibir temporariamente esta resposta',
'Not found the note': 'Nota não encontrada',
'Note not found': 'Nota não encontrada',
'no more replies': 'não há mais respostas',
'Relay sets': 'Conjuntos de Relé',
'Favorite Relays': 'Relés Favoritos',

View File

@@ -207,7 +207,7 @@ export default {
'Recent Supporters': 'Недавние спонсоры',
'Seen on': 'Просмотрено на',
'Temporarily display this reply': 'Временно отобразить этот ответ',
'Not found the note': 'Заметка не найдена',
'Note not found': 'Заметка не найдена',
'no more replies': 'больше нет ответов',
'Relay sets': 'Наборы ретрансляторов',
'Favorite Relays': 'Избранные ретрансляторы',

View File

@@ -201,7 +201,7 @@ export default {
'Recent Supporters': 'ผู้สนับสนุนล่าสุด',
'Seen on': 'เห็นเมื่อ',
'Temporarily display this reply': 'แสดงการตอบกลับนี้ชั่วคราว',
'Not found the note': 'ไม่พบโน้ต',
'Note not found': 'ไม่พบโน้ต',
'no more replies': 'ไม่มีการตอบกลับเพิ่มเติม',
'Relay sets': 'ชุดรีเลย์',
'Favorite Relays': 'รีเลย์โปรด',

View File

@@ -203,7 +203,7 @@ export default {
'Recent Supporters': '最近的支持者',
'Seen on': '来自',
'Temporarily display this reply': '临时显示此回复',
'Not found the note': '未找到该笔记',
'Note not found': '未找到该笔记',
'no more replies': '没有更多回复了',
'Relay sets': '服务器组',
'Favorite Relays': '收藏的服务器',

View File

@@ -136,7 +136,7 @@ function ParentNote({ eventId }: { eventId?: string }) {
return (
<div>
<Card className="flex p-1 items-center justify-center text-sm text-muted-foreground">
[{t('Not found the note')}]
[{t('Note not found')}]
</Card>
<div className="ml-5 w-px h-2 bg-border" />
</div>