Skip to content

Commit ad84b57

Browse files
committed
[FEAT]: Add italian localization
1 parent 94ef810 commit ad84b57

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

build/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

src/localization/Italian/localization.italian.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ export const DropzoneItalian: LocalLabels = {
2828
*/
2929
export const FileItemItalian: LocalLabels = {
3030
fullInfoLayer: {
31-
name: `Le nom: `,
32-
size: "Le taille: ",
33-
type: "Le type: "
31+
name: `Nome: `,
32+
size: "Dimensione: ",
33+
type: "Tipo: "
3434
},
3535
status: {
36-
uploading: "En cours",
37-
success: "Succès",
38-
valid: "Valide",
39-
denied: "Refusé",
40-
error: "Erreur"
36+
uploading: "In corso",
37+
success: "Successo",
38+
valid: "Valido",
39+
denied: "Non válido",
40+
error: "Errore"
4141

4242
},
4343
}

0 commit comments

Comments
 (0)