Skip to content
Snippets Groups Projects
Commit b05bca1e authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Update preparing translation using the word preload in chinnesse tranlations

parent 52334bd4
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ export const DropzoneSimplifiedChinese: LocalLabels = { ...@@ -23,7 +23,7 @@ export const DropzoneSimplifiedChinese: LocalLabels = {
} }
/** /**
* English translation for FileItem component * Chinnese translation for FileItem component
*/ */
export const FileItemSimplifiedChinese: LocalLabels = { export const FileItemSimplifiedChinese: LocalLabels = {
fullInfoLayer: { fullInfoLayer: {
...@@ -32,7 +32,7 @@ export const FileItemSimplifiedChinese: LocalLabels = { ...@@ -32,7 +32,7 @@ export const FileItemSimplifiedChinese: LocalLabels = {
type: "文件类型: " type: "文件类型: "
}, },
status: { status: {
preparing:"准备", preparing:"预加载",
uploading: "上传", uploading: "上传",
success: "成功", success: "成功",
valid: "接受的文件", valid: "接受的文件",
......
...@@ -24,7 +24,7 @@ export const DropzoneTraditionalChinese: LocalLabels = { ...@@ -24,7 +24,7 @@ export const DropzoneTraditionalChinese: LocalLabels = {
} }
/** /**
* English translation for FileItem component * Chinese translation for FileItem component
*/ */
export const FileItemTraditionalChinese: LocalLabels = { export const FileItemTraditionalChinese: LocalLabels = {
fullInfoLayer: { fullInfoLayer: {
...@@ -33,7 +33,7 @@ export const FileItemTraditionalChinese: LocalLabels = { ...@@ -33,7 +33,7 @@ export const FileItemTraditionalChinese: LocalLabels = {
type: "文件類型: " type: "文件類型: "
}, },
status: { status: {
preparing: "中止", preparing: "預加載",
uploading: "上傳", uploading: "上傳",
success: "成功", success: "成功",
valid: "有效文件", valid: "有效文件",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment