Skip to content

Commit e64de7a

Browse files
committed
feat: add English translations for ImageKit media library UI components
1 parent 2cf210b commit e64de7a

File tree

1 file changed

+14
-0
lines changed
  • admin/src/translations

1 file changed

+14
-0
lines changed

admin/src/translations/en.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
const en = {
22
name: 'ImageKit',
33
page: {
4+
mediaLibrary: {
5+
header: {
6+
title: 'ImageKit Media Library',
7+
},
8+
notification: {
9+
import: {
10+
noFiles: 'No files selected for import',
11+
success: 'Successfully imported {successful} of {total} files',
12+
warning: 'Import completed with warnings: {message}',
13+
complete: 'Import process failed',
14+
error: 'Error importing files: {message} {details}'
15+
}
16+
}
17+
},
418
settings: {
519
state: {
620
loading: 'Loading...',

0 commit comments

Comments
 (0)