mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add html-to-image tool definition and i18n strings
Add tool metadata to shared constants and i18n entries across all 21 locales for the new HTML to Image screenshot tool.
This commit is contained in:
@@ -37,8 +37,8 @@ export const vi: TranslationKeys = {
|
||||
retry: "Thử lại",
|
||||
privacyPolicy: "Chính sách bảo mật",
|
||||
pageNotFound: "Page not found",
|
||||
pageNotFoundDescription: "The page you are looking for does not exist or has been moved.",
|
||||
},
|
||||
pageNotFoundDescription: "The page you are looking for does not exist or has been moved.",
|
||||
},
|
||||
categories: {
|
||||
essentials: "Cơ bản",
|
||||
optimization: "Tối ưu hóa",
|
||||
@@ -223,6 +223,10 @@ export const vi: TranslationKeys = {
|
||||
name: "Tạo mã QR",
|
||||
description: "Tạo mã QR có kiểu dáng với màu sắc, hoa văn và logo tùy chỉnh",
|
||||
},
|
||||
"html-to-image": {
|
||||
name: "HTML to Image",
|
||||
description: "Capture webpages as high-quality images",
|
||||
},
|
||||
"barcode-read": {
|
||||
name: "Đọc mã vạch",
|
||||
description: "Quét hình ảnh để tìm mã QR, mã vạch và mã 2D",
|
||||
@@ -1009,6 +1013,30 @@ export const vi: TranslationKeys = {
|
||||
submit: "Tạo mã QR",
|
||||
download: "Tải xuống mã QR",
|
||||
},
|
||||
"html-to-image": {
|
||||
url: "URL",
|
||||
urlPlaceholder: "https://example.com",
|
||||
format: "Output Format",
|
||||
quality: "Quality",
|
||||
devicePreset: "Device",
|
||||
viewportWidth: "Width",
|
||||
viewportHeight: "Height",
|
||||
fullPage: "Full Page",
|
||||
submit: "Capture",
|
||||
download: "Download Screenshot",
|
||||
capturing: "Capturing webpage...",
|
||||
errorTimeout: "Page took too long to load",
|
||||
errorBlocked: "This URL cannot be captured",
|
||||
errorUnavailable: "Screenshot service is not available",
|
||||
errorFailed: "Failed to capture the page",
|
||||
placeholder: "Enter a URL and click Capture",
|
||||
presets: {
|
||||
desktop: "Desktop",
|
||||
tablet: "Tablet",
|
||||
mobile: "Mobile",
|
||||
custom: "Custom",
|
||||
},
|
||||
},
|
||||
"barcode-read": {
|
||||
submit: "Quét mã vạch",
|
||||
submitBatch: "Quét ({count} tệp)",
|
||||
@@ -1842,9 +1870,9 @@ export const vi: TranslationKeys = {
|
||||
pipelineName: "Tên Pipeline",
|
||||
pipelineDescription: "Mô tả (tùy chọn)",
|
||||
noStepsPrompt: "Thêm các bước để xây dựng tự động hóa",
|
||||
noStepsHeading: "No steps yet",
|
||||
noStepsHeading: "No steps yet",
|
||||
searchToolsPlaceholder: "Search tools...",
|
||||
step: "Bước",
|
||||
step: "Bước",
|
||||
},
|
||||
nav: {
|
||||
tools: "Công cụ",
|
||||
|
||||
Reference in New Issue
Block a user