mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 20:54:42 +00:00
feat(app): show which messages are queued (#15587)
This commit is contained in:
@@ -126,6 +126,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "نسخ الرد",
|
||||
"ui.message.copied": "تم النسخ!",
|
||||
"ui.message.interrupted": "تمت المقاطعة",
|
||||
"ui.message.queued": "في الانتظار",
|
||||
"ui.message.attachment.alt": "مرفق",
|
||||
|
||||
"ui.patch.action.deleted": "محذوف",
|
||||
|
||||
@@ -126,6 +126,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Copiar resposta",
|
||||
"ui.message.copied": "Copiado!",
|
||||
"ui.message.interrupted": "Interrompido",
|
||||
"ui.message.queued": "Na fila",
|
||||
"ui.message.attachment.alt": "anexo",
|
||||
|
||||
"ui.patch.action.deleted": "Excluído",
|
||||
|
||||
@@ -130,6 +130,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Kopiraj odgovor",
|
||||
"ui.message.copied": "Kopirano!",
|
||||
"ui.message.interrupted": "Prekinuto",
|
||||
"ui.message.queued": "U redu",
|
||||
"ui.message.attachment.alt": "prilog",
|
||||
|
||||
"ui.patch.action.deleted": "Obrisano",
|
||||
|
||||
@@ -125,6 +125,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Kopier svar",
|
||||
"ui.message.copied": "Kopieret!",
|
||||
"ui.message.interrupted": "Afbrudt",
|
||||
"ui.message.queued": "I kø",
|
||||
"ui.message.attachment.alt": "vedhæftning",
|
||||
|
||||
"ui.patch.action.deleted": "Slettet",
|
||||
|
||||
@@ -131,6 +131,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Antwort kopieren",
|
||||
"ui.message.copied": "Kopiert!",
|
||||
"ui.message.interrupted": "Unterbrochen",
|
||||
"ui.message.queued": "In Warteschlange",
|
||||
"ui.message.attachment.alt": "Anhang",
|
||||
|
||||
"ui.patch.action.deleted": "Gelöscht",
|
||||
|
||||
@@ -127,6 +127,7 @@ export const dict: Record<string, string> = {
|
||||
"ui.message.copyResponse": "Copy response",
|
||||
"ui.message.copied": "Copied",
|
||||
"ui.message.interrupted": "Interrupted",
|
||||
"ui.message.queued": "Queued",
|
||||
"ui.message.attachment.alt": "attachment",
|
||||
|
||||
"ui.patch.action.deleted": "Deleted",
|
||||
|
||||
@@ -126,6 +126,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Copiar respuesta",
|
||||
"ui.message.copied": "¡Copiado!",
|
||||
"ui.message.interrupted": "Interrumpido",
|
||||
"ui.message.queued": "En cola",
|
||||
"ui.message.attachment.alt": "adjunto",
|
||||
|
||||
"ui.patch.action.deleted": "Eliminado",
|
||||
|
||||
@@ -126,6 +126,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Copier la réponse",
|
||||
"ui.message.copied": "Copié !",
|
||||
"ui.message.interrupted": "Interrompu",
|
||||
"ui.message.queued": "En file",
|
||||
"ui.message.attachment.alt": "pièce jointe",
|
||||
|
||||
"ui.patch.action.deleted": "Supprimé",
|
||||
|
||||
@@ -125,6 +125,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "応答をコピー",
|
||||
"ui.message.copied": "コピーしました!",
|
||||
"ui.message.interrupted": "中断",
|
||||
"ui.message.queued": "待機中",
|
||||
"ui.message.attachment.alt": "添付ファイル",
|
||||
|
||||
"ui.patch.action.deleted": "削除済み",
|
||||
|
||||
@@ -126,6 +126,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "응답 복사",
|
||||
"ui.message.copied": "복사됨!",
|
||||
"ui.message.interrupted": "중단됨",
|
||||
"ui.message.queued": "대기 중",
|
||||
"ui.message.attachment.alt": "첨부 파일",
|
||||
|
||||
"ui.patch.action.deleted": "삭제됨",
|
||||
|
||||
@@ -129,6 +129,7 @@ export const dict: Record<Keys, string> = {
|
||||
"ui.message.copyResponse": "Kopier svar",
|
||||
"ui.message.copied": "Kopiert!",
|
||||
"ui.message.interrupted": "Avbrutt",
|
||||
"ui.message.queued": "I kø",
|
||||
"ui.message.attachment.alt": "vedlegg",
|
||||
|
||||
"ui.patch.action.deleted": "Slettet",
|
||||
|
||||
@@ -125,6 +125,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Kopiuj odpowiedź",
|
||||
"ui.message.copied": "Skopiowano!",
|
||||
"ui.message.interrupted": "Przerwano",
|
||||
"ui.message.queued": "W kolejce",
|
||||
"ui.message.attachment.alt": "załącznik",
|
||||
|
||||
"ui.patch.action.deleted": "Usunięto",
|
||||
|
||||
@@ -125,6 +125,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Копировать ответ",
|
||||
"ui.message.copied": "Скопировано!",
|
||||
"ui.message.interrupted": "Прервано",
|
||||
"ui.message.queued": "В очереди",
|
||||
"ui.message.attachment.alt": "вложение",
|
||||
|
||||
"ui.patch.action.deleted": "Удалено",
|
||||
|
||||
@@ -127,6 +127,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "คัดลอกคำตอบ",
|
||||
"ui.message.copied": "คัดลอกแล้ว!",
|
||||
"ui.message.interrupted": "ถูกขัดจังหวะ",
|
||||
"ui.message.queued": "อยู่ในคิว",
|
||||
"ui.message.attachment.alt": "ไฟล์แนบ",
|
||||
|
||||
"ui.patch.action.deleted": "ลบ",
|
||||
|
||||
@@ -122,6 +122,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "Yanıtı kopyala",
|
||||
"ui.message.copied": "Kopyalandı",
|
||||
"ui.message.interrupted": "Kesildi",
|
||||
"ui.message.queued": "Sırada",
|
||||
"ui.message.attachment.alt": "ek",
|
||||
|
||||
"ui.patch.action.deleted": "Silindi",
|
||||
|
||||
@@ -130,6 +130,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "复制回复",
|
||||
"ui.message.copied": "已复制!",
|
||||
"ui.message.interrupted": "已中断",
|
||||
"ui.message.queued": "排队中",
|
||||
"ui.message.attachment.alt": "附件",
|
||||
|
||||
"ui.patch.action.deleted": "已删除",
|
||||
|
||||
@@ -130,6 +130,7 @@ export const dict = {
|
||||
"ui.message.copyResponse": "複製回覆",
|
||||
"ui.message.copied": "已複製!",
|
||||
"ui.message.interrupted": "已中斷",
|
||||
"ui.message.queued": "排隊中",
|
||||
"ui.message.attachment.alt": "附件",
|
||||
|
||||
"ui.patch.action.deleted": "已刪除",
|
||||
|
||||
Reference in New Issue
Block a user