mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(a11y): add i18n keys for ARIA labels and screen reader text
This commit is contained in:
@@ -2052,4 +2052,65 @@ export const ar: TranslationKeys = {
|
|||||||
mobileNavFiles: "الملفات",
|
mobileNavFiles: "الملفات",
|
||||||
mobileNavSettings: "الإعدادات",
|
mobileNavSettings: "الإعدادات",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2083,4 +2083,65 @@ export const de: TranslationKeys = {
|
|||||||
mobileNavFiles: "Dateien",
|
mobileNavFiles: "Dateien",
|
||||||
mobileNavSettings: "Einstellungen",
|
mobileNavSettings: "Einstellungen",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2014,6 +2014,67 @@ export const en = {
|
|||||||
mobileNavFiles: "Files",
|
mobileNavFiles: "Files",
|
||||||
mobileNavSettings: "Settings",
|
mobileNavSettings: "Settings",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
type DeepStringRecord<T> = {
|
type DeepStringRecord<T> = {
|
||||||
|
|||||||
@@ -2061,4 +2061,65 @@ export const es: TranslationKeys = {
|
|||||||
mobileNavFiles: "Archivos",
|
mobileNavFiles: "Archivos",
|
||||||
mobileNavSettings: "Configuracion",
|
mobileNavSettings: "Configuracion",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2082,4 +2082,65 @@ export const fr: TranslationKeys = {
|
|||||||
mobileNavFiles: "Fichiers",
|
mobileNavFiles: "Fichiers",
|
||||||
mobileNavSettings: "Parametres",
|
mobileNavSettings: "Parametres",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2049,4 +2049,65 @@ export const hi: TranslationKeys = {
|
|||||||
mobileNavFiles: "फाइलें",
|
mobileNavFiles: "फाइलें",
|
||||||
mobileNavSettings: "सेटिंग्स",
|
mobileNavSettings: "सेटिंग्स",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2067,4 +2067,65 @@ export const id: TranslationKeys = {
|
|||||||
mobileNavFiles: "File",
|
mobileNavFiles: "File",
|
||||||
mobileNavSettings: "Pengaturan",
|
mobileNavSettings: "Pengaturan",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2076,4 +2076,65 @@ export const it: TranslationKeys = {
|
|||||||
mobileNavFiles: "File",
|
mobileNavFiles: "File",
|
||||||
mobileNavSettings: "Impostazioni",
|
mobileNavSettings: "Impostazioni",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2024,6 +2024,67 @@ export const ja: TranslationKeys = {
|
|||||||
mobileNavFiles: "ファイル",
|
mobileNavFiles: "ファイル",
|
||||||
mobileNavSettings: "設定",
|
mobileNavSettings: "設定",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export default ja;
|
export default ja;
|
||||||
|
|||||||
@@ -2008,6 +2008,67 @@ export const ko: TranslationKeys = {
|
|||||||
mobileNavFiles: "파일",
|
mobileNavFiles: "파일",
|
||||||
mobileNavSettings: "설정",
|
mobileNavSettings: "설정",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export default ko;
|
export default ko;
|
||||||
|
|||||||
@@ -2070,4 +2070,65 @@ export const nl: TranslationKeys = {
|
|||||||
mobileNavFiles: "Bestanden",
|
mobileNavFiles: "Bestanden",
|
||||||
mobileNavSettings: "Instellingen",
|
mobileNavSettings: "Instellingen",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2078,4 +2078,65 @@ export const pl: TranslationKeys = {
|
|||||||
mobileNavFiles: "Pliki",
|
mobileNavFiles: "Pliki",
|
||||||
mobileNavSettings: "Ustawienia",
|
mobileNavSettings: "Ustawienia",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2071,4 +2071,65 @@ export const ptBR: TranslationKeys = {
|
|||||||
mobileNavFiles: "Arquivos",
|
mobileNavFiles: "Arquivos",
|
||||||
mobileNavSettings: "Configuracoes",
|
mobileNavSettings: "Configuracoes",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2069,4 +2069,65 @@ export const ru: TranslationKeys = {
|
|||||||
mobileNavFiles: "Файлы",
|
mobileNavFiles: "Файлы",
|
||||||
mobileNavSettings: "Настройки",
|
mobileNavSettings: "Настройки",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2064,4 +2064,65 @@ export const sv: TranslationKeys = {
|
|||||||
mobileNavFiles: "Filer",
|
mobileNavFiles: "Filer",
|
||||||
mobileNavSettings: "Installningar",
|
mobileNavSettings: "Installningar",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2040,4 +2040,65 @@ export const th: TranslationKeys = {
|
|||||||
mobileNavFiles: "ไฟล์",
|
mobileNavFiles: "ไฟล์",
|
||||||
mobileNavSettings: "ตั้งค่า",
|
mobileNavSettings: "ตั้งค่า",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2075,4 +2075,65 @@ export const tr: TranslationKeys = {
|
|||||||
mobileNavFiles: "Dosyalar",
|
mobileNavFiles: "Dosyalar",
|
||||||
mobileNavSettings: "Ayarlar",
|
mobileNavSettings: "Ayarlar",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2070,4 +2070,65 @@ export const uk: TranslationKeys = {
|
|||||||
mobileNavFiles: "Файли",
|
mobileNavFiles: "Файли",
|
||||||
mobileNavSettings: "Налаштування",
|
mobileNavSettings: "Налаштування",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -2064,4 +2064,65 @@ export const vi: TranslationKeys = {
|
|||||||
mobileNavFiles: "Tệp",
|
mobileNavFiles: "Tệp",
|
||||||
mobileNavSettings: "Cài đặt",
|
mobileNavSettings: "Cài đặt",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -1990,4 +1990,65 @@ export const zhCN: TranslationKeys = {
|
|||||||
mobileNavFiles: "文件",
|
mobileNavFiles: "文件",
|
||||||
mobileNavSettings: "设置",
|
mobileNavSettings: "设置",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -1989,6 +1989,67 @@ export const zhTW: TranslationKeys = {
|
|||||||
mobileNavFiles: "檔案",
|
mobileNavFiles: "檔案",
|
||||||
mobileNavSettings: "設定",
|
mobileNavSettings: "設定",
|
||||||
},
|
},
|
||||||
|
a11y: {
|
||||||
|
skipToContent: "Skip to main content",
|
||||||
|
openSidebar: "Open sidebar",
|
||||||
|
closeSidebar: "Close sidebar",
|
||||||
|
closeSettings: "Close settings",
|
||||||
|
closeHelp: "Close help",
|
||||||
|
closeDialog: "Close dialog",
|
||||||
|
zoomIn: "Zoom in",
|
||||||
|
zoomOut: "Zoom out",
|
||||||
|
fitToView: "Fit to view",
|
||||||
|
actualSize: "Actual size",
|
||||||
|
previousImage: "Previous image",
|
||||||
|
nextImage: "Next image",
|
||||||
|
imageArea: "Image area",
|
||||||
|
imageViewer: "Image viewer",
|
||||||
|
fileDropZone: "File drop zone",
|
||||||
|
imageDropZone: "Image drop zone",
|
||||||
|
beforeAfterSlider: "Before/after comparison slider",
|
||||||
|
imageControls: "Image controls",
|
||||||
|
zoomControls: "Zoom controls",
|
||||||
|
dragToReorder: "Drag to reorder",
|
||||||
|
whiteBackground: "White background",
|
||||||
|
blackBackground: "Black background",
|
||||||
|
expandPanel: "Expand panel",
|
||||||
|
collapsePanel: "Collapse panel",
|
||||||
|
swapDimensions: "Swap dimensions",
|
||||||
|
applyCrop: "Apply crop",
|
||||||
|
cancelCrop: "Cancel crop",
|
||||||
|
fontFamily: "Font family",
|
||||||
|
textColor: "Text color",
|
||||||
|
flipHorizontal: "Flip horizontal",
|
||||||
|
flipVertical: "Flip vertical",
|
||||||
|
hexColorValue: "Hex color value",
|
||||||
|
backgroundColor: "Background color",
|
||||||
|
foregroundColor: "Foreground color",
|
||||||
|
swapColors: "Swap foreground and background colors",
|
||||||
|
resetColors: "Reset to default black and white",
|
||||||
|
foregroundHex: "Foreground color hex value",
|
||||||
|
undo: "Undo",
|
||||||
|
redo: "Redo",
|
||||||
|
layers: "Layers",
|
||||||
|
addLayer: "Add layer",
|
||||||
|
deleteLayer: "Delete layer",
|
||||||
|
cancelOperation: "Cancel operation",
|
||||||
|
fill: "Fill",
|
||||||
|
fileDetails: "File details",
|
||||||
|
language: "Language",
|
||||||
|
selected: "Selected",
|
||||||
|
deleteKey: "Delete key",
|
||||||
|
editRole: "Edit role",
|
||||||
|
deleteRole: "Delete role",
|
||||||
|
notInstalled: "Not installed",
|
||||||
|
queued: "Queued for install",
|
||||||
|
installing: "Installing",
|
||||||
|
imageNOfTotal: "Image {n} of {total}",
|
||||||
|
processingComplete: "Image processed successfully",
|
||||||
|
processingFailed: "Processing failed",
|
||||||
|
settingsDialog: "Settings",
|
||||||
|
helpDialog: "Help",
|
||||||
|
navigationMenu: "Navigation",
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export default zhTW;
|
export default zhTW;
|
||||||
|
|||||||
Reference in New Issue
Block a user