Commit 8f7c5c70 authored by Julian's avatar Julian Committed by gspencergoog

Fix Italian translations (#12506)

Fix Italian translations for CUT and COPY.
parent f5cc816c
...@@ -249,8 +249,8 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String ...@@ -249,8 +249,8 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String
"cancelButtonLabel": r"ANNULLA", "cancelButtonLabel": r"ANNULLA",
"closeButtonLabel": r"CHIUDI", "closeButtonLabel": r"CHIUDI",
"continueButtonLabel": r"CONTINUA", "continueButtonLabel": r"CONTINUA",
"copyButtonLabel": r"COPY", "copyButtonLabel": r"COPIA",
"cutButtonLabel": r"TAGLIARE", "cutButtonLabel": r"TAGLIA",
"okButtonLabel": r"OK", "okButtonLabel": r"OK",
"pasteButtonLabel": r"INCOLLA", "pasteButtonLabel": r"INCOLLA",
"selectAllButtonLabel": r"SELEZIONA TUTTO", "selectAllButtonLabel": r"SELEZIONA TUTTO",
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
"cancelButtonLabel": "ANNULLA", "cancelButtonLabel": "ANNULLA",
"closeButtonLabel": "CHIUDI", "closeButtonLabel": "CHIUDI",
"continueButtonLabel": "CONTINUA", "continueButtonLabel": "CONTINUA",
"copyButtonLabel": "COPY", "copyButtonLabel": "COPIA",
"cutButtonLabel": "TAGLIARE", "cutButtonLabel": "TAGLIA",
"okButtonLabel": "OK", "okButtonLabel": "OK",
"pasteButtonLabel": "INCOLLA", "pasteButtonLabel": "INCOLLA",
"selectAllButtonLabel": "SELEZIONA TUTTO", "selectAllButtonLabel": "SELEZIONA TUTTO",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment