From 0bca43976a7cf502194f43046d76637a1233189a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 26 Apr 2019 16:42:41 +0300 Subject: [PATCH] New translations en-US.json (Italian) --- src/config/locales/it-IT.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 7170a807d..856111f8c 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -181,7 +181,8 @@ "cancel": "Cancella", "delete": "Elimina", "copied": "Copied!", - "no_internet": "No connection!" + "no_internet": "No connection!", + "confirm": "Confirm" }, "post": { "reblog_alert": "Sei sicuro di volerlo condividere?" @@ -248,5 +249,21 @@ "reputation": "reputation", "votes": "votes", "age": "age" + }, + "transfer": { + "title": "Transfer To Account", + "from": "From", + "to": "To", + "amount": "Amount", + "memo": "Memo", + "information": "Are you sure to transfer to funds?", + "amount_desc": "Balance", + "memo_desc": "This memo is public", + "to_placeholder": "Username", + "memo_placeholder": "Enter your notes here", + "transferToken": "Transfer", + "transferToSaving": "Transfer To Saving", + "powerUp": "Power Up", + "steemconnect_title": "Steemconnect Transfer" } }