fix: base en

This commit is contained in:
2026-08-25 08:58:38 +05:00
parent 396036802c
commit 6787201425
2 changed files with 18 additions and 16 deletions
+16 -16
View File
@@ -6,7 +6,7 @@ export const en: Dict = {
catalog: 'Catalog', catalog: 'Catalog',
sectionsAria: 'Sections', sectionsAria: 'Sections',
footerNote: 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: { categories: {
convert: 'Convert', convert: 'Convert',
@@ -18,14 +18,14 @@ export const en: Dict = {
generate: 'Generate' generate: 'Generate'
}, },
home: { 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?', heroTitle: 'What do you want to do with the image?',
heroLead: 'Find a tool — everything runs locally in your browser.', heroLead: 'Find a tool everything runs locally in your browser.',
restoreLast: '↩ Restore last: {title}', restoreLast: ' Restore last: {title}',
changeTool: 'в†ђ Change tool' changeTool: ' Change tool'
}, },
catalog: { catalog: {
pageTitle: 'All tools — easy-png-tools', pageTitle: 'All tools easy-png-tools',
metaDescription: metaDescription:
'Full catalog of PNG utilities: convert, transparency, color, geometry, analysis and image generation.', 'Full catalog of PNG utilities: convert, transparency, color, geometry, analysis and image generation.',
heading: 'Tool catalog', heading: 'Tool catalog',
@@ -46,7 +46,7 @@ export const en: Dict = {
inputLegend: 'Input', inputLegend: 'Input',
resultLegend: 'Result', resultLegend: 'Result',
paramsLegend: 'Parameters', paramsLegend: 'Parameters',
busyTitle: 'Processing…', busyTitle: 'Processing',
busyHint: 'Running chain step', busyHint: 'Running chain step',
removeStepAria: 'Remove step' removeStepAria: 'Remove step'
}, },
@@ -56,14 +56,14 @@ export const en: Dict = {
resultCard: { resultCard: {
emptyTitle: 'The result will appear here', emptyTitle: 'The result will appear here',
emptyHint: 'First upload a source image on the left', emptyHint: 'First upload a source image on the left',
processingTitle: 'Processing…', processingTitle: 'Processing',
processingHint: 'The image is being processed, this will take a moment', processingHint: 'The image is being processed, this will take a moment',
recalc: 'Recalculating…', recalc: 'Recalculating',
nextTool: 'в›“ Next tool', nextTool: ' Next tool',
breakChain: 'вњ‚ Break the chain' breakChain: ' Break the chain'
}, },
paramsCard: { 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: { textInput: {
heading: 'Text', heading: 'Text',
@@ -78,13 +78,13 @@ export const en: Dict = {
downloadTxt: 'Download .txt' downloadTxt: 'Download .txt'
}, },
download: { download: {
busy: 'Preparing file…', busy: 'Preparing file',
file: 'Download .{ext}' file: 'Download .{ext}'
}, },
infoPanel: { infoPanel: {
dimensions: 'Dimensions', dimensions: 'Dimensions',
alpha: 'Alpha channel', alpha: 'Alpha channel',
alphaYes: 'yes — there are semi-transparent pixels', alphaYes: 'yes there are semi-transparent pixels',
alphaNo: 'no', alphaNo: 'no',
colorCount: 'Unique colors (RGBA)' colorCount: 'Unique colors (RGBA)'
}, },
@@ -93,9 +93,9 @@ export const en: Dict = {
overlayDefault: 'Release the file to replace the image' overlayDefault: 'Release the file to replace the image'
}, },
search: { search: {
placeholder: 'Find a tool…', placeholder: 'Find a tool',
aria: 'Search tools', aria: 'Search tools',
nothingFound: 'Nothing found — try another word.' nothingFound: 'Nothing found try another word.'
}, },
ui: { ui: {
showMask: 'Show mask', showMask: 'Show mask',
+2
View File
@@ -1,5 +1,7 @@
import type { ParamDef, ToolEntry } from '$lib/registry'; import type { ParamDef, ToolEntry } from '$lib/registry';
import type { SearchDoc } from './matching';
import { getMergedDict } from './locale.svelte'; import { getMergedDict } from './locale.svelte';
import { ru } from './ru';
/** /**
* Строки инструмента на активной локали. * Строки инструмента на активной локали.