Fix Italian translations (#12506)

Fix Italian translations for CUT and COPY.
This commit is contained in:
Julian 2017-10-12 18:03:28 +02:00 committed by gspencergoog
parent f5cc816c54
commit 8f7c5c700f
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",