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-01-07 07:05:00 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-07 11:12:15 +0300
commitfd48e07ebea8bcf41ed42cfd9eb8f0ebe2a17483 (patch)
tree60b291ca7051536af756bc08e5b2beddf7d9a0d0 /app/src/main/res/values-gl
parent43432c9a848bed39d511fd2b0552b455e82e3e8c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-gl')
-rw-r--r--app/src/main/res/values-gl/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 693879af..bb085e65 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/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">Formatado baseado no contexto</string>
<string name="formatting_help_cbf_body_1">Un dos principais obxectivos de deseño da aplicación Notes é fornecer unha ferramenta sen distracción. Aínda que poderá formatar os seus textos con Markdown. Para varios dos exemplos mencionados deseguido, pode utilizar atallos de teclado para poder formatar as súas notas sen escribir os códigos de embaixo.</string>
@@ -226,6 +227,15 @@
<string name="formatting_help_code_body_2">Markdown tamén admite algo chamado «código cercado», que permite múltiples liñas sen sangría:</string>
<string name="formatting_help_code_body_3">E se quere utilizar o destaque de sintaxe, inclúa a linguaxe:</string>
+ <string name="formatting_help_tables_title">Táboas</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">Columna %1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">Valor %1d</string>
+
+ <string name="formatting_help_images_title">Imaxes</string>
+ <string name="formatting_help_images_alt">Imaxe elegante</string>
+
<string name="simple_other">Outro</string>
<string name="sort_last_modified">Ordenar por data de modificación</string>
<string name="sort_alphabetically">Ordenar alfabéticamente</string>
@@ -233,4 +243,5 @@
<string name="error_action_open_deck_info">Abrir a info da apli</string>
<string name="error_action_open_network">Axustes da rede</string>
<string name="no_other_accounts">Aínda non ten configurada ningunha outra conta.</string>
- </resources>
+ <string name="context_based_formatting">Xanela emerxente de formato baseado no contexto</string>
+</resources>