From 589903f5e82a2b70075466a064102fe3933d6e59 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Mon, 28 Sep 2020 11:48:27 +0800 Subject: [PATCH] PublishPreview: strings and changelog --- CHANGELOG.md | 2 ++ static/app-strings.json | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bee99329..8aaee0cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- Add Publish Preview dialog _community pr!_ ([#4620](https://github.com/lbryio/lbry-desktop/pull/4620)) + ### Changed ### Fixed diff --git a/static/app-strings.json b/static/app-strings.json index 7ef11ce6d..ec911b610 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1278,6 +1278,16 @@ "Invite": "Invite", "Remove File": "Remove File", "Not Yet": "Not Yet", + "Confirming...": "Confirming...", + "Preparing...": "Preparing...", + "Confirm Upload": "Confirm Upload", + "Confirm Edit": "Confirm Edit", + "File": "File", + "Transcode": "Transcode", + "Estimated transaction fee:": "Estimated transaction fee:", + "Est. transaction fee:": "Est. transaction fee:", + "Skip preview and confirmation": "Skip preview and confirmation", + "Upload Settings": "Upload Settings", "Enable Sync": "Enable Sync", "Disable Sync": "Disable Sync", "Getting your profiles...": "Getting your profiles...",