Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-09 06:51:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-02-09 15:53:43 +0300
commit82a5d0441ed290f71b64121f3da96ec8df59b271 (patch)
tree700e6a7e720d1830e89aee497e39ad47b165ebbe /app/src/main/res/values-pt-rBR
parenta535da380ecee3e04cdd4206f7cb0dc74f94404e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 4b12b278..ce947069 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -189,6 +189,7 @@
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>
<string name="formatting_help_codefence" translateable="false">```</string>
+ <string name="formatting_help_codefence_outer" translateable="false">````</string>
<string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
<string name="formatting_help_cbf_title">Formatação baseada em contexto</string>
<string name="formatting_help_cbf_body_1">Um dos principais objetivos de design do aplicativo Notes é fornecer uma ferramenta sem distrações. Então você pode formatar seus textos com o Markdown. Para vários dos exemplos mencionados abaixo, você pode usar atalhos para formatar suas anotações sem digitar os códigos abaixo.</string>
@@ -224,7 +225,16 @@
<string name="formatting_help_code_title">Código</string>
<string name="formatting_help_code_body_1">Existem muitas maneiras diferentes de estilizar o código com o Markdown. Se você tiver blocos de códigos embutidos, envolva-os em barras de proteção:</string>
<string name="formatting_help_code_body_2">O Markdown também suporta algo chamado código de cercas, que permite várias linhas sem recuo:</string>
- <string name="formatting_help_code_body_3">E se você quiser usar destaque de sintaxe, inclua a linguagem:</string>
+ <string name="formatting_help_code_body_3">E se você quiser destacar a sintaxe, inclua a linguagem:</string>
+
+ <string name="formatting_help_tables_title">Tabelas</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">Coluna %1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">Valor %1d</string>
+
+ <string name="formatting_help_images_title">Imagens</string>
+ <string name="formatting_help_images_alt">Imagens bonita</string>
<string name="simple_other">Outro</string>
<string name="sort_last_modified">Ordenar por data de modificação</string>
@@ -232,5 +242,7 @@
<string name="error_action_open_battery_settings">Configurações da bateria</string>
<string name="error_action_open_deck_info">Abra as informações do Aplicativo</string>
<string name="error_action_open_network">Configurações da rede</string>
+ <string name="no_account_configured_yet">Nenhuma conta foi configurada</string>
<string name="no_other_accounts">Você ainda não configurou nenhuma outra conta.</string>
- </resources>
+ <string name="context_based_formatting">Formatação baseada no contexto popover</string>
+</resources>