diff --git a/sdkjs-plugins/content/apertium/config.json b/sdkjs-plugins/content/apertium/config.json index c76596bd..f437d99a 100644 --- a/sdkjs-plugins/content/apertium/config.json +++ b/sdkjs-plugins/content/apertium/config.json @@ -4,6 +4,7 @@ "ru": "Apertium", "fr": "Apertium", "es": "Apertium", + "pt-BR": "Apertium", "de": "Apertium" }, "guid": "asc.{9b224050-2354-4c1b-822b-03a97f61c79d}", @@ -16,6 +17,7 @@ "ru": "Быстро переводите слова и предложения с помощью сервиса Apertium.", "fr": "Traduisez rapidement des mots et des phrases avec Apertium.", "es": "Traduzca rápidamente palabras y frases con Apertium.", + "pt-BR": "Traduza palavras e frases rapidamente usando Apertium.", "de": "Übersetzen Sie Wörter und Sätze schnell mit Apertium." }, "url": "index.html", diff --git a/sdkjs-plugins/content/apertium/translations/langs.json b/sdkjs-plugins/content/apertium/translations/langs.json index 087dac67..cc2cbccc 100644 --- a/sdkjs-plugins/content/apertium/translations/langs.json +++ b/sdkjs-plugins/content/apertium/translations/langs.json @@ -8,5 +8,6 @@ "nl-NL", "pt-PT", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/apertium/translations/pt-BR.json b/sdkjs-plugins/content/apertium/translations/pt-BR.json new file mode 100644 index 00000000..768b7153 --- /dev/null +++ b/sdkjs-plugins/content/apertium/translations/pt-BR.json @@ -0,0 +1,8 @@ +{ + "Enter text manually": "Inserir texto manualmente", + "Hide field": "Ocultar campo", + "Translating...": "Traduzindo...", + "Loading languages...": "Carregando idiomas", + "Copy": "Cópia de", + "Insert to document": "Inserir no documento" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/autocomplete/config.json b/sdkjs-plugins/content/autocomplete/config.json index e5af087d..2a16147f 100644 --- a/sdkjs-plugins/content/autocomplete/config.json +++ b/sdkjs-plugins/content/autocomplete/config.json @@ -4,6 +4,7 @@ "ru": "Autocomplete", "fr": "Autocomplete", "es": "Autocomplete", + "pt-BR": "Preenchimento automático", "de": "Autocomplete" }, "guid" : "asc.{A103601F-FDA0-418A-BC37-A514031894C0}", @@ -16,6 +17,7 @@ "ru": "Используйте ассистент набора текста при работе в редакторе.", "fr": "Utilisez un assistant de saisie pendant que vous tapez dans les éditeurs.", "es": "Utilice un asistente de entrada mientras escribe en los editores.", + "pt-BR": "Use um assistente de entrada enquanto digita nos editores.", "de": "Verwenden Sie einen Assistenten bei der Eingabe in den Editoren." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/chess/config.json b/sdkjs-plugins/content/chess/config.json index e6382253..a46a11f6 100644 --- a/sdkjs-plugins/content/chess/config.json +++ b/sdkjs-plugins/content/chess/config.json @@ -4,6 +4,7 @@ "ru": "Шахматы", "fr": "Échecs", "es": "Ajedrez", + "pt-BR": "Xadrez", "de": "Schach" }, "guid": "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}", @@ -16,6 +17,7 @@ "ru": "Играйте в шахматы с другими пользователями прямо в редакторах.", "fr": "Jouez aux échecs avec vos collaborateurs directement dans les éditeurs.", "es": "Juegue al ajedrez con otros colaboradores directamente en los editores.", + "pt-BR": "Jogue xadrez com outros colaboradores diretamente nos editores.", "de": "Spielen Sie Schach mit anderen Mitautoren direkt in den Editoren." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/deepl/config.json b/sdkjs-plugins/content/deepl/config.json index 0f1c62e9..8c33a13f 100644 --- a/sdkjs-plugins/content/deepl/config.json +++ b/sdkjs-plugins/content/deepl/config.json @@ -4,6 +4,7 @@ "ru": "DeepL", "fr": "DeepL", "es": "DeepL", + "pt-BR": "DeepL", "de": "DeepL" }, "guid": "asc.{b78a062b-e349-4634-8a44-99825600d299}", @@ -16,6 +17,7 @@ "ru": "Переводите текст на другие языки с помощью сервиса DeepL.", "fr": "Traduisez un texte sélectionné dans d’autres langues avec DeepL.", "es": "Traduzca el texto seleccionado a otros idiomas utilizando DeepL.", + "pt-BR": "Traduza o texto selecionado para outros idiomas usando DeepL.", "de": "Übersetzen Sie den ausgewählten Text in andere Sprachen mit DeepL." }, "url": "index.html", diff --git a/sdkjs-plugins/content/deepl/translations/langs.json b/sdkjs-plugins/content/deepl/translations/langs.json index 087dac67..258bfd52 100644 --- a/sdkjs-plugins/content/deepl/translations/langs.json +++ b/sdkjs-plugins/content/deepl/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/deepl/translations/pt-BR.json b/sdkjs-plugins/content/deepl/translations/pt-BR.json new file mode 100644 index 00000000..02ce2bba --- /dev/null +++ b/sdkjs-plugins/content/deepl/translations/pt-BR.json @@ -0,0 +1,13 @@ +{ + "To use DeepL, subscribe to DeepL API plan in the official DeepL website. Copy the API key and insert it in the specified field.": "Para usar o DeepL, assine o plano API do DeepL no site oficial do DeepL. Copie a chave da API e insira-a no campo especificado.", + "Learn more here.": "Saiba mais aqui.", + "Save": "Salvar", + "Target language": "Idioma de destino", + "Enter text manually": "Inserir texto manualmente", + "Hide field": "Ocultar campo", + "Translating...": "Traduzindo...", + "Loading languages...": "Carregando idiomas...", + "Copy": "Cópia de", + "Insert to document": "Inserir no documento", + "Reconfigure API key": "Reconfigurar chave API" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/doc2md/config.json b/sdkjs-plugins/content/doc2md/config.json index 69d3b435..088218da 100644 --- a/sdkjs-plugins/content/doc2md/config.json +++ b/sdkjs-plugins/content/doc2md/config.json @@ -4,6 +4,7 @@ "ru": "Doc2md", "fr": "Doc2md", "es": "Doc2md", + "pt-BR": "Doc2md", "de": "Doc2md" }, "guid": "asc.{5aff455d-96c4-4bd8-9658-16e5bc143738}", @@ -16,6 +17,7 @@ "ru": "Преобразуйте отформатированные документы в Markdown или HTML.", "fr": "Convertissez votre document mis en forme en Markdown ou HTML.", "es": "Convierta sus documentos formateados a Markdown o HTML.", + "pt-BR": "Converta seus documentos formatados para Markdown ou HTML.", "de": "Konvertieren Sie formatierte Dokumente in Markdown oder HTML.", "cs": "Převeďte své formátované dokumenty na Markdown nebo HTML." }, diff --git a/sdkjs-plugins/content/doc2md/translations/langs.json b/sdkjs-plugins/content/doc2md/translations/langs.json index 087dac67..258bfd52 100644 --- a/sdkjs-plugins/content/doc2md/translations/langs.json +++ b/sdkjs-plugins/content/doc2md/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/doc2md/translations/pt-BR.json b/sdkjs-plugins/content/doc2md/translations/pt-BR.json new file mode 100644 index 00000000..85271a45 --- /dev/null +++ b/sdkjs-plugins/content/doc2md/translations/pt-BR.json @@ -0,0 +1,14 @@ +{ + "Copy": "Copiar", + "Show settings": "Exibir configurações", + "Hide settings": "Ocultar configurações", + "Render HTML tags": "Renderizar tags HTML", + "Demote headings (H1 → H2, etc.)": "Rebaixar títulos (H1 → H2, etc.)", + "HTML headings/IDs": "Títulos/IDs HTML", + "Create base64 images": "Criar imagens base64", + "Suppress top comment": "Suprimir comentário principal", + "Help": "Escolha Markdown ou HTML.\n* Padrão: converter o documento inteiro.\n* Selecione o texto para limitar o escopo.", + "Text was copied to buffer!": "O texto foi copiado para o buffer!", + "Convert to Markdown or HTML": "Converter para Markdown ou HTML", + "Preview": "Pré-visualização" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/drawio/config.json b/sdkjs-plugins/content/drawio/config.json index 88608ca3..ccb8a3c6 100644 --- a/sdkjs-plugins/content/drawio/config.json +++ b/sdkjs-plugins/content/drawio/config.json @@ -4,6 +4,7 @@ "ru": "draw.io", "fr": "draw.io", "es": "draw.io", + "pt-BR": "draw.io", "de": "draw.io" }, "guid": "asc.{DB38923B-A8C0-4DE9-8AEE-A61BB5C901A5}", @@ -16,6 +17,7 @@ "ru": "Создавайте, редактируйте и добавляйте в документы различные диаграммы.", "fr": "Créez, modifiez et insérez des diagrammes professionnels dans vos documents.", "es": "Cree, edite e inserte diagramas de aspecto profesional en sus documentos.", + "pt-BR": "Crie, edite e insira diagramas com aparência profissional em seus documentos.", "de": "Erstellen, bearbeiten und fügen Sie professionelle Diagramme in Ihre Dokumente ein." }, "url": "index.html", diff --git a/sdkjs-plugins/content/drawio/translations/langs.json b/sdkjs-plugins/content/drawio/translations/langs.json index e818be41..739a6890 100644 --- a/sdkjs-plugins/content/drawio/translations/langs.json +++ b/sdkjs-plugins/content/drawio/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/drawio/translations/pt-BR.json b/sdkjs-plugins/content/drawio/translations/pt-BR.json new file mode 100644 index 00000000..9cfecffa --- /dev/null +++ b/sdkjs-plugins/content/drawio/translations/pt-BR.json @@ -0,0 +1,5 @@ +{ + "Loading" : "Carregando", + "Click on diagram to edit." : "Clique no diagrama para editar.", + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/easybib/config.json b/sdkjs-plugins/content/easybib/config.json index 77125582..56c54a1e 100644 --- a/sdkjs-plugins/content/easybib/config.json +++ b/sdkjs-plugins/content/easybib/config.json @@ -4,6 +4,7 @@ "ru": "EasyBib", "fr": "EasyBib", "es": "EasyBib", + "pt-BR": "EasyBib", "de": "EasyBib" }, "guid" : "asc.{c9d216a5-4f1a-49f2-9ff0-67c510a73523}", @@ -15,6 +16,7 @@ "ru": "Добавляйте библиографии в свои документы (требуется облако ONLYOFFICE).", "fr": "Générez des citations et créez des bibliographies dans vos documents (compatible avec le cloud ONLYOFFICE).", "es": "Genere citas y cree bibliografías en sus documentos (compatible con la nube de ONLYOFFICE).", + "pt-BR": "Gere citações e crie bibliografias em seus documentos (compatível com a nuvem ONLYOFFICE).", "de": "Generieren Sie Zitate und erstellen Sie Bibliografien in Ihren Dokumenten (kompatibel mit ONLYOFFICE in der Cloud)." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/easybib/translations/langs.json b/sdkjs-plugins/content/easybib/translations/langs.json index 6fce2b24..bf0bc933 100644 --- a/sdkjs-plugins/content/easybib/translations/langs.json +++ b/sdkjs-plugins/content/easybib/translations/langs.json @@ -8,5 +8,6 @@ "it-IT", "ja-JP", "nl-NL", + "pt-BR", "ru-RU" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/easybib/translations/pt-BR.json b/sdkjs-plugins/content/easybib/translations/pt-BR.json new file mode 100644 index 00000000..e13d3a5d --- /dev/null +++ b/sdkjs-plugins/content/easybib/translations/pt-BR.json @@ -0,0 +1,14 @@ +{ + "Book": "Livro", + "Journal Article": "Artigo de jornal", + "Website": "Local na rede Internet", + "Search": "Procurar", + "Search result": "Resultado da pesquisa", + "Back to bibliography": "Voltar à bibliografia", + "Bibliography": "Bibliografia", + "Style": "Estilo", + "Add Bibliography to Doc": "Adicionar bibliografia ao documento", + "Enter book title": "Insira o título do livro", + "Enter journal article": "Inserir artigo de jornal", + "Enter website url": "Insira o URL do site" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/glavred/config.json b/sdkjs-plugins/content/glavred/config.json index c36e414f..4fd8aea2 100644 --- a/sdkjs-plugins/content/glavred/config.json +++ b/sdkjs-plugins/content/glavred/config.json @@ -4,6 +4,7 @@ "ru": "Главред", "fr": "Glavred", "es": "Glavred", + "pt-BR": "Glavred", "de": "Glavred" }, "guid" : "asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}", @@ -17,6 +18,7 @@ "ru": "Очистите текст от словесного мусора и проверьте его на соответствие информационному стилю.", "fr": "Rendez votre texte plus informatif et clair (convient pour les textes en russe).", "es": "Haga que su texto sea más informativo y claro (adecuado cuando trabaje con textos en ruso).", + "pt-BR": "Torne seu texto mais informativo e claro (adequado ao trabalhar com textos em russo).", "de": "Machen Sie Ihren Text informativer und deutlicher (geeignet für die Arbeit mit Texten auf Russisch)." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/grammalecte/config.json b/sdkjs-plugins/content/grammalecte/config.json index 370fcc45..d2aa82fc 100644 --- a/sdkjs-plugins/content/grammalecte/config.json +++ b/sdkjs-plugins/content/grammalecte/config.json @@ -4,6 +4,7 @@ "ru": "Grammalecte", "fr": "Grammalecte", "es": "Grammalecte", + "pt-BR": "Grammalecte", "de": "Grammalecte" }, "guid": "asc.{6ef67492-a111-4ca5-bd4f-bf02645afc61}", @@ -16,6 +17,7 @@ "ru": "Быстро исправляйте грамматические и стилистические ошибки в текстах на французском языке.", "fr": "Corrigez rapidement les fautes de grammaire et de style dans les textes en français.", "es": "Corrija rápidamente los errores gramaticales y de estilo de los textos en francés.", + "pt-BR": "Corrija rapidamente erros gramaticais e de estilo em textos em francês.", "de": "Korrigieren Sie schnell Grammatik- und Stilfehler in französischen Texten." }, "url": "index.html", diff --git a/sdkjs-plugins/content/grammalecte/translations/langs.json b/sdkjs-plugins/content/grammalecte/translations/langs.json index 087dac67..258bfd52 100644 --- a/sdkjs-plugins/content/grammalecte/translations/langs.json +++ b/sdkjs-plugins/content/grammalecte/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/grammalecte/translations/pt-BR.json b/sdkjs-plugins/content/grammalecte/translations/pt-BR.json new file mode 100644 index 00000000..f2d41f74 --- /dev/null +++ b/sdkjs-plugins/content/grammalecte/translations/pt-BR.json @@ -0,0 +1,5 @@ +{ + "Checking...": "Verificando...", + "Check": "Verificar", + "Insert to document": "Inserir no documento" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/highlightcode/config.json b/sdkjs-plugins/content/highlightcode/config.json index 014e6729..66943e99 100644 --- a/sdkjs-plugins/content/highlightcode/config.json +++ b/sdkjs-plugins/content/highlightcode/config.json @@ -5,6 +5,7 @@ "de": "Code hervorheben", "es": "Resaltar el código", "fr": "Code en surbrillance", + "pt-BR": "Highlight code", "ru": "Подсветка кода", "si": "පර්යාය කෝෂය" }, @@ -38,6 +39,7 @@ "de": "Heben Sie die Codesyntax hervor, indem Sie die gewünschte Sprache, den Stil und die Hintergrundfarbe auswählen.", "es": "Resalte la sintaxis del código seleccionando el idioma, el estilo y el color de fondo necesarios.", "fr": "Mettez en évidence la syntaxe du code en sélectionnant la langue, le style et la couleur de l'arrière-plan.", + "pt-BR": "Destaque a sintaxe do código selecionando o idioma, estilo e cor de fundo necessários.", "ru": "Оформите синтаксис кода, выбрав необходимый язык, стиль и цвет фона.", "si": "වුවමනා භාෂාව, මෝස්තරය සහ පසුබිමේ වර්ණය තේරීමෙන් කේතයේ පදඝටනාව (පද ගැළපුම) උද්දීපනය කරන්න." }, diff --git a/sdkjs-plugins/content/highlightcode/translations/langs.json b/sdkjs-plugins/content/highlightcode/translations/langs.json index faddffc7..eb56b26a 100644 --- a/sdkjs-plugins/content/highlightcode/translations/langs.json +++ b/sdkjs-plugins/content/highlightcode/translations/langs.json @@ -5,6 +5,7 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "si-SI", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/highlightcode/translations/pt-BR.json b/sdkjs-plugins/content/highlightcode/translations/pt-BR.json new file mode 100644 index 00000000..47db4c62 --- /dev/null +++ b/sdkjs-plugins/content/highlightcode/translations/pt-BR.json @@ -0,0 +1,15 @@ +{ + "Auto": "Automático", + "Language": "Linguagem", + "Highlight": "Destaque", + "Style": "Estilo", + "Tab replace": "Substituição de guia", + "Font settings": "Configurações de fonte", + "Use tabs": "Usar guias", + "2 spaces": "2 espaços", + "4 spaces": "4 espaços", + "Background": "Fundo", + "Format": "Formato", + "Available only for the following languages": "Disponível apenas para os seguintes idiomas", + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/html/config.json b/sdkjs-plugins/content/html/config.json index 93489cb7..b6841598 100644 --- a/sdkjs-plugins/content/html/config.json +++ b/sdkjs-plugins/content/html/config.json @@ -4,6 +4,7 @@ "ru": "HTML", "fr": "HTML", "es": "HTML", + "pt-BR": "HTML", "de": "HTML" }, "guid": "asc.{E581C417-3C80-4BC2-B42D-502850FDC1E7}", @@ -16,6 +17,7 @@ "ru": "Получите содержимое документа в виде HTML-кода с возможностью отредактировать полученный результат.", "fr": "Obtenez le contenu de votre document sous forme de code HTML, modifiez-le et collez-le dans le document.", "es": "Obtenga el contenido de su documento como código HTML, modifíquelo y péguelo de nuevo en el documento.", + "pt-BR": "Obtenha o conteúdo do seu documento como código HTML, modifique-o e cole-o novamente no documento.", "de": "Erhalten Sie den Inhalt Ihres Dokuments als HTML-Code, modifizieren und fügen Sie ihn wieder ins Dokument ein." }, "url": "index.html", diff --git a/sdkjs-plugins/content/html/translations/langs.json b/sdkjs-plugins/content/html/translations/langs.json index aaeaed3d..680a2f49 100644 --- a/sdkjs-plugins/content/html/translations/langs.json +++ b/sdkjs-plugins/content/html/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/html/translations/pt-BR.json b/sdkjs-plugins/content/html/translations/pt-BR.json new file mode 100644 index 00000000..4881548e --- /dev/null +++ b/sdkjs-plugins/content/html/translations/pt-BR.json @@ -0,0 +1,5 @@ +{ + "Paste into the document" : "Colar no documento", + "Copy" : "Cópia de", + "Clear" : "Claro" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/jitsi/config.json b/sdkjs-plugins/content/jitsi/config.json index 81bc17dc..f76ec003 100644 --- a/sdkjs-plugins/content/jitsi/config.json +++ b/sdkjs-plugins/content/jitsi/config.json @@ -4,6 +4,7 @@ "ru": "Jitsi", "fr": "Jitsi", "es": "Jitsi", + "pt-BR": "Jitsi", "de": "Jitsi" }, "guid" : "asc.{7645D461-84BC-4FB0-A42C-98118C14A1CD}", @@ -16,6 +17,7 @@ "ru": "Совершайте аудио- и видеозвонки прямо в редакторах с помощью Jitsi.", "fr": "Organisez des appels audio et vidéo dans les éditeurs avec Jitsi.", "es": "Realice llamadas de audio y vídeo directamente en los editores utilizando Jitsi.", + "pt-BR": "Faça chamadas de áudio e vídeo diretamente nos editores usando Jitsi.", "de": "Machen Sie Audio- und Videoanrufe gerade in den Editoren mit Jitsi." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/jitsi/translations/langs.json b/sdkjs-plugins/content/jitsi/translations/langs.json index aaeaed3d..680a2f49 100644 --- a/sdkjs-plugins/content/jitsi/translations/langs.json +++ b/sdkjs-plugins/content/jitsi/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/jitsi/translations/pt-BR.json b/sdkjs-plugins/content/jitsi/translations/pt-BR.json new file mode 100644 index 00000000..08248f41 --- /dev/null +++ b/sdkjs-plugins/content/jitsi/translations/pt-BR.json @@ -0,0 +1,7 @@ +{ + "Start": "Começar", + "Stop" : "Parar", + "Room name" : "Nome da sala", + "Domain" : "Domínio", + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/languagetool/config.json b/sdkjs-plugins/content/languagetool/config.json index 0dfc4dad..c5b35e42 100644 --- a/sdkjs-plugins/content/languagetool/config.json +++ b/sdkjs-plugins/content/languagetool/config.json @@ -4,6 +4,7 @@ "ru": "LanguageTool", "fr": "LanguageTool", "es": "LanguageTool", + "pt-BR": "LanguageTool", "de": "LanguageTool" }, "guid": "asc.{7CDB02C9-A0BF-4B56-9A1A-71C860B8498F}", @@ -16,6 +17,7 @@ "ru": "Исправляйте орфографические, грамматические и стилистические ошибки в ваших документах.", "fr": "Améliorez l'orthographe, la grammaire et le style de vos textes.", "es": "Mejore la ortografía, la gramática y el estilo de sus textos.", + "pt-BR": "Melhore a ortografia, a gramática e o estilo dos seus textos.", "de": "Verbessern Sie Rechtschreibung, Grammatik und Stil in Ihren Texten." }, "url": "index.html", diff --git a/sdkjs-plugins/content/languagetool/translations/langs.json b/sdkjs-plugins/content/languagetool/translations/langs.json index 087dac67..258bfd52 100644 --- a/sdkjs-plugins/content/languagetool/translations/langs.json +++ b/sdkjs-plugins/content/languagetool/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/languagetool/translations/pt-BR.json b/sdkjs-plugins/content/languagetool/translations/pt-BR.json new file mode 100644 index 00000000..64c02357 --- /dev/null +++ b/sdkjs-plugins/content/languagetool/translations/pt-BR.json @@ -0,0 +1,8 @@ +{ + "Checking...": "Verificando...", + "Check": "Verificar", + "Insert to document": "Inserir no documento", + "Dismiss": "Liberar", + "Clear": "Claro", + "Language": "Linguagem" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/macros/config.json b/sdkjs-plugins/content/macros/config.json index eba45ea4..a58a9d67 100644 --- a/sdkjs-plugins/content/macros/config.json +++ b/sdkjs-plugins/content/macros/config.json @@ -4,6 +4,7 @@ "ru": "Макросы", "fr": "Macros", "es": "Macros", + "pt-BR": "Macros", "de": "Makros", "si": "සාර්ව" }, @@ -21,6 +22,7 @@ "ru": "Автоматизируйте рутинные задачи и стандартизируйте документы с помощью макросов (работает на синтаксисе JavaScript).", "fr": "Automatisez vos tâches de routine et standardisez vos documents à l’aide des macros (la syntaxe du langage JavaScript est utilisée).", "es": "Automatice sus tareas rutinarias y estandarice los documentos mediante macros (se utiliza la sintaxis del lenguaje JavaScript).", + "pt-BR": "Automatize suas tarefas rotineiras e padronize documentos usando macros (é usada a sintaxe da linguagem JavaScript).", "de": "Automatisieren Sie Routineaufgaben und standardisieren Sie Dokumente mit Makros (die JavaScript-Syntax wird verwendet).", "si": "සාර්ව භාවිතයෙන් ඔබගේ දෛනික කාර්යන් ස්වයංක්‍රිය කරන්න සහ ලේඛන ප්‍රමිතියකට තබා ගන්න (ජාවාස්ක්‍රිප්ට් භාෂා පද ගැළපුම් භාවිතා වේ)." }, diff --git a/sdkjs-plugins/content/macros/translations/langs.json b/sdkjs-plugins/content/macros/translations/langs.json index faddffc7..eb56b26a 100644 --- a/sdkjs-plugins/content/macros/translations/langs.json +++ b/sdkjs-plugins/content/macros/translations/langs.json @@ -5,6 +5,7 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "si-SI", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/macros/translations/pt-BR.json b/sdkjs-plugins/content/macros/translations/pt-BR.json new file mode 100644 index 00000000..6d5c6271 --- /dev/null +++ b/sdkjs-plugins/content/macros/translations/pt-BR.json @@ -0,0 +1,10 @@ +{ + "New" : "Novo", + "Delete" : "Excluir", + "Rename" : "Renomear", + "Autostart" : "Começo automático", + "Run" : "Correr", + "Cancel" : "Cancelar", + "Macros" : "Macros", + "Title" : "O nome não deve ser nulo" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/mendeley/config.json b/sdkjs-plugins/content/mendeley/config.json index 943c2ebd..1fb81891 100644 --- a/sdkjs-plugins/content/mendeley/config.json +++ b/sdkjs-plugins/content/mendeley/config.json @@ -4,6 +4,7 @@ "ru": "Mendeley", "fr": "Mendeley", "es": "Mendeley", + "pt-BR": "Mendeley", "de": "Mendeley" }, "guid" : "asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9441}", @@ -16,6 +17,7 @@ "ru": "Работайте с библиографиями и цитированием, используя сервис Mendeley.", "fr": "Créez des bibliographies et insérez des citations avec Mendeley.", "es": "Cree bibliografías e inserte citas utilizando el servicio Mendeley.", + "pt-BR": "Criar bibliografias e inserir citações utilizando o serviço Mendeley.", "de": "Erstellen Sie Bibliografien und fügen Sie Zitate mit Mendeley ein." }, "url": "index.html", diff --git a/sdkjs-plugins/content/mendeley/translations/langs.json b/sdkjs-plugins/content/mendeley/translations/langs.json index 7a81960a..0e2f2a6e 100644 --- a/sdkjs-plugins/content/mendeley/translations/langs.json +++ b/sdkjs-plugins/content/mendeley/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/mendeley/translations/pt-BR.json b/sdkjs-plugins/content/mendeley/translations/pt-BR.json new file mode 100644 index 00000000..7cf80ceb --- /dev/null +++ b/sdkjs-plugins/content/mendeley/translations/pt-BR.json @@ -0,0 +1,26 @@ +{ + "Search in all literature:": "Pesquisar em toda a literatura", + "Nothing found in your library": "Nada encontrado em sua biblioteca", + "Nothing found": "Nada encontrado", + "Style is not selected": "O estilo não está selecionado", + "Language is not selected": "Idioma não selecionado", + "This plugin help you search references by author, title or year in your own library": "Este plugin ajuda você a pesquisar referências por autor, título ou ano em sua própria biblioteca", + "Login": "Conecte-se", + "Search references by author, title or year": "Pesquisar referências por autor, título ou ano", + "Cancel": "Cancelar", + "Insert Bibliography": "Inserir Bibliografia", + "Insert Link": "Inserir Link", + "Style": "Estilo", + "Enter style name": "Insira o nome do estilo", + "Language": "Linguagem", + "Open Mendeley website": "Abrir site Mendeley", + "Logout": "Sair", + "AppId is empty": "AppId está vazioе", + "Application ID": "ID do aplicativo", + "Reconfigure": "Reconfigurar", + "To use Mendeley, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.": "Para utilizar o Mendeley, cadastre este editor como um aplicativo. Copie o link e insira-o como URL de Redirecionamento no formulário que será aberto.", + "In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.": "No formulário, insira qualquer nome e descrição do aplicativo, aceite os Termos e Condições e gere um segredo. Insira o ID do aplicativo abaixo e salve-o.", + "Learn more here.": "Saiba mais aqui.", + "Save": "Salvar", + "Copy Link and Open Form": "Copiar link e abrir formulário" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/ocr/config.json b/sdkjs-plugins/content/ocr/config.json index 595f57e6..d82b6216 100644 --- a/sdkjs-plugins/content/ocr/config.json +++ b/sdkjs-plugins/content/ocr/config.json @@ -5,6 +5,7 @@ "fr": "Reconnaissance optique de caractères", "es": "Reconocimiento óptico de caracteres", "de": "OCR", + "pt-BR": "OCR", "si": "OCR" }, "guid": "asc.{440EBF13-9B19-4BD8-8621-05200E58140B}", @@ -18,6 +19,7 @@ "fr": "Reconnaissez le texte des images et des captures d'écran et insérez-le dans vos documents.", "es": "Reconozca el texto de imágenes y capturas de pantalla e insértelo en sus documentos.", "de": "Erkennen Sie Text auf Bildern und Screenshots und fügen Sie ihn in Ihre Dokumente ein.", + "pt-BR": "Reconheça texto de imagens e capturas de tela e insira-o em seus documentos.", "si": "ඡායාරූප සහ තිරසේයාවල අඩංගු පෙළ හඳුනාගෙන ඒවා ඔබගේ ලේඛන වලට ඇතුළු කරන්න." }, "url": "index.html", diff --git a/sdkjs-plugins/content/ocr/translations/langs.json b/sdkjs-plugins/content/ocr/translations/langs.json index faddffc7..ee756eb9 100644 --- a/sdkjs-plugins/content/ocr/translations/langs.json +++ b/sdkjs-plugins/content/ocr/translations/langs.json @@ -6,5 +6,6 @@ "ja-JA", "ru-RU", "si-SI", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/ocr/translations/pt-BR.json b/sdkjs-plugins/content/ocr/translations/pt-BR.json new file mode 100644 index 00000000..17df2477 --- /dev/null +++ b/sdkjs-plugins/content/ocr/translations/pt-BR.json @@ -0,0 +1,70 @@ +{ + "Tesseract.js lets recognize text in pictures (png, jpg)": "Tesseract.js permite reconhecer texto em imagens (png, jpg)", + "Choose language": "Escolha o seu idioma", + "Load File": "Carregar arquivo", + "English": "Inglês", + "Chinese": "Chinês", + "Russian": "Russo", + "Meme": "Memes", + "Thai": "Tailandês", + "German": "Alemão", + "Japanese": "Japonês", + "Spanish": "Espanhol", + "French": "Francês", + "Portuguese": "Inglês", + "Italian": "Italiano", + "Polish": "Polonês", + "Turkish": "Turco", + "Dutch": "Holandês", + "Arabic": "Árabe", + "Czech": "Tcheco", + "Korean": "Coreano", + "Swedish": "Sueco", + "Vietnamese": "Vietnamita", + "Romanian": "Romena", + "Greek": "Grego", + "Indonesian": "Indonésio", + "Hungarian": "Húngaro", + "Danish": "Dinamarquês", + "Bulgarian": "Búlgaro", + "Finnish": "Finlandês", + "Norwegian": "Norueguês", + "Ukrainian": "Ucraniano", + "Catalan": "Catalão", + "Croatian": "Croata", + "Hebrew": "Hebraico", + "Lithuanian": "Lituano", + "Slovenian": "Esloveno", + "Hindi": "Hindi", + "Bengali": "Bengali", + "Telugu": "Télugo", + "Tamil": "Tâmil", + "Kannada": "Kannada", + "Malayalam": "Malaiala", + "Tagalog": "Tagalo", + "Swahili": "Suaíli", + "Azerbaijani": "Azerbaijano", + "Belarusian": "Bielorrússia", + "Afrikaans": "Africâner", + "Albanian": "Albanês", + "Basque": "Basco", + "Esperanto": "Esperanto", + "Estonian": "Estónio", + "Galician": "Galego", + "Icelandic": "Islandês", + "Latvian": "Letão", + "Macedonian": "Macedônio", + "Malay": "Malaio", + "Maltese": "Maltês", + "Ancient Greek": "Grego antigo", + "Cherokee": "Cherokee", + "English (Old)": "Inglês (Antigo)", + "Frankish": "Franco", + "Math": "Matemática", + "Serbian (Latin)": "Sérvio (latim)", + "Slovak": "Eslovaco", + "Recognize": "Reconhecer", + "Tesseract.js Add-on": "Complemento Tesseract.js", + "Tesseract.js is a pure javascript version of the Tesseract OCR Engine that recognize English, Chinese, Russian, Meme and 60 other languages." : "Tesseract.js é uma versão javascript pura do Tesseract OCR Engine que reconhece inglês, chinês, russo, Meme e 60 outros idiomas.", + "Source code": "Código fonte" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/openai/config.json b/sdkjs-plugins/content/openai/config.json index 60de00a5..1b541a19 100644 --- a/sdkjs-plugins/content/openai/config.json +++ b/sdkjs-plugins/content/openai/config.json @@ -4,6 +4,7 @@ "ru": "ChatGPT", "fr": "ChatGPT", "es": "ChatGPT", + "pt-BR": "ChatGPT", "de": "ChatGPT" }, "guid": "asc.{9DC93CDB-B576-4F0C-B55E-FCC9C48DD007}", @@ -17,6 +18,7 @@ "ru": "Используйте чат-бот OpenAI для выполнения задач, связанных с пониманием или генерацией естественного языка или кода.", "fr": "Utilisez le chatbot OpenAI pour effectuer des tâches qui impliquent la compréhension ou la génération de langage naturel ou de code.", "es": "Utilice el chatbot OpenAI para realizar tareas que impliquen la comprensión o generación de lenguaje natural o de código.", + "pt-BR": "Use o chatbot OpenAI para realizar tarefas que envolvam compreensão ou geração de linguagem ou código natural.", "de": "Verwenden Sie den OpenAI-Chatbot, um Aufgaben auszuführen, die das Verstehen oder Generieren von natürlicher Sprache oder Code beinhalten.", "cs": "OpenAL API lze použít prakticky na jakýkoli úkol, který zahrnuje porozumění nebo generování přirozeného jazyka nebo kódu." }, diff --git a/sdkjs-plugins/content/openai/translations/langs.json b/sdkjs-plugins/content/openai/translations/langs.json index abbea815..9b067264 100644 --- a/sdkjs-plugins/content/openai/translations/langs.json +++ b/sdkjs-plugins/content/openai/translations/langs.json @@ -3,5 +3,6 @@ "de-DE", "es-ES", "fr-FR", + "pt-BR", "ru-RU" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/openai/translations/pt-BR.json b/sdkjs-plugins/content/openai/translations/pt-BR.json new file mode 100644 index 00000000..fc7a476d --- /dev/null +++ b/sdkjs-plugins/content/openai/translations/pt-BR.json @@ -0,0 +1,70 @@ +{ + "For using ChatGPT you should get an API key." : "Para usar ChatGPT você deve obter uma chave API.", + "Create API keys and copy in this field." : "Crie chaves de API e copie neste campo.", + "Go to" : "Vá para", + "Loading..." : "Carregando...", + "Api key saved successfully." : "Chave de API salva com sucesso.", + "Save" : "Salvar", + "Text analysis" : "Análise de texto", + "Summarize" : "Resumir", + "Keywords" : "Palavras-chave", + "Word analysis" : "Análise de palavras", + "Explain text in comment" : "Explicar texto no comentário", + "Explain text in hyperlink" : "Explicar o texto no hiperlink", + "Translate" : "Traduzir", + "Translate to French" : "Traduzir para Francês", + "Translate to English" : "Traduzir para o Inglês", + "Translate to German" : "Traduzir para Alemão", + "Translate to Chinese" : "Traduzir para Chinês", + "Translate to Japanese" : "Traduzir para Japonês", + "Translate to Russian" : "Traduzir para Russo", + "Translate to Korean" : "Traduzir para Coreano", + "Translate to Spanish" : "Traduza para Espanhol", + "Translate to Italian" : "Traduzir para Italiano", + "Generate image from text" : "Gerar imagem a partir de texto", + "Settings" : "Configurações", + "Maximum 8000 tokens are available." : "Máximo de 8.000 tokens estão disponíveis.", + "For work with this model we should save chat history and sent it into a request." : "Para trabalhar com este modelo devemos salvar o histórico do chat e enviá-lo em uma solicitação.", + "But we have a limit on the number of tokens in the request." : "Mas temos um limite no número de tokens na solicitação.", + "That's why sometimes you should clear your chat history." : "É por isso que às vezes você deve limpar seu histórico de bate-papo.", + "Clear history" : "Apagar o histórico", + "Tokens in the request about: " : "Tokens na solicitação sobre: ", + "Total tokens are used in last request: " : "Total de tokens são usados na última solicitação: ", + "Chat" : "Bater papo", + "The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code." : "O modelo que irá gerar a conclusão. Alguns modelos são adequados para tarefas de linguagem natural, outros são especializados em código.", + "Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the node will become deterministic and repetitive." : "Controla a aleatoriedade: a redução resulta em menos conclusões aleatórias. À medida que a temperatura se aproxima de zero, o nó se tornará determinístico e repetitivo.", + "The maximum number of tokens to generate in the completion." : "O número máximo de tokens a serem gerados na conclusão.", + "Up to four sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence." : "Até quatro sequências em que a API irá parar de gerar mais tokens. O texto retornado não conterá a sequência de parada.", + "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.": "Uma alternativa à amostragem com temperatura, chamada amostragem nuclear, onde o modelo considera os resultados dos tokens com massa de probabilidade top_p.", + "Submit" : "Enviar", + "Clear" : "Claro", + "Model" : "Modelo", + "Maximum length" : "Comprimento máximo", + "Temperature" : "Temperatura", + "Stop sequences" : "Parar sequências", + "This plugin doesn't work in Internet Explorer." : "Este plugin não funciona no Internet Explorer.", + "Tokens: " : "Tokens: ", + "Learn More" : "Saber mais", + "Show advanced settings" : "Mostrar configurações avançadas", + "Up to" : "Até", + "tokens in response." : "tokens em resposta.", + "Maximum " : "Máximo ", + "tokens are available." : "tokens estão disponíveis.", + "Because you are using: " : "Porque você está usando: ", + "tokens in your request." : "tokens em sua solicitação.", + "Custom request": "Solicitação personalizada", + "You exceeded your current quota, please check your plan and billing details." : "Você excedeu sua cota atual. Verifique seu plano e detalhes de cobrança.", + "Too many tokens in your request.": "Muitos tokens na sua solicitação.", + "Error:" : "Erro:", + "Generate image variation" : "Gerar variação de imagem", + "Thesaurus" : "Dicionário de sinônimos", + "Show hyperlink content" : "Mostrar conteúdo do hiperlink", + "Warning" : "Aviso", + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE", + "Fix spelling & grammar": "Corrigir ortografia e gramática", + "Rewrite differently": "Reescrever de forma diferente", + "Make longer": "Fazer mais", + "Make shorter": "Tornar mais curto", + "Make simpler": "Tornar mais simples", + "Invalid Api key or this service doesn't work in your region." : "Chave de API inválida ou este serviço não funciona em sua região." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/photoeditor/config.json b/sdkjs-plugins/content/photoeditor/config.json index ee043451..cf442ad1 100644 --- a/sdkjs-plugins/content/photoeditor/config.json +++ b/sdkjs-plugins/content/photoeditor/config.json @@ -4,6 +4,7 @@ "ru": "Фоторедактор", "fr": "Photo Editor", "es": "Editor de Fotos", + "pt-BR": "Editor de foto", "de": "Foto-Editor", "si": "ඡායාරූප සංස්කරකය" }, @@ -18,6 +19,7 @@ "ru": "Обрабатывайте картинки, скриншоты и фотографии прямо в документе: обрезайте, изменяйте размер, применяйте различные эффекты.", "fr": "Modifiez des images, des captures d’écran et des photos directement dans vos documents : coupez, ajustez, appliquez des effets.", "es": "Edite imágenes, capturas de pantalla y fotos directamente en sus documentos: recorte, cambie el tamaño y aplique efectos.", + "pt-BR": "Edite imagens, capturas de tela e fotos diretamente em seus documentos: corte, redimensione e aplique efeitos.", "de": "Bearbeiten Sie Bilder, Screenshots und Fotos direkt in Dokumenten: Zuschneiden, Größe ändern, Effekte anwenden.", "si": "ඔබගේ ලේඛනවල අඩංගු රූප, තිරසේයා සහ ඡායාරූප සංස්කරණය කරන්න. කප්පාදුව, යළි ප්‍රමාණනය, ආචරණ යෙදීම ආදිය ඇතුළත්ය." }, diff --git a/sdkjs-plugins/content/photoeditor/translations/langs.json b/sdkjs-plugins/content/photoeditor/translations/langs.json index 05e95c08..8ee9c082 100644 --- a/sdkjs-plugins/content/photoeditor/translations/langs.json +++ b/sdkjs-plugins/content/photoeditor/translations/langs.json @@ -5,6 +5,7 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "si-SI", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/photoeditor/translations/pt-BR.json b/sdkjs-plugins/content/photoeditor/translations/pt-BR.json new file mode 100644 index 00000000..3e4e6d49 --- /dev/null +++ b/sdkjs-plugins/content/photoeditor/translations/pt-BR.json @@ -0,0 +1,78 @@ +{ + "Photo Editor": "Editor de foto", + "Close": "Fechar", + "Image Editor Add-on": "Complemento do Editor de Imagens", + "The Creative SDK Image Editing component can be embedded in any website with just a few lines of Javascript, adding simple yet powerful image editing to an existing workflow.": "O componente Creative SDK Image Editing pode ser incorporado em qualquer site com apenas algumas linhas de Javascript, adicionando edição de imagem simples, porém poderosa, a um fluxo de trabalho existente.", + "Source code": "Código fonte", + "Sepia" : "Sépia", + "Blur" : "Desfoque", + "Emboss" : "Gravar", + "Invert" : "Inverter", + "Sepia2" : "Sépia2", + "Sharpen" : "Afiado", + "Remove White" : "Remover Branco", + "Threshold" : "Limite", + "Distance" : "Distância", + "Gradient transparency" : "Transparência gradiente", + "Value" : "Valor", + "Brightness" : "Brilho", + "Noise" : "Nós somos", + "Pixelate" : "Pixelar", + "Color Filter" : "Filtro de cor", + "Tint" : "Tonalidade", + "Multiply" : "Multiplicar", + "Blend" : "Mistura", + "Filter" : "Filtro", + "Mask" : "Mascarar", + "Text" : "Texto", + "Icon" : "Ícone", + "Shape" : "Forma", + "Draw" : "Empate", + "Rotate" : "Girar", + "Flip" : "Virar", + "Flip X" : "Inverter X", + "Flip Y" : "Inverter Y", + "Crop" : "Cortar", + "Delete all" : "Excluir tudo", + "Delete" : "Excluir", + "Reset" : "Reiniciar", + "Redo" : "Refazer", + "Undo" : "Desfazer", + "Load Mask Image" : "Carregar imagem da máscara", + "Apply" : "Aplicar", + "Cancel": "Cancelar", + "Bold" : "Audacioso", + "Italic" : "Itálico", + "Underline" : "Sublinhado", + "Left" : "Esquerda", + "Center" : "Centro", + "Right" : "Certo", + "Color" : "Cor", + "Text size" : "Tamanho do texto", + "Arrow" : "Seta", + "Star" : "Estrela", + "Star-1" : "Estrela-1", + "Star-2" : "Estrela-2", + "Polygon" : "Polígono", + "Location" : "Localização", + "Heart" : "Coração", + "Bubble" : "Bolha", + "Custom icon" : "Ícone personalizado", + "Rectangle" : "Retângulo", + "Circle" : "Círculo", + "Triangle" : "Triângulo", + "Fill" : "Preencher", + "Stroke" : "AVC", + "Free" : " Livre", + "Straight" : "Direto", + "Range" : "Faixa", + "Custom" : "Personalizado", + "Square" : "Quadrado", + "Grayscale" : "Tons de cinza", + "Resize" : "Redimensionar", + "Width" : "Largura", + "Height" : "Altura", + "Lock Aspect Ratio" : "Bloquear proporção de aspecto", + "Hand" : "Mão", + "History" : "História" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/rainbow/config.json b/sdkjs-plugins/content/rainbow/config.json index d729bfc8..93af0927 100644 --- a/sdkjs-plugins/content/rainbow/config.json +++ b/sdkjs-plugins/content/rainbow/config.json @@ -4,6 +4,7 @@ "ru": "Rainbow", "fr": "Rainbow", "es": "Rainbow", + "pt-BR": "Rainbow", "de": "Rainbow" }, "guid": "asc.{0743b63f-cb32-438c-b46b-81ce182ff4f7}", @@ -16,6 +17,7 @@ "ru": "Общайтесь в чате и совершайте звонки с помощью Rainbow.", "fr": "Communiquez via chat ou passez des appels avec Rainbow.", "es": "Intercambie mensajes instantáneos y realice llamadas con Rainbow.", + "pt-BR": "Troque mensagens instantâneas e faça chamadas usando Rainbow.", "de": "Tauschen Sie Sofortnachrichten aus und machen Sie Anrufe mit Rainbow." }, "url": "index.html", diff --git a/sdkjs-plugins/content/speech/config.json b/sdkjs-plugins/content/speech/config.json index f7948cf4..49b0dd3a 100644 --- a/sdkjs-plugins/content/speech/config.json +++ b/sdkjs-plugins/content/speech/config.json @@ -5,6 +5,7 @@ "cs": "Řeč", "de": "Rede", "es": "Habla", + "pt-BR": "Fala", "fr": "Parole", "it": "Discorso", "ja": "スピーチ", @@ -23,6 +24,7 @@ "ru": "Преобразуйте выделенный текст в речь.", "fr": "Convertissez le texte sélectionné en parole.", "es": "Convierta el texto seleccionado en voz.", + "pt-BR": "Converta o texto selecionado em fala.", "de": "Konvertieren Sie den ausgewählten Text in die Rede.", "uk": "Прочитайте виділений текст." }, diff --git a/sdkjs-plugins/content/speech/translations/langs.json b/sdkjs-plugins/content/speech/translations/langs.json index 1ade67c3..e44fc3f5 100644 --- a/sdkjs-plugins/content/speech/translations/langs.json +++ b/sdkjs-plugins/content/speech/translations/langs.json @@ -2,6 +2,7 @@ "cs-CS", "de-DE", "es-ES", + "pt-BR", "fr-FR", "it-IT", "ja-JA", diff --git a/sdkjs-plugins/content/speech/translations/pt-BR.json b/sdkjs-plugins/content/speech/translations/pt-BR.json new file mode 100644 index 00000000..b2a11ff9 --- /dev/null +++ b/sdkjs-plugins/content/speech/translations/pt-BR.json @@ -0,0 +1,4 @@ +{ + "Rate": "Avaliar", + "Pitch": "Tom" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/speechrecognition/config.json b/sdkjs-plugins/content/speechrecognition/config.json index d2b8f0d6..7fe90e59 100644 --- a/sdkjs-plugins/content/speechrecognition/config.json +++ b/sdkjs-plugins/content/speechrecognition/config.json @@ -4,6 +4,7 @@ "ru": "Голосовой ввод", "fr": "Saisie vocale", "es": "Entrada de voz", + "pt-BR": "Entrada de fala", "de": "Spracheingabe" }, "guid": "asc.{F30BDD79-23A0-4B05-8DE3-2AB77D03A1B4}", @@ -16,6 +17,7 @@ "ru": "Используйте распознавание речи и голосовой набор текста.", "fr": "Écrivez facilement avec votre voix en convertissant les mots prononcés en texte.", "es": "Escriba fácilmente con su voz convirtiendo las palabras habladas en texto.", + "pt-BR": "Digite facilmente com sua voz convertendo palavras faladas em texto.", "de": "Tippen Sie ganz einfach mit Ihrer Stimme, indem gesprochene Wörter in Text umgewandelt werden." }, "url": "index.html", diff --git a/sdkjs-plugins/content/speechrecognition/translations/langs.json b/sdkjs-plugins/content/speechrecognition/translations/langs.json index c4d531b1..1b2aec30 100644 --- a/sdkjs-plugins/content/speechrecognition/translations/langs.json +++ b/sdkjs-plugins/content/speechrecognition/translations/langs.json @@ -2,6 +2,7 @@ "cs-CZ", "de-DE", "es-ES", + "pt-BR", "fr-FR", "ru-RU" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/speechrecognition/translations/pt-BR.json b/sdkjs-plugins/content/speechrecognition/translations/pt-BR.json new file mode 100644 index 00000000..11bdcc10 --- /dev/null +++ b/sdkjs-plugins/content/speechrecognition/translations/pt-BR.json @@ -0,0 +1,4 @@ +{ + "Start dictation": "Iniciar ditado", + "Speak now": "Fale agora" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/telegram/config.json b/sdkjs-plugins/content/telegram/config.json index 87e3827f..adc22bab 100644 --- a/sdkjs-plugins/content/telegram/config.json +++ b/sdkjs-plugins/content/telegram/config.json @@ -4,6 +4,7 @@ "ru": "Telegram", "fr": "Telegram", "es": "Telegram", + "pt-BR": "Telegram", "de": "Telegram" }, "guid" : "asc.{E5773A43-F9B3-4E81-81D9-CE0A132470E7}", @@ -16,6 +17,7 @@ "ru": "Общайтесь с другими авторами в режиме реального времени в Telegram.", "fr": "Chattez avec vos co-auteurs en temps réel grâce au client Telegram intégré.", "es": "Chatee con los coautores en tiempo real utilizando el cliente integrado de Telegram.", + "pt-BR": "Converse com coautores em tempo real usando o cliente Telegram integrado.", "de": "Unterhalten Sie sich mit Mitautoren in Echtzeit über den integrierten Telegram-Client." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/telegram/translations/langs.json b/sdkjs-plugins/content/telegram/translations/langs.json index aaeaed3d..680a2f49 100644 --- a/sdkjs-plugins/content/telegram/translations/langs.json +++ b/sdkjs-plugins/content/telegram/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/telegram/translations/pt-BR.json b/sdkjs-plugins/content/telegram/translations/pt-BR.json new file mode 100644 index 00000000..34813f34 --- /dev/null +++ b/sdkjs-plugins/content/telegram/translations/pt-BR.json @@ -0,0 +1,4 @@ +{ + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE", + "This plugin does not work in the browser's incognito mode. Please switch to normal mode.": "Este plugin não funciona no modo de navegação anônima do navegador. Mude para o modo normal." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/termef/config.json b/sdkjs-plugins/content/termef/config.json index 631e882c..4509d42c 100644 --- a/sdkjs-plugins/content/termef/config.json +++ b/sdkjs-plugins/content/termef/config.json @@ -4,6 +4,7 @@ "ru": "TerMef", "fr": "TerMef", "es": "TerMef", + "pt-BR": "TerMef", "de": "TerMef" }, "guid": "asc.{4571a69c-7ae5-4f2c-98fd-97614ba7bf3d}", @@ -16,6 +17,7 @@ "ru": "TerMef", "fr": "TerMef", "es": "TerMef", + "pt-BR": "TerMef", "de": "TerMef" }, "url": "index.html", diff --git a/sdkjs-plugins/content/thesaurus/config.json b/sdkjs-plugins/content/thesaurus/config.json index 7bd155aa..9f5c3a3b 100644 --- a/sdkjs-plugins/content/thesaurus/config.json +++ b/sdkjs-plugins/content/thesaurus/config.json @@ -4,6 +4,7 @@ "ru": "Синонимы", "fr": "Thésaurus", "es": "Tesauro", + "pt-BR": "Thesaurus", "de": "Thesaurus", "si": "පර්යාය කෝෂය" }, @@ -17,6 +18,7 @@ "ru": "Находите синонимы и антонимы для выбранного слова.", "fr": "Recherchez les synonymes et les antonymes d'un mot et remplacez-le par le mot sélectionné.", "es": "Busque sinónimos y antónimos de una palabra y sustitúyala por la seleccionada.", + "pt-BR": "Pesquise sinônimos e antônimos de uma palavra e substitua pela selecionada.", "de": "Finden Sie Synonyme und Antonyme eines Wortes und ersetzen Sie es durch die ausgewählte Variante.", "si": "වචනයක සමාන පද සහ විරුද්ධ පද සොයා තෝරාගත් වචනයකට ප්‍රතිස්ථාපනය කරන්න." }, diff --git a/sdkjs-plugins/content/thesaurus/translations/langs.json b/sdkjs-plugins/content/thesaurus/translations/langs.json index faddffc7..ee756eb9 100644 --- a/sdkjs-plugins/content/thesaurus/translations/langs.json +++ b/sdkjs-plugins/content/thesaurus/translations/langs.json @@ -6,5 +6,6 @@ "ja-JA", "ru-RU", "si-SI", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/thesaurus/translations/pt-BR.json b/sdkjs-plugins/content/thesaurus/translations/pt-BR.json new file mode 100644 index 00000000..3c9cda93 --- /dev/null +++ b/sdkjs-plugins/content/thesaurus/translations/pt-BR.json @@ -0,0 +1,11 @@ +{ + "Synonym" : "Sinônimo", + "Lookup" : "Olho para cima", + "Search" : "Procurar", + "Title" : "Digite seu ApiKey", + "This word not found" : "Esta palavra não encontrada", + "Noun" : "Substantivo", + "Adjective" : "Adjetivo", + "Verb" : "Verbo", + "Antonyms" : "Antônimos" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/translator/config.json b/sdkjs-plugins/content/translator/config.json index 5ff0aeae..2d37e003 100644 --- a/sdkjs-plugins/content/translator/config.json +++ b/sdkjs-plugins/content/translator/config.json @@ -4,6 +4,7 @@ "ru": "Переводчик", "fr": "Traducteur", "es": "Traductor", + "pt-BR": "Tradutor", "de": "Übersetzer", "si": "පරිවර්තකය" }, @@ -17,6 +18,7 @@ "ru": "Переводите слова, предложения и абзацы на другие языки с помощью Google Translate.", "fr": "Traduisez le texte sélectionné dans d'autres langues avec Google Translate.", "es": "Traduzca el texto seleccionado a otros idiomas con el Traductor de Google.", + "pt-BR": "Traduza o texto selecionado para outros idiomas com o Google Translate.", "de": "Übersetzen Sie den ausgewählten Text in andere Sprachen mit Google Translate.", "si": "වචනයක සමාන පද සහ විරුද්ධ පද සොයා තෝරාගත් වචනයකට ප්‍රතිස්ථාපනය කරන්න." }, diff --git a/sdkjs-plugins/content/translator/translations/langs.json b/sdkjs-plugins/content/translator/translations/langs.json index faddffc7..ee756eb9 100644 --- a/sdkjs-plugins/content/translator/translations/langs.json +++ b/sdkjs-plugins/content/translator/translations/langs.json @@ -6,5 +6,6 @@ "ja-JA", "ru-RU", "si-SI", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/translator/translations/pt-BR.json b/sdkjs-plugins/content/translator/translations/pt-BR.json new file mode 100644 index 00000000..ed435e6a --- /dev/null +++ b/sdkjs-plugins/content/translator/translations/pt-BR.json @@ -0,0 +1,7 @@ +{ + "Copy" : "Cópia de", + "Insert": "Inserir", + "Select Language": "Selecione o idioma", + "This plugin doesn't work in Internet Explorer." : "Este plugin não funciona no Internet Explorer.", + "This plugin doesn't work in your region." : "Este plugin não funciona na sua região." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/typograf/config.json b/sdkjs-plugins/content/typograf/config.json index 286e96e2..549dde3a 100644 --- a/sdkjs-plugins/content/typograf/config.json +++ b/sdkjs-plugins/content/typograf/config.json @@ -4,6 +4,7 @@ "ru": "Типограф", "fr": "Typograf", "es": "Typograf", + "pt-BR": "Typograf", "de": "Typograf" }, "guid": "asc.{55159EC6-C91A-4DDB-8E1E-558454666461}", @@ -16,6 +17,7 @@ "ru": "Подготовьте свои тексты к публикации, исправив типографические ошибки.", "fr": "Préparez vos textes pour la publication en corrigeant la typographie.", "es": "Prepare sus textos para la publicación corrigiendo la tipografía.", + "pt-BR": "Prepare seus textos para publicação corrigindo a tipografia.", "de": "Bereiten Sie Ihre Texte für die Veröffentlichung vor, indem Sie Typografie korrigieren." }, "url": "index.html", diff --git a/sdkjs-plugins/content/typograf/translations/langs.json b/sdkjs-plugins/content/typograf/translations/langs.json index e2016035..fa0bb44e 100644 --- a/sdkjs-plugins/content/typograf/translations/langs.json +++ b/sdkjs-plugins/content/typograf/translations/langs.json @@ -17,6 +17,7 @@ "pl-PL", "ro-RO", "ru-RU", + "pt-BR", "sk-SK", "sl-SL", "sv-SV", diff --git a/sdkjs-plugins/content/typograf/translations/pt-BR.json b/sdkjs-plugins/content/typograf/translations/pt-BR.json new file mode 100644 index 00000000..ea4f0d45 --- /dev/null +++ b/sdkjs-plugins/content/typograf/translations/pt-BR.json @@ -0,0 +1,97 @@ +{ + "Placement of commas before “а” and “но”": "Colocação de vírgulas antes de \"а\" e \"но\"", + "Hyphen after “кое” and “кой”": "Hífen após \"кое\" e \"кой\"", + "Hyphen before “де”": "Hífen antes de \"де\"", + "Hyphen before “ка” and “кась”": "Hífen antes de \"ка\" e \"кась\"", + "Hyphen before “то”, “либо”, “нибудь”": "Hífen antes de «то», «либо», «нибудь»", + "Hyphen between “верно-таки” and etc.": "Hífen entre \"верно-таки\" etc.", + "Hyphen between “из-за”": "Hífen entre \"из-за\"", + "Hyphen between “из-под”": "Hífen entre \"из-под\"", + "m2 → м², m3 → м³ and non-breaking space": "м2 → м², м3 → м³ e espaço ininterrupto", + "г.г. → гг. and non-breaking space": "г.г. → гг. e espaço inquebrável", + "Non-breaking space after abbreviation «см.» and «им.»": "Espaço ininterrupto após a abreviatura «см.» e «им.»", + "Non-breaking space after “OOO, ОАО, ЗАО, НИИ, ПБОЮЛ”": "Espaço ininterrupto após \"OOO, ОАО, ЗАО, НИИ, ПБОЮЛ\"", + "Non-breaking space after “стр.”, “гл.”, “рис.”, “илл.”": "Espaço inseparável após \"стр.\", \"гл.\", \"рис.\", \"илл.\"", + "Non-breaking space before XXXX г. (2012 г.)": "Espaço ininterrupto antes de XXXX g. (2012 г.)", + "Non-breaking space between number and “тыс.”, “млн”, “млрд” and “трлн”": "Espaço inseparável entre o número e \"тыс.\", \"млн\", \"млрд\" e \"трлн\"", + "Non-breaking space in abbreviations, e.g. “т. д.”": "Espaço inseparável em abreviaturas, por exemplo \"т. д.\"", + "Not once. space before the “руб.” and “коп.”": "Nem uma vez. espaço antes do \"руб.\" e \"коп.\"", + "Placement of non-breaking space after “г.”, “обл.”, “ул.”, “пр.”, “кв.” et al.": "Colocação de espaço ininterrupto após \"г.\", \"обл.\", \"ул.\", \"пр.\", \"кв.\" e outros.", + "Remove spaces and extra points in “вв.”": "Remover espaços e pontos extras em \"вв.\"", + "Non-breaking space before “ли”, “ль”, “же”, “бы”, “б”": "Espaço inseparável antes de \"ли\", \"ль\", \"же\", \"бы\", \"б\"", + "Space between number and word “год”": "Espaço entre o número e a palavra \"год\"", + "Acronyms with a dash": "Siglas com travessão", + "Dash between days of one month": "Traço entre os dias de um mês", + "Dash between months": "Traço entre meses", + "Dash between the days of the week": "Traço entre os dias da semana", + "Dash in decade": "Traço em década", + "Dash in direct speech": "Traço em discurso direto", + "Dash in time intervals": "Traço em intervalos de tempo", + "Hyphen to dash in centuries": "Hífen para traço em séculos", + "Hyphen to dash in years": "Hífen para traço em anos", + "Replacement hyphen with dash": "Substituição do hífen por travessão", + "Binding of initials to the surname": "Vinculação de iniciais ao sobrenome", + "Non-breaking space in P. S. and P. P. S.": "Espaço ininterrupto em P.S. e P.P.S.", + "Non-breaking thin space after №": "Espaço fino inquebrável após №", + "Non-breaking space between number and month": "Espaço inseparável entre número e mês", + "Space after “...”, “!..” and “?..”": "Espaço após «...», «!..» e «?..»", + "Converting dates YYYY-MM-DD type DD.MM.YYYY": "Convertendo datas AAAA -MM-DD tipo DD.MM.AAAA", + "Currency symbol ($, €, ¥, Ұ, £ and ₤) after the number, $100 → 100 $": "Símbolo da moeda ($, €, ¥, Ұ , £ e ₤) após o número, $100 → 100 $", + "Commas in numbers": "Vírgulas em números", + "Replacement of Latin letters in Russian. Typos occur when you switch keyboard layouts": "Substituição de letras latinas em russo. Erros de digitação ocorrem quando você alterna o layout do teclado", + "Replacement capital letters to lowercase with addition of accent": "Substituição de letras maiúsculas por minúsculas com acréscimo de acento", + "Formatting phone numbers": "Formatando números de telefone", + "Correct text": "Texto correto", + "Hide advanced settings": "Ocultar configurações avançadas", + "Show advanced settings": "Mostrar configurações avançadas", + "Locale": "Localidade", + "Punctuation": "Pontuação", + "Placement of correct apostrophe": "Colocação do apóstrofo correto", + "Placement of quotation marks in texts": "Colocação de aspas em textos", + "Removal quotes outside a link": "Remover aspas fora de um link", + "Removing double punctuation": "Removendo pontuação dupla", + "Replacement of three points by ellipsis": "Substituição de três pontos por reticências", + "Dash and hyphen": "Traço e hífen", + "Replace hyphens surrounded by spaces with an em-dashen-US": "Substitua os hífens cercados por espaços por um travessão -US", + "Non-breaking space": "Espaço inquebrável", + "Non-breaking space after short word": "Espaço inseparável após palavra curta", + "Non-breaking space after §": "Espaço inseparável após §", + "Non-breaking space after ¶": "Espaço inseparável após ¶", + "Non-breaking space before last short word in sentence": "Espaço inseparável antes da última palavra curta da frase", + "Non-breaking space before lpi and dpi": "Espaço ininterrupto antes de lpi e dpi", + "Non-breaking space before number (maximum 2 digits) at end of sentence": "Espaço inseparável antes do número (máximo 2 dígitos) no final da frase", + "Non-breaking space between number and word": "Espaço inseparável entre número e palavra", + "Replace non-breaking space to normal space in tags nowrap and nobr": "Substitua o espaço ininterrupto pelo espaço normal nas tags nowrap e nobr", + "Replacing non-breaking space on normal before text correction": "Substituindo o espaço ininterrupto pelo normal antes da correção do texto", + "Space and line ending": "Espaço e final de linha", + "Remove duplicate line breaks": "Remover quebras de linha duplicadas", + "Remove extra spaces after opening and before closing bracket": "Remover espaços extras após abrir e antes de fechar o colchete", + "Remove extra spaces after opening and before closing square bracket": "Remover espaços extras após abrir e antes de fechar colchetes", + "Remove space before %, ‰ and ‱": "Remover espaço antes de %, ‰ e ‱", + "Remove spaces and line breaks at end of text": "Remover espaços e quebras de linha no final do texto", + "Remove spaces and line breaks in beginning of text": "Remover espaços e quebras de linha no início do texto", + "Remove spaces at end of line": "Remover espaços no final da linha", + "Remove spaces at start of line": "Remover espaços no início da linha", + "Remove spaces before punctuation": "Remover espaços antes da pontuação", + "Removing duplicate spaces between characters": "Removendo espaços duplicados entre caracteres", + "Replacement of tab to 4 spaces": "Substituição da tabulação por 4 espaços", + "Space before opening bracket": "Espaço antes de abrir colchete", + "Space after punctuation": "Espaço após pontuação", + "Escaping HTML": "Escapando HTML", + "Placement of links": "Colocação de links", + "Placement of links for e-mail": "Colocação de links para e-mail", + "Placement of paragraph": "Colocação do parágrafo", + "Processing HTML attributes": "Processando atributos HTML", + "Removing HTML-tags": "Removendo tags HTML", + "Replacement line break on
": "Quebra de linha de substituição em
", + "Date": "Da-te", + "Money": "Dinheiro", + "Numbers and mathematical expressions": "Números e expressões matemáticas", + "Divide into groups numbers with many digits": "Dividir em grupos números com muitos dígitos", + "Symbols and signs": "Símbolos e sinais", + "Adding ° to C and F": "Adicionando ° a C e F", + "Typos": "Tipos", + "Other": "Outro", + "Delete character BOM (Byte Order Mark)": "Excluir BOM de caractere (marca de ordem de byte)", + "Removing repeat words": "Removendo palavras repetidas" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/typograf/translations/ru-RU.json b/sdkjs-plugins/content/typograf/translations/ru-RU.json index 7b9db9d0..c01f5b53 100644 --- a/sdkjs-plugins/content/typograf/translations/ru-RU.json +++ b/sdkjs-plugins/content/typograf/translations/ru-RU.json @@ -14,7 +14,7 @@ "Non-breaking space after “стр.”, “гл.”, “рис.”, “илл.”": "Неразрывный пробел после \"стр.\", \"гл.\", \"рис.\", \"илл.\"", "Non-breaking space before XXXX г. (2012 г.)": "Неразрывный пробел перед XXXX г. (2012 г.)", "Non-breaking space between number and “тыс.”, “млн”, “млрд” and “трлн”": "Неразрывный пробел между числом и \"тыс.\", \"млн\", \"млрд\" и \"трлн\"", - "Non-breaking space in abbreviations, e.g. “т. д.”": "Неразрывный пробел в аббревиатурах, например \"т. д.\"", + "Non-breaking space in abbreviations, e.g. “т. д.”": "Неразрывный пробел в аббревиатурах, например, \"т. д.\"", "Not once. space before the “руб.” and “коп.”": "Неразрывный пробел перед \"руб.\" и \"коп.\"", "Placement of non-breaking space after “г.”, “обл.”, “ул.”, “пр.”, “кв.” et al.": "Расстановка неразрывного пробела после \"г.\", \"обл.\", \"ул.\", \"пр.\", \"кв.\" и другие.", "Remove spaces and extra points in “вв.”": "Удаление пробелов и лишних точек в \"вв.\"", diff --git a/sdkjs-plugins/content/wordpress/config.json b/sdkjs-plugins/content/wordpress/config.json index 43dec8f5..8e1b21ca 100644 --- a/sdkjs-plugins/content/wordpress/config.json +++ b/sdkjs-plugins/content/wordpress/config.json @@ -4,6 +4,7 @@ "ru": "WordPress", "fr": "WordPress", "es": "WordPress", + "pt-BR": "WordPress", "de": "WordPress" }, "guid" : "asc.{0847b6a4-b007-11e7-abc4-cec278b6b50a}", @@ -16,6 +17,7 @@ "ru": "Публикуйте статьи прямо из редактора документов на вашем сайте WordPress (требуется облако ONLYOFFICE).", "fr": "Publiez des articles directement depuis l'éditeur de documents sur votre site web WordPress (compatible avec le cloud ONLYOFFICE).", "es": "Publique artículos directamente desde el editor de documentos en su sitio web de WordPress (compatible con la nube de ONLYOFFICE).", + "pt-BR": "Publique artigos diretamente do editor de documentos em seu site WordPress (compatível com a nuvem ONLYOFFICE).", "de": "Veröffentlichen Sie Artikel direkt aus dem Dokumenteneditor auf Ihrer WordPress-Website (kompatibel mit ONLYOFFICE in der Cloud)." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/wordscounter/config.json b/sdkjs-plugins/content/wordscounter/config.json index 5b6c65a6..ffe77bc8 100644 --- a/sdkjs-plugins/content/wordscounter/config.json +++ b/sdkjs-plugins/content/wordscounter/config.json @@ -4,6 +4,7 @@ "ru": "Подсчёт слов", "fr": "Compteur de mots", "es": "Recuento de palabras", + "pt-BR": "Word counter", "de": "Wortanzahl" }, "guid" : "asc.{584EEEE8-DBF5-45C3-A4CA-F52177C82754}", @@ -16,6 +17,7 @@ "ru": "Подсчитайте слова, символы с пробелами и без, а также абзацы в любой части документа.", "fr": "Comptez les mots, les caractères (avec/sans espaces) et les paragraphes dans la partie sélectionnée de votre document.", "es": "Cuente las palabras, los caracteres (con/sin espacios) y los párrafos en la parte seleccionada de su documento.", + "pt-BR": "Conte palavras, caracteres (com/sem espaços) e parágrafos na parte selecionada do seu documento.", "de": "Zählen Sie Wörter, Zeichen (mit/ohne Leerzeichen) und Absätze im ausgewählten Teil Ihres Dokuments." }, "url" : "index.html", diff --git a/sdkjs-plugins/content/wordscounter/translations/langs.json b/sdkjs-plugins/content/wordscounter/translations/langs.json index aaeaed3d..680a2f49 100644 --- a/sdkjs-plugins/content/wordscounter/translations/langs.json +++ b/sdkjs-plugins/content/wordscounter/translations/langs.json @@ -5,5 +5,6 @@ "fr-FR", "ja-JA", "ru-RU", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/wordscounter/translations/pt-BR.json b/sdkjs-plugins/content/wordscounter/translations/pt-BR.json new file mode 100644 index 00000000..257dd37a --- /dev/null +++ b/sdkjs-plugins/content/wordscounter/translations/pt-BR.json @@ -0,0 +1,8 @@ +{ + "Characters without spaces" : "Caracteres sem espaços", + "Characters" : "Personagens", + "Words" : "Palavras", + "Paragraphs" : "Parágrafos", + "Select part of the text or the whole text to count words and characters." : "Selecione parte do texto ou todo o texto para contar palavras e caracteres.", + "This plugin is not supported by IE": "Este plugin não é suportado pelo IE" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/youtube/config.json b/sdkjs-plugins/content/youtube/config.json index f30253d4..0cc5e832 100644 --- a/sdkjs-plugins/content/youtube/config.json +++ b/sdkjs-plugins/content/youtube/config.json @@ -4,6 +4,7 @@ "ru": "YouTube", "fr": "YouTube", "es": "YouTube", + "pt-BR": "YouTube", "de": "YouTube", "si": "YouTube" }, @@ -17,6 +18,7 @@ "ru": "Легко встраивайте YouTube-видео в документы.", "fr": "Insérez facilement des vidéos YouTube dans vos documents.", "es": "Inserte fácilmente vídeos de YouTube en sus documentos.", + "pt-BR": "Incorpore facilmente vídeos do YouTube em seus documentos.", "de": "Betten Sie ganz einfach YouTube-Videos in Ihre Dokumente ein.", "si": "යූටියුබ් දෘශ්‍යක පහසුවෙන් ඔබගේ ලේඛන වලට කාවද්දන්න." }, diff --git a/sdkjs-plugins/content/youtube/translations/langs.json b/sdkjs-plugins/content/youtube/translations/langs.json index faddffc7..ee756eb9 100644 --- a/sdkjs-plugins/content/youtube/translations/langs.json +++ b/sdkjs-plugins/content/youtube/translations/langs.json @@ -6,5 +6,6 @@ "ja-JA", "ru-RU", "si-SI", + "pt-BR", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/youtube/translations/pt-BR.json b/sdkjs-plugins/content/youtube/translations/pt-BR.json new file mode 100644 index 00000000..f9d18d1e --- /dev/null +++ b/sdkjs-plugins/content/youtube/translations/pt-BR.json @@ -0,0 +1,4 @@ +{ + "Paste youtube video URL" : "Colar URL do vídeo do YouTube", + "This service isn't available in your region." : "Este serviço não está disponível em sua região." +} \ No newline at end of file diff --git a/sdkjs-plugins/content/zhipu/config.json b/sdkjs-plugins/content/zhipu/config.json index 3de035f0..6e800f68 100644 --- a/sdkjs-plugins/content/zhipu/config.json +++ b/sdkjs-plugins/content/zhipu/config.json @@ -5,6 +5,7 @@ "de": "ZhiPu Copilot", "ru": "ZhiPu Copilot", "fr": "ZhiPu Copilot", + "pt-BR": "ZhiPu Copilot", "es": "ZhiPu Copilot" }, "guid": "asc.{4b5efd7f-7c8d-1ef4-feab-bfbf2e1d86ac}", @@ -19,6 +20,7 @@ "de": "Ein Copilot-Plugin für OnlyOffice-Dokumente basierend auf dem ZhiPu ChatGLM-Modell.", "ru": "Плагин Copilot для документов OnlyOffice на основе модели ZhiPu ChatGLM.", "fr": "Un plugin copilote pour les documents OnlyOffice basé sur le modèle ZhiPu ChatGLM.", + "pt-BR": "Um plugin copiloto para OnlyOffice Document baseado no modelo ZhiPu ChatGLM.", "es": "Un complemento de copiloto para documentos de OnlyOffice basado en el modelo ZhiPu ChatGLM." }, "url": "index.html", diff --git a/sdkjs-plugins/content/zhipu/translations/langs.json b/sdkjs-plugins/content/zhipu/translations/langs.json index 58551cd9..d3eabcbb 100644 --- a/sdkjs-plugins/content/zhipu/translations/langs.json +++ b/sdkjs-plugins/content/zhipu/translations/langs.json @@ -3,5 +3,6 @@ "ru-RU", "de-DE", "fr-FR", + "pt-BR", "es-ES" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/zhipu/translations/pt-BR.json b/sdkjs-plugins/content/zhipu/translations/pt-BR.json new file mode 100644 index 00000000..6c70fd8a --- /dev/null +++ b/sdkjs-plugins/content/zhipu/translations/pt-BR.json @@ -0,0 +1,17 @@ +{ + "setting": "contexto", + "Set Your ZhiPu API Key first": "Defina sua chave API ZhiPu primeiro", + "ZhiPu Copilot": "Copiloto ZhiPu", + "generate": "gerar", + "summarize": "resumir", + "explain": "explicar", + "translate": "traduzir", + "translate to English": "traduzir para o Inglês", + "translate to Chinese": "traduzir para Chinês", + "translate to Russian": "traduzir para Russo", + "translate to German": "traduzir para Alemão", + "translate to French": "traduzir para Francês", + "translate to Spanish": "traduza para Espanhol", + "clear chat history": "limpar histórico do chat", + "Choose a model": "Escolha um modelo" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/zoom/config.json b/sdkjs-plugins/content/zoom/config.json index 3e158b53..7ffb7fca 100644 --- a/sdkjs-plugins/content/zoom/config.json +++ b/sdkjs-plugins/content/zoom/config.json @@ -4,6 +4,7 @@ "ru": "Zoom", "fr": "Zoom", "es": "Zoom", + "pt-BR": "Zoom", "de": "Zoom" }, "guid": "asc.{3f15a9bc-51d3-4b59-b32f-75cfe2f07f54}", @@ -16,6 +17,7 @@ "ru": "Планируйте и проводите видеовстречи прямо в редакторах с помощью Zoom.", "fr": "Planifiez et organisez des réunions vidéo directement dans les éditeurs avec Zoom.", "es": "Planifique y celebre reuniones de vídeo directamente en los editores con Zoom.", + "pt-BR": "Agende e realize videoconferências diretamente nos editores usando o Zoom.", "de": "Planen und halten Sie Videokonferenzen mit Zoom direkt in den Editoren." }, "url": "index.html", diff --git a/sdkjs-plugins/content/zotero/config.json b/sdkjs-plugins/content/zotero/config.json index e269042d..c4f42041 100644 --- a/sdkjs-plugins/content/zotero/config.json +++ b/sdkjs-plugins/content/zotero/config.json @@ -4,6 +4,7 @@ "ru": "Zotero", "fr": "Zotero", "es": "Zotero", + "pt-BR": "Zotero", "de": "Zotero" }, "guid": "asc.{BFC5D5C6-89DE-4168-9565-ABD8D1E48711}", @@ -17,6 +18,7 @@ "ru": "Оформляйте библиографические списки в нужном стиле с помощью Zotero.", "fr": "Créez des bibliographies dans le style nécessaire avec Zotero.", "es": "Cree bibliografías en el estilo requerido utilizando el servicio Zotero.", + "pt-BR": "Crie bibliografias no estilo desejado usando o serviço Zotero.", "de": "Erstellen Sie Literaturverzeichnisse im gewünschten Stil mittels Zotero." }, "url": "index.html", diff --git a/sdkjs-plugins/content/zotero/translations/langs.json b/sdkjs-plugins/content/zotero/translations/langs.json index 087dac67..258bfd52 100644 --- a/sdkjs-plugins/content/zotero/translations/langs.json +++ b/sdkjs-plugins/content/zotero/translations/langs.json @@ -7,6 +7,7 @@ "ja-JA", "nl-NL", "pt-PT", + "pt-BR", "ru-RU", "zh-ZH" ] \ No newline at end of file diff --git a/sdkjs-plugins/content/zotero/translations/pt-BR.json b/sdkjs-plugins/content/zotero/translations/pt-BR.json new file mode 100644 index 00000000..4bf43665 --- /dev/null +++ b/sdkjs-plugins/content/zotero/translations/pt-BR.json @@ -0,0 +1,28 @@ +{ + "To use Zotero you should get an API key.": "Para usar o Zotero você deve obter uma chave API.", + "Navigate to": "Navegar para", + "Zotero API settings": "Configurações da API Zotero", + "Create and copy API key into the field below.": "Crie e copie a chave API no campo abaixo.", + "Open Zotero website": "Abrir site do Zotero", + "Invalid API key": "Chave de API inválida", + "API Key": "Chave API", + "Nothing found": "Nada encontrado", + "Style is not selected": "O estilo não está selecionado", + "Language is not selected": "Idioma não selecionado", + "Search references by author, title or year": "Pesquisar referências por autor, título ou ano", + "Cancel": "Cancelar", + "Insert Bibliography": "Inserir Bibliografia", + "Style": "Estilo", + "Enter style name": "Insira o nome do estilo", + "Language": "Linguagem", + "Reconfigure": "Reconfigurar", + "Learn more here.": "Saiba mais aqui.", + "Save": "Salvar", + "Insert Citation": "Inserir citação", + "Cancel select": "Cancelar seleção", + "Refresh": "Atualizar", + "Save as text": "Salvar como texto", + "Please insert some citation into the document." : "Por favor insira alguma citação no documento.", + "Synchronize" : "Sincronizar", + "Omit Author" : "Omitir autor" +} \ No newline at end of file diff --git a/sdkjs-plugins/content/zotero/translations/ru-RU.json b/sdkjs-plugins/content/zotero/translations/ru-RU.json index 91cb2dfb..99c7640d 100644 --- a/sdkjs-plugins/content/zotero/translations/ru-RU.json +++ b/sdkjs-plugins/content/zotero/translations/ru-RU.json @@ -22,7 +22,7 @@ "Cancel select": "Отменить выделение", "Refresh": "Обновить", "Save as text": "Сохранить как текст", - "Please insert some citation into the document." : "Пожалуйста вставьте цитату в документ.", + "Please insert some citation into the document." : "Пожалуйста, вставьте цитату в документ.", "Synchronize" : "Синхронизировать", "Omit Author" : "Не выводить автора" } \ No newline at end of file diff --git a/store/plugin/config.json b/store/plugin/config.json index 242d676a..4c1dc172 100644 --- a/store/plugin/config.json +++ b/store/plugin/config.json @@ -3,10 +3,13 @@ "nameLocale": { "ru": "Менеджер плагинов", "fr": "Gestionnaire de Plugins", + "it": "Plugin Manager", + "ja": "プラグインマネージャー", "es": "Administrador de Complementos", "de": "Plugin-Verwaltung", "cs": "Správce Pluginů", - "si": "පේනු කළමනාකරු" + "si": "පේනු කළමනාකරු", + "pt-BR": "Gerenciador de plug-ins" }, "guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}", "version": "1.0.4", diff --git a/store/plugin/translations/it-IT.json b/store/plugin/translations/it-IT.json new file mode 100644 index 00000000..0440cce9 --- /dev/null +++ b/store/plugin/translations/it-IT.json @@ -0,0 +1,14 @@ +{ + "This version of \"Plugin Manager\" is not official." : "Questa versione di \"Plugin Manager\" non è ufficiale.", + "No Internet Connection.": "Nessuna connessione internet.", + "Warning" : "Avviso", + "Yes" : "Sì", + "No" : "No", + "Do you want to completely remove this plugin?" : "Vuoi rimuovere completamente questo plugin?", + "If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "Se scegli \"No\", potrai ripristinare questo plugin più tardi nel Marketplace.", + "Enter the URL for your marketplace page here" : "Inserisci qui l'URL della pagina del tuo marketplace", + "Return to default settings" : "Ritorno alle impostazioni predefinite", + "Enter URL" : "Inserisci URL", + "Cancel" : "Annulla", + "Be careful! Avoid using the untrusted URLs." : "Attenzione! Evita di utilizzare URL non affidabili." +} \ No newline at end of file diff --git a/store/plugin/translations/ja-JA.json b/store/plugin/translations/ja-JA.json new file mode 100644 index 00000000..894880b2 --- /dev/null +++ b/store/plugin/translations/ja-JA.json @@ -0,0 +1,14 @@ +{ + "This version of \"Plugin Manager\" is not official." : "この\"Plugin Manager\"のバージョンは正式なものではありません。", + "No Internet Connection.": "インターネットに接続されていません。", + "Warning" : "注意", + "Yes" : "はい", + "No" : "いいえ", + "Do you want to completely remove this plugin?" : "このプラグインを完全に削除しますか?", + "If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "\"No\" を選んでも、後でマーケットプレイスでこのプラグインを復元できます。", + "Enter the URL for your marketplace page here" : "マーケットプレイスページのURLをここに入力してください", + "Return to default settings" : "デフォルト設定に戻す", + "Enter URL" : "URLを入力する", + "Cancel" : "キャンセル", + "Be careful! Avoid using the untrusted URLs." : "ご注意!信頼できないURLの使用は避けてください。" +} \ No newline at end of file diff --git a/store/plugin/translations/langs.json b/store/plugin/translations/langs.json index 6a7e6591..db34dc05 100644 --- a/store/plugin/translations/langs.json +++ b/store/plugin/translations/langs.json @@ -3,6 +3,9 @@ "de-DE", "es-ES", "fr-FR", + "it-IT", + "ja-JA", "ru-RU", + "pt-BR", "si-SI" ] \ No newline at end of file diff --git a/store/plugin/translations/pt-BR.json b/store/plugin/translations/pt-BR.json new file mode 100644 index 00000000..dd664c71 --- /dev/null +++ b/store/plugin/translations/pt-BR.json @@ -0,0 +1,14 @@ +{ + "This version of \"Plugin Manager\" is not official." : "Esta versão do \"Plugin Manager\" não é oficial.", + "No Internet Connection.": "Sem conexão com a Internet.", + "Warning" : "Aviso", + "Yes" : "Sim", + "No" : "No", + "Do you want to completely remove this plugin?" : "Deseja remover completamente este plugin?", + "If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "Se você escolher \"Não\", você poderá restaurar este plugin mais tarde no mercado.", + "Enter the URL for your marketplace page here" : "Insira o URL da sua página de mercado aqui", + "Return to default settings" : "Retornar às configurações padrão", + "Enter URL" : "Insira o URL", + "Cancel" : "Cancelar", + "Be careful! Avoid using the untrusted URLs." : "Tenha cuidado! Evite usar URLs não confiáveis." +} \ No newline at end of file diff --git a/store/translations/it-IT.json b/store/translations/it-IT.json new file mode 100644 index 00000000..30a25ca8 --- /dev/null +++ b/store/translations/it-IT.json @@ -0,0 +1,60 @@ +{ + "Manage plugins": "Gestisci plugin", + "Available plugins": "Plugin disponibili", + "Marketplace": "Marketplace", + "Submit your own plugin": "Invia il tuo plugin", + "Install plugin manually": "Installa il plugin manualmente", + "Install": "Installa", + "Remove": "Rimuovi", + "Update": "Aggiorna", + "Offered by": "Offerto da", + "Overview": "Panoramica", + "Info & Support": "Informazioni e supporto", + "Learn how to use": "Scopri come utilizzare", + "the plugin in": "il plugin", + "Contribute": "Contribuisci", + "to the plugin development or report an issue on": "allo sviluppo del plugin o segnala un problema", + "Get help": "Ottieni assistenza", + "with the plugin functionality on our forum.": "con la funzionalità del plugin sul nostro forum.", + "Create a new plugin using": "Crea un nuovo plugin utilizzando", + "Loading": "Caricamento", + "Installation": "Installazione", + "Updating": "Aggiornamento", + "Removal": "Rimozione", + "Problem with loading plugins.": "Problema con il caricamento dei plugin.", + "No installed plugins.": "Nessun plugin installato.", + "Version": "Versione", + "Languages": "Lingue", + "English": "Inglese", + "Czech": "Ceco", + "German": "Tedesco", + "Spanish": "Spagnolo", + "French": "Francese", + "Italian": "Italiano", + "Japanese": "Giapponese", + "Dutch": "Olandese", + "Portuguese": "Portoghese", + "Russian": "Russo", + "Chinese": "Cinese", + "Update All": "Aggiorna tutto", + "Categories": "Categorie", + "Search plugins": "Cerca plugin", + "All": "Tutti", + "Recommended": "Consigliati", + "Developer tools": "Strumenti di sviluppo", + "Work": "Lavoro", + "Entertainment": "Divertimento", + "Communication": "Comunicazione", + "Special abilities": "Abilità speciali", + "The minimum supported editors version" : "La versione minima supportata degli editor", + "This plugin will only work in a newer version of the editor.": "Questo plugin funziona solo con una versione più recente degli editor.", + "Nothing was found for this query.": "Non è stato trovato niente per questa ricerca.", + "No Internet Connection.": "Nessuna connessione internet.", + "Problem with loading plugin config.\nConfig: " : "Problema con il caricamento della configurazione del plugin.\nConfig: ", + "Problem with loading some resources." : "Problema con il caricamento di alcune risorse.", + "File not found." : "File non trovato.", + "Network problem." : "Problema di rete.", + "Problem with loading some resources" : "Problema con il caricamento di alcune risorse", + "Click to rate" : "Fai clic per votare", + "No disscussion page for this plugin." : "Nessuna pagina di discussione per questo plugin." +} \ No newline at end of file diff --git a/store/translations/ja-JA.json b/store/translations/ja-JA.json new file mode 100644 index 00000000..0c9407f8 --- /dev/null +++ b/store/translations/ja-JA.json @@ -0,0 +1,60 @@ +{ + "Manage plugins": "プラグインを管理する", + "Available plugins": "利用可能なプラグイン", + "Marketplace": "マーケットプレイス", + "Submit your own plugin": "自作のプラグインを提出する", + "Install plugin manually": "手動でプラグインをインストールする", + "Install": "インストール", + "Remove": "削除", + "Update": "アップデート", + "Offered by": "提出元", + "Overview": "概要", + "Info & Support": "詳細&サポート", + "Learn how to use": "プラグインを次のアプリでの", + "the plugin in": "使い方を学ぶ", + "Contribute": "プラグイン開発、またはエラー報告に", + "to the plugin development or report an issue on": "貢献する", + "Get help": "プラグインの機能性については", + "with the plugin functionality on our forum.": "フォーラムでヘルプを得る", + "Create a new plugin using": "新しいプラグインを作成する", + "Loading": "ロード中", + "Installation": "インストール中", + "Updating": "アップデート中", + "Removal": "削除中", + "Problem with loading plugins.": "プラグインの読み込みに問題が発生しました。", + "No installed plugins.": "インストールされているプラグインはありません。", + "Version": "バージョン", + "Languages": "言語", + "English": "英語", + "Czech": "チェコ語", + "German": "ドイツ語", + "Spanish": "スペイン語", + "French": "フランス語", + "Italian": "イタリア語", + "Japanese": "日本語", + "Dutch": "オランダ語", + "Portuguese": "ポルトガル語", + "Russian": "ロシア語", + "Chinese": "中国語", + "Update All": "すべてをアップデートする", + "Categories": "カテゴリー", + "Search plugins": "プラグインの検索", + "All": "すべて", + "Recommended": "おすすめ", + "Developer tools": "開発者ツール", + "Work": "仕事", + "Entertainment": "エンターテイメント", + "Communication": "コミュニケーション", + "Special abilities": "特殊機能", + "The minimum supported editors version" : "サポートされているエディタの最低バージョン", + "This plugin will only work in a newer version of the editor.": "このプラグインはエディタの新しいバージョンでのみ動作します。", + "Nothing was found for this query.": "このクエリには何も見つかりませんでした。", + "No Internet Connection.": "インターネットに接続されていません。", + "Problem with loading plugin config.\nConfig: " : "config.\nConfig プラグインの読み込みにエラーが発生しました:", + "Problem with loading some resources." : "一部のリソースの読み込みにエラーが発生しました。", + "File not found." : "ファイルが見つかりません。", + "Network problem." : "ネットワークの問題。", + "Problem with loading some resources" : "リソースの読み込みに関する問題", + "Click to rate" : "クリックで評価", + "No disscussion page for this plugin." : "このプラグインのディスカッションページはありません。" +} \ No newline at end of file diff --git a/store/translations/langs.json b/store/translations/langs.json index 6a7e6591..db34dc05 100644 --- a/store/translations/langs.json +++ b/store/translations/langs.json @@ -3,6 +3,9 @@ "de-DE", "es-ES", "fr-FR", + "it-IT", + "ja-JA", "ru-RU", + "pt-BR", "si-SI" ] \ No newline at end of file diff --git a/store/translations/pt-BR.json b/store/translations/pt-BR.json new file mode 100644 index 00000000..6c12cc08 --- /dev/null +++ b/store/translations/pt-BR.json @@ -0,0 +1,60 @@ +{ + "Manage plugins": "Gerenciar plug-ins", + "Available plugins": "Plugins disponíveis", + "Marketplace": "Mercado", + "Submit your own plugin": "Envie seu próprio plugin", + "Install plugin manually": "Instalar plugin manualmente", + "Install": "Instalar", + "Remove": "Remover", + "Update": "Atualizar", + "Offered by": "Oferecido por", + "Overview": "Visão geral", + "Info & Support": "Informações e Suporte", + "Learn how to use": "Aprenda como usar", + "the plugin in": "o plugin em", + "Contribute": "Contribuir", + "to the plugin development or report an issue on": "para o desenvolvimento do plugin ou reportar um problema em", + "Get help": "Obter ajuda", + "with the plugin functionality on our forum.": "com a funcionalidade do plugin em nosso fórum.", + "Create a new plugin using": "Crie um novo plugin usando", + "Loading": "Carregando", + "Installation": "Instalação", + "Updating": "Atualizando", + "Removal": "Remover", + "Problem with loading plugins.": "Problema ao carregar plug-ins.", + "No installed plugins.": "Nenhum plug-in instalado.", + "Version": "Versão", + "Languages": "Línguas", + "English": "Inglês", + "Czech": "Tcheco", + "German": "Alemão", + "Spanish": "Espanhol", + "French": "Francês", + "Italian": "Italiano", + "Japanese": "Japonês", + "Dutch": "Holandês", + "Portuguese": "Português", + "Russian": "Russo", + "Chinese": "Chinês", + "Update All": "Atualize tudo", + "Categories": "Categorias", + "Search plugins": "Pesquisar plug-ins", + "All": "Todos", + "Recommended": "Recomendado", + "Developer tools": "Ferramentas de desenvolvimento", + "Work": "Trabalhar", + "Entertainment": "Entretenimento", + "Communication": "Comunicação", + "Special abilities": "Habilidades especiais", + "The minimum supported editors version" : "A versão mínima dos editores suportados", + "This plugin will only work in a newer version of the editor.": "Este plugin só funcionará em uma versão mais recente do editor.", + "Nothing was found for this query.": "Nada foi encontrado para esta consulta.", + "No Internet Connection.": "Sem conexão com a Internet.", + "Problem with loading plugin config.\nConfig: " : "Problema ao carregar a configuração do plugin.\nConfig: ", + "Problem with loading some resources." : "Problema ao carregar alguns recursos.", + "File not found." : "Arquivo não encontrado.", + "Network problem." : "Problema de rede.", + "Problem with loading some resources" : "Problema ao carregar alguns recursos", + "Click to rate" : "Clique para avaliar", + "No disscussion page for this plugin." : "Nenhuma página de discussão para este plugin." +} \ No newline at end of file diff --git a/store/translations/ru-RU.json b/store/translations/ru-RU.json index 949d15ac..900c6c64 100644 --- a/store/translations/ru-RU.json +++ b/store/translations/ru-RU.json @@ -16,7 +16,7 @@ "to the plugin development or report an issue on": "в разработку плагина или сообщите о проблеме на", "Get help": "Получите помощь", "with the plugin functionality on our forum.": "с функциональностью плагина на нашем форуме.", - "Create a new plugin using": "Создайте новый плагин используя", + "Create a new plugin using": "Создайте новый плагин, используя", "Loading": "Загрузка", "Installation": "Установка", "Updating": "Обновление",