From 6787201425b87256369003b97df299704ed75975 Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Tue, 25 Aug 2026 08:58:38 +0500 Subject: [PATCH] fix: base en --- web/src/lib/i18n/en.ts | 32 ++++++++++++++++---------------- web/src/lib/i18n/tool-strings.ts | 2 ++ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/web/src/lib/i18n/en.ts b/web/src/lib/i18n/en.ts index 6717a95..c8491b2 100644 --- a/web/src/lib/i18n/en.ts +++ b/web/src/lib/i18n/en.ts @@ -6,7 +6,7 @@ export const en: Dict = { catalog: 'Catalog', sectionsAria: 'Sections', footerNote: - 'All operations run locally in your browser — your files are never uploaded anywhere.' + 'All operations run locally in your browser — your files are never uploaded anywhere.' }, categories: { convert: 'Convert', @@ -18,14 +18,14 @@ export const en: Dict = { generate: 'Generate' }, home: { - defaultTitle: 'easy-png-tools — PNG utilities right in your browser', + defaultTitle: 'easy-png-tools — PNG utilities right in your browser', heroTitle: 'What do you want to do with the image?', - heroLead: 'Find a tool — everything runs locally in your browser.', - restoreLast: '↩ Restore last: {title}', - changeTool: 'в†ђ Change tool' + heroLead: 'Find a tool — everything runs locally in your browser.', + restoreLast: '↩ Restore last: {title}', + changeTool: '← Change tool' }, catalog: { - pageTitle: 'All tools — easy-png-tools', + pageTitle: 'All tools — easy-png-tools', metaDescription: 'Full catalog of PNG utilities: convert, transparency, color, geometry, analysis and image generation.', heading: 'Tool catalog', @@ -46,7 +46,7 @@ export const en: Dict = { inputLegend: 'Input', resultLegend: 'Result', paramsLegend: 'Parameters', - busyTitle: 'Processing…', + busyTitle: 'Processing…', busyHint: 'Running chain step', removeStepAria: 'Remove step' }, @@ -56,14 +56,14 @@ export const en: Dict = { resultCard: { emptyTitle: 'The result will appear here', emptyHint: 'First upload a source image on the left', - processingTitle: 'Processing…', + processingTitle: 'Processing…', processingHint: 'The image is being processed, this will take a moment', - recalc: 'Recalculating…', - nextTool: 'в›“ Next tool', - breakChain: 'вњ‚ Break the chain' + recalc: 'Recalculating…', + nextTool: '⛓ Next tool', + breakChain: '✂ Break the chain' }, paramsCard: { - noParams: 'This tool has no parameters — the result is ready as is.' + noParams: 'This tool has no parameters — the result is ready as is.' }, textInput: { heading: 'Text', @@ -78,13 +78,13 @@ export const en: Dict = { downloadTxt: 'Download .txt' }, download: { - busy: 'Preparing file…', + busy: 'Preparing file…', file: 'Download .{ext}' }, infoPanel: { dimensions: 'Dimensions', alpha: 'Alpha channel', - alphaYes: 'yes — there are semi-transparent pixels', + alphaYes: 'yes — there are semi-transparent pixels', alphaNo: 'no', colorCount: 'Unique colors (RGBA)' }, @@ -93,9 +93,9 @@ export const en: Dict = { overlayDefault: 'Release the file to replace the image' }, search: { - placeholder: 'Find a tool…', + placeholder: 'Find a tool…', aria: 'Search tools', - nothingFound: 'Nothing found — try another word.' + nothingFound: 'Nothing found — try another word.' }, ui: { showMask: 'Show mask', diff --git a/web/src/lib/i18n/tool-strings.ts b/web/src/lib/i18n/tool-strings.ts index d38867d..73a1d60 100644 --- a/web/src/lib/i18n/tool-strings.ts +++ b/web/src/lib/i18n/tool-strings.ts @@ -1,5 +1,7 @@ import type { ParamDef, ToolEntry } from '$lib/registry'; +import type { SearchDoc } from './matching'; import { getMergedDict } from './locale.svelte'; +import { ru } from './ru'; /** * Строки инструмента на активной локали.