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-09 07:06:06 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-09 09:11:26 +0300
commit9f9d7e26602a4780fce4aff79b58814f026185cb (patch)
treeaba42500a57b61c17d71718ba693797c41d84761 /app/src/main/res/values-cs-rCZ
parent891b9693315ef511e0dc0c9f862a35bf977b568f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-cs-rCZ')
-rw-r--r--app/src/main/res/values-cs-rCZ/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml
index 7fb3301c..1f4f22c5 100644
--- a/app/src/main/res/values-cs-rCZ/strings.xml
+++ b/app/src/main/res/values-cs-rCZ/strings.xml
@@ -197,6 +197,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">Formátování založené na kontextu</string>
<string name="formatting_help_cbf_body_1">Hlavním cílem návrhu aplikace Poznámky je poskytovat nástroj, kterého používání nerozptyluje. Ačkoli můžete texty formátovat pomocí Markdown značek. Pro různé z níže uvedených příkladů můžete použít zkratky, takže své poznámky můžete formátovat bez zadávání níže uvedených kódů.</string>
@@ -234,6 +235,15 @@
<string name="formatting_help_code_body_2">Značkovací jazyk Markdown také podporuje něco co se nazývá „oplocení“ kódu, což umožňuje vícero řádek bez odsazení:</string>
<string name="formatting_help_code_body_3">A pokud chcete použít zvýrazňování syntaxe, včetně jazyka:</string>
+ <string name="formatting_help_tables_title">Tabulky</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">Sloupec %1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">Hodnota %1d</string>
+
+ <string name="formatting_help_images_title">Obrázky</string>
+ <string name="formatting_help_images_alt">Ozdobný obrázek</string>
+
<string name="simple_other">Ostatní</string>
<string name="sort_last_modified">Seřadit podle data změny</string>
<string name="sort_alphabetically">Seřadit abecedně</string>
@@ -241,4 +251,5 @@
<string name="error_action_open_deck_info">Otevřít informace o aplikaci</string>
<string name="error_action_open_network">Nastavení sítě</string>
<string name="no_other_accounts">Zatím jste nenastavili žádné další účty.</string>
- </resources>
+ <string name="context_based_formatting">Kontextové vyskakovací okno formátování</string>
+</resources>