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
"cancelButtonLabel": r"ANNULLA",
"closeButtonLabel": r"CHIUDI",
"continueButtonLabel": r"CONTINUA",
"copyButtonLabel": r"COPY",
"cutButtonLabel": r"TAGLIARE",
"copyButtonLabel": r"COPIA",
"cutButtonLabel": r"TAGLIA",
"okButtonLabel": r"OK",
"pasteButtonLabel": r"INCOLLA",
"selectAllButtonLabel": r"SELEZIONA TUTTO",
......
......@@ -20,8 +20,8 @@
"cancelButtonLabel": "ANNULLA",
"closeButtonLabel": "CHIUDI",
"continueButtonLabel": "CONTINUA",
"copyButtonLabel": "COPY",
"cutButtonLabel": "TAGLIARE",
"copyButtonLabel": "COPIA",
"cutButtonLabel": "TAGLIA",
"okButtonLabel": "OK",
"pasteButtonLabel": "INCOLLA",
"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