Fix Italian translations (#12506)
Fix Italian translations for CUT and COPY.
This commit is contained in:
parent
f5cc816c54
commit
8f7c5c700f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user