From 34e1f835fe135ea94fa4b2518c2fbd3db7c4828e Mon Sep 17 00:00:00 2001 From: Tatiana Lopaeva Date: Thu, 10 Mar 2022 16:36:25 +0300 Subject: [PATCH] Web: Moved translations to Common file (pt-BR). --- products/ASC.Files/Client/public/locales/pt-BR/Home.json | 1 - .../ASC.Files/Client/public/locales/pt-BR/Translations.json | 4 +--- public/locales/pt-BR/Common.json | 5 ++++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/products/ASC.Files/Client/public/locales/pt-BR/Home.json b/products/ASC.Files/Client/public/locales/pt-BR/Home.json index b26eab7fc8..517cfc2a78 100644 --- a/products/ASC.Files/Client/public/locales/pt-BR/Home.json +++ b/products/ASC.Files/Client/public/locales/pt-BR/Home.json @@ -13,7 +13,6 @@ "CopyItem": "{{title}} copiado", "CopyItems": "{{qty}} elementos copiados", "Document": "Documento", - "Duplicate": "Criar uma cópia", "EmptyFile": "Arquivo vazio", "EmptyFilterDescriptionText": "Nenhum arquivo ou pasta corresponde a este filtro. Tente um filtro diferente ou transparente para visualizar todos os arquivos. ", "EmptyFilterSubheadingText": "Não há arquivos a serem exibidos para este filtro aqui", diff --git a/products/ASC.Files/Client/public/locales/pt-BR/Translations.json b/products/ASC.Files/Client/public/locales/pt-BR/Translations.json index 0c3510ffd5..4519413722 100644 --- a/products/ASC.Files/Client/public/locales/pt-BR/Translations.json +++ b/products/ASC.Files/Client/public/locales/pt-BR/Translations.json @@ -4,7 +4,6 @@ "ButtonShareAccess": "Configurações de compartilhamento", "ConnectingAccount": "Conectando conta", "Copy": "Copiar", - "CopyOperation": "Copiando", "CreateMasterFormFromFile": "Criar modelo de formulário do arquivo", "DeleteFromTrash": "Os elementos selecionados foram excluídos com sucesso do Lixo", "DeleteOperation": "Excluindo", @@ -39,7 +38,6 @@ "NewFormFile": "Formulário do arquivo", "OwnerChange": "Alterar proprietário", "Presentations": "Apresentações ", - "Restore": "Restaurar", "Spreadsheets": "Planilhas", "SubNewForm": "Branco", "SubNewFormFile": "De um arquivo de texto", @@ -55,4 +53,4 @@ "TypeTitleSkyDrive": "OneDrive", "TypeTitleWebDav": "WebDAV", "TypeTitleYandex": "Yandex.Disk" -} \ No newline at end of file +} diff --git a/public/locales/pt-BR/Common.json b/public/locales/pt-BR/Common.json index b1a7dd9d32..cbd6a8ccec 100644 --- a/public/locales/pt-BR/Common.json +++ b/public/locales/pt-BR/Common.json @@ -19,6 +19,7 @@ "Confirmation": "Confirmação", "ContinueButton": "Continue", "CopyEmailAndPassword": "Copiar e-mail e senha", + "CopyOperation": "Copiando", "CountPerPage": "{{count}} por página", "Create": "Criar", "Culture_az": "Azerbaijão (Latim, Azerbaijão)", @@ -50,6 +51,7 @@ "Culture_uk": "Ucraniano (Ucrânia)", "Culture_vi": "Vietnamita (Vietnã)", "Culture_zh-CN": "Chinês (Simplificado, PRC)", + "Duplicate": "Criar uma cópia", "Delete": "Excluir", "Department": "Departamento", "DirectionAscLabel": "A-Z", @@ -104,6 +106,7 @@ "ProviderNotConnected": "O provedor não está conectado à sua conta", "RequiredField": "Campo obrigatório", "ResetApplication": "Redefinir aplicativo", + "Restore": "Restaurar", "Review": "Revisão", "Role": "Função", "SaveButton": "Salvar", @@ -133,4 +136,4 @@ "View": "Ver", "ViewWeb": "Veja a versão web", "Warning": "Aviso" -} \ No newline at end of file +}