We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeee42a commit 2eee2d5Copy full SHA for 2eee2d5
src/localization/Spanish/localization.spanish.ts
@@ -34,10 +34,10 @@ export const FileItemSpanish: LocalLabels = {
34
},
35
status: {
36
uploading: "Subiendo",
37
- success: "éxito",
38
- valid: "válido",
39
- denied: "no válido",
40
- error: "error"
+ success: "Éxito",
+ valid: "Válido",
+ denied: "No válido",
+ error: "Error"
41
42
43
}
@@ -48,4 +48,4 @@ export const FileItemSpanish: LocalLabels = {
48
maxSizeError: (maxSize) => `El archivo es muy grande. El tam. máximo es ${fileSizeFormater(maxSize as number)}`,
49
acceptError: `Tipo de archivo no permitido`,
50
maxFileCount: (maxFiles) => `Cantidad máxima de archivos (${maxFiles}) alcanzada`
51
-}
+}
0 commit comments