(fix:input) sync with translations

This commit is contained in:
ManishMadan2882
2025-05-09 21:39:54 +05:30
parent eacdde829f
commit 8552e81022
7 changed files with 36 additions and 6 deletions

View File

@@ -272,11 +272,11 @@ export default function MessageInput({
dispatch(removeAttachment(attachment.id));
}
}}
aria-label="Remove attachment"
aria-label={t('conversation.attachments.remove')}
>
<img
src={ExitIcon}
alt="Remove"
alt={t('conversation.attachments.remove')}
className="h-2.5 w-2.5 filter dark:invert"
/>
</button>
@@ -394,7 +394,7 @@ export default function MessageInput({
className="mr-1 h-3.5 w-3.5 sm:mr-1.5 sm:h-4 sm:w-4"
/>
<span className="xs:text-[12px] text-[10px] font-medium text-[#5D5D5D] dark:text-bright-gray sm:text-[14px]">
Attach
{t('conversation.attachments.attach')}
</span>
<input
type="file"

View File

@@ -241,6 +241,11 @@
"link": "Source link",
"view_more": "{{count}} more sources"
},
"attachments": {
"attach": "Attach",
"remove": "Remove attachment",
"uploadFailed": "Upload failed"
},
"retry": "Retry"
}
}

View File

@@ -239,6 +239,11 @@
"link": "Enlace fuente",
"view_more": "Ver {{count}} más fuentes"
},
"attachments": {
"attach": "Adjuntar",
"remove": "Eliminar adjunto",
"uploadFailed": "Error al subir"
},
"retry": "Reintentar"
}
}

View File

@@ -238,7 +238,12 @@
"title": "ソース",
"text": "ソーステキスト",
"link": "ソースリンク",
"view_more": "さらに{{count}}個のソースを表示"
"view_more": "さらに{{count}}個のソース"
},
"attachments": {
"attach": "添付",
"remove": "添付ファイルを削除",
"uploadFailed": "アップロード失敗"
},
"retry": "再試行"
}

View File

@@ -238,7 +238,12 @@
"title": "Источники",
"text": "Текст источника",
"link": "Ссылка на источник",
"view_more": "Показать еще {{count}} источников"
"view_more": "ещё {{count}} источников"
},
"attachments": {
"attach": "Прикрепить",
"remove": "Удалить вложение",
"uploadFailed": "Ошибка загрузки"
},
"retry": "Повторить"
}

View File

@@ -240,6 +240,11 @@
"link": "來源連結",
"view_more": "查看更多 {{count}} 個來源"
},
"attachments": {
"attach": "附件",
"remove": "刪除附件",
"uploadFailed": "上傳失敗"
},
"retry": "重試"
}
}

View File

@@ -238,7 +238,12 @@
"title": "来源",
"text": "来源文本",
"link": "来源链接",
"view_more": "更多{{count}}个来源"
"view_more": "还有{{count}}个来源"
},
"attachments": {
"attach": "附件",
"remove": "删除附件",
"uploadFailed": "上传失败"
},
"retry": "重试"
}