From 5d4a54e1ce1548b3b6a9325ca7a88aeb606b7400 Mon Sep 17 00:00:00 2001 From: Tatiana Lopaeva Date: Thu, 10 Mar 2022 16:57:56 +0300 Subject: [PATCH] Web: Moved translations to Common file (en). --- products/ASC.Files/Client/public/locales/en/Home.json | 1 - .../ASC.Files/Client/public/locales/en/Translations.json | 4 +--- public/locales/en/Common.json | 5 ++++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/products/ASC.Files/Client/public/locales/en/Home.json b/products/ASC.Files/Client/public/locales/en/Home.json index ca6c53c5f4..4af04381c9 100644 --- a/products/ASC.Files/Client/public/locales/en/Home.json +++ b/products/ASC.Files/Client/public/locales/en/Home.json @@ -13,7 +13,6 @@ "CopyItem": "{{title}} copied", "CopyItems": "{{qty}} elements copied", "Document": "Document", - "Duplicate": "Create a copy", "EmptyFile": "Empty file", "EmptyFilterDescriptionText": "No files or folders match this filter. Try a different one or clear filter to view all files. ", "EmptyFilterSubheadingText": "No files to be displayed for this filter here", diff --git a/products/ASC.Files/Client/public/locales/en/Translations.json b/products/ASC.Files/Client/public/locales/en/Translations.json index bada2e3812..1b81171bac 100644 --- a/products/ASC.Files/Client/public/locales/en/Translations.json +++ b/products/ASC.Files/Client/public/locales/en/Translations.json @@ -4,7 +4,6 @@ "ButtonShareAccess": "Sharing Settings", "ConnectingAccount": "Connecting account", "Copy": "Copy", - "CopyOperation": "Copying", "CreateMasterFormFromFile": "Create Form Template from file", "DeleteFromTrash": "Selected elements were successfully deleted from Trash", "DeleteOperation": "Deleting", @@ -39,7 +38,6 @@ "NewFormFile": "Form from text file", "OwnerChange": "Change owner", "Presentations": "Presentations", - "Restore": "Restore", "Spreadsheets": "Spreadsheets", "SubNewForm": "Blank", "SubNewFormFile": "From text file", @@ -55,4 +53,4 @@ "TypeTitleSkyDrive": "OneDrive", "TypeTitleWebDav": "WebDAV", "TypeTitleYandex": "Yandex.Disk" -} \ No newline at end of file +} diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index 1fbd05fa48..a3a51bc28e 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -19,6 +19,7 @@ "Confirmation": "Confirmation", "ContinueButton": "Continue", "CopyEmailAndPassword": "Copy email and password", + "CopyOperation": "Copying", "CountPerPage": "{{count}} per page", "Create": "Create", "Culture_az": "Azerbaijani (Latin, Azerbaijan)", @@ -50,6 +51,7 @@ "Culture_uk": "Ukrainian (Ukraine)", "Culture_vi": "Vietnamese (Vietnam)", "Culture_zh-CN": "Chinese (Simplified, PRC)", + "Duplicate": "Create a copy", "Delete": "Delete", "Department": "Department", "DirectionAscLabel": "A-Z", @@ -104,6 +106,7 @@ "ProviderNotConnected": "Provider is not connected to your account", "RequiredField": "Required field", "ResetApplication": "Reset application", + "Restore": "Restore", "Review": "Review", "Role": "Role", "SaveButton": "Save", @@ -133,4 +136,4 @@ "View": "View", "ViewWeb": "View web version", "Warning": "Warning" -} \ No newline at end of file +}