From 5cecfde085340cb5632d284dcc9e35415231f3f0 Mon Sep 17 00:00:00 2001
From: Laurent Cozic
Date: Thu, 12 Oct 2023 15:26:10 +0300
Subject: [PATCH] Update translations
---
README.md | 72 +-
.../EncryptionConfigScreen.tsx | 2 +-
packages/lib/locales/ar.json | 3853 +++++++++++----
packages/lib/locales/bg_BG.json | 2907 +++++++++--
packages/lib/locales/bs_BA.json | 3032 +++++++++---
packages/lib/locales/ca.json | 4144 ++++++++++++----
packages/lib/locales/cs_CZ.json | 4191 ++++++++++++----
packages/lib/locales/da_DK.json | 4240 ++++++++++++----
packages/lib/locales/de_DE.json | 4252 ++++++++++++----
packages/lib/locales/el_GR.json | 4218 ++++++++++++----
packages/lib/locales/en_GB.json | 3273 ++++++++++++-
packages/lib/locales/en_US.json | 3323 ++++++++++++-
packages/lib/locales/eo.json | 2852 ++++++++++-
packages/lib/locales/es_ES.json | 4163 ++++++++++++----
packages/lib/locales/et_EE.json | 2726 +++++++++--
packages/lib/locales/eu.json | 2541 +++++++++-
packages/lib/locales/fa.json | 3211 +++++++++---
packages/lib/locales/fi_FI.json | 4188 ++++++++++++----
packages/lib/locales/fr_FR.json | 4330 +++++++++++++----
packages/lib/locales/gl_ES.json | 2667 ++++++++--
packages/lib/locales/hr_HR.json | 4261 ++++++++++++----
packages/lib/locales/hu_HU.json | 3754 +++++++++++---
packages/lib/locales/id_ID.json | 3943 +++++++++++----
packages/lib/locales/index.js | 80 +-
packages/lib/locales/it_IT.json | 3683 ++++++++++----
packages/lib/locales/ja_JP.json | 4153 ++++++++++++----
packages/lib/locales/ko.json | 3928 +++++++++++----
packages/lib/locales/nb_NO.json | 3887 +++++++++++----
packages/lib/locales/nl_BE.json | 3548 ++++++++++----
packages/lib/locales/nl_NL.json | 4128 ++++++++++++----
packages/lib/locales/pl_PL.json | 3962 +++++++++++----
packages/lib/locales/pt_BR.json | 4124 ++++++++++++----
packages/lib/locales/pt_PT.json | 3519 +++++++++++---
packages/lib/locales/ro.json | 3112 ++++++++++--
packages/lib/locales/ru_RU.json | 4245 ++++++++++++----
packages/lib/locales/sl_SI.json | 3683 ++++++++++----
packages/lib/locales/sr_RS.json | 3166 +++++++++---
packages/lib/locales/sv.json | 4249 ++++++++++++----
packages/lib/locales/th_TH.json | 2704 ++++++++--
packages/lib/locales/tr_TR.json | 4252 ++++++++++++----
packages/lib/locales/uk_UA.json | 4228 ++++++++++++----
packages/lib/locales/vi.json | 3624 +++++++++++---
packages/lib/locales/zh_CN.json | 4249 ++++++++++++----
packages/lib/locales/zh_TW.json | 3925 +++++++++++----
packages/lib/models/Setting.ts | 2 +-
packages/tools/locales/ar.po | 1309 ++---
packages/tools/locales/bg_BG.po | 1165 +++--
packages/tools/locales/bs_BA.po | 1164 +++--
packages/tools/locales/ca.po | 1158 +++--
packages/tools/locales/cs_CZ.po | 1153 +++--
packages/tools/locales/da_DK.po | 1157 +++--
packages/tools/locales/de_DE.po | 1166 +++--
packages/tools/locales/el_GR.po | 1153 +++--
packages/tools/locales/en_GB.po | 1164 +++--
packages/tools/locales/en_US.po | 1142 +++--
packages/tools/locales/eo.po | 1161 +++--
packages/tools/locales/es_ES.po | 1153 +++--
packages/tools/locales/et_EE.po | 1164 +++--
packages/tools/locales/eu.po | 1162 +++--
packages/tools/locales/fa.po | 1165 +++--
packages/tools/locales/fi_FI.po | 1157 +++--
packages/tools/locales/fr_FR.po | 1148 +++--
packages/tools/locales/gl_ES.po | 1163 +++--
packages/tools/locales/hr_HR.po | 1165 +++--
packages/tools/locales/hu_HU.po | 1160 +++--
packages/tools/locales/id_ID.po | 1164 +++--
packages/tools/locales/it_IT.po | 1147 +++--
packages/tools/locales/ja_JP.po | 1157 +++--
packages/tools/locales/joplin.pot | 1164 +++--
packages/tools/locales/ko.po | 1165 +++--
packages/tools/locales/nb_NO.po | 1165 +++--
packages/tools/locales/nl_BE.po | 1165 +++--
packages/tools/locales/nl_NL.po | 1157 +++--
packages/tools/locales/pl_PL.po | 1147 +++--
packages/tools/locales/pt_BR.po | 1161 +++--
packages/tools/locales/pt_PT.po | 1164 +++--
packages/tools/locales/ro.po | 1165 +++--
packages/tools/locales/ru_RU.po | 1157 +++--
packages/tools/locales/sl_SI.po | 1165 +++--
packages/tools/locales/sr_RS.po | 1165 +++--
packages/tools/locales/sv.po | 1157 +++--
packages/tools/locales/th_TH.po | 1160 +++--
packages/tools/locales/tr_TR.po | 1157 +++--
packages/tools/locales/uk_UA.po | 1153 +++--
packages/tools/locales/vi.po | 1164 +++--
packages/tools/locales/zh_CN.po | 1157 +++--
packages/tools/locales/zh_TW.po | 1169 +++--
87 files changed, 148456 insertions(+), 52992 deletions(-)
diff --git a/README.md b/README.md
index dac0b37357..b4ecb74a8a 100644
--- a/README.md
+++ b/README.md
@@ -537,47 +537,47 @@ Current translations:
| Language | Po File | Last translator | Percent done
---|---|---|---|---
-
| Arabic | [ar](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ar.po) | [Whaell O](mailto:Whaell@protonmail.com) | 77%
-
| Basque | [eu](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eu.po) | juan.abasolo@ehu.eus | 22%
-
| Bosnian (Bosna i Hercegovina) | [bs_BA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bs_BA.po) | [Derviš T.](mailto:dervis.t@pm.me) | 56%
-
| Bulgarian (България) | [bg_BG](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bg_BG.po) | | 44%
-
| Catalan | [ca](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ca.po) | [Xavi Ivars](mailto:xavi.ivars@gmail.com) | 86%
-
| Croatian (Hrvatska) | [hr_HR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hr_HR.po) | [Milo Ivir](mailto:mail@milotype.de) | 98%
-
| Czech (Česká republika) | [cs_CZ](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/cs_CZ.po) | Fejby | 96%
-
| Dansk (Danmark) | [da_DK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/da_DK.po) | ERYpTION | 96%
-
| Deutsch (Deutschland) | [de_DE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/de_DE.po) | [Mr-Kanister](mailto:viger_gtrc@simplelogin.com) | 98%
-
| Eesti Keel (Eesti) | [et_EE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/et_EE.po) | | 43%
+
| Arabic | [ar](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ar.po) | [Whaell O](mailto:Whaell@protonmail.com) | 84%
+
| Basque | [eu](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eu.po) | juan.abasolo@ehu.eus | 21%
+
| Bosnian (Bosna i Hercegovina) | [bs_BA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bs_BA.po) | [Derviš T.](mailto:dervis.t@pm.me) | 54%
+
| Bulgarian (България) | [bg_BG](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bg_BG.po) | | 42%
+
| Catalan | [ca](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ca.po) | [Xavi Ivars](mailto:xavi.ivars@gmail.com) | 92%
+
| Croatian (Hrvatska) | [hr_HR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hr_HR.po) | [Milo Ivir](mailto:mail@milotype.de) | 97%
+
| Czech (Česká republika) | [cs_CZ](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/cs_CZ.po) | Fejby | 94%
+
| Dansk (Danmark) | [da_DK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/da_DK.po) | ERYpTION | 97%
+
| Deutsch (Deutschland) | [de_DE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/de_DE.po) | [Mr-Kanister](mailto:viger_gtrc@simplelogin.com) | 97%
+
| Eesti Keel (Eesti) | [et_EE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/et_EE.po) | | 42%
| English (United Kingdom) | [en_GB](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/en_GB.po) | | 100%
| English (United States of America) | [en_US](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/en_US.po) | | 100%
-
| Español (España) | [es_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/es_ES.po) | [Francisco Villaverde](mailto:teko.gr@gmail.com) | 95%
-
| Esperanto | [eo](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eo.po) | Marton Paulo | 25%
-
| Finnish (Suomi) | [fi_FI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fi_FI.po) | mrkaato0 | 96%
+
| Español (España) | [es_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/es_ES.po) | [Francisco Villaverde](mailto:teko.gr@gmail.com) | 93%
+
| Esperanto | [eo](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eo.po) | Marton Paulo | 24%
+
| Finnish (Suomi) | [fi_FI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fi_FI.po) | mrkaato0 | 94%
| Français (France) | [fr_FR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fr_FR.po) | Laurent Cozic | 100%
-
| Galician (España) | [gl_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/gl_ES.po) | [Marcos Lans](mailto:marcoslansgarza@gmail.com) | 28%
-
| Indonesian (Indonesia) | [id_ID](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/id_ID.po) | [Wisnu Adi Santoso](mailto:waditos@gmail.com) | 86%
-
| Italiano (Italia) | [it_IT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/it_IT.po) | [Manuel Tassi](mailto:mannivuwiki@gmail.com) | 78%
-
| Magyar (Magyarország) | [hu_HU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hu_HU.po) | [Magyari Balázs](mailto:balmag@gmail.com) | 75%
-
| Nederlands (België, Belgique, Belgien) | [nl_BE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_BE.po) | | 76%
-
| Nederlands (Nederland) | [nl_NL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_NL.po) | [MHolkamp](mailto:mholkamp@users.noreply.github.com) | 86%
-
| Norwegian (Norge, Noreg) | [nb_NO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nb_NO.po) | [Mats Estensen](mailto:code@mxe.no) | 85%
-
| Persian | [fa](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fa.po) | [Kourosh Firoozbakht](mailto:kourox@protonmail.com) | 53%
-
| Polski (Polska) | [pl_PL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pl_PL.po) | [X3NO](mailto:X3NO@disroot.org) | 88%
-
| Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_BR.po) | [Douglas Leão](mailto:djlsplays@gmail.com) | 85%
-
| Português (Portugal) | [pt_PT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_PT.po) | [Diogo Caveiro](mailto:dcaveiro@yahoo.com) | 70%
-
| Română | [ro](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro.po) | [Cristi Duluta](mailto:cristi.duluta@gmail.com) | 49%
-
| Slovenian (Slovenija) | [sl_SI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sl_SI.po) | [Martin Korelič](mailto:martin.korelic@protonmail.com) | 78%
+
| Galician (España) | [gl_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/gl_ES.po) | [Marcos Lans](mailto:marcoslansgarza@gmail.com) | 27%
+
| Indonesian (Indonesia) | [id_ID](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/id_ID.po) | [Wisnu Adi Santoso](mailto:waditos@gmail.com) | 84%
+
| Italiano (Italia) | [it_IT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/it_IT.po) | [Manuel Tassi](mailto:mannivuwiki@gmail.com) | 76%
+
| Magyar (Magyarország) | [hu_HU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hu_HU.po) | [Magyari Balázs](mailto:balmag@gmail.com) | 73%
+
| Nederlands (België, Belgique, Belgien) | [nl_BE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_BE.po) | | 74%
+
| Nederlands (Nederland) | [nl_NL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_NL.po) | [MHolkamp](mailto:mholkamp@users.noreply.github.com) | 97%
+
| Norwegian (Norge, Noreg) | [nb_NO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nb_NO.po) | [Mats Estensen](mailto:code@mxe.no) | 83%
+
| Persian | [fa](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fa.po) | [Kourosh Firoozbakht](mailto:kourox@protonmail.com) | 52%
+
| Polski (Polska) | [pl_PL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pl_PL.po) | [X3NO](mailto:X3NO@disroot.org) | 85%
+
| Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_BR.po) | [Fernando Nagase](mailto:nagase.fernando@gmail.com) | 97%
+
| Português (Portugal) | [pt_PT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_PT.po) | [Diogo Caveiro](mailto:dcaveiro@yahoo.com) | 68%
+
| Română | [ro](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro.po) | [Cristi Duluta](mailto:cristi.duluta@gmail.com) | 48%
+
| Slovenian (Slovenija) | [sl_SI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sl_SI.po) | [Martin Korelič](mailto:martin.korelic@protonmail.com) | 76%
| Svenska | [sv](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sv.po) | [Jonatan Nyberg](mailto:jonatan@autistici.org) | 97%
-
| Thai (ประเทศไทย) | [th_TH](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/th_TH.po) | | 35%
-
| Tiếng Việt | [vi](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/vi.po) | | 75%
+
| Thai (ประเทศไทย) | [th_TH](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/th_TH.po) | | 34%
+
| Tiếng Việt | [vi](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/vi.po) | | 73%
| Türkçe (Türkiye) | [tr_TR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/tr_TR.po) | [Arda Kılıçdağı](mailto:arda@kilicdagi.com) | 97%
-
| Ukrainian (Україна) | [uk_UA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/uk_UA.po) | [Vyacheslav Andreykiv](mailto:vandreykiv@gmail.com) | 98%
-
| Ελληνικά (Ελλάδα) | [el_GR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/el_GR.po) | [Harris Arvanitis](mailto:xaris@tuta.io) | 97%
-
| Русский (Россия) | [ru_RU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ru_RU.po) | [Dmitriy K](mailto:dmitry@atsip.ru) | 97%
-
| српски језик (Србија) | [sr_RS](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sr_RS.po) | | 63%
-
| 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_CN.po) | [qx100](mailto:ztymaxwell@gmail.com) | 98%
-
| 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_TW.po) | [Kevin Hsu](mailto:kevin.hsu.hws@gmail.com) | 86%
-
| 日本語 (日本) | [ja_JP](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ja_JP.po) | [genneko](mailto:genneko217@gmail.com) | 88%
-
| 한국어 | [ko](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ko.po) | [Ji-Hyeon Gim](mailto:potatogim@potatogim.net) | 86%
+
| Ukrainian (Україна) | [uk_UA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/uk_UA.po) | [Vyacheslav Andreykiv](mailto:vandreykiv@gmail.com) | 95%
+
| Ελληνικά (Ελλάδα) | [el_GR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/el_GR.po) | [Harris Arvanitis](mailto:xaris@tuta.io) | 94%
+
| Русский (Россия) | [ru_RU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ru_RU.po) | [Титан](mailto:fignin@ya.ru) | 96%
+
| српски језик (Србија) | [sr_RS](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sr_RS.po) | | 61%
+
| 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_CN.po) | [qx100](mailto:ztymaxwell@gmail.com) | 97%
+
| 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_TW.po) | [Kevin Hsu](mailto:kevin.hsu.hws@gmail.com) | 84%
+
| 日本語 (日本) | [ja_JP](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ja_JP.po) | [genneko](mailto:genneko217@gmail.com) | 97%
+
| 한국어 | [ko](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ko.po) | [Ji-Hyeon Gim](mailto:potatogim@potatogim.net) | 84%
# Contributors
diff --git a/packages/app-desktop/gui/EncryptionConfigScreen/EncryptionConfigScreen.tsx b/packages/app-desktop/gui/EncryptionConfigScreen/EncryptionConfigScreen.tsx
index 3963594c87..fa61a513ef 100644
--- a/packages/app-desktop/gui/EncryptionConfigScreen/EncryptionConfigScreen.tsx
+++ b/packages/app-desktop/gui/EncryptionConfigScreen/EncryptionConfigScreen.tsx
@@ -260,7 +260,7 @@ const EncryptionConfigScreen = (props: Props) => {
);
diff --git a/packages/lib/locales/ar.json b/packages/lib/locales/ar.json
index 9279247a64..b5dbc930c9 100644
--- a/packages/lib/locales/ar.json
+++ b/packages/lib/locales/ar.json
@@ -1,828 +1,3029 @@
{
- "\"%s\" is missing the required \"%s\" property.": "يفتقد \"%s\" خاصية \"%s\" المطلوبة.",
- "%d days": "%d أيام",
- "%d hour": "%d ساعة",
- "%d hours": "%d ساعات",
- "%d minutes": "%d دقائق",
- "%d notes match this pattern. Delete them?": "%d ملاحظة تطابق هذا النمط. حذف هذه الملاحظات؟",
- "%s %s (%s, %s)": "%s %s (%s, %s)",
- "%s (%s) could not be uploaded: %s": "%s (%s) لم يتم الإمكان من تحميله: %s",
- "%s (%s) would like to share a notebook with you.": "%s (%s) يرغب مشاركة دفتر ملاحظات معك.",
- "%s (%s): %s": "%s (%s): %s",
- "%s (pre-release)": "%s (ما قبل الإصدار)",
- "%s - Copy": "%s - نسخ",
- "%s / %s": "%s / %s",
- "%s / %s / %s": "%s / %s / %s",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d": "%s : %d",
- "%s: %d notes": "%s: %d ملاحظات",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "&تعديل",
- "&File": "&ملف",
- "&Go": "&اذهب",
- "&Help": "&مساعدة",
- "&Note": "&ملاحظة",
- "&Tools": "&أدوات",
- "&View": "&عرض",
- "(%s)": "(%s)",
- "(None)": "(لاشيء)",
- "(wysiwyg: %s)": "(wysiwyg: %s)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- الكاميرا: للسماح بالتقاط صورة و إرفاقها بملاحظة.",
- "- Location: to allow attaching geo-location information to a note.": "- المكان: للسماح بإرفاق معلومات الموقع الجغرافي مع الملاحظات.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- التخزين: للسماح بإرفاق ملفات للملاحظات و لتمكين المزامنة من نظام الملفات.",
- " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": " (أمر-وسم) يمكن أن يكون \"add\" (أضف) ، \"remove\" (أزل) أو \"list\" (أسرد) ، وذلك لإضافة [وسم] أو إزالته من [ملاحظة] أو لسرد الملاحظات المرتبطة بال [وسم]. الأمر`tag list` يمكن استخدامه لسرد كل الوسوم (استخدم -l لخيار الوسوم الطويلة).",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": "يمكن أن يكون (أمر قائمة المهام) \"toggle\" (تبديل) أو \"clear\" (مسح) فقط. استخدم \"toggle\" لتبديل حال قائمة المهام المعطاة بين مكتملة و غير مكتملة (إذا كانت الملاحظة المقصودة عادية فسيتم تحويلها إلى قائمة مهام). استخدم \"clear\" لتحويل قائمة المهام ثانيةً إلى ملاحظة عادية.",
- "A3": "A3",
- "A4": "A4",
- "A5": "A5",
- "About Joplin": "حول Joplin",
- "accelerator": "مُسَرّع",
- "Accelerator \"%s\" is not valid.": "المسرع \"%s\" غير صالح.",
- "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": "يتم استخدام المسرّع \"%s\" للأوامر \"%s\" و \"%s\". قد يؤدي هذا إلى سلوك غير متوقع.",
- "Accept": "قبول",
- "Action": "عمل",
- "Actions": "إجراءات",
- "Active": "نشط",
- "Actual Size": "الحجم الفعلي",
- "Add body": "أضف الجسم",
- "Add or remove tags:": "إضافة أو حذف وسوم:",
- "Add recipient:": "أضِف المستلم:",
- "Add title": "أضف العنوان",
- "Add to dictionary": "أضف إلى القاموس",
- "Advanced options": "خيارات متقدمة",
- "Advanced tools": "أدوات متقدمة",
- "All notes": "جميع الملاحظات",
- "All potential ports are in use - please report the issue at %s": "كافة المنافذ المحتملة قيد الاستخدام - الرجاء الإبلاغ عن المشكلة على %s",
- "Also displays unset and hidden config variables.": "يظهر أيضاً متغيرات الإعداد غير المضبوطة أو تلك المخفية.",
- "Always": "دائمًا",
- "An update is available, do you want to download it now?": "يتوفر تحديث ، هل تريد تنزيله الآن؟",
- "Appearance": "المظهر",
- "Application": "التطبيق",
- "Apply": "تطبيق",
- "Are you sure you want to renew the authorisation token?": "هل أنت متأكد أنك تريد تجديد الرمز المميز للتصريح?",
- "Arguments:": "الحجج:",
- "Aritim Dark": "Aritim Dark",
- "Attach file": "إرفاق ملف",
- "Attach photo": "إرفاق صورة",
- "Attach...": "إرفاق...",
- "Attaches the given file to the note.": "يرفق الملف المعطى بالملاحظة.",
- "attachment": "المرفق",
- "Attachment conflict: \"%s\"": "تعارض في المرفقات: \"%s\"",
- "Attachment download behaviour": "سلوك تحميل المرفقات",
- "Attachments": "المرفقات",
- "Attachments that could not be downloaded": "المرفقات التي لا يمكن تنزيلها",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "تنبيه: إذا غيرت هذا المكان ، تأكد من نسخ كافة المحتويات لديك إليه قبل البدء بالمزامنة ، وإلا فسيتم حذف كل الملفات! أنظر الأسئلة المتكررة لتفاصيل أكثر: %s",
- "Authentication was not completed (did not receive an authentication token).": "لم تكتمل المصادقة (لم أستلم الرمز المميز للمصادقة).",
- "Authorisation token:": "الرمز المميز للتصريح:",
- "Auto": "تلقائي",
- "Auto-pair braces, parenthesis, quotations, etc.": "ادراج النصف الآخر للأقواس و علامات الإقتباس.",
- "Automatically switch theme to match system theme": "التبديل تلقائيا للتنسيق لمطابقة تنسيق النضام",
- "Back": "عودة",
- "Bold": "غامق",
- "Browse all plugins": "تصفح جميع المكونات الإضافية",
- "Browse...": "استعراض...",
- "Bulleted List": "قائمة تعداد نقطي",
- "Cancel": "إلغاء",
- "Cancelling background synchronisation... Please wait.": "يجري إلغاء مزامنة الخلفية... فضلاً انتظر.",
- "Cancelling...": "الإلغاء جارٍ...",
- "Cancelling... Please wait.": "الإلغاء جارٍ... فضلاً انتظر.",
- "Cannot access %s": "لا يمكن الوصول إلى %s",
- "Cannot change encrypted item": "لا يمكن تغيير العنصر المشفَّر",
- "Cannot copy note to \"%s\" notebook": "لا يمكن نسخ الملاحظة إلى دفتر الملاحظات \"%s\"",
- "Cannot find \"%s\".": "لا يمكن العثور على \"%s\".",
- "Cannot initialise synchroniser.": "لم يتمكن من تمهيد المزامن.",
- "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": "لا يمكن تحميل الوحدة النمطية \"%s\" للتنسيق \"%s\" والإخراج \"%s\"",
- "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": "لا يمكن تحميل الوحدة النمطية \"%s\" للتنسيق \"%s\" والهدف \"%s\"",
- "Cannot move note to \"%s\" notebook": "لا يمكن نقل الملاحظة إلى دفتر الملاحظات \"%s\"",
- "Cannot move notebook to this location": "لا يمكن نقل دفتر الملاحظات إلى هذا المكان",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "لا يمكن تحديث الرمز المميز: بيانات المصادقة مفقودة. بدء المزامنة مرة ثانية قد يحل المشكلة.",
- "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": "لا يمكن حفظ %s \"%s\" لأن حجمه أكبر من الحد المسموح به (%s)",
- "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": "لا يمكن حفظ %s \"%s\" لأنه قد يتجاوز إجمالي الحجم المسموح به (%s) لهذا الحساب",
- "Change application layout": "تغيير تصميم التطبيق",
- "Change language": "تغيّير اللغة",
- "Characters": "أحرف",
- "Characters excluding spaces": "الأحرف بإستثناء المسافات",
- "Check for updates...": "البحث جارٍ عن تحديثات...",
- "Check synchronisation configuration": "فحص ضبط المزامنة",
- "Checkbox": "خانة اختيار",
- "Checkbox list": "قائمة خانات اختيار",
- "Checking... Please wait.": "التحقق جارٍ... فضلاً انتظر.",
- "Choose an option": "إختر خيار",
- "Chrome Web Store": "متجر كروم الالكتروني",
- "Clear": "مسح",
- "Clear alarm": "مسح المنبّه",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "انقر \"%s\" لاستعادة الملاحظة. سيتم نسخه في دفتر الملاحظات المسمى \"%s\". لن يتم استبدال أو تعديل الإصدار الحالي من الملاحظة.",
- "Click to add tags...": "اضغط لإدراج سمات...",
- "Client ID: %s": "معرف العميل: %s",
- "Close": "إغلاق",
- "Close Window": "إغلاق النافذة",
- "Code": "رمز",
- "Code Block": "كتلة للغة البرمجة",
- "Code View": "عرض بلغة البرمجة",
- "Collaborate on notebooks with others": "تعاون مع الآخرين على دفاتر الملاحظات",
- "Coming alarms": "المنبّهات القادمة",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "قائمة مفصولة بفواصل ، بالمسارات إلى الأدلة التي سيجري تحميل الشهادات منها ، أو المسار إلى الملفات المستقلة للشهادات. على سبيل المثال : /my/cert_dir, /other/custom.pem. لاحظ أنه يجب أن تحفظ تغييراتك قبل الضغط على \"فحص ضبط المزامنة\" ، إن كنت قمت بتغييرات في إعدادات TLS.",
- "command": "أمر",
- "Command": "أمر",
- "Command palette": "لوحة الأوامر",
- "Command palette...": "لوحة الأوامر...",
- "Completed": "مكتملة",
- "Completed decryption.": "اكتمل فك التشفير.",
- "Completed: %s (%s)": "مكتملة: %s (%s)",
- "Configuration": "الضبط",
- "Confirm password cannot be empty": "تأكيد كلمة المرور لا يمكن أن تكون فارغة",
- "Confirm password:": "تأكيد كلمة المرور:",
- "Confirmation": "التأكيد",
- "Conflicted: %d": "المتعارضة: %d",
- "Conflicts": "التعارضات",
- "Conflicts (attachments)": "التعارضات (المرفقات)",
- "Convert to note": "تحويل إلى ملاحظة",
- "Convert to todo": "تحويل إلى قائمة مهام",
- "Copy": "نسخ",
- "Copy dev mode command to clipboard": "نسخ أمر وضع المبرمج إلى الحافظة",
- "Copy Link Address": "نسخ عنوان الرابط",
- "Copy Markdown link": "نسخ رابط Markdown",
- "Copy path to clipboard": "نسخ المسار إلى الحافظة",
- "Copy Shareable Link": "نسخ رابط قابل للمشاركة",
- "Copy token": "نسخ الرمز المميز",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "لم يتم التصريح للتطبيق:\n%s\nفضلاً حاول ثانية.",
- "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": "لا يمكن الاتصال بخادم Joplin. يرجى التحقق من الإعدادات في شاشة تكوين التزامن. الخطأ الكامل كان:\n\n%sس",
- "Could not export notes: %s": "تعذر تصدير الملاحظات: %s",
- "Could not install plugin: %s": "تعذّر تثبيت المكوّن الإضافي : %s",
- "Could not upgrade master key: %s": "تعذرت ترقية المفتاح الرئيسي: %s\\",
- "Create a notebook": "إنشاء دفتر ملاحظات",
- "Created": "الإنشاء",
- "created date": "تاريخ الإنشاء",
- "Created local items: %d.": "العناصر المحلية المنشأة: %d.",
- "Created locally": "تم إنشاؤها محليًا",
- "Created remote items: %d.": "العناصر البعيدة المنشأة: %d.",
- "Created: ": "الإنشاء في: ",
- "Created: %d.": "تم إنشاؤها: %d.",
- "Created: %s": "الإنشاء في: %s",
- "Creates a new note.": "ينشئ ملاحظة جديدة.",
- "Creates a new notebook.": "ينشئ دفتر ملاحظات جديد.",
- "Creates a new to-do.": "ينشئ قائمة جديدة للمهام.",
- "Creating new %s...": "إنشاء %s جديد ...",
- "Creating report...": "إنشاء تقرير ...",
- "Current version is up-to-date.": "النسخة الحالية محدَّثة.",
- "custom order": "ترتيب مخصص",
- "Custom order": "ترتيب مخصّص",
- "Custom stylesheet for Joplin-wide app styles": "ورقة أنماط مخصصة لأنماط التطبيق على نطاق Joplin",
- "Custom stylesheet for rendered Markdown": "ورقة أنماط مخصصة لأنماط التطبيق التي تظهر على نطاق Joplin",
- "Custom TLS certificates": "شهادات TLS خاصة",
- "Cut": "قص",
- "Dark": "غامقة",
- "Database v%s": "قاعدة البيانات v%s",
- "Date": "التاريخ",
- "Date format": "تنسيق التاريخ",
- "days": "أيام",
- "Decrypted items: %d": "العناصر التي تم فك تشفيرها: %d",
- "Decrypted items: %s / %s": "العناصر المفكوك تشفيرها: %s / %s",
- "Decrypting items: %d/%d": "فك تشفير العناصر: %d/%d",
- "Default": "تلقائي",
- "Default: %s": "التلقائية: %s",
- "Delete": "حذف",
- "Delete attachment \"%s\"?": "هل تريد حذف المرفقات \"%s\"؟",
- "Delete line": "حذف الخط",
- "Delete local data and re-download from sync target": "حذف البيانات المحليّة وإعادة تنزيل ",
- "Delete note \"%s\"?": "حذف الملاحظة \"%s\" ؟",
- "Delete note?": "حذف الملاحظة؟",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "حذف دفتر الملاحظات \"%s\" ؟\n\nسيتم حذف كل الملاحظات و دفاتر الملاحظات الفرعية ضمن هذا الدفتر أيضاً.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "حذف دفتر الملاحظات؟ سيتم حذف كل الملاحظات و دفاتر الملاحظات الفرعية ضمن هذا الدفتر أيضاً.",
- "Delete plugin \"%s\"?": "حذف المكون الإضافي \"%s\"؟",
- "Delete these %d notes?": "حذف ملاحظات %d هذه ؟",
- "Delete this invitation? The recipient will no longer have access to this shared notebook.": "أحذف هذه الدعوة؟ لن يتمكن المستلم من الوصول إلى دفتر الملاحظات المشترك هذا بعد الآن.",
- "Deleted local items: %d.": "العناصر المحلية المحذوفة: %d.",
- "Deleted remote items: %d.": "العناصر البعيدة المحذوفة: %d.",
- "Deletes the given notebook.": "يحذف دفتر الملاحظات المعطى.",
- "Deletes the notebook without asking for confirmation.": "يحذف دفتر الملاحظات دون طلب تأكيد.",
- "Deletes the notes matching .": "يحذف الملاحظات المطابقة لـ (نمط-ملاحظة).",
- "Deletes the notes without asking for confirmation.": "يحذف الملاحظات دون طلب تأكيد.",
- "Destination format: %s": "التنسيق الوجهة: %s",
- "Directory": "دليل",
- "Directory to synchronise with (absolute path)": "الدليل الذي تتم المزامنة معه (المسار المطلق)",
- "Disable": "تعطيل",
- "Disable encryption": "تعطيل التشفير",
- "Disable safe mode and restart": "تعطيل الوضع الآمن ثم إعادة التشغيل",
- "Disable Web Clipper Service": "تعطيل خدمة Web clipper",
- "Disabled": "معطَّل",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "تعطيل التشفير يعني أن *كل* ملاحظاتك ومرفقاتها ستجري إعادة مزامنتها ثم ترسل دون تشفير إلى وجهة المزامنة. هل ترغب الاستمرار؟",
- "Discard changes": "تجاهل التغييرات",
- "Dismiss": "صرف",
- "Displays a geolocation URL for the note.": "عرض رابط URL للموقع الجغرافي للملاحظة.",
- "Displays only the first top notes.": "يعرض أول أعلى <رقم> ملاحظات فقط.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "يعرض العناصر من النوع/الأنواع المحددة فقط. يمكن أن يكون `n` للملاحظات ، أو `t` لقوائم المهام أو `nt` للملاحظات و قوائم المهام (مثلاً ، `-tt` ستعرض قوائم المهام فقط ، بينما ستعرض `-tnt` الملاحظات و قوائم المهام.",
- "Displays summary about the notes and notebooks.": "يعرض موجزاً عن الملاحظات و دفاتر الملاحظات.",
- "Displays the complete information about note.": "يعرض المعلومات الكاملة عن الملاحظة.",
- "Displays the given note.": "يعرض الملاحظة المعطاة.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "يعرض الملاحظات في الدفتر الحالي. استخدم `ls /` لعرض قائمة دفاتر الملاحظات.",
- "Displays usage information.": "عرض معلومات الاستخدام.",
- "Displays version information": "عرض معلومات النسخة",
- "Do it now": "إفعلها الآن",
- "Do not ask for confirmation.": "لا تطلب التأكيد.",
- "Download": "تحميل",
- "Download and install the relevant extension for your browser:": "قم بتنزيل و تثبيت الإضافة المذكورة في المستعرض لديك:",
- "Downloaded": "تم التنزيل",
- "Downloaded and decrypted": "تم تنزيلها وفك تشفيرها",
- "Downloaded and encrypted": "تم تنزيلها وتشفيرها",
- "Downloading": "جاري التنزيل",
- "Downloading resources...": "يجري تنزيل الموارد...",
- "Dracula": "Dracula",
- "Drop notes or files here": "قم بإسقاط الملاحظات أو الملفات هنا",
- "Dropbox": "Dropbox",
- "Dropbox Login": "تسجيل الدخول إلى Dropbox",
- "Duplicate": "تكرار",
- "Duplicate line": "سطر مكرَّر",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "ينشئ نسخة من الملاحظات المطابقة لـ (ملاحظة) في [notebook] (دفتر ملاحظات). إذا لم يحدد دفتر ملاحظات فستنسخ الملاحظة في دفتر الملاحظات الحالي.",
- "Edit": "تحرير",
- "Edit in external editor": "التحرير في محرر خارجي",
- "Edit note.": "تحرير الملاحظة.",
- "Edit notebook": "تحرير دفتر الملاحظات",
- "Editor": "محرر",
- "Editor font": "خط المحرّر",
- "Editor font family": "نوع خط المحرّر",
- "Editor font size": "حجم خط المحرّر",
- "Editor maximum width": "العرض الأقصى للمحرِّر",
- "Editor monospace font family": "نوع خط المحرّر ذَو الأحرُف أحاديَة التفريق",
- "Either \"text\" or \"json\"": "إما \"text\" أو \"json\"",
- "Emacs": "Emacs",
- "emphasised text": "نص مشدَّد علية",
- "Enable": "تمكين",
- "Enable ++insert++ syntax": "تمكين بناء جملة إدراج",
- "Enable ==mark== syntax": "تمكين بناء الجملة ==علامة==",
- "Enable ^sup^ syntax": "تمكين بناء جملة ^مرتفع^",
- "Enable abbreviation syntax": "تمكين بناء جملة الاختصار",
- "Enable audio player": "تفعيل مشغّل الصوت",
- "Enable deflist syntax": "تمكين بناء جملة قوائم التعريفات",
- "Enable encryption": "تفعيل التشفير",
- "Enable footnotes": "تمكين الحواشي السفلية",
- "Enable Fountain syntax support": "تمكين دعم بناء جملة Fountain",
- "Enable Linkify": "تمكين لينكيفاي",
- "Enable markdown emoji": "تمكين بناء جملة ترميز رمز تعبيري",
- "Enable math expressions": "تمكين العبارات الرياضية",
- "Enable Mermaid diagrams support": "تفعيل دعم مخططات ميرمايد",
- "Enable multimarkdown table extension": "تمكين إضافة جداول التراميز المتعددة",
- "Enable note history": "تمكين تاريخ الملاحظة",
- "Enable PDF viewer": "تمكين عارض PDF",
- "Enable soft breaks": "تمكين الاستراحات الناعمة",
- "Enable table of contents extension": "تمكين إضافة جدول المحتويات",
- "Enable typographer support": "تمكين دعم صائغ الحروف",
- "Enable video player": "تفعيل مشغّل الفيديو",
- "Enable Web Clipper Service": "تفعيل خدمة Web clipper",
- "Enable ~sub~ syntax": "تمكين بناء جملة ~منخفض~",
- "Enabled": "مفعَّل",
- "Encrypted": "مشفّر",
- "Encrypted items cannot be modified": "لا يمكن تعديل العناصر المشفَّرة",
- "Encryption": "التشفير",
- "Encryption Config": "ضبط التشفير",
- "Encryption is: %s": "التشفير هو: %s",
- "Enter code here": "أدخل الرمز هنا",
- "Enter master password:": "أدخل كلمة المرور الرئيسة:",
- "Enter notebook title": "أدخل عنوان دفتر الملاحظات",
- "Enum": "سرد",
- "Error": "خطأ",
- "Error opening note in editor: %s": "حدث خطأ أثناء فتح الملاحظة: %s في المحرر",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "خطأ. فضلاً تحقق من صحة عنوان URL ، اسم المستخدم ، كلمة المرور وغيرها وأن جهة المزامنة المستهدفة يمكن الوصول إليها. كان الخطأ المبلّغ عنه:",
- "Error: %s": "خطأ: %s",
- "Errors only": "الأخطاء فقط",
- "Evernote Export File (as HTML)": "ملف تصدير Evernote (بتنسيق HTML)",
- "Evernote Export File (as Markdown)": "ملف تصدير Evernote (بتنسيق Markdown)",
- "Exits the application.": "الخروج من التطبيق.",
- "Export": "تصدير",
- "Export all": "تصدير الجميع",
- "Export debug report": "تصدير تقرير إصلاح الأخطاء",
- "Export Debug Report": "تصدير تقرير إصلاح الأخطاء",
- "Export profile": "تصديرملف التعريف",
- "Exporting profile...": "جارٍ تصدير ملف التعريف...",
- "Exporting to \"%s\" as \"%s\" format. Please wait...": "التصدير إلى \"%s\" بتنسيق \"%s\". فضلاً انتظر...",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "تصدير بيانات Joplin إلى المسار المعطى. سيصدِّر التطبيق تلقائياً كامل قاعدة البيانات بما في ذلك دفاتر الملاحظات ، الملاحظات ، الوسوم والموارد.",
- "Exports only the given note.": "تصدير الملاحظة المعطاة فقط.",
- "Exports only the given notebook.": "تصدير دفتر الملاحظات المعطى فقط.",
- "Fail-safe": "أمان فشل",
- "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": "آمن من الفشل: لا تقم بمسح البيانات المحلية عندما يكون هدف المزامنة فارغًا (غالبًا ما يكون نتيجة لحدوث خطأ في التكوين أو خلل برمجي)",
- "Fatal error:": "خطأ فادح:",
- "Feature flags": "علامات الميزة",
- "Fetched items: %d/%d.": "العناصر المجلوبة: %d/%d.",
- "Fetching resources: %d/%d": "جلب الموارد: %d/%d",
- "File": "ملف",
- "File system": "نظام الملفات",
- "Firefox Extension": "إضافة Firefox",
- "Fix search index": "إصلاح فهرس البحث",
- "Fixing search index...": "جارٍ إصلاح فهرس البحث ...",
- "Focus": "تركيز",
- "Focus body": "التركيز على المتن",
- "Focus title": "التركيز على العنوان",
- "Folders": "مجلدات",
- "For debugging purpose only: export your profile to an external SD card.": "التصدير هذا لغرض التصحيح فقط: قم بتصدير ملف التعريف الخاص بك إلى بطاقة SD الخارجية.",
- "For information on how to customise the shortcuts please visit %s": "فضلاً زيارة %s لتحصل على معلومات عن كيفية تخصيص الاختصارات",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "لمزيد من المعلومات حول التشفير من طرف إلى طرف (E2EE) ونصيحة حول كيفية تمكينه يرجى مراجعة الوثائق:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "أكتب `help keymap` للحصول على قائمة اختصارات لوحة المفاتيح و خيارات الإعداد",
- "Forward": "إلى الأمام",
- "Found: %d.": "تم العثور عليها: %d.",
- "FTS enabled: %d": "FTS مفعَّلة: %d",
- "Full changelog": "سجل التغيير بكامله",
- "General": "عام",
- "Generating link...": "جارٍ إنشاء الرابط...",
- "Get it now:": "احصل عليها الآن:",
- "Get pre-releases when checking for updates": "جلب نسخ ما قبل الإصدار عند البحث عن تحديثات",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "يستخرج قيمة إعداد أو يضبطها. إذا لم يجر التزويد بـ [value] (قيمة) فسيعرض التطبيق قيمة [name] (اسم). إذا لم يجر التزويد بـ [name] ولا [value] فسيسرد التطبيق الإعداد الحالي.",
- "Go to source URL": "الذهاب إلى عنوان URL المصدر",
- "Goto Anything...": "اذهب إلى أي شيء...",
- "Grant authorisation": "منح ال",
- "Heading": "ترويسة",
- "Help": "مساعدة",
- "Hide %s": "أخف %s",
- "Hide Joplin": "إخفي Joplin",
- "Highlight": "تَمييز النَص",
- "Horizontal Rule": "خط تسطير أفقي",
- "HTML Directory": "دليل HTML",
- "HTML File": "ملف HTML",
- "Hyperlink": "ارتباط تشعبي",
- "ID": "المعرّف",
- "Idle": "خامل",
- "Ignore": "تجاهل",
- "Ignore TLS certificate errors": "تجاهل أخطاء شهادات TLS",
- "Import": "استيراد",
- "Importing from \"%s\" as \"%s\" format. Please wait...": "الاستيراد من \"%s\" بتنسيق \"%s\". فضلاً انتظر...",
- "Importing notes...": "استيراد الملاحظات جارٍ...",
- "Imports data into Joplin.": "استيراد البيانات إلى Joplin.",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "في الوضع \"يدوي\"، يتم تنزيل المرفقات فقط عند النقر عليها. في \"تلقائي\"، يتم تنزيلها عند فتح الملاحظة. في \"دائمًا\"، يتم تنزيل جميع المرفقات سواء قمت بفتح الملاحظة أم لا.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "في أي أمر ، يمكن الإشارة إلى ملاحظة أو دفتر ملاحظات بعنوانه أو بمعرّفه ، أو باستخدام الاختصارات `$n` أو `$b` التي تشير ، على الترتيب ، إلى الملاحظة أو دفتر الملاحظات المختار حالياً. يمكن استخدام `$c` للإشارة إلى العنصر المختار حالياً.",
- "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": "لربط الموقع الجغرافي بالملاحظة ، يحتاج التطبيق إلى إذنك للوصول إلى موقعك.\n\nيمكنك إيقاف تشغيل هذا الخيار في أي وقت في شاشة الإعدادات.",
- "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": "للقيام بذلك، يجب تشفير مجموعة بياناتك بالكامل ومزامنتها، لذا من الأفضل تشغيلها خلال الليل.\n\nللبدء، يرجى اتباع هذه التعليمات:\n\n1. قم بمزامنة جميع أجهزتك.\n2. انقر فوق \"%s\" \n3. دعها تعمل حتى الاكتمال. أثناء تشغيله، تجنب تغيير أي ملاحظة على أجهزتك الأخرى، لتجنب التعارضات.\n4. بمجرد إتمام المزامنة على هذا الجهاز، قم بمزامنة جميع أجهزتك الأخرى واتركها تعمل حتى الاكتمال.\n\nهام: ما عليك سوى تشغيل هذا مرة واحدة على جهاز واحد.",
- "In order to use file system synchronisation your permission to write to external storage is required.": "لاستخدام مزامنة نظام الملفات، يجب الحصول على إذن الكتابة إلى وحدة التخزين الخارجية.",
- "In order to use the web clipper, you need to do the following:": "تحتاج لفعل الخطوات التالية للتمكن من استخدام إضافة القصّ Web clipper:",
- "In progress": "قيد التقدم",
- "In: %s": "في: %s",
- "Indent less": "مسافة بادئة أقل",
- "Indent more": "مسافة بادئة أكثر",
- "Information": "معلومات",
- "Inline Code": "نص لغة برمجة في النسق",
- "Insert": "إدخال",
- "Insert Hyperlink": "إدراج ارتباط تشعبي",
- "Install": "تثبيت",
- "Install from file": "التثبيت من ملف",
- "Installed": "مثبّت",
- "Installing...": "جارٍ التثبيت...",
- "Invalid": "غير صحيح",
- "Invalid %s: %s.": "%s غير صالح: %s.",
- "Invalid answer: %s": "إجابة غير صحيحة: %s",
- "Invalid command: \"%s\"": "أمر غير صالح:\"%s\"",
- "Invalid option value: \"%s\". Possible values are: %s.": "قيمة خيار غير صحيحة: \"%s\". القيم الممكنة هي: %s.",
- "Italic": "مائل",
- "Item \"%s\" could not be downloaded: %s": "العنصر \"%s\" لم يتم الإمكان من تحميله: %s",
- "Items that cannot be decrypted": "العناصر التي لا يمكن فك تشفيرها",
- "Items that cannot be synchronised": "العناصر التي لا يمكن مزامنتها",
- "Joplin can synchronise your notes using various providers. Select one from the list below.": "Joplin يستطيع مزامنة ملاحظاتك باستخدام العديد من المزوّدين. اختر واحداً من القائمة أدناه.",
- "Joplin Cloud": "Joplin Cloud",
- "Joplin Cloud email": "بريد Joplin Cloud",
- "Joplin Cloud password": "كلمة مرور Joplin Cloud",
- "Joplin Export Directory": "دليل تصدير بيانات Joplin",
- "Joplin Export File": "ملف تصدير Joplin",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "فشل Joplin في فك تشفير هذه العناصر عدة مرات، ربما لأنها تالفة أو كبيرة جدًا. ستبقى هذه العناصر على الجهاز ولكن Joplin لن تحاول فك تشفيرها.",
- "Joplin Forum": "منتدى Joplin",
- "Joplin Server": "خادم Joplin",
- "Joplin Server email": "بريد خادم Joplin",
- "Joplin Server password": "كلمة مرور خادم Joplin",
- "Joplin Server URL": "عنوان URL لخادم Joplin",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "تتيح Joplin Web clipper حفظ صفحات الويب ولقطات الشاشة من مستعرضك إلى Joplin.",
- "Joplin website": "موقع ويب Joplin",
- "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": "خدمة المزامنة العائدة لـ Joplin. وهي تتيح الوصول أيضاً إلى ميزات تخص Joplin فقط مثل نشر الملاحظات أو التعاون عليها مع الآخرين.",
- "Keep note history for": "الاحتفاظ بتاريخ الملاحظة لـ",
- "Keyboard Mode": "وضع لوحة المفاتيح",
- "Keyboard Shortcut": "اختصار لوحة المفاتيح",
- "Keyboard Shortcuts": "اختصارات لوحة المفاتيح",
- "Keychain Supported: %s": "سلسلة المفاتيح المدعومة: %s",
- "Landscape": "عرضي",
- "Language": "اللغة",
- "Last error: %s": "آخر خطأ: %s",
- "Later": "لاحقا",
- "Layout": "تخطيط",
- "Layout button sequence": "نسق زر التسلسل",
- "Legal": "قانوني",
- "Letter": "رسالة",
- "Light": "فاتحة",
- "Lines": "خطوط",
- "Link has been copied to clipboard!": "تم نسخ الرابط إلى الحافظة!",
- "Links with protocol \"%s\" are not supported": "الروابط مع البروتوكول \"%s\" غير مدعومة",
- "List item": "عنصر قائمة",
- "Location": "المكان",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "ملف القفل هو قيد الحجز بالفعل. بإمكانك حذف ملف القفل في \"%s\" واستئناف العملية إن كنت تعلم أنه لا توجد مزامنة تجري حالياً.",
- "Log": "السجل",
- "Login": "تسجيل الدخول",
- "Login below.": "تسجيل الدخول أدناه.",
- "Login with Dropbox": "تسجيل الدخول عبر Dropbox",
- "Login with OneDrive": "تسجيل الدخول عبر OneDrive",
- "Make a donation": "تبرَّع",
- "Manage your plugins": "إدارة الإضافات الخاصة بك",
- "Manual": "يدوي",
- "Markdown": "تنسيق Markdown",
- "Marks a to-do as done.": "يعلّم قائمة مهام أنها تمت.",
- "Marks a to-do as non-completed.": "يعلّم قائمة مهام أنها غير مكتملة.",
- "Markup": "ترميز",
- "Master Key %s": "المفتاح الرئيس %s",
- "Max concurrent connections": "الاتصالات المتزامنة القصوى",
- "Missing Master Keys": "المفاتيح الرئيسة مفقودة",
- "Missing required argument: %s": "المعامل المطلوب %s مفقود",
- "Mobile data - auto-sync disabled": "بيانات الجوال - تم تعطيل المزامنة التلقائية",
- "More info": "معلومات اكثر",
- "More information": "معلومات اكثر",
- "More than one item match \"%s\". Please narrow down your query.": "أكثر من عنصر واحد يطابق \"%s\". يرجى تضييق الاستعلام الخاص بك.",
- "Move %d notes to notebook \"%s\"?": "نقل %d ملاحظات إلى دفتر الملاحظات \"%s\" ؟",
- "Move to notebook": "النقل إلى دفتر ملاحظات",
- "Move to notebook...": "النقل إلى دفتر ملاحظات...",
- "Move to notebook:": "النقل إلى دفتر ملاحظات:",
- "n": "لا",
- "N": "لا",
- "New note": "ملاحظة جديدة",
- "New notebook": "دفتر ملاحظات جديد",
- "New Notebook": "دفتر ملاحظات جديد",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "سيتم إنشاء دفتر الملاحظات \"%s\" و استيراد الملف \"%s\" إليه",
- "New sub-notebook": "دفتر ملاحظات فرعي جديد",
- "New tags:": "وسوم جديدة:",
- "New to-do": "قائمة جديدة للمهام",
- "New version: %s": "النسخة الجديدة: %s",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "كلمة مرور Nextcloud",
- "Nextcloud username": "اسم مستخدم Nextcloud",
- "Nextcloud WebDAV URL": "عنوان URL لـ Nextcloud WebDAV",
- "no": "كلّا",
- "No": "لا",
- "No active notebook.": "لا يوجد دفتر ملاحظات نشط.",
- "No item with ID %s": "لا يوجد عنصر بالمعرّف %s",
- "No notebook has been specified.": "لم يتم تحديد دفتر ملاحظات.",
- "No notebook selected.": "لم يتم اختيار دفتر ملاحظات.",
- "No notes in here. Create one by clicking on \"New note\".": "لا توجد ملاحظات هنا. أنشئ واحدةً بالضغط على \"ملاحظة جديدة\".",
- "No resources!": "لا توجد موارد!",
- "No results": "لا نتائج",
- "No such command: %s": "أمر غير موجود: %s",
- "No suggestions": "لا يوجد اقتراحات",
- "No text editor is defined. Please set it using `config editor `": "لم يعرَّف محرر نصوص. فضلاً اضبطه باستخدام `config editor `",
- "Nord": "Nord",
- "Not authentified with %s. Please provide any missing credentials.": "لا يمكن المصادقة باستخدام %s. يرجى التزويد بأي من بيانات اعتماد الدخول المفقودة.",
- "Not downloaded": "لم تنزّل",
- "note": "ملاحظة",
- "Note": "ملاحظة",
- "Note area growth factor": "عامل نمو منطقة الملاحظة",
- "Note attachments": "مرفقات الملاحظات",
- "Note attachments...": "مرفقات الملاحظات...",
- "Note body": "متن الملاحظة",
- "Note does not exist: \"%s\". Create it?": "الملاحظة: \"%s\" غير موجودة. تريد إنشائها؟",
- "Note has been saved.": "تم حفظ الملاحظة.",
- "Note History": "تاريخ الملاحظة",
- "Note is not a to-do: \"%s\"": "الملاحظة: \"%s\" ليست قائمة مهام",
- "Note list": "قائمة الملاحظات",
- "Note list growth factor": "عامل نمو قائمة ااملاحظات",
- "Note properties": "خصائص الملاحظة",
- "Note title": "عنوان الملاحظة",
- "Note&book": "دفتر &ملاحظات",
- "Note: Does not work in all desktop environments.": "ملاحظة: لا تعمل في كل بيئات سطح المكتب.",
- "Note: When a note is shared, it will no longer be encrypted on the server.": "ملاحظة: عند مشاركة ملاحظة ، لن يتم تشفيرها على الخادم.",
- "Notebook list growth factor": "عامل نمو قائمة المفكرة",
- "Notebook: %s": "دفتر ملاحظات: \"%s\"",
- "Notebooks": "دفاتر ملاحظات",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "لا يمكن تسمية دفتر الملاحظات بـ \"%s\" لأنه عنوان محجوز.",
- "Notes and settings are stored in: %s": "الملاحظات و الإعدادات مخزّنة في: %s",
- "Notes can only be created within a notebook.": "يمكن إنشاء الملاحظات فقط ضمن دفتر ملاحظات.",
- "Numbered List": "قائمة مرقّمة",
- "OK": "موافق",
- "OLED Dark": "ظلام لشاشات OLED",
- "On %s: %s": "في %s: %s",
- "One of your master keys use an obsolete encryption method.": "يستخدم أحد مفاتيحك الرئيسية طريقة تشفير قديمة.",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "عنصر أو أكثر هو مشفّر حالياً وقد تحتاج إلى إدخال كلمة مرور رئيسة. فضلاً أكتب `e2ee decrypt` لفعل هذا. إن كنت قد أدخلت كلمة المرور فعلاً فإن فك تشفير العناصر المشفَّرة جارٍ في الخلفية وستكون متوفرة قريباً.",
- "One or more master keys need a password.": "مفتاح رئيسي واحد أو أكثر يحتاج إلى كلمة مرور.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "تسجيل الدخول إلى OneDrive",
- "Only one note can be printed at a time.": "يمكن طباعة ملاحظة واحدة فقط في كل مرة.",
- "Open": "فتح",
- "Open %s": "افتح %s",
- "Open profile directory": "فتح مجلّد ملف التعريف",
- "Open Sync Wizard...": "فتح معالج المزامنة...",
- "Open...": "فتح...",
- "Operation cancelled": "ألغيت العملية",
- "Options": "خيارات",
- "Or create an account.": "أو أنشئ حساباً.",
- "Output format: %s": "تنسيق المصدر: %s",
- "Page orientation for PDF export": "اتجاه الصفحة لتصدير PDF",
- "Page size for PDF export": "حجم الصفحة لتصدير PDF",
- "Password": "كلمة المرور",
- "Password cannot be empty": "لا يمكن أن تكون كلمة المرور فارغة",
- "Password:": "كلمة المرور:",
- "Passwords do not match!": "كلمات المرور غير متطابقة!",
- "Paste": "لصق",
- "Path:": "المسار:",
- "PDF File": "ملف PDF",
- "Permission needed": "مطلوب الإذن",
- "Permission to use camera": "الإذن باستخدام الكاميرا",
- "Please confirm that you would like to re-encrypt your complete database.": "يرجى تأكيد رغبتك في إعادة تشفير قاعدة البيانات الكاملة الخاصة بك.",
- "Please enter your password in the master key list below before upgrading the key.": "الرجاء إدخال كلمة المرور الخاصة بك في قائمة المفاتيح الرئيسية أدناه قبل ترقية المفتاح.",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "فضلاً افتح عنوان URL التالي في المستعرض لديك لتمكين التطبيق من المصادقة سينشئ التطبيق دليلاً في \"Apps/Joplin\" ثم يقوم فقط بقراءة وكتابة الملفات في هذا الدليل. لن يكون لديه أي وصول لأي ملف خارج هذا الدليل أو لأي بيانات شخصية أخرى. لن نشارك البيانات مع أي طرف ثالث.",
- "Please select a notebook first.": "يرجى اختيار دفتر ملاحظات أولاً.",
- "Please select the note or notebook to be deleted first.": "يرجى اختيار الملاحظة أو دفتر الملاحظات المراد حذفه أولاً.",
- "Please select where the sync status should be exported to": "فضلاً اختر أين سيتم تصدير حالة المزامنة",
- "Please specify import format for %s": "فضلاً حدّد تنسيق الاستيراد لـ %s",
- "Please specify the notebook where the notes should be imported to.": "فضلاً حدّد دفتر الملاحظات الذي ترغب استيراد الملاحظات إليه.",
- "Please upgrade Joplin to use this plugin": "يرجى تحديث Joplin لإستخدام هذا البرنامج الإضافي",
- "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": "يرجى الانتظار حتى يتم تنزيل جميع المرفقات وفك تشفيرها. يمكنك أيضًا التبديل إلى %s لتحرير الملاحظة.",
- "Please wait...": "الرجاء الإنتظار...",
- "Plugin tools": "أدوات الإضافات",
- "Plugins": "المكونات الإضافية",
- "Portrait": "طولي",
- "Possible keys/values:": "المفاتيح/القيم الممكنة:",
- "Possible values: %s.": "القيم الممكنة : %s.",
- "Preferences": "التفضيلات",
- "Preferences...": "تفضيلات...",
- "Preferred dark theme": "التنسيق الفاتح المفضّل",
- "Preferred light theme": "التنسيق الغامق المفضّل",
- "Press Ctrl+D or type \"exit\" to exit the application": "اضغط Ctrl+D أو اكتب \"exit\" للخروج من التطبيق",
- "Press the shortcut": "اضغط على الاختصار",
- "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": "اضغط على الاختصار ثم اضغط على \"ENTER\". أو اضغط على \"BACKSPACE\" لمسح الاختصار.",
- "Press to set the decryption password.": "إضغط لضبط كلمة مرور فك التشفير.",
- "Previous versions of this note": "الإصدارات السابقة من هذه الملاحظة",
- "Print": "اطبع",
- "Privacy Policy": "سياسة الخصوصية",
- "Profile Version: %s": "نسخة الملف الشخصي: %s",
- "Properties": "الخصائص",
- "Publish note...": "نشر الملاحظة...",
- "Publish Notes": "نشر الملاحظات",
- "Publish notes to the internet": "أنشر الملاحظات على الإنترنت",
- "Quit": "إغلاق",
- "Re-encrypt data": "إعادة تشفير البيانات",
- "Re-encryption": "اعادة التشفير",
- "Re-upload local data to sync target": "إعادة رفع البيانات المحليّة إلى وجهة المزامنة",
- "Read more about it": "إقرأ المزيد عن هذا",
- "Read time: %s min": "وقت القراءة: %s دقيقة",
- "Recipient has accepted the invitation": "قام المستلم بقبول الدعوة",
- "Recipient has not yet accepted the invitation": "لم يقبل المستلم الدعوة بعدُ",
- "Recipient has rejected the invitation": "قام المستلم برفض الدعوة",
- "Recipients:": "المستلمون:",
- "Redo": "إعادة التحميل",
- "Refresh": "تحديث",
- "Reject": "رفض",
- "Remove": "إزالة",
- "Remove tag \"%s\" from all notes?": "إزالة الوسم \"%s\" من كل الملاحظات؟",
- "Remove this search from the sidebar?": "حذف هذا البحث من الشريط الجانبي؟",
- "Rename": "إعادة تسمية",
- "Rename notebook:": "إعادة تسمية دفتر الملاحظات:",
- "Rename tag:": "إعادة تسمية الوسم:",
- "Renames the given - (note or notebook) to .": "يعيد تسمية
- (عنصر) معطى (ملاحظة أو دفتر ملاحظات) ليصبح (اسم).",
- "Renew token": "تجديد الرمز المميز",
- "Resources: %d.": "الموارد: %d.",
- "Restart and upgrade": "أعد التشغيل ورقّي",
- "Restart now": "إعادة التشغيل الآن",
- "Restore": "استعادة",
- "Restored Notes": "الملاحظات المستعادة",
- "Retry": "إعادة المحاولة",
- "Retry All": "إعادة محاولة الجميع",
- "Reveal file in folder": "اضهار الملف في المجلد",
- "Reverse sort order": "عكس طريقة الترتيب",
- "Reverses the sorting order.": "يعكس طريقة الترتيب.",
- "Revision: %s (%s)": "المراجعة: %s (%s)",
- "Runs the commands contained in the text file. There should be one command per line.": "تشغيل الأوامر المضمنة في الملف النصي. يجب أن يكون هناك أمر واحد لكل سطر.",
- "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": "الوضع الآمن مفعّل حالياً. تم تعطيل عرض الملاحظات وتعطل كل الإضافات مؤقتاً.",
- "Save": "حفظ",
- "Save alarm": "حفظ المنبّه",
- "Save as...": "حفظ باسم...",
- "Save changes": "حفظ التغييرات",
- "Save geo-location with notes": "حفظ الموقع الجغرافي مع الملاحظات",
- "Search": "بحث",
- "Search for plugins...": "البحث عن الإضافات...",
- "Search in all the notes": "البحث في كل الملاحظات",
- "Search in current note": "البحث في الملاحظة الحاليّة",
- "Search...": "بحث...",
- "Search:": "بحث:",
- "Searches for the given in all the notes.": "يبحث عن الـ (نمط) المعطى في كل الملاحظات.",
- "See the pre-release page for more details: %s": "أنظر صفحة نسخ ما قبل الإصدار للمزيد من المعلومات: %s",
- "Select": "اختر",
- "Select all": "اختيار الكل",
- "Server is already running on port %d": "الخادم قيد التشغيل بالفعل على المنفذ %d",
- "Server is not running.": "الخادم لا يعمل.",
- "Server is running on port %d": "الخادم قيد التشغيل على المنفذ %d",
- "Set alarm": "ضبط منبّه",
- "Set alarm:": "ضبط منبّه:",
- "Set the password": "ضبط كلمة المرور",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "يضبط الخاصية للـ المعطاة على [value] معطاة. الخصائص الممكنة هي:\n%s",
- "Share": "مشاركة",
- "Share Notebook": "مشاركة دفتر الملاحظات",
- "Share notebook...": "مشاركة الملاحظة...",
- "Sharing notebook...": "تجري مشاركة الملاحظة...",
- "Shortcuts are not available in CLI mode.": "الاختصارات غير متوفرة في وضع واجهة سطر الأوامر.",
- "Show Advanced Settings": "أظهر الاعدادات المتقدمة",
- "Show all": "إظهار الكل",
- "Show completed to-dos": "إظهار قوائم المهام المكتملة",
- "Show note counts": "إظهار عدد الملاحظات",
- "Show tray icon": "إظهار أيقونة لوحة النظام",
- "Sidebar": "الشريط الجانبي",
- "Size": "حجم",
- "Skip this version": "تجاوز هذه النسخة",
- "Skipped items: %d (use --retry-failed-items to retry decrypting them)": "العناصر التي تم تخطيها: %d (استخدم \"retry-failed-items--\" لإعادة محاولة فك تشفيرها)",
- "Skipped: %d.": "تم تخطيها: %d.",
- "Solarised Dark": "Solarised Dark",
- "Solarised Light": "Solarised Light",
- "Some items cannot be decrypted.": "لا يمكن فك تشفير بعض العناصر.",
- "Some items cannot be synchronised.": "لا يمكن مزامنة بعض العناصر.",
- "Sort notebooks by": "فرز دفاتر الملاحظات حسب",
- "Sort notes by": "ترتيب الملاحظات حسب",
- "Sort selected lines": "فرز الخطوط المحددة",
- "Sorts the item by (eg. title, updated_time, created_time).": "يرتب العناصر حسب <حقل> (على سبيل المثال، العنوان ، تاريخ التحديث ، تاريخ الإنشاء).",
- "Source format: %s": "تنسيق المصدر: %s",
- "Source: ": "المصدر: ",
- "Specify the port that should be used by the API server. If not set, a default will be used.": "حدد المنفذ الذي يجب استخدامه بواسطة خادم API. إذا لم يتم تعيينه، سيتم استخدام تلقائي.",
- "Spell checker": "مدقق املائي",
- "Split View": "عرض منقسم",
- "Start application minimised in the tray icon": "بدء التطبيق مصغراً في لوحة النظام",
- "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": "ابدأ، أوقف أو تحقق من خادم API. لتحديد أي منفذ يجب تشغيله، قم بتعيين متغير تكوين api.port. الأوامر هي (%s).",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "بدء فك التشفير جارٍ... يرجى الانتظار حيث قد تستغرق العملية عدة دقائق بحسب كمية البيانات المطلوب فك تشفيرها.",
- "Starting synchronisation...": "يجري بدء المزامنة...",
- "Starting to edit note. Close the editor to get back to the prompt.": "بدء تحرير الملاحظة. أغلق المحرر للعودة إلى المحث.",
- "Statistics": "إحصائيات",
- "Statistics...": "إحصائيات...",
- "Status": "الحالة",
- "Status: %s": "الحالة: %s",
- "Status: Started on port %d": "الحالة: تم البدء على المنفذ %d",
- "Step 1: Enable the clipper service": "الخطوة 1: تفعيل خدمة إضافة القصّ Web clipper",
- "Step 1: Open this URL in your browser to authorise the application:": "الخطوة 1: إفتح عنوان URL هذا في المستعرض للتصريح للتطبيق:",
- "Step 2: Enter the code provided by Dropbox:": "الخطوة 2: أدخل الرمز المزوّد من Dropbox:",
- "Step 2: Install the extension": "الخطوة 2: تثبيت الإضافة",
- "Stop": "قف",
- "Stop external editing": "إيقاف التحرير خارج التطبيق",
- "Strikethrough": "توسيط خط في النص",
- "strong text": "نص مشدَّد",
- "Submit": "إرسال",
- "Subscript": "حرف تحتي",
- "Success! Synchronisation configuration appears to be correct.": "نجاح! يبدو أن إعداد المزامنة صحيح.",
- "Superscript": "أحرف فوقية",
- "Swap line down": "اصطف بلمبادلة لأسفل",
- "Swap line up": "اصطف بلمبادلة لأعلى",
- "Switch between note and to-do type": "التبديل بين نوعي الملاحظة و قائمة المهام",
- "Switch to note type": "التبديل إلى النوع ملاحظة",
- "Switch to to-do type": "التبديل إلى النوع قائمة مهام",
- "Switches to [notebook] - all further operations will happen within this notebook.": "التبديل إلى [notebook] - جميع العمليات التالية ستجري في هذا الدفتر.",
- "Sync Status": "حالة المزامنة",
- "Sync status (synced items / total items)": "حالة المزامنة (العناصر المنجزة / إجمالي العناصر)",
- "Sync target must be upgraded! Run `%s` to proceed.": "يجب ترقية هدف المزامنة! قم بتشغيل `%s` للمتابعة.",
- "Sync Target Upgrade": "ترقية هدف المزامنة",
- "Sync to provided target (defaults to sync.target config value)": "يزامن مع الوجهة المذكورة (قيمة الإعداد التلقائية هي sync.target)",
- "Sync Version: %s": "النسخة المتزامنة: %s",
- "Sync your notes": "زامِن ملاحظاتك",
- "Synchronisation": "المزامنة",
- "Synchronisation interval": "مهلة المزامنة",
- "Synchronisation is already in progress.": "المزامنة قيد التقدم بالفعل.",
- "Synchronisation Status": "حالة المزامنة",
- "Synchronisation target": "وجهة المزامنة",
- "Synchronisation target: %s (%s)": "وجهة المزامنة: %s (%s)",
- "Synchronise": "زامِن",
- "Synchronise only over WiFi connection": "مزامنة فقط عبر اتصال واي فاي",
- "Synchronises with remote storage.": "يزامن مع المخزن البعيد.",
- "Synchronising...": "مزامنة...",
- "Synchronizing...": "المزامنة جارية...",
- "Tabloid": "صحيفة شعبية",
- "Tagged: %d.": "تم وسمها: %d.",
- "Tags": "وسوم",
- "Take photo": "التقاط صورة",
- "Text editor command": "أمر محرر النصوص",
- "Thank you! Your Joplin Cloud account is now setup and ready to use.": "شكراً لك! تم إعداد حساب Joplin Cloud الخاص بك وهو جاهز للاستخدام.",
- "The app is now going to close. Please relaunch it to complete the process.": "سيتم إغلاق التطبيق الآن. يرجى إعادة تشغيله لإكمال العملية.",
- "The application has been authorised - you may now close this browser tab.": "تم التصريح للتطبيق - يمكنك الآن إغلاق تبويب المستعرض هذا.",
- "The application has been authorised!": "تم التصريح للتطبيق!",
- "The application has been successfully authorised.": "جرى التصريح للتطبيق بنجاح.",
- "The application must be restarted for these changes to take effect.": "يجب إعادة تشغيل التطبيق حتى تصبح هذه التغييرات سارية المفعول.",
- "The attachments will no longer be watched when you switch to a different note.": "لن تتم مشاهدة المرفقات بعد الآن عند التبديل إلى ملاحظة مختلفة.",
- "The command \"%s\" is only available in GUI mode": "الأمر \"%s\" متوفر فقط في وضع الواجهة الرسومية",
- "The default admin password is insecure and has not been changed! [Change it now](%s)": "كلمة مرور المسؤول الافتراضية غير آمنة ولم يتم تغييرها! [غيرها الآن] (%s)",
- "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": "تم تغيير طريقة التشفير الافتراضية إلى طريقة أكثر أمانًا ويوصى بتطبيقها على بياناتك.",
- "The default encryption method has been changed, you should re-encrypt your data.": "تم تغيير طريقة التشفير الافتراضية، يجب إعادة تشفير بياناتك.",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "أمر محرر النصوص (قد يتضمن معامِلات) الذي سيستخدم لفتح ملاحظة. إذا لم يجر التزويد بأي محرر فسيحاول التطبيق اكتشاف المحرِّر التلقائي آلياً.",
- "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": "تحدد خاصية العامل الرياضي كيف سينمو العنصر أو يتقلص ليلائم المساحة المتوفرة في الحاوية الخاصة به فيما يتعلق بالعناصر الأخرى. وبالتالي، فإن العنصر الذي ينضرب مع العامل 2 سيأخذ ضِعف مساحة العنصر بمعامل 1. أعد تشغيل التطبيق لمشاهدة التغييرات.",
- "The following attachments are being watched for changes:": "تتم مراقبة المرفقات التالية للتغييرات:",
- "The Joplin mobile app does not currently support this type of link: %s": "تطبيق Joplin على الهاتف الجوال لا يدعم حالياً هذا النوع من الربط : %s",
- "The master key has been upgraded successfully!": "تمت ترقية المفتاح الرئيسي بنجاح!",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "تم استخدام المفاتيح الرئيسة ذات المعرّفات التالية لتشفير بعض العناصر لديك ، إلا أن التطبيق لم يتمكن من الوصول إليها حالياً. من المحتمل أن يجري تنزيلها فيما بعد عبر المزامنة.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "تمت استعادة الملاحظة \"%s\" بنجاح إلى دفتر الملاحظات \"%s\".",
- "The notebook could not be saved: %s": "لم يتم حفظ دفتر الملاحظات: %s",
- "The notes have been imported: %s": "جرى استيراد الملاحظات: %s",
- "The possible commands are:": "الأوامر الممكنة هي:",
- "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": "يجب ترقية هدف المزامنة قبل أن يتمكن Joplin من المزامنة. قد تستغرق العملية بضع دقائق حتى تكتمل ويحتاج التطبيق إلى إعادة التشغيل. للمتابعة الرجاء الضغط على الرابط.",
- "The tag \"%s\" already exists. Please choose a different name.": "الوسم \"%s\" موجود بالفعل. فضلاً إختر اسماً مختلفاً.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "الوجهة المستهدفة المزامنة إليها. كل وجهة مزامنة مستهدفة قد يكون لها معلمات إضافية تكون مسماة بـ `sync.NUM.NAME` (جميعها موثقة أدناه).",
- "The Web Clipper needs your authorisation to access your data.": "Web Clipper بحاجة لتصريحك من أجل الوصول لبياناتك.",
- "The web clipper service is enabled and set to auto-start.": "خدمة Web Clipper مفعَّلة ومضبوطة على البدء التلقائي.",
- "The web clipper service is not enabled.": "خدمة Web clipper غير مفعَّلة.",
- "Theme": "السمة",
- "There are currently no notes. Create one by clicking on the (+) button.": "لا توجد ملاحظات حالياً. أنشئ واحدة بالضغط على زر (+).",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "لا يوجد دفتر ملاحظات حالياً. أنشئ واحداً بالضغط على \"دفتر ملاحظات جديد\".",
- "There is no data to export.": "لا يوجد بيانات للتصدير.",
- "There was a [conflict](%s) on the attachment below.\n\n%s": "كان هناك (%s)[conflict] على المرفق أدناه.\n\n%s",
- "There was an error downloading this attachment:": "حدث خطأ أثناء تنزيل هذا المرفق:",
- "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": "حدث خطأ أثناء إعداد حساب Joplin Cloud الخاص بك. يرجى التأكد من البريد الإلكتروني وكلمة المرور والمحاولة ثانية. الخطأ كان\n\n%s",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "ستبقى هذه العناصر على الجهاز إلا أنها لن يجري رفعها إلى وجهة المزامنة. لكي تجد هذه العناصر ، عليك إما البحث عن العنوان أو المعرِّف (وهو معروض أعلاه بين قوسين).",
- "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": "تعمل هذه المكونات الإضافية على تحسين عارض Markdown بميّزات إضافية. يرجى ملاحظة أنه على الرغم من أن هذه الميزات قد تكون مفيدة، إلا أنها ليست Markdown قياسية وبالتالي فإن معظمها سيعمل فقط في Joplin. بالإضافة إلى ذلك، بعضها *غير متوافق* مع محرّر WYSIWYG. إذا فتحت ملاحظة تستخدم أحد هذه المكونات الإضافية في ذلك المحرر، فستفقد تنسيق المكون الإضافي. تمت الإشارة أدناه إلى المكونات الإضافية المتوافقة مع محرر WYSIWYG و الغير متوافقة.",
- "This attachment is not downloaded or not decrypted yet": "لم يجر تنزيل هذا المرفق أو فك تشفيره حتى الآن",
- "This attachment is not downloaded or not decrypted yet.": "لم يجر تنزيل هذا المرفق أو فك تشفيره حتى الآن.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "هذا الرمز المميز للتصريح مطلوب فقط للسماح لتطبيقات طرف ثالث للوصول إلى Joplin.",
- "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": "هذه أداة متقدمة لإظهار المرفقات المرتبطة بملاحظاتك. يرجى توخّي الحذر عند حذف أحدها حيث لا يمكن استعادتها بعد ذلك.",
- "This note does not have geolocation information.": "ليس لدى هذه الملاحظة معلومة موقع جغرافي.",
- "This note has been modified:": "جرى تعديل هذه الملاحظة:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "ليس لهذه الملاحظة أي محتوى. اضغط على \"%s\" لتبديل المحرّر وتحرير الملاحظة.",
- "This note has no history": "هذه المذكرة ليس لها تاريخ",
- "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": "يحتوي محرر النص المنسق هذا على عدد من القيود ومن المستحسن أن تكون على دراية بها قبل استخدامه.",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "تتيح هذه الخدمة تواصل إضافة المستعرض مع Joplin. عندما تفعّلها قد يسألك الجدار الناري أن تعطي الإذن لـ Joplin بالاستماع إلى منفذ محدّد.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "هذا يتيح لـ Joplin العمل في الخلفية. نوصي بتفعيل هذا الإعداد لكي تجري مزامنة ملاحظاتك باستمرار ، مما يقلل عدد حالات التعارض.",
- "This will open a new screen. Save your current changes?": "هذا سيفتح شاشة جديدة. حفظ التغييرات الحالية الخاصة بك؟",
- "Time format": "تنسيق الوقت",
- "title": "العنوان",
- "Title": "العنوان",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "يرجى اتباع الخطوات التالية للسماح لـ Joplin بالمزامنة مع Dropbox:",
- "To delete a tag, untag the associated notes.": "لتحذف الوسم، أزل الوسم عن الملاحظات التي وسمت به.",
- "To delete: %d": "المعدّة للحذف: %d",
- "To enter command line mode, press \":\"": "للدخول إلى وضع سطر الأوامر ، اضغط \":\"",
- "To exit command line mode, press ESCAPE": "للخروج من وضع سطر الأوامر ، اضغط ESCAPE",
- "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": "لفرز الملاحظات يدويًا، يجب تغيير ترتيب الفرز إلى \"%s\" في القائمة \"%s\" > \"%s\"",
- "To maximise/minimise the console, press \"tc\".": "لتكبير/تصغير وحدة التحكم ، اضغط \"tc\".",
- "To move from one pane to another, press Tab or Shift+Tab.": "للتنقل من جزء إلى آخر اضغط Tab أو Shift+Tab.",
- "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": "لإعادة محاولة فك تشفير هذه العناصر. شغّل `e2ee decrypt --retry-failed-items`",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "يحتاج التطبيق للأذونات التالية كي يعمل بشكل صحيح. فضلاً فعّلها في إعدادات هاتفك ، في التطبيقات > Joplin > الأذونات",
- "to-do": "قائمة مهام",
- "Toggle comment": "تبديل قائمة الملاحظات",
- "Toggle development tools": "تبديل أدوات التطوير",
- "Toggle editor layout": "تبديل تخطيط المحرّر",
- "Toggle editors": "تبديل المحرّرات",
- "Toggle external editing": "تبديل وضع التحرير الخارجي",
- "Toggle note list": "تبديل قائمة الملاحظات",
- "Toggle safe mode": "تبديل الوضع الآمن",
- "Toggle sidebar": "تبديل الشريط الجانبي",
- "Token has been copied to the clipboard!": "تم نسخ الرمز المميز إلى الحافظة!",
- "Tools": "أدوات",
- "Total: %d/%d": "الإجمالي: %d/%d",
- "Try again": "حاول ثانية",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "أكتب `help [command]` للمزيد من المعلومات عن أمر ما ، أو `help all` لمعلومات الاستخدام الكاملة.",
- "Type `joplin help` for usage information.": "أكتب `joplin help` لمعلومات الاستخدام.",
- "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": "اكتب عنوان ملاحظة أو جزء من محتواه للانتقال إليه. أو اكتب # متبوعاً بإسم وسم، أو @ متبوعاً باسم دفتر ملاحظات. أو اكتب : للبحث عن الأوامر.",
- "Type new tags or select from list": "أكتب وسوماً جديدة أو اخترها من القائمة",
- "Type: %s.": "النوع: %s.",
- "Uncompleted to-dos on top": "قوائم المهام غير المكتملة في الأعلى",
- "Undo": "الغاء التحميل",
- "Unknown flag: %s": "علامة غير معروفة: %s",
- "Unknown item type downloaded - please upgrade Joplin to the latest version": "تم تنزيل نوع عنصر غير معروف - يرجى ترقية Joplin إلى أحدث إصدار",
- "Unpublish note": "إلغاء نشر الملاحظة",
- "Unshare": "إلغاء المشاركة",
- "Unshare this notebook? The recipients will no longer have access to its content.": "إلغاء مشاركة هذا الدفتر ؟ لن يتمكن المستلمون من الوصول إلى محتوياته بعد الآن.",
- "Unsupported image type: %s": "نوع صورة غير مدعوم: %s",
- "Unsupported link or message: %s": "رابط أو رسالة غير مدعومان: %s",
- "Untitled": "بدون اسم",
- "Update": "تحديث",
- "Updated": "التحديث",
- "updated date": "تاريخ التحديث",
- "Updated local items: %d.": "العناصر المحلية المحدَّثة: %d.",
- "Updated remote items: %d.": "العناصر البعيدة المحدَّثة: %d.",
- "Updated: ": "تم تحديثها: ",
- "Updated: %d.": "تم تحديثها: %d.",
- "Updated: %s": "تم تحديثها: %s",
- "Updating...": "جارٍ التحديث...",
- "Upgrade": "ترقية",
- "Upgrade the sync target to the latest version.": "قم بترقية هدف المزامنة إلى أحدث إصدار.",
- "URL": "عنوان URL",
- "Usage: %s": "الاستخدام : %s",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "استخدام نسق القائمة الطويلة. النسق هو ID (معرِّف) ، NOTE_COUNT (عدد الملاحظات (لدفتر الملاحظات)) ، DATE (التاريخ) ، TODO_CHECKED (تم عنصر المهمة (لقوائم المهام)) ، TITLE (العنوان)",
- "Use spell checker": "إستخدام مفتش التهجأة",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "استخدم أزرار الأسهم و Page Up/Page Down للتمرير في القوائم ومناطق النص (بما فيها وحدة التحكم هذه).",
- "Use the arrows to move the layout items. Press \"Escape\" to exit.": "استخدم الأسهم لتحريك عناصر التخطيط. اضغط على \"Escape\" للخروج.",
- "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": "استخدم هذا لإعادة إنشاء فهرس البحث إذا كانت هناك مشكلة في البحث. قد يستغرق الأمر وقتًا طويلًا اعتمادًا على عدد الملاحظات.",
- "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": "الخط المستخدم لأغلب النصوص في محرِّر Markdown. سيتم استخدام خط عامّ ذو عرض تناسبي (متغيّر).",
- "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": "الخط المستخدم عند الحاجة إلى خط ثابت العرض لوضع النص بصورة مقروءة (في الجداول وخانات الاختيار والشفرة البرمجية مثلاً). عندما لا يُعثر عليه سيتم استخدام خط عامّ أحادي المسافة (ثابت العرض).",
- "Valid": "صحيح",
- "View": "عرض",
- "View on map": "عرض على الخريطة",
- "View them now": "عرضها الآن",
- "Viewer": "عارض",
- "Vim": "Vim",
- "Warning": "تحذير",
- "Warning: not all resources shown for performance reasons (limit: %s).": "تحذير: لم يتم عرض كافّة الموارد لأسباب تتعلق بالأداء (الحد: %s).",
- "Web Clipper": "Web Clipper",
- "WebDAV": "WebDAV",
- "WebDAV password": "كلمة مرور WebDAV",
- "WebDAV URL": "عنوان URL لـ WebDAV",
- "WebDAV username": "اسم مستخدم WebDAV",
- "Website and documentation": "موقع الويب و التوثيق",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "مرحباً بك في Joplin!\n\nأكتب `:help shortcuts` للحصول على قائمة اختصارات لوحة المفاتيح ، أو `:help` فقط لمعلومات الاستخدام.\n\nعلى سبيل المثال ، اضغط `mb` لإنشاء دفتر ملاحظات ، و اضغط `mn` لإنشاء ملاحظة.",
- "When creating a new note:": "عند إنشاء ملاحظة جديدة:",
- "When creating a new to-do:": "عند إنشاء قائمة جديدة للمهام:",
- "Words": "كلمات",
- "y": "نعم",
- "Y": "نعم",
- "yes": "نعم",
- "Yes": "نعم",
- "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": "أنت على وشك إرفاق صورة كبيرة (% dx% d بكسل). هل ترغب في تغيّير حجمة إلى %d بكسل قبل إرفاقه؟",
- "You currently have no notebooks.": "ليس لديك حاليا دفاتر ملاحظات.",
- "You do not have any installed plugin.": "ليس لديك أي مكون إضافي مثبت.",
- "You may also type `status` for more information.": "يمكنك أيضًا كتابة \"الحالة\" لمزيد من المعلومات.",
- "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": "يمكنك استخدام الأداة أدناه لإعادة تشفير بياناتك، على سبيل المثال إذا كنت تعلم أن بعض ملاحظاتك مشفرة بطريقة تشفير قديمة.",
- "Your choice: ": "اختيارك هو: ",
- "Your data is going to be re-encrypted and synced again.": "ستتم إعادة تشفير بياناتك ومزامنتها مرة أخرى.",
- "Your permission to use your camera is required.": "إذنك باستخدام كاميرا الجوال مطلوب.",
- "Your version: %s": "النسخة لديك: %s",
- "Zoom In": "تكبير",
- "Zoom Out": "تصغير"
+ "\"%s\" is missing the required \"%s\" property.": [
+ "يفتقد \"%s\" خاصية \"%s\" المطلوبة."
+ ],
+ "%d days": [
+ "%d أيام"
+ ],
+ "%d GB": [
+ ""
+ ],
+ "%d GB storage space": [
+ "GB %d مساحة التخزين"
+ ],
+ "%d hour": [
+ "%d ساعة"
+ ],
+ "%d hours": [
+ "%d ساعات"
+ ],
+ "%d MB": [
+ ""
+ ],
+ "%d MB per note or attachment": [
+ "MB %d لكل ملاحظة او مرفق"
+ ],
+ "%d minutes": [
+ "%d دقائق"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d ملاحظة تطابق هذا النمط. حذف هذه الملاحظات؟"
+ ],
+ "%s %s (%s, %s)": [
+ "%s %s (%s, %s)"
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) لم يتم الإمكان من تحميله: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ "%s (%s) يرغب مشاركة دفتر ملاحظات معك."
+ ],
+ "%s (%s): %s": [
+ "%s (%s): %s"
+ ],
+ "%s (pre-release)": [
+ "%s (ما قبل الإصدار)"
+ ],
+ "%s - Copy": [
+ "%s - نسخ"
+ ],
+ "%s / %s": [
+ "%s / %s"
+ ],
+ "%s / %s / %s": [
+ "%s / %s / %s"
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d": [
+ "%s : %d"
+ ],
+ "%s: %d notes": [
+ "%s: %d ملاحظات"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "&تعديل"
+ ],
+ "&File": [
+ "&ملف"
+ ],
+ "&Go": [
+ "&اذهب"
+ ],
+ "&Help": [
+ "&مساعدة"
+ ],
+ "&Note": [
+ "&ملاحظة"
+ ],
+ "&Tools": [
+ "&أدوات"
+ ],
+ "&View": [
+ "&عرض"
+ ],
+ "(%s)": [
+ "(%s)"
+ ],
+ "(In plugin: %s)": [
+ ""
+ ],
+ "(None)": [
+ "(لاشيء)"
+ ],
+ "(wysiwyg: %s)": [
+ "(wysiwyg: %s)"
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- الكاميرا: للسماح بالتقاط صورة و إرفاقها بملاحظة."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- المكان: للسماح بإرفاق معلومات الموقع الجغرافي مع الملاحظات."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- التخزين: للسماح بإرفاق ملفات للملاحظات و لتمكين المزامنة من نظام الملفات."
+ ],
+ " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": [
+ " (أمر-وسم) يمكن أن يكون \"add\" (أضف) ، \"remove\" (أزل) أو \"list\" (أسرد) ، وذلك لإضافة [وسم] أو إزالته من [ملاحظة] أو لسرد الملاحظات المرتبطة بال [وسم]. الأمر`tag list` يمكن استخدامه لسرد كل الوسوم (استخدم -l لخيار الوسوم الطويلة)."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ "يمكن أن يكون (أمر قائمة المهام) \"toggle\" (تبديل) أو \"clear\" (مسح) فقط. استخدم \"toggle\" لتبديل حال قائمة المهام المعطاة بين مكتملة و غير مكتملة (إذا كانت الملاحظة المقصودة عادية فسيتم تحويلها إلى قائمة مهام). استخدم \"clear\" لتحويل قائمة المهام ثانيةً إلى ملاحظة عادية."
+ ],
+ "A3": [
+ "A3"
+ ],
+ "A4": [
+ "A4"
+ ],
+ "A5": [
+ "A5"
+ ],
+ "About Joplin": [
+ "حول Joplin"
+ ],
+ "accelerator": [
+ "مُسَرّع"
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ "المسرع \"%s\" غير صالح."
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ "يتم استخدام المسرّع \"%s\" للأوامر \"%s\" و \"%s\". قد يؤدي هذا إلى سلوك غير متوقع."
+ ],
+ "Accept": [
+ "قبول"
+ ],
+ "Access denied: Please check your username and password": [
+ "تم رفض الدخول: المرجو التأكد من اسم المستخدم و كلمة السر"
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ "تم رفض الدخول: المرجو إعادة إدخال كلمة السر و/أو اسم المستخدم"
+ ],
+ "Account": [
+ "حساب"
+ ],
+ "Action": [
+ "عمل"
+ ],
+ "Actions": [
+ "إجراءات"
+ ],
+ "Active": [
+ "نشط"
+ ],
+ "Actual Size": [
+ "الحجم الفعلي"
+ ],
+ "Add body": [
+ "أضف الجسم"
+ ],
+ "Add new": [
+ "إضافة جديدة"
+ ],
+ "Add or remove tags:": [
+ "إضافة أو حذف وسوم:"
+ ],
+ "Add recipient:": [
+ "أضِف المستلم:"
+ ],
+ "Add title": [
+ "أضف العنوان"
+ ],
+ "Add to dictionary": [
+ "أضف إلى القاموس"
+ ],
+ "Admin": [
+ "المشرف"
+ ],
+ "Admin dashboard": [
+ "وحدة تحكم المشرف"
+ ],
+ "Advanced options": [
+ "خيارات متقدمة"
+ ],
+ "Advanced tools": [
+ "أدوات متقدمة"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ "جميع البيانات، بما فيها الملاحظات، ملفات الملاحظات و العلامات ستحذف بشكل دائم."
+ ],
+ "All notes": [
+ "جميع الملاحظات"
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ "كافة المنافذ المحتملة قيد الاستخدام - الرجاء الإبلاغ عن المشكلة على %s"
+ ],
+ "Also displays unset and hidden config variables.": [
+ "يظهر أيضاً متغيرات الإعداد غير المضبوطة أو تلك المخفية."
+ ],
+ "Also publish linked notes": [
+ "و كذلك نشر الملاحظات المربطة"
+ ],
+ "Always": [
+ "دائمًا"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ ""
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ ""
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "يتوفر تحديث ، هل تريد تنزيله الآن؟"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ ""
+ ],
+ "Appearance": [
+ "المظهر"
+ ],
+ "Application": [
+ "التطبيق"
+ ],
+ "Apply": [
+ "تطبيق"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ "هل أنت متأكد أنك تريد تجديد الرمز المميز للتصريح?"
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ "هل أنت متأكد أنك تريد العودة للتصميم الافتراضي ؟ سيتم حذف إعدادات التصميم الحالي."
+ ],
+ "Arguments:": [
+ "الحجج:"
+ ],
+ "Aritim Dark": [
+ "Aritim Dark"
+ ],
+ "Attach": [
+ "إرفاق"
+ ],
+ "Attach file": [
+ "إرفاق ملف"
+ ],
+ "Attach photo": [
+ "إرفاق صورة"
+ ],
+ "Attach...": [
+ "إرفاق..."
+ ],
+ "Attaches the given file to the note.": [
+ "يرفق الملف المعطى بالملاحظة."
+ ],
+ "attachment": [
+ "المرفق"
+ ],
+ "Attachment conflict: \"%s\"": [
+ "تعارض في المرفقات: \"%s\""
+ ],
+ "Attachment download behaviour": [
+ "سلوك تحميل المرفقات"
+ ],
+ "Attachments": [
+ "المرفقات"
+ ],
+ "Attachments that could not be downloaded": [
+ "المرفقات التي لا يمكن تنزيلها"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "تنبيه: إذا غيرت هذا المكان ، تأكد من نسخ كافة المحتويات لديك إليه قبل البدء بالمزامنة ، وإلا فسيتم حذف كل الملفات! أنظر الأسئلة المتكررة لتفاصيل أكثر: %s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "لم تكتمل المصادقة (لم أستلم الرمز المميز للمصادقة)."
+ ],
+ "Authorisation token:": [
+ "الرمز المميز للتصريح:"
+ ],
+ "Auto": [
+ "تلقائي"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ ""
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ "ادراج النصف الآخر للأقواس و علامات الإقتباس."
+ ],
+ "Automatically check for updates": [
+ "البحت عن التحديثات بشكل تلقائي"
+ ],
+ "Automatically switch theme to match system theme": [
+ "التبديل تلقائيا للتنسيق لمطابقة تنسيق النضام"
+ ],
+ "Back": [
+ "عودة"
+ ],
+ "Basic": [
+ ""
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ ""
+ ],
+ "Bold": [
+ "غامق"
+ ],
+ "Browse all plugins": [
+ "تصفح جميع المكونات الإضافية"
+ ],
+ "Browse...": [
+ "استعراض..."
+ ],
+ "Bulleted List": [
+ "قائمة تعداد نقطي"
+ ],
+ "Can Share": [
+ "يمكن المشاركة"
+ ],
+ "Can view": [
+ "يمكن العرض"
+ ],
+ "Can view and edit": [
+ "يمكن العرض و التعديل"
+ ],
+ "Cancel": [
+ "إلغاء"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "يجري إلغاء مزامنة الخلفية... فضلاً انتظر."
+ ],
+ "Cancelling...": [
+ "الإلغاء جارٍ..."
+ ],
+ "Cancelling... Please wait.": [
+ "الإلغاء جارٍ... فضلاً انتظر."
+ ],
+ "Cannot access %s": [
+ "لا يمكن الوصول إلى"
+ ],
+ "Cannot change encrypted item": [
+ "لا يمكن تغيير العنصر المشفَّر"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "لا يمكن نسخ الملاحظة إلى دفتر الملاحظات \"%s\""
+ ],
+ "Cannot find \"%s\".": [
+ "لا يمكن العثور على \"%s\"."
+ ],
+ "Cannot find: \"%s\"": [
+ "لا يمكن العثور على \"%s\""
+ ],
+ "Cannot initialise synchroniser.": [
+ "لم يتمكن من تمهيد المزامن."
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": [
+ "لا يمكن تحميل الوحدة النمطية \"%s\" للتنسيق \"%s\" والإخراج \"%s\""
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": [
+ "لا يمكن تحميل الوحدة النمطية \"%s\" للتنسيق \"%s\" والهدف \"%s\""
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "لا يمكن نقل الملاحظة إلى دفتر الملاحظات \"%s\""
+ ],
+ "Cannot move notebook to this location": [
+ "لا يمكن نقل دفتر الملاحظات إلى هذا المكان"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "لا يمكن تحديث الرمز المميز: بيانات المصادقة مفقودة. بدء المزامنة مرة ثانية قد يحل المشكلة."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ "لا يمكن حفظ %s \"%s\" لأن حجمه أكبر من الحد المسموح به (%s)"
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ "لا يمكن حفظ %s \"%s\" لأنه قد يتجاوز إجمالي الحجم المسموح به (%s) لهذا الحساب"
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ ""
+ ],
+ "Case sensitive": [
+ ""
+ ],
+ "Change application layout": [
+ "تغيير تصميم التطبيق"
+ ],
+ "Change language": [
+ "تغيّير اللغة"
+ ],
+ "Characters": [
+ "أحرف"
+ ],
+ "Characters excluding spaces": [
+ "الأحرف بإستثناء المسافات"
+ ],
+ "Check for updates...": [
+ "البحث جارٍ عن تحديثات..."
+ ],
+ "Check synchronisation configuration": [
+ "فحص ضبط المزامنة"
+ ],
+ "Checkbox": [
+ "خانة اختيار"
+ ],
+ "Checkbox list": [
+ "قائمة خانات اختيار"
+ ],
+ "Checking... Please wait.": [
+ "التحقق جارٍ... فضلاً انتظر."
+ ],
+ "Choose an option": [
+ "إختر خيار"
+ ],
+ "Chrome Web Store": [
+ "متجر كروم الالكتروني"
+ ],
+ "Clear": [
+ "مسح"
+ ],
+ "Clear alarm": [
+ "مسح المنبّه"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "انقر \"%s\" لاستعادة الملاحظة. سيتم نسخه في دفتر الملاحظات المسمى \"%s\". لن يتم استبدال أو تعديل الإصدار الحالي من الملاحظة."
+ ],
+ "Click to add tags...": [
+ "اضغط لإدراج سمات..."
+ ],
+ "Client ID: %s": [
+ "معرف العميل: %s"
+ ],
+ "Close": [
+ "إغلاق"
+ ],
+ "Close dropdown": [
+ "إغلاق القائمة المنسدلة"
+ ],
+ "Close Window": [
+ "إغلاق النافذة"
+ ],
+ "Code": [
+ "رمز"
+ ],
+ "Code Block": [
+ "كتلة للغة البرمجة"
+ ],
+ "Code View": [
+ "عرض بلغة البرمجة"
+ ],
+ "Collaborate on notebooks with others": [
+ "تعاون مع الآخرين على دفاتر الملاحظات"
+ ],
+ "Collapse": [
+ "طي"
+ ],
+ "Coming alarms": [
+ "المنبّهات القادمة"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "قائمة مفصولة بفواصل ، بالمسارات إلى الأدلة التي سيجري تحميل الشهادات منها ، أو المسار إلى الملفات المستقلة للشهادات. على سبيل المثال : /my/cert_dir, /other/custom.pem. لاحظ أنه يجب أن تحفظ تغييراتك قبل الضغط على \"فحص ضبط المزامنة\" ، إن كنت قمت بتغييرات في إعدادات TLS."
+ ],
+ "command": [
+ "أمر"
+ ],
+ "Command": [
+ "أمر"
+ ],
+ "Command palette": [
+ "لوحة الأوامر"
+ ],
+ "Command palette...": [
+ "لوحة الأوامر..."
+ ],
+ "Completed": [
+ "مكتملة"
+ ],
+ "Completed decryption.": [
+ "اكتمل فك التشفير."
+ ],
+ "Completed: %s (%s)": [
+ "مكتملة: %s (%s)"
+ ],
+ "Compress old changes": [
+ "كثف التعديلات الماضية"
+ ],
+ "Configuration": [
+ "الضبط"
+ ],
+ "Confirm password cannot be empty": [
+ "تأكيد كلمة المرور لا يمكن أن تكون فارغة"
+ ],
+ "Confirm password:": [
+ "تأكيد كلمة المرور:"
+ ],
+ "Confirmation": [
+ "التأكيد"
+ ],
+ "Conflicted: %d": [
+ "المتعارضة: %d"
+ ],
+ "Conflicts": [
+ "التعارضات"
+ ],
+ "Conflicts (attachments)": [
+ "التعارضات (المرفقات)"
+ ],
+ "Consolidated billing": [
+ ""
+ ],
+ "Content provided by %s": [
+ "محتوى مقدم من طرف %s"
+ ],
+ "Continue": [
+ "واصل"
+ ],
+ "Convert to note": [
+ "تحويل إلى ملاحظة"
+ ],
+ "Convert to todo": [
+ "تحويل إلى قائمة مهام"
+ ],
+ "Converting speech to text...": [
+ "تحويل الصوت إلى ملاحظة..."
+ ],
+ "Copy": [
+ "نسخ"
+ ],
+ "Copy dev mode command to clipboard": [
+ "نسخ أمر وضع المبرمج إلى الحافظة"
+ ],
+ "Copy external link": [
+ "إيقاف الرابط الخارجي"
+ ],
+ "Copy image": [
+ "نسخ الصورة"
+ ],
+ "Copy Link Address": [
+ "نسخ عنوان الرابط"
+ ],
+ "Copy Markdown link": [
+ "نسخ رابط Markdown"
+ ],
+ "Copy path to clipboard": [
+ "نسخ المسار إلى الحافظة"
+ ],
+ "Copy Shareable Link": [
+ "نسخ رابط قابل للمشاركة",
+ "نسخ رابط قابل للمشاركة",
+ "نسخ رابطان قابلان للمشاركة",
+ "نسخ روابط قابلة للمشاركة",
+ "نسخ روابط قابلة للمشاركة",
+ "نسخ روابط قابلة للمشاركة"
+ ],
+ "Copy to clipboard": [
+ "نسخ الحافظة"
+ ],
+ "Copy token": [
+ "نسخ الرمز المميز"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "لم يتم التصريح للتطبيق:\n%s\nفضلاً حاول ثانية."
+ ],
+ "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
+ "لا يمكن الاتصال بخادم Joplin. يرجى التحقق من الإعدادات في شاشة تكوين التزامن. الخطأ الكامل كان:\n\n%sس"
+ ],
+ "Could not connect to plugin repository.": [
+ "تعذر الاتصال بمستودع المكونات الإضافية."
+ ],
+ "Could not export notes: %s": [
+ "تعذر تصدير الملاحظات: %s"
+ ],
+ "Could not install plugin: %s": [
+ "تعذّر تثبيت المكوّن الإضافي : %s"
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "Could not switch profile: %s": [
+ "تعذر تحويل التعريف: %s"
+ ],
+ "Could not upgrade master key: %s": [
+ "تعذرت ترقية المفتاح الرئيسي: %s\\"
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ "لم يتمكن التحقق من حالة النشر الخاصة بهذه الملاحظة. المرجو العودة عند توفر الإنترنت."
+ ],
+ "Could not verify your identify: %s": [
+ "تعذر تصدير الملاحظات: %s"
+ ],
+ "Create": [
+ "إنشاء"
+ ],
+ "Create a new notebook under a parent notebook.": [
+ "إنشاء دفتر جديد داخل الفتر الأب."
+ ],
+ "Create a notebook": [
+ "إنشاء دفتر ملاحظات"
+ ],
+ "Create new profile...": [
+ "إنشاء تعريف جديد..."
+ ],
+ "Create user": [
+ "إنشاء مستخدم"
+ ],
+ "Created": [
+ "أنشأ"
+ ],
+ "created date": [
+ "تاريخ الإنشاء"
+ ],
+ "Created local items: %d.": [
+ "العناصر المحلية المنشأة: %d."
+ ],
+ "Created locally": [
+ "تم إنشاؤها محليًا"
+ ],
+ "Created remote items: %d.": [
+ "العناصر البعيدة المنشأة: %d."
+ ],
+ "Created: ": [
+ "الإنشاء في: "
+ ],
+ "Created: %d.": [
+ "تم إنشاؤها: %d."
+ ],
+ "Created: %s": [
+ "الإنشاء في: %s"
+ ],
+ "Creates a new note.": [
+ "ينشئ ملاحظة جديدة."
+ ],
+ "Creates a new notebook.": [
+ "ينشئ دفتر ملاحظات جديد."
+ ],
+ "Creates a new to-do.": [
+ "ينشئ قائمة جديدة للمهام."
+ ],
+ "Creating report...": [
+ "إنشاء تقرير ..."
+ ],
+ "Current version is up-to-date.": [
+ "النسخة الحالية محدَّثة."
+ ],
+ "custom order": [
+ "ترتيب مخصص"
+ ],
+ "Custom order": [
+ "ترتيب مخصّص"
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ "ورقة أنماط مخصصة لأنماط التطبيق على نطاق Joplin"
+ ],
+ "Custom stylesheet for rendered Markdown": [
+ "ورقة أنماط مخصصة لأنماط التطبيق التي تظهر على نطاق Joplin"
+ ],
+ "Custom TLS certificates": [
+ "شهادات TLS خاصة"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "قص"
+ ],
+ "Dark": [
+ "غامقة"
+ ],
+ "Dashboard": [
+ "لوحة التحكم"
+ ],
+ "Database v%s": [
+ "قاعدة البيانات v%s"
+ ],
+ "Date": [
+ "التاريخ"
+ ],
+ "Date format": [
+ "تنسيق التاريخ"
+ ],
+ "days": [
+ "أيام"
+ ],
+ "Decrease indent level": [
+ ""
+ ],
+ "Decrypted items: %d": [
+ "العناصر التي تم فك تشفيرها: %d"
+ ],
+ "Decrypted items: %s / %s": [
+ "العناصر المفكوك تشفيرها: %s / %s"
+ ],
+ "Decrypting items: %d/%d": [
+ "فك تشفير العناصر: %d/%d"
+ ],
+ "Default": [
+ "تلقائي"
+ ],
+ "Default: %s": [
+ "التلقائية: %s"
+ ],
+ "Delete": [
+ "حذف"
+ ],
+ "Delete attachment \"%s\"?": [
+ "هل تريد حذف المرفقات \"%s\"؟"
+ ],
+ "Delete expired sessions": [
+ "حذف الجلسات المنتهية الصلاحية"
+ ],
+ "Delete expired tokens": [
+ "حذف الرموز المنتهية الصلاحية"
+ ],
+ "Delete line": [
+ "حذف الخط"
+ ],
+ "Delete local data and re-download from sync target": [
+ "حذف البيانات المحليّة وإعادة تنزيل"
+ ],
+ "Delete note": [
+ "حذف الملاحظة"
+ ],
+ "Delete note \"%s\"?": [
+ "حذف الملاحظة \"%s\" ؟"
+ ],
+ "Delete note?": [
+ "حذف الملاحظة؟"
+ ],
+ "Delete notebook": [
+ "حذف الملاحظة"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "حذف دفتر الملاحظات \"%s\" ؟\n\nسيتم حذف كل الملاحظات و دفاتر الملاحظات الفرعية ضمن هذا الدفتر أيضاً."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "حذف دفتر الملاحظات؟ سيتم حذف كل الملاحظات و دفاتر الملاحظات الفرعية ضمن هذا الدفتر أيضاً."
+ ],
+ "Delete plugin \"%s\"?": [
+ "حذف المكون الإضافي \"%s\"؟"
+ ],
+ "Delete profile \"%s\"": [
+ "حذف التعريف \"%s\""
+ ],
+ "Delete selected notes": [
+ "حدف الملاحظات المحددة"
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ ""
+ ],
+ "Delete these %d notes?": [
+ "حذف ملاحظات %d هذه ؟"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ "أحذف هذه الدعوة؟ لن يتمكن المستلم من الوصول إلى دفتر الملاحظات المشترك هذا بعد الآن."
+ ],
+ "Delete this profile?": [
+ "حذف هذا التعريف ؟"
+ ],
+ "Deleted local items: %d.": [
+ "العناصر المحلية المحذوفة: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "العناصر البعيدة المحذوفة: %d."
+ ],
+ "Deletes the given notebook.": [
+ "يحذف دفتر الملاحظات المعطى."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "يحذف دفتر الملاحظات دون طلب تأكيد."
+ ],
+ "Deletes the notes matching .": [
+ "يحذف الملاحظات المطابقة لـ (نمط-ملاحظة)."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "يحذف الملاحظات دون طلب تأكيد."
+ ],
+ "Destination format: %s": [
+ "التنسيق الوجهة: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "دليل"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "الدليل الذي تتم المزامنة معه (المسار المطلق)"
+ ],
+ "Disable": [
+ "تعطيل"
+ ],
+ "Disable encryption": [
+ "تعطيل التشفير"
+ ],
+ "Disable safe mode and restart": [
+ "تعطيل الوضع الآمن ثم إعادة التشغيل"
+ ],
+ "Disable Web Clipper Service": [
+ "تعطيل خدمة Web clipper"
+ ],
+ "Disabled": [
+ "معطَّل"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "تعطيل التشفير يعني أن *كل* ملاحظاتك ومرفقاتها ستجري إعادة مزامنتها ثم ترسل دون تشفير إلى وجهة المزامنة. هل ترغب الاستمرار؟"
+ ],
+ "Discard changes": [
+ "تجاهل التغييرات"
+ ],
+ "Dismiss": [
+ "صرف"
+ ],
+ "Displays a geolocation URL for the note.": [
+ "عرض رابط URL للموقع الجغرافي للملاحظة."
+ ],
+ "Displays only the first top notes.": [
+ "يعرض أول أعلى <رقم> ملاحظات فقط."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "يعرض العناصر من النوع/الأنواع المحددة فقط. يمكن أن يكون `n` للملاحظات ، أو `t` لقوائم المهام أو `nt` للملاحظات و قوائم المهام (مثلاً ، `-tt` ستعرض قوائم المهام فقط ، بينما ستعرض `-tnt` الملاحظات و قوائم المهام."
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "يعرض موجزاً عن الملاحظات و دفاتر الملاحظات."
+ ],
+ "Displays the complete information about note.": [
+ "يعرض المعلومات الكاملة عن الملاحظة."
+ ],
+ "Displays the given note.": [
+ "يعرض الملاحظة المعطاة."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "يعرض الملاحظات في الدفتر الحالي. استخدم `ls /` لعرض قائمة دفاتر الملاحظات."
+ ],
+ "Displays usage information.": [
+ "عرض معلومات الاستخدام."
+ ],
+ "Displays version information": [
+ "عرض معلومات النسخة"
+ ],
+ "Do it now": [
+ "إفعلها الآن"
+ ],
+ "Do not ask for confirmation.": [
+ "لا تطلب التأكيد."
+ ],
+ "Done": [
+ "تم"
+ ],
+ "Download": [
+ "تحميل"
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "قم بتنزيل و تثبيت الإضافة المذكورة في المستعرض لديك:"
+ ],
+ "Downloaded": [
+ "تم التنزيل"
+ ],
+ "Downloaded and decrypted": [
+ "تم تنزيلها وفك تشفيرها"
+ ],
+ "Downloaded and encrypted": [
+ "تم تنزيلها وتشفيرها"
+ ],
+ "Downloading": [
+ "جاري التنزيل"
+ ],
+ "Downloading %s language files...": [
+ "جاري تحميل %s ملفات اللغات..."
+ ],
+ "Downloading resources...": [
+ "يجري تنزيل الموارد..."
+ ],
+ "Dracula": [
+ "Dracula"
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ "قم بإسقاط الملاحظات أو الملفات هنا"
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "تسجيل الدخول إلى Dropbox"
+ ],
+ "Duplicate": [
+ "تكرار"
+ ],
+ "Duplicate line": [
+ "سطر مكرَّر"
+ ],
+ "Duplicate selected notes": [
+ "نسخ الملاحظات المحددة"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "ينشئ نسخة من الملاحظات المطابقة لـ (ملاحظة) في [notebook] (دفتر ملاحظات). إذا لم يحدد دفتر ملاحظات فستنسخ الملاحظة في دفتر الملاحظات الحالي."
+ ],
+ "Edit": [
+ "تحرير"
+ ],
+ "Edit in external editor": [
+ "التحرير في محرر خارجي"
+ ],
+ "Edit link": [
+ "تحرير الرابط"
+ ],
+ "Edit note.": [
+ "تحرير الملاحظة."
+ ],
+ "Edit notebook": [
+ "تحرير دفتر الملاحظات"
+ ],
+ "Edit profile": [
+ "تعديل التعريف"
+ ],
+ "Edit profile configuration...": [
+ "تعديل إعدادات التعريف"
+ ],
+ "Editor": [
+ "محرر"
+ ],
+ "Editor font": [
+ "خط المحرّر"
+ ],
+ "Editor font family": [
+ "نوع خط المحرّر"
+ ],
+ "Editor font size": [
+ "حجم خط المحرّر"
+ ],
+ "Editor maximum width": [
+ "العرض الأقصى للمحرِّر"
+ ],
+ "Editor monospace font family": [
+ "نوع خط المحرّر ذَو الأحرُف أحاديَة التفريق"
+ ],
+ "Editor: %s": [
+ "محرر: %s"
+ ],
+ "Either \"text\" or \"json\"": [
+ "إما \"text\" أو \"json\""
+ ],
+ "Emacs": [
+ "Emacs"
+ ],
+ "Email": [
+ "بريد إلكتروني"
+ ],
+ "Email to note": [
+ "من بريد إلكتروني إلى ملاحظة"
+ ],
+ "Email to Note": [
+ "من بريد إلكتروني إلى ملاحظة"
+ ],
+ "Emails": [
+ "رسائل البريد الإلكتروني"
+ ],
+ "emphasised text": [
+ "نص مشدَّد علية"
+ ],
+ "Enable": [
+ "تمكين"
+ ],
+ "Enable ++insert++ syntax": [
+ "تمكين بناء جملة إدراج"
+ ],
+ "Enable ==mark== syntax": [
+ "تمكين بناء الجملة ==علامة=="
+ ],
+ "Enable ^sup^ syntax": [
+ "تمكين بناء جملة ^مرتفع^"
+ ],
+ "Enable abbreviation syntax": [
+ "تمكين بناء جملة الاختصار"
+ ],
+ "Enable audio player": [
+ "تفعيل مشغّل الصوت"
+ ],
+ "Enable biometrics authentication?": [
+ ""
+ ],
+ "Enable deflist syntax": [
+ "تمكين بناء جملة قوائم التعريفات"
+ ],
+ "Enable encryption": [
+ "تفعيل التشفير"
+ ],
+ "Enable footnotes": [
+ "تمكين الحواشي السفلية"
+ ],
+ "Enable Fountain syntax support": [
+ "تمكين دعم بناء جملة Fountain"
+ ],
+ "Enable Linkify": [
+ "تمكين لينكيفاي"
+ ],
+ "Enable markdown emoji": [
+ "تمكين بناء جملة ترميز رمز تعبيري"
+ ],
+ "Enable math expressions": [
+ "تمكين العبارات الرياضية"
+ ],
+ "Enable Mermaid diagrams support": [
+ "تفعيل دعم مخططات ميرمايد"
+ ],
+ "Enable multimarkdown table extension": [
+ "تمكين إضافة جداول التراميز المتعددة"
+ ],
+ "Enable note history": [
+ "تمكين تاريخ الملاحظة"
+ ],
+ "Enable PDF viewer": [
+ "تمكين عارض PDF"
+ ],
+ "Enable soft breaks": [
+ "تمكين الاستراحات الناعمة"
+ ],
+ "Enable spellcheck in the text editor": [
+ ""
+ ],
+ "Enable table of contents extension": [
+ "تمكين إضافة جدول المحتويات"
+ ],
+ "Enable typographer support": [
+ "تمكين دعم صائغ الحروف"
+ ],
+ "Enable video player": [
+ "تفعيل مشغّل الفيديو"
+ ],
+ "Enable Web Clipper Service": [
+ "تفعيل خدمة Web clipper"
+ ],
+ "Enable ~sub~ syntax": [
+ "تمكين بناء جملة ~منخفض~"
+ ],
+ "Enabled": [
+ "مفعَّل"
+ ],
+ "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
+ "تخويل التشفير يعني أن *كل* ملاحظاتك ومرفقاتها ستجري إعادة مزامنتها ثم ترسل مشفرة إلى وجهة المزامنة."
+ ],
+ "Encrypted": [
+ "مشفّر"
+ ],
+ "Encrypted items cannot be modified": [
+ "لا يمكن تعديل العناصر المشفَّرة"
+ ],
+ "Encryption": [
+ "التشفير"
+ ],
+ "Encryption Config": [
+ "ضبط التشفير"
+ ],
+ "Encryption is: %s": [
+ "التشفير هو: %s"
+ ],
+ "Encryption keys": [
+ "رموز التشفير"
+ ],
+ "Encryption:": [
+ "التشفير:"
+ ],
+ "End-to-end encryption": [
+ "تشفير شامل"
+ ],
+ "Enter code here": [
+ "أدخل الرمز هنا"
+ ],
+ "Enter master password:": [
+ "أدخل كلمة المرور الرئيسة:"
+ ],
+ "Enter notebook title": [
+ "أدخل عنوان دفتر الملاحظات"
+ ],
+ "Enum": [
+ "سرد"
+ ],
+ "Error": [
+ "خطأ"
+ ],
+ "Error opening note in editor: %s": [
+ "حدث خطأ أثناء فتح الملاحظة: %s في المحرر"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "خطأ. فضلاً تحقق من صحة عنوان URL ، اسم المستخدم ، كلمة المرور وغيرها وأن جهة المزامنة المستهدفة يمكن الوصول إليها. كان الخطأ المبلّغ عنه:"
+ ],
+ "Error: %s": [
+ "خطأ: %s"
+ ],
+ "Errors only": [
+ "الأخطاء فقط"
+ ],
+ "Evernote Export File (as HTML)": [
+ "ملف تصدير Evernote (بتنسيق HTML)"
+ ],
+ "Evernote Export File (as Markdown)": [
+ "ملف تصدير Evernote (بتنسيق Markdown)"
+ ],
+ "Exits the application.": [
+ "الخروج من التطبيق."
+ ],
+ "Expand": [
+ "تكبير"
+ ],
+ "Export": [
+ "تصدير"
+ ],
+ "Export all": [
+ "تصدير الجميع"
+ ],
+ "Export debug report": [
+ "تصدير تقرير إصلاح الأخطاء"
+ ],
+ "Export Debug Report": [
+ "تصدير تقرير إصلاح الأخطاء"
+ ],
+ "Export profile": [
+ "تصديرملف التعريف"
+ ],
+ "Exported successfully!": [
+ "تم التصدير بنجاح"
+ ],
+ "Exporting profile...": [
+ "جارٍ تصدير ملف التعريف..."
+ ],
+ "Exporting to \"%s\" as \"%s\" format. Please wait...": [
+ "التصدير إلى \"%s\" بتنسيق \"%s\". فضلاً انتظر..."
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "تصدير بيانات Joplin إلى المسار المعطى. سيصدِّر التطبيق تلقائياً كامل قاعدة البيانات بما في ذلك دفاتر الملاحظات ، الملاحظات ، الوسوم والموارد."
+ ],
+ "Exports only the given note.": [
+ "تصدير الملاحظة المعطاة فقط."
+ ],
+ "Exports only the given notebook.": [
+ "تصدير دفتر الملاحظات المعطى فقط."
+ ],
+ "Fail-safe": [
+ "أمان فشل"
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ "آمن من الفشل: لا تقم بمسح البيانات المحلية عندما يكون هدف المزامنة فارغًا (غالبًا ما يكون نتيجة لحدوث خطأ في التكوين أو خلل برمجي)"
+ ],
+ "Fatal error:": [
+ "خطأ فادح:"
+ ],
+ "Feature flags": [
+ "علامات الميزة"
+ ],
+ "Fetched items: %d/%d.": [
+ "العناصر المجلوبة: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "جلب الموارد: %d/%d"
+ ],
+ "File": [
+ "ملف"
+ ],
+ "File system": [
+ "نظام الملفات"
+ ],
+ "Filter tags": [
+ "تصفية العلامات"
+ ],
+ "Find and replace": [
+ "بحث و استبدال"
+ ],
+ "Find: ": [
+ "بحث:"
+ ],
+ "Firefox Extension": [
+ "إضافة Firefox"
+ ],
+ "Fix search index": [
+ "إصلاح فهرس البحث"
+ ],
+ "Fixing search index...": [
+ "جارٍ إصلاح فهرس البحث ..."
+ ],
+ "Focus": [
+ "تركيز"
+ ],
+ "Focus body": [
+ "التركيز على المتن"
+ ],
+ "Focus title": [
+ "التركيز على العنوان"
+ ],
+ "Folders": [
+ "مجلدات"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ "التصدير هذا لغرض التصحيح فقط: قم بتصدير ملف التعريف الخاص بك إلى بطاقة SD الخارجية."
+ ],
+ "For example \"%s\"": [
+ "مثل \"%s\""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "فضلاً زيارة %s لتحصل على معلومات عن كيفية تخصيص الاختصارات"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "لمزيد من المعلومات حول التشفير من طرف إلى طرف (E2EE) ونصيحة حول كيفية تمكينه يرجى مراجعة الوثائق:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "أكتب `help keymap` للحصول على قائمة اختصارات لوحة المفاتيح و خيارات الإعداد"
+ ],
+ "Force path style": [
+ ""
+ ],
+ "Formatting": [
+ "تنسيق"
+ ],
+ "Forward": [
+ "إلى الأمام"
+ ],
+ "Found: %d.": [
+ "تم العثور عليها: %d."
+ ],
+ "FTS enabled: %d": [
+ "FTS مفعَّلة: %d"
+ ],
+ "Full changelog": [
+ "سجل التغيير بكامله"
+ ],
+ "Full name": [
+ "الإسم الكامل"
+ ],
+ "General": [
+ "عام"
+ ],
+ "Generated": [
+ "تم إنشاء"
+ ],
+ "Generating link...": [
+ "جارٍ إنشاء الرابط...",
+ "جارٍ إنشاء الرابط...",
+ "جارٍ إنشاء الرابطين...",
+ "جارٍ إنشاء الروابط...",
+ "جارٍ إنشاء الروابط...",
+ "جارٍ إنشاء الروابط..."
+ ],
+ "Get it now:": [
+ "احصل عليها الآن:"
+ ],
+ "Get pre-releases when checking for updates": [
+ "جلب نسخ ما قبل الإصدار عند البحث عن تحديثات"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "يستخرج قيمة إعداد أو يضبطها. إذا لم يجر التزويد بـ [value] (قيمة) فسيعرض التطبيق قيمة [name] (اسم). إذا لم يجر التزويد بـ [name] ولا [value] فسيسرد التطبيق الإعداد الحالي."
+ ],
+ "Go to source URL": [
+ "الذهاب إلى عنوان URL المصدر"
+ ],
+ "Goto Anything...": [
+ "اذهب إلى أي شيء..."
+ ],
+ "Grant authorisation": [
+ "منح ال"
+ ],
+ "Header %d": [
+ "الرأس %d"
+ ],
+ "Headers": [
+ "الرؤوس"
+ ],
+ "Heading": [
+ "ترويسة"
+ ],
+ "Help": [
+ "مساعدة"
+ ],
+ "Hide %s": [
+ "أخف %s"
+ ],
+ "Hide Joplin": [
+ "إخفي Joplin"
+ ],
+ "Highlight": [
+ "تَمييز النَص"
+ ],
+ "Home": [
+ "الرئيسية"
+ ],
+ "Horizontal Rule": [
+ "خط تسطير أفقي"
+ ],
+ "HTML Directory": [
+ "دليل HTML"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "HTML File": [
+ "ملف HTML"
+ ],
+ "Hyperlink": [
+ "ارتباط تشعبي"
+ ],
+ "Icon": [
+ "أيقونة"
+ ],
+ "ID": [
+ "المعرّف"
+ ],
+ "Idle": [
+ "خامل"
+ ],
+ "Ignore": [
+ "تجاهل"
+ ],
+ "Ignore TLS certificate errors": [
+ "تجاهل أخطاء شهادات TLS"
+ ],
+ "Images": [
+ ""
+ ],
+ "Import": [
+ "استيراد"
+ ],
+ "Importing from \"%s\" as \"%s\" format. Please wait...": [
+ "الاستيراد من \"%s\" بتنسيق \"%s\". فضلاً انتظر..."
+ ],
+ "Importing notes...": [
+ "استيراد الملاحظات جارٍ..."
+ ],
+ "Imports data into Joplin.": [
+ "استيراد البيانات إلى Joplin."
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "في الوضع \"يدوي\"، يتم تنزيل المرفقات فقط عند النقر عليها. في \"تلقائي\"، يتم تنزيلها عند فتح الملاحظة. في \"دائمًا\"، يتم تنزيل جميع المرفقات سواء قمت بفتح الملاحظة أم لا."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "في أي أمر ، يمكن الإشارة إلى ملاحظة أو دفتر ملاحظات بعنوانه أو بمعرّفه ، أو باستخدام الاختصارات `$n` أو `$b` التي تشير ، على الترتيب ، إلى الملاحظة أو دفتر الملاحظات المختار حالياً. يمكن استخدام `$c` للإشارة إلى العنصر المختار حالياً."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ "لربط الموقع الجغرافي بالملاحظة ، يحتاج التطبيق إلى إذنك للوصول إلى موقعك.\n\nيمكنك إيقاف تشغيل هذا الخيار في أي وقت في شاشة الإعدادات."
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ "للقيام بذلك، يجب تشفير مجموعة بياناتك بالكامل ومزامنتها، لذا من الأفضل تشغيلها خلال الليل.\n\nللبدء، يرجى اتباع هذه التعليمات:\n\n1. قم بمزامنة جميع أجهزتك.\n2. انقر فوق \"%s\" \n3. دعها تعمل حتى الاكتمال. أثناء تشغيله، تجنب تغيير أي ملاحظة على أجهزتك الأخرى، لتجنب التعارضات.\n4. بمجرد إتمام المزامنة على هذا الجهاز، قم بمزامنة جميع أجهزتك الأخرى واتركها تعمل حتى الاكتمال.\n\nهام: ما عليك سوى تشغيل هذا مرة واحدة على جهاز واحد."
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ "لاستخدام مزامنة نظام الملفات، يجب الحصول على إذن الكتابة إلى وحدة التخزين الخارجية."
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "تحتاج لفعل الخطوات التالية للتمكن من استخدام إضافة القصّ Web clipper:"
+ ],
+ "In progress": [
+ "قيد التقدم"
+ ],
+ "In: %s": [
+ "في: %s"
+ ],
+ "Increase indent level": [
+ ""
+ ],
+ "Indent less": [
+ "مسافة بادئة أقل"
+ ],
+ "Indent more": [
+ "مسافة بادئة أكثر"
+ ],
+ "Information": [
+ "معلومات"
+ ],
+ "Inline Code": [
+ "نص لغة برمجة في النسق"
+ ],
+ "Insert": [
+ "إدخال"
+ ],
+ "Insert Hyperlink": [
+ "إدراج ارتباط تشعبي"
+ ],
+ "Insert time": [
+ "إدراج الوقت"
+ ],
+ "Install": [
+ "تثبيت"
+ ],
+ "Install from file": [
+ "التثبيت من ملف"
+ ],
+ "Installed": [
+ "مثبّت"
+ ],
+ "Installing...": [
+ "جارٍ التثبيت..."
+ ],
+ "Invalid": [
+ "غير صحيح"
+ ],
+ "Invalid %s: %s.": [
+ "%s غير صالح: %s."
+ ],
+ "Invalid answer: %s": [
+ "إجابة غير صحيحة: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "أمر غير صالح:\"%s\""
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "قيمة خيار غير صحيحة: \"%s\". القيم الممكنة هي: %s."
+ ],
+ "Invalid password": [
+ "كلمة سر غير صحيحة"
+ ],
+ "Italic": [
+ "مائل"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "العنصر \"%s\" لم يتم الإمكان من تحميله: %s"
+ ],
+ "Items": [
+ "عناصر"
+ ],
+ "Items that cannot be decrypted": [
+ "العناصر التي لا يمكن فك تشفيرها"
+ ],
+ "Items that cannot be synchronised": [
+ "العناصر التي لا يمكن مزامنتها"
+ ],
+ "Join us on Twitter": [
+ "انضم إلينا على Twitter"
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ "Joplin يستطيع مزامنة ملاحظاتك باستخدام العديد من المزوّدين. اختر واحداً من القائمة أدناه."
+ ],
+ "Joplin Cloud": [
+ "Joplin Cloud"
+ ],
+ "Joplin Cloud email": [
+ "بريد Joplin Cloud"
+ ],
+ "Joplin Cloud password": [
+ "كلمة مرور Joplin Cloud"
+ ],
+ "Joplin Export Directory": [
+ "دليل تصدير بيانات Joplin"
+ ],
+ "Joplin Export File": [
+ "ملف تصدير Joplin"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "فشل Joplin في فك تشفير هذه العناصر عدة مرات، ربما لأنها تالفة أو كبيرة جدًا. ستبقى هذه العناصر على الجهاز ولكن Joplin لن تحاول فك تشفيرها."
+ ],
+ "Joplin Forum": [
+ "منتدى Joplin"
+ ],
+ "Joplin Server": [
+ "خادم Joplin"
+ ],
+ "Joplin Server email": [
+ "بريد خادم Joplin"
+ ],
+ "Joplin Server password": [
+ "كلمة مرور خادم Joplin"
+ ],
+ "Joplin Server URL": [
+ "عنوان URL لخادم Joplin"
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "تتيح Joplin Web clipper حفظ صفحات الويب ولقطات الشاشة من مستعرضك إلى Joplin."
+ ],
+ "Joplin website": [
+ "موقع ويب Joplin"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ "خدمة المزامنة العائدة لـ Joplin. وهي تتيح الوصول أيضاً إلى ميزات تخص Joplin فقط مثل نشر الملاحظات أو التعاون عليها مع الآخرين."
+ ],
+ "KaTeX": [
+ ""
+ ],
+ "Keep note history for": [
+ "الاحتفاظ بتاريخ الملاحظة لـ"
+ ],
+ "Keyboard Mode": [
+ "وضع لوحة المفاتيح"
+ ],
+ "Keyboard Shortcut": [
+ "اختصار لوحة المفاتيح"
+ ],
+ "Keyboard Shortcuts": [
+ "اختصارات لوحة المفاتيح"
+ ],
+ "Keychain Supported: %s": [
+ "سلسلة المفاتيح المدعومة: %s"
+ ],
+ "Keys that need upgrading": [
+ "المفاتيح التي تحتاج إلى ترقية"
+ ],
+ "Landscape": [
+ "عرضي"
+ ],
+ "Language": [
+ "اللغة"
+ ],
+ "Last error: %s": [
+ "آخر خطأ: %s"
+ ],
+ "Later": [
+ "لاحقا"
+ ],
+ "Layout": [
+ "تخطيط"
+ ],
+ "Layout button sequence": [
+ "نسق زر التسلسل"
+ ],
+ "Leave it blank to download the language files from the default website": [
+ ""
+ ],
+ "Legal": [
+ "قانوني"
+ ],
+ "Letter": [
+ "رسالة"
+ ],
+ "Light": [
+ "فاتحة"
+ ],
+ "Lines": [
+ "خطوط"
+ ],
+ "Link": [
+ "ربط"
+ ],
+ "Link description": [
+ "ربط الوصف"
+ ],
+ "Link has been copied to clipboard!": [
+ "تم نسخ الرابط إلى الحافظة!",
+ "تم نسخ الرابط إلى الحافظة!",
+ "تم نسخ الرابطين إلى الحافظة!",
+ "تم نسخ الروابط إلى الحافظة!",
+ "تم نسخ الروابط إلى الحافظة!",
+ "تم نسخ الروابط إلى الحافظة!"
+ ],
+ "Link text": [
+ "ربط النص"
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ "الروابط مع البروتوكول \"%s\" غير مدعومة"
+ ],
+ "List item": [
+ "عنصر قائمة"
+ ],
+ "Lists": [
+ ""
+ ],
+ "Loading...": [
+ "جارٍ التنزيل..."
+ ],
+ "Location": [
+ "المكان"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "ملف القفل هو قيد الحجز بالفعل. بإمكانك حذف ملف القفل في \"%s\" واستئناف العملية إن كنت تعلم أنه لا توجد مزامنة تجري حالياً."
+ ],
+ "Log": [
+ "السجل"
+ ],
+ "Login": [
+ "تسجيل الدخول"
+ ],
+ "Login below.": [
+ "تسجيل الدخول أدناه."
+ ],
+ "Login with Dropbox": [
+ "تسجيل الدخول عبر Dropbox"
+ ],
+ "Login with OneDrive": [
+ "تسجيل الدخول عبر OneDrive"
+ ],
+ "Logout": [
+ "تسجيل الخروج"
+ ],
+ "Logs": [
+ ""
+ ],
+ "Make a donation": [
+ "تبرَّع"
+ ],
+ "Manage master password": [
+ "إدارة كلمة المرور الرئيسة"
+ ],
+ "Manage master password...": [
+ "إدارة كلمة المرور الرئيسة..."
+ ],
+ "Manage multiple users": [
+ "إدارة العديد من المستخدمين"
+ ],
+ "Manage profiles": [
+ "إدارة التعاريف"
+ ],
+ "Manage your plugins": [
+ "إدارة الإضافات الخاصة بك"
+ ],
+ "Manual": [
+ "يدوي"
+ ],
+ "Markdown": [
+ "تنسيق Markdown"
+ ],
+ "Markdown + Front Matter": [
+ ""
+ ],
+ "Marks a to-do as done.": [
+ "يعلّم قائمة مهام أنها تمت."
+ ],
+ "Marks a to-do as non-completed.": [
+ "يعلّم قائمة مهام أنها غير مكتملة."
+ ],
+ "Markup": [
+ "ترميز"
+ ],
+ "Master Key %s": [
+ "المفتاح الرئيس %s"
+ ],
+ "Master password": [
+ "كلمة المرور الرئيسة"
+ ],
+ "Master password:": [
+ "كلمة المرور الرئيسة:"
+ ],
+ "Max concurrent connections": [
+ "الاتصالات المتزامنة القصوى"
+ ],
+ "Max Item Size": [
+ ""
+ ],
+ "Missing Master Keys": [
+ "المفاتيح الرئيسة مفقودة"
+ ],
+ "Missing required argument: %s": [
+ "المعامل المطلوب %s مفقود"
+ ],
+ "Mobile data - auto-sync disabled": [
+ "بيانات الجوال - تم تعطيل المزامنة التلقائية"
+ ],
+ "More info": [
+ "معلومات اكثر"
+ ],
+ "More information": [
+ "معلومات اكثر"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "أكثر من عنصر واحد يطابق \"%s\". يرجى تضييق الاستعلام الخاص بك."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "نقل %d ملاحظات إلى دفتر الملاحظات \"%s\" ؟"
+ ],
+ "Move to notebook": [
+ "النقل إلى دفتر ملاحظات"
+ ],
+ "Move to notebook...": [
+ "النقل إلى دفتر ملاحظات..."
+ ],
+ "Move to notebook:": [
+ "النقل إلى دفتر ملاحظات:"
+ ],
+ "n": [
+ "لا"
+ ],
+ "N": [
+ "لا"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "ملاحظة جديدة"
+ ],
+ "New notebook": [
+ "دفتر ملاحظات جديد"
+ ],
+ "New Notebook": [
+ "دفتر ملاحظات جديد"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "سيتم إنشاء دفتر الملاحظات \"%s\" و استيراد الملف \"%s\" إليه"
+ ],
+ "New sub-notebook": [
+ "دفتر ملاحظات فرعي جديد"
+ ],
+ "New tags:": [
+ "وسوم جديدة:"
+ ],
+ "New to-do": [
+ "قائمة جديدة للمهام"
+ ],
+ "New version: %s": [
+ "النسخة الجديدة: %s"
+ ],
+ "Next match": [
+ ""
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "كلمة مرور Nextcloud"
+ ],
+ "Nextcloud username": [
+ "اسم مستخدم Nextcloud"
+ ],
+ "Nextcloud WebDAV URL": [
+ "عنوان URL لـ Nextcloud WebDAV"
+ ],
+ "no": [
+ "كلّا"
+ ],
+ "No": [
+ "لا"
+ ],
+ "No active notebook.": [
+ "لا يوجد دفتر ملاحظات نشط."
+ ],
+ "No item with ID %s": [
+ "لا يوجد عنصر بالمعرّف %s"
+ ],
+ "No notebook has been specified.": [
+ "لم يتم تحديد دفتر ملاحظات."
+ ],
+ "No notebook selected.": [
+ "لم يتم اختيار دفتر ملاحظات."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "لا توجد ملاحظات هنا. أنشئ واحدةً بالضغط على \"ملاحظة جديدة\"."
+ ],
+ "No resources!": [
+ "لا توجد موارد!"
+ ],
+ "No results": [
+ "لا نتائج"
+ ],
+ "No such command: %s": [
+ "أمر غير موجود: %s"
+ ],
+ "No suggestions": [
+ "لا يوجد اقتراحات"
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "لم يعرَّف محرر نصوص. فضلاً اضبطه باستخدام `config editor `"
+ ],
+ "Nord": [
+ "Nord"
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "لا يمكن المصادقة باستخدام %s. يرجى التزويد بأي من بيانات اعتماد الدخول المفقودة."
+ ],
+ "Not downloaded": [
+ "لم تنزّل"
+ ],
+ "Not generated": [
+ ""
+ ],
+ "Not now": [
+ "ليس الآن"
+ ],
+ "note": [
+ "ملاحظة"
+ ],
+ "Note": [
+ "ملاحظة"
+ ],
+ "Note area growth factor": [
+ "عامل نمو منطقة الملاحظة"
+ ],
+ "Note attachments": [
+ "مرفقات الملاحظات"
+ ],
+ "Note attachments...": [
+ "مرفقات الملاحظات..."
+ ],
+ "Note body": [
+ "متن الملاحظة"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "الملاحظة: \"%s\" غير موجودة. تريد إنشائها؟"
+ ],
+ "Note editor": [
+ "معدل الملاحظة"
+ ],
+ "Note has been saved.": [
+ "تم حفظ الملاحظة."
+ ],
+ "Note History": [
+ "تاريخ الملاحظة"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "الملاحظة: \"%s\" ليست قائمة مهام"
+ ],
+ "Note list": [
+ "قائمة الملاحظات"
+ ],
+ "Note list growth factor": [
+ "عامل نمو قائمة ااملاحظات"
+ ],
+ "Note properties": [
+ "خصائص الملاحظة"
+ ],
+ "Note title": [
+ "عنوان الملاحظة"
+ ],
+ "Note&book": [
+ "دفتر &ملاحظات"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "ملاحظة: لا تعمل في كل بيئات سطح المكتب."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ "ملاحظة: عند مشاركة ملاحظة ، لن يتم تشفيرها على الخادم."
+ ],
+ "Notebook": [
+ "دفتر ملاحظات"
+ ],
+ "Notebook list growth factor": [
+ "عامل نمو قائمة المفكرة"
+ ],
+ "Notebook: %s": [
+ "دفتر ملاحظات: \"%s\""
+ ],
+ "Notebooks": [
+ "دفاتر ملاحظات"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "لا يمكن تسمية دفتر الملاحظات بـ \"%s\" لأنه عنوان محجوز."
+ ],
+ "Notes and settings are stored in: %s": [
+ "الملاحظات و الإعدادات مخزّنة في: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "يمكن إنشاء الملاحظات فقط ضمن دفتر ملاحظات."
+ ],
+ "Numbered List": [
+ "قائمة مرقّمة"
+ ],
+ "OK": [
+ "موافق"
+ ],
+ "OLED Dark": [
+ "ظلام لشاشات OLED"
+ ],
+ "On %s: %s": [
+ "في %s: %s"
+ ],
+ "One of your master keys use an obsolete encryption method.": [
+ "يستخدم أحد مفاتيحك الرئيسية طريقة تشفير قديمة."
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "عنصر أو أكثر هو مشفّر حالياً وقد تحتاج إلى إدخال كلمة مرور رئيسة. فضلاً أكتب `e2ee decrypt` لفعل هذا. إن كنت قد أدخلت كلمة المرور فعلاً فإن فك تشفير العناصر المشفَّرة جارٍ في الخلفية وستكون متوفرة قريباً."
+ ],
+ "One or more master keys need a password.": [
+ "مفتاح رئيسي واحد أو أكثر يحتاج إلى كلمة مرور."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "تسجيل الدخول إلى OneDrive"
+ ],
+ "Only one note can be printed at a time.": [
+ "يمكن طباعة ملاحظة واحدة فقط في كل مرة."
+ ],
+ "Open": [
+ "فتح"
+ ],
+ "Open %s": [
+ "افتح %s"
+ ],
+ "Open PDF viewer": [
+ "فتح عارض PDF"
+ ],
+ "Open profile directory": [
+ "فتح مجلّد ملف التعريف"
+ ],
+ "Open Sync Wizard...": [
+ "فتح معالج المزامنة..."
+ ],
+ "Open...": [
+ "فتح..."
+ ],
+ "Operation cancelled": [
+ "ألغيت العملية"
+ ],
+ "Options": [
+ "خيارات"
+ ],
+ "Or create an account.": [
+ "أو أنشئ حساباً."
+ ],
+ "Other applications...": [
+ "تطبيقات أخزى..."
+ ],
+ "Output format: %s": [
+ "تنسيق المصدر: %s"
+ ],
+ "Page orientation for PDF export": [
+ "اتجاه الصفحة لتصدير PDF"
+ ],
+ "Page size for PDF export": [
+ "حجم الصفحة لتصدير PDF"
+ ],
+ "Password": [
+ "كلمة المرور"
+ ],
+ "Password cannot be empty": [
+ "لا يمكن أن تكون كلمة المرور فارغة"
+ ],
+ "Password:": [
+ "كلمة المرور:"
+ ],
+ "Passwords do not match!": [
+ "كلمات المرور غير متطابقة!"
+ ],
+ "Paste": [
+ "لصق"
+ ],
+ "Paste as text": [
+ "لصق على شكل نص"
+ ],
+ "Path:": [
+ "المسار:"
+ ],
+ "PDF File": [
+ "ملف PDF"
+ ],
+ "Per user. Minimum of %d users.": [
+ ""
+ ],
+ "Permission needed": [
+ "مطلوب الإذن"
+ ],
+ "Permission to use camera": [
+ "الإذن باستخدام الكاميرا"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ ""
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ "يرجى تأكيد رغبتك في إعادة تشفير قاعدة البيانات الكاملة الخاصة بك."
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ "الرجاء إدخال كلمة المرور الخاصة بك في قائمة المفاتيح الرئيسية أدناه قبل ترقية المفتاح."
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ ""
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "فضلاً افتح عنوان URL التالي في المستعرض لديك لتمكين التطبيق من المصادقة سينشئ التطبيق دليلاً في \"Apps/Joplin\" ثم يقوم فقط بقراءة وكتابة الملفات في هذا الدليل. لن يكون لديه أي وصول لأي ملف خارج هذا الدليل أو لأي بيانات شخصية أخرى. لن نشارك البيانات مع أي طرف ثالث."
+ ],
+ "Please record your voice...": [
+ ""
+ ],
+ "Please select a notebook first.": [
+ "يرجى اختيار دفتر ملاحظات أولاً."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "يرجى اختيار الملاحظة أو دفتر الملاحظات المراد حذفه أولاً."
+ ],
+ "Please select where the sync status should be exported to": [
+ "فضلاً اختر أين سيتم تصدير حالة المزامنة"
+ ],
+ "Please specify import format for %s": [
+ "فضلاً حدّد تنسيق الاستيراد لـ %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "فضلاً حدّد دفتر الملاحظات الذي ترغب استيراد الملاحظات إليه."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ "يرجى تحديث Joplin لإستخدام هذا البرنامج الإضافي"
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ "يرجى الانتظار حتى يتم تنزيل جميع المرفقات وفك تشفيرها. يمكنك أيضًا التبديل إلى %s لتحرير الملاحظة."
+ ],
+ "Please wait...": [
+ "الرجاء الإنتظار..."
+ ],
+ "Plugin tools": [
+ "أدوات الإضافات"
+ ],
+ "Plugins": [
+ "المكونات الإضافية"
+ ],
+ "Portrait": [
+ "طولي"
+ ],
+ "Possible keys/values:": [
+ "المفاتيح/القيم الممكنة:"
+ ],
+ "Possible values: %s.": [
+ "القيم الممكنة : %s."
+ ],
+ "Preferences": [
+ "التفضيلات"
+ ],
+ "Preferences...": [
+ "تفضيلات..."
+ ],
+ "Preferred dark theme": [
+ "التنسيق الفاتح المفضّل"
+ ],
+ "Preferred light theme": [
+ "التنسيق الغامق المفضّل"
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "اضغط Ctrl+D أو اكتب \"exit\" للخروج من التطبيق"
+ ],
+ "Press the shortcut": [
+ "اضغط على الاختصار"
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ "اضغط على الاختصار ثم اضغط على \"ENTER\". أو اضغط على \"BACKSPACE\" لمسح الاختصار."
+ ],
+ "Press to set the decryption password.": [
+ "إضغط لضبط كلمة مرور فك التشفير."
+ ],
+ "Previous match": [
+ ""
+ ],
+ "Previous versions of this note": [
+ "الإصدارات السابقة من هذه الملاحظة"
+ ],
+ "Print": [
+ "اطبع"
+ ],
+ "Priority support": [
+ ""
+ ],
+ "Privacy Policy": [
+ "سياسة الخصوصية"
+ ],
+ "Pro": [
+ ""
+ ],
+ "Process failed payment subscriptions": [
+ ""
+ ],
+ "Process oversized accounts": [
+ ""
+ ],
+ "Process user deletions": [
+ ""
+ ],
+ "Profile": [
+ ""
+ ],
+ "Profile Version: %s": [
+ "نسخة الملف الشخصي: %s"
+ ],
+ "Properties": [
+ "الخصائص"
+ ],
+ "Proxy timeout (seconds)": [
+ ""
+ ],
+ "Proxy URL": [
+ ""
+ ],
+ "Public-private key pair:": [
+ ""
+ ],
+ "Publish note...": [
+ "نشر الملاحظة..."
+ ],
+ "Publish Notes": [
+ "نشر الملاحظات"
+ ],
+ "Publish notes to the internet": [
+ "أنشر الملاحظات على الإنترنت"
+ ],
+ "Quit": [
+ "إغلاق"
+ ],
+ "Re-encrypt data": [
+ "إعادة تشفير البيانات"
+ ],
+ "Re-encryption": [
+ "اعادة التشفير"
+ ],
+ "Re-upload local data to sync target": [
+ "إعادة رفع البيانات المحليّة إلى وجهة المزامنة"
+ ],
+ "Read more about it": [
+ "إقرأ المزيد عن هذا"
+ ],
+ "Read time: %s min": [
+ "وقت القراءة: %s دقيقة"
+ ],
+ "Recipient has accepted the invitation": [
+ "قام المستلم بقبول الدعوة"
+ ],
+ "Recipient has not yet accepted the invitation": [
+ "لم يقبل المستلم الدعوة بعدُ"
+ ],
+ "Recipient has rejected the invitation": [
+ "قام المستلم برفض الدعوة"
+ ],
+ "Recipients:": [
+ "المستلمون:"
+ ],
+ "Redo": [
+ "إعادة التحميل"
+ ],
+ "Refresh": [
+ "تحديث"
+ ],
+ "Reject": [
+ "رفض"
+ ],
+ "Remove": [
+ "إزالة"
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "إزالة الوسم \"%s\" من كل الملاحظات؟"
+ ],
+ "Remove this search from the sidebar?": [
+ "حذف هذا البحث من الشريط الجانبي؟"
+ ],
+ "Rename": [
+ "إعادة تسمية"
+ ],
+ "Rename notebook:": [
+ "إعادة تسمية دفتر الملاحظات:"
+ ],
+ "Rename tag:": [
+ "إعادة تسمية الوسم:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "يعيد تسمية
- (عنصر) معطى (ملاحظة أو دفتر ملاحظات) ليصبح (اسم)."
+ ],
+ "Renew token": [
+ "تجديد الرمز المميز"
+ ],
+ "Replace": [
+ ""
+ ],
+ "Replace with...": [
+ ""
+ ],
+ "Replace: ": [
+ ""
+ ],
+ "Resources: %d.": [
+ "الموارد: %d."
+ ],
+ "Restart and upgrade": [
+ "أعد التشغيل ورقّي"
+ ],
+ "Restart now": [
+ "إعادة التشغيل الآن"
+ ],
+ "Restore": [
+ "استعادة"
+ ],
+ "Restored Notes": [
+ "الملاحظات المستعادة"
+ ],
+ "Retry": [
+ "إعادة المحاولة"
+ ],
+ "Retry All": [
+ "إعادة محاولة الجميع"
+ ],
+ "Reveal file in folder": [
+ "اضهار الملف في المجلد"
+ ],
+ "Reverse sort order": [
+ "عكس طريقة الترتيب"
+ ],
+ "Reverses the sorting order.": [
+ "يعكس طريقة الترتيب."
+ ],
+ "Revision: %s (%s)": [
+ "المراجعة: %s (%s)"
+ ],
+ "Runs the commands contained in the text file. There should be one command per line.": [
+ "تشغيل الأوامر المضمنة في الملف النصي. يجب أن يكون هناك أمر واحد لكل سطر."
+ ],
+ "S3": [
+ ""
+ ],
+ "S3 region": [
+ ""
+ ],
+ "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": [
+ "الوضع الآمن مفعّل حالياً. تم تعطيل عرض الملاحظات وتعطل كل الإضافات مؤقتاً."
+ ],
+ "Save": [
+ "حفظ"
+ ],
+ "Save alarm": [
+ "حفظ المنبّه"
+ ],
+ "Save as...": [
+ "حفظ باسم..."
+ ],
+ "Save changes": [
+ "حفظ التغييرات"
+ ],
+ "Save geo-location with notes": [
+ "حفظ الموقع الجغرافي مع الملاحظات"
+ ],
+ "Search": [
+ "بحث"
+ ],
+ "Search for plugins...": [
+ "البحث عن الإضافات..."
+ ],
+ "Search in all the notes": [
+ "البحث في كل الملاحظات"
+ ],
+ "Search in current note": [
+ "البحث في الملاحظة الحاليّة"
+ ],
+ "Search...": [
+ "بحث..."
+ ],
+ "Search:": [
+ "بحث:"
+ ],
+ "Searches for the given in all the notes.": [
+ "يبحث عن الـ (نمط) المعطى في كل الملاحظات."
+ ],
+ "See the pre-release page for more details: %s": [
+ "أنظر صفحة نسخ ما قبل الإصدار للمزيد من المعلومات: %s"
+ ],
+ "Select": [
+ "اختر"
+ ],
+ "Select all": [
+ "اختيار الكل"
+ ],
+ "Server is already running on port %d": [
+ "الخادم قيد التشغيل بالفعل على المنفذ %d"
+ ],
+ "Server is not running.": [
+ "الخادم لا يعمل."
+ ],
+ "Server is running on port %d": [
+ "الخادم قيد التشغيل على المنفذ %d"
+ ],
+ "Set alarm": [
+ "ضبط منبّه"
+ ],
+ "Set alarm:": [
+ "ضبط منبّه:"
+ ],
+ "Set the password": [
+ "ضبط كلمة المرور"
+ ],
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": [
+ "يضبط الخاصية للـ المعطاة على [value] معطاة. الخصائص الممكنة هي:\n%s"
+ ],
+ "Share": [
+ "مشاركة"
+ ],
+ "Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
+ ""
+ ],
+ "Share Notebook": [
+ "مشاركة دفتر الملاحظات"
+ ],
+ "Share notebook...": [
+ "مشاركة الملاحظة..."
+ ],
+ "Share permissions": [
+ ""
+ ],
+ "Sharing notebook...": [
+ "تجري مشاركة الملاحظة..."
+ ],
+ "Shortcuts are not available in CLI mode.": [
+ "الاختصارات غير متوفرة في وضع واجهة سطر الأوامر."
+ ],
+ "Show Advanced Settings": [
+ "أظهر الاعدادات المتقدمة"
+ ],
+ "Show all": [
+ "إظهار الكل"
+ ],
+ "Show completed to-dos": [
+ "إظهار قوائم المهام المكتملة"
+ ],
+ "Show note counts": [
+ "إظهار عدد الملاحظات"
+ ],
+ "Show tray icon": [
+ "إظهار أيقونة لوحة النظام"
+ ],
+ "Show/hide the sidebar": [
+ ""
+ ],
+ "Shrink large images before adding them to notes.": [
+ ""
+ ],
+ "Side menu opened": [
+ ""
+ ],
+ "Sidebar": [
+ "الشريط الجانبي"
+ ],
+ "Size": [
+ "حجم"
+ ],
+ "Skip this version": [
+ "تجاوز هذه النسخة"
+ ],
+ "Skipped items: %d (use --retry-failed-items to retry decrypting them)": [
+ "العناصر التي تم تخطيها: %d (استخدم \"retry-failed-items--\" لإعادة محاولة فك تشفيرها)"
+ ],
+ "Skipped: %d.": [
+ "تم تخطيها: %d."
+ ],
+ "Solarised Dark": [
+ "Solarised Dark"
+ ],
+ "Solarised Light": [
+ "Solarised Light"
+ ],
+ "Some items cannot be decrypted.": [
+ "لا يمكن فك تشفير بعض العناصر."
+ ],
+ "Some items cannot be synchronised.": [
+ "لا يمكن مزامنة بعض العناصر."
+ ],
+ "Sort notebooks by": [
+ "فرز دفاتر الملاحظات حسب"
+ ],
+ "Sort notes by": [
+ "ترتيب الملاحظات حسب"
+ ],
+ "Sort selected lines": [
+ "فرز الخطوط المحددة"
+ ],
+ "Sorts the item by (eg. title, updated_time, created_time).": [
+ "يرتب العناصر حسب <حقل> (على سبيل المثال، العنوان ، تاريخ التحديث ، تاريخ الإنشاء)."
+ ],
+ "Source format: %s": [
+ "تنسيق المصدر: %s"
+ ],
+ "Source: ": [
+ "المصدر: "
+ ],
+ "Specify the port that should be used by the API server. If not set, a default will be used.": [
+ "حدد المنفذ الذي يجب استخدامه بواسطة خادم API. إذا لم يتم تعيينه، سيتم استخدام تلقائي."
+ ],
+ "Spell checker": [
+ "مدقق املائي"
+ ],
+ "Split View": [
+ "عرض منقسم"
+ ],
+ "Start application minimised in the tray icon": [
+ "بدء التطبيق مصغراً في لوحة النظام"
+ ],
+ "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": [
+ "ابدأ، أوقف أو تحقق من خادم API. لتحديد أي منفذ يجب تشغيله، قم بتعيين متغير تكوين api.port. الأوامر هي (%s)."
+ ],
+ "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": [
+ "بدء فك التشفير جارٍ... يرجى الانتظار حيث قد تستغرق العملية عدة دقائق بحسب كمية البيانات المطلوب فك تشفيرها."
+ ],
+ "Starting synchronisation...": [
+ "يجري بدء المزامنة..."
+ ],
+ "Starting to edit note. Close the editor to get back to the prompt.": [
+ "بدء تحرير الملاحظة. أغلق المحرر للعودة إلى المحث."
+ ],
+ "Statistics": [
+ "إحصائيات"
+ ],
+ "Statistics...": [
+ "إحصائيات..."
+ ],
+ "Status": [
+ "الحالة"
+ ],
+ "Status: %s": [
+ "الحالة: %s"
+ ],
+ "Status: Started on port %d": [
+ "الحالة: تم البدء على المنفذ %d"
+ ],
+ "Step 1: Enable the clipper service": [
+ "الخطوة 1: تفعيل خدمة إضافة القصّ Web clipper"
+ ],
+ "Step 1: Open this URL in your browser to authorise the application:": [
+ "الخطوة 1: إفتح عنوان URL هذا في المستعرض للتصريح للتطبيق:"
+ ],
+ "Step 2: Enter the code provided by Dropbox:": [
+ "الخطوة 2: أدخل الرمز المزوّد من Dropbox:"
+ ],
+ "Step 2: Install the extension": [
+ "الخطوة 2: تثبيت الإضافة"
+ ],
+ "Stop": [
+ "قف"
+ ],
+ "Stop external editing": [
+ "إيقاف التحرير خارج التطبيق"
+ ],
+ "Storage space": [
+ ""
+ ],
+ "Strikethrough": [
+ "توسيط خط في النص"
+ ],
+ "strong text": [
+ "نص مشدَّد"
+ ],
+ "Submit": [
+ "إرسال"
+ ],
+ "Subscript": [
+ "حرف تحتي"
+ ],
+ "Success! Synchronisation configuration appears to be correct.": [
+ "نجاح! يبدو أن إعداد المزامنة صحيح."
+ ],
+ "Superscript": [
+ "أحرف فوقية"
+ ],
+ "Swap line down": [
+ "اصطف بلمبادلة لأسفل"
+ ],
+ "Swap line up": [
+ "اصطف بلمبادلة لأعلى"
+ ],
+ "Switch between note and to-do type": [
+ "التبديل بين نوعي الملاحظة و قائمة المهام"
+ ],
+ "Switch to note type": [
+ "التبديل إلى النوع ملاحظة"
+ ],
+ "Switch to to-do type": [
+ "التبديل إلى النوع قائمة مهام"
+ ],
+ "Switches to [notebook] - all further operations will happen within this notebook.": [
+ "التبديل إلى [notebook] - جميع العمليات التالية ستجري في هذا الدفتر."
+ ],
+ "Sync as many devices as you want": [
+ ""
+ ],
+ "Sync Status": [
+ "حالة المزامنة"
+ ],
+ "Sync status (synced items / total items)": [
+ "حالة المزامنة (العناصر المنجزة / إجمالي العناصر)"
+ ],
+ "Sync target must be upgraded! Run `%s` to proceed.": [
+ "يجب ترقية هدف المزامنة! قم بتشغيل `%s` للمتابعة."
+ ],
+ "Sync Target Upgrade": [
+ "ترقية هدف المزامنة"
+ ],
+ "Sync to provided target (defaults to sync.target config value)": [
+ "يزامن مع الوجهة المذكورة (قيمة الإعداد التلقائية هي sync.target)"
+ ],
+ "Sync Version: %s": [
+ "النسخة المتزامنة: %s"
+ ],
+ "Sync your notes": [
+ "زامِن ملاحظاتك"
+ ],
+ "Synchronisation": [
+ "المزامنة"
+ ],
+ "Synchronisation interval": [
+ "مهلة المزامنة"
+ ],
+ "Synchronisation is already in progress.": [
+ "المزامنة قيد التقدم بالفعل."
+ ],
+ "Synchronisation Status": [
+ "حالة المزامنة"
+ ],
+ "Synchronisation target": [
+ "وجهة المزامنة"
+ ],
+ "Synchronisation target: %s (%s)": [
+ "وجهة المزامنة: %s (%s)"
+ ],
+ "Synchronise": [
+ "زامِن"
+ ],
+ "Synchronise only over WiFi connection": [
+ "مزامنة فقط عبر اتصال واي فاي"
+ ],
+ "Synchronises with remote storage.": [
+ "يزامن مع المخزن البعيد."
+ ],
+ "Synchronising...": [
+ "مزامنة..."
+ ],
+ "Synchronizing...": [
+ "المزامنة جارية..."
+ ],
+ "Tabloid": [
+ "صحيفة شعبية"
+ ],
+ "tag1, tag2, ...": [
+ ""
+ ],
+ "Tagged: %d.": [
+ "تم وسمها: %d."
+ ],
+ "Tags": [
+ "وسوم"
+ ],
+ "Take photo": [
+ "التقاط صورة"
+ ],
+ "Tasks": [
+ ""
+ ],
+ "Teams": [
+ ""
+ ],
+ "Text editor command": [
+ "أمر محرر النصوص"
+ ],
+ "Thank you! Your Joplin Cloud account is now setup and ready to use.": [
+ "شكراً لك! تم إعداد حساب Joplin Cloud الخاص بك وهو جاهز للاستخدام."
+ ],
+ "The active profile cannot be deleted. Switch to a different profile and try again.": [
+ ""
+ ],
+ "The app is now going to close. Please relaunch it to complete the process.": [
+ "سيتم إغلاق التطبيق الآن. يرجى إعادة تشغيله لإكمال العملية."
+ ],
+ "The application did not close properly. Would you like to start in safe mode?": [
+ ""
+ ],
+ "The application has been authorised - you may now close this browser tab.": [
+ "تم التصريح للتطبيق - يمكنك الآن إغلاق تبويب المستعرض هذا."
+ ],
+ "The application has been authorised!": [
+ "تم التصريح للتطبيق!"
+ ],
+ "The application has been successfully authorised.": [
+ "جرى التصريح للتطبيق بنجاح."
+ ],
+ "The application must be restarted for these changes to take effect.": [
+ "يجب إعادة تشغيل التطبيق حتى تصبح هذه التغييرات سارية المفعول."
+ ],
+ "The attachments will no longer be watched when you switch to a different note.": [
+ "لن تتم مشاهدة المرفقات بعد الآن عند التبديل إلى ملاحظة مختلفة."
+ ],
+ "The command \"%s\" is only available in GUI mode": [
+ "الأمر \"%s\" متوفر فقط في وضع الواجهة الرسومية"
+ ],
+ "The default admin password is insecure and has not been changed! [Change it now](%s)": [
+ "كلمة مرور المسؤول الافتراضية غير آمنة ولم يتم تغييرها! [غيرها الآن] (%s)"
+ ],
+ "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": [
+ "تم تغيير طريقة التشفير الافتراضية إلى طريقة أكثر أمانًا ويوصى بتطبيقها على بياناتك."
+ ],
+ "The default encryption method has been changed, you should re-encrypt your data.": [
+ "تم تغيير طريقة التشفير الافتراضية، يجب إعادة تشفير بياناتك."
+ ],
+ "The default profile cannot be deleted": [
+ ""
+ ],
+ "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": [
+ "أمر محرر النصوص (قد يتضمن معامِلات) الذي سيستخدم لفتح ملاحظة. إذا لم يجر التزويد بأي محرر فسيحاول التطبيق اكتشاف المحرِّر التلقائي آلياً."
+ ],
+ "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": [
+ "تحدد خاصية العامل الرياضي كيف سينمو العنصر أو يتقلص ليلائم المساحة المتوفرة في الحاوية الخاصة به فيما يتعلق بالعناصر الأخرى. وبالتالي، فإن العنصر الذي ينضرب مع العامل 2 سيأخذ ضِعف مساحة العنصر بمعامل 1. أعد تشغيل التطبيق لمشاهدة التغييرات."
+ ],
+ "The following attachments are being watched for changes:": [
+ "تتم مراقبة المرفقات التالية للتغييرات:"
+ ],
+ "The Joplin mobile app does not currently support this type of link: %s": [
+ "تطبيق Joplin على الهاتف الجوال لا يدعم حالياً هذا النوع من الربط : %s"
+ ],
+ "The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
+ ""
+ ],
+ "The master key has been upgraded successfully!": [
+ "تمت ترقية المفتاح الرئيسي بنجاح!"
+ ],
+ "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "تم استخدام المفاتيح الرئيسة ذات المعرّفات التالية لتشفير بعض العناصر لديك ، إلا أن التطبيق لم يتمكن من الوصول إليها حالياً. من المحتمل أن يجري تنزيلها فيما بعد عبر المزامنة."
+ ],
+ "The note \"%s\" has been successfully restored to the notebook \"%s\".": [
+ "تمت استعادة الملاحظة \"%s\" بنجاح إلى دفتر الملاحظات \"%s\"."
+ ],
+ "The notebook could not be saved: %s": [
+ "لم يتم حفظ دفتر الملاحظات: %s"
+ ],
+ "The notes have been imported: %s": [
+ "جرى استيراد الملاحظات: %s"
+ ],
+ "The possible commands are:": [
+ "الأوامر الممكنة هي:"
+ ],
+ "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": [
+ "يجب ترقية هدف المزامنة قبل أن يتمكن Joplin من المزامنة. قد تستغرق العملية بضع دقائق حتى تكتمل ويحتاج التطبيق إلى إعادة التشغيل. للمتابعة الرجاء الضغط على الرابط."
+ ],
+ "The tag \"%s\" already exists. Please choose a different name.": [
+ "الوسم \"%s\" موجود بالفعل. فضلاً إختر اسماً مختلفاً."
+ ],
+ "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": [
+ "الوجهة المستهدفة المزامنة إليها. كل وجهة مزامنة مستهدفة قد يكون لها معلمات إضافية تكون مسماة بـ `sync.NUM.NAME` (جميعها موثقة أدناه)."
+ ],
+ "The Web Clipper needs your authorisation to access your data.": [
+ "Web Clipper بحاجة لتصريحك من أجل الوصول لبياناتك."
+ ],
+ "The web clipper service is enabled and set to auto-start.": [
+ "خدمة Web Clipper مفعَّلة ومضبوطة على البدء التلقائي."
+ ],
+ "The web clipper service is not enabled.": [
+ "خدمة Web clipper غير مفعَّلة."
+ ],
+ "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
+ ""
+ ],
+ "Theme": [
+ "السمة"
+ ],
+ "There are currently no notes. Create one by clicking on the (+) button.": [
+ "لا توجد ملاحظات حالياً. أنشئ واحدة بالضغط على زر (+)."
+ ],
+ "There are unsaved changes.": [
+ ""
+ ],
+ "There is currently no notebook. Create one by clicking on \"New notebook\".": [
+ "لا يوجد دفتر ملاحظات حالياً. أنشئ واحداً بالضغط على \"دفتر ملاحظات جديد\"."
+ ],
+ "There is no data to export.": [
+ "لا يوجد بيانات للتصدير."
+ ],
+ "There was a [conflict](%s) on the attachment below.\n\n%s": [
+ "كان هناك (%s)[conflict] على المرفق أدناه.\n\n%s"
+ ],
+ "There was an error downloading this attachment:": [
+ "حدث خطأ أثناء تنزيل هذا المرفق:"
+ ],
+ "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": [
+ "حدث خطأ أثناء إعداد حساب Joplin Cloud الخاص بك. يرجى التأكد من البريد الإلكتروني وكلمة المرور والمحاولة ثانية. الخطأ كان\n\n%s"
+ ],
+ "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": [
+ "ستبقى هذه العناصر على الجهاز إلا أنها لن يجري رفعها إلى وجهة المزامنة. لكي تجد هذه العناصر ، عليك إما البحث عن العنوان أو المعرِّف (وهو معروض أعلاه بين قوسين)."
+ ],
+ "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": [
+ "تعمل هذه المكونات الإضافية على تحسين عارض Markdown بميّزات إضافية. يرجى ملاحظة أنه على الرغم من أن هذه الميزات قد تكون مفيدة، إلا أنها ليست Markdown قياسية وبالتالي فإن معظمها سيعمل فقط في Joplin. بالإضافة إلى ذلك، بعضها *غير متوافق* مع محرّر WYSIWYG. إذا فتحت ملاحظة تستخدم أحد هذه المكونات الإضافية في ذلك المحرر، فستفقد تنسيق المكون الإضافي. تمت الإشارة أدناه إلى المكونات الإضافية المتوافقة مع محرر WYSIWYG و الغير متوافقة."
+ ],
+ "This allows another user to share a notebook with you, and you can then both collaborate on it. It does not however allow you to share a notebook with someone else, unless you have the feature \"%s\".": [
+ ""
+ ],
+ "This attachment is not downloaded or not decrypted yet": [
+ "لم يجر تنزيل هذا المرفق أو فك تشفيره حتى الآن"
+ ],
+ "This attachment is not downloaded or not decrypted yet.": [
+ "لم يجر تنزيل هذا المرفق أو فك تشفيره حتى الآن."
+ ],
+ "This authorisation token is only needed to allow third-party applications to access Joplin.": [
+ "هذا الرمز المميز للتصريح مطلوب فقط للسماح لتطبيقات طرف ثالث للوصول إلى Joplin."
+ ],
+ "This drawing may have unsaved changes.": [
+ ""
+ ],
+ "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
+ "هذه أداة متقدمة لإظهار المرفقات المرتبطة بملاحظاتك. يرجى توخّي الحذر عند حذف أحدها حيث لا يمكن استعادتها بعد ذلك."
+ ],
+ "This note does not have geolocation information.": [
+ "ليس لدى هذه الملاحظة معلومة موقع جغرافي."
+ ],
+ "This note has been modified:": [
+ "جرى تعديل هذه الملاحظة:"
+ ],
+ "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
+ "ليس لهذه الملاحظة أي محتوى. اضغط على \"%s\" لتبديل المحرّر وتحرير الملاحظة."
+ ],
+ "This note has no history": [
+ "هذه المذكرة ليس لها تاريخ"
+ ],
+ "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
+ "يحتوي محرر النص المنسق هذا على عدد من القيود ومن المستحسن أن تكون على دراية بها قبل استخدامه."
+ ],
+ "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": [
+ "تتيح هذه الخدمة تواصل إضافة المستعرض مع Joplin. عندما تفعّلها قد يسألك الجدار الناري أن تعطي الإذن لـ Joplin بالاستماع إلى منفذ محدّد."
+ ],
+ "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": [
+ "هذا يتيح لـ Joplin العمل في الخلفية. نوصي بتفعيل هذا الإعداد لكي تجري مزامنة ملاحظاتك باستمرار ، مما يقلل عدد حالات التعارض."
+ ],
+ "This will open a new screen. Save your current changes?": [
+ "هذا سيفتح شاشة جديدة. حفظ التغييرات الحالية الخاصة بك؟"
+ ],
+ "Time format": [
+ "تنسيق الوقت"
+ ],
+ "title": [
+ "العنوان"
+ ],
+ "Title": [
+ "العنوان"
+ ],
+ "To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
+ "يرجى اتباع الخطوات التالية للسماح لـ Joplin بالمزامنة مع Dropbox:"
+ ],
+ "To delete a tag, untag the associated notes.": [
+ "لتحذف الوسم، أزل الوسم عن الملاحظات التي وسمت به."
+ ],
+ "To delete: %d": [
+ "المعدّة للحذف: %d"
+ ],
+ "To enter command line mode, press \":\"": [
+ "للدخول إلى وضع سطر الأوامر ، اضغط \":\""
+ ],
+ "To exit command line mode, press ESCAPE": [
+ "للخروج من وضع سطر الأوامر ، اضغط ESCAPE"
+ ],
+ "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": [
+ "لفرز الملاحظات يدويًا، يجب تغيير ترتيب الفرز إلى \"%s\" في القائمة \"%s\" > \"%s\""
+ ],
+ "To maximise/minimise the console, press \"tc\".": [
+ "لتكبير/تصغير وحدة التحكم ، اضغط \"tc\"."
+ ],
+ "To move from one pane to another, press Tab or Shift+Tab.": [
+ "للتنقل من جزء إلى آخر اضغط Tab أو Shift+Tab."
+ ],
+ "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": [
+ "لإعادة محاولة فك تشفير هذه العناصر. شغّل `e2ee decrypt --retry-failed-items`"
+ ],
+ "To switch the profile, the app is going to close and you will need to restart it.": [
+ ""
+ ],
+ "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": [
+ "يحتاج التطبيق للأذونات التالية كي يعمل بشكل صحيح. فضلاً فعّلها في إعدادات هاتفك ، في التطبيقات > Joplin > الأذونات"
+ ],
+ "to-do": [
+ "قائمة مهام"
+ ],
+ "Toggle comment": [
+ "تبديل قائمة الملاحظات"
+ ],
+ "Toggle development tools": [
+ "تبديل أدوات التطوير"
+ ],
+ "Toggle editor layout": [
+ "تبديل تخطيط المحرّر"
+ ],
+ "Toggle editors": [
+ "تبديل المحرّرات"
+ ],
+ "Toggle external editing": [
+ "تبديل وضع التحرير الخارجي"
+ ],
+ "Toggle note list": [
+ "تبديل قائمة الملاحظات"
+ ],
+ "Toggle safe mode": [
+ "تبديل الوضع الآمن"
+ ],
+ "Toggle sidebar": [
+ "تبديل الشريط الجانبي"
+ ],
+ "Token has been copied to the clipboard!": [
+ "تم نسخ الرمز المميز إلى الحافظة!"
+ ],
+ "Tools": [
+ "أدوات"
+ ],
+ "Total: %d/%d": [
+ "الإجمالي: %d/%d"
+ ],
+ "Try again": [
+ "حاول ثانية"
+ ],
+ "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
+ "أكتب `help [command]` للمزيد من المعلومات عن أمر ما ، أو `help all` لمعلومات الاستخدام الكاملة."
+ ],
+ "Type `joplin help` for usage information.": [
+ "أكتب `joplin help` لمعلومات الاستخدام."
+ ],
+ "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
+ "اكتب عنوان ملاحظة أو جزء من محتواه للانتقال إليه. أو اكتب # متبوعاً بإسم وسم، أو @ متبوعاً باسم دفتر ملاحظات. أو اكتب : للبحث عن الأوامر."
+ ],
+ "Type new tags or select from list": [
+ "أكتب وسوماً جديدة أو اخترها من القائمة"
+ ],
+ "Type: %s.": [
+ "النوع: %s."
+ ],
+ "Unable to edit resource of type %s": [
+ ""
+ ],
+ "Unable to export or share data. Reason: %s": [
+ ""
+ ],
+ "Unable to share log data. Reason: %s": [
+ ""
+ ],
+ "Uncompleted to-dos on top": [
+ "قوائم المهام غير المكتملة في الأعلى"
+ ],
+ "Undo": [
+ "الغاء التحميل"
+ ],
+ "Unknown flag: %s": [
+ "علامة غير معروفة: %s"
+ ],
+ "Unknown item type downloaded - please upgrade Joplin to the latest version": [
+ "تم تنزيل نوع عنصر غير معروف - يرجى ترقية Joplin إلى أحدث إصدار"
+ ],
+ "Unpublish note": [
+ "إلغاء نشر الملاحظة"
+ ],
+ "Unshare": [
+ "إلغاء المشاركة"
+ ],
+ "Unshare this notebook? The recipients will no longer have access to its content.": [
+ "إلغاء مشاركة هذا الدفتر ؟ لن يتمكن المستلمون من الوصول إلى محتوياته بعد الآن."
+ ],
+ "Unsupported image type: %s": [
+ "نوع صورة غير مدعوم: %s"
+ ],
+ "Unsupported link or message: %s": [
+ "رابط أو رسالة غير مدعومان: %s"
+ ],
+ "Untitled": [
+ "بدون اسم"
+ ],
+ "Update": [
+ "تحديث"
+ ],
+ "Updated": [
+ "التحديث"
+ ],
+ "updated date": [
+ "تاريخ التحديث"
+ ],
+ "Updated local items: %d.": [
+ "العناصر المحلية المحدَّثة: %d."
+ ],
+ "Updated remote items: %d.": [
+ "العناصر البعيدة المحدَّثة: %d."
+ ],
+ "Updated: ": [
+ "تم تحديثها: "
+ ],
+ "Updated: %d.": [
+ "تم تحديثها: %d."
+ ],
+ "Updated: %s": [
+ "تم تحديثها: %s"
+ ],
+ "Updating...": [
+ "جارٍ التحديث..."
+ ],
+ "Upgrade": [
+ "ترقية"
+ ],
+ "Upgrade the sync target to the latest version.": [
+ "قم بترقية هدف المزامنة إلى أحدث إصدار."
+ ],
+ "URL": [
+ "عنوان URL"
+ ],
+ "Usage: %s": [
+ "الاستخدام : %s"
+ ],
+ "Use biometrics to secure access to the app": [
+ ""
+ ],
+ "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": [
+ "استخدام نسق القائمة الطويلة. النسق هو ID (معرِّف) ، NOTE_COUNT (عدد الملاحظات (لدفتر الملاحظات)) ، DATE (التاريخ) ، TODO_CHECKED (تم عنصر المهمة (لقوائم المهام)) ، TITLE (العنوان)"
+ ],
+ "Use spell checker": [
+ "إستخدام مفتش التهجأة"
+ ],
+ "Use the arrows and page up/down to scroll the lists and text areas (including this console).": [
+ "استخدم أزرار الأسهم و Page Up/Page Down للتمرير في القوائم ومناطق النص (بما فيها وحدة التحكم هذه)."
+ ],
+ "Use the arrows to move the layout items. Press \"Escape\" to exit.": [
+ "استخدم الأسهم لتحريك عناصر التخطيط. اضغط على \"Escape\" للخروج."
+ ],
+ "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": [
+ "استخدم هذا لإعادة إنشاء فهرس البحث إذا كانت هناك مشكلة في البحث. قد يستغرق الأمر وقتًا طويلًا اعتمادًا على عدد الملاحظات."
+ ],
+ "Use your biometrics to secure access to your application. You can always set it up later in Settings.": [
+ ""
+ ],
+ "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
+ "الخط المستخدم لأغلب النصوص في محرِّر Markdown. سيتم استخدام خط عامّ ذو عرض تناسبي (متغيّر)."
+ ],
+ "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
+ "الخط المستخدم عند الحاجة إلى خط ثابت العرض لوضع النص بصورة مقروءة (في الجداول وخانات الاختيار والشفرة البرمجية مثلاً). عندما لا يُعثر عليه سيتم استخدام خط عامّ أحادي المسافة (ثابت العرض)."
+ ],
+ "User deletions": [
+ ""
+ ],
+ "Users": [
+ ""
+ ],
+ "Valid": [
+ "صحيح"
+ ],
+ "Verify your identity": [
+ ""
+ ],
+ "View": [
+ "عرض"
+ ],
+ "View on map": [
+ "عرض على الخريطة"
+ ],
+ "View them now": [
+ "عرضها الآن"
+ ],
+ "Viewer": [
+ "عارض"
+ ],
+ "Vim": [
+ "Vim"
+ ],
+ "Voice typing language files (URL)": [
+ ""
+ ],
+ "Voice typing...": [
+ ""
+ ],
+ "Warning": [
+ "تحذير"
+ ],
+ "Warning: not all resources shown for performance reasons (limit: %s).": [
+ "تحذير: لم يتم عرض كافّة الموارد لأسباب تتعلق بالأداء (الحد: %s)."
+ ],
+ "Web Clipper": [
+ "Web Clipper"
+ ],
+ "WebDAV": [
+ "WebDAV"
+ ],
+ "WebDAV password": [
+ "كلمة مرور WebDAV"
+ ],
+ "WebDAV URL": [
+ "عنوان URL لـ WebDAV"
+ ],
+ "WebDAV username": [
+ "اسم مستخدم WebDAV"
+ ],
+ "Website and documentation": [
+ "موقع الويب و التوثيق"
+ ],
+ "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
+ "مرحباً بك في Joplin!\n\nأكتب `:help shortcuts` للحصول على قائمة اختصارات لوحة المفاتيح ، أو `:help` فقط لمعلومات الاستخدام.\n\nعلى سبيل المثال ، اضغط `mb` لإنشاء دفتر ملاحظات ، و اضغط `mn` لإنشاء ملاحظة."
+ ],
+ "When creating a new note:": [
+ "عند إنشاء ملاحظة جديدة:"
+ ],
+ "When creating a new to-do:": [
+ "عند إنشاء قائمة جديدة للمهام:"
+ ],
+ "Words": [
+ "كلمات"
+ ],
+ "y": [
+ "نعم"
+ ],
+ "Y": [
+ "نعم"
+ ],
+ "yes": [
+ "نعم"
+ ],
+ "Yes": [
+ "نعم"
+ ],
+ "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": [
+ "أنت على وشك إرفاق صورة كبيرة (%dx%d بكسل). هل ترغب في تغيّير حجمة إلى %d بكسل قبل إرفاقه؟"
+ ],
+ "You currently have no notebooks.": [
+ "ليس لديك حاليا دفاتر ملاحظات."
+ ],
+ "You do not have any installed plugin.": [
+ "ليس لديك أي مكون إضافي مثبت."
+ ],
+ "You may also type `status` for more information.": [
+ "يمكنك أيضًا كتابة \"الحالة\" لمزيد من المعلومات."
+ ],
+ "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": [
+ "يمكنك استخدام الأداة أدناه لإعادة تشفير بياناتك، على سبيل المثال إذا كنت تعلم أن بعض ملاحظاتك مشفرة بطريقة تشفير قديمة."
+ ],
+ "Your choice: ": [
+ "اختيارك هو: "
+ ],
+ "Your data is going to be re-encrypted and synced again.": [
+ "ستتم إعادة تشفير بياناتك ومزامنتها مرة أخرى."
+ ],
+ "Your password is needed to decrypt some of your data.": [
+ ""
+ ],
+ "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": [
+ ""
+ ],
+ "Your permission to use your camera is required.": [
+ "إذنك باستخدام كاميرا الجوال مطلوب."
+ ],
+ "Your version: %s": [
+ "النسخة لديك: %s"
+ ],
+ "Zoom In": [
+ "تكبير"
+ ],
+ "Zoom Out": [
+ "تصغير"
+ ]
}
\ No newline at end of file
diff --git a/packages/lib/locales/bg_BG.json b/packages/lib/locales/bg_BG.json
index f81bd8fae9..a9e8710398 100644
--- a/packages/lib/locales/bg_BG.json
+++ b/packages/lib/locales/bg_BG.json
@@ -1,470 +1,2441 @@
{
- "%d days": "%d дни",
- "%d hour": "%d час",
- "%d hours": "%d часа",
- "%d minutes": "%d минути",
- "%d notes match this pattern. Delete them?": "%d бележки съответстват на този шаблон. Да ги изтрия ли?",
- "%s %s (%s, %s)": "%s %s (%s, %s)",
- "%s (%s) could not be uploaded: %s": "%s (%s) не можа да бъде качен: %s",
- "%s (pre-release)": "%s (експериментална)",
- "%s - Copy": "%s - Копие",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d notes": "%s: %d бележки",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "Редактиране(&E)",
- "&File": "Файл(&F)",
- "&Help": "Помощ (&H)",
- "&Tools": "Инструменти (&T)",
- "&View": "Изглед(&V)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- Камера: за да може директно да бъдат снимани снимки и прикачвани към бележки.",
- "- Location: to allow attaching geo-location information to a note.": "- Местоположение: за прикачване на геолокации към бележки.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- Място за съхранение: за да могат да се прикачват файлове към бележките и за синхронизация с файловата система.",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": "<задача-команда> може да е \"toggle\" или \"clear\". Използвайте \"toggle\" за да сменяте състоянието на задачата между изпълнена и неизпълнена (ако целевия обект е обикновена бележка, тя ще бъде конвертирана в задача). Използвайте \"clear\" за да конвертирате задача обратно в обикновена бележка.",
- "About Joplin": "Относно Joplin",
- "Active": "Активен",
- "Add or remove tags:": "Добавяне и махане на тагове:",
- "Advanced options": "Настройки за напреднали",
- "Also displays unset and hidden config variables.": "Показва също и конфигурации, които нямат стойност, или са скрити.",
- "Always": "Винаги",
- "An update is available, do you want to download it now?": "Има обновление, искате ли да го свалите сега?",
- "Appearance": "Външен вид",
- "Application": "Приложение",
- "Apply": "Приложи",
- "Attach file": "Прикачи файл",
- "Attach photo": "Прикачи снимка",
- "Attaches the given file to the note.": "Прикачва зададения файл към бележката.",
- "Attachment download behaviour": "Режим на сваляне на прикачени файлове",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "Внимание: Ако смените това местоположение, трябва да копирате цялото съдържание там преди да синхронизирате, иначе всички файлове ще бъдат премахнати! Вижчте ЧЗВ за повече подробности: %s",
- "Authentication was not completed (did not receive an authentication token).": "Оторизирането не беше завършено (не получих оторизационен жетон).",
- "Authorisation token:": "Оторизационен жетон:",
- "Auto": "Автоматичен",
- "Back": "Назад",
- "Bold": "Удебелен",
- "Browse...": "Търсене...",
- "Bulleted List": "Неномериран списък",
- "Cancel": "Отмени",
- "Cancelling background synchronisation... Please wait.": "Отменя се синхронизацията течаща на заден план... Моля изчакайте.",
- "Cancelling...": "Отменям...",
- "Cancelling... Please wait.": "Отменям... Моля изчакайте.",
- "Cannot access %s": "Няма достъп до %s",
- "Cannot change encrypted item": "Криптираният обект не може да бъде променен",
- "Cannot copy note to \"%s\" notebook": "Не можах да копира бележката в тетрадка \"%s\"",
- "Cannot find \"%s\".": "Не успях да намеря \"%s\".",
- "Cannot move note to \"%s\" notebook": "Не можах да преместя бележката в тетрадка \"%s\"",
- "Cannot move notebook to this location": "Тетрадката не може да бъде преместена на това място",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "Неуспешно обновление на жетон: данните за оторизация липсват. Възможно е пускането на синхронизацията наново да оправи проблема.",
- "Check for updates...": "Провери за обновления...",
- "Check synchronisation configuration": "Провери настройките за синхронизация",
- "Checkbox": "Поле за отметка",
- "Checking... Please wait.": "Проверявам... Моля изчакайте.",
- "Clear": "Изчисти",
- "Clear alarm": "Премахни алармата",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "Натиснете \"%s\" за да възстановите бележката. Тя ще бъде копирана в тетрадка с име \"%s\". Настоящата версия на бележката няма да бъде подменена или променена.",
- "Close Window": "Затвори прозорец",
- "Code": "Код",
- "Coming alarms": "Идни аларми",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "Разделен със запетайки списък от пътища до директории, откъдето да бъдат заредени сертификати, или пътища до отделни файлове със сертификати. Например: /my/cert_dir, /other/custom.pem. Имайте предвид, че ако направите промени в настройките за TLS, трябва да запазите промените преди да натиснете \"Провери настройките за синхронизация\".",
- "Completed decryption.": "Завърших декриптирането.",
- "Configuration": "Настройки",
- "Conflicted: %d": "Конфликти: %d",
- "Conflicts": "Конфликти",
- "Convert to note": "Конвертиране към бележка",
- "Convert to todo": "Конвертиране към задача",
- "Copy": "Копирай",
- "Copy Link Address": "Копирай адреса на линка",
- "Copy Markdown link": "Копирай Markdown линк",
- "Copy path to clipboard": "Копирай пътя в клипборда",
- "Copy token": "Копирай жетона",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "Неуспешно оторизиране на приложението:\n\n%s\n\nМоля опитайте пак.",
- "Created": "Създаден",
- "created date": "дата на създаване",
- "Created local items: %d.": "Създадени локални обекти: %d.",
- "Created remote items: %d.": "Създадени отдалечени обекти: %d.",
- "Created: %d.": "Създадени: %d.",
- "Created: %s": "Създаден: %s",
- "Creates a new note.": "Създава нова бележка.",
- "Creates a new notebook.": "Създава нова тетрадка.",
- "Creates a new to-do.": "Създава нова задача.",
- "Creating new %s...": "Създаване на нова %s...",
- "Current version is up-to-date.": "Настоящата версия е най-новата.",
- "Custom TLS certificates": "Допълнителни TLS сертификати",
- "Cut": "Изрежи",
- "Dark": "Тъмна",
- "Database v%s": "Версия на базата данни: %s",
- "Date format": "Формат за дати",
- "days": "дни",
- "Decrypted items: %s / %s": "Декриптирани обекти: %s / %s",
- "Decrypting items: %d/%d": "Декриптиране на обекти: %d/%d",
- "Default: %s": "Стойност по подразбиране: %s",
- "Delete": "Изтрий",
- "Delete note \"%s\"?": "Да изтрия ли бележка \"%s\"?",
- "Delete note?": "Да изтрия ли бележката?",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "Да изтрия ли тетрадка \"%s\"?\n\nВсички бележки и под-тетрадки също ще бъдат изтрити.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "Да изтрия ли тетрадката? Всички бележки и под-тетрадки в нея също ще бъдат изтрити.",
- "Delete these %d notes?": "Да изтрия ли тези %d бележки?",
- "Deleted local items: %d.": "Изтрити локални обекти: %d.",
- "Deleted remote items: %d.": "Изтрити отдалечени обекти: %d.",
- "Deletes the given notebook.": "Изтрива дадената тетрадка.",
- "Deletes the notebook without asking for confirmation.": "Изтрива тетрадката без да пита за потвърждение.",
- "Deletes the notes matching .": "Изтрива бележките съответстващи на <шаблон-бележки>.",
- "Deletes the notes without asking for confirmation.": "Изтрива бележките без да пита за потвърждение.",
- "Destination format: %s": "Целеви формат: %s",
- "Directory": "Директория",
- "Directory to synchronise with (absolute path)": "Директория с която да се синхронизира (абсолютен път)",
- "Disable encryption": "Изключване на криптирането",
- "Disable Web Clipper Service": "Спри услугата за уеб-клипера",
- "Disabled": "Изключено",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "Изключването на криптирането означава че *всички* бележки и прикачени файлове ще бъдат синхронизирани наново и изпратени некриптирани на целта за синхронизация. Искате ли да продължите?",
- "Discard changes": "Отхвърли промените",
- "Displays a geolocation URL for the note.": "Показва URL на геолокацията на бележката.",
- "Displays only the first top notes.": "Показва първите <брой> бележки.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "Показва само обекти от даден тип или типове. Може да е `n` за бележки, `t` за задачи, или `nt` за бележки и задачи (напр. `-tt` би показало само задачи, а `-tnt` би показало бележки и задачи.",
- "Displays summary about the notes and notebooks.": "Показва обобщение относно бележките и тетрадките.",
- "Displays the complete information about note.": "Показва пълната информация за бележката.",
- "Displays the given note.": "Показва зададената бележка.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "Показва бележките в настоящата тетрадка. Използвайте `ls /` за да покажете списъка от тетрадки.",
- "Displays usage information.": "Показва информация за употребата.",
- "Displays version information": "Показва информация за версията",
- "Do not ask for confirmation.": "Не питай за потвърждение.",
- "Download and install the relevant extension for your browser:": "Свалете и инсталирате разширението за вашия браузър:",
- "Downloading resources...": "Свалям ресурси...",
- "Dropbox": "Dropbox",
- "Dropbox Login": "Вписване в Dropbox",
- "Duplicate": "Дуплицирай",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "Дуплицира бележките съответстващи на <бележка> в [тетрадка]. Ако тетрадка не е зададена, бележките ще бъдат дуплицирани в настоящата тетрадка.",
- "Edit": "Редактиране",
- "Edit in external editor": "Редактирай във външен редактор",
- "Edit note.": "Редактиране на бележка.",
- "Edit notebook": "Редактиране на тетрадка",
- "Editor font family": "Шрифт на редактора",
- "Editor font size": "Размер на шрифта на редактора",
- "Either \"text\" or \"json\"": "Или \"text\" или \"json\"",
- "Enable": "Включи",
- "Enable ++insert++ syntax": "Пусни синтаксис ++вметка++",
- "Enable ==mark== syntax": "Пусни синтаксис ==маркиране==",
- "Enable ^sup^ syntax": "Пусни синтаксис ^високо^",
- "Enable abbreviation syntax": "Пусни синтаксис за съкращения",
- "Enable deflist syntax": "Пусни синтаксис за списък от дефиниции",
- "Enable encryption": "Включване на криптирането",
- "Enable footnotes": "Пусни бележки под линията",
- "Enable markdown emoji": "Пусни markdown емоджи",
- "Enable math expressions": "Пусни математическите изрази",
- "Enable multimarkdown table extension": "Пусни разширението за multimarkdown таблици",
- "Enable note history": "Пусни история за бележките",
- "Enable soft breaks": "Пусни меките краища (soft breaks)",
- "Enable table of contents extension": "Пусни разширението за генерирано съдържание",
- "Enable Web Clipper Service": "Пусни услугата за уеб-клипера",
- "Enable ~sub~ syntax": "Пусни синтаксис ~ниско~",
- "Enabled": "Включено",
- "Encrypted": "Криптирана",
- "Encrypted items cannot be modified": "Криптирани обекти не могат да бъдат променяни",
- "Encryption Config": "Настройки за криптиране",
- "Encryption is: %s": "Криптирането е: %s",
- "Enter code here": "Въведете кода тук",
- "Enter master password:": "Въведете главната парола:",
- "Enum": "Изброим",
- "Error opening note in editor: %s": "Грешка при отварянето на бележката в редактор: %s",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "Грешка. Моля проверете дали уеб адреса(URL), потребителското име, паролата и т.н. са правили и че целта за синхронизация е достъпна. Получената грешка беше:",
- "Errors only": "Само грешки",
- "Exits the application.": "Напуска приложението.",
- "Export": "Експортиране",
- "Export Debug Report": "Експортиране на доклад за откриване на грешки",
- "Exporting to \"%s\" as \"%s\" format. Please wait...": "Експортирам към \"%s\" във формат \"%s\". Моля изчакайте...",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "Експортира данните от Joplin в зададения път. По подразбиране ще експортира пълната база данни, включително тетрадки, бележки, тагове и ресурси.",
- "Exports only the given note.": "Експортира само зададената бележка.",
- "Exports only the given notebook.": "Експортира само зададената тетрадка.",
- "Fatal error:": "Фатална грешка:",
- "Fetched items: %d/%d.": "Взети обекти: %d/%d.",
- "Fetching resources: %d/%d": "Взимане на ресурси: %d/%d",
- "File": "Файл",
- "File system": "Файловата система",
- "Focus": "Фокусирай",
- "Focus body": "Фокусирай съдържанието",
- "Focus title": "Фокусирай заглавието",
- "Folders": "Папки",
- "For information on how to customise the shortcuts please visit %s": "За информация как да промените кратките команди, моля посетете %s",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "За повече информация относно криптирането от край до край (E2EE) и за съвети относно как да го пуснете, вижте документацията:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "За списък от клавиатурните команди и конфигурации, въведете `help keymap`",
- "Found: %d.": "Намерени: %d.",
- "FTS enabled: %d": "FTS пуснат: %d",
- "General": "Общи",
- "Get pre-releases when checking for updates": "Взимане на експериментални версии при проверка за обновления",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "Показва или променя конфигурационна стойност. Ако [стойност] не е дадена, ще покаже стойността на [име]. Ако нито [име] нито [стойност] са дадени, изрежда цялата настояща конфигурация.",
- "Go to source URL": "Иди на уеб адреса (URL)",
- "Goto Anything...": "Отиди на нещо...",
- "Heading": "Заглавие",
- "Hide %s": "Скрий %s",
- "Horizontal Rule": "Хоризонтална черта",
- "Hyperlink": "Линк",
- "ID": "Идентификатор",
- "Idle": "В момента не прави нищо",
- "Ignore TLS certificate errors": "Игнорирай грешки в TLS сертификати",
- "Import": "Импортиране",
- "Importing from \"%s\" as \"%s\" format. Please wait...": "Импортирам от \"%s\" във формат \"%s\". Моля изчакайте...",
- "Importing notes...": "Импортирам на бележки...",
- "Imports data into Joplin.": "Импортира данни в Joplin.",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "В режим \"Ръчен\" прикачените файлове се свалят само ако натиснете на тях. В режим \"Автоматичен\" се свалят, когато отворите бележката. В режим \"Винаги\" се свалят независимо дали отворите бележката или не.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "Във всяка команда може да реферирате бележка или тетрадка по заглавие или по идентификатор, или използвайки някоя от кратките команди `$n` и `$b`, представляващи съответно настоящата бележка и настоящата тетрадка. `$c` може да се ползва за рефериране на избрания обект.",
- "In order to use the web clipper, you need to do the following:": "За да използвате уеб-клипера, трябва да направите следното:",
- "In progress": "В момента върви",
- "In: %s": "В: %s",
- "Insert Hyperlink": "Вкарай линк",
- "Invalid answer: %s": "Невалиден отговор: %s",
- "Invalid command: \"%s\"": "Невалидна команда: \"%s\"",
- "Invalid option value: \"%s\". Possible values are: %s.": "Невалидна стойност на настройката: \"%s\". Възможните стойности са: %s.",
- "Italic": "Курсив",
- "Item \"%s\" could not be downloaded: %s": "Обект \"%s\" не можа да бъде свален: %s",
- "Items that cannot be decrypted": "Обекти, които не могат да бъдат декриптирани",
- "Items that cannot be synchronised": "Някои обекти не можаха да бъдат синхронизирани",
- "Joplin Export Directory": "Joplin експорт директория",
- "Joplin Export File": "Joplin експорт файл",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "Joplin не успя да декриптира тези обекти след няколко опита. Възможните причини са че са данните са развалени или че обектите са прекалено големи. Тези обекти ще останат на устройството, но Joplin вече няма да се опитва да ги декриптира.",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "Уеб-клиперът на Joplin позволява за да запазвате уеб-страници и снимки на екрана от браузъра директно в Joplin.",
- "Joplin website": "Уебсайта на Joplin",
- "Keep note history for": "Пази историята на бележките",
- "Language": "Език",
- "Last error: %s": "Последна грешка: %s",
- "Layout": "Разположеня",
- "Light": "Светла",
- "List item": "Елемент на списък",
- "Location": "Местоположение",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "Файла за заключване е зает. Ако знаете че друга синхронизация не се извършва в момента, може да изтриете файла за заключване намиращ се на \"%s\" и да продължите с процеса.",
- "Log": "Лог",
- "Login with Dropbox": "Вписване с Dropbox",
- "Login with OneDrive": "Вписване в OneDrive",
- "Make a donation": "Искам да направя дарение",
- "Manual": "Ръчен",
- "Markdown": "Markdown",
- "Marks a to-do as done.": "Маркира задача като изпълнена.",
- "Marks a to-do as non-completed.": "Маркира задача като неизпълнена.",
- "Master Key %s": "Главен ключ %s",
- "Max concurrent connections": "Максимален брой едновременни връзки",
- "Missing Master Keys": "Липсващи главни ключове",
- "Missing required argument: %s": "Липсващ задължителен параметър: %s",
- "More information": "Още информация",
- "More than one item match \"%s\". Please narrow down your query.": "Повече от едно нещо съответства на \"%s\". Моля рафинирайте търсенето си.",
- "Move %d notes to notebook \"%s\"?": "Да преместя ли %d бележки в тетрадка \"%s\"?",
- "Move to notebook...": "Премести в тетрадка...",
- "n": "н",
- "N": "Н",
- "New note": "Нова бележка",
- "New notebook": "Нова тетрадка",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "Нова тетрадка \"%s\" ще бъде създадена и файл \"%s\" ще бъде импортиран в нея",
- "New tags:": "Нови тагове:",
- "New to-do": "Нова задача",
- "New version: %s": "Нова версия: %s",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "Парола за Nextcloud",
- "Nextcloud username": "Потребителско име за Nextcloud",
- "Nextcloud WebDAV URL": "Уеб адрес (URL) за Nextcloud WebDAV",
- "No": "Не",
- "No active notebook.": "Няма активна тетрадка.",
- "No item with ID %s": "Няма обект с идентификатор %s",
- "No notebook has been specified.": "Няма зададени тетрадки.",
- "No notebook selected.": "Няма избрани тетрадки.",
- "No notes in here. Create one by clicking on \"New note\".": "Тук няма бележки. Може да натиснете \"Нова бележка\" за да създадете първата.",
- "No such command: %s": "Няма такава команда: %s",
- "No text editor is defined. Please set it using `config editor `": "Няма зададен текстови редактор. Моля задайте го с командата: `config editor <път-до-редактора>`",
- "Not authentified with %s. Please provide any missing credentials.": "Не сме оторизирани за %s. Моля въведете липсващите оторизационни данни.",
- "note": "бележка",
- "Note": "Бележки",
- "Note body": "Съдържание на бележката",
- "Note does not exist: \"%s\". Create it?": "Бележката не съществува:\"%s\". Да я създам ли?",
- "Note has been saved.": "Бележката бе запазена.",
- "Note History": "История на бележката",
- "Note is not a to-do: \"%s\"": "Бележката не е задача: \"%s\"",
- "Note properties": "Атрибути на бележката",
- "Note title": "Заглавие на бележката",
- "Note: Does not work in all desktop environments.": "Внимание: Не работи с всички десктоп среди.",
- "Notebooks": "Тетрадки",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "Тетрадки не могат да имат име \"%s\", защото това е запазено заглавие.",
- "Notes and settings are stored in: %s": "Бележките и настройките са запазени в: %s",
- "Notes can only be created within a notebook.": "Бележки могат да бъдат създавани само в тетрадка.",
- "Numbered List": "Номериран списък",
- "OK": "Добре",
- "On %s: %s": "На %s: %s",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "Един или повече обекти са криптирани в момента и може да е необходимо да въведете главната парола. За да го направите, напишете `e2ee decrypt`. Ако вече сте задали паролата, то криптираните обекти вече се декриптират на заден план и скоро ще са на разположение.",
- "One or more master keys need a password.": "Поне един главен ключ се нуждае от парола.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "Вписване в OneDrive",
- "Open %s": "Отвори %s",
- "Open...": "Отвори...",
- "Operation cancelled": "Действието бе отменено",
- "Options": "Конфигурация",
- "Password": "Парола",
- "Password cannot be empty": "Паролата не може да е празна",
- "Password:": "Парола:",
- "Paste": "Постави",
- "PDF File": "PDF файл",
- "Permission to use camera": "Разрешение за употреба на камерата",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "Моля отворете следния адрес в браузър и оторизирайте приложението. Приложението ще създаде директория \"Apps/Joplin\" и ще чете и пише файлове в тази директория. Приложението няма да има достъп до файлове извън тази директория, нито до друга лична информация. Никакви данни няма да бъдат споделени с трети страни.",
- "Please select a notebook first.": "Моля първо изберете тетрадка.",
- "Please select the note or notebook to be deleted first.": "Моля първо изберете бележката или тетрадката, която искате да изтриете.",
- "Please select where the sync status should be exported to": "Моля изберете къде да бъде експортиран статуса на синхронизацията",
- "Please specify import format for %s": "Моля задайте формата за импортиране от %s",
- "Please specify the notebook where the notes should be imported to.": "Моля задайте тетрадка, в която да бъдат импортирани бележките.",
- "Plugins": "Разширения",
- "Possible keys/values:": "Възможни ключове/стойности:",
- "Possible values: %s.": "Възможни стойности: %s.",
- "Preferences...": "Настройки...",
- "Press Ctrl+D or type \"exit\" to exit the application": "Натиснете Ctrl+D или напишете \"exit\" за да напуснете приложението",
- "Press to set the decryption password.": "Натиснете за да зададете паролата за декриптиране.",
- "Previous versions of this note": "Предишни версии на бележката",
- "Print": "Принтиране",
- "Quit": "Изход",
- "Refresh": "Обнови",
- "Remove tag \"%s\" from all notes?": "Да премахна ли таг \"%s\" от всички бележки?",
- "Remove this search from the sidebar?": "Да премахна ли това търсене от страничния панел?",
- "Rename": "Преименувай",
- "Rename notebook:": "Преименуване на тетрадка:",
- "Rename tag:": "Преименуване на таг:",
- "Renames the given
- (note or notebook) to .": "Преименува дадения <обект> (бележка или тетрадка) на <име>.",
- "Resources: %d.": "Ресурси: %d.",
- "Restore": "Възстанови",
- "Restored Notes": "Възстановени бележки",
- "Retry": "Нов опит",
- "Reverse sort order": "Обратен ред на сортиране",
- "Reverses the sorting order.": "Обръща реда на сортиране.",
- "Save": "Запази",
- "Save alarm": "Запази алармата",
- "Save as...": "Запазаи като...",
- "Save changes": "Запази промените",
- "Save geo-location with notes": "Запазвай геолокация в бележките",
- "Search": "Търсене",
- "Search in all the notes": "Търсене във всички бележки",
- "Search in current note": "Търсене в настоящата бележка",
- "Search...": "Търсене...",
- "Search:": "Търсене:",
- "Searches for the given in all the notes.": "Търси всред всички бележки за зададения <шаблон>.",
- "See the pre-release page for more details: %s": "Вижте страницата за експерименталните версии за повече подробности: %s",
- "Select all": "Избери всичко",
- "Set alarm": "Задай аларма",
- "Set alarm:": "Задаване на аларма:",
- "Set the password": "Задаване на паролата",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "Задава зададената [стойност] за атрибут <име> на дадената <бележка>. Възможните атрибути са:\n\n%s",
- "Share": "Сподели",
- "Shortcuts are not available in CLI mode.": "Кратките команди са приложими само в режим на команден ред.",
- "Show all": "Покажи всички",
- "Show completed to-dos": "Покажи изпълнените задачи",
- "Show tray icon": "Покажи иконка до часовника",
- "Sidebar": "Страничен панел",
- "Skipped: %d.": "Пропуснати: %d.",
- "Some items cannot be synchronised.": "Някои обекти не можаха да бъдат синхронизирани.",
- "Sort notebooks by": "Сортирай тетрадките по",
- "Sort notes by": "Сортирай бележките по",
- "Sorts the item by (eg. title, updated_time, created_time).": "Сортира обектите по <поле>. Напр. title (заглавие), updated_time (последна промяна), created_time (създадена).",
- "Source format: %s": "Формат на източника: %s",
- "Start application minimised in the tray icon": "Пускай приложението минимизирано до иконката",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "Започвам да декриптирам... Моля изчакайте, защото това може да отнеме няколко минути, в зависимост от колко има за декриптиране.",
- "Starting synchronisation...": "Започвам синхронизация...",
- "Starting to edit note. Close the editor to get back to the prompt.": "Започваме редакция на бележката. Затворете редактора за да се върнете към командния ред.",
- "Status": "Статус",
- "Status: %s": "Статус: %s",
- "Status: Started on port %d": "Статус: Стартирано на порт %d",
- "Step 1: Enable the clipper service": "1ва стъпка: Пуснете услугата на клипера",
- "Step 1: Open this URL in your browser to authorise the application:": "1ва стъпка: Отворете този адрес в браузър и оторизирайте приложението:",
- "Step 2: Enter the code provided by Dropbox:": "2ра стъпка: Въведете кода предоставен от Dropbox:",
- "Step 2: Install the extension": "2ра стъпка: Инсталирайте браузърско разширение",
- "strong text": "силно наблегнат текст",
- "Submit": "Предай",
- "Success! Synchronisation configuration appears to be correct.": "Успех! Изглежда че настройките за синхронизация са правили.",
- "Switch between note and to-do type": "Конвертирай между бележка и задача",
- "Switch to note type": "Конвертирай към бележка",
- "Switch to to-do type": "Конвертирай към задача",
- "Switches to [notebook] - all further operations will happen within this notebook.": "Превключва на [тетрадка] - всички нататъчни команди ще се извършват в тази тетрадка.",
- "Sync status (synced items / total items)": "Статус на синхронизацията (синхронизирани / всички)",
- "Sync to provided target (defaults to sync.target config value)": "Синхронизира със зададената цел (по подразбиране със стойността от конфигурационната стойност sync.target)",
- "Synchronisation": "Синхронизация",
- "Synchronisation interval": "Интервал на синхронизация",
- "Synchronisation is already in progress.": "Вече се извършва синхронизация.",
- "Synchronisation Status": "Статус на синхронизацията",
- "Synchronisation target": "Цел за синхронизация",
- "Synchronisation target: %s (%s)": "Цел за синхронизация: %s (%s)",
- "Synchronise": "Синхронизация",
- "Synchronises with remote storage.": "Синхронизира с отдалеченото хранилище.",
- "Tagged: %d.": "Тагнати: %d.",
- "Tags": "Тагове",
- "Take photo": "Снимане",
- "Text editor command": "Команда за стартиране на текстов редактор",
- "The application has been authorised - you may now close this browser tab.": "Приложението бе оторизирано - може да затворите таба в браузъра.",
- "The application has been authorised!": "Приложението бе оторизирано!",
- "The application has been successfully authorised.": "Приложението бе успешно оторизирано.",
- "The command \"%s\" is only available in GUI mode": "Командата \"%s\" е приложима само в графичен режим",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "Команда за стартиране на текстов редактор (може да включва параметри), която ще бъде използвана за отваряне на бележка. Ако е празно, приложението ще се опитва автоматично да засече кой е текстовия редактор по подразбиране на системата ви.",
- "The Joplin mobile app does not currently support this type of link: %s": "Мобилното приложение на Joplin в момента не поддържа този вид линкове: %s",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Главните ключове с тези идентификатори са били използвани за криптиране на някои от обектите ви, но приложението в момент няма достъп до тях. Вероятно ще бъдат свалени тепърва чрез синхронизация.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "Бележка \"%s\" бе успешно създадена и сложена в тетрадка \"%s\".",
- "The notebook could not be saved: %s": "Тетрадката не може да бъде запазена: %s",
- "The notes have been imported: %s": "Бележките бяха импортирани: %s",
- "The possible commands are:": "Възможните команди са:",
- "The tag \"%s\" already exists. Please choose a different name.": "Тагът \"%s\" вече съществува. Моля изберете друго име.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "Целта за синхронизация. Всяка цел за синхронизация може да има допълнителни параметри с имена `sync.NUM.NAME` (всички такива са документирани по долу).",
- "The web clipper service is enabled and set to auto-start.": "Услугата за уеб-клипера бе включена и конфигурирана да се стартира автоматично.",
- "The web clipper service is not enabled.": "Услугата за уеб-клипера не е пусната.",
- "Theme": "Визуална тема",
- "There are currently no notes. Create one by clicking on the (+) button.": "В момента няма бележки. Натиснете бутон (+) за да създадете бележка.",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "В момента нямата тетрадки. Може да натиснете \"Нова тетрадка\" за да създадете първата.",
- "There is no data to export.": "Няма какво да се експортира.",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "Тези обекти ще останат на устройството, но няма да бъдат качени на целта за синхронизация. За да намерите тези обекти, потърсете за заглавията или идентификаторите им (може да ги видите в скобите по горе).",
- "This attachment is not downloaded or not decrypted yet.": "Прикаченият файл не е свален или все още не е декриптиран.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "Оторизационният жетон е необходим само ако искате да дадете достъп до Joplin на приложения от трети страни.",
- "This note does not have geolocation information.": "Тази бележка няма информация за геолокация.",
- "This note has been modified:": "Тази бележка беше променена:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "Тази бележка няма съдържание. Натиснете \"%s\" за да покажете редакторя и да редактирате бележката.",
- "This note has no history": "Тази бележка няма история",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "Услугата позволява на браузърски разширения да комуникират с Joplin. Когато я включите, защитната ви стена може да ви попита да дадете разрешение на Joplin да слуша на определен порт.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "Това позволява на Joplin да върви на заден план. Препоръчва се да пуснете тази настройка, за да се синхронизират бележките ви постоянно, и така да намалите вероятността да се появят конфликти.",
- "Time format": "Формат за време",
- "title": "заглавие",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "За да позволите на Joplin да синхронизира с Dropbox, моля изпълнете следните стъпки:",
- "To delete a tag, untag the associated notes.": "За да изтриете таг, премахнете го от всички бележки.",
- "To delete: %d": "За изтриване: %d",
- "To enter command line mode, press \":\"": "За да влезете в режим на команден ред, натиснете \":\"",
- "To exit command line mode, press ESCAPE": "За да излезете от режим на команден ред, натисне ESCAPE",
- "To maximise/minimise the console, press \"tc\".": "За да максимизирате или минимизирате конзолата, натиснете \"tc\".",
- "To move from one pane to another, press Tab or Shift+Tab.": "За да се преместите от един панел в друг, настинете Tab или Shift+Tab.",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "Приложението има нужда от следните разрешения за да работи правилно. Моля дайте ги от настройките на телефона в Приложения > Joplin > Разрешения",
- "to-do": "задача",
- "Toggle development tools": "Инструменти за разработка",
- "Toggle editor layout": "Промени изгледа на редактора",
- "Toggle sidebar": "Страничен панел",
- "Token has been copied to the clipboard!": "Жетона бе копиран в клипборда!",
- "Total: %d/%d": "Общо: %d/%d",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "Въведете `help [команда]` за повече информация относно командата, или въведете `help all` за пълната информация за ползването на командния ред.",
- "Type `joplin help` for usage information.": "Въведете `joplin help` за информация за употребата.",
- "Type new tags or select from list": "Напишете нови тагове или изберете от списъка",
- "Type: %s.": "Тип: %s.",
- "Uncompleted to-dos on top": "Неизпълнените задачи най-отгоре",
- "Unknown flag: %s": "Неизвестен флаг: %s",
- "Unknown item type downloaded - please upgrade Joplin to the latest version": "Неизвестен тип на свален обект - моля обновете Joplin до най-новата версия",
- "Unsupported image type: %s": "Този тип изображения не се поддържа: %s",
- "Unsupported link or message: %s": "Неподдържан линк или съобщение: %s",
- "Untitled": "Без заглавие",
- "Updated": "Обновен",
- "updated date": "дата на промяна",
- "Updated local items: %d.": "Обновени локални обекти: %d.",
- "Updated remote items: %d.": "Обновени отдалечени обекти: %d.",
- "Updated: %d.": "Обновени: %d.",
- "URL": "Уеб адрес (URL)",
- "Usage: %s": "Употреба: %s",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "Използване на дългия формат на списъци. Форматът е ID, NOTE_COUNT (брой бележки, за тетрадки), DATE (дата), TODO_CHECKED (брой завършени, за задачи), TITLE (заглавие)",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "Използвайте стрелките и page up/down to за да прелистите списъци и текстови полета (включително тази конзола).",
- "View on map": "Покажи на карта",
- "View them now": "Покажи ги сега",
- "WebDAV": "WebDAV",
- "WebDAV password": "Парола за WebDAV",
- "WebDAV URL": "Уеб адрес (URL) за WebDAV",
- "WebDAV username": "Потребителско име за WebDAV",
- "Website and documentation": "Уебсайт и документация",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "Добре дошли в Joplin!\n\nВъведете `:help shortcuts` за списък от клавиатурни команди, или само `:help` за информация за ползването на приложението.\n\nНапример, за да създадете тетрадка, натиснете `mb`; за да създадете бележка, натиснете `mn`.",
- "When creating a new note:": "Когато се създава нова бележка:",
- "When creating a new to-do:": "Когато се създава нова задача:",
- "y": "д",
- "Y": "Д",
- "Yes": "Да",
- "Your choice: ": "Вашият избор: ",
- "Your permission to use your camera is required.": "Трябва да разрешените употребата на камерата.",
- "Your version: %s": "Вашата версия: %s"
+ "\"%s\" is missing the required \"%s\" property.": [
+ ""
+ ],
+ "%d days": [
+ "%d дни"
+ ],
+ "%d GB": [
+ ""
+ ],
+ "%d GB storage space": [
+ ""
+ ],
+ "%d hour": [
+ "%d час"
+ ],
+ "%d hours": [
+ "%d часа"
+ ],
+ "%d MB": [
+ ""
+ ],
+ "%d minutes": [
+ "%d минути"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d бележки съответстват на този шаблон. Да ги изтрия ли?"
+ ],
+ "%s": [
+ ""
+ ],
+ "%s %s (%s, %s)": [
+ "%s %s (%s, %s)"
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) не можа да бъде качен: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ ""
+ ],
+ "%s (pre-release)": [
+ "%s (експериментална)"
+ ],
+ "%s - Copy": [
+ "%s - Копие"
+ ],
+ "%s / %s": [
+ ""
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d notes": [
+ "%s: %d бележки"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "Редактиране(&E)"
+ ],
+ "&File": [
+ "Файл(&F)"
+ ],
+ "&Go": [
+ ""
+ ],
+ "&Help": [
+ "Помощ (&H)"
+ ],
+ "&Tools": [
+ "Инструменти (&T)"
+ ],
+ "&View": [
+ "Изглед(&V)"
+ ],
+ "(%s)": [
+ ""
+ ],
+ "(In plugin: %s)": [
+ ""
+ ],
+ "(None)": [
+ ""
+ ],
+ "(wysiwyg: %s)": [
+ ""
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- Камера: за да може директно да бъдат снимани снимки и прикачвани към бележки."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- Местоположение: за прикачване на геолокации към бележки."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- Място за съхранение: за да могат да се прикачват файлове към бележките и за синхронизация с файловата система."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ "<задача-команда> може да е \"toggle\" или \"clear\". Използвайте \"toggle\" за да сменяте състоянието на задачата между изпълнена и неизпълнена (ако целевия обект е обикновена бележка, тя ще бъде конвертирана в задача). Използвайте \"clear\" за да конвертирате задача обратно в обикновена бележка."
+ ],
+ "A3": [
+ ""
+ ],
+ "A4": [
+ ""
+ ],
+ "A5": [
+ ""
+ ],
+ "About Joplin": [
+ "Относно Joplin"
+ ],
+ "accelerator": [
+ ""
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ ""
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ ""
+ ],
+ "Accept": [
+ ""
+ ],
+ "Access denied: Please check your username and password": [
+ ""
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ ""
+ ],
+ "Account": [
+ ""
+ ],
+ "Active": [
+ "Активен"
+ ],
+ "Actual Size": [
+ ""
+ ],
+ "Add body": [
+ ""
+ ],
+ "Add or remove tags:": [
+ "Добавяне и махане на тагове:"
+ ],
+ "Add recipient:": [
+ ""
+ ],
+ "Add to dictionary": [
+ ""
+ ],
+ "Admin": [
+ ""
+ ],
+ "Admin dashboard": [
+ ""
+ ],
+ "Advanced options": [
+ "Настройки за напреднали"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ ""
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ ""
+ ],
+ "Also displays unset and hidden config variables.": [
+ "Показва също и конфигурации, които нямат стойност, или са скрити."
+ ],
+ "Always": [
+ "Винаги"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ ""
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ ""
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "Има обновление, искате ли да го свалите сега?"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ ""
+ ],
+ "Appearance": [
+ "Външен вид"
+ ],
+ "Application": [
+ "Приложение"
+ ],
+ "Apply": [
+ "Приложи"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ ""
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ ""
+ ],
+ "Arguments:": [
+ ""
+ ],
+ "Aritim Dark": [
+ ""
+ ],
+ "Attach file": [
+ "Прикачи файл"
+ ],
+ "Attach photo": [
+ "Прикачи снимка"
+ ],
+ "Attaches the given file to the note.": [
+ "Прикачва зададения файл към бележката."
+ ],
+ "Attachment download behaviour": [
+ "Режим на сваляне на прикачени файлове"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "Внимание: Ако смените това местоположение, трябва да копирате цялото съдържание там преди да синхронизирате, иначе всички файлове ще бъдат премахнати! Вижчте ЧЗВ за повече подробности: %s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "Оторизирането не беше завършено (не получих оторизационен жетон)."
+ ],
+ "Authorisation token:": [
+ "Оторизационен жетон:"
+ ],
+ "Auto": [
+ "Автоматичен"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ ""
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ ""
+ ],
+ "Automatically switch theme to match system theme": [
+ ""
+ ],
+ "Back": [
+ "Назад"
+ ],
+ "Basic": [
+ ""
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ ""
+ ],
+ "Bold": [
+ "Удебелен"
+ ],
+ "Browse all plugins": [
+ ""
+ ],
+ "Browse...": [
+ "Търсене..."
+ ],
+ "Bulleted List": [
+ "Неномериран списък"
+ ],
+ "Can view": [
+ ""
+ ],
+ "Can view and edit": [
+ ""
+ ],
+ "Cancel": [
+ "Отмени"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "Отменя се синхронизацията течаща на заден план... Моля изчакайте."
+ ],
+ "Cancelling...": [
+ "Отменям..."
+ ],
+ "Cancelling... Please wait.": [
+ "Отменям... Моля изчакайте."
+ ],
+ "Cannot access %s": [
+ "Няма достъп до %s"
+ ],
+ "Cannot change encrypted item": [
+ "Криптираният обект не може да бъде променен"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "Не можах да копира бележката в тетрадка \"%s\""
+ ],
+ "Cannot find \"%s\".": [
+ "Не успях да намеря \"%s\"."
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "Не можах да преместя бележката в тетрадка \"%s\""
+ ],
+ "Cannot move notebook to this location": [
+ "Тетрадката не може да бъде преместена на това място"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "Неуспешно обновление на жетон: данните за оторизация липсват. Възможно е пускането на синхронизацията наново да оправи проблема."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ ""
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ ""
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ ""
+ ],
+ "Case sensitive": [
+ ""
+ ],
+ "Change application layout": [
+ ""
+ ],
+ "Characters": [
+ ""
+ ],
+ "Characters excluding spaces": [
+ ""
+ ],
+ "Check for updates...": [
+ "Провери за обновления..."
+ ],
+ "Check synchronisation configuration": [
+ "Провери настройките за синхронизация"
+ ],
+ "Checkbox": [
+ "Поле за отметка"
+ ],
+ "Checking... Please wait.": [
+ "Проверявам... Моля изчакайте."
+ ],
+ "Chrome Web Store": [
+ ""
+ ],
+ "Clear": [
+ "Изчисти"
+ ],
+ "Clear alarm": [
+ "Премахни алармата"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "Натиснете \"%s\" за да възстановите бележката. Тя ще бъде копирана в тетрадка с име \"%s\". Настоящата версия на бележката няма да бъде подменена или променена."
+ ],
+ "Close": [
+ ""
+ ],
+ "Close Window": [
+ "Затвори прозорец"
+ ],
+ "Code": [
+ "Код"
+ ],
+ "Code Block": [
+ ""
+ ],
+ "Collapse": [
+ ""
+ ],
+ "Coming alarms": [
+ "Идни аларми"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "Разделен със запетайки списък от пътища до директории, откъдето да бъдат заредени сертификати, или пътища до отделни файлове със сертификати. Например: /my/cert_dir, /other/custom.pem. Имайте предвид, че ако направите промени в настройките за TLS, трябва да запазите промените преди да натиснете \"Провери настройките за синхронизация\"."
+ ],
+ "command": [
+ ""
+ ],
+ "Command": [
+ ""
+ ],
+ "Command palette": [
+ ""
+ ],
+ "Command palette...": [
+ ""
+ ],
+ "Completed decryption.": [
+ "Завърших декриптирането."
+ ],
+ "Compress old changes": [
+ ""
+ ],
+ "Configuration": [
+ "Настройки"
+ ],
+ "Conflicted: %d": [
+ "Конфликти: %d"
+ ],
+ "Conflicts": [
+ "Конфликти"
+ ],
+ "Consolidated billing": [
+ ""
+ ],
+ "Continue": [
+ ""
+ ],
+ "Convert to note": [
+ "Конвертиране към бележка"
+ ],
+ "Convert to todo": [
+ "Конвертиране към задача"
+ ],
+ "Copy": [
+ "Копирай"
+ ],
+ "Copy Link Address": [
+ "Копирай адреса на линка"
+ ],
+ "Copy Markdown link": [
+ "Копирай Markdown линк"
+ ],
+ "Copy path to clipboard": [
+ "Копирай пътя в клипборда"
+ ],
+ "Copy token": [
+ "Копирай жетона"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "Неуспешно оторизиране на приложението:\n\n%s\n\nМоля опитайте пак."
+ ],
+ "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
+ ""
+ ],
+ "Could not connect to plugin repository.": [
+ ""
+ ],
+ "Could not export notes: %s": [
+ ""
+ ],
+ "Could not install plugin: %s": [
+ ""
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "Could not upgrade master key: %s": [
+ ""
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ ""
+ ],
+ "Created": [
+ "Създаден"
+ ],
+ "created date": [
+ "дата на създаване"
+ ],
+ "Created local items: %d.": [
+ "Създадени локални обекти: %d."
+ ],
+ "Created remote items: %d.": [
+ "Създадени отдалечени обекти: %d."
+ ],
+ "Created: %d.": [
+ "Създадени: %d."
+ ],
+ "Created: %s": [
+ "Създаден: %s"
+ ],
+ "Creates a new note.": [
+ "Създава нова бележка."
+ ],
+ "Creates a new notebook.": [
+ "Създава нова тетрадка."
+ ],
+ "Creates a new to-do.": [
+ "Създава нова задача."
+ ],
+ "Current version is up-to-date.": [
+ "Настоящата версия е най-новата."
+ ],
+ "custom order": [
+ ""
+ ],
+ "Custom order": [
+ ""
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ ""
+ ],
+ "Custom stylesheet for rendered Markdown": [
+ ""
+ ],
+ "Custom TLS certificates": [
+ "Допълнителни TLS сертификати"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "Изрежи"
+ ],
+ "Dark": [
+ "Тъмна"
+ ],
+ "Dashboard": [
+ ""
+ ],
+ "Database v%s": [
+ "Версия на базата данни: %s"
+ ],
+ "Date": [
+ ""
+ ],
+ "Date format": [
+ "Формат за дати"
+ ],
+ "days": [
+ "дни"
+ ],
+ "Decrease indent level": [
+ ""
+ ],
+ "Decrypted items: %s / %s": [
+ "Декриптирани обекти: %s / %s"
+ ],
+ "Decrypting items: %d/%d": [
+ "Декриптиране на обекти: %d/%d"
+ ],
+ "Default: %s": [
+ "Стойност по подразбиране: %s"
+ ],
+ "Delete": [
+ "Изтрий"
+ ],
+ "Delete local data and re-download from sync target": [
+ ""
+ ],
+ "Delete note \"%s\"?": [
+ "Да изтрия ли бележка \"%s\"?"
+ ],
+ "Delete note?": [
+ "Да изтрия ли бележката?"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "Да изтрия ли тетрадка \"%s\"?\n\nВсички бележки и под-тетрадки също ще бъдат изтрити."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "Да изтрия ли тетрадката? Всички бележки и под-тетрадки в нея също ще бъдат изтрити."
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ ""
+ ],
+ "Delete these %d notes?": [
+ "Да изтрия ли тези %d бележки?"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ ""
+ ],
+ "Deleted local items: %d.": [
+ "Изтрити локални обекти: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "Изтрити отдалечени обекти: %d."
+ ],
+ "Deletes the given notebook.": [
+ "Изтрива дадената тетрадка."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "Изтрива тетрадката без да пита за потвърждение."
+ ],
+ "Deletes the notes matching .": [
+ "Изтрива бележките съответстващи на <шаблон-бележки>."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "Изтрива бележките без да пита за потвърждение."
+ ],
+ "Destination format: %s": [
+ "Целеви формат: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "Директория"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "Директория с която да се синхронизира (абсолютен път)"
+ ],
+ "Disable encryption": [
+ "Изключване на криптирането"
+ ],
+ "Disable safe mode and restart": [
+ ""
+ ],
+ "Disable Web Clipper Service": [
+ "Спри услугата за уеб-клипера"
+ ],
+ "Disabled": [
+ "Изключено"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "Изключването на криптирането означава че *всички* бележки и прикачени файлове ще бъдат синхронизирани наново и изпратени некриптирани на целта за синхронизация. Искате ли да продължите?"
+ ],
+ "Discard changes": [
+ "Отхвърли промените"
+ ],
+ "Dismiss": [
+ ""
+ ],
+ "Displays a geolocation URL for the note.": [
+ "Показва URL на геолокацията на бележката."
+ ],
+ "Displays only the first top notes.": [
+ "Показва първите <брой> бележки."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "Показва само обекти от даден тип или типове. Може да е `n` за бележки, `t` за задачи, или `nt` за бележки и задачи (напр. `-tt` би показало само задачи, а `-tnt` би показало бележки и задачи."
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "Показва обобщение относно бележките и тетрадките."
+ ],
+ "Displays the complete information about note.": [
+ "Показва пълната информация за бележката."
+ ],
+ "Displays the given note.": [
+ "Показва зададената бележка."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "Показва бележките в настоящата тетрадка. Използвайте `ls /` за да покажете списъка от тетрадки."
+ ],
+ "Displays usage information.": [
+ "Показва информация за употребата."
+ ],
+ "Displays version information": [
+ "Показва информация за версията"
+ ],
+ "Do it now": [
+ ""
+ ],
+ "Do not ask for confirmation.": [
+ "Не питай за потвърждение."
+ ],
+ "Done": [
+ ""
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "Свалете и инсталирате разширението за вашия браузър:"
+ ],
+ "Downloaded": [
+ ""
+ ],
+ "Downloaded and decrypted": [
+ ""
+ ],
+ "Downloaded and encrypted": [
+ ""
+ ],
+ "Downloading resources...": [
+ "Свалям ресурси..."
+ ],
+ "Dracula": [
+ ""
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ ""
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "Вписване в Dropbox"
+ ],
+ "Duplicate": [
+ "Дуплицирай"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "Дуплицира бележките съответстващи на <бележка> в [тетрадка]. Ако тетрадка не е зададена, бележките ще бъдат дуплицирани в настоящата тетрадка."
+ ],
+ "Edit": [
+ "Редактиране"
+ ],
+ "Edit in external editor": [
+ "Редактирай във външен редактор"
+ ],
+ "Edit note.": [
+ "Редактиране на бележка."
+ ],
+ "Edit notebook": [
+ "Редактиране на тетрадка"
+ ],
+ "Edit profile configuration...": [
+ ""
+ ],
+ "Editor font family": [
+ "Шрифт на редактора"
+ ],
+ "Editor font size": [
+ "Размер на шрифта на редактора"
+ ],
+ "Editor maximum width": [
+ ""
+ ],
+ "Either \"text\" or \"json\"": [
+ "Или \"text\" или \"json\""
+ ],
+ "Emacs": [
+ ""
+ ],
+ "Email": [
+ ""
+ ],
+ "Email to Note": [
+ ""
+ ],
+ "Emails": [
+ ""
+ ],
+ "Enable": [
+ "Включи"
+ ],
+ "Enable ++insert++ syntax": [
+ "Пусни синтаксис ++вметка++"
+ ],
+ "Enable ==mark== syntax": [
+ "Пусни синтаксис ==маркиране=="
+ ],
+ "Enable ^sup^ syntax": [
+ "Пусни синтаксис ^високо^"
+ ],
+ "Enable abbreviation syntax": [
+ "Пусни синтаксис за съкращения"
+ ],
+ "Enable biometrics authentication?": [
+ ""
+ ],
+ "Enable deflist syntax": [
+ "Пусни синтаксис за списък от дефиниции"
+ ],
+ "Enable encryption": [
+ "Включване на криптирането"
+ ],
+ "Enable footnotes": [
+ "Пусни бележки под линията"
+ ],
+ "Enable markdown emoji": [
+ "Пусни markdown емоджи"
+ ],
+ "Enable math expressions": [
+ "Пусни математическите изрази"
+ ],
+ "Enable multimarkdown table extension": [
+ "Пусни разширението за multimarkdown таблици"
+ ],
+ "Enable note history": [
+ "Пусни история за бележките"
+ ],
+ "Enable PDF viewer": [
+ ""
+ ],
+ "Enable soft breaks": [
+ "Пусни меките краища (soft breaks)"
+ ],
+ "Enable spellcheck in the text editor": [
+ ""
+ ],
+ "Enable table of contents extension": [
+ "Пусни разширението за генерирано съдържание"
+ ],
+ "Enable video player": [
+ ""
+ ],
+ "Enable Web Clipper Service": [
+ "Пусни услугата за уеб-клипера"
+ ],
+ "Enable ~sub~ syntax": [
+ "Пусни синтаксис ~ниско~"
+ ],
+ "Enabled": [
+ "Включено"
+ ],
+ "Encrypted": [
+ "Криптирана"
+ ],
+ "Encrypted items cannot be modified": [
+ "Криптирани обекти не могат да бъдат променяни"
+ ],
+ "Encryption Config": [
+ "Настройки за криптиране"
+ ],
+ "Encryption is: %s": [
+ "Криптирането е: %s"
+ ],
+ "Enter code here": [
+ "Въведете кода тук"
+ ],
+ "Enter master password:": [
+ "Въведете главната парола:"
+ ],
+ "Enum": [
+ "Изброим"
+ ],
+ "Error opening note in editor: %s": [
+ "Грешка при отварянето на бележката в редактор: %s"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "Грешка. Моля проверете дали уеб адреса(URL), потребителското име, паролата и т.н. са правили и че целта за синхронизация е достъпна. Получената грешка беше:"
+ ],
+ "Errors only": [
+ "Само грешки"
+ ],
+ "Exits the application.": [
+ "Напуска приложението."
+ ],
+ "Expand": [
+ ""
+ ],
+ "Export": [
+ "Експортиране"
+ ],
+ "Export Debug Report": [
+ "Експортиране на доклад за откриване на грешки"
+ ],
+ "Exported successfully!": [
+ ""
+ ],
+ "Exporting to \"%s\" as \"%s\" format. Please wait...": [
+ "Експортирам към \"%s\" във формат \"%s\". Моля изчакайте..."
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "Експортира данните от Joplin в зададения път. По подразбиране ще експортира пълната база данни, включително тетрадки, бележки, тагове и ресурси."
+ ],
+ "Exports only the given note.": [
+ "Експортира само зададената бележка."
+ ],
+ "Exports only the given notebook.": [
+ "Експортира само зададената тетрадка."
+ ],
+ "Fail-safe": [
+ ""
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ ""
+ ],
+ "Fatal error:": [
+ "Фатална грешка:"
+ ],
+ "Feature flags": [
+ ""
+ ],
+ "Fetched items: %d/%d.": [
+ "Взети обекти: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "Взимане на ресурси: %d/%d"
+ ],
+ "File": [
+ "Файл"
+ ],
+ "File system": [
+ "Файловата система"
+ ],
+ "Find and replace": [
+ ""
+ ],
+ "Firefox Extension": [
+ ""
+ ],
+ "Fix search index": [
+ ""
+ ],
+ "Fixing search index...": [
+ ""
+ ],
+ "Focus": [
+ "Фокусирай"
+ ],
+ "Focus body": [
+ "Фокусирай съдържанието"
+ ],
+ "Focus title": [
+ "Фокусирай заглавието"
+ ],
+ "Folders": [
+ "Папки"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ ""
+ ],
+ "For example \"%s\"": [
+ ""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "За информация как да промените кратките команди, моля посетете %s"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "За повече информация относно криптирането от край до край (E2EE) и за съвети относно как да го пуснете, вижте документацията:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "За списък от клавиатурните команди и конфигурации, въведете `help keymap`"
+ ],
+ "Force path style": [
+ ""
+ ],
+ "Forward": [
+ ""
+ ],
+ "Found: %d.": [
+ "Намерени: %d."
+ ],
+ "FTS enabled: %d": [
+ "FTS пуснат: %d"
+ ],
+ "Full changelog": [
+ ""
+ ],
+ "Full name": [
+ ""
+ ],
+ "General": [
+ "Общи"
+ ],
+ "Get it now:": [
+ ""
+ ],
+ "Get pre-releases when checking for updates": [
+ "Взимане на експериментални версии при проверка за обновления"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "Показва или променя конфигурационна стойност. Ако [стойност] не е дадена, ще покаже стойността на [име]. Ако нито [име] нито [стойност] са дадени, изрежда цялата настояща конфигурация."
+ ],
+ "Go to source URL": [
+ "Иди на уеб адреса (URL)"
+ ],
+ "Goto Anything...": [
+ "Отиди на нещо..."
+ ],
+ "Header %d": [
+ ""
+ ],
+ "Headers": [
+ ""
+ ],
+ "Heading": [
+ "Заглавие"
+ ],
+ "Hide %s": [
+ "Скрий %s"
+ ],
+ "Hide disabled keys": [
+ ""
+ ],
+ "Highlight": [
+ ""
+ ],
+ "Home": [
+ ""
+ ],
+ "Horizontal Rule": [
+ "Хоризонтална черта"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "Hyperlink": [
+ "Линк"
+ ],
+ "Icon": [
+ ""
+ ],
+ "ID": [
+ "Идентификатор"
+ ],
+ "Idle": [
+ "В момента не прави нищо"
+ ],
+ "Ignore": [
+ ""
+ ],
+ "Ignore TLS certificate errors": [
+ "Игнорирай грешки в TLS сертификати"
+ ],
+ "Images": [
+ ""
+ ],
+ "Import": [
+ "Импортиране"
+ ],
+ "Importing from \"%s\" as \"%s\" format. Please wait...": [
+ "Импортирам от \"%s\" във формат \"%s\". Моля изчакайте..."
+ ],
+ "Importing notes...": [
+ "Импортирам на бележки..."
+ ],
+ "Imports data into Joplin.": [
+ "Импортира данни в Joplin."
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "В режим \"Ръчен\" прикачените файлове се свалят само ако натиснете на тях. В режим \"Автоматичен\" се свалят, когато отворите бележката. В режим \"Винаги\" се свалят независимо дали отворите бележката или не."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "Във всяка команда може да реферирате бележка или тетрадка по заглавие или по идентификатор, или използвайки някоя от кратките команди `$n` и `$b`, представляващи съответно настоящата бележка и настоящата тетрадка. `$c` може да се ползва за рефериране на избрания обект."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ ""
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ ""
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ ""
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "За да използвате уеб-клипера, трябва да направите следното:"
+ ],
+ "In progress": [
+ "В момента върви"
+ ],
+ "In: %s": [
+ "В: %s"
+ ],
+ "Increase indent level": [
+ ""
+ ],
+ "Indent less": [
+ ""
+ ],
+ "Indent more": [
+ ""
+ ],
+ "Inline Code": [
+ ""
+ ],
+ "Insert": [
+ ""
+ ],
+ "Insert Hyperlink": [
+ "Вкарай линк"
+ ],
+ "Install": [
+ ""
+ ],
+ "Install from file": [
+ ""
+ ],
+ "Installed": [
+ ""
+ ],
+ "Invalid answer: %s": [
+ "Невалиден отговор: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "Невалидна команда: \"%s\""
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "Невалидна стойност на настройката: \"%s\". Възможните стойности са: %s."
+ ],
+ "Italic": [
+ "Курсив"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "Обект \"%s\" не можа да бъде свален: %s"
+ ],
+ "Items": [
+ ""
+ ],
+ "Items that cannot be decrypted": [
+ "Обекти, които не могат да бъдат декриптирани"
+ ],
+ "Items that cannot be synchronised": [
+ "Някои обекти не можаха да бъдат синхронизирани"
+ ],
+ "Join us on Twitter": [
+ ""
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ ""
+ ],
+ "Joplin Export Directory": [
+ "Joplin експорт директория"
+ ],
+ "Joplin Export File": [
+ "Joplin експорт файл"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "Joplin не успя да декриптира тези обекти след няколко опита. Възможните причини са че са данните са развалени или че обектите са прекалено големи. Тези обекти ще останат на устройството, но Joplin вече няма да се опитва да ги декриптира."
+ ],
+ "Joplin Server URL": [
+ ""
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "Уеб-клиперът на Joplin позволява за да запазвате уеб-страници и снимки на екрана от браузъра директно в Joplin."
+ ],
+ "Joplin website": [
+ "Уебсайта на Joplin"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ ""
+ ],
+ "KaTeX": [
+ ""
+ ],
+ "Keep note history for": [
+ "Пази историята на бележките"
+ ],
+ "Keyboard Mode": [
+ ""
+ ],
+ "Keyboard Shortcut": [
+ ""
+ ],
+ "Keyboard Shortcuts": [
+ ""
+ ],
+ "Keychain Supported: %s": [
+ ""
+ ],
+ "Keys that need upgrading": [
+ ""
+ ],
+ "Landscape": [
+ ""
+ ],
+ "Language": [
+ "Език"
+ ],
+ "Last error: %s": [
+ "Последна грешка: %s"
+ ],
+ "Later": [
+ ""
+ ],
+ "Layout": [
+ "Разположеня"
+ ],
+ "Layout button sequence": [
+ ""
+ ],
+ "Leave it blank to download the language files from the default website": [
+ ""
+ ],
+ "Legal": [
+ ""
+ ],
+ "Letter": [
+ ""
+ ],
+ "Light": [
+ "Светла"
+ ],
+ "Lines": [
+ ""
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ ""
+ ],
+ "List item": [
+ "Елемент на списък"
+ ],
+ "Lists": [
+ ""
+ ],
+ "Loaded": [
+ ""
+ ],
+ "Location": [
+ "Местоположение"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "Файла за заключване е зает. Ако знаете че друга синхронизация не се извършва в момента, може да изтриете файла за заключване намиращ се на \"%s\" и да продължите с процеса."
+ ],
+ "Log": [
+ "Лог"
+ ],
+ "Login": [
+ ""
+ ],
+ "Login below.": [
+ ""
+ ],
+ "Login with Dropbox": [
+ "Вписване с Dropbox"
+ ],
+ "Login with OneDrive": [
+ "Вписване в OneDrive"
+ ],
+ "Logout": [
+ ""
+ ],
+ "Logs": [
+ ""
+ ],
+ "Make a donation": [
+ "Искам да направя дарение"
+ ],
+ "Manage your plugins": [
+ ""
+ ],
+ "Manual": [
+ "Ръчен"
+ ],
+ "Markdown": [
+ "Markdown"
+ ],
+ "Markdown + Front Matter": [
+ ""
+ ],
+ "Marks a to-do as done.": [
+ "Маркира задача като изпълнена."
+ ],
+ "Marks a to-do as non-completed.": [
+ "Маркира задача като неизпълнена."
+ ],
+ "Markup": [
+ ""
+ ],
+ "Master Key %s": [
+ "Главен ключ %s"
+ ],
+ "Max concurrent connections": [
+ "Максимален брой едновременни връзки"
+ ],
+ "Max Item Size": [
+ ""
+ ],
+ "Missing Master Keys": [
+ "Липсващи главни ключове"
+ ],
+ "Missing required argument: %s": [
+ "Липсващ задължителен параметър: %s"
+ ],
+ "Mobile data - auto-sync disabled": [
+ ""
+ ],
+ "More information": [
+ "Още информация"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "Повече от едно нещо съответства на \"%s\". Моля рафинирайте търсенето си."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "Да преместя ли %d бележки в тетрадка \"%s\"?"
+ ],
+ "Move to notebook...": [
+ "Премести в тетрадка..."
+ ],
+ "n": [
+ "н"
+ ],
+ "N": [
+ "Н"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "Нова бележка"
+ ],
+ "New notebook": [
+ "Нова тетрадка"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "Нова тетрадка \"%s\" ще бъде създадена и файл \"%s\" ще бъде импортиран в нея"
+ ],
+ "New tags:": [
+ "Нови тагове:"
+ ],
+ "New to-do": [
+ "Нова задача"
+ ],
+ "New version: %s": [
+ "Нова версия: %s"
+ ],
+ "Next match": [
+ ""
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "Парола за Nextcloud"
+ ],
+ "Nextcloud username": [
+ "Потребителско име за Nextcloud"
+ ],
+ "Nextcloud WebDAV URL": [
+ "Уеб адрес (URL) за Nextcloud WebDAV"
+ ],
+ "No": [
+ "Не"
+ ],
+ "No active notebook.": [
+ "Няма активна тетрадка."
+ ],
+ "No item with ID %s": [
+ "Няма обект с идентификатор %s"
+ ],
+ "No notebook has been specified.": [
+ "Няма зададени тетрадки."
+ ],
+ "No notebook selected.": [
+ "Няма избрани тетрадки."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "Тук няма бележки. Може да натиснете \"Нова бележка\" за да създадете първата."
+ ],
+ "No resources!": [
+ ""
+ ],
+ "No results": [
+ ""
+ ],
+ "No such command: %s": [
+ "Няма такава команда: %s"
+ ],
+ "No suggestions": [
+ ""
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "Няма зададен текстови редактор. Моля задайте го с командата: `config editor <път-до-редактора>`"
+ ],
+ "Nord": [
+ ""
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "Не сме оторизирани за %s. Моля въведете липсващите оторизационни данни."
+ ],
+ "Not downloaded": [
+ ""
+ ],
+ "Not generated": [
+ ""
+ ],
+ "Not now": [
+ ""
+ ],
+ "note": [
+ "бележка"
+ ],
+ "Note": [
+ "Бележки"
+ ],
+ "Note area growth factor": [
+ ""
+ ],
+ "Note body": [
+ "Съдържание на бележката"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "Бележката не съществува:\"%s\". Да я създам ли?"
+ ],
+ "Note has been saved.": [
+ "Бележката бе запазена."
+ ],
+ "Note History": [
+ "История на бележката"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "Бележката не е задача: \"%s\""
+ ],
+ "Note list growth factor": [
+ ""
+ ],
+ "Note properties": [
+ "Атрибути на бележката"
+ ],
+ "Note title": [
+ "Заглавие на бележката"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "Внимание: Не работи с всички десктоп среди."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ ""
+ ],
+ "Notebook list growth factor": [
+ ""
+ ],
+ "Notebooks": [
+ "Тетрадки"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "Тетрадки не могат да имат име \"%s\", защото това е запазено заглавие."
+ ],
+ "Notes and settings are stored in: %s": [
+ "Бележките и настройките са запазени в: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "Бележки могат да бъдат създавани само в тетрадка."
+ ],
+ "Numbered List": [
+ "Номериран списък"
+ ],
+ "OK": [
+ "Добре"
+ ],
+ "On %s: %s": [
+ "На %s: %s"
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "Един или повече обекти са криптирани в момента и може да е необходимо да въведете главната парола. За да го направите, напишете `e2ee decrypt`. Ако вече сте задали паролата, то криптираните обекти вече се декриптират на заден план и скоро ще са на разположение."
+ ],
+ "One or more master keys need a password.": [
+ "Поне един главен ключ се нуждае от парола."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "Вписване в OneDrive"
+ ],
+ "Open %s": [
+ "Отвори %s"
+ ],
+ "Open PDF viewer": [
+ ""
+ ],
+ "Open Sync Wizard...": [
+ ""
+ ],
+ "Open...": [
+ "Отвори..."
+ ],
+ "Operation cancelled": [
+ "Действието бе отменено"
+ ],
+ "Options": [
+ "Конфигурация"
+ ],
+ "Page orientation for PDF export": [
+ ""
+ ],
+ "Page size for PDF export": [
+ ""
+ ],
+ "Password": [
+ "Парола"
+ ],
+ "Password cannot be empty": [
+ "Паролата не може да е празна"
+ ],
+ "Password:": [
+ "Парола:"
+ ],
+ "Paste": [
+ "Постави"
+ ],
+ "Paste as text": [
+ ""
+ ],
+ "Path:": [
+ ""
+ ],
+ "PDF File": [
+ "PDF файл"
+ ],
+ "Per user. Minimum of %d users.": [
+ ""
+ ],
+ "Permission to use camera": [
+ "Разрешение за употреба на камерата"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ ""
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ ""
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ ""
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ ""
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "Моля отворете следния адрес в браузър и оторизирайте приложението. Приложението ще създаде директория \"Apps/Joplin\" и ще чете и пише файлове в тази директория. Приложението няма да има достъп до файлове извън тази директория, нито до друга лична информация. Никакви данни няма да бъдат споделени с трети страни."
+ ],
+ "Please record your voice...": [
+ ""
+ ],
+ "Please select a notebook first.": [
+ "Моля първо изберете тетрадка."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "Моля първо изберете бележката или тетрадката, която искате да изтриете."
+ ],
+ "Please select where the sync status should be exported to": [
+ "Моля изберете къде да бъде експортиран статуса на синхронизацията"
+ ],
+ "Please specify import format for %s": [
+ "Моля задайте формата за импортиране от %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "Моля задайте тетрадка, в която да бъдат импортирани бележките."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ ""
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ ""
+ ],
+ "Plugins": [
+ "Разширения"
+ ],
+ "Portrait": [
+ ""
+ ],
+ "Possible keys/values:": [
+ "Възможни ключове/стойности:"
+ ],
+ "Possible values: %s.": [
+ "Възможни стойности: %s."
+ ],
+ "Preferences...": [
+ "Настройки..."
+ ],
+ "Preferred dark theme": [
+ ""
+ ],
+ "Preferred light theme": [
+ ""
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "Натиснете Ctrl+D или напишете \"exit\" за да напуснете приложението"
+ ],
+ "Press the shortcut": [
+ ""
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ ""
+ ],
+ "Press to set the decryption password.": [
+ "Натиснете за да зададете паролата за декриптиране."
+ ],
+ "Previous match": [
+ ""
+ ],
+ "Previous versions of this note": [
+ "Предишни версии на бележката"
+ ],
+ "Print": [
+ "Принтиране"
+ ],
+ "Priority support": [
+ ""
+ ],
+ "Privacy Policy": [
+ ""
+ ],
+ "Pro": [
+ ""
+ ],
+ "Process failed payment subscriptions": [
+ ""
+ ],
+ "Process oversized accounts": [
+ ""
+ ],
+ "Process user deletions": [
+ ""
+ ],
+ "Profile": [
+ ""
+ ],
+ "Proxy timeout (seconds)": [
+ ""
+ ],
+ "Proxy URL": [
+ ""
+ ],
+ "Public-private key pair:": [
+ ""
+ ],
+ "Publish Notes": [
+ ""
+ ],
+ "Publish notes to the internet": [
+ ""
+ ],
+ "Quit": [
+ "Изход"
+ ],
+ "Re-upload local data to sync target": [
+ ""
+ ],
+ "Read more about it": [
+ ""
+ ],
+ "Read time: %s min": [
+ ""
+ ],
+ "Recipient has accepted the invitation": [
+ ""
+ ],
+ "Recipient has not yet accepted the invitation": [
+ ""
+ ],
+ "Recipient has rejected the invitation": [
+ ""
+ ],
+ "Recipients:": [
+ ""
+ ],
+ "Redo": [
+ ""
+ ],
+ "Refresh": [
+ "Обнови"
+ ],
+ "Reject": [
+ ""
+ ],
+ "Remove": [
+ ""
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "Да премахна ли таг \"%s\" от всички бележки?"
+ ],
+ "Remove this search from the sidebar?": [
+ "Да премахна ли това търсене от страничния панел?"
+ ],
+ "Rename": [
+ "Преименувай"
+ ],
+ "Rename notebook:": [
+ "Преименуване на тетрадка:"
+ ],
+ "Rename tag:": [
+ "Преименуване на таг:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "Преименува дадения <обект> (бележка или тетрадка) на <име>."
+ ],
+ "Renew token": [
+ ""
+ ],
+ "Replace": [
+ ""
+ ],
+ "Replace with...": [
+ ""
+ ],
+ "Replace: ": [
+ ""
+ ],
+ "Resize large images:": [
+ ""
+ ],
+ "Resources: %d.": [
+ "Ресурси: %d."
+ ],
+ "Restart and upgrade": [
+ ""
+ ],
+ "Restart now": [
+ ""
+ ],
+ "Restore": [
+ "Възстанови"
+ ],
+ "Restored Notes": [
+ "Възстановени бележки"
+ ],
+ "Retry": [
+ "Нов опит"
+ ],
+ "Reveal file in folder": [
+ ""
+ ],
+ "Reverse sort order": [
+ "Обратен ред на сортиране"
+ ],
+ "Reverses the sorting order.": [
+ "Обръща реда на сортиране."
+ ],
+ "Runs the commands contained in the text file. There should be one command per line.": [
+ ""
+ ],
+ "S3": [
+ ""
+ ],
+ "S3 access key": [
+ ""
+ ],
+ "S3 bucket": [
+ ""
+ ],
+ "S3 region": [
+ ""
+ ],
+ "S3 secret key": [
+ ""
+ ],
+ "S3 URL": [
+ ""
+ ],
+ "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": [
+ ""
+ ],
+ "Save": [
+ "Запази"
+ ],
+ "Save alarm": [
+ "Запази алармата"
+ ],
+ "Save as...": [
+ "Запазаи като..."
+ ],
+ "Save changes": [
+ "Запази промените"
+ ],
+ "Save geo-location with notes": [
+ "Запазвай геолокация в бележките"
+ ],
+ "Search": [
+ "Търсене"
+ ],
+ "Search in all the notes": [
+ "Търсене във всички бележки"
+ ],
+ "Search in current note": [
+ "Търсене в настоящата бележка"
+ ],
+ "Search...": [
+ "Търсене..."
+ ],
+ "Search:": [
+ "Търсене:"
+ ],
+ "Searches for the given in all the notes.": [
+ "Търси всред всички бележки за зададения <шаблон>."
+ ],
+ "See the pre-release page for more details: %s": [
+ "Вижте страницата за експерименталните версии за повече подробности: %s"
+ ],
+ "Select all": [
+ "Избери всичко"
+ ],
+ "Server is already running on port %d": [
+ ""
+ ],
+ "Server is not running.": [
+ ""
+ ],
+ "Server is running on port %d": [
+ ""
+ ],
+ "Set alarm": [
+ "Задай аларма"
+ ],
+ "Set alarm:": [
+ "Задаване на аларма:"
+ ],
+ "Set it to 0 to make it take the complete available space. Recommended width is 600.": [
+ ""
+ ],
+ "Set the password": [
+ "Задаване на паролата"
+ ],
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": [
+ "Задава зададената [стойност] за атрибут <име> на дадената <бележка>. Възможните атрибути са:\n\n%s"
+ ],
+ "Share": [
+ "Сподели"
+ ],
+ "Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
+ ""
+ ],
+ "Share permissions": [
+ ""
+ ],
+ "Shortcuts are not available in CLI mode.": [
+ "Кратките команди са приложими само в режим на команден ред."
+ ],
+ "Show all": [
+ "Покажи всички"
+ ],
+ "Show completed to-dos": [
+ "Покажи изпълнените задачи"
+ ],
+ "Show tray icon": [
+ "Покажи иконка до часовника"
+ ],
+ "Show/hide the sidebar": [
+ ""
+ ],
+ "Shrink large images before adding them to notes.": [
+ ""
+ ],
+ "Side menu opened": [
+ ""
+ ],
+ "Sidebar": [
+ "Страничен панел"
+ ],
+ "Size": [
+ ""
+ ],
+ "Skip this version": [
+ ""
+ ],
+ "Skipped items: %d (use --retry-failed-items to retry decrypting them)": [
+ ""
+ ],
+ "Skipped: %d.": [
+ "Пропуснати: %d."
+ ],
+ "Solarised Dark": [
+ ""
+ ],
+ "Solarised Light": [
+ ""
+ ],
+ "Some items cannot be synchronised.": [
+ "Някои обекти не можаха да бъдат синхронизирани."
+ ],
+ "Sort notebooks by": [
+ "Сортирай тетрадките по"
+ ],
+ "Sort notes by": [
+ "Сортирай бележките по"
+ ],
+ "Sort selected lines": [
+ ""
+ ],
+ "Sorts the item by (eg. title, updated_time, created_time).": [
+ "Сортира обектите по <поле>. Напр. title (заглавие), updated_time (последна промяна), created_time (създадена)."
+ ],
+ "Source format: %s": [
+ "Формат на източника: %s"
+ ],
+ "Specify the port that should be used by the API server. If not set, a default will be used.": [
+ ""
+ ],
+ "Spell checker": [
+ ""
+ ],
+ "Split View": [
+ ""
+ ],
+ "Start application minimised in the tray icon": [
+ "Пускай приложението минимизирано до иконката"
+ ],
+ "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": [
+ ""
+ ],
+ "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": [
+ "Започвам да декриптирам... Моля изчакайте, защото това може да отнеме няколко минути, в зависимост от колко има за декриптиране."
+ ],
+ "Starting synchronisation...": [
+ "Започвам синхронизация..."
+ ],
+ "Starting to edit note. Close the editor to get back to the prompt.": [
+ "Започваме редакция на бележката. Затворете редактора за да се върнете към командния ред."
+ ],
+ "Statistics...": [
+ ""
+ ],
+ "Status": [
+ "Статус"
+ ],
+ "Status: %s": [
+ "Статус: %s"
+ ],
+ "Status: Started on port %d": [
+ "Статус: Стартирано на порт %d"
+ ],
+ "Step 1: Enable the clipper service": [
+ "1ва стъпка: Пуснете услугата на клипера"
+ ],
+ "Step 1: Open this URL in your browser to authorise the application:": [
+ "1ва стъпка: Отворете този адрес в браузър и оторизирайте приложението:"
+ ],
+ "Step 2: Enter the code provided by Dropbox:": [
+ "2ра стъпка: Въведете кода предоставен от Dropbox:"
+ ],
+ "Step 2: Install the extension": [
+ "2ра стъпка: Инсталирайте браузърско разширение"
+ ],
+ "Stop": [
+ ""
+ ],
+ "Storage space": [
+ ""
+ ],
+ "Strikethrough": [
+ ""
+ ],
+ "strong text": [
+ "силно наблегнат текст"
+ ],
+ "Submit": [
+ "Предай"
+ ],
+ "Subscript": [
+ ""
+ ],
+ "Success! Synchronisation configuration appears to be correct.": [
+ "Успех! Изглежда че настройките за синхронизация са правили."
+ ],
+ "Superscript": [
+ ""
+ ],
+ "Swap line down": [
+ ""
+ ],
+ "Swap line up": [
+ ""
+ ],
+ "Switch between note and to-do type": [
+ "Конвертирай между бележка и задача"
+ ],
+ "Switch to note type": [
+ "Конвертирай към бележка"
+ ],
+ "Switch to to-do type": [
+ "Конвертирай към задача"
+ ],
+ "Switches to [notebook] - all further operations will happen within this notebook.": [
+ "Превключва на [тетрадка] - всички нататъчни команди ще се извършват в тази тетрадка."
+ ],
+ "Sync as many devices as you want": [
+ ""
+ ],
+ "Sync status (synced items / total items)": [
+ "Статус на синхронизацията (синхронизирани / всички)"
+ ],
+ "Sync target must be upgraded! Run `%s` to proceed.": [
+ ""
+ ],
+ "Sync Target Upgrade": [
+ ""
+ ],
+ "Sync to provided target (defaults to sync.target config value)": [
+ "Синхронизира със зададената цел (по подразбиране със стойността от конфигурационната стойност sync.target)"
+ ],
+ "Synchronisation": [
+ "Синхронизация"
+ ],
+ "Synchronisation interval": [
+ "Интервал на синхронизация"
+ ],
+ "Synchronisation is already in progress.": [
+ "Вече се извършва синхронизация."
+ ],
+ "Synchronisation Status": [
+ "Статус на синхронизацията"
+ ],
+ "Synchronisation target": [
+ "Цел за синхронизация"
+ ],
+ "Synchronisation target: %s (%s)": [
+ "Цел за синхронизация: %s (%s)"
+ ],
+ "Synchronise": [
+ "Синхронизация"
+ ],
+ "Synchronise only over WiFi connection": [
+ ""
+ ],
+ "Synchronises with remote storage.": [
+ "Синхронизира с отдалеченото хранилище."
+ ],
+ "Tabloid": [
+ ""
+ ],
+ "tag1, tag2, ...": [
+ ""
+ ],
+ "Tagged: %d.": [
+ "Тагнати: %d."
+ ],
+ "Tags": [
+ "Тагове"
+ ],
+ "Take photo": [
+ "Снимане"
+ ],
+ "Tasks": [
+ ""
+ ],
+ "Teams": [
+ ""
+ ],
+ "Text editor command": [
+ "Команда за стартиране на текстов редактор"
+ ],
+ "Thank you! Your Joplin Cloud account is now setup and ready to use.": [
+ ""
+ ],
+ "The active profile cannot be deleted. Switch to a different profile and try again.": [
+ ""
+ ],
+ "The app is now going to close. Please relaunch it to complete the process.": [
+ ""
+ ],
+ "The application did not close properly. Would you like to start in safe mode?": [
+ ""
+ ],
+ "The application has been authorised - you may now close this browser tab.": [
+ "Приложението бе оторизирано - може да затворите таба в браузъра."
+ ],
+ "The application has been authorised!": [
+ "Приложението бе оторизирано!"
+ ],
+ "The application has been successfully authorised.": [
+ "Приложението бе успешно оторизирано."
+ ],
+ "The application must be restarted for these changes to take effect.": [
+ ""
+ ],
+ "The attachments will no longer be watched when you switch to a different note.": [
+ ""
+ ],
+ "The command \"%s\" is only available in GUI mode": [
+ "Командата \"%s\" е приложима само в графичен режим"
+ ],
+ "The default admin password is insecure and has not been changed! [Change it now](%s)": [
+ ""
+ ],
+ "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": [
+ ""
+ ],
+ "The default encryption method has been changed, you should re-encrypt your data.": [
+ ""
+ ],
+ "The default profile cannot be deleted": [
+ ""
+ ],
+ "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": [
+ "Команда за стартиране на текстов редактор (може да включва параметри), която ще бъде използвана за отваряне на бележка. Ако е празно, приложението ще се опитва автоматично да засече кой е текстовия редактор по подразбиране на системата ви."
+ ],
+ "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": [
+ ""
+ ],
+ "The following attachments are being watched for changes:": [
+ ""
+ ],
+ "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": [
+ ""
+ ],
+ "The Joplin mobile app does not currently support this type of link: %s": [
+ "Мобилното приложение на Joplin в момента не поддържа този вид линкове: %s"
+ ],
+ "The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
+ ""
+ ],
+ "The master key has been upgraded successfully!": [
+ ""
+ ],
+ "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Главните ключове с тези идентификатори са били използвани за криптиране на някои от обектите ви, но приложението в момент няма достъп до тях. Вероятно ще бъдат свалени тепърва чрез синхронизация."
+ ],
+ "The note \"%s\" has been successfully restored to the notebook \"%s\".": [
+ "Бележка \"%s\" бе успешно създадена и сложена в тетрадка \"%s\"."
+ ],
+ "The notebook could not be saved: %s": [
+ "Тетрадката не може да бъде запазена: %s"
+ ],
+ "The notes have been imported: %s": [
+ "Бележките бяха импортирани: %s"
+ ],
+ "The possible commands are:": [
+ "Възможните команди са:"
+ ],
+ "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": [
+ ""
+ ],
+ "The sync target needs to be upgraded. Press this banner to proceed.": [
+ ""
+ ],
+ "The tag \"%s\" already exists. Please choose a different name.": [
+ "Тагът \"%s\" вече съществува. Моля изберете друго име."
+ ],
+ "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": [
+ "Целта за синхронизация. Всяка цел за синхронизация може да има допълнителни параметри с имена `sync.NUM.NAME` (всички такива са документирани по долу)."
+ ],
+ "The Web Clipper needs your authorisation to access your data.": [
+ ""
+ ],
+ "The web clipper service is enabled and set to auto-start.": [
+ "Услугата за уеб-клипера бе включена и конфигурирана да се стартира автоматично."
+ ],
+ "The web clipper service is not enabled.": [
+ "Услугата за уеб-клипера не е пусната."
+ ],
+ "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
+ ""
+ ],
+ "Theme": [
+ "Визуална тема"
+ ],
+ "There are currently no notes. Create one by clicking on the (+) button.": [
+ "В момента няма бележки. Натиснете бутон (+) за да създадете бележка."
+ ],
+ "There are unsaved changes.": [
+ ""
+ ],
+ "There is currently no notebook. Create one by clicking on \"New notebook\".": [
+ "В момента нямата тетрадки. Може да натиснете \"Нова тетрадка\" за да създадете първата."
+ ],
+ "There is no data to export.": [
+ "Няма какво да се експортира."
+ ],
+ "There was a [conflict](%s) on the attachment below.\n\n%s": [
+ ""
+ ],
+ "There was an error downloading this attachment:": [
+ ""
+ ],
+ "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": [
+ ""
+ ],
+ "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": [
+ "Тези обекти ще останат на устройството, но няма да бъдат качени на целта за синхронизация. За да намерите тези обекти, потърсете за заглавията или идентификаторите им (може да ги видите в скобите по горе)."
+ ],
+ "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": [
+ ""
+ ],
+ "This allows another user to share a notebook with you, and you can then both collaborate on it. It does not however allow you to share a notebook with someone else, unless you have the feature \"%s\".": [
+ ""
+ ],
+ "This attachment is not downloaded or not decrypted yet.": [
+ "Прикаченият файл не е свален или все още не е декриптиран."
+ ],
+ "This authorisation token is only needed to allow third-party applications to access Joplin.": [
+ "Оторизационният жетон е необходим само ако искате да дадете достъп до Joplin на приложения от трети страни."
+ ],
+ "This drawing may have unsaved changes.": [
+ ""
+ ],
+ "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
+ ""
+ ],
+ "This note does not have geolocation information.": [
+ "Тази бележка няма информация за геолокация."
+ ],
+ "This note has been modified:": [
+ "Тази бележка беше променена:"
+ ],
+ "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
+ "Тази бележка няма съдържание. Натиснете \"%s\" за да покажете редакторя и да редактирате бележката."
+ ],
+ "This note has no history": [
+ "Тази бележка няма история"
+ ],
+ "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
+ ""
+ ],
+ "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": [
+ "Услугата позволява на браузърски разширения да комуникират с Joplin. Когато я включите, защитната ви стена може да ви попита да дадете разрешение на Joplin да слуша на определен порт."
+ ],
+ "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": [
+ "Това позволява на Joplin да върви на заден план. Препоръчва се да пуснете тази настройка, за да се синхронизират бележките ви постоянно, и така да намалите вероятността да се появят конфликти."
+ ],
+ "This will open a new screen. Save your current changes?": [
+ ""
+ ],
+ "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
+ ""
+ ],
+ "Time format": [
+ "Формат за време"
+ ],
+ "title": [
+ "заглавие"
+ ],
+ "To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
+ "За да позволите на Joplin да синхронизира с Dropbox, моля изпълнете следните стъпки:"
+ ],
+ "To delete a tag, untag the associated notes.": [
+ "За да изтриете таг, премахнете го от всички бележки."
+ ],
+ "To delete: %d": [
+ "За изтриване: %d"
+ ],
+ "To enter command line mode, press \":\"": [
+ "За да влезете в режим на команден ред, натиснете \":\""
+ ],
+ "To exit command line mode, press ESCAPE": [
+ "За да излезете от режим на команден ред, натисне ESCAPE"
+ ],
+ "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": [
+ ""
+ ],
+ "To maximise/minimise the console, press \"tc\".": [
+ "За да максимизирате или минимизирате конзолата, натиснете \"tc\"."
+ ],
+ "To move from one pane to another, press Tab or Shift+Tab.": [
+ "За да се преместите от един панел в друг, настинете Tab или Shift+Tab."
+ ],
+ "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": [
+ ""
+ ],
+ "To switch the profile, the app is going to close and you will need to restart it.": [
+ ""
+ ],
+ "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": [
+ "Приложението има нужда от следните разрешения за да работи правилно. Моля дайте ги от настройките на телефона в Приложения > Joplin > Разрешения"
+ ],
+ "to-do": [
+ "задача"
+ ],
+ "Toggle development tools": [
+ "Инструменти за разработка"
+ ],
+ "Toggle editor layout": [
+ "Промени изгледа на редактора"
+ ],
+ "Toggle sidebar": [
+ "Страничен панел"
+ ],
+ "Token has been copied to the clipboard!": [
+ "Жетона бе копиран в клипборда!"
+ ],
+ "Total Size": [
+ ""
+ ],
+ "Total: %d/%d": [
+ "Общо: %d/%d"
+ ],
+ "Try again": [
+ ""
+ ],
+ "Try it now": [
+ ""
+ ],
+ "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
+ "Въведете `help [команда]` за повече информация относно командата, или въведете `help all` за пълната информация за ползването на командния ред."
+ ],
+ "Type `joplin help` for usage information.": [
+ "Въведете `joplin help` за информация за употребата."
+ ],
+ "Type new tags or select from list": [
+ "Напишете нови тагове или изберете от списъка"
+ ],
+ "Type: %s.": [
+ "Тип: %s."
+ ],
+ "Unable to edit resource of type %s": [
+ ""
+ ],
+ "Unable to export or share data. Reason: %s": [
+ ""
+ ],
+ "Unable to share log data. Reason: %s": [
+ ""
+ ],
+ "Uncompleted to-dos on top": [
+ "Неизпълнените задачи най-отгоре"
+ ],
+ "Undo": [
+ ""
+ ],
+ "Unknown flag: %s": [
+ "Неизвестен флаг: %s"
+ ],
+ "Unknown item type downloaded - please upgrade Joplin to the latest version": [
+ "Неизвестен тип на свален обект - моля обновете Joplin до най-новата версия"
+ ],
+ "Unshare this notebook? The recipients will no longer have access to its content.": [
+ ""
+ ],
+ "Unsupported image type: %s": [
+ "Този тип изображения не се поддържа: %s"
+ ],
+ "Unsupported link or message: %s": [
+ "Неподдържан линк или съобщение: %s"
+ ],
+ "Untitled": [
+ "Без заглавие"
+ ],
+ "Updated": [
+ "Обновен"
+ ],
+ "updated date": [
+ "дата на промяна"
+ ],
+ "Updated local items: %d.": [
+ "Обновени локални обекти: %d."
+ ],
+ "Updated remote items: %d.": [
+ "Обновени отдалечени обекти: %d."
+ ],
+ "Updated: %d.": [
+ "Обновени: %d."
+ ],
+ "Upgrade": [
+ ""
+ ],
+ "Upgrade the sync target to the latest version.": [
+ ""
+ ],
+ "URL": [
+ "Уеб адрес (URL)"
+ ],
+ "Usage: %s": [
+ "Употреба: %s"
+ ],
+ "Use biometrics to secure access to the app": [
+ ""
+ ],
+ "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": [
+ "Използване на дългия формат на списъци. Форматът е ID, NOTE_COUNT (брой бележки, за тетрадки), DATE (дата), TODO_CHECKED (брой завършени, за задачи), TITLE (заглавие)"
+ ],
+ "Use spell checker": [
+ ""
+ ],
+ "Use the arrows and page up/down to scroll the lists and text areas (including this console).": [
+ "Използвайте стрелките и page up/down to за да прелистите списъци и текстови полета (включително тази конзола)."
+ ],
+ "Use the arrows to move the layout items. Press \"Escape\" to exit.": [
+ ""
+ ],
+ "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": [
+ ""
+ ],
+ "Use your biometrics to secure access to your application. You can always set it up later in Settings.": [
+ ""
+ ],
+ "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
+ ""
+ ],
+ "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
+ ""
+ ],
+ "User deletions": [
+ ""
+ ],
+ "Users": [
+ ""
+ ],
+ "Verify your identity": [
+ ""
+ ],
+ "View on map": [
+ "Покажи на карта"
+ ],
+ "View them now": [
+ "Покажи ги сега"
+ ],
+ "Vim": [
+ ""
+ ],
+ "Voice typing language files (URL)": [
+ ""
+ ],
+ "Voice typing...": [
+ ""
+ ],
+ "Warning": [
+ ""
+ ],
+ "Warning: not all resources shown for performance reasons (limit: %s).": [
+ ""
+ ],
+ "Warnings:\n%s": [
+ ""
+ ],
+ "WebDAV": [
+ "WebDAV"
+ ],
+ "WebDAV password": [
+ "Парола за WebDAV"
+ ],
+ "WebDAV URL": [
+ "Уеб адрес (URL) за WebDAV"
+ ],
+ "WebDAV username": [
+ "Потребителско име за WebDAV"
+ ],
+ "Website and documentation": [
+ "Уебсайт и документация"
+ ],
+ "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
+ "Добре дошли в Joplin!\n\nВъведете `:help shortcuts` за списък от клавиатурни команди, или само `:help` за информация за ползването на приложението.\n\nНапример, за да създадете тетрадка, натиснете `mb`; за да създадете бележка, натиснете `mn`."
+ ],
+ "When creating a new note:": [
+ "Когато се създава нова бележка:"
+ ],
+ "When creating a new to-do:": [
+ "Когато се създава нова задача:"
+ ],
+ "Words": [
+ ""
+ ],
+ "y": [
+ "д"
+ ],
+ "Y": [
+ "Д"
+ ],
+ "Yes": [
+ "Да"
+ ],
+ "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": [
+ ""
+ ],
+ "You do not have any installed plugin.": [
+ ""
+ ],
+ "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": [
+ ""
+ ],
+ "Your choice: ": [
+ "Вашият избор: "
+ ],
+ "Your data is going to be re-encrypted and synced again.": [
+ ""
+ ],
+ "Your password is needed to decrypt some of your data.": [
+ ""
+ ],
+ "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": [
+ ""
+ ],
+ "Your permission to use your camera is required.": [
+ "Трябва да разрешените употребата на камерата."
+ ],
+ "Your version: %s": [
+ "Вашата версия: %s"
+ ],
+ "Zoom In": [
+ ""
+ ],
+ "Zoom Out": [
+ ""
+ ]
}
\ No newline at end of file
diff --git a/packages/lib/locales/bs_BA.json b/packages/lib/locales/bs_BA.json
index 96ee2ec079..51a6e18fb4 100644
--- a/packages/lib/locales/bs_BA.json
+++ b/packages/lib/locales/bs_BA.json
@@ -1,598 +1,2438 @@
{
- "%d days": "%d dana",
- "%d hour": "%d sat",
- "%d hours": "%d sati",
- "%d minutes": "%d minuta",
- "%d notes match this pattern. Delete them?": "%d bilješki odgovara upitu. Izbrisati ih?",
- "%s (%s) could not be uploaded: %s": "%s (%s) nije moguće prenijeti: %s",
- "%s (pre-release)": "%s (verzija pred objavljivanje)",
- "%s - Copy": "%s – Kopija",
- "%s / %s": "%s / %s",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d notes": "%s: %d bilješki",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "Izmjena",
- "&File": "Datoteka",
- "&Help": "Pomoć",
- "&Tools": "Alatke",
- "&View": "Prikaz",
- "(wysiwyg: %s)": "(dosljedan izgled: %s)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- Kamera: da bi se moglo slikati i slike priložiti u bilješke.",
- "- Location: to allow attaching geo-location information to a note.": "- Lokacija: da bi se mogle priložiti informacije o geografskoj lokaciji u bilješke.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- Uređaj za pohranjivanje: da bi se mogli koristiti prilozi i vršiti sinhronizacija.",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": " može biti \"toggle\" ili \"clear\". Koristite \"toggle\" da promijenite status zadatka iz završenog u nezavršen (ako se radi o običnoj bilješci, ona će biti preinačena u zadatak). Koristite \"clear\" da zadatak konvertujete u običnu bilješku.",
- "A3": "A3",
- "A4": "A4",
- "A5": "A5",
- "About Joplin": "O Joplinu",
- "Active": "Aktivan",
- "Actual Size": "Početne dimenzije",
- "Add body": "Dodaj tekst",
- "Add or remove tags:": "Dodajte ili uklonite oznake:",
- "Add title": "Dodaj naziv",
- "Advanced options": "Napredne opcije",
- "All notes": "Sve bilješke",
- "Also displays unset and hidden config variables.": "Prikazuje i nepodešene i skrivene konfiguracijske varijable.",
- "Always": "Uvijek",
- "An update is available, do you want to download it now?": "Nova je verzija dostupna. Želite li je preuzeti?",
- "Appearance": "Izgled",
- "Application": "Aplikacija",
- "Apply": "Primijeni",
- "Aritim Dark": "Aritim tamna",
- "Attach file": "Priloži datoteku",
- "Attach photo": "Priloži sliku",
- "Attach...": "Priloži...",
- "Attaches the given file to the note.": "Prilaže datu datoteku bilješci.",
- "Attachment download behaviour": "Način preuzimanja priloga",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "Pažnja: ako promijenite ovu lokaciju, vodite računa o tome da prije sinhronizacije kopirate sav sadržaj jer će, u protivnom, sve datoteke biti uklonjene! Za više detalja vidjeti često postavljana pitanja (FAQ): %s",
- "Authentication was not completed (did not receive an authentication token).": "Ovjera nije završena (nije primljena potvrda /token/).",
- "Authorisation token:": "Token za ovjeru:",
- "Auto": "Automatski",
- "Auto-pair braces, parenthesis, quotations, etc.": "Automatski piši u paru sve zagrade, navodnike itd.",
- "Automatically switch theme to match system theme": "Automatski podesi temu prema sistemskoj",
- "Back": "Nazad",
- "Bold": "Masna slova",
- "Browse all plugins": "Pogledaj dodatke",
- "Browse...": "Pregledaj...",
- "Bulleted List": "Nabrajanje",
- "Cancel": "Otkaži",
- "Cancelling background synchronisation... Please wait.": "Prekidam sinhronizaciju... Pričekajte.",
- "Cancelling...": "Prekidam...",
- "Cancelling... Please wait.": "Prekidam... Pričekajte.",
- "Cannot access %s": "Ne mogu pristupiti %s",
- "Cannot change encrypted item": "Nije moguće promijeniti šifriranu stavku",
- "Cannot copy note to \"%s\" notebook": "Bilješka se ne može kopirati u bilježnicu \"%s\"",
- "Cannot find \"%s\".": "Ne mogu pronaći \"%s\".",
- "Cannot move note to \"%s\" notebook": "Bilješka se ne može premjestiti u bilježnicu \"%s\"",
- "Cannot move notebook to this location": "Bilježnica se ne može premjestiti na ovu lokaciju",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "Ne mogu osvježiti token: nedostaju podaci za ovjeru. Problem će možda biti otklonjen novim pokretanjem sinhronizacije.",
- "Characters": "Znakova",
- "Characters excluding spaces": "Znakova bez razmaka",
- "Check for updates...": "Provjeri ažuriranja...",
- "Check synchronisation configuration": "Provjeri postavke za sinhronizaciju",
- "Checkbox": "Polje za kvačicu",
- "Checking... Please wait.": "Provjeravam... Pričekajte.",
- "Choose an option": "Odaberi opciju",
- "Chrome Web Store": "Chrome Web Store",
- "Clear": "Počisti",
- "Clear alarm": "Ukloni zvučnu napomenu",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "Pritisnite na \"%s\" da rekonstruišete bilješku. Rezultat će biti kopiran u bilježnicu \"%s\". Trenutna verzija bilješke ostat će netaknuta.",
- "Close": "Zatvori",
- "Close Window": "Zatvori prozor",
- "Code": "Kōd",
- "Code Block": "Kōd (izdvojen)",
- "Coming alarms": "Nastupajuće zvučne napomene",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "Popis putanja do direktorija, odvojenih zarezima, iz kojih će se učitati certifikati ili putanja do pojedinačnih datoteka-certifikata. Naprimjer: /my/cert_dir, /other/custom.pem. Imajte na umu da ćete morati, ukoliko izvršite bilo kakve izmjene u TLS postavkama, načinjene izmjene memorisati prije pritiska na \"Provjeri konfiguraciju sinhronizovanja\".",
- "Completed decryption.": "Dešifrovanje završeno.",
- "Configuration": "Konfiguracija",
- "Conflicted: %d": "Sukobi: %d",
- "Conflicts": "Sukobi",
- "Convert to note": "Preinači u bilješku",
- "Convert to todo": "Preinači u zadatak",
- "Copy": "Kopiraj",
- "Copy Link Address": "Kopiraj adresu veze",
- "Copy Markdown link": "Kopiraj Markdown vezu",
- "Copy path to clipboard": "Kopiraj putanju u spremnik",
- "Copy token": "Kopiraj token",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "Neuspjela ovjera aplikacije:\n\n%s\n\nPokušajte ponovo.",
- "Create a notebook": "Kreiraj bilježnicu",
- "Created": "Kreirano",
- "created date": "datum kreiranja",
- "Created local items: %d.": "Kreirano lokalnih stavki: %d.",
- "Created remote items: %d.": "Kreirano spoljašnjih stavki: %d.",
- "Created: %d.": "Kreirano: %d.",
- "Created: %s": "Kreirano: %s",
- "Creates a new note.": "Kreira novu bilješku.",
- "Creates a new notebook.": "Kreira novu bilježnicu.",
- "Creates a new to-do.": "Kreira novi zadatak.",
- "Creating new %s...": "Kreiram: %s...",
- "Creating report...": "Kreiram izvještaj...",
- "Current version is up-to-date.": "Trenutna je verzija ažurirana.",
- "custom order": "vlastiti redoslijed",
- "Custom order": "Vlastiti redoslijed",
- "Custom stylesheet for Joplin-wide app styles": "Glavni korisnički stil za aplikaciju",
- "Custom TLS certificates": "TLS certifikati",
- "Cut": "Izreži",
- "Dark": "Tamna",
- "Database v%s": "Baza podataka v%s",
- "Date format": "Oblik datuma",
- "days": "dana",
- "Decrypted items: %s / %s": "Dešifrovane stavke: %s / %s",
- "Decrypting items: %d/%d": "Dešifrujem stavke: %d/%d",
- "Default: %s": "Prekonfigurisano: %s",
- "Delete": "Izbriši",
- "Delete note \"%s\"?": "Izbrisati bilješku \"%s\"?",
- "Delete note?": "Izbrisati bilješku?",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "Izbrisati bilježnicu \"%s\"?\n\nSve bilješke i bilježnice unutar ove bilježnice također će biti izbrisane.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "Izbrisati bilježnicu? Sve bilješke i bilježnice unutar ove bilježnice također će biti izbrisane.",
- "Delete these %d notes?": "Izbrisati ovih %d bilješki?",
- "Deleted local items: %d.": "Izbrisano lokalnih stavki: %d.",
- "Deleted remote items: %d.": "Izbrisano spoljašnjih stavki: %d.",
- "Deletes the given notebook.": "Briše datu bilježnicu.",
- "Deletes the notebook without asking for confirmation.": "Briše bilježnicu bez traženja potvrde.",
- "Deletes the notes matching .": "Briše bilješke .",
- "Deletes the notes without asking for confirmation.": "Briše bilješke bez traženja potvrde.",
- "Destination format: %s": "Format: %s",
- "Directory": "Direktorij",
- "Directory to synchronise with (absolute path)": "Direktorij s kojim se sinhronizuje (apsolutna putanja)",
- "Disable encryption": "Isključi šifriranje",
- "Disable safe mode and restart": " ",
- "Disable Web Clipper Service": "Isključi Web clipper servis",
- "Disabled": "Isključeno",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "Po isključivanju šifriranja *sve* Vaše bilješke i prilozi bit će iznova sinhronizovani i poslani nešifrirani na zadatu lokaciju. Želite li nastaviti?",
- "Discard changes": "Odbaci izmjene",
- "Dismiss": "Odbaci",
- "Displays a geolocation URL for the note.": "Prikazuje geografsku lokaciju bilješke.",
- "Displays only the first top notes.": "Prikazuje samo prvih bilješki.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "Prikazuje samo stavke određenog tipa. To može biti `n` za bilješke, `t` za zadatke, ili `nt` za bilješke i zadatke (npr. `-tt` prikazuje samo zadatke, dok `-tnt` prikazuje i bilješke i zadatke.)",
- "Displays summary about the notes and notebooks.": "Prikazuje sažetak o bilješkama i bilježnicama.",
- "Displays the complete information about note.": "Prikazuje potpune informacije o bilješci.",
- "Displays the given note.": "Prikazuje datu bilješku.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "Prikazuje bilješke u trenutnoj bilježnici. Koristite komandu `ls /` da prikažete popis bilježnica.",
- "Displays usage information.": "Prikazuje informacije o korištenju.",
- "Displays version information": "Prikazuje verziju",
- "Do not ask for confirmation.": "Ne pitaj za potvrdu.",
- "Download and install the relevant extension for your browser:": "Preuzmite i instalirajte odgovarajući dodatak za Vaš internet preglednik:",
- "Downloaded": "Preuzeto",
- "Downloaded and decrypted": "Preuzeto i dešifrovano",
- "Downloaded and encrypted": "Preuzeto i šifrirano",
- "Downloading resources...": "Preuzimam resurse...",
- "Dracula": "Dracula",
- "Drop notes or files here": "Ispustite bilješke ili datoteke ovdje",
- "Dropbox": "Dropbox",
- "Dropbox Login": "Dropbox prijava",
- "Duplicate": "Dupliciraj",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "Kreira duplikat bilješke u [notebook]. Ako bilježnica nije navedena, duplikat će biti pohranjen u trenutno otvorenu bilježnicu.",
- "Edit": "Uredi",
- "Edit in external editor": "Uredi u vanjskom programu",
- "Edit note.": "Uredi bilješku.",
- "Edit notebook": "Uredi bilježnicu",
- "Editor font": "Pismo u uređivaču",
- "Editor font family": "Familija pisama u uređivaču",
- "Editor font size": "Veličina slova u uređivaču",
- "Either \"text\" or \"json\"": "Ili \"text\" ili \"json\"",
- "Emacs": "Emacs",
- "Enable": "Aktiviraj",
- "Enable ++insert++ syntax": "Omogući pisanje ++insert++ sintakse",
- "Enable ==mark== syntax": "Omogući pisanje ==oznaka==",
- "Enable ^sup^ syntax": "Omogući pisanje ^eksponenta^",
- "Enable abbreviation syntax": "Omogući pisanje skraćenica",
- "Enable deflist syntax": "Omogući pisanje deflista",
- "Enable encryption": "Uključi šifriranje",
- "Enable footnotes": "Omogući pisanje fusnota",
- "Enable Fountain syntax support": "Omogući podršku za Fountain format",
- "Enable markdown emoji": "Omogući pisanje emoji sličica",
- "Enable math expressions": "Omogući pisanje matematskih izraza",
- "Enable multimarkdown table extension": "Omogući kreiranje tabela (multimarkdown)",
- "Enable note history": "Aktiviraj historiju bilješki",
- "Enable PDF viewer": "Omogući PDF",
- "Enable soft breaks": "Omogući pisanje blagih prijeloma",
- "Enable table of contents extension": "Omogući pisanje sadržaja",
- "Enable video player": "Omogući video",
- "Enable Web Clipper Service": "Aktiviraj Web clipper servis",
- "Enable ~sub~ syntax": "Omogući pisanje ~indeksa~",
- "Enabled": "Uključeno",
- "Encrypted": "Šifrirano",
- "Encrypted items cannot be modified": "Šifrirane stavke ne mogu se mijenjati",
- "Encryption": "Šifriranje",
- "Encryption Config": "Podešavanje šifriranja",
- "Encryption is: %s": "Šifriranje je: %s",
- "Enter code here": "Unesite kōd ovdje",
- "Enter master password:": "Unesite glavnu lozinku:",
- "Enter notebook title": "Unesite naziv za bilježnicu",
- "Enum": "Enum",
- "Error opening note in editor: %s": "Greška prilikom otvaranja bilješke: %s",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "Greška. Provjerite jesu li URL, korisničko ime, lozinka itd. tačni i da li je odredište za sinhronizaciju dostupno. Izvještaj o greški:",
- "Errors only": "Samo greške",
- "Evernote Export File (as HTML)": "Evernote datoteka za prenos (kao HTML)",
- "Evernote Export File (as Markdown)": "Evernote datoteka za prenos (kao Markdown)",
- "Exits the application.": "Zatvara aplikaciju.",
- "Export": "Iznesi",
- "Export Debug Report": "Kreiraj izvještaj za korekciju grešaka",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "Prenosi kopiju Joplin podataka na datu lokaciju. Čitava će baza podataka biti pohranjena, uključujući bilježnice, bilješke, oznake i resurse.",
- "Exports only the given note.": "Prenosi samo kopiju date bilješke.",
- "Exports only the given notebook.": "Prenosi samo kopiju date bilježnice.",
- "Fail-safe": "Sigurnosni mehanizam",
- "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": "Sigurnosni mehanizam: ne briši lokalne podatke kad je odredište za sinhronizaciju prazno (često usljed pogrešne konfiguracije ili propusta)",
- "Fatal error:": "Kritična greška:",
- "Fetched items: %d/%d.": "Preuzeto stavki: %d/%d.",
- "Fetching resources: %d/%d": "Preuzimam resurse: %d/%d",
- "File": "Datoteka",
- "File system": "Datotečni sistem",
- "Firefox Extension": "Dodatak za Firefox",
- "Fix search index": "Popravi indeks za pretragu",
- "Fixing search index...": "Popravljam indeks za pretragu...",
- "Focus": "Fokus",
- "Focus body": "Fokus na tekst",
- "Focus title": "Fokus na naziv",
- "Folders": "Omotnice",
- "For debugging purpose only: export your profile to an external SD card.": "Samo za testiranje: prenesite svoj profil na eksternu SD-karticu.",
- "For information on how to customise the shortcuts please visit %s": "Da biste saznali kako raditi sa kraticama, posjetite %s",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "Za više informacija o šifriranju s kraja na kraj (E2EE) i načinu aktiviranja pogledajte dokumentaciju:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "Za popis kratica i konfiguracijskih opcija kucajte `help keymap`",
- "Forward": "Proslijedi",
- "Found: %d.": "Pronađeno: %d.",
- "FTS enabled: %d": "FTS aktivno: %d",
- "General": "Opće",
- "Get it now:": "Preuzmite sada:",
- "Get pre-releases when checking for updates": "Preuzmi i verzije pred objavljivanje prilikom provjere novosti",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "Prima ili podešava konfiguracijske vrijednosti. Ako [value] nije navedena, tada će biti prikazana vrijednost [name]. Ako ni [name] ni [value] nisu precizirane, prikazat će se trenutna konfiguracija.",
- "Go to source URL": "Idi do izvornog URL-a",
- "Goto Anything...": "Pronađite bilo šta...",
- "Heading": "Naslov",
- "Hide %s": "Sakrij %s",
- "Highlight": "Oznaci",
- "Horizontal Rule": "Vodoravna linija",
- "Hyperlink": "Poveznica",
- "Icon": "Sličica",
- "ID": "ID",
- "Idle": "Na čekanju",
- "Ignore TLS certificate errors": "Zanemari greške u vezi sa TLS certifikatima",
- "Import": "Unesi",
- "Importing notes...": "Unosim bilješke...",
- "Imports data into Joplin.": "Unosi podatke u Joplin",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "\"Ručno\" znači da se prilozi preuzimaju samo kad pritisnete na njih. \"Automatski\" znači da se prilozi preuzimaju čim se bilješka otvori. \"Uvijek\" znači da se prilozi uvijek preuzimaju, bilo da je bilješka otvorena ili ne.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "U svakoj komandi, bilješka ili bilježnica mogu se precizirati pomoću naziva ili identifikacijskog broja, odnosno pomoću kratica za naziv `$n` i broj `$b` trenutno označene bilješke ili bilježnice. `$c` se može koristiti za trenutno označenu stavku.",
- "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": "Da bi dodali geo-lokaciju vasoj biljesci, aplikaciji je potrebna dozvola pristupu vasoj lokacij.\n\nOvu opciju je moguce promijeniti bilo kada u podesavanjima.",
- "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": "Da biste to učinili, svi Vaši podaci moraju biti šifrirani i sinhronizovani, pa je najbolje da to učinite preko noći.\n\nDa započnete, slijedite sljedeće upute:\n\n1. Sinhronizujte sve svoje uređaje.\n2. Pritisnite \"%s\".\n3. Sačekajte dok se proces ne okonča. Tokom rada, nemojte uređivati bilo koju bilješku na nekom od Vaših uređaja kako biste izbjegli konflikte.\n4. Kad je sinhronizacija završena na ovom uređaju, sinhronizujte i ostale uređaje.\n\nVažno: ovaj proces trebate pokrenuti samo JEDNOM i na samo jednom uređaju.",
- "In order to use file system synchronisation your permission to write to external storage is required.": "Potrebno je Vaše dopuštenje za pristup eksternim uređajima za pohranu kako bi se mogla izvršiti sinhronizacija.",
- "In order to use the web clipper, you need to do the following:": "Da biste mogli koristiti Web clipper, učinite sljedeće:",
- "In progress": "U toku",
- "In: %s": "U: %s",
- "Inline Code": "Kōd (unutar teksta)",
- "Insert Hyperlink": "Unesi poveznicu",
- "Install": "Instalirati",
- "Installed": "Instalirano",
- "Invalid answer: %s": "Nevažeći odgovor: %s",
- "Invalid command: \"%s\"": "Nevažeća komanda: \"%s\"",
- "Invalid option value: \"%s\". Possible values are: %s.": "Pogrešna vrijednost: \"%s\". Moguće su sljedeće vrijednosti: %s",
- "Italic": "Kurziv",
- "Item \"%s\" could not be downloaded: %s": "Stavka \"%s\" nije mogla biti preuzeta: %s",
- "Items that cannot be decrypted": "Stavke koje se ne mogu dešifrovati",
- "Items that cannot be synchronised": "Stavke koje se ne mogu sinhronizovati",
- "Joplin Export Directory": "Joplin direktorij za prenos",
- "Joplin Export File": "Joplin datoteka za prenos",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "Joplin je nekoliko puta neuspješno pokušao dešifrovati ove stavke. To je vjerovatno zbog toga što su oštećene ili prevelike. Stavke će i dalje ostati na uređaju, ali Joplin više neće pokušavati da ih dešifruje.",
- "Joplin Forum": "Joplin forum",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "Joplin Web clipper omogućava pohranjivanje internet stranica i slika ekrana iz Vašeg internet preglednika u Joplin.",
- "Joplin website": "Joplin internet stranica",
- "Keep note history for": "Čuvaj historiju bilješki",
- "Keyboard Mode": "Način rada tastature",
- "Keychain Supported: %s": "Podržani privjesak: %s",
- "Landscape": "Vodoravno",
- "Language": "Jezik",
- "Last error: %s": "Zadnja greška: %s",
- "Later": "Poslije",
- "Layout": "Prikaz",
- "Layout button sequence": "Slijed u promjeni prikaza",
- "Legal": "Legal",
- "Letter": "Letter",
- "Light": "Svijetla",
- "Lines": "Redova",
- "Links with protocol \"%s\" are not supported": "Veze sa protokolom \"%s\" nisu podržane",
- "List item": "Stavka nabrajanja",
- "Location": "Lokacija",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "Zaključavanje datoteke već je aktivno. Ako ste sigurni da sinhronizovanje nije u toku, možete izbrisati datoteku za zaključavanje u \"%s\" i nastaviti s radom.",
- "Log": "Radni dnevnik",
- "Login with Dropbox": "Prijavite se preko Dropboxa",
- "Login with OneDrive": "Prijavite se preko OneDrivea",
- "Make a donation": "Donirajte",
- "Manual": "Ručno",
- "Markdown": "Markdown",
- "Marks a to-do as done.": "Označava da je zadatak obavljen.",
- "Marks a to-do as non-completed.": "Označava da je zadatak neobavljen.",
- "Markup": "Markup",
- "Master Key %s": "Glavni ključ %s",
- "Max concurrent connections": "Maksimalni broj istovremenih konekcija",
- "Missing Master Keys": "Nedostaju glavni ključevi",
- "Missing required argument: %s": "Nedostaje neophodni argument: %s",
- "Mobile data - auto-sync disabled": "Mobilna mreza - auto-sinhronacija iskljucena",
- "More information": "Više informacija",
- "More than one item match \"%s\". Please narrow down your query.": "Više od jednog rezultata odgovara \"%s\". Molimo suzite obim pretrage.",
- "Move %d notes to notebook \"%s\"?": "Premjestiti %d bilješki u bilježnicu \"%s\"?",
- "Move to notebook...": "Premjestiti u bilježnicu...",
- "n": "n",
- "N": "N",
- "New note": "Nova bilješka",
- "New notebook": "Nova bilježnica",
- "New Notebook": "Nova bilježnica",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "Kreirat će se nova bilježnica \"%s\" i u nju će biti unesena datoteka \"%s\"",
- "New tags:": "Nove oznake:",
- "New to-do": "Novi zadatak",
- "New version: %s": "Nova verzija: %s",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "Nextcloud lozinka",
- "Nextcloud username": "Nextcloud korisničko ime",
- "Nextcloud WebDAV URL": "Nextcloud WebDAV URL",
- "No": "Ne",
- "No active notebook.": "Nema aktivne bilježnice.",
- "No item with ID %s": "Nema stavke čiji je ID %s",
- "No notebook has been specified.": "Nije precizirana bilježnica.",
- "No notebook selected.": "Nije odabrana bilježnica.",
- "No notes in here. Create one by clicking on \"New note\".": "Nema bilješki. Kreirajte bilješku pritisnuvši na \"Nova bilješka\".",
- "No resources!": "Nema resursa!",
- "No such command: %s": "Nepostojeća komanda: %s",
- "No text editor is defined. Please set it using `config editor `": "Nije određen program za uređivanje teksta. Precizirajte ga pomoću `config editor `",
- "Nord": "Nord",
- "Not authentified with %s. Please provide any missing credentials.": "Nije ovjereno sa %s. Molimo unesite podatke koji nedostaju.",
- "Not downloaded": "Nije preuzeto",
- "note": "bilješka",
- "Note": "Bilješka",
- "Note area growth factor": "Faktor rasta prostora bilješki",
- "Note does not exist: \"%s\". Create it?": "Bilješka ne postoji: \"%s\". Želite li je kreirati?",
- "Note History": "Historija bilješke",
- "Note is not a to-do: \"%s\"": "Bilješka nije zadatak: \"%s\"",
- "Note list growth factor": "Faktor rasta popisa bilješki",
- "Note properties": "Svojstva bilješke",
- "Note: Does not work in all desktop environments.": "Napomena: neće raditi na svim sistemima.",
- "Note: When a note is shared, it will no longer be encrypted on the server.": "Napomena: bilješka koja se podijeli s drugima više neće biti šifrirana na serveru.",
- "Notebook list growth factor": "Faktor rasta popisa bilježnica",
- "Notebook: %s": "Bilježnica: %s",
- "Notebooks": "Bilježnice",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "Bilježnica se ne može nazvati \"%s\", jer je to rezervisani naziv.",
- "Notes and settings are stored in: %s": "Bilješke i postavke pohranjene su u: %s",
- "Notes can only be created within a notebook.": "Bilješke se mogu kreirati samo unutar bilježnice.",
- "Numbered List": "Numerisano nabrajanje",
- "OK": "Uredu",
- "On %s: %s": "U %s: %s",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "Jedna ili više stavki trenutno su šifrirane i možda ćete trebati unijeti glavnu lozinku. Da biste to učinili, kucajte `e2ee decrypt`. Ukoliko ste već unijeli lozinku, šifrirane stavke dešifruju se u pozadini i uskoro će biti dostupne.",
- "One or more master keys need a password.": "Jedan ili više glavnih ključeva zahtijevaju lozinku.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "OneDrive prijava",
- "Open %s": "Otvori %s",
- "Open...": "Otvori...",
- "Operation cancelled": "Radnja je prekinuta",
- "Options": "Opcije",
- "Page orientation for PDF export": "Položaj stranice za pohranjivanje u PDF",
- "Page size for PDF export": "Veličina stranice za pohranjivanje u PDF",
- "Password": "Lozinka",
- "Password cannot be empty": "Lozinka ne može biti prazna",
- "Password:": "Lozinka:",
- "Paste": "Zalijepi",
- "PDF File": "PDF datoteka",
- "Permission to use camera": "Dozvola za korištenje kamere",
- "Please confirm that you would like to re-encrypt your complete database.": "Molimo potvrdite da želite ponoviti šifriranje čitave Vaše baze podataka.",
- "Please enter your password in the master key list below before upgrading the key.": "Unesite svoju lozinku u popis glavnog ključa naveden ispod prije nego što izvršite nadogradnju ključa.",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "Otvorite sljedeću adresu u Vašem internet pregledniku da ovjerite aplikaciju. Ona će kreirati direktorij na lokaciji \"Apps/Joplin\" i imat će pristup samo datotekama koje se nalaze unutar tog direktorija. Onemogućen je pristup datotekama van navedenog direktorija ili bilo kakvom drugom obliku privatnih podataka. Ništa neće biti proslijeđeno bilo kojem trećem licu.",
- "Please select a notebook first.": "Prvo odaberite bilježnicu.",
- "Please select the note or notebook to be deleted first.": "Prvo odaberite bilješku ili bilježnicu koju želite izbrisati.",
- "Please select where the sync status should be exported to": "Navedite gdje će biti pohranjen status sinhronizacije",
- "Please specify import format for %s": "Precizirajte format za %s",
- "Please specify the notebook where the notes should be imported to.": "Navedite bilježnicu u koju će se bilješke unijeti.",
- "Please upgrade Joplin to use this plugin": "Molimo dogradite Joplin da bi koristili ovaj dodatak",
- "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": "Pričekajte dok svi prilozi ne budu preuzeti i dešifrovani. Također možete otvoriti %s da uredite bilješku.",
- "Plugins": "Dodaci",
- "Portrait": "Uspravno",
- "Possible keys/values:": "Moguće stavke/vrijednosti:",
- "Possible values: %s.": "Moguće vrijednosti: %s.",
- "Preferences...": "Postavke...",
- "Preferred dark theme": "Preferirana tamna tema",
- "Preferred light theme": "Preferirana svijetla tema",
- "Press Ctrl+D or type \"exit\" to exit the application": "Pritisnite Ctrl+D ili kucajte \"exit\" da zatvorite aplikaciju",
- "Press to set the decryption password.": "Pritisnite da definišete lozinku za dešifrovanje.",
- "Previous versions of this note": "Ranije verzije ove bilješke",
- "Print": "Štampaj",
- "Properties": "Svojstva",
- "Quit": "Zatvori",
- "Read more about it": "Saznajte vise",
- "Refresh": "Osvježi",
- "Remove": "Ukloni",
- "Remove tag \"%s\" from all notes?": "Ukloniti oznaku \"%s\" iz svih bilješki?",
- "Remove this search from the sidebar?": "Ukloniti ovu pretragu iz pomoćnog menija?",
- "Rename": "Preimenuj",
- "Rename notebook:": "Preimenujte bilježnicu:",
- "Rename tag:": "Preimenujte oznaku:",
- "Renames the given
- (note or notebook) to .": "Mijenja naziv
- (bilješka ili bilježnica) u .",
- "Renew token": "Preuzmi token",
- "Resources: %d.": "Resursi: %d.",
- "Restore": "Rekonstruiši",
- "Restored Notes": "Rekonstruisane bilješke",
- "Retry": "Ponovi",
- "Reveal file in folder": "Pokaži datoteku u direktoriju",
- "Reverse sort order": "Inverzni redoslijed sortiranja",
- "Reverses the sorting order.": "Inverzni redoslijed sortiranja.",
- "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": " ",
- "Save": "Pohrani",
- "Save alarm": "Memoriši zvučnu napomenu",
- "Save as...": "Pohrani kao...",
- "Save changes": "Pohrani izmjene",
- "Save geo-location with notes": "Pohrani geografsku lokaciju u bilješkama",
- "Search": "Traži",
- "Search in all the notes": "Pretraži sve bilješke",
- "Search in current note": "Potraži u trenutnoj bilješci",
- "Search...": "Pretraživanje...",
- "Search:": "Pretraživanje:",
- "Searches for the given in all the notes.": "Traži u svim bilješkama.",
- "See the pre-release page for more details: %s": "Za više informacija vidjeti stranicu sa verzijama pred objavljivanje: %s",
- "Select all": "Označi sve",
- "Server is already running on port %d": "Server je već pokrenut preko porta %d",
- "Server is not running.": "Server nije pokrenut.",
- "Server is running on port %d": "Server je u funkciji preko porta %d",
- "Set alarm": "Podesi zvučnu napomenu",
- "Set alarm:": "Podesite zvučnu napomenu:",
- "Set the password": "Zadajte lozinku",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "Postavlja svojstvo date na vrijednost [value]. Moguća svojstva:\n\n%s",
- "Share": "Podijeli",
- "Shortcuts are not available in CLI mode.": "Kratice nisu dostupne u negrafičkom okruženju.",
- "Show all": "Prikaži sve",
- "Show completed to-dos": "Prikaži obavljene zadatke",
- "Show tray icon": "Prikaži sličicu na sistemskoj traci (tray)",
- "Sidebar": "Bočni meni",
- "Size": "Veličina",
- "Skipped items: %d (use --retry-failed-items to retry decrypting them)": "Preskočene stavke: %d (koristite --retry-failed-items da ih ponovo pokušate dešifrovati)",
- "Skipped: %d.": "Preskočeno: %d.",
- "Solarised Dark": "Solarized tamna",
- "Solarised Light": "Solarised svijetla",
- "Some items cannot be synchronised.": "Neke stavke nije moguće sinhronizovati.",
- "Sort notebooks by": "Sortiraj bilježnice",
- "Sort notes by": "Sortiraj bilješke",
- "Sort selected lines": "Poredaj oznacene linije",
- "Sorts the item by (eg. title, updated_time, created_time).": "Sortira stavke prema (npr. title, updated_time, created_time).",
- "Source format: %s": "Izvorni format: %s",
- "Specify the port that should be used by the API server. If not set, a default will be used.": "Navedite koji će port API server koristiti. Ako port nije preciziran, koristit će se prekonfigurisani.",
- "Split View": "Pola-pola",
- "Start application minimised in the tray icon": "Prilikom pokretanja, aplikaciju minimiziraj u sličicu na sistemskoj traci (tray)",
- "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": "Pokreni, zaustavi ili provjeri API server. Da precizirate koji port treba koristiti, podesite api.port konfiguracijsku varijablu. Komande su (%s).",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "Počinjem sa dešifrovanjem... Molim Vas da pričekate, jer proces može trajati nekoliko minuta, zavisno od količine podataka koje treba dešifrovati.",
- "Starting synchronisation...": "Započinjem sinhronizovanje...",
- "Statistics...": "Statistika...",
- "Status": "Status",
- "Status: %s": "Status: %s",
- "Status: Started on port %d": "Status: pokrenut preko porta %d",
- "Step 1: Enable the clipper service": "Korak 1: aktivirajte clipper servis",
- "Step 1: Open this URL in your browser to authorise the application:": "Korak 1: otvorite ovu adresu u Vašem internet pregledniku i ovjerite aplikaciju:",
- "Step 2: Enter the code provided by Dropbox:": "Korak 2: unesite kōd koji Vam je poslao Dropbox:",
- "Step 2: Install the extension": "Korak 2: instalirajte dodatak",
- "strong text": "podebljani tekst",
- "Submit": "Pošalji",
- "Success! Synchronisation configuration appears to be correct.": "Uspjelo! Konfiguracija sinhronizacije izgleda ispravna.",
- "Switch between note and to-do type": "Preinači bilješku u zadatak i obratno",
- "Switch to note type": "Preinači u bilješku",
- "Switch to to-do type": "Preinači u zadatak",
- "Switches to [notebook] - all further operations will happen within this notebook.": "Prelazi u [notebook] – sve dalje radnje vršit će se u ovoj bilježnici.",
- "Sync Status": "Status sinhronizacije",
- "Sync status (synced items / total items)": "Status sinhronizacije (sinhronizovano / ukupno)",
- "Sync to provided target (defaults to sync.target config value)": "Sinhronizuj sa datim odredištem (prekonfigurisano sync.target config value)",
- "Synchronisation": "Sinhronizacija",
- "Synchronisation interval": "Interval za sinhronizaciju",
- "Synchronisation is already in progress.": "Sinhronizovanje je u toku.",
- "Synchronisation Status": "Status sinhronizacije",
- "Synchronisation target": "Odredište za sinhronizaciju",
- "Synchronisation target: %s (%s)": "Odredište sinhronizacije: %s (%s)",
- "Synchronise": "Sinhronizuj",
- "Synchronises with remote storage.": "Sinhronizuje sa vanjskim medijem za pohranu podataka.",
- "Tabloid": "Tabloid",
- "Tagged: %d.": "Označeno: %d.",
- "Tags": "Oznake",
- "Take photo": "Uslikaj",
- "Text editor command": "Komanda za uređivača teksta",
- "The app is now going to close. Please relaunch it to complete the process.": "Aplikacija ce se zatvoriti. Molimo ponovo otvorite da bi se radnja potpuno zavrsila.",
- "The application has been authorised - you may now close this browser tab.": "Aplikacija je ovjerena – možete zatvoriti ovaj odjeljak u internet pregledniku.",
- "The application has been authorised!": "Aplikacija je ovjerena!",
- "The application has been successfully authorised.": "Aplikacija je uspješno ovjerena.",
- "The application must be restarted for these changes to take effect.": "Potrebno je restartovati aplikaciju da bi promjene bile primjenjene.",
- "The command \"%s\" is only available in GUI mode": "Komanda \"%s\" dostupna je samo u grafičkom okruženju",
- "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": "Osnovni metod šifriranja promijenjen je u novi, sigurniji i preporučuje se da ga primijenite na svoje podatke.",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "Komanda za uređivača teksta (može obuhvatiti argumente) koja će se koristiti za otvaranje bilješke. Ako nije navedena, pokušat će se utvrditi prekonfigurisani uređivač teksta.",
- "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": "Faktor određuje kako će se stavka povećavati ili smanjivati da bi stala u raspoloživi prostor skupa sa drugim stavkama. Tako će stavka čiji je faktor 2 zauzimati dvostruko više prostora od stavke s faktorom 1. Ponovo pokrenite aplikaciju da primijenite izmjene.",
- "The Joplin mobile app does not currently support this type of link: %s": "Mobilna Joplin aplikacija trenutno ne podržava ovu vrstu veze: %s",
- "The master key has been upgraded successfully!": "Glavni ključ uspješno je nadograđen!",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Glavni ključevi sa ovim identifikacijskim podacima korišteni su za šifriranje nekih stavki, ali su trenutno nedostupni. Vjerovatno će biti preuzeti nakon što se izvrši sinhronizacija.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "Bilješka \"%s\" uspješno je rekonstruisana i pohranjena u bilježnicu \"%s\".",
- "The notebook could not be saved: %s": "Bilježnicu nije bilo moguće pohraniti: %s",
- "The notes have been imported: %s": "Bilješke su unesene: %s",
- "The possible commands are:": "Moguće komande glase:",
- "The tag \"%s\" already exists. Please choose a different name.": "Oznaka \"%s\" već postoji. Izaberite drugi naziv.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "Odredište za sinhronizaciju. Svako odredište može imati dodatne parametre imenovane kao `sync.NUM.NAME` (koji su dokumentovani ispod).",
- "The web clipper service is enabled and set to auto-start.": "Web clipper servis aktiviran je i pokreće se automatski.",
- "The web clipper service is not enabled.": "Web clipper servis nije aktiviran.",
- "Theme": "Tema",
- "There are currently no notes. Create one by clicking on the (+) button.": "Trenutno nema bilješki. Kreirajte ih pritiskom na (+) dugme.",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "Nema bilježnica. Kreirajte bilježnicu pritisnuvši na \"Nova bilježnica\".",
- "There is no data to export.": "Nema podataka za prenos.",
- "There was a [conflict](%s) on the attachment below.\n\n%s": "Došlo je do [conflict](%s) u prilogu ispod.\n\n%s",
- "There was an error downloading this attachment:": "Došlo je do greške prilikom preuzimanja priloga:",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "Ove će stavke ostati na uređaju, ali neće biti prenesene na odredište sinhronizacije. Da biste te stavke pronašli, vršite pretragu po nazivu ili identifikacijskom broju (koji je prikazan unutar zagrada iznad).",
- "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": "Ovi dodaci unapređuju Markdown prikaz i nude dodatne mogućnosti. Primijetite da te mogućnosti, iako korisne, nisu standardni Markdown i funkcionisat će jedino u Joplinu. Dalje, neke od njih su *nekompatibilne* sa WYSIWYG uređivačem. Ako otvorite bilješku koja koristi neki od ovih dodataka u tom uređivaču, izgubit će se oblikovanje teksta karakteristično za dodatak. Ispod je ukazano na to koji su dodaci kompatibilni sa WYSIWYG uređivačem.",
- "This attachment is not downloaded or not decrypted yet.": "Prilog nije preuzet ili još nije dešifrovan.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "Ovaj token za ovjeru potreban je samo kako bi se trećim aplikacijama omogućio pristup Joplinu.",
- "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": "Ovo je napredna alatka za prikazivanje priloga koji se nalaze u Vašim bilješkama. Molimo budite oprezni prilikom brisanja priloga, jer se oni više neće moći rekonstruisati.",
- "This note does not have geolocation information.": "Ova bilješka ne sadržava informacije o geografskoj lokaciji.",
- "This note has been modified:": "Ova je bilješka izmijenjena:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "Bilješka je prazna. Pritisnite na \"%s\" da otvorite program za rad s tekstom i uredite bilješku.",
- "This note has no history": "Bilješka nema ranijih verzija",
- "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": "Ovaj Text editor ima par ogranicenja i preporucujemo da budete upoznati sa njima prije koristenja.",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "Ovaj servis dopušta dodatku za internet preglednik da komunicira sa Joplinom. Kada ga aktivirate, Vaš firewall može od Vas tražiti dopuštenje da bi Joplin mogao slušati specificirani port.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "Ovo će omogućiti Joplinu da radi u pozadini. Preporučujemo aktiviranje ove opcije kako bi Vaše bilješke bile konstantno sinhronizovane i tako se broj sukoba sveo na minimum.",
- "This will open a new screen. Save your current changes?": "Otvorit će se novi prikaz. Želite li memorisati trenutne izmjene?",
- "Time format": "Oblik vremena",
- "title": "naziv",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "Slijedite ove korake da dopustite Joplinu sinhronizovanje sa Dropboxom:",
- "To delete a tag, untag the associated notes.": "Da izbrišete oznaku, prvo je uklonite iz bilješki kojima je dodijeljena.",
- "To delete: %d": "Za brisanje: %d",
- "To enter command line mode, press \":\"": "Za aktiviranje komandne linije, pritisnite \":\"",
- "To exit command line mode, press ESCAPE": "Za zatvaranje komandne linije, pritisnite ESCAPE",
- "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": "Da ručno sortirate bilješke, način sortiranja treba promijeniti u \"%s\" kroz meni \"%s\" > \"%s\"",
- "To maximise/minimise the console, press \"tc\".": "Konzolu maksimizirate/minimizirate pritiskom na \"tc\".",
- "To move from one pane to another, press Tab or Shift+Tab.": "Da pređete iz jednog okvira u drugi, pritisnite Tab ili Shift+Tab.",
- "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": "Da ponovo pokušate dešifrovati ove stavke, pokrenite komandu `e2ee decrypt --retry-failed-items`",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "Da bi radila kako treba, aplikaciji su potrebna sljedeća dopuštenja. Podesite ih u postavkama Vašeg telefona, u Aplikacije > Joplin > Dozvole",
- "to-do": "zadatak",
- "Toggle development tools": "Razvojni alati",
- "Toggle editor layout": "Prikaži uređivač",
- "Toggle sidebar": "Bočni meni",
- "Token has been copied to the clipboard!": "Token je kopiran u spremnik!",
- "Tools": "Alati",
- "Total: %d/%d": "Ukupno: %d/%d",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "Kucajte `help [command]` za više informacija o komandi; ili kucajte `help all` za detaljne informacije o načinu korištenja.",
- "Type `joplin help` for usage information.": "Kucajte `joplin help` za informacije o korištenju.",
- "Type new tags or select from list": "Unesite nove oznake ili odaberite iz popisa",
- "Type: %s.": "Vrsta: %s.",
- "Uncompleted to-dos on top": "Neobavljeni zadaci na vrh",
- "Unknown flag: %s": "Nepoznata oznaka: %s",
- "Unsupported image type: %s": "Nepodržana vrsta slike: %s",
- "Unsupported link or message: %s": "Nepodržana veza ili poruka: %s",
- "Untitled": "Bez naziva",
- "Updated": "Ažurirano",
- "updated date": "datum ažuriranja",
- "Updated local items: %d.": "Ažurirano lokalnih stavki: %d.",
- "Updated remote items: %d.": "Ažurirano spoljašnjih stavki: %d.",
- "Updated: %d.": "Ažurirano: %d.",
- "Updated: %s": "Ažurirano: %s",
- "Upgrade": "Nadogradi",
- "URL": "URL",
- "Usage: %s": "Korišteno: %s",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "Koristi dugi format. Format je ID, NOTE_COUNT (za bilježnice), DATE, TODO_CHECKED (za zadatke), TITLE",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "Pomoću strelica i tipki PageUp/PageDown pomjerajte liste i tekst (uključujući i ovu konzolu).",
- "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": "Ako se susretnete sa problemima prilikom pretraživanja, koristite ovu opciju da biste iznova kreirali indeks za pretragu. Proces može trajati dugo, zavisno od brojnosti bilješki.",
- "View on map": "Vidi na karti",
- "View them now": "Pregledajte ih sada",
- "Vim": "Vim",
- "Warning": "Upozorenje",
- "Warning: not all resources shown for performance reasons (limit: %s).": "Upozorenje: zbog performansi nisu prikazani svi resursi (granica: %s).",
- "Web Clipper": "Web clipper",
- "WebDAV": "WebDAV",
- "WebDAV password": "WebDAV lozinka",
- "WebDAV URL": "WebDAV URL",
- "WebDAV username": "WebDAV korisničko ime",
- "Website and documentation": "Internet stranica i dokumentacija",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "Dobrodošli u Joplin!\n\nKucajte `:help shortcuts` za prikaz kratica, ili samo `:help` za informacije o korištenju.\n\nNaprimjer, da kreirate bilježnicu pritisnite `mb`; za kreiranje bilješke koristite `mn`.",
- "When creating a new note:": "Prilikom kreiranja nove bilješke:",
- "When creating a new to-do:": "Prilikom kreiranja novog zadatka:",
- "Words": "Riječi",
- "y": "y",
- "Y": "Y",
- "Yes": "Da",
- "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": "Slika koju ćete priložiti prilično je velika (%dx%d piksela). Želite li je smanjiti na %d piksela prije nego što je priložite?",
- "You currently have no notebooks.": "Trenutno nema nijedna bilježnica.",
- "You do not have any installed plugin.": "Nemate instaliranih dodataka.",
- "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": "Možete koristiti alatku niže da ponovo šifrirate svoje podatke, npr. ako znate da su neke od Vaših bilješki šifrirane koristeći zastarjeli metod.",
- "Your choice: ": "Vaš izbor: ",
- "Your data is going to be re-encrypted and synced again.": "Vaši podaci iznova će se šifrirati i sinhronizovati.",
- "Your permission to use your camera is required.": "Potrebno je Vaše dopuštenje za korištenje kamere.",
- "Your version: %s": "Vaša verzija: %s",
- "Zoom In": "Povećaj",
- "Zoom Out": "Smanji"
+ "\"%s\" is missing the required \"%s\" property.": [
+ ""
+ ],
+ "%d days": [
+ "%d dana"
+ ],
+ "%d GB": [
+ ""
+ ],
+ "%d GB storage space": [
+ ""
+ ],
+ "%d hour": [
+ "%d sat"
+ ],
+ "%d hours": [
+ "%d sati"
+ ],
+ "%d MB": [
+ ""
+ ],
+ "%d minutes": [
+ "%d minuta"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d bilješki odgovara upitu. Izbrisati ih?"
+ ],
+ "%s": [
+ ""
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) nije moguće prenijeti: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ ""
+ ],
+ "%s (pre-release)": [
+ "%s (verzija pred objavljivanje)"
+ ],
+ "%s - Copy": [
+ "%s – Kopija"
+ ],
+ "%s / %s": [
+ "%s / %s"
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d notes": [
+ "%s: %d bilješki"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "Izmjena"
+ ],
+ "&File": [
+ "Datoteka"
+ ],
+ "&Go": [
+ ""
+ ],
+ "&Help": [
+ "Pomoć"
+ ],
+ "&Tools": [
+ "Alatke"
+ ],
+ "&View": [
+ "Prikaz"
+ ],
+ "(%s)": [
+ ""
+ ],
+ "(In plugin: %s)": [
+ ""
+ ],
+ "(None)": [
+ ""
+ ],
+ "(wysiwyg: %s)": [
+ "(dosljedan izgled: %s)"
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- Kamera: da bi se moglo slikati i slike priložiti u bilješke."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- Lokacija: da bi se mogle priložiti informacije o geografskoj lokaciji u bilješke."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- Uređaj za pohranjivanje: da bi se mogli koristiti prilozi i vršiti sinhronizacija."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ " može biti \"toggle\" ili \"clear\". Koristite \"toggle\" da promijenite status zadatka iz završenog u nezavršen (ako se radi o običnoj bilješci, ona će biti preinačena u zadatak). Koristite \"clear\" da zadatak konvertujete u običnu bilješku."
+ ],
+ "A3": [
+ "A3"
+ ],
+ "A4": [
+ "A4"
+ ],
+ "A5": [
+ "A5"
+ ],
+ "About Joplin": [
+ "O Joplinu"
+ ],
+ "accelerator": [
+ ""
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ ""
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ ""
+ ],
+ "Accept": [
+ ""
+ ],
+ "Access denied: Please check your username and password": [
+ ""
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ ""
+ ],
+ "Account": [
+ ""
+ ],
+ "Active": [
+ "Aktivan"
+ ],
+ "Actual Size": [
+ "Početne dimenzije"
+ ],
+ "Add body": [
+ "Dodaj tekst"
+ ],
+ "Add or remove tags:": [
+ "Dodajte ili uklonite oznake:"
+ ],
+ "Add recipient:": [
+ ""
+ ],
+ "Add title": [
+ "Dodaj naziv"
+ ],
+ "Add to dictionary": [
+ ""
+ ],
+ "Admin": [
+ ""
+ ],
+ "Admin dashboard": [
+ ""
+ ],
+ "Advanced options": [
+ "Napredne opcije"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ ""
+ ],
+ "All notes": [
+ "Sve bilješke"
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ ""
+ ],
+ "Also displays unset and hidden config variables.": [
+ "Prikazuje i nepodešene i skrivene konfiguracijske varijable."
+ ],
+ "Always": [
+ "Uvijek"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ ""
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ ""
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "Nova je verzija dostupna. Želite li je preuzeti?"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ ""
+ ],
+ "Appearance": [
+ "Izgled"
+ ],
+ "Application": [
+ "Aplikacija"
+ ],
+ "Apply": [
+ "Primijeni"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ ""
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ ""
+ ],
+ "Arguments:": [
+ ""
+ ],
+ "Aritim Dark": [
+ "Aritim tamna"
+ ],
+ "Attach file": [
+ "Priloži datoteku"
+ ],
+ "Attach photo": [
+ "Priloži sliku"
+ ],
+ "Attach...": [
+ "Priloži..."
+ ],
+ "Attaches the given file to the note.": [
+ "Prilaže datu datoteku bilješci."
+ ],
+ "Attachment download behaviour": [
+ "Način preuzimanja priloga"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "Pažnja: ako promijenite ovu lokaciju, vodite računa o tome da prije sinhronizacije kopirate sav sadržaj jer će, u protivnom, sve datoteke biti uklonjene! Za više detalja vidjeti često postavljana pitanja (FAQ): %s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "Ovjera nije završena (nije primljena potvrda /token/)."
+ ],
+ "Authorisation token:": [
+ "Token za ovjeru:"
+ ],
+ "Auto": [
+ "Automatski"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ ""
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ "Automatski piši u paru sve zagrade, navodnike itd."
+ ],
+ "Automatically switch theme to match system theme": [
+ "Automatski podesi temu prema sistemskoj"
+ ],
+ "Back": [
+ "Nazad"
+ ],
+ "Basic": [
+ ""
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ ""
+ ],
+ "Bold": [
+ "Masna slova"
+ ],
+ "Browse all plugins": [
+ "Pogledaj dodatke"
+ ],
+ "Browse...": [
+ "Pregledaj..."
+ ],
+ "Bulleted List": [
+ "Nabrajanje"
+ ],
+ "Can view": [
+ ""
+ ],
+ "Can view and edit": [
+ ""
+ ],
+ "Cancel": [
+ "Otkaži"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "Prekidam sinhronizaciju... Pričekajte."
+ ],
+ "Cancelling...": [
+ "Prekidam..."
+ ],
+ "Cancelling... Please wait.": [
+ "Prekidam... Pričekajte."
+ ],
+ "Cannot access %s": [
+ "Ne mogu pristupiti %s"
+ ],
+ "Cannot change encrypted item": [
+ "Nije moguće promijeniti šifriranu stavku"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "Bilješka se ne može kopirati u bilježnicu \"%s\""
+ ],
+ "Cannot find \"%s\".": [
+ "Ne mogu pronaći \"%s\"."
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "Bilješka se ne može premjestiti u bilježnicu \"%s\""
+ ],
+ "Cannot move notebook to this location": [
+ "Bilježnica se ne može premjestiti na ovu lokaciju"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "Ne mogu osvježiti token: nedostaju podaci za ovjeru. Problem će možda biti otklonjen novim pokretanjem sinhronizacije."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ ""
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ ""
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ ""
+ ],
+ "Case sensitive": [
+ ""
+ ],
+ "Change application layout": [
+ ""
+ ],
+ "Characters": [
+ "Znakova"
+ ],
+ "Characters excluding spaces": [
+ "Znakova bez razmaka"
+ ],
+ "Check for updates...": [
+ "Provjeri ažuriranja..."
+ ],
+ "Check synchronisation configuration": [
+ "Provjeri postavke za sinhronizaciju"
+ ],
+ "Checkbox": [
+ "Polje za kvačicu"
+ ],
+ "Checking... Please wait.": [
+ "Provjeravam... Pričekajte."
+ ],
+ "Choose an option": [
+ "Odaberi opciju"
+ ],
+ "Chrome Web Store": [
+ "Chrome Web Store"
+ ],
+ "Clear": [
+ "Počisti"
+ ],
+ "Clear alarm": [
+ "Ukloni zvučnu napomenu"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "Pritisnite na \"%s\" da rekonstruišete bilješku. Rezultat će biti kopiran u bilježnicu \"%s\". Trenutna verzija bilješke ostat će netaknuta."
+ ],
+ "Close": [
+ "Zatvori"
+ ],
+ "Close Window": [
+ "Zatvori prozor"
+ ],
+ "Code": [
+ "Kōd"
+ ],
+ "Code Block": [
+ "Kōd (izdvojen)"
+ ],
+ "Collapse": [
+ ""
+ ],
+ "Coming alarms": [
+ "Nastupajuće zvučne napomene"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "Popis putanja do direktorija, odvojenih zarezima, iz kojih će se učitati certifikati ili putanja do pojedinačnih datoteka-certifikata. Naprimjer: /my/cert_dir, /other/custom.pem. Imajte na umu da ćete morati, ukoliko izvršite bilo kakve izmjene u TLS postavkama, načinjene izmjene memorisati prije pritiska na \"Provjeri konfiguraciju sinhronizovanja\"."
+ ],
+ "command": [
+ ""
+ ],
+ "Command": [
+ ""
+ ],
+ "Command palette": [
+ ""
+ ],
+ "Command palette...": [
+ ""
+ ],
+ "Completed decryption.": [
+ "Dešifrovanje završeno."
+ ],
+ "Compress old changes": [
+ ""
+ ],
+ "Configuration": [
+ "Konfiguracija"
+ ],
+ "Conflicted: %d": [
+ "Sukobi: %d"
+ ],
+ "Conflicts": [
+ "Sukobi"
+ ],
+ "Consolidated billing": [
+ ""
+ ],
+ "Continue": [
+ ""
+ ],
+ "Convert to note": [
+ "Preinači u bilješku"
+ ],
+ "Convert to todo": [
+ "Preinači u zadatak"
+ ],
+ "Copy": [
+ "Kopiraj"
+ ],
+ "Copy Link Address": [
+ "Kopiraj adresu veze"
+ ],
+ "Copy Markdown link": [
+ "Kopiraj Markdown vezu"
+ ],
+ "Copy path to clipboard": [
+ "Kopiraj putanju u spremnik"
+ ],
+ "Copy token": [
+ "Kopiraj token"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "Neuspjela ovjera aplikacije:\n\n%s\n\nPokušajte ponovo."
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ ""
+ ],
+ "Create a notebook": [
+ "Kreiraj bilježnicu"
+ ],
+ "Created": [
+ "Kreirano"
+ ],
+ "created date": [
+ "datum kreiranja"
+ ],
+ "Created local items: %d.": [
+ "Kreirano lokalnih stavki: %d."
+ ],
+ "Created remote items: %d.": [
+ "Kreirano spoljašnjih stavki: %d."
+ ],
+ "Created: %d.": [
+ "Kreirano: %d."
+ ],
+ "Created: %s": [
+ "Kreirano: %s"
+ ],
+ "Creates a new note.": [
+ "Kreira novu bilješku."
+ ],
+ "Creates a new notebook.": [
+ "Kreira novu bilježnicu."
+ ],
+ "Creates a new to-do.": [
+ "Kreira novi zadatak."
+ ],
+ "Creating report...": [
+ "Kreiram izvještaj..."
+ ],
+ "Current version is up-to-date.": [
+ "Trenutna je verzija ažurirana."
+ ],
+ "custom order": [
+ "vlastiti redoslijed"
+ ],
+ "Custom order": [
+ "Vlastiti redoslijed"
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ "Glavni korisnički stil za aplikaciju"
+ ],
+ "Custom TLS certificates": [
+ "TLS certifikati"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "Izreži"
+ ],
+ "Dark": [
+ "Tamna"
+ ],
+ "Dashboard": [
+ ""
+ ],
+ "Database v%s": [
+ "Baza podataka v%s"
+ ],
+ "Date": [
+ ""
+ ],
+ "Date format": [
+ "Oblik datuma"
+ ],
+ "days": [
+ "dana"
+ ],
+ "Decrease indent level": [
+ ""
+ ],
+ "Decrypted items: %s / %s": [
+ "Dešifrovane stavke: %s / %s"
+ ],
+ "Decrypting items: %d/%d": [
+ "Dešifrujem stavke: %d/%d"
+ ],
+ "Default: %s": [
+ "Prekonfigurisano: %s"
+ ],
+ "Delete": [
+ "Izbriši"
+ ],
+ "Delete local data and re-download from sync target": [
+ ""
+ ],
+ "Delete note \"%s\"?": [
+ "Izbrisati bilješku \"%s\"?"
+ ],
+ "Delete note?": [
+ "Izbrisati bilješku?"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "Izbrisati bilježnicu \"%s\"?\n\nSve bilješke i bilježnice unutar ove bilježnice također će biti izbrisane."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "Izbrisati bilježnicu? Sve bilješke i bilježnice unutar ove bilježnice također će biti izbrisane."
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ ""
+ ],
+ "Delete these %d notes?": [
+ "Izbrisati ovih %d bilješki?"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ ""
+ ],
+ "Deleted local items: %d.": [
+ "Izbrisano lokalnih stavki: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "Izbrisano spoljašnjih stavki: %d."
+ ],
+ "Deletes the given notebook.": [
+ "Briše datu bilježnicu."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "Briše bilježnicu bez traženja potvrde."
+ ],
+ "Deletes the notes matching .": [
+ "Briše bilješke ."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "Briše bilješke bez traženja potvrde."
+ ],
+ "Destination format: %s": [
+ "Format: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "Direktorij"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "Direktorij s kojim se sinhronizuje (apsolutna putanja)"
+ ],
+ "Disable encryption": [
+ "Isključi šifriranje"
+ ],
+ "Disable safe mode and restart": [
+ " "
+ ],
+ "Disable Web Clipper Service": [
+ "Isključi Web clipper servis"
+ ],
+ "Disabled": [
+ "Isključeno"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "Po isključivanju šifriranja *sve* Vaše bilješke i prilozi bit će iznova sinhronizovani i poslani nešifrirani na zadatu lokaciju. Želite li nastaviti?"
+ ],
+ "Discard changes": [
+ "Odbaci izmjene"
+ ],
+ "Dismiss": [
+ "Odbaci"
+ ],
+ "Displays a geolocation URL for the note.": [
+ "Prikazuje geografsku lokaciju bilješke."
+ ],
+ "Displays only the first top notes.": [
+ "Prikazuje samo prvih bilješki."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "Prikazuje samo stavke određenog tipa. To može biti `n` za bilješke, `t` za zadatke, ili `nt` za bilješke i zadatke (npr. `-tt` prikazuje samo zadatke, dok `-tnt` prikazuje i bilješke i zadatke.)"
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "Prikazuje sažetak o bilješkama i bilježnicama."
+ ],
+ "Displays the complete information about note.": [
+ "Prikazuje potpune informacije o bilješci."
+ ],
+ "Displays the given note.": [
+ "Prikazuje datu bilješku."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "Prikazuje bilješke u trenutnoj bilježnici. Koristite komandu `ls /` da prikažete popis bilježnica."
+ ],
+ "Displays usage information.": [
+ "Prikazuje informacije o korištenju."
+ ],
+ "Displays version information": [
+ "Prikazuje verziju"
+ ],
+ "Do not ask for confirmation.": [
+ "Ne pitaj za potvrdu."
+ ],
+ "Done": [
+ ""
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "Preuzmite i instalirajte odgovarajući dodatak za Vaš internet preglednik:"
+ ],
+ "Downloaded": [
+ "Preuzeto"
+ ],
+ "Downloaded and decrypted": [
+ "Preuzeto i dešifrovano"
+ ],
+ "Downloaded and encrypted": [
+ "Preuzeto i šifrirano"
+ ],
+ "Downloading resources...": [
+ "Preuzimam resurse..."
+ ],
+ "Dracula": [
+ "Dracula"
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ "Ispustite bilješke ili datoteke ovdje"
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "Dropbox prijava"
+ ],
+ "Duplicate": [
+ "Dupliciraj"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "Kreira duplikat bilješke u [notebook]. Ako bilježnica nije navedena, duplikat će biti pohranjen u trenutno otvorenu bilježnicu."
+ ],
+ "Edit": [
+ "Uredi"
+ ],
+ "Edit in external editor": [
+ "Uredi u vanjskom programu"
+ ],
+ "Edit note.": [
+ "Uredi bilješku."
+ ],
+ "Edit notebook": [
+ "Uredi bilježnicu"
+ ],
+ "Edit profile configuration...": [
+ ""
+ ],
+ "Editor font": [
+ "Pismo u uređivaču"
+ ],
+ "Editor font family": [
+ "Familija pisama u uređivaču"
+ ],
+ "Editor font size": [
+ "Veličina slova u uređivaču"
+ ],
+ "Editor maximum width": [
+ ""
+ ],
+ "Either \"text\" or \"json\"": [
+ "Ili \"text\" ili \"json\""
+ ],
+ "Emacs": [
+ "Emacs"
+ ],
+ "Email": [
+ ""
+ ],
+ "Email to Note": [
+ ""
+ ],
+ "Emails": [
+ ""
+ ],
+ "Enable": [
+ "Aktiviraj"
+ ],
+ "Enable ++insert++ syntax": [
+ "Omogući pisanje ++insert++ sintakse"
+ ],
+ "Enable ==mark== syntax": [
+ "Omogući pisanje ==oznaka=="
+ ],
+ "Enable ^sup^ syntax": [
+ "Omogući pisanje ^eksponenta^"
+ ],
+ "Enable abbreviation syntax": [
+ "Omogući pisanje skraćenica"
+ ],
+ "Enable biometrics authentication?": [
+ ""
+ ],
+ "Enable deflist syntax": [
+ "Omogući pisanje deflista"
+ ],
+ "Enable encryption": [
+ "Uključi šifriranje"
+ ],
+ "Enable footnotes": [
+ "Omogući pisanje fusnota"
+ ],
+ "Enable Fountain syntax support": [
+ "Omogući podršku za Fountain format"
+ ],
+ "Enable markdown emoji": [
+ "Omogući pisanje emoji sličica"
+ ],
+ "Enable math expressions": [
+ "Omogući pisanje matematskih izraza"
+ ],
+ "Enable multimarkdown table extension": [
+ "Omogući kreiranje tabela (multimarkdown)"
+ ],
+ "Enable note history": [
+ "Aktiviraj historiju bilješki"
+ ],
+ "Enable PDF viewer": [
+ "Omogući PDF"
+ ],
+ "Enable soft breaks": [
+ "Omogući pisanje blagih prijeloma"
+ ],
+ "Enable spellcheck in the text editor": [
+ ""
+ ],
+ "Enable table of contents extension": [
+ "Omogući pisanje sadržaja"
+ ],
+ "Enable video player": [
+ "Omogući video"
+ ],
+ "Enable Web Clipper Service": [
+ "Aktiviraj Web clipper servis"
+ ],
+ "Enable ~sub~ syntax": [
+ "Omogući pisanje ~indeksa~"
+ ],
+ "Enabled": [
+ "Uključeno"
+ ],
+ "Encrypted": [
+ "Šifrirano"
+ ],
+ "Encrypted items cannot be modified": [
+ "Šifrirane stavke ne mogu se mijenjati"
+ ],
+ "Encryption": [
+ "Šifriranje"
+ ],
+ "Encryption Config": [
+ "Podešavanje šifriranja"
+ ],
+ "Encryption is: %s": [
+ "Šifriranje je: %s"
+ ],
+ "Enter code here": [
+ "Unesite kōd ovdje"
+ ],
+ "Enter master password:": [
+ "Unesite glavnu lozinku:"
+ ],
+ "Enter notebook title": [
+ "Unesite naziv za bilježnicu"
+ ],
+ "Enum": [
+ "Enum"
+ ],
+ "Error opening note in editor: %s": [
+ "Greška prilikom otvaranja bilješke: %s"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "Greška. Provjerite jesu li URL, korisničko ime, lozinka itd. tačni i da li je odredište za sinhronizaciju dostupno. Izvještaj o greški:"
+ ],
+ "Errors only": [
+ "Samo greške"
+ ],
+ "Evernote Export File (as HTML)": [
+ "Evernote datoteka za prenos (kao HTML)"
+ ],
+ "Evernote Export File (as Markdown)": [
+ "Evernote datoteka za prenos (kao Markdown)"
+ ],
+ "Exits the application.": [
+ "Zatvara aplikaciju."
+ ],
+ "Expand": [
+ ""
+ ],
+ "Export": [
+ "Iznesi"
+ ],
+ "Export Debug Report": [
+ "Kreiraj izvještaj za korekciju grešaka"
+ ],
+ "Exported successfully!": [
+ ""
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "Prenosi kopiju Joplin podataka na datu lokaciju. Čitava će baza podataka biti pohranjena, uključujući bilježnice, bilješke, oznake i resurse."
+ ],
+ "Exports only the given note.": [
+ "Prenosi samo kopiju date bilješke."
+ ],
+ "Exports only the given notebook.": [
+ "Prenosi samo kopiju date bilježnice."
+ ],
+ "Fail-safe": [
+ "Sigurnosni mehanizam"
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ "Sigurnosni mehanizam: ne briši lokalne podatke kad je odredište za sinhronizaciju prazno (često usljed pogrešne konfiguracije ili propusta)"
+ ],
+ "Fatal error:": [
+ "Kritična greška:"
+ ],
+ "Feature flags": [
+ ""
+ ],
+ "Fetched items: %d/%d.": [
+ "Preuzeto stavki: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "Preuzimam resurse: %d/%d"
+ ],
+ "File": [
+ "Datoteka"
+ ],
+ "File system": [
+ "Datotečni sistem"
+ ],
+ "Find and replace": [
+ ""
+ ],
+ "Firefox Extension": [
+ "Dodatak za Firefox"
+ ],
+ "Fix search index": [
+ "Popravi indeks za pretragu"
+ ],
+ "Fixing search index...": [
+ "Popravljam indeks za pretragu..."
+ ],
+ "Focus": [
+ "Fokus"
+ ],
+ "Focus body": [
+ "Fokus na tekst"
+ ],
+ "Focus title": [
+ "Fokus na naziv"
+ ],
+ "Folders": [
+ "Omotnice"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ "Samo za testiranje: prenesite svoj profil na eksternu SD-karticu."
+ ],
+ "For example \"%s\"": [
+ ""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "Da biste saznali kako raditi sa kraticama, posjetite %s"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "Za više informacija o šifriranju s kraja na kraj (E2EE) i načinu aktiviranja pogledajte dokumentaciju:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "Za popis kratica i konfiguracijskih opcija kucajte `help keymap`"
+ ],
+ "Force path style": [
+ ""
+ ],
+ "Forward": [
+ "Proslijedi"
+ ],
+ "Found: %d.": [
+ "Pronađeno: %d."
+ ],
+ "FTS enabled: %d": [
+ "FTS aktivno: %d"
+ ],
+ "Full changelog": [
+ ""
+ ],
+ "Full name": [
+ ""
+ ],
+ "General": [
+ "Opće"
+ ],
+ "Get it now:": [
+ "Preuzmite sada:"
+ ],
+ "Get pre-releases when checking for updates": [
+ "Preuzmi i verzije pred objavljivanje prilikom provjere novosti"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "Prima ili podešava konfiguracijske vrijednosti. Ako [value] nije navedena, tada će biti prikazana vrijednost [name]. Ako ni [name] ni [value] nisu precizirane, prikazat će se trenutna konfiguracija."
+ ],
+ "Go to source URL": [
+ "Idi do izvornog URL-a"
+ ],
+ "Goto Anything...": [
+ "Pronađite bilo šta..."
+ ],
+ "Header %d": [
+ ""
+ ],
+ "Headers": [
+ ""
+ ],
+ "Heading": [
+ "Naslov"
+ ],
+ "Hide %s": [
+ "Sakrij %s"
+ ],
+ "Hide advanced": [
+ ""
+ ],
+ "Hide disabled keys": [
+ ""
+ ],
+ "Hide keyboard": [
+ ""
+ ],
+ "Hide more actions": [
+ ""
+ ],
+ "Highlight": [
+ "Oznaci"
+ ],
+ "Home": [
+ ""
+ ],
+ "Horizontal Rule": [
+ "Vodoravna linija"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "Hyperlink": [
+ "Poveznica"
+ ],
+ "Icon": [
+ "Sličica"
+ ],
+ "ID": [
+ "ID"
+ ],
+ "Idle": [
+ "Na čekanju"
+ ],
+ "Ignore": [
+ ""
+ ],
+ "Ignore TLS certificate errors": [
+ "Zanemari greške u vezi sa TLS certifikatima"
+ ],
+ "Images": [
+ ""
+ ],
+ "Import": [
+ "Unesi"
+ ],
+ "Importing notes...": [
+ "Unosim bilješke..."
+ ],
+ "Imports data into Joplin.": [
+ "Unosi podatke u Joplin"
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "\"Ručno\" znači da se prilozi preuzimaju samo kad pritisnete na njih. \"Automatski\" znači da se prilozi preuzimaju čim se bilješka otvori. \"Uvijek\" znači da se prilozi uvijek preuzimaju, bilo da je bilješka otvorena ili ne."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "U svakoj komandi, bilješka ili bilježnica mogu se precizirati pomoću naziva ili identifikacijskog broja, odnosno pomoću kratica za naziv `$n` i broj `$b` trenutno označene bilješke ili bilježnice. `$c` se može koristiti za trenutno označenu stavku."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ "Da bi dodali geo-lokaciju vasoj biljesci, aplikaciji je potrebna dozvola pristupu vasoj lokacij.\n\nOvu opciju je moguce promijeniti bilo kada u podesavanjima."
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ "Da biste to učinili, svi Vaši podaci moraju biti šifrirani i sinhronizovani, pa je najbolje da to učinite preko noći.\n\nDa započnete, slijedite sljedeće upute:\n\n1. Sinhronizujte sve svoje uređaje.\n2. Pritisnite \"%s\".\n3. Sačekajte dok se proces ne okonča. Tokom rada, nemojte uređivati bilo koju bilješku na nekom od Vaših uređaja kako biste izbjegli konflikte.\n4. Kad je sinhronizacija završena na ovom uređaju, sinhronizujte i ostale uređaje.\n\nVažno: ovaj proces trebate pokrenuti samo JEDNOM i na samo jednom uređaju."
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ "Potrebno je Vaše dopuštenje za pristup eksternim uređajima za pohranu kako bi se mogla izvršiti sinhronizacija."
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "Da biste mogli koristiti Web clipper, učinite sljedeće:"
+ ],
+ "In progress": [
+ "U toku"
+ ],
+ "In: %s": [
+ "U: %s"
+ ],
+ "Increase indent level": [
+ ""
+ ],
+ "Indent less": [
+ ""
+ ],
+ "Indent more": [
+ ""
+ ],
+ "Inline Code": [
+ "Kōd (unutar teksta)"
+ ],
+ "Insert": [
+ ""
+ ],
+ "Insert Hyperlink": [
+ "Unesi poveznicu"
+ ],
+ "Install": [
+ "Instalirati"
+ ],
+ "Install from file": [
+ ""
+ ],
+ "Installed": [
+ "Instalirano"
+ ],
+ "Invalid answer: %s": [
+ "Nevažeći odgovor: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "Nevažeća komanda: \"%s\""
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "Pogrešna vrijednost: \"%s\". Moguće su sljedeće vrijednosti: %s"
+ ],
+ "Italic": [
+ "Kurziv"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "Stavka \"%s\" nije mogla biti preuzeta: %s"
+ ],
+ "Items": [
+ ""
+ ],
+ "Items that cannot be decrypted": [
+ "Stavke koje se ne mogu dešifrovati"
+ ],
+ "Items that cannot be synchronised": [
+ "Stavke koje se ne mogu sinhronizovati"
+ ],
+ "Join us on Twitter": [
+ ""
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ ""
+ ],
+ "Joplin Export Directory": [
+ "Joplin direktorij za prenos"
+ ],
+ "Joplin Export File": [
+ "Joplin datoteka za prenos"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "Joplin je nekoliko puta neuspješno pokušao dešifrovati ove stavke. To je vjerovatno zbog toga što su oštećene ili prevelike. Stavke će i dalje ostati na uređaju, ali Joplin više neće pokušavati da ih dešifruje."
+ ],
+ "Joplin Forum": [
+ "Joplin forum"
+ ],
+ "Joplin Server URL": [
+ ""
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "Joplin Web clipper omogućava pohranjivanje internet stranica i slika ekrana iz Vašeg internet preglednika u Joplin."
+ ],
+ "Joplin website": [
+ "Joplin internet stranica"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ ""
+ ],
+ "KaTeX": [
+ ""
+ ],
+ "Keep note history for": [
+ "Čuvaj historiju bilješki"
+ ],
+ "Keyboard Mode": [
+ "Način rada tastature"
+ ],
+ "Keychain Supported: %s": [
+ "Podržani privjesak: %s"
+ ],
+ "Landscape": [
+ "Vodoravno"
+ ],
+ "Language": [
+ "Jezik"
+ ],
+ "Last error: %s": [
+ "Zadnja greška: %s"
+ ],
+ "Later": [
+ "Poslije"
+ ],
+ "Layout": [
+ "Prikaz"
+ ],
+ "Layout button sequence": [
+ "Slijed u promjeni prikaza"
+ ],
+ "Leave it blank to download the language files from the default website": [
+ ""
+ ],
+ "Legal": [
+ "Legal"
+ ],
+ "Letter": [
+ "Letter"
+ ],
+ "Light": [
+ "Svijetla"
+ ],
+ "Lines": [
+ "Redova"
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ "Veze sa protokolom \"%s\" nisu podržane"
+ ],
+ "List item": [
+ "Stavka nabrajanja"
+ ],
+ "Lists": [
+ ""
+ ],
+ "Location": [
+ "Lokacija"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "Zaključavanje datoteke već je aktivno. Ako ste sigurni da sinhronizovanje nije u toku, možete izbrisati datoteku za zaključavanje u \"%s\" i nastaviti s radom."
+ ],
+ "Log": [
+ "Radni dnevnik"
+ ],
+ "Login": [
+ ""
+ ],
+ "Login below.": [
+ ""
+ ],
+ "Login with Dropbox": [
+ "Prijavite se preko Dropboxa"
+ ],
+ "Login with OneDrive": [
+ "Prijavite se preko OneDrivea"
+ ],
+ "Logout": [
+ ""
+ ],
+ "Logs": [
+ ""
+ ],
+ "Make a donation": [
+ "Donirajte"
+ ],
+ "Manage your plugins": [
+ ""
+ ],
+ "Manual": [
+ "Ručno"
+ ],
+ "Markdown": [
+ "Markdown"
+ ],
+ "Markdown + Front Matter": [
+ ""
+ ],
+ "Marks a to-do as done.": [
+ "Označava da je zadatak obavljen."
+ ],
+ "Marks a to-do as non-completed.": [
+ "Označava da je zadatak neobavljen."
+ ],
+ "Markup": [
+ "Markup"
+ ],
+ "Master Key %s": [
+ "Glavni ključ %s"
+ ],
+ "Max concurrent connections": [
+ "Maksimalni broj istovremenih konekcija"
+ ],
+ "Max Item Size": [
+ ""
+ ],
+ "Missing Master Keys": [
+ "Nedostaju glavni ključevi"
+ ],
+ "Missing required argument: %s": [
+ "Nedostaje neophodni argument: %s"
+ ],
+ "Mobile data - auto-sync disabled": [
+ "Mobilna mreza - auto-sinhronacija iskljucena"
+ ],
+ "More information": [
+ "Više informacija"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "Više od jednog rezultata odgovara \"%s\". Molimo suzite obim pretrage."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "Premjestiti %d bilješki u bilježnicu \"%s\"?"
+ ],
+ "Move to notebook...": [
+ "Premjestiti u bilježnicu..."
+ ],
+ "n": [
+ "n"
+ ],
+ "N": [
+ "N"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "Nova bilješka"
+ ],
+ "New notebook": [
+ "Nova bilježnica"
+ ],
+ "New Notebook": [
+ "Nova bilježnica"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "Kreirat će se nova bilježnica \"%s\" i u nju će biti unesena datoteka \"%s\""
+ ],
+ "New tags:": [
+ "Nove oznake:"
+ ],
+ "New to-do": [
+ "Novi zadatak"
+ ],
+ "New version: %s": [
+ "Nova verzija: %s"
+ ],
+ "Next match": [
+ ""
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "Nextcloud lozinka"
+ ],
+ "Nextcloud username": [
+ "Nextcloud korisničko ime"
+ ],
+ "Nextcloud WebDAV URL": [
+ "Nextcloud WebDAV URL"
+ ],
+ "No": [
+ "Ne"
+ ],
+ "No active notebook.": [
+ "Nema aktivne bilježnice."
+ ],
+ "No item with ID %s": [
+ "Nema stavke čiji je ID %s"
+ ],
+ "No notebook has been specified.": [
+ "Nije precizirana bilježnica."
+ ],
+ "No notebook selected.": [
+ "Nije odabrana bilježnica."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "Nema bilješki. Kreirajte bilješku pritisnuvši na \"Nova bilješka\"."
+ ],
+ "No resources!": [
+ "Nema resursa!"
+ ],
+ "No such command: %s": [
+ "Nepostojeća komanda: %s"
+ ],
+ "No suggestions": [
+ ""
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "Nije određen program za uređivanje teksta. Precizirajte ga pomoću `config editor `"
+ ],
+ "Nord": [
+ "Nord"
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "Nije ovjereno sa %s. Molimo unesite podatke koji nedostaju."
+ ],
+ "Not downloaded": [
+ "Nije preuzeto"
+ ],
+ "Not generated": [
+ ""
+ ],
+ "note": [
+ "bilješka"
+ ],
+ "Note": [
+ "Bilješka"
+ ],
+ "Note area growth factor": [
+ "Faktor rasta prostora bilješki"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "Bilješka ne postoji: \"%s\". Želite li je kreirati?"
+ ],
+ "Note History": [
+ "Historija bilješke"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "Bilješka nije zadatak: \"%s\""
+ ],
+ "Note list growth factor": [
+ "Faktor rasta popisa bilješki"
+ ],
+ "Note properties": [
+ "Svojstva bilješke"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "Napomena: neće raditi na svim sistemima."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ "Napomena: bilješka koja se podijeli s drugima više neće biti šifrirana na serveru."
+ ],
+ "Notebook list growth factor": [
+ "Faktor rasta popisa bilježnica"
+ ],
+ "Notebook: %s": [
+ "Bilježnica: %s"
+ ],
+ "Notebooks": [
+ "Bilježnice"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "Bilježnica se ne može nazvati \"%s\", jer je to rezervisani naziv."
+ ],
+ "Notes and settings are stored in: %s": [
+ "Bilješke i postavke pohranjene su u: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "Bilješke se mogu kreirati samo unutar bilježnice."
+ ],
+ "Numbered List": [
+ "Numerisano nabrajanje"
+ ],
+ "OK": [
+ "Uredu"
+ ],
+ "On %s: %s": [
+ "U %s: %s"
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "Jedna ili više stavki trenutno su šifrirane i možda ćete trebati unijeti glavnu lozinku. Da biste to učinili, kucajte `e2ee decrypt`. Ukoliko ste već unijeli lozinku, šifrirane stavke dešifruju se u pozadini i uskoro će biti dostupne."
+ ],
+ "One or more master keys need a password.": [
+ "Jedan ili više glavnih ključeva zahtijevaju lozinku."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "OneDrive prijava"
+ ],
+ "Open %s": [
+ "Otvori %s"
+ ],
+ "Open Sync Wizard...": [
+ ""
+ ],
+ "Open...": [
+ "Otvori..."
+ ],
+ "Operation cancelled": [
+ "Radnja je prekinuta"
+ ],
+ "Options": [
+ "Opcije"
+ ],
+ "Page orientation for PDF export": [
+ "Položaj stranice za pohranjivanje u PDF"
+ ],
+ "Page size for PDF export": [
+ "Veličina stranice za pohranjivanje u PDF"
+ ],
+ "Password": [
+ "Lozinka"
+ ],
+ "Password cannot be empty": [
+ "Lozinka ne može biti prazna"
+ ],
+ "Password:": [
+ "Lozinka:"
+ ],
+ "Paste": [
+ "Zalijepi"
+ ],
+ "Paste as text": [
+ ""
+ ],
+ "Path:": [
+ ""
+ ],
+ "PDF File": [
+ "PDF datoteka"
+ ],
+ "Per user. Minimum of %d users.": [
+ ""
+ ],
+ "Permission to use camera": [
+ "Dozvola za korištenje kamere"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ ""
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ "Molimo potvrdite da želite ponoviti šifriranje čitave Vaše baze podataka."
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ "Unesite svoju lozinku u popis glavnog ključa naveden ispod prije nego što izvršite nadogradnju ključa."
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ ""
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "Otvorite sljedeću adresu u Vašem internet pregledniku da ovjerite aplikaciju. Ona će kreirati direktorij na lokaciji \"Apps/Joplin\" i imat će pristup samo datotekama koje se nalaze unutar tog direktorija. Onemogućen je pristup datotekama van navedenog direktorija ili bilo kakvom drugom obliku privatnih podataka. Ništa neće biti proslijeđeno bilo kojem trećem licu."
+ ],
+ "Please record your voice...": [
+ ""
+ ],
+ "Please select a notebook first.": [
+ "Prvo odaberite bilježnicu."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "Prvo odaberite bilješku ili bilježnicu koju želite izbrisati."
+ ],
+ "Please select where the sync status should be exported to": [
+ "Navedite gdje će biti pohranjen status sinhronizacije"
+ ],
+ "Please specify import format for %s": [
+ "Precizirajte format za %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "Navedite bilježnicu u koju će se bilješke unijeti."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ "Molimo dogradite Joplin da bi koristili ovaj dodatak"
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ "Pričekajte dok svi prilozi ne budu preuzeti i dešifrovani. Također možete otvoriti %s da uredite bilješku."
+ ],
+ "Plugins": [
+ "Dodaci"
+ ],
+ "Portrait": [
+ "Uspravno"
+ ],
+ "Possible keys/values:": [
+ "Moguće stavke/vrijednosti:"
+ ],
+ "Possible values: %s.": [
+ "Moguće vrijednosti: %s."
+ ],
+ "Preferences...": [
+ "Postavke..."
+ ],
+ "Preferred dark theme": [
+ "Preferirana tamna tema"
+ ],
+ "Preferred light theme": [
+ "Preferirana svijetla tema"
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "Pritisnite Ctrl+D ili kucajte \"exit\" da zatvorite aplikaciju"
+ ],
+ "Press the shortcut": [
+ ""
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ ""
+ ],
+ "Press to set the decryption password.": [
+ "Pritisnite da definišete lozinku za dešifrovanje."
+ ],
+ "Previous match": [
+ ""
+ ],
+ "Previous versions of this note": [
+ "Ranije verzije ove bilješke"
+ ],
+ "Print": [
+ "Štampaj"
+ ],
+ "Priority support": [
+ ""
+ ],
+ "Privacy Policy": [
+ ""
+ ],
+ "Pro": [
+ ""
+ ],
+ "Process failed payment subscriptions": [
+ ""
+ ],
+ "Process oversized accounts": [
+ ""
+ ],
+ "Process user deletions": [
+ ""
+ ],
+ "Profile": [
+ ""
+ ],
+ "Properties": [
+ "Svojstva"
+ ],
+ "Proxy timeout (seconds)": [
+ ""
+ ],
+ "Proxy URL": [
+ ""
+ ],
+ "Public-private key pair:": [
+ ""
+ ],
+ "Publish Notes": [
+ ""
+ ],
+ "Publish notes to the internet": [
+ ""
+ ],
+ "Quit": [
+ "Zatvori"
+ ],
+ "Re-upload local data to sync target": [
+ ""
+ ],
+ "Read more about it": [
+ "Saznajte vise"
+ ],
+ "Read time: %s min": [
+ ""
+ ],
+ "Recipient has accepted the invitation": [
+ ""
+ ],
+ "Recipient has not yet accepted the invitation": [
+ ""
+ ],
+ "Recipient has rejected the invitation": [
+ ""
+ ],
+ "Recipients:": [
+ ""
+ ],
+ "Redo": [
+ ""
+ ],
+ "Refresh": [
+ "Osvježi"
+ ],
+ "Reject": [
+ ""
+ ],
+ "Remove": [
+ "Ukloni"
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "Ukloniti oznaku \"%s\" iz svih bilješki?"
+ ],
+ "Remove this search from the sidebar?": [
+ "Ukloniti ovu pretragu iz pomoćnog menija?"
+ ],
+ "Rename": [
+ "Preimenuj"
+ ],
+ "Rename notebook:": [
+ "Preimenujte bilježnicu:"
+ ],
+ "Rename tag:": [
+ "Preimenujte oznaku:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "Mijenja naziv
- (bilješka ili bilježnica) u ."
+ ],
+ "Renew token": [
+ "Preuzmi token"
+ ],
+ "Replace": [
+ ""
+ ],
+ "Replace with...": [
+ ""
+ ],
+ "Replace: ": [
+ ""
+ ],
+ "Resize large images:": [
+ ""
+ ],
+ "Resources: %d.": [
+ "Resursi: %d."
+ ],
+ "Restore": [
+ "Rekonstruiši"
+ ],
+ "Restored Notes": [
+ "Rekonstruisane bilješke"
+ ],
+ "Retry": [
+ "Ponovi"
+ ],
+ "Reveal file in folder": [
+ "Pokaži datoteku u direktoriju"
+ ],
+ "Reverse sort order": [
+ "Inverzni redoslijed sortiranja"
+ ],
+ "Reverses the sorting order.": [
+ "Inverzni redoslijed sortiranja."
+ ],
+ "Runs the commands contained in the text file. There should be one command per line.": [
+ ""
+ ],
+ "S3": [
+ ""
+ ],
+ "S3 access key": [
+ ""
+ ],
+ "S3 bucket": [
+ ""
+ ],
+ "S3 region": [
+ ""
+ ],
+ "S3 secret key": [
+ ""
+ ],
+ "S3 URL": [
+ ""
+ ],
+ "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": [
+ " "
+ ],
+ "Save": [
+ "Pohrani"
+ ],
+ "Save alarm": [
+ "Memoriši zvučnu napomenu"
+ ],
+ "Save as...": [
+ "Pohrani kao..."
+ ],
+ "Save changes": [
+ "Pohrani izmjene"
+ ],
+ "Save geo-location with notes": [
+ "Pohrani geografsku lokaciju u bilješkama"
+ ],
+ "Search": [
+ "Traži"
+ ],
+ "Search in all the notes": [
+ "Pretraži sve bilješke"
+ ],
+ "Search in current note": [
+ "Potraži u trenutnoj bilješci"
+ ],
+ "Search...": [
+ "Pretraživanje..."
+ ],
+ "Search:": [
+ "Pretraživanje:"
+ ],
+ "Searches for the given in all the notes.": [
+ "Traži u svim bilješkama."
+ ],
+ "See the pre-release page for more details: %s": [
+ "Za više informacija vidjeti stranicu sa verzijama pred objavljivanje: %s"
+ ],
+ "Select all": [
+ "Označi sve"
+ ],
+ "Server is already running on port %d": [
+ "Server je već pokrenut preko porta %d"
+ ],
+ "Server is not running.": [
+ "Server nije pokrenut."
+ ],
+ "Server is running on port %d": [
+ "Server je u funkciji preko porta %d"
+ ],
+ "Set alarm": [
+ "Podesi zvučnu napomenu"
+ ],
+ "Set alarm:": [
+ "Podesite zvučnu napomenu:"
+ ],
+ "Set it to 0 to make it take the complete available space. Recommended width is 600.": [
+ ""
+ ],
+ "Set the password": [
+ "Zadajte lozinku"
+ ],
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": [
+ "Postavlja svojstvo date na vrijednost [value]. Moguća svojstva:\n\n%s"
+ ],
+ "Share": [
+ "Podijeli"
+ ],
+ "Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
+ ""
+ ],
+ "Share permissions": [
+ ""
+ ],
+ "Shortcuts are not available in CLI mode.": [
+ "Kratice nisu dostupne u negrafičkom okruženju."
+ ],
+ "Show all": [
+ "Prikaži sve"
+ ],
+ "Show completed to-dos": [
+ "Prikaži obavljene zadatke"
+ ],
+ "Show tray icon": [
+ "Prikaži sličicu na sistemskoj traci (tray)"
+ ],
+ "Show/hide the sidebar": [
+ ""
+ ],
+ "Shrink large images before adding them to notes.": [
+ ""
+ ],
+ "Side menu closed": [
+ ""
+ ],
+ "Side menu opened": [
+ ""
+ ],
+ "Sidebar": [
+ "Bočni meni"
+ ],
+ "Size": [
+ "Veličina"
+ ],
+ "Skip this version": [
+ ""
+ ],
+ "Skipped items: %d (use --retry-failed-items to retry decrypting them)": [
+ "Preskočene stavke: %d (koristite --retry-failed-items da ih ponovo pokušate dešifrovati)"
+ ],
+ "Skipped: %d.": [
+ "Preskočeno: %d."
+ ],
+ "Solarised Dark": [
+ "Solarized tamna"
+ ],
+ "Solarised Light": [
+ "Solarised svijetla"
+ ],
+ "Some items cannot be synchronised.": [
+ "Neke stavke nije moguće sinhronizovati."
+ ],
+ "Sort notebooks by": [
+ "Sortiraj bilježnice"
+ ],
+ "Sort notes by": [
+ "Sortiraj bilješke"
+ ],
+ "Sort selected lines": [
+ "Poredaj oznacene linije"
+ ],
+ "Sorts the item by (eg. title, updated_time, created_time).": [
+ "Sortira stavke prema (npr. title, updated_time, created_time)."
+ ],
+ "Source format: %s": [
+ "Izvorni format: %s"
+ ],
+ "Specify the port that should be used by the API server. If not set, a default will be used.": [
+ "Navedite koji će port API server koristiti. Ako port nije preciziran, koristit će se prekonfigurisani."
+ ],
+ "Spell checker": [
+ ""
+ ],
+ "Split View": [
+ "Pola-pola"
+ ],
+ "Start application minimised in the tray icon": [
+ "Prilikom pokretanja, aplikaciju minimiziraj u sličicu na sistemskoj traci (tray)"
+ ],
+ "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": [
+ "Pokreni, zaustavi ili provjeri API server. Da precizirate koji port treba koristiti, podesite api.port konfiguracijsku varijablu. Komande su (%s)."
+ ],
+ "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": [
+ "Počinjem sa dešifrovanjem... Molim Vas da pričekate, jer proces može trajati nekoliko minuta, zavisno od količine podataka koje treba dešifrovati."
+ ],
+ "Starting synchronisation...": [
+ "Započinjem sinhronizovanje..."
+ ],
+ "Starting to edit note. Close the editor to get back to the prompt.": [
+ ""
+ ],
+ "Statistics...": [
+ "Statistika..."
+ ],
+ "Status": [
+ "Status"
+ ],
+ "Status: %s": [
+ "Status: %s"
+ ],
+ "Status: Started on port %d": [
+ "Status: pokrenut preko porta %d"
+ ],
+ "Step 1: Enable the clipper service": [
+ "Korak 1: aktivirajte clipper servis"
+ ],
+ "Step 1: Open this URL in your browser to authorise the application:": [
+ "Korak 1: otvorite ovu adresu u Vašem internet pregledniku i ovjerite aplikaciju:"
+ ],
+ "Step 2: Enter the code provided by Dropbox:": [
+ "Korak 2: unesite kōd koji Vam je poslao Dropbox:"
+ ],
+ "Step 2: Install the extension": [
+ "Korak 2: instalirajte dodatak"
+ ],
+ "Stop": [
+ ""
+ ],
+ "Storage space": [
+ ""
+ ],
+ "Strikethrough": [
+ ""
+ ],
+ "strong text": [
+ "podebljani tekst"
+ ],
+ "Submit": [
+ "Pošalji"
+ ],
+ "Subscript": [
+ ""
+ ],
+ "Success! Synchronisation configuration appears to be correct.": [
+ "Uspjelo! Konfiguracija sinhronizacije izgleda ispravna."
+ ],
+ "Superscript": [
+ ""
+ ],
+ "Swap line down": [
+ ""
+ ],
+ "Swap line up": [
+ ""
+ ],
+ "Switch between note and to-do type": [
+ "Preinači bilješku u zadatak i obratno"
+ ],
+ "Switch to note type": [
+ "Preinači u bilješku"
+ ],
+ "Switch to to-do type": [
+ "Preinači u zadatak"
+ ],
+ "Switches to [notebook] - all further operations will happen within this notebook.": [
+ "Prelazi u [notebook] – sve dalje radnje vršit će se u ovoj bilježnici."
+ ],
+ "Sync as many devices as you want": [
+ ""
+ ],
+ "Sync Status": [
+ "Status sinhronizacije"
+ ],
+ "Sync status (synced items / total items)": [
+ "Status sinhronizacije (sinhronizovano / ukupno)"
+ ],
+ "Sync target must be upgraded! Run `%s` to proceed.": [
+ ""
+ ],
+ "Sync Target Upgrade": [
+ ""
+ ],
+ "Sync to provided target (defaults to sync.target config value)": [
+ "Sinhronizuj sa datim odredištem (prekonfigurisano sync.target config value)"
+ ],
+ "Synchronisation": [
+ "Sinhronizacija"
+ ],
+ "Synchronisation interval": [
+ "Interval za sinhronizaciju"
+ ],
+ "Synchronisation is already in progress.": [
+ "Sinhronizovanje je u toku."
+ ],
+ "Synchronisation Status": [
+ "Status sinhronizacije"
+ ],
+ "Synchronisation target": [
+ "Odredište za sinhronizaciju"
+ ],
+ "Synchronisation target: %s (%s)": [
+ "Odredište sinhronizacije: %s (%s)"
+ ],
+ "Synchronise": [
+ "Sinhronizuj"
+ ],
+ "Synchronise only over WiFi connection": [
+ ""
+ ],
+ "Synchronises with remote storage.": [
+ "Sinhronizuje sa vanjskim medijem za pohranu podataka."
+ ],
+ "Tabloid": [
+ "Tabloid"
+ ],
+ "tag1, tag2, ...": [
+ ""
+ ],
+ "Tagged: %d.": [
+ "Označeno: %d."
+ ],
+ "Tags": [
+ "Oznake"
+ ],
+ "Take photo": [
+ "Uslikaj"
+ ],
+ "Tasks": [
+ ""
+ ],
+ "Teams": [
+ ""
+ ],
+ "Text editor command": [
+ "Komanda za uređivača teksta"
+ ],
+ "Thank you! Your Joplin Cloud account is now setup and ready to use.": [
+ ""
+ ],
+ "The active profile cannot be deleted. Switch to a different profile and try again.": [
+ ""
+ ],
+ "The app is now going to close. Please relaunch it to complete the process.": [
+ "Aplikacija ce se zatvoriti. Molimo ponovo otvorite da bi se radnja potpuno zavrsila."
+ ],
+ "The application did not close properly. Would you like to start in safe mode?": [
+ ""
+ ],
+ "The application has been authorised - you may now close this browser tab.": [
+ "Aplikacija je ovjerena – možete zatvoriti ovaj odjeljak u internet pregledniku."
+ ],
+ "The application has been authorised!": [
+ "Aplikacija je ovjerena!"
+ ],
+ "The application has been successfully authorised.": [
+ "Aplikacija je uspješno ovjerena."
+ ],
+ "The application must be restarted for these changes to take effect.": [
+ "Potrebno je restartovati aplikaciju da bi promjene bile primjenjene."
+ ],
+ "The attachments will no longer be watched when you switch to a different note.": [
+ ""
+ ],
+ "The command \"%s\" is only available in GUI mode": [
+ "Komanda \"%s\" dostupna je samo u grafičkom okruženju"
+ ],
+ "The default admin password is insecure and has not been changed! [Change it now](%s)": [
+ ""
+ ],
+ "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": [
+ "Osnovni metod šifriranja promijenjen je u novi, sigurniji i preporučuje se da ga primijenite na svoje podatke."
+ ],
+ "The default profile cannot be deleted": [
+ ""
+ ],
+ "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": [
+ "Komanda za uređivača teksta (može obuhvatiti argumente) koja će se koristiti za otvaranje bilješke. Ako nije navedena, pokušat će se utvrditi prekonfigurisani uređivač teksta."
+ ],
+ "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": [
+ "Faktor određuje kako će se stavka povećavati ili smanjivati da bi stala u raspoloživi prostor skupa sa drugim stavkama. Tako će stavka čiji je faktor 2 zauzimati dvostruko više prostora od stavke s faktorom 1. Ponovo pokrenite aplikaciju da primijenite izmjene."
+ ],
+ "The following attachments are being watched for changes:": [
+ ""
+ ],
+ "The Joplin mobile app does not currently support this type of link: %s": [
+ "Mobilna Joplin aplikacija trenutno ne podržava ovu vrstu veze: %s"
+ ],
+ "The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
+ ""
+ ],
+ "The master key has been upgraded successfully!": [
+ "Glavni ključ uspješno je nadograđen!"
+ ],
+ "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Glavni ključevi sa ovim identifikacijskim podacima korišteni su za šifriranje nekih stavki, ali su trenutno nedostupni. Vjerovatno će biti preuzeti nakon što se izvrši sinhronizacija."
+ ],
+ "The note \"%s\" has been successfully restored to the notebook \"%s\".": [
+ "Bilješka \"%s\" uspješno je rekonstruisana i pohranjena u bilježnicu \"%s\"."
+ ],
+ "The notebook could not be saved: %s": [
+ "Bilježnicu nije bilo moguće pohraniti: %s"
+ ],
+ "The notes have been imported: %s": [
+ "Bilješke su unesene: %s"
+ ],
+ "The possible commands are:": [
+ "Moguće komande glase:"
+ ],
+ "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": [
+ ""
+ ],
+ "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": [
+ ""
+ ],
+ "The sync target needs to be upgraded. Press this banner to proceed.": [
+ ""
+ ],
+ "The tag \"%s\" already exists. Please choose a different name.": [
+ "Oznaka \"%s\" već postoji. Izaberite drugi naziv."
+ ],
+ "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": [
+ "Odredište za sinhronizaciju. Svako odredište može imati dodatne parametre imenovane kao `sync.NUM.NAME` (koji su dokumentovani ispod)."
+ ],
+ "The Web Clipper needs your authorisation to access your data.": [
+ ""
+ ],
+ "The web clipper service is enabled and set to auto-start.": [
+ "Web clipper servis aktiviran je i pokreće se automatski."
+ ],
+ "The web clipper service is not enabled.": [
+ "Web clipper servis nije aktiviran."
+ ],
+ "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
+ ""
+ ],
+ "Theme": [
+ "Tema"
+ ],
+ "There are currently no notes. Create one by clicking on the (+) button.": [
+ "Trenutno nema bilješki. Kreirajte ih pritiskom na (+) dugme."
+ ],
+ "There are unsaved changes.": [
+ ""
+ ],
+ "There is currently no notebook. Create one by clicking on \"New notebook\".": [
+ "Nema bilježnica. Kreirajte bilježnicu pritisnuvši na \"Nova bilježnica\"."
+ ],
+ "There is no data to export.": [
+ "Nema podataka za prenos."
+ ],
+ "There was a [conflict](%s) on the attachment below.\n\n%s": [
+ "Došlo je do [conflict](%s) u prilogu ispod.\n\n%s"
+ ],
+ "There was an error downloading this attachment:": [
+ "Došlo je do greške prilikom preuzimanja priloga:"
+ ],
+ "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": [
+ ""
+ ],
+ "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": [
+ "Ove će stavke ostati na uređaju, ali neće biti prenesene na odredište sinhronizacije. Da biste te stavke pronašli, vršite pretragu po nazivu ili identifikacijskom broju (koji je prikazan unutar zagrada iznad)."
+ ],
+ "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": [
+ "Ovi dodaci unapređuju Markdown prikaz i nude dodatne mogućnosti. Primijetite da te mogućnosti, iako korisne, nisu standardni Markdown i funkcionisat će jedino u Joplinu. Dalje, neke od njih su *nekompatibilne* sa WYSIWYG uređivačem. Ako otvorite bilješku koja koristi neki od ovih dodataka u tom uređivaču, izgubit će se oblikovanje teksta karakteristično za dodatak. Ispod je ukazano na to koji su dodaci kompatibilni sa WYSIWYG uređivačem."
+ ],
+ "This allows another user to share a notebook with you, and you can then both collaborate on it. It does not however allow you to share a notebook with someone else, unless you have the feature \"%s\".": [
+ ""
+ ],
+ "This attachment is not downloaded or not decrypted yet.": [
+ "Prilog nije preuzet ili još nije dešifrovan."
+ ],
+ "This authorisation token is only needed to allow third-party applications to access Joplin.": [
+ "Ovaj token za ovjeru potreban je samo kako bi se trećim aplikacijama omogućio pristup Joplinu."
+ ],
+ "This drawing may have unsaved changes.": [
+ ""
+ ],
+ "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
+ "Ovo je napredna alatka za prikazivanje priloga koji se nalaze u Vašim bilješkama. Molimo budite oprezni prilikom brisanja priloga, jer se oni više neće moći rekonstruisati."
+ ],
+ "This note does not have geolocation information.": [
+ "Ova bilješka ne sadržava informacije o geografskoj lokaciji."
+ ],
+ "This note has been modified:": [
+ "Ova je bilješka izmijenjena:"
+ ],
+ "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
+ "Bilješka je prazna. Pritisnite na \"%s\" da otvorite program za rad s tekstom i uredite bilješku."
+ ],
+ "This note has no history": [
+ "Bilješka nema ranijih verzija"
+ ],
+ "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
+ "Ovaj Text editor ima par ogranicenja i preporucujemo da budete upoznati sa njima prije koristenja."
+ ],
+ "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": [
+ "Ovaj servis dopušta dodatku za internet preglednik da komunicira sa Joplinom. Kada ga aktivirate, Vaš firewall može od Vas tražiti dopuštenje da bi Joplin mogao slušati specificirani port."
+ ],
+ "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": [
+ "Ovo će omogućiti Joplinu da radi u pozadini. Preporučujemo aktiviranje ove opcije kako bi Vaše bilješke bile konstantno sinhronizovane i tako se broj sukoba sveo na minimum."
+ ],
+ "This will open a new screen. Save your current changes?": [
+ "Otvorit će se novi prikaz. Želite li memorisati trenutne izmjene?"
+ ],
+ "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
+ ""
+ ],
+ "Time format": [
+ "Oblik vremena"
+ ],
+ "title": [
+ "naziv"
+ ],
+ "To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
+ "Slijedite ove korake da dopustite Joplinu sinhronizovanje sa Dropboxom:"
+ ],
+ "To delete a tag, untag the associated notes.": [
+ "Da izbrišete oznaku, prvo je uklonite iz bilješki kojima je dodijeljena."
+ ],
+ "To delete: %d": [
+ "Za brisanje: %d"
+ ],
+ "To enter command line mode, press \":\"": [
+ "Za aktiviranje komandne linije, pritisnite \":\""
+ ],
+ "To exit command line mode, press ESCAPE": [
+ "Za zatvaranje komandne linije, pritisnite ESCAPE"
+ ],
+ "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": [
+ "Da ručno sortirate bilješke, način sortiranja treba promijeniti u \"%s\" kroz meni \"%s\" > \"%s\""
+ ],
+ "To maximise/minimise the console, press \"tc\".": [
+ "Konzolu maksimizirate/minimizirate pritiskom na \"tc\"."
+ ],
+ "To move from one pane to another, press Tab or Shift+Tab.": [
+ "Da pređete iz jednog okvira u drugi, pritisnite Tab ili Shift+Tab."
+ ],
+ "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": [
+ "Da ponovo pokušate dešifrovati ove stavke, pokrenite komandu `e2ee decrypt --retry-failed-items`"
+ ],
+ "To switch the profile, the app is going to close and you will need to restart it.": [
+ ""
+ ],
+ "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": [
+ "Da bi radila kako treba, aplikaciji su potrebna sljedeća dopuštenja. Podesite ih u postavkama Vašeg telefona, u Aplikacije > Joplin > Dozvole"
+ ],
+ "to-do": [
+ "zadatak"
+ ],
+ "Toggle development tools": [
+ "Razvojni alati"
+ ],
+ "Toggle editor layout": [
+ "Prikaži uređivač"
+ ],
+ "Toggle sidebar": [
+ "Bočni meni"
+ ],
+ "Token has been copied to the clipboard!": [
+ "Token je kopiran u spremnik!"
+ ],
+ "Tools": [
+ "Alati"
+ ],
+ "Total: %d/%d": [
+ "Ukupno: %d/%d"
+ ],
+ "Try again": [
+ ""
+ ],
+ "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
+ "Kucajte `help [command]` za više informacija o komandi; ili kucajte `help all` za detaljne informacije o načinu korištenja."
+ ],
+ "Type `joplin help` for usage information.": [
+ "Kucajte `joplin help` za informacije o korištenju."
+ ],
+ "Type new tags or select from list": [
+ "Unesite nove oznake ili odaberite iz popisa"
+ ],
+ "Type: %s.": [
+ "Vrsta: %s."
+ ],
+ "Unable to edit resource of type %s": [
+ ""
+ ],
+ "Unable to export or share data. Reason: %s": [
+ ""
+ ],
+ "Unable to share log data. Reason: %s": [
+ ""
+ ],
+ "Uncompleted to-dos on top": [
+ "Neobavljeni zadaci na vrh"
+ ],
+ "Undo": [
+ ""
+ ],
+ "Unknown flag: %s": [
+ "Nepoznata oznaka: %s"
+ ],
+ "Unknown item type downloaded - please upgrade Joplin to the latest version": [
+ ""
+ ],
+ "Unshare this notebook? The recipients will no longer have access to its content.": [
+ ""
+ ],
+ "Unsupported image type: %s": [
+ "Nepodržana vrsta slike: %s"
+ ],
+ "Unsupported link or message: %s": [
+ "Nepodržana veza ili poruka: %s"
+ ],
+ "Untitled": [
+ "Bez naziva"
+ ],
+ "Updated": [
+ "Ažurirano"
+ ],
+ "updated date": [
+ "datum ažuriranja"
+ ],
+ "Updated local items: %d.": [
+ "Ažurirano lokalnih stavki: %d."
+ ],
+ "Updated remote items: %d.": [
+ "Ažurirano spoljašnjih stavki: %d."
+ ],
+ "Updated: %d.": [
+ "Ažurirano: %d."
+ ],
+ "Updated: %s": [
+ "Ažurirano: %s"
+ ],
+ "Upgrade": [
+ "Nadogradi"
+ ],
+ "Upgrade the sync target to the latest version.": [
+ ""
+ ],
+ "URL": [
+ "URL"
+ ],
+ "Usage: %s": [
+ "Korišteno: %s"
+ ],
+ "Use biometrics to secure access to the app": [
+ ""
+ ],
+ "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": [
+ "Koristi dugi format. Format je ID, NOTE_COUNT (za bilježnice), DATE, TODO_CHECKED (za zadatke), TITLE"
+ ],
+ "Use spell checker": [
+ ""
+ ],
+ "Use the arrows and page up/down to scroll the lists and text areas (including this console).": [
+ "Pomoću strelica i tipki PageUp/PageDown pomjerajte liste i tekst (uključujući i ovu konzolu)."
+ ],
+ "Use the arrows to move the layout items. Press \"Escape\" to exit.": [
+ ""
+ ],
+ "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": [
+ "Ako se susretnete sa problemima prilikom pretraživanja, koristite ovu opciju da biste iznova kreirali indeks za pretragu. Proces može trajati dugo, zavisno od brojnosti bilješki."
+ ],
+ "Use your biometrics to secure access to your application. You can always set it up later in Settings.": [
+ ""
+ ],
+ "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
+ ""
+ ],
+ "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
+ ""
+ ],
+ "User deletions": [
+ ""
+ ],
+ "Users": [
+ ""
+ ],
+ "Verify your identity": [
+ ""
+ ],
+ "View on map": [
+ "Vidi na karti"
+ ],
+ "View them now": [
+ "Pregledajte ih sada"
+ ],
+ "Vim": [
+ "Vim"
+ ],
+ "Voice typing language files (URL)": [
+ ""
+ ],
+ "Voice typing...": [
+ ""
+ ],
+ "Warning": [
+ "Upozorenje"
+ ],
+ "Warning: not all resources shown for performance reasons (limit: %s).": [
+ "Upozorenje: zbog performansi nisu prikazani svi resursi (granica: %s)."
+ ],
+ "Web Clipper": [
+ "Web clipper"
+ ],
+ "WebDAV": [
+ "WebDAV"
+ ],
+ "WebDAV password": [
+ "WebDAV lozinka"
+ ],
+ "WebDAV URL": [
+ "WebDAV URL"
+ ],
+ "WebDAV username": [
+ "WebDAV korisničko ime"
+ ],
+ "Website and documentation": [
+ "Internet stranica i dokumentacija"
+ ],
+ "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
+ "Dobrodošli u Joplin!\n\nKucajte `:help shortcuts` za prikaz kratica, ili samo `:help` za informacije o korištenju.\n\nNaprimjer, da kreirate bilježnicu pritisnite `mb`; za kreiranje bilješke koristite `mn`."
+ ],
+ "Welcome!": [
+ ""
+ ],
+ "When creating a new note:": [
+ "Prilikom kreiranja nove bilješke:"
+ ],
+ "When creating a new to-do:": [
+ "Prilikom kreiranja novog zadatka:"
+ ],
+ "Words": [
+ "Riječi"
+ ],
+ "y": [
+ "y"
+ ],
+ "Y": [
+ "Y"
+ ],
+ "Yes": [
+ "Da"
+ ],
+ "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": [
+ "Slika koju ćete priložiti prilično je velika (%dx%d piksela). Želite li je smanjiti na %d piksela prije nego što je priložite?"
+ ],
+ "You currently have no notebooks.": [
+ "Trenutno nema nijedna bilježnica."
+ ],
+ "You do not have any installed plugin.": [
+ "Nemate instaliranih dodataka."
+ ],
+ "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": [
+ "Možete koristiti alatku niže da ponovo šifrirate svoje podatke, npr. ako znate da su neke od Vaših bilješki šifrirane koristeći zastarjeli metod."
+ ],
+ "Your choice: ": [
+ "Vaš izbor: "
+ ],
+ "Your data is going to be re-encrypted and synced again.": [
+ "Vaši podaci iznova će se šifrirati i sinhronizovati."
+ ],
+ "Your password is needed to decrypt some of your data.": [
+ ""
+ ],
+ "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": [
+ ""
+ ],
+ "Your permission to use your camera is required.": [
+ "Potrebno je Vaše dopuštenje za korištenje kamere."
+ ],
+ "Your version: %s": [
+ "Vaša verzija: %s"
+ ],
+ "Zoom In": [
+ "Povećaj"
+ ],
+ "Zoom Out": [
+ "Smanji"
+ ]
}
\ No newline at end of file
diff --git a/packages/lib/locales/ca.json b/packages/lib/locales/ca.json
index 2a1e6d46b4..0b71d4005b 100644
--- a/packages/lib/locales/ca.json
+++ b/packages/lib/locales/ca.json
@@ -1,924 +1,3224 @@
{
- "\"%s\" is missing the required \"%s\" property.": "A «%s» li manca la propietat «%s».",
- "%d days": "%d dies",
- "%d hour": "%d hora",
- "%d hours": "%d hores",
- "%d minutes": "%d minuts",
- "%d notes match this pattern. Delete them?": "%d notes coincideixen amb aquest patró. Voleu suprimir-les?",
- "%s %s (%s, %s)": "%s %s (%s, %s)",
- "%s (%s) could not be uploaded: %s": "%s (%s) no s'ha pogut pujar: %s",
- "%s (%s) would like to share a notebook with you.": "%s (%s) vol compartir un quadern amb tu.",
- "%s (%s): %s": "%s (%s): %s",
- "%s (pre-release)": "%s (prellançament)",
- "%s - Copy": "%s - Copia",
- "%s / %s": "%s / %s",
- "%s / %s / %s": "%s / %s / %s",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d": "%s: %d",
- "%s: %d notes": "%s: %d notes",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "&Edita",
- "&File": "&Fitxer",
- "&Go": "Vés",
- "&Help": "&Ajuda",
- "&Note": "&Nota",
- "&Tools": "&Eines",
- "&View": "&Visualitza",
- "(%s)": "(%s)",
- "(None)": "(cap)",
- "(wysiwyg: %s)": "(wysiwyg: %s)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- Càmera: per a poder fer fotografies i adjuntar-les a les notes.",
- "- Location: to allow attaching geo-location information to a note.": "- Geolocalització: per a poder ajuntar la informació de geolocalització a les notes.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització amb el sistema de fitxers.",
- " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": " pot ser «add», «remove», «list» o «notetags» per a assignar o suprimir l'[etiqueta] de la [nota], o per a llistar les notes associades amb l'[etiqueta]. L'ordre «tag list» es pot usar per a llistar totes les etiquetes (useu -l per l'opció llarga).",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": " pot ser «toggle» o «clear». Useu «toggle» per a canviar els llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal, es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal.",
- "A3": "A3",
- "A4": "A4",
- "A5": "A5",
- "About Joplin": "Quant al Joplin",
- "accelerator": "accelerador",
- "Accelerator \"%s\" is not valid.": "L'accelerador «%s» no és vàlid.",
- "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": "L'accelerador «%s» s'utilitza per a les ordres «%s» i «%s». Això pot conduir a un comportament inesperat.",
- "Accept": "Accepta",
- "Action": "Acció",
- "Actions": "Accions",
- "Active": "Activa",
- "Actual Size": "Mida real",
- "Add body": "Afegeix contingut",
- "Add or remove tags:": "Afegeix o suprimeix etiquetes:",
- "Add recipient:": "Afegeix un destinatari:",
- "Add title": "Afegeix títol",
- "Add to dictionary": "Afegeix al diccionari",
- "Admin": "Administració",
- "Admin dashboard": "Tauler d'administració",
- "Advanced options": "Opcions avançades",
- "Advanced tools": "Opcions avançades",
- "All notes": "Totes les notes",
- "All potential ports are in use - please report the issue at %s": "Tots els ports potencials estan en ús - si us plau, informeu del problema a %s",
- "Also displays unset and hidden config variables.": "També mostra variables de configuració ocultes o sense definir.",
- "Also publish linked notes": "Publica també les notes enllaçades",
- "Always": "Sempre",
- "An update is available, do you want to download it now?": "Hi ha disponible una actualització. Voleu descarregar-la ara?",
- "Appearance": "Aspecte",
- "Application": "Aplicació",
- "Apply": "Aplica",
- "Are you sure you want to renew the authorisation token?": "Esteu segur que voleu renovar el testimoni d'autorització?",
- "Arguments:": "Arguments:",
- "Aritim Dark": "Aritim fosc",
- "Attach file": "Adjunta un fitxer",
- "Attach photo": "Adjunta una imatge",
- "Attach...": "Adjunta...",
- "Attaches the given file to the note.": "Adjunta el fitxer indicat a la nota.",
- "attachment": "fitxer adjunt",
- "Attachment conflict: \"%s\"": "Conflicte en un adjunt: \"%s\"",
- "Attachment download behaviour": "Comportament de descàrrega d'adjunts",
- "Attachments": "Adjunts",
- "Attachments that could not be downloaded": "Adjunts que no s'han pogut descarregar",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "Atenció: si canvieu aquesta ubicació, assegureu-vos de copiar-hi tot el contingut abans de sincronitzar; en cas contrari, se suprimiran tots els fitxers. Consulteu les FAQ per a obtenir més detalls: %s",
- "Authentication was not completed (did not receive an authentication token).": "No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació).",
- "Authorisation token:": "Testimoni d'autorització:",
- "Auto": "Automàtic",
- "Auto-add disabled accounts for deletion": "Afegeix automàticament per a eliminar els comptes deshabilitats",
- "Auto-pair braces, parenthesis, quotations, etc.": "Aparellament automàtic de claus, parèntesis, cites, etc.",
- "Automatically check for updates": "Comprova les actualitzacions automàticament",
- "Automatically switch theme to match system theme": "Canvia de tema automàticament per a coincidir amb el tema del sistema",
- "Back": "Enrere",
- "Bold": "Negreta",
- "Browse all plugins": "Navega per totes les extensions",
- "Browse...": "Navega...",
- "Bulleted List": "Llista de pics",
- "Cancel": "Cancel·la",
- "Cancelling background synchronisation... Please wait.": "S'està cancel·lant la sincronització en segon pla... Espereu.",
- "Cancelling...": "S'està cancel·lant...",
- "Cancelling... Please wait.": "S'està cancel·lant... Espereu.",
- "Cannot access %s": "No es pot accedir a %s",
- "Cannot change encrypted item": "No es pot canviar un element xifrat",
- "Cannot copy note to \"%s\" notebook": "No es pot copiar la nota al bloc de notes «%s»",
- "Cannot find \"%s\".": "No es pot trobar «%s».",
- "Cannot initialise synchroniser.": "No es pot inicialitzar el sincronitzador.",
- "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": "No puc carregar el mòdul «%s» per al format «%s» i destí \"%s\"",
- "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": "No puc carregar el mòdul «%s» per al format «%s» i destí «%s»",
- "Cannot move note to \"%s\" notebook": "No es pot moure la nota al bloc de notes «%s»",
- "Cannot move notebook to this location": "No es pot moure el bloc de notes a aquesta ubicació",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "No es pot actualitzar el testimoni: manquen les dades d'autenticació. Reiniciar la sincronització pot solucionar el problema.",
- "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": "No es pot desar %s «%s» perquè és més gran que el límit permès (%s)",
- "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": "No es pot desar %s «%s» perquè se'n passaria de l'espai total (%s) d'aquest compte",
- "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": "No es pot compartir el bloc de notes xifrat amb el destinatari %sperquè no té habilitat el xifrat d'extrem a extrem. Pot fer-ho des de la finestra Configuració > Xifrat",
- "Change application layout": "Canvia la disposició de l'aplicació",
- "Change language": "Canvia la llengua",
- "Characters": "Caràcters",
- "Characters excluding spaces": "Caràcters excloent espais",
- "Check for updates...": "Comprova les actualitzacions...",
- "Check synchronisation configuration": "Comprova la configuració de la sincronització",
- "Checkbox": "Casella de verificació",
- "Checkbox list": "Llista de caselles de verificació",
- "Checking... Please wait.": "Verificant... Espereu.",
- "Choose an option": "Escolliu una opció",
- "Chrome Web Store": "Web store de Chrome",
- "Clear": "Neteja",
- "Clear alarm": "Esborra l'alarma",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "Feu clic «%s» per a restaurar la nota. Aquesta serà copiada al bloc de notes anomenat «%s». La versió actual de la nota no serà substituïda o modificada.",
- "Click to add tags...": "Feu clic per a afegir etiquetes...",
- "Client ID: %s": "ID del client: %s",
- "Close": "Tanca",
- "Close Window": "Tanca la finestra",
- "Code": "Codi",
- "Code Block": "Bloc de codi",
- "Code View": "Vista de codi",
- "Collaborate on notebooks with others": "Col·laboreu en blocs de notes amb altres",
- "Coming alarms": "Alarmes programades",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "Una llista separada per comes de camins a directoris d'on carregar els certificats, o el camí a fitxers de certificats concrets. Per exemple, directori/subdirectori_certificats, /altres/personalitzat.pem. Tingueu en compte que si feu canvis en la configuració TLS, cal que els deseu abans de fer clic a «Comprova la configuració de la sincronització».",
- "command": "ordre",
- "Command": "Ordre",
- "Command palette": "Paleta d'ordres",
- "Command palette...": "Paleta d'ordres...",
- "Completed": "Finalitzat",
- "Completed decryption.": "El desxifratge ha finalitzat.",
- "Completed: %s (%s)": "Completat: %s (%s)",
- "Compress old changes": "Comprimeix els canvis vells",
- "Configuration": "Configuració",
- "Confirm password cannot be empty": "El camp *Confirma la contrasenya* no pot ser buit",
- "Confirm password:": "Confirmeu la contrasenya:",
- "Confirmation": "Confirmació",
- "Conflicted: %d": "Conflictius: %d",
- "Conflicts": "Conflictes",
- "Conflicts (attachments)": "Conflictes (adjunts)",
- "Content provided by %s": "Contingut proporcionat per %s",
- "Convert to note": "Converteix a nota",
- "Convert to todo": "Converteix a llistat de tasques pendents",
- "Copy": "Copia",
- "Copy dev mode command to clipboard": "Copia l'ordre en mode de desenvolupament al porta-retalls",
- "Copy external link": "Copia l'enllaç extern",
- "Copy image": "Copia la imatge",
- "Copy Link Address": "Copia l'adreça de l'enllaç",
- "Copy Markdown link": "Copia l'enllaç Markdown",
- "Copy path to clipboard": "Copia el camí al porta-retalls",
- "Copy Shareable Link": "Copia l'enllaç compartible",
- "Copy token": "Copia testimoni",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "No s'ha pogut autoritzar l'aplicació:\n\n%s\n\nTorneu-ho a provar.",
- "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": "No s'ha pogut connectar amb el Joplin Server. Comproveu la configuració en la pantalla de Sincronització. L'error complet és: %s",
- "Could not connect to plugin repository.": "No s'ha pogut connectar al repositori d'extensions",
- "Could not export notes: %s": "No s'han pogut exportar les notes: %s",
- "Could not install plugin: %s": "No s'ha pogut instal·lar l'extensió: %s",
- "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": "No s'ha pogut contestar a la invitació. Torneu-ho a provar, o comproveu amb el propietari del bloc de notes si encara l'està compartint.\n\nL'error és \"%s\"",
- "Could not upgrade master key: %s": "No s'ha pogut actualitzar la clau mestra: %s",
- "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": "No s'ha pogut verificar l'estat de compartició d'aquest bloc de notes - s'està avortant. Torneu a provar quan tingueu connexió a Internet.",
- "Create": "Crea",
- "Create a notebook": "Crea un bloc de notes nou",
- "Create new profile...": "Crea un perfil nou...",
- "Create notebook": "Crea un bloc de notes",
- "Create user": "Crea un usuari",
- "Created": "Creació",
- "created date": "data de creació",
- "Created local items: %d.": "Elements locals creats: %d.",
- "Created locally": "S'ha creat localment",
- "Created remote items: %d.": "Elements remots creats: %d.",
- "Created: ": "Data de creació: ",
- "Created: %d.": "Creades: %d.",
- "Created: %s": "Creació: %s",
- "Creates a new note.": "Crea una nota nova.",
- "Creates a new notebook.": "Crea un bloc de notes nou.",
- "Creates a new to-do.": "Crea una llista de tasques pendents.",
- "Creating new %s...": "S'està creant una %s...",
- "Creating report...": "Creant informe...",
- "Current version is up-to-date.": "La versió actual està actualitzada.",
- "custom order": "ordre personalitzat",
- "Custom order": "Ordenació personalitzada",
- "Custom stylesheet for Joplin-wide app styles": "Full d'estil personalitzat per a estils d'aplicacions de tot Joplin",
- "Custom stylesheet for rendered Markdown": "Full d'estil personalitzat per als Markdown renderitzats",
- "Custom TLS certificates": "Certificats TLS personalitzats",
- "Cut": "Retalla",
- "Dark": "Fosc",
- "Dashboard": "Tauler de control",
- "Database v%s": "Base de dades v%s",
- "Date": "Data",
- "Date format": "Format de data",
- "days": "dies",
- "Decrypted items: %d": "Elements desxifrats: %d",
- "Decrypted items: %s / %s": "Elements desxifrats: %s / %s",
- "Decrypting items: %d/%d": "S'estan desxifrant els elements: %d/%d",
- "Default": "Per defecte",
- "Default: %s": "Per defecte: %s",
- "Delete": "Suprimeix",
- "Delete attachment \"%s\"?": "Voleu suprimir l'adjunt \"%s\"?",
- "Delete expired sessions": "Suprimeix les sessions expirades",
- "Delete expired tokens": "Suprimeix els tokens expirats",
- "Delete line": "Suprimeix la línia",
- "Delete local data and re-download from sync target": "Suprimeix les dades locals i torna a baixar de la destinació de sincronització",
- "Delete note \"%s\"?": "Voleu suprimir la nota \"%s\"?",
- "Delete note?": "Voleu suprimir la nota?",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "Voleu suprimir el bloc de notes \"%s\"? \n\nTambé se suprimiran totes les notes i els subblocs d'aquest bloc de notes.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "Voleu suprimir el bloc de notes? També se suprimiran totes les notes i els subblocs d'aquest bloc de notes.",
- "Delete plugin \"%s\"?": "Voleu suprimir l'extensió \"%s\"?",
- "Delete these %d notes?": "Voleu suprimir aquestes %d notes?",
- "Delete this invitation? The recipient will no longer have access to this shared notebook.": "Voleu suprimir aquesta invitació? El destinatari ja no tindrà accés a aquest quadern compartit.",
- "Deleted local items: %d.": "Elements locals suprimits: %d.",
- "Deleted remote items: %d.": "Elements remots suprimits: %d.",
- "Deletes the given notebook.": "Suprimeix el bloc de notes indicat.",
- "Deletes the notebook without asking for confirmation.": "Suprimeix el bloc de notes sense demanar cap confirmació.",
- "Deletes the notes matching .": "Suprimeix les notes que coincideixen amb .",
- "Deletes the notes without asking for confirmation.": "Suprimeix les notes sense demanar confirmació.",
- "Destination format: %s": "Format destí: %s",
- "Directory": "Directori",
- "Directory to synchronise with (absolute path)": "Directori on es farà la sincronització (camí absolut)",
- "Disable": "Desactiva",
- "Disable encryption": "Desactiva el xifratge",
- "Disable safe mode and restart": "Desactiva el mode segur i reinicia",
- "Disable Web Clipper Service": "Desactiva el servei del porta-retalls de webs",
- "Disabled": "Desactivat",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?",
- "Discard changes": "Descarta els canvis",
- "Dismiss": "Descarta",
- "Displays a geolocation URL for the note.": "Mostra un URL de geolocalització de la nota.",
- "Displays only the first top notes.": "Només mostra les primeres notes.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-tnt» mostrarà notes i tasques pendents).",
- "Displays summary about the notes and notebooks.": "Mostra un resum sobre les notes i blocs de notes.",
- "Displays the complete information about note.": "Mostra la informació completa sobre la nota.",
- "Displays the given note.": "Mostra la nota indicada.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes.",
- "Displays usage information.": "Mostra la informació d'ús.",
- "Displays version information": "Mostra la informació de versió",
- "Do it now": "Fes-ho ara",
- "Do not ask for confirmation.": "No demanis confirmació.",
- "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": "No perdeu les contrasenyes perquè, per motius de seguretat, és l'única forma de desxifrar les dades. Per habilitar el xifrat, introduïu la vostra contrasenya.",
- "Download": "Baixa",
- "Download and install the relevant extension for your browser:": "Descarregueu i instal·leu l'extensió adient per al vostre navegador:",
- "Downloaded": "Descarregat",
- "Downloaded and decrypted": "Descarregat i desxifrat",
- "Downloaded and encrypted": "Descarregat i xifrat",
- "Downloading": "Descarregant",
- "Downloading resources...": "Descarregant recursos...",
- "Dracula": "Dràcula",
- "Drop notes or files here": "Arrossega les notes o fitxers aquí",
- "Dropbox": "Dropbox",
- "Dropbox Login": "Inicia sessió al Dropbox",
- "Duplicate": "Duplica",
- "Duplicate line": "Duplica la línia",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "Duplica les notes que coincideixen amb a [notebook]. Si no indiqueu cap bloc de notes, es dupliquen en el bloc de notes actual.",
- "Edit": "Edita",
- "Edit in external editor": "Edita en un editor extern",
- "Edit note.": "Edita la nota.",
- "Edit notebook": "Edita el bloc de notes",
- "Edit profile configuration...": "Edita la configuració del perfil",
- "Editor": "Editor",
- "Editor font": "Tipus de lletra de l'editor",
- "Editor font family": "Família de lletra de l'editor",
- "Editor font size": "Mida de lletra de l'editor",
- "Editor maximum width": "Amplada màxima de l'editor",
- "Editor monospace font family": "Lletra d'amplada fixa de l'editor",
- "Editor: %s": "Editor: %s",
- "Either \"text\" or \"json\"": "«text» o «json»",
- "Emacs": "Emacs",
- "Email": "Correu electrònic",
- "Emails": "Correus electrònics",
- "emphasised text": "text ressaltat",
- "Enable": "Activa",
- "Enable ++insert++ syntax": "Activa la sintaxi ++insert++",
- "Enable ==mark== syntax": "Activa la sintaxi ==mark==",
- "Enable ^sup^ syntax": "Activa la sintaxi ^sup^",
- "Enable abbreviation syntax": "Activa la sintaxi d'abreviatures",
- "Enable audio player": "Habilita el reproductor d'àudio",
- "Enable deflist syntax": "Activa la sintaxi deflist",
- "Enable encryption": "Activa el xifratge",
- "Enable footnotes": "Activar notes a peu de pàgina",
- "Enable Fountain syntax support": "Activa el suport de sintaxi de Fountain",
- "Enable Linkify": "Habilita Linkify",
- "Enable markdown emoji": "Activa els emoticons Markdown",
- "Enable math expressions": "Activa les expressions matemàtiques",
- "Enable Mermaid diagrams support": "Activa el suport de diagrames Mermaid",
- "Enable multimarkdown table extension": "Activa l'extensió de taules multimarkdown",
- "Enable note history": "Activa l'historial de notes",
- "Enable PDF viewer": "Habilita el visor de PDF",
- "Enable soft breaks": "Activa els salts de línia",
- "Enable table of contents extension": "Activar l'extensió de l'índex",
- "Enable typographer support": "Activa el suport tipogràfic",
- "Enable video player": "Habilita el reproductor de vídeo",
- "Enable Web Clipper Service": "Activa el servei del porta-retalls de webs",
- "Enable ~sub~ syntax": "Activa la sintaxi ~sub~",
- "Enabled": "Activat",
- "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": "Habilitar el xifrat significa que totes les notes i adjunts es tornaran a sincronitzar i s'enviaran de forma xifrada a la destinació de sincronització.",
- "Encrypted": "Xifrat",
- "Encrypted items cannot be modified": "Els elements xifrats no es poden modificar",
- "Encryption": "Xifratge",
- "Encryption Config": "Configuració del xifratge",
- "Encryption is: %s": "El xifratge és: %s",
- "Encryption keys": "Claus de xifrat",
- "Encryption:": "Xifrat:",
- "End-to-end encryption": "Xifrat d'extrem a extrem",
- "Enter code here": "Entreu el codi aquí",
- "Enter master password:": "Introduïu una contrasenya mestra:",
- "Enter notebook title": "Entra el títol del bloc de notes",
- "Enum": "Enumeració",
- "Error": "Error",
- "Error opening note in editor: %s": "S'ha produït un error en l'obrir la nota amb l'editor: %s",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "Error. Comproveu que l’URL, el nom d’usuari, la contrasenya, etc. siguin correctes i que el servei a sincronitzar sigui accessible. L'error reportat ha estat:",
- "Error: %s": "Error: %s",
- "Errors only": "Només errors",
- "Evernote Export File (as HTML)": "Exporta com a fitxer de l'Evernote (com a HTML)",
- "Evernote Export File (as Markdown)": "Exporta com a fitxer de l'Evernote (com a Markdown)",
- "Exits the application.": "Surt de l'aplicació.",
- "Export": "Exporta",
- "Export all": "Exporta-ho tot",
- "Export debug report": "Exporta l'informe de depuració",
- "Export Debug Report": "Exporta l'informe de depuració",
- "Export profile": "Exporta el perfil",
- "Exporting profile...": "Exportant el perfil...",
- "Exporting to \"%s\" as \"%s\" format. Please wait...": "S'està exportant a «%s» com a format «%s». Espereu...",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos.",
- "Exports only the given note.": "Exporta només la nota indicada.",
- "Exports only the given notebook.": "Exporta només el bloc de notes indicat.",
- "Fail-safe": "A prova d'errors",
- "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": "A prova d'errors: no esborreu les dades locals quan la destinació de sincronització estigui buida (sovint és el resultat d'una configuració errònia o d'algun altre error)",
- "Fatal error:": "Error fatal:",
- "Feature flags": "Interruptors de funcions",
- "Fetched items: %d/%d.": "Elements obtinguts: %d/%d.",
- "Fetching resources: %d/%d": "Obtenint recursos: %d/%d",
- "File": "Fitxer",
- "File system": "Sistema de fitxers",
- "Filter tags": "Filtra les etiquetes",
- "Firefox Extension": "Extensió del Firefox",
- "Fix search index": "Corregeix l'índex de cerca",
- "Fixing search index...": "Corregint l'índex de cerca...",
- "Focus": "Focus",
- "Focus body": "Vés al cos",
- "Focus title": "Vés al títol",
- "Folders": "Carpetes",
- "For debugging purpose only: export your profile to an external SD card.": "Només en cas depuració: exporta el vostre perfil a una targeta SD externa.",
- "For information on how to customise the shortcuts please visit %s": "Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "Per a més informació sobre el xifratge d'extrem a extrem (E2EE de l'anglès) i consells sobre com activar-lo, llegiu la documentació:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»",
- "Force path style": "Força l'estil del camí",
- "Forward": "Endavant",
- "Found: %d.": "Trobades: %d.",
- "FTS enabled: %d": "FTS activat: %d",
- "Full changelog": "Registre complet de canvis",
- "General": "General",
- "Generated": "Generat",
- "Generating link...": "Generant enllaç...",
- "Get it now:": "Obteniu-lo ara:",
- "Get pre-releases when checking for updates": "Obtén prellançaments quan cerqui actualitzacions",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Si no s'indica ni [nom] ni [valor], es mostrarà un llistat amb la configuració actual.",
- "Go to source URL": "Anar a URL origen",
- "Goto Anything...": "Anar a qualsevol cosa...",
- "Grant authorisation": "Autoritza",
- "Heading": "Capçalera",
- "Help": "Ajuda",
- "Hide %s": "Amaga %s",
- "Hide disabled keys": "Amaga les claus deshabilitades",
- "Hide Joplin": "Amaga el Joplin",
- "Highlight": "Ressalta",
- "Home": "Inici",
- "Horizontal Rule": "Línia horitzontal",
- "HTML Directory": "Directori HTML",
- "HTML File": "Fitxer HTML",
- "Hyperlink": "Enllaç",
- "Icon": "Icona",
- "ID": "ID",
- "Idle": "Ociós",
- "Ignore": "Ignora",
- "Ignore TLS certificate errors": "Ignora els errors de certificat TLS",
- "Images": "Imatges",
- "Import": "Importació",
- "Importing from \"%s\" as \"%s\" format. Please wait...": "S'està important el format de «%s» a «%s». Espereu...",
- "Importing notes...": "S'estan important notes...",
- "Imports data into Joplin.": "Importa les dades al Joplin.",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "En el mode \"Manual\", els adjunts només es descarreguen quan hi feu clic. En l'\"Automàtic\", es descarreguen quan obriu la nota. A \"Sempre\", es descarreguen tots els adjunts, tant si obriu la nota com si no.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "En qualsevol ordre, podeu referenciar una nota o bloc de notes pel títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat. Podeu usar «$c» per a fer referència a l'element seleccionat.",
- "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": "Per tal d'associar una geolocalització a la nota, l'aplicació necessita permís per a accedir a la vostra ubicació.\n\nPodeu desactivar aquesta opció en qualsevol moment a la pantalla de configuració.",
- "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": "Per a fer-ho, totes les vostres dades hauran de ser encriptades i sincronitzades, per tant és millor executar-ho durant la nit.\n\nPer a començar, seguiu aquestes instruccions:\n\n1. Sincronitzeu tots els vostres dispositius.\n2. Feu click en \"%s\".\n3. Deixeu-lo executant-se fins que acabi. Mentre s'executa, eviteu fer canvis en cap nota des dels altres dispositius per a evitar els conflictes.\n4. Un cop la sincronització està acabada en aquest dispositiu, sincronitzeu tots els altres dispositius, i deixeu-los executant-se fins que acabin.\n\nImportant: només cal executar això UNA SOLA VEGADA en un dispositiu.",
- "In order to use file system synchronisation your permission to write to external storage is required.": "Per a utilitzar la sincronització del sistema de fitxers, cal el vostre permís per a escriure a l'emmagatzematge extern.",
- "In order to use the web clipper, you need to do the following:": "Per a poder usar el porta-retalls de webs, cal que feu el següent:",
- "In progress": "En progrés",
- "In: %s": "A: %s",
- "Indent less": "Sagna menys",
- "Indent more": "Sagna més",
- "Information": "Informació",
- "Inline Code": "Codi en línia",
- "Insert": "Insereix",
- "Insert Hyperlink": "Introdueix un enllaç",
- "Install": "Instal·la",
- "Install from file": "Instal·la des d'un fitxer",
- "Installed": "Instal·lat",
- "Installing...": "S'està cancel·lant...",
- "Invalid": "Invàlid",
- "Invalid %s: %s.": "%s invàlid: %s.",
- "Invalid answer: %s": "La resposta no és vàlida: %s",
- "Invalid command: \"%s\"": "Ordre no vàlida: «%s»",
- "Invalid option value: \"%s\". Possible values are: %s.": "El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s.",
- "Invalid password": "Contrasenya incorrecta",
- "Italic": "Cursiva",
- "Item \"%s\" could not be downloaded: %s": "L'element \"%s\" no s'ha pogut descarregar: %s",
- "Items": "Elements",
- "Items that cannot be decrypted": "Elements que no s'han pogut desxifrar",
- "Items that cannot be synchronised": "Elements que no s'han pogut sincronitzar",
- "Joplin can synchronise your notes using various providers. Select one from the list below.": "Joplin pot sincronitzar les notes utilitzant diversos proveïdors. Seleccioneu-ne un de la llista inferior.",
- "Joplin Cloud": "Joplin Cloud",
- "Joplin Cloud email": "Correu electrònic del Joplin Cloud",
- "Joplin Cloud password": "Contrasenya del Joplin Cloud",
- "Joplin Export Directory": "Directori d'exportació del Joplin",
- "Joplin Export File": "Fitxer d'exportació del Joplin",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "Joplin no ha pogut desxifrar aquests elements diverses vegades, possiblement perquè estan danyats o són massa grans. Aquests elements romandran al dispositiu, però Joplin ja no intentarà desxifrar-los.",
- "Joplin Forum": "Fòrum del Joplin",
- "Joplin Server": "Servidor del Joplin",
- "Joplin Server email": "Correu electrònic del servidor del Joplin",
- "Joplin Server password": "Contrasenya del servidor del Joplin",
- "Joplin Server URL": "URL del servidor Joplin",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "El porta-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin.",
- "Joplin website": "Lloc web del Joplin",
- "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": "El servei de sincronització propi de Joplin. També us dona accés a funcionalitats específiques de Joplin, com la publicació de notes o la col·laboració en blocs de notes amb altres.",
- "Keep note history for": "Conserva l'historial de la nota durant",
- "Keyboard Mode": "Mode de teclat",
- "Keyboard Shortcut": "Drecera de teclat",
- "Keyboard Shortcuts": "Dreceres de teclat",
- "Keychain Supported: %s": "Clauer admès: %s",
- "Keys that need upgrading": "Claus que requereixen actualització",
- "Landscape": "Paisatge",
- "Language": "Llengua",
- "Last error: %s": "Últim error: %s",
- "Later": "Més tard",
- "Layout": "Disposició",
- "Layout button sequence": "Seqüència del botó de disposició",
- "Leave notebook...": "Surt del bloc de notes",
- "Legal": "Legal",
- "Letter": "Carta",
- "Light": "Clar",
- "Lines": "Línies",
- "Link has been copied to clipboard!": "L'enllaç s'ha copiat al porta-retalls!",
- "Links with protocol \"%s\" are not supported": "Els enllaços amb el protocol %s no estan suportats",
- "List item": "Element de llista",
- "Loaded": "S'ha carregat",
- "Location": "Ubicació",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació.",
- "Log": "Registre",
- "Login": "Identifiqueu-vos",
- "Login below.": "Identifiqueu-vos baix.",
- "Login with Dropbox": "Inicia sessió amb Dropbox",
- "Login with OneDrive": "Inicia sessió amb OneDrive",
- "Logout": "Desconnecta",
- "Logs": "Registres",
- "Make a donation": "Donatius",
- "Manage master password": "Gestiona la contrasenya mestra",
- "Manage master password...": "Gestiona la contrasenya mestra...",
- "Manage your plugins": "Gestioneu les extensions",
- "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": "Gestiona la configuració E2EE. Les ordres són `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, i `target-status`.",
- "Manual": "Manual",
- "Markdown": "Markdown",
- "Markdown + Front Matter": "Markdown + Front Matter",
- "Marks a to-do as done.": "Marca un llistat de tasques pendents com a fet.",
- "Marks a to-do as non-completed.": "Marca un llistat de tasques pendents com a no finalitzat.",
- "Markup": "Marcatge",
- "Master Key %s": "Clau mestra %s",
- "Master password": "Contrasenya mestra",
- "Master password:": "Contrasenya mestra:",
- "Max concurrent connections": "Connexions simultànies màximes",
- "Missing keys": "Claus que falten",
- "Missing Master Keys": "Manquen les claus mestres",
- "Missing required argument: %s": "Manca un argument requerit: %s",
- "Mobile data - auto-sync disabled": "Dades mòbils - sincronització automàtica desactivada",
- "More info": "Més informació",
- "More information": "Més informació",
- "More than one item match \"%s\". Please narrow down your query.": "Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta.",
- "Move %d notes to notebook \"%s\"?": "Voleu moure %dnotes al bloc de notes \"%s\"?",
- "Move to notebook": "Mou al bloc de notes",
- "Move to notebook...": "Mou al bloc de notes...",
- "Move to notebook:": "Mou al bloc de notes:",
- "n": "n",
- "N": "N",
- "New note": "Nota nova",
- "New notebook": "Bloc de notes nou",
- "New Notebook": "Bloc de notes nou",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s»",
- "New sub-notebook": "Sub-bloc de notes nou",
- "New tags:": "Etiquetes noves:",
- "New to-do": "Llistat de tasques pendents nou",
- "New version: %s": "Nova versió: %s",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "Contrasenya del Nextcloud",
- "Nextcloud username": "Nom d'usuari del Nextcloud",
- "Nextcloud WebDAV URL": "URL del Nextcloud WebDAV",
- "no": "no",
- "No": "No",
- "No active notebook.": "No hi ha cap bloc de notes actiu.",
- "No item with ID %s": "No hi ha cap element amb la ID %s",
- "No notebook has been specified.": "No heu indicat cap bloc de notes.",
- "No notebook selected.": "No heu seleccionat cap bloc de notes.",
- "No notes in here. Create one by clicking on \"New note\".": "No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova».",
- "No resources!": "No hi ha recursos!",
- "No results": "No hi ha resultats",
- "No such command: %s": "No existeix l'ordre: %s",
- "No suggestions": "Sense suggeriments",
- "No text editor is defined. Please set it using `config editor `": "No hi ha definit cap editor de text. Establiu-ne un usant \"config editor \"",
- "Nord": "Nord",
- "Not authentified with %s. Please provide any missing credentials.": "No esteu autenticats amb %s. Proporcioneu les credencials que falten.",
- "Not downloaded": "No descarregat",
- "Not generated": "No s'ha generat",
- "note": "nota",
- "Note": "Nota",
- "Note area growth factor": "Factor de creixement de l'àrea de nota",
- "Note attachments": "Adjunts de la nota",
- "Note attachments...": "Adjunts...",
- "Note body": "Cos de la nota",
- "Note does not exist: \"%s\". Create it?": "La nota «%s» no existeix. Voleu crear-la?",
- "Note has been saved.": "S'ha desat la nota.",
- "Note History": "Historial de la nota",
- "Note is not a to-do: \"%s\"": "La nota no és un llistat de tasques pendents: «%s»",
- "Note list": "Llistat de notes",
- "Note list growth factor": "Factor de creixement de la llista de notes",
- "Note properties": "Propietats de la nota",
- "Note title": "Títol de la nota",
- "Note&book": "&Blocs de notes",
- "Note: Does not work in all desktop environments.": "Nota: no funciona en tots els entorns d'escriptori.",
- "Note: When a note is shared, it will no longer be encrypted on the server.": "Nota: quan es comparteix una nota, deixa d'estar xifrada al servidor.",
- "Notebook": "Bloc de notes",
- "Notebook list growth factor": "Factor de creixement de la llista de blocs de notes",
- "Notebook: %s": "Blocs de notes: %s",
- "Notebooks": "Blocs de notes",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "Els blocs de notes no poden tenir el nom «%s», és un títol reservat.",
- "Notes": "otes",
- "Notes and settings are stored in: %s": "Les notes i la configuració es desen a: %s",
- "Notes can only be created within a notebook.": "Només podeu crear notes en un bloc de notes.",
- "Numbered List": "Llista numerada",
- "OK": "D'acord",
- "OLED Dark": "OLED fosc",
- "On %s: %s": "A les %s.%s",
- "One of your master keys use an obsolete encryption method.": "Una de les vostres claus mestres utilitza un mètode de xifratge obsolet.",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat.",
- "One or more master keys need a password.": "Una o més claus mestres necessiten una contrasenya.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "Inicia sessió al OneDrive",
- "Only one note can be printed at a time.": "Només es pot imprimir una nota alhora.",
- "Open": "Obre",
- "Open %s": "Obre %s",
- "Open profile directory": "Obre carpeta de perfil",
- "Open Sync Wizard...": "Obre l'assistent de sincronització...",
- "Open...": "Obre...",
- "Operation cancelled": "L'operació s'ha cancel·lat",
- "Options": "Opcions",
- "Or create an account.": "O creeu un compte.",
- "Other applications...": "Altres aplicacions",
- "Output format: %s": "Format destí: %s",
- "Page orientation for PDF export": "Orientació de la pàgina per exportació a PDF",
- "Page size for PDF export": "Mida de la pàgina per exportació a PDF",
- "Password": "Contrasenya",
- "Password cannot be empty": "El camp *Contrasenya* no pot ser buit",
- "Password:": "Contrasenya:",
- "Passwords do not match!": "Les contrasenyes no coincideixen!",
- "Paste": "Enganxa",
- "Path:": "Camí:",
- "PDF File": "Fitxer PDF",
- "Permission needed": "Cal permís",
- "Permission to use camera": "Permís per a utilitzar la càmera",
- "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": "Feu clic a \"%s\" per a continuar, o definiu les contrasenyes a la llista \"%s\" inferior.",
- "Please confirm that you would like to re-encrypt your complete database.": "Confirmeu que voleu tornar a xifrar la vostra base de dades completa.",
- "Please enter your password in the master key list below before upgrading the key.": "Entreu la vostra contrasenya en la llista de claus mestres d'aquí a sota abans d'actualitzar la clau.",
- "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": "Teniu en compte que si és un bloc de notes llarg, pot necessitar uns quants minuts fins que totes les notes es mostren al dispositiu del destinatari.",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un directori a «Aplicacions/Joplin» i només llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquest directori ni a cap dada personal. No es compartirà cap dada amb terceres parts.",
- "Please select a notebook first.": "Cal que primer seleccioneu un bloc de notes.",
- "Please select the note or notebook to be deleted first.": "Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir.",
- "Please select where the sync status should be exported to": "Seleccioneu on s'hauria d'exportar l'estat de la sincronització",
- "Please specify import format for %s": "Indiqueu el format d'importació per a %s",
- "Please specify the notebook where the notes should be imported to.": "Indiqueu el bloc de notes on s'haurien d'importar les notes.",
- "Please upgrade Joplin to use this plugin": "Si us plau, actualitzeu Joplin per a utilitzar aquesta extensió",
- "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": "Espereu que tots els adjunts hagin estat descarregats i desxifrats. També podeu canviar a %s per a editar la nota.",
- "Please wait...": "Espereu...",
- "Plugin tools": "Eines de les extensions",
- "Plugins": "Extensions",
- "Portrait": "Retrat",
- "Possible keys/values:": "Valors/claus possibles:",
- "Possible values: %s.": "Valors possibles: %s.",
- "Preferences": "Preferències",
- "Preferences...": "Preferències...",
- "Preferred dark theme": "Tema fosc preferit",
- "Preferred light theme": "Tema clar preferit",
- "Press Ctrl+D or type \"exit\" to exit the application": "Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació",
- "Press the shortcut": "Premeu la drecera",
- "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": "Premeu la drecera i premeu RETORN. O, premeu RETROCÉS per a esborrar la drecera.",
- "Press to set the decryption password.": "Premeu per a definir la contrasenya de desxifrat.",
- "Previous versions of this note": "Versions prèvies d'aquesta nota",
- "Print": "Imprimeix",
- "Privacy Policy": "Política de privacitat",
- "Process failed payment subscriptions": "Processa els pagaments de subscripcions fallits",
- "Process oversized accounts": "Processa els comptes més grans del permés",
- "Process user deletions": "Processa les supressions d'usuaris",
- "Profile": "Perfil",
- "Profile name:": "Nom del perfil:",
- "Profile Version: %s": "Versió del perfil: %s",
- "Properties": "Propietats",
- "Public-private key pair:": "Parell de claus pública-privada:",
- "Publish note...": "Publica la nota...",
- "Publish Notes": "Publica notes",
- "Publish notes to the internet": "Publica les notes a internet",
- "Quit": "Surt",
- "Re-encrypt data": "Torna a xifrar les dades",
- "Re-encryption": "Xifratge",
- "Re-upload local data to sync target": "Torna a pujar les dades locals per a sincronitzar la destinació",
- "Read more about it": "Llegiu-ne més sobre ell",
- "Read time: %s min": "Temps de lectura: %s min",
- "Recipient has accepted the invitation": "El destinatari ha acceptat la invitació",
- "Recipient has not yet accepted the invitation": "El destinatari encara no ha acceptat la invitació",
- "Recipient has rejected the invitation": "El destinatari ha rebutjat la invitació",
- "Recipients:": "Destinataris:",
- "Redo": "Refés",
- "Refresh": "Actualitza",
- "Reject": "Rebutja",
- "Remove": "Elimina",
- "Remove tag \"%s\" from all notes?": "Voleu suprimir l'etiqueta \"%s\" de totes les notes?",
- "Remove this search from the sidebar?": "Voleu suprimir aquesta cerca de la barra lateral?",
- "Rename": "Canvia el nom",
- "Rename notebook:": "Canvia el nom del bloc de notes:",
- "Rename tag:": "Canvia el nom de l'etiqueta:",
- "Renames the given
- (note or notebook) to .": "Canvia el nom de la nota o bloc de notes indicat de
- a .",
- "Renew token": "Renova el testimoni",
- "Reset master password": "Torna a definir la contrasenya mestra",
- "Resources: %d.": "Recursos: %d.",
- "Restart and upgrade": "Reinicia i actualitza",
- "Restart now": "Reinicia ara",
- "Restore": "Restaurar",
- "Restored Notes": "Notes restaurades",
- "Retry": "Torna a provar",
- "Retry All": "Torna a provar-los tots",
- "Reveal file in folder": "Mostra el fitxer a la carpeta",
- "Reverse sort order": "Ordre invers",
- "Reverses the sorting order.": "Inverteix el criteri d'ordenació.",
- "Revision: %s (%s)": "Revisió: %s (%s)",
- "Runs the commands contained in the text file. There should be one command per line.": "Executa les ordres contingudes al fitxer de text. Hi ha d'haver una ordre per línia.",
- "S3": "S3",
- "S3 access key": "Clau d'acces d'S3",
- "S3 bucket": "Bucket S3",
- "S3 region": "Regió S3",
- "S3 secret key": "Clau secreta S3",
- "S3 URL": "URL S3",
- "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": "El mode segur està actiu actualment. La renderització de notes i totes les extensions estan temporalment inhabilitades.",
- "Save": "Desa",
- "Save alarm": "Desa l'alarma",
- "Save as %s": "Desa-ho com a %s",
- "Save as...": "Anomena i desa...",
- "Save changes": "Desa els canvis",
- "Save geo-location with notes": "Desa la geolocalització a les notes",
- "Search": "Cerca",
- "Search for plugins...": "Cerca connectors...",
- "Search in all the notes": "Cerca a totes les notes",
- "Search in current note": "Cerca en la nota actual",
- "Search...": "Cerca...",
- "Search:": "Cerca:",
- "Searches for the given in all the notes.": "Cerca el patró en totes les notes.",
- "See the pre-release page for more details: %s": "Consulta la pàgina de prellançament per a més detalls: %s",
- "Select": "Selecciona",
- "Select all": "Seleccioneu tot",
- "Select emoji...": "Selecciona un emoji...",
- "Select file...": "Selecciona un fitxer...",
- "Server is already running on port %d": "El servidor ja està corrent en el port %d",
- "Server is not running.": "El servidor no està corrent.",
- "Server is running on port %d": "El servidor està corrent en el port %d",
- "Set alarm": "Estableix una alarma",
- "Set alarm:": "Estableix una alarma:",
- "Set it to 0 to make it take the complete available space. Recommended width is 600.": "Definiu-ho a 0 perquè ocupe tot l'espai disponible. L'amplària recomanada és 600.",
- "Set the password": "Establiu la contrasenya",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "Estableix la propietat de la indicada al [valor] donat. Les propietats possibles són:\n\n%s",
- "Share": "Comparteix",
- "Share Notebook": "Comparteix el quadern de notes",
- "Share notebook...": "Comparteix el quadern de notes...",
- "Sharing notebook...": "S'està compartint el bloc de notes.",
- "Shortcuts are not available in CLI mode.": "Les dreceres no són disponibles en el mode de línia d'ordres.",
- "Show Advanced Settings": "Mostra opcions avançades",
- "Show all": "Mostra-ho tot",
- "Show completed to-dos": "Mostra els llistats de tasques pendents finalitzats",
- "Show disabled keys": "Mostra les claus deshabilitades",
- "Show note counts": "Mostra el nombre de notes",
- "Show sort order buttons": "Mostra els botons de canviar l'ordenació",
- "Show tray icon": "Mostra la icona a la safata",
- "Sidebar": "Barra lateral",
- "Size": "Mida",
- "Skip this version": "Omet aquesta versió",
- "Skipped items: %d (use --retry-failed-items to retry decrypting them)": "Elements omesos: %d (utilitza --retry-failed-items per a tornar a intentar desxifrar-los)",
- "Skipped: %d.": "Omeses: %d.",
- "Solarised Dark": "Solaritzat fosc",
- "Solarised Light": "Solaritzat clar",
- "Some items cannot be decrypted.": "Alguns elements no s'han pogut desxifrar.",
- "Some items cannot be synchronised.": "Alguns elements no s'han pogut sincronitzar.",
- "Some items cannot be synchronised. Press for more info.": "Alguns elements no es poden sincronitzar. Premeu per a més informació.",
- "Sort notebooks by": "Ordena els blocs de notes per",
- "Sort notes by": "Ordena les notes per",
- "Sort selected lines": "Ordena les línies seleccionades",
- "Sorts the item by (eg. title, updated_time, created_time).": "Ordena l'element per (p. ex. títol, actualització o creació).",
- "Source format: %s": "Format d'origen: %s",
- "Source: ": "Font: ",
- "Specify the port that should be used by the API server. If not set, a default will be used.": "Especifiqueu el port que hauria de fer servir el servidor API. Si no s’estableix, s’utilitzarà un valor per defecte.",
- "Spell checker": "Corrector ortogràfic",
- "Split View": "Vista dividida",
- "Start application minimised in the tray icon": "Inicieu l'aplicació minimitzada a la icona de la safata",
- "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": "Arrenca, atura o verifica el servidor API. Per a especificar a quin port ha de córrer, estableix la variable api.port. Les ordres són (%s).",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar.",
- "Starting synchronisation...": "Està començant la sincronització...",
- "Starting to edit note. Close the editor to get back to the prompt.": "S'està iniciant l'edició de la nota. Tanqueu l'editor per a tornar a l'indicador.",
- "Statistics": "Estadístiques",
- "Statistics...": "Estadístiques...",
- "Status": "Estat",
- "Status: %s": "Estat: %s",
- "Status: Started on port %d": "Estat: iniciat al port %d",
- "Step 1: Enable the clipper service": "Pas 1: Activeu el servei del porta-retalls de webs",
- "Step 1: Open this URL in your browser to authorise the application:": "Pas 1: Obriu aquest URL al navegador per a autoritzar l'aplicació:",
- "Step 2: Enter the code provided by Dropbox:": "Pas 2: Introduïu el codi proporcionat per Dropbox:",
- "Step 2: Install the extension": "Pas 2: Instal·leu l'extensió",
- "Stop": "Atura",
- "Stop external editing": "Atura l'edició externa",
- "Strikethrough": "Ratllat",
- "strong text": "text destacat",
- "Submit": "Tramet",
- "Subscript": "Subíndex",
- "Success! Synchronisation configuration appears to be correct.": "Èxit! Sembla que la configuració de sincronització és correcta.",
- "Superscript": "Superíndex",
- "Swap line down": "Intercanvia la línia avall",
- "Swap line up": "Intercanvia la línia cap amunt",
- "Switch between note and to-do type": "Alterna entre el tipus nota i tasques pendents",
- "Switch profile": "Canvia el perfil",
- "Switch to note type": "Canvia el tipus a nota",
- "Switch to profile %d": "Canvia al perfil %d",
- "Switch to to-do type": "Canvia el tipos a tasques pendents",
- "Switches to [notebook] - all further operations will happen within this notebook.": "Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes.",
- "Sync Status": "Estat de sincronització",
- "Sync status (synced items / total items)": "Estat de la sincronització (element sinc. / elements totals)",
- "Sync target must be upgraded! Run `%s` to proceed.": "Cal actualitzar la destinació de sincronització! Executeu «%s» per a continuar.",
- "Sync Target Upgrade": "Sincronitza l'actualització de la destinació",
- "Sync to provided target (defaults to sync.target config value)": "Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)",
- "Sync Version: %s": "Versió de la sincronització: %s",
- "Sync your notes": "Sincronitzeu les notes",
- "Synchronisation": "Sincronització",
- "Synchronisation interval": "Interval de sincronització",
- "Synchronisation is already in progress.": "La sincronització ja és en curs.",
- "Synchronisation Status": "Estat de la sincronització",
- "Synchronisation target": "Objectiu de sincronització",
- "Synchronisation target: %s (%s)": "Destinació de la sincronització: %s(%s)",
- "Synchronise": "Sincronitza",
- "Synchronise only over WiFi connection": "Sincronitza només amb la connexió Wi-Fi",
- "Synchronises with remote storage.": "Sincronitza amb un emmagatzemament remot.",
- "Synchronising...": "Sincronitzant...",
- "Synchronizing...": "S'està sincronitzant...",
- "Tabloid": "Tabloide",
- "tag1, tag2, ...": "etiqueta1, etiqueta2, ...",
- "Tagged: %d.": "Etiquetats: %d.",
- "Tags": "Etiquetes",
- "Take photo": "Fes una foto",
- "Tasks": "Tasques",
- "Text editor command": "Ordre de l'editor de text",
- "Thank you! Your Joplin Cloud account is now setup and ready to use.": "Gràcies! El vostre compte de Joplin Cloud està preparat per a utilitzar-se.",
- "The app is now going to close. Please relaunch it to complete the process.": "L'aplicació es tancarà ara. Si us plau, torneu-la a executar per a completar el procés.",
- "The application did not close properly. Would you like to start in safe mode?": "L'aplicació no s'ha tancat correctament. Voleu iniciar en mode segur?",
- "The application has been authorised - you may now close this browser tab.": "L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador.",
- "The application has been authorised!": "L'aplicació s'ha autoritzat correctament!",
- "The application has been successfully authorised.": "L'aplicació s'ha autoritzat correctament.",
- "The application must be restarted for these changes to take effect.": "Cal reiniciar l'aplicació perquè aquests canvis tinguin efecte.",
- "The attachments will no longer be watched when you switch to a different note.": "Els adjunts ja no es veuran quan canvieu a una nota diferent.",
- "The command \"%s\" is only available in GUI mode": "L'ordre «%s» només és disponible en mode IGU",
- "The default admin password is insecure and has not been changed! [Change it now](%s)": "La contrasenya d'administrador per defecte és insegura i no s'ha canviat! [Canvia-la ara](%s)",
- "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": "El mètode de xifratge per defecte s'ha canviat a un de més segur i és recomanable que l'apliqueu a les vostres dades.",
- "The default encryption method has been changed, you should re-encrypt your data.": "El mètode de xifratge per defecte s'ha canviat, hauríeu de tornar a xifrar les vostres dades.",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "L'ordre de l'editor (que pot incloure arguments) que s'usarà per a obrir una nota. Si no se'n proporciona cap, es detectarà automàticament l'editor predeterminat.",
- "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": "La propietat factor defineix com l’element creixerà o es reduirà per a ajustar-se a l’espai disponible al seu contenidor respecte als altres elements. Per tant, un element amb un factor de 2 ocuparà el doble d’espai que un element amb un factor d'1. Reinicieu l’aplicació per a veure els canvis.",
- "The following attachments are being watched for changes:": "S'estan vigilant els següents adjunts per si hi ha canvis:",
- "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": "Les següents claus utilitzen un algorisme de xifrat obsolet i és recomanable actualitzar-les. La clau actualitzada podrà xifrar i desxifrar les dades com és habitual.",
- "The Joplin mobile app does not currently support this type of link: %s": "L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s",
- "The Joplin team has vetted this plugin and it meets our standards for security and performance.": "L'equip de Joplin ha comprovat aquesta extensió i compleix els nostres estàndards de seguretat i rendiment.",
- "The keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Les claus amb aquests ID s'utilitzen per a xifrar alguns elements. Tot i això, l'aplicació no hi té accés. És probable que es baixen en algun moment via sincronització.",
- "The master key has been upgraded successfully!": "La clau mestra s'ha actualitzat amb èxit!",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixaran via sincronització.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "La nota «%s» s'ha restaurat amb èxit en el bloc de notes «%s».",
- "The notebook could not be saved: %s": "No s'ha pogut desar el bloc de notes: %s",
- "The notes have been imported: %s": "Notes s'han importat: %s",
- "The possible commands are:": "Les ordres possibles són:",
- "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": "El destinatari no s'ha pogut eliminar de la llista. Torneu-ho a provar.\n\nL'error era \"%s\"",
- "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": "Cal actualitzar l'objectiu de sincronització abans que Joplin pugui sincronitzar. L'operació pot trigar uns minuts a completar-se i cal reiniciar l'aplicació. Per a continuar, feu clic a l'enllaç.",
- "The sync target needs to be upgraded. Press this banner to proceed.": "La destinació de sincronització s'ha d'actualitzar. Premeu aquest bàner per procedir.",
- "The tag \"%s\" already exists. Please choose a different name.": "L'etiqueta \"%s\" ja existeix. Escolliu un nom diferent.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen «sync.NUM.NAME» (tots documentats a sota).",
- "The Web Clipper needs your authorisation to access your data.": "El porta-retalls web necessita autorització per a accedir a les vostres dades.",
- "The web clipper service is enabled and set to auto-start.": "El servei de porta-retalls de webs és actiu i configurat per a iniciar-se automàticament.",
- "The web clipper service is not enabled.": "El servei del porta-retalls de webs no està activat.",
- "Theme": "Tema",
- "There are currently no notes. Create one by clicking on the (+) button.": "Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+).",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou».",
- "There is no data to export.": "No hi ha dades per a exportar.",
- "There was a [conflict](%s) on the attachment below.\n\n%s": "Hi ha hagut un [conflicte](%s) en aquest l'adjunt.\n\n%s",
- "There was an error downloading this attachment:": "Hi ha hagut un error en baixar aquest adjunt:",
- "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": "S'ha produït un error configurant el vostre compte de Joplin Cloud. Verifiqueu el vostre correu electrònic i la contrasenya, i proveu de nou. L'error ha sigut:\n\n%s",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "Aquests elements es mantindran al dispositiu, però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claudàtors a sobre).",
- "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": "Aquestes extensions milloren el renderitzador de Markdown amb funcions addicionals. Tingueu en compte que, tot i que aquestes funcions poden ser útils, no són Markdown estàndard i, per tant, la majoria només funcionaran dins de Joplin. A més, alguneas d’ells són *incompatibles* amb l’editor WYSIWYG. Si obriu una nota que utilitza un d'aquestes extensions en aquest editor, perdreu el format de l'extensió. A continuació s’indica quines extensions són compatibles o no amb l’editor WYSIWYG.",
- "This attachment is not downloaded or not decrypted yet": "Aquest adjunt no ha estat descarregat o desxifrat encara",
- "This attachment is not downloaded or not decrypted yet.": "Aquest adjunt no s'ha descarregat o no s'ha desxifrat encara.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "Aquest testimoni d'autorització només és necessari per a permetre l'accés d'aplicacions de tercers al Joplin.",
- "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": "Aquesta és una eina avançada per a mostrar els adjunts que estan enllaçats a les vostres notes. Tingueu precaució en suprimir-ne un, ja que després no es poden restaurar.",
- "This note does not have geolocation information.": "Aquesta nota no té informació de geolocalització.",
- "This note has been modified:": "Aquesta nota s'ha modificat:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la.",
- "This note has no history": "Aquesta nota no té historial",
- "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": "Aquest editor de text enriquit té una sèrie de limitacions i es recomana ser conscient d'elles abans d'utilitzar-lo.",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafoc us podria demanar de donar permís al Joplin per a escoltar un port determinat.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "Això permetrà que Joplin s’executi en segon pla. Es recomana habilitar aquesta configuració perquè les notes se sincronitzin constantment, reduint així el nombre de conflictes.",
- "This will open a new screen. Save your current changes?": "Això obrirà una nova pantalla. Voleu desar els canvis actuals?",
- "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": "Això eliminarà el bloc de notes de la vostra col·lecció i no hi tindreu accés al contingut. Voleu continuar?",
- "Time format": "Format horari",
- "title": "títol",
- "Title": "Títol",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:",
- "To continue, please enter your master password below.": "Per a continuar, introduïu la contrasenya mestra.",
- "To delete a tag, untag the associated notes.": "Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades.",
- "To delete: %d": "Per a suprimir: %d",
- "To enter command line mode, press \":\"": "Per a anar al mode de línia d'ordres, premeu «:»",
- "To exit command line mode, press ESCAPE": "Per a sortir del mode en línia d'ordres, premeu la tecla Escapada",
- "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": "Per a ordenar les notes manualment, l'ordre de classificació s'ha de canviar a \"%s\" en el menú \"%s\" > \"%s\"",
- "To maximise/minimise the console, press \"tc\".": "Per a maximitzar o minimitzar la consola, premeu «tc».",
- "To move from one pane to another, press Tab or Shift+Tab.": "Per a desplaçar-vos d'un panell a un altre, premeu Tab o Maj+Tab.",
- "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": "Per a reintentar el desxifratge d'aquests elements. Executa \"e2ee decrypt --retry-failed-items\"",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos",
- "to-do": "tasques pendents",
- "Toggle comment": "Mostra o amaga el comentari",
- "Toggle development tools": "Activa/desactiva eines de desenvolupament",
- "Toggle editor layout": "Canvia disposició de l'editor",
- "Toggle editors": "Canvia disposició de l'editor",
- "Toggle external editing": "Activa/desactiva l'edició externa",
- "Toggle note list": "Mostra o amaga llista de notes",
- "Toggle own sort order": "Canvia l'ordenació",
- "Toggle safe mode": "Activa/desactiva el mode segur",
- "Toggle sidebar": "Mostra o amaga barra lateral",
- "Toggle sort order field": "Canvia el camp d'ordenació",
- "Token has been copied to the clipboard!": "El testimoni s'ha copiat al porta-retalls!",
- "Tools": "Eines",
- "Total: %d/%d": "Total: %d/%d",
- "Try again": "Intenta-ho de nou",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "Escriviu «help [ordre]» per a més informació sobre l'ordre; o escriviu «help all» per a la informació d'ús completa.",
- "Type `joplin help` for usage information.": "Escriviu «joplin help» per a obtenir informació d'ús.",
- "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": "Escriviu un títol de nota o part del seu contingut per a saltar a la nota. O escriviu # seguit d'un nom d'etiqueta, o @ seguit d'un nom de bloc de notes. O escriviu \":\" per a cercar entre les ordres.",
- "Type new tags or select from list": "Escriviu etiquetes noves o seleccioneu-ne de la llista",
- "Type: %s.": "Tipus: %s.",
- "Uncompleted to-dos on top": "Les tasques pendents sense finalitzar a la part superior",
- "Undo": "Desfés",
- "Unknown flag: %s": "Bandera desconeguda: %s",
- "Unknown item type downloaded - please upgrade Joplin to the latest version": "S'ha baixat un tipus d'ítem desconegut. Si us plau, actualitzeu Joplin a la darrera versió",
- "Unpublish note": "Deixa de publicar la nota",
- "Unshare": "Deixa de compartir",
- "Unshare this notebook? The recipients will no longer have access to its content.": "Voleu deixar de compartir aquest bloc de notes? Els destinataris ja no tindran accés al seu contingut.",
- "Unsupported image type: %s": "Tipus d'imatge no admesa: %s",
- "Unsupported link or message: %s": "Missatge o enllaç no suportat: %s",
- "Untitled": "Sense títol",
- "Update": "Actualització",
- "Update profile": "Actualitza el perfil",
- "Update total sizes": "Actualitza les mides totals",
- "Updated": "Actualització",
- "updated date": "data d'actualització",
- "Updated local items: %d.": "Elements locals actualitzats: %d.",
- "Updated remote items: %d.": "Elements remots actualitzats: %d.",
- "Updated: ": "Última actualització: ",
- "Updated: %d.": "Actualitzades: %d.",
- "Updated: %s": "Actualitzat: %s",
- "Updating...": "S'està actualitzant...",
- "Upgrade": "Actualitza",
- "Upgrade the sync target to the latest version.": "Actualitza la destinació de sincronització a la versió més recent.",
- "URL": "URL",
- "Usage: %s": "Ús: %s",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL",
- "Use spell checker": "Utilitza el corrector ortogràfic",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a recórrer les llistes i les àrees de text (incloent-hi aquesta consola).",
- "Use the arrows to move the layout items. Press \"Escape\" to exit.": "Utilitzeu les fletxes per a moure els elements de la disposició. Premeu «Escapa» per a sortir.",
- "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": "Utilitzeu això per a reconstruir l'índex de cerca si hi ha un problema amb la cerca. Pot trigar molt en funció del nombre de notes.",
- "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": "S'utilitza per a la majoria de text a l'editor Markdown. Si no es troba, s'utilitza un tipus de lletra genèric proporcional (amplada variable).",
- "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": "S'utilitza quan es necessita un tipus de lletra d'amplada fixa per a mostrar text de manera llegible (p. ex. taules, caselles de selecció, codi). Si no es troba, s'utilitza un tipus de lletra genèric monoespai (amplada fixa).",
- "User deletions": "Supressions d'usuari",
- "Users": "Usuaris",
- "Valid": "Vàlid",
- "View": "Vista",
- "View on map": "Mostra-ho al mapa",
- "View them now": "Mostra'ls ara",
- "Viewer": "Visor",
- "Vim": "Vim",
- "Warning": "Avís",
- "Warning: not all resources shown for performance reasons (limit: %s).": "Avís: no es mostren tots els recursos per motius de rendiment (límit:% s).",
- "Web Clipper": "Desa-retalls de webs",
- "WebDAV": "WebDAV",
- "WebDAV password": "Contrasenya de WebDAV",
- "WebDAV URL": "URL de WebDAV",
- "WebDAV username": "Nom d'usuari WebDAV",
- "Website and documentation": "Lloc web i documentació",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a crear un bloc de notes premeu «mb»; per a crear una nota premeu «mn».",
- "When creating a new note:": "En crear una nota:",
- "When creating a new to-do:": "En crear un llistat de tasques pendents:",
- "Words": "Paraules",
- "y": "s",
- "Y": "S",
- "yes": "sí",
- "Yes": "Sí",
- "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": "Esteu a punt d'adjuntar una imatge gran (%dx%d pixels). Voleu reduir-la a %d pixels abans d'adjuntar-la?",
- "You currently have no notebooks.": "Ara mateix no teniu cap bloc de notes.",
- "You do not have any installed plugin.": "No teniu cap connector instal·lat.",
- "You may also type `status` for more information.": "També podeu escriure \"status\" per a obtenir més informació.",
- "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": "Podeu utilitzar l'eina següent per tornar a xifrar les vostres dades, per exemple si sabeu que algunes de les vostres notes estan xifrades amb un mètode de xifratge obsolet.",
- "Your choice: ": "La vostra tria: ",
- "Your data is going to be re-encrypted and synced again.": "Les vostres dades es tornaran a xifrar i sincronitzar.",
- "Your password is needed to decrypt some of your data.": "Fa falta la contrasenya per a desxifrar part de les dades.",
- "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": "La contrasenya és necessària per a desxifrar algunes dades. Teclegeu `:e2ee decrypt` per definir-la.",
- "Your permission to use your camera is required.": "Es necessita el vostre permís per a utilitzar la càmera.",
- "Your version: %s": "La vostra versió: %s",
- "Zoom In": "Ampliar",
- "Zoom Out": "Allunyar"
+ "\"%s\" is missing the required \"%s\" property.": [
+ "A «%s» li manca la propietat «%s»."
+ ],
+ "%d days": [
+ "%d dies"
+ ],
+ "%d GB": [
+ "%d GB"
+ ],
+ "%d GB storage space": [
+ "%d GB d'espai d'emmagatzematge"
+ ],
+ "%d hour": [
+ "%d hora"
+ ],
+ "%d hours": [
+ "%d hores"
+ ],
+ "%d MB": [
+ "%d MB"
+ ],
+ "%d MB per note or attachment": [
+ "%d MB per nota o adjunt"
+ ],
+ "%d minutes": [
+ "%d minuts"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d notes coincideixen amb aquest patró. Voleu suprimir-les?"
+ ],
+ "%s": [
+ "%s"
+ ],
+ "%s %s (%s, %s)": [
+ "%s %s (%s, %s)"
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) no s'ha pogut pujar: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ "%s (%s) vol compartir un quadern amb tu."
+ ],
+ "%s (%s): %s": [
+ "%s (%s): %s"
+ ],
+ "%s (pre-release)": [
+ "%s (prellançament)"
+ ],
+ "%s - Copy": [
+ "%s - Copia"
+ ],
+ "%s / %s": [
+ "%s / %s"
+ ],
+ "%s / %s / %s": [
+ "%s / %s / %s"
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d": [
+ "%s: %d"
+ ],
+ "%s: %d notes": [
+ "%s: %d notes"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "&Edita"
+ ],
+ "&File": [
+ "&Fitxer"
+ ],
+ "&Go": [
+ "Vés"
+ ],
+ "&Help": [
+ "&Ajuda"
+ ],
+ "&Note": [
+ "&Nota"
+ ],
+ "&Tools": [
+ "&Eines"
+ ],
+ "&View": [
+ "&Visualitza"
+ ],
+ "(%s)": [
+ "(%s)"
+ ],
+ "(In plugin: %s)": [
+ "(A l'extensió: %s)"
+ ],
+ "(None)": [
+ "(cap)"
+ ],
+ "(wysiwyg: %s)": [
+ "(wysiwyg: %s)"
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- Càmera: per a poder fer fotografies i adjuntar-les a les notes."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- Geolocalització: per a poder ajuntar la informació de geolocalització a les notes."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- Emmagatzematge: per a adjuntar fitxers a les notes i per a activar la sincronització amb el sistema de fitxers."
+ ],
+ " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": [
+ " pot ser «add», «remove», «list» o «notetags» per a assignar o suprimir l'[etiqueta] de la [nota], o per a llistar les notes associades amb l'[etiqueta]. L'ordre «tag list» es pot usar per a llistar totes les etiquetes (useu -l per l'opció llarga)."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ " pot ser «toggle» o «clear». Useu «toggle» per a canviar els llistats de tasques entre l'estat de finalitzat i no finalitzat (si l'objectiu és una nota normal, es convertirà a un llistat de tasques pendents). Useu «clear» per a convertir un llistat de tasques pendents a una nota normal."
+ ],
+ "A3": [
+ "A3"
+ ],
+ "A4": [
+ "A4"
+ ],
+ "A5": [
+ "A5"
+ ],
+ "About Joplin": [
+ "Quant al Joplin"
+ ],
+ "accelerator": [
+ "accelerador"
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ "L'accelerador «%s» no és vàlid."
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ "L'accelerador «%s» s'utilitza per a les ordres «%s» i «%s». Això pot conduir a un comportament inesperat."
+ ],
+ "Accept": [
+ "Accepta"
+ ],
+ "Access denied: Please check your username and password": [
+ "S'ha denegat l'accés: comproveu el nom d'usuari i la contrasenya"
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ "S'ha denegat l'accés: torneu a introduir el nom d'usuari i/o la contrasenya"
+ ],
+ "Account": [
+ "Compte"
+ ],
+ "Action": [
+ "Acció"
+ ],
+ "Actions": [
+ "Accions"
+ ],
+ "Active": [
+ "Activa"
+ ],
+ "Actual Size": [
+ "Mida real"
+ ],
+ "Add body": [
+ "Afegeix contingut"
+ ],
+ "Add new": [
+ "Afegeix-ne un"
+ ],
+ "Add or remove tags:": [
+ "Afegeix o suprimeix etiquetes:"
+ ],
+ "Add recipient:": [
+ "Afegeix un destinatari:"
+ ],
+ "Add title": [
+ "Afegeix títol"
+ ],
+ "Add to dictionary": [
+ "Afegeix al diccionari"
+ ],
+ "Admin": [
+ "Administració"
+ ],
+ "Admin dashboard": [
+ "Tauler d'administració"
+ ],
+ "Advanced options": [
+ "Opcions avançades"
+ ],
+ "Advanced tools": [
+ "Opcions avançades"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ "Totes les dades, incloent notes, blocs de notes i etiquetes se suprimiran de manera permanent."
+ ],
+ "All notes": [
+ "Totes les notes"
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ "Tots els ports potencials estan en ús - si us plau, informeu del problema a %s"
+ ],
+ "Also displays unset and hidden config variables.": [
+ "També mostra variables de configuració ocultes o sense definir."
+ ],
+ "Also publish linked notes": [
+ "Publica també les notes enllaçades"
+ ],
+ "Always": [
+ "Sempre"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ ""
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ ""
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "Hi ha disponible una actualització. Voleu descarregar-la ara?"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ ""
+ ],
+ "Appearance": [
+ "Aspecte"
+ ],
+ "Application": [
+ "Aplicació"
+ ],
+ "Apply": [
+ "Aplica"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ "Esteu segur que voleu renovar el testimoni d'autorització?"
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ ""
+ ],
+ "Arguments:": [
+ "Arguments:"
+ ],
+ "Aritim Dark": [
+ "Aritim fosc"
+ ],
+ "Attach": [
+ "Adjunta"
+ ],
+ "Attach file": [
+ "Adjunta un fitxer"
+ ],
+ "Attach photo": [
+ "Adjunta una imatge"
+ ],
+ "Attach...": [
+ "Adjunta..."
+ ],
+ "Attaches the given file to the note.": [
+ "Adjunta el fitxer indicat a la nota."
+ ],
+ "attachment": [
+ "fitxer adjunt"
+ ],
+ "Attachment conflict: \"%s\"": [
+ "Conflicte en un adjunt: \"%s\""
+ ],
+ "Attachment download behaviour": [
+ "Comportament de descàrrega d'adjunts"
+ ],
+ "Attachments": [
+ "Adjunts"
+ ],
+ "Attachments that could not be downloaded": [
+ "Adjunts que no s'han pogut descarregar"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "Atenció: si canvieu aquesta ubicació, assegureu-vos de copiar-hi tot el contingut abans de sincronitzar; en cas contrari, se suprimiran tots els fitxers. Consulteu les FAQ per a obtenir més detalls: %s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "No s'ha completat l'autenticació (no ha rebut el testimoni d'autenticació)."
+ ],
+ "Authorisation token:": [
+ "Testimoni d'autorització:"
+ ],
+ "Auto": [
+ "Automàtic"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ "Afegeix automàticament per a eliminar els comptes deshabilitats"
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ "Aparellament automàtic de claus, parèntesis, cites, etc."
+ ],
+ "Automatically check for updates": [
+ "Comprova les actualitzacions automàticament"
+ ],
+ "Automatically switch theme to match system theme": [
+ "Canvia de tema automàticament per a coincidir amb el tema del sistema"
+ ],
+ "Back": [
+ "Enrere"
+ ],
+ "Basic": [
+ ""
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ ""
+ ],
+ "Bold": [
+ "Negreta"
+ ],
+ "Browse all plugins": [
+ "Navega per totes les extensions"
+ ],
+ "Browse...": [
+ "Navega..."
+ ],
+ "Bulleted List": [
+ "Llista de pics"
+ ],
+ "Can Share": [
+ "Pot compartir"
+ ],
+ "Can view": [
+ "Pot veure"
+ ],
+ "Can view and edit": [
+ ""
+ ],
+ "Cancel": [
+ "Cancel·la"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "S'està cancel·lant la sincronització en segon pla... Espereu."
+ ],
+ "Cancelling...": [
+ "S'està cancel·lant..."
+ ],
+ "Cancelling... Please wait.": [
+ "S'està cancel·lant... Espereu."
+ ],
+ "Cannot access %s": [
+ "No es pot accedir a %s"
+ ],
+ "Cannot change encrypted item": [
+ "No es pot canviar un element xifrat"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "No es pot copiar la nota al bloc de notes «%s»"
+ ],
+ "Cannot create a new note: %s": [
+ "No pot crear una nova nota: %s"
+ ],
+ "Cannot find \"%s\".": [
+ "No es pot trobar «%s»."
+ ],
+ "Cannot find: \"%s\"": [
+ "No es pot trobar «%s»."
+ ],
+ "Cannot initialise synchroniser.": [
+ "No es pot inicialitzar el sincronitzador."
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": [
+ "No puc carregar el mòdul «%s» per al format «%s» i destí \"%s\""
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": [
+ "No puc carregar el mòdul «%s» per al format «%s» i destí «%s»"
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "No es pot moure la nota al bloc de notes «%s»"
+ ],
+ "Cannot move notebook to this location": [
+ "No es pot moure el bloc de notes a aquesta ubicació"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "No es pot actualitzar el testimoni: manquen les dades d'autenticació. Reiniciar la sincronització pot solucionar el problema."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ "No es pot desar %s «%s» perquè és més gran que el límit permès (%s)"
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ "No es pot desar %s «%s» perquè se'n passaria de l'espai total (%s) d'aquest compte"
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ "No es pot compartir el bloc de notes xifrat amb el destinatari %sperquè no té habilitat el xifrat d'extrem a extrem. Pot fer-ho des de la finestra Configuració > Xifrat"
+ ],
+ "Case sensitive": [
+ ""
+ ],
+ "Change application layout": [
+ "Canvia la disposició de l'aplicació"
+ ],
+ "Change language": [
+ "Canvia la llengua"
+ ],
+ "Characters": [
+ "Caràcters"
+ ],
+ "Characters excluding spaces": [
+ "Caràcters excloent espais"
+ ],
+ "Check for updates...": [
+ "Comprova les actualitzacions..."
+ ],
+ "Check synchronisation configuration": [
+ "Comprova la configuració de la sincronització"
+ ],
+ "Checkbox": [
+ "Casella de verificació"
+ ],
+ "Checkbox list": [
+ "Llista de caselles de verificació"
+ ],
+ "Checking... Please wait.": [
+ "Verificant... Espereu."
+ ],
+ "Choose an option": [
+ "Escolliu una opció"
+ ],
+ "Chrome Web Store": [
+ "Web store de Chrome"
+ ],
+ "Clear": [
+ "Neteja"
+ ],
+ "Clear alarm": [
+ "Esborra l'alarma"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "Feu clic «%s» per a restaurar la nota. Aquesta serà copiada al bloc de notes anomenat «%s». La versió actual de la nota no serà substituïda o modificada."
+ ],
+ "Click to add tags...": [
+ "Feu clic per a afegir etiquetes..."
+ ],
+ "Client ID: %s": [
+ "ID del client: %s"
+ ],
+ "Close": [
+ "Tanca"
+ ],
+ "Close dropdown": [
+ "Tanca el desplegable"
+ ],
+ "Close Window": [
+ "Tanca la finestra"
+ ],
+ "Code": [
+ "Codi"
+ ],
+ "Code Block": [
+ "Bloc de codi"
+ ],
+ "Code View": [
+ "Vista de codi"
+ ],
+ "Collaborate on notebooks with others": [
+ "Col·laboreu en blocs de notes amb altres"
+ ],
+ "Collapse": [
+ ""
+ ],
+ "Coming alarms": [
+ "Alarmes programades"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "Una llista separada per comes de camins a directoris d'on carregar els certificats, o el camí a fitxers de certificats concrets. Per exemple, directori/subdirectori_certificats, /altres/personalitzat.pem. Tingueu en compte que si feu canvis en la configuració TLS, cal que els deseu abans de fer clic a «Comprova la configuració de la sincronització»."
+ ],
+ "command": [
+ "ordre"
+ ],
+ "Command": [
+ "Ordre"
+ ],
+ "Command palette": [
+ "Paleta d'ordres"
+ ],
+ "Command palette...": [
+ "Paleta d'ordres..."
+ ],
+ "Completed": [
+ "Finalitzat"
+ ],
+ "Completed decryption.": [
+ "El desxifratge ha finalitzat."
+ ],
+ "Completed: %s (%s)": [
+ "Completat: %s (%s)"
+ ],
+ "Compress old changes": [
+ "Comprimeix els canvis vells"
+ ],
+ "Configuration": [
+ "Configuració"
+ ],
+ "Confirm password cannot be empty": [
+ "El camp *Confirma la contrasenya* no pot ser buit"
+ ],
+ "Confirm password:": [
+ "Confirmeu la contrasenya:"
+ ],
+ "Confirmation": [
+ "Confirmació"
+ ],
+ "Conflicted: %d": [
+ "Conflictius: %d"
+ ],
+ "Conflicts": [
+ "Conflictes"
+ ],
+ "Conflicts (attachments)": [
+ "Conflictes (adjunts)"
+ ],
+ "Consolidated billing": [
+ ""
+ ],
+ "Content provided by %s": [
+ "Contingut proporcionat per %s"
+ ],
+ "Continue": [
+ ""
+ ],
+ "Convert to note": [
+ "Converteix a nota"
+ ],
+ "Convert to todo": [
+ "Converteix a llistat de tasques pendents"
+ ],
+ "Converting speech to text...": [
+ "Converteix text a veu..."
+ ],
+ "Copy": [
+ "Copia"
+ ],
+ "Copy dev mode command to clipboard": [
+ "Copia l'ordre en mode de desenvolupament al porta-retalls"
+ ],
+ "Copy external link": [
+ "Copia l'enllaç extern"
+ ],
+ "Copy image": [
+ "Copia la imatge"
+ ],
+ "Copy Link Address": [
+ "Copia l'adreça de l'enllaç"
+ ],
+ "Copy Markdown link": [
+ "Copia l'enllaç Markdown"
+ ],
+ "Copy path to clipboard": [
+ "Copia el camí al porta-retalls"
+ ],
+ "Copy Shareable Link": [
+ "Copia l'enllaç compartible",
+ "Copia els enllaços compartibles"
+ ],
+ "Copy to clipboard": [
+ "Copia al porta-retalls"
+ ],
+ "Copy token": [
+ "Copia testimoni"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "No s'ha pogut autoritzar l'aplicació:\n\n%s\n\nTorneu-ho a provar."
+ ],
+ "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
+ "No s'ha pogut connectar amb el Joplin Server. Comproveu la configuració en la pantalla de Sincronització. L'error complet és: %s"
+ ],
+ "Could not connect to plugin repository.": [
+ "No s'ha pogut connectar al repositori d'extensions"
+ ],
+ "Could not export notes: %s": [
+ "No s'han pogut exportar les notes: %s"
+ ],
+ "Could not install plugin: %s": [
+ "No s'ha pogut instal·lar l'extensió: %s"
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ "No s'ha pogut contestar a la invitació. Torneu-ho a provar, o comproveu amb el propietari del bloc de notes si encara l'està compartint.\n\nL'error és \"%s\""
+ ],
+ "Could not switch profile: %s": [
+ "No s'ha pogut canviar el perfil: %s"
+ ],
+ "Could not upgrade master key: %s": [
+ "No s'ha pogut actualitzar la clau mestra: %s"
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ "No s'ha pogut verificar l'estat de compartició d'aquest bloc de notes - s'està avortant. Torneu a provar quan tingueu connexió a Internet."
+ ],
+ "Could not verify your identify: %s": [
+ "No s'ha pogut verificar la identitat: %s"
+ ],
+ "Create": [
+ "Crea"
+ ],
+ "Create a new notebook under a parent notebook.": [
+ "Crea un bloc de notes nou sota un bloc de notes pare."
+ ],
+ "Create a notebook": [
+ "Crea un bloc de notes nou"
+ ],
+ "Create new profile...": [
+ "Crea un perfil nou..."
+ ],
+ "Create notebook": [
+ "Crea un bloc de notes"
+ ],
+ "Create user": [
+ "Crea un usuari"
+ ],
+ "Created": [
+ "Creació"
+ ],
+ "created date": [
+ "data de creació"
+ ],
+ "Created local items: %d.": [
+ "Elements locals creats: %d."
+ ],
+ "Created locally": [
+ "S'ha creat localment"
+ ],
+ "Created remote items: %d.": [
+ "Elements remots creats: %d."
+ ],
+ "Created: ": [
+ "Data de creació: "
+ ],
+ "Created: %d.": [
+ "Creades: %d."
+ ],
+ "Created: %s": [
+ "Creació: %s"
+ ],
+ "Creates a new note.": [
+ "Crea una nota nova."
+ ],
+ "Creates a new notebook.": [
+ "Crea un bloc de notes nou."
+ ],
+ "Creates a new to-do.": [
+ "Crea una llista de tasques pendents."
+ ],
+ "Creating report...": [
+ "Creant informe..."
+ ],
+ "Current version is up-to-date.": [
+ "La versió actual està actualitzada."
+ ],
+ "custom order": [
+ "ordre personalitzat"
+ ],
+ "Custom order": [
+ "Ordenació personalitzada"
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ "Full d'estil personalitzat per a estils d'aplicacions de tot Joplin"
+ ],
+ "Custom stylesheet for rendered Markdown": [
+ "Full d'estil personalitzat per als Markdown renderitzats"
+ ],
+ "Custom TLS certificates": [
+ "Certificats TLS personalitzats"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "Retalla"
+ ],
+ "Dark": [
+ "Fosc"
+ ],
+ "Dashboard": [
+ "Tauler de control"
+ ],
+ "Database v%s": [
+ "Base de dades v%s"
+ ],
+ "Date": [
+ "Data"
+ ],
+ "Date format": [
+ "Format de data"
+ ],
+ "days": [
+ "dies"
+ ],
+ "Decrease indent level": [
+ ""
+ ],
+ "Decrypted items: %d": [
+ "Elements desxifrats: %d"
+ ],
+ "Decrypted items: %s / %s": [
+ "Elements desxifrats: %s / %s"
+ ],
+ "Decrypting items: %d/%d": [
+ "S'estan desxifrant els elements: %d/%d"
+ ],
+ "Default": [
+ "Per defecte"
+ ],
+ "Default: %s": [
+ "Per defecte: %s"
+ ],
+ "Delete": [
+ "Suprimeix"
+ ],
+ "Delete attachment \"%s\"?": [
+ "Voleu suprimir l'adjunt \"%s\"?"
+ ],
+ "Delete expired sessions": [
+ "Suprimeix les sessions expirades"
+ ],
+ "Delete expired tokens": [
+ "Suprimeix els tokens expirats"
+ ],
+ "Delete line": [
+ "Suprimeix la línia"
+ ],
+ "Delete local data and re-download from sync target": [
+ "Suprimeix les dades locals i torna a baixar de la destinació de sincronització"
+ ],
+ "Delete note": [
+ "Suprimeix la nota"
+ ],
+ "Delete note \"%s\"?": [
+ "Voleu suprimir la nota \"%s\"?"
+ ],
+ "Delete note?": [
+ "Voleu suprimir la nota?"
+ ],
+ "Delete notebook": [
+ "Suprimeix el bloc de notes"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "Voleu suprimir el bloc de notes \"%s\"? \n\nTambé se suprimiran totes les notes i els subblocs d'aquest bloc de notes."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "Voleu suprimir el bloc de notes? També se suprimiran totes les notes i els subblocs d'aquest bloc de notes."
+ ],
+ "Delete plugin \"%s\"?": [
+ "Voleu suprimir l'extensió \"%s\"?"
+ ],
+ "Delete profile \"%s\"": [
+ "Suprimeix el perfil \"%s\"?"
+ ],
+ "Delete selected notes": [
+ "Suprimeix les notes seleccionades"
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ ""
+ ],
+ "Delete these %d notes?": [
+ "Voleu suprimir aquestes %d notes?"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ "Voleu suprimir aquesta invitació? El destinatari ja no tindrà accés a aquest quadern compartit."
+ ],
+ "Delete this profile?": [
+ "Voleu suprimir aquestes perfil?"
+ ],
+ "Deleted local items: %d.": [
+ "Elements locals suprimits: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "Elements remots suprimits: %d."
+ ],
+ "Deletes the given notebook.": [
+ "Suprimeix el bloc de notes indicat."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "Suprimeix el bloc de notes sense demanar cap confirmació."
+ ],
+ "Deletes the notes matching .": [
+ "Suprimeix les notes que coincideixen amb ."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "Suprimeix les notes sense demanar confirmació."
+ ],
+ "Destination format: %s": [
+ "Format destí: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "Directori"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "Directori on es farà la sincronització (camí absolut)"
+ ],
+ "Disable": [
+ "Desactiva"
+ ],
+ "Disable encryption": [
+ "Desactiva el xifratge"
+ ],
+ "Disable safe mode and restart": [
+ "Desactiva el mode segur i reinicia"
+ ],
+ "Disable Web Clipper Service": [
+ "Desactiva el servei del porta-retalls de webs"
+ ],
+ "Disabled": [
+ "Desactivat"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "Si desactiveu el xifratge, significa que *totes* les notes i adjunts es tornaran a sincronitzar i enviar sense xifrar a la destinació de sincronització. Voleu continuar?"
+ ],
+ "Discard changes": [
+ "Descarta els canvis"
+ ],
+ "Dismiss": [
+ "Descarta"
+ ],
+ "Displays a geolocation URL for the note.": [
+ "Mostra un URL de geolocalització de la nota."
+ ],
+ "Displays only the first top notes.": [
+ "Només mostra les primeres notes."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "Només mostra els elements dels tipus específics. Pot ser «n» per a les notes, «t» per les tasques pendents, o «nt» per a notes i tasques pendents (p. ex. «-tt» mostrarà només les tasques pendents, mentre que «-tnt» mostrarà notes i tasques pendents)."
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "Mostra un resum sobre les notes i blocs de notes."
+ ],
+ "Displays the complete information about note.": [
+ "Mostra la informació completa sobre la nota."
+ ],
+ "Displays the given note.": [
+ "Mostra la nota indicada."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "Mostra les notes en el bloc de notes actual. Useu «ls /» per a mostrar la llista de blocs de notes."
+ ],
+ "Displays usage information.": [
+ "Mostra la informació d'ús."
+ ],
+ "Displays version information": [
+ "Mostra la informació de versió"
+ ],
+ "Do it now": [
+ "Fes-ho ara"
+ ],
+ "Do not ask for confirmation.": [
+ "No demanis confirmació."
+ ],
+ "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
+ "No perdeu les contrasenyes perquè, per motius de seguretat, és l'única forma de desxifrar les dades. Per habilitar el xifrat, introduïu la vostra contrasenya."
+ ],
+ "Done": [
+ ""
+ ],
+ "Download": [
+ "Baixa"
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "Descarregueu i instal·leu l'extensió adient per al vostre navegador:"
+ ],
+ "Downloaded": [
+ "Descarregat"
+ ],
+ "Downloaded and decrypted": [
+ "Descarregat i desxifrat"
+ ],
+ "Downloaded and encrypted": [
+ "Descarregat i xifrat"
+ ],
+ "Downloading": [
+ "Descarregant"
+ ],
+ "Downloading %s language files...": [
+ "S'estan baixant %s fitxers de llengua..."
+ ],
+ "Downloading resources...": [
+ "Descarregant recursos..."
+ ],
+ "Dracula": [
+ "Dràcula"
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ "Arrossega les notes o fitxers aquí"
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "Inicia sessió al Dropbox"
+ ],
+ "Duplicate": [
+ "Duplica"
+ ],
+ "Duplicate line": [
+ "Duplica la línia"
+ ],
+ "Duplicate selected notes": [
+ "Duplica les notes seleccionades"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "Duplica les notes que coincideixen amb a [notebook]. Si no indiqueu cap bloc de notes, es dupliquen en el bloc de notes actual."
+ ],
+ "Edit": [
+ "Edita"
+ ],
+ "Edit in external editor": [
+ "Edita en un editor extern"
+ ],
+ "Edit link": [
+ "Edita l'enllaç"
+ ],
+ "Edit note.": [
+ "Edita la nota."
+ ],
+ "Edit notebook": [
+ "Edita el bloc de notes"
+ ],
+ "Edit profile": [
+ "Edita el perfil"
+ ],
+ "Edit profile configuration...": [
+ "Edita la configuració del perfil"
+ ],
+ "Editor": [
+ "Editor"
+ ],
+ "Editor font": [
+ "Tipus de lletra de l'editor"
+ ],
+ "Editor font family": [
+ "Família de lletra de l'editor"
+ ],
+ "Editor font size": [
+ "Mida de lletra de l'editor"
+ ],
+ "Editor maximum width": [
+ "Amplada màxima de l'editor"
+ ],
+ "Editor monospace font family": [
+ "Lletra d'amplada fixa de l'editor"
+ ],
+ "Editor: %s": [
+ "Editor: %s"
+ ],
+ "Either \"text\" or \"json\"": [
+ "«text» o «json»"
+ ],
+ "Emacs": [
+ "Emacs"
+ ],
+ "Email": [
+ "Correu electrònic"
+ ],
+ "Email to note": [
+ "De correu electrònic a nota"
+ ],
+ "Email to Note": [
+ "De correu electrònic a nota"
+ ],
+ "Emails": [
+ "Correus electrònics"
+ ],
+ "emphasised text": [
+ "text ressaltat"
+ ],
+ "Enable": [
+ "Activa"
+ ],
+ "Enable ++insert++ syntax": [
+ "Activa la sintaxi ++insert++"
+ ],
+ "Enable ==mark== syntax": [
+ "Activa la sintaxi ==mark=="
+ ],
+ "Enable ^sup^ syntax": [
+ "Activa la sintaxi ^sup^"
+ ],
+ "Enable abbreviation syntax": [
+ "Activa la sintaxi d'abreviatures"
+ ],
+ "Enable audio player": [
+ "Habilita el reproductor d'àudio"
+ ],
+ "Enable biometrics authentication?": [
+ ""
+ ],
+ "Enable deflist syntax": [
+ "Activa la sintaxi deflist"
+ ],
+ "Enable encryption": [
+ "Activa el xifratge"
+ ],
+ "Enable footnotes": [
+ "Activar notes a peu de pàgina"
+ ],
+ "Enable Fountain syntax support": [
+ "Activa el suport de sintaxi de Fountain"
+ ],
+ "Enable Linkify": [
+ "Habilita Linkify"
+ ],
+ "Enable markdown emoji": [
+ "Activa els emoticons Markdown"
+ ],
+ "Enable math expressions": [
+ "Activa les expressions matemàtiques"
+ ],
+ "Enable Mermaid diagrams support": [
+ "Activa el suport de diagrames Mermaid"
+ ],
+ "Enable multimarkdown table extension": [
+ "Activa l'extensió de taules multimarkdown"
+ ],
+ "Enable note history": [
+ "Activa l'historial de notes"
+ ],
+ "Enable PDF viewer": [
+ "Habilita el visor de PDF"
+ ],
+ "Enable soft breaks": [
+ "Activa els salts de línia"
+ ],
+ "Enable spellcheck in the text editor": [
+ ""
+ ],
+ "Enable table of contents extension": [
+ "Activar l'extensió de l'índex"
+ ],
+ "Enable the Markdown toolbar": [
+ "Activa la barra d'eines Markdown"
+ ],
+ "Enable typographer support": [
+ "Activa el suport tipogràfic"
+ ],
+ "Enable video player": [
+ "Habilita el reproductor de vídeo"
+ ],
+ "Enable Web Clipper Service": [
+ "Activa el servei del porta-retalls de webs"
+ ],
+ "Enable ~sub~ syntax": [
+ "Activa la sintaxi ~sub~"
+ ],
+ "Enabled": [
+ "Activat"
+ ],
+ "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
+ "Habilitar el xifrat significa que totes les notes i adjunts es tornaran a sincronitzar i s'enviaran de forma xifrada a la destinació de sincronització."
+ ],
+ "Encrypted": [
+ "Xifrat"
+ ],
+ "Encrypted items cannot be modified": [
+ "Els elements xifrats no es poden modificar"
+ ],
+ "Encryption": [
+ "Xifratge"
+ ],
+ "Encryption Config": [
+ "Configuració del xifratge"
+ ],
+ "Encryption is: %s": [
+ "El xifratge és: %s"
+ ],
+ "Encryption keys": [
+ "Claus de xifrat"
+ ],
+ "Encryption:": [
+ "Xifrat:"
+ ],
+ "End-to-end encryption": [
+ "Xifrat d'extrem a extrem"
+ ],
+ "Enter code here": [
+ "Entreu el codi aquí"
+ ],
+ "Enter master password:": [
+ "Introduïu una contrasenya mestra:"
+ ],
+ "Enter notebook title": [
+ "Entra el títol del bloc de notes"
+ ],
+ "Enum": [
+ "Enumeració"
+ ],
+ "Error": [
+ "Error"
+ ],
+ "Error opening note in editor: %s": [
+ "S'ha produït un error en l'obrir la nota amb l'editor: %s"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "Error. Comproveu que l’URL, el nom d’usuari, la contrasenya, etc. siguin correctes i que el servei a sincronitzar sigui accessible. L'error reportat ha estat:"
+ ],
+ "Error: %s": [
+ "Error: %s"
+ ],
+ "Errors only": [
+ "Només errors"
+ ],
+ "Evernote Export File (as HTML)": [
+ "Exporta com a fitxer de l'Evernote (com a HTML)"
+ ],
+ "Evernote Export File (as Markdown)": [
+ "Exporta com a fitxer de l'Evernote (com a Markdown)"
+ ],
+ "Exits the application.": [
+ "Surt de l'aplicació."
+ ],
+ "Expand": [
+ ""
+ ],
+ "Export": [
+ "Exporta"
+ ],
+ "Export all": [
+ "Exporta-ho tot"
+ ],
+ "Export all notes as JEX": [
+ "Exporta totes les notes com a JEX"
+ ],
+ "Export debug report": [
+ "Exporta l'informe de depuració"
+ ],
+ "Export Debug Report": [
+ "Exporta l'informe de depuració"
+ ],
+ "Export profile": [
+ "Exporta el perfil"
+ ],
+ "Exported successfully!": [
+ ""
+ ],
+ "Exporting profile...": [
+ "Exportant el perfil..."
+ ],
+ "Exporting to \"%s\" as \"%s\" format. Please wait...": [
+ "S'està exportant a «%s» com a format «%s». Espereu..."
+ ],
+ "Exporting...": [
+ "S'està exportant..."
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "Exporta les dades del Joplin al camí indicat. Per defecte, exportarà tota la base de dades, incloent-hi blocs de notes, notes, etiquetes i recursos."
+ ],
+ "Exports only the given note.": [
+ "Exporta només la nota indicada."
+ ],
+ "Exports only the given notebook.": [
+ "Exporta només el bloc de notes indicat."
+ ],
+ "Fail-safe": [
+ "A prova d'errors"
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ "A prova d'errors: no esborreu les dades locals quan la destinació de sincronització estigui buida (sovint és el resultat d'una configuració errònia o d'algun altre error)"
+ ],
+ "Fatal error:": [
+ "Error fatal:"
+ ],
+ "Feature flags": [
+ "Interruptors de funcions"
+ ],
+ "Fetched items: %d/%d.": [
+ "Elements obtinguts: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "Obtenint recursos: %d/%d"
+ ],
+ "File": [
+ "Fitxer"
+ ],
+ "File system": [
+ "Sistema de fitxers"
+ ],
+ "Filter tags": [
+ "Filtra les etiquetes"
+ ],
+ "Find and replace": [
+ ""
+ ],
+ "Find: ": [
+ "S'ha trobat: "
+ ],
+ "Firefox Extension": [
+ "Extensió del Firefox"
+ ],
+ "Fix search index": [
+ "Corregeix l'índex de cerca"
+ ],
+ "Fixing search index...": [
+ "Corregint l'índex de cerca..."
+ ],
+ "Focus": [
+ "Focus"
+ ],
+ "Focus body": [
+ "Vés al cos"
+ ],
+ "Focus title": [
+ "Vés al títol"
+ ],
+ "Folders": [
+ "Carpetes"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ "Només en cas depuració: exporta el vostre perfil a una targeta SD externa."
+ ],
+ "For example \"%s\"": [
+ ""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "Per a obtenir informació sobre com personalitzar les dreceres de teclat, visiteu %s"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "Per a més informació sobre el xifratge d'extrem a extrem (E2EE de l'anglès) i consells sobre com activar-lo, llegiu la documentació:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "Per a llistar les dreceres de teclat i opcions de configuració, escriviu «help keymap»"
+ ],
+ "Force path style": [
+ "Força l'estil del camí"
+ ],
+ "Formatting": [
+ "S'està aplicant el format"
+ ],
+ "Forward": [
+ "Endavant"
+ ],
+ "Found: %d.": [
+ "Trobades: %d."
+ ],
+ "FTS enabled: %d": [
+ "FTS activat: %d"
+ ],
+ "Full changelog": [
+ "Registre complet de canvis"
+ ],
+ "Full name": [
+ "Nom complet"
+ ],
+ "General": [
+ "General"
+ ],
+ "Generated": [
+ "Generat"
+ ],
+ "Generating link...": [
+ "Generant enllaç...",
+ "Generant enllaços..."
+ ],
+ "Get it now:": [
+ "Obteniu-lo ara:"
+ ],
+ "Get pre-releases when checking for updates": [
+ "Obtén prellançaments quan cerqui actualitzacions"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "Obté o estableix un valor de configuració. Si no s'indica [valor], mostrarà el valor de [nom]. Si no s'indica ni [nom] ni [valor], es mostrarà un llistat amb la configuració actual."
+ ],
+ "Go to source URL": [
+ "Anar a URL origen"
+ ],
+ "Goto Anything...": [
+ "Anar a qualsevol cosa..."
+ ],
+ "Grant authorisation": [
+ "Autoritza"
+ ],
+ "Header %d": [
+ ""
+ ],
+ "Headers": [
+ ""
+ ],
+ "Heading": [
+ "Capçalera"
+ ],
+ "Help": [
+ "Ajuda"
+ ],
+ "Hermes enabled: %d": [
+ "Hermes activat: %d"
+ ],
+ "Hide %s": [
+ "Amaga %s"
+ ],
+ "Hide advanced": [
+ "Amaga la cerca avançada"
+ ],
+ "Hide disabled": [
+ "Amaga allò deshabilitat"
+ ],
+ "Hide disabled keys": [
+ "Amaga les claus deshabilitades"
+ ],
+ "Hide Joplin": [
+ "Amaga el Joplin"
+ ],
+ "Hide keyboard": [
+ "Amaga el teclat"
+ ],
+ "Hide more actions": [
+ "Amaga més accions"
+ ],
+ "Highlight": [
+ "Ressalta"
+ ],
+ "Home": [
+ "Inici"
+ ],
+ "Horizontal Rule": [
+ "Línia horitzontal"
+ ],
+ "HTML Directory": [
+ "Directori HTML"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "HTML File": [
+ "Fitxer HTML"
+ ],
+ "Hyperlink": [
+ "Enllaç"
+ ],
+ "Icon": [
+ "Icona"
+ ],
+ "ID": [
+ "ID"
+ ],
+ "Idle": [
+ "Ociós"
+ ],
+ "Ignore": [
+ "Ignora"
+ ],
+ "Ignore TLS certificate errors": [
+ "Ignora els errors de certificat TLS"
+ ],
+ "Images": [
+ "Imatges"
+ ],
+ "Import": [
+ "Importació"
+ ],
+ "Importing from \"%s\" as \"%s\" format. Please wait...": [
+ "S'està important el format de «%s» a «%s». Espereu..."
+ ],
+ "Importing notes...": [
+ "S'estan important notes..."
+ ],
+ "Imports data into Joplin.": [
+ "Importa les dades al Joplin."
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "En el mode \"Manual\", els adjunts només es descarreguen quan hi feu clic. En l'\"Automàtic\", es descarreguen quan obriu la nota. A \"Sempre\", es descarreguen tots els adjunts, tant si obriu la nota com si no."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "En qualsevol ordre, podeu referenciar una nota o bloc de notes pel títol o l'ID, o podeu usar dreceres «$n» o «$b» per a, respectivament, la nota o el bloc de nota seleccionat. Podeu usar «$c» per a fer referència a l'element seleccionat."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ "Per tal d'associar una geolocalització a la nota, l'aplicació necessita permís per a accedir a la vostra ubicació.\n\nPodeu desactivar aquesta opció en qualsevol moment a la pantalla de configuració."
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ "Per a fer-ho, totes les vostres dades hauran de ser encriptades i sincronitzades, per tant és millor executar-ho durant la nit.\n\nPer a començar, seguiu aquestes instruccions:\n\n1. Sincronitzeu tots els vostres dispositius.\n2. Feu click en \"%s\".\n3. Deixeu-lo executant-se fins que acabi. Mentre s'executa, eviteu fer canvis en cap nota des dels altres dispositius per a evitar els conflictes.\n4. Un cop la sincronització està acabada en aquest dispositiu, sincronitzeu tots els altres dispositius, i deixeu-los executant-se fins que acabin.\n\nImportant: només cal executar això UNA SOLA VEGADA en un dispositiu."
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ "Per a utilitzar la sincronització del sistema de fitxers, cal el vostre permís per a escriure a l'emmagatzematge extern."
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "Per a poder usar el porta-retalls de webs, cal que feu el següent:"
+ ],
+ "In progress": [
+ "En progrés"
+ ],
+ "In: %s": [
+ "A: %s"
+ ],
+ "Increase indent level": [
+ ""
+ ],
+ "Indent less": [
+ "Sagna menys"
+ ],
+ "Indent more": [
+ "Sagna més"
+ ],
+ "Information": [
+ "Informació"
+ ],
+ "Inline Code": [
+ "Codi en línia"
+ ],
+ "Insert": [
+ "Insereix"
+ ],
+ "Insert Hyperlink": [
+ "Introdueix un enllaç"
+ ],
+ "Insert time": [
+ "Insereix el temps"
+ ],
+ "Install": [
+ "Instal·la"
+ ],
+ "Install from file": [
+ "Instal·la des d'un fitxer"
+ ],
+ "Installed": [
+ "Instal·lat"
+ ],
+ "Installing...": [
+ "S'està cancel·lant..."
+ ],
+ "Invalid": [
+ "Invàlid"
+ ],
+ "Invalid %s: %s.": [
+ "%s invàlid: %s."
+ ],
+ "Invalid answer: %s": [
+ "La resposta no és vàlida: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "Ordre no vàlida: «%s»"
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "El valor de l'opció no és vàlid: «%s». Els valors possibles són: %s."
+ ],
+ "Invalid password": [
+ "Contrasenya incorrecta"
+ ],
+ "Italic": [
+ "Cursiva"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "L'element \"%s\" no s'ha pogut descarregar: %s"
+ ],
+ "Items": [
+ "Elements"
+ ],
+ "Items that cannot be decrypted": [
+ "Elements que no s'han pogut desxifrar"
+ ],
+ "Items that cannot be synchronised": [
+ "Elements que no s'han pogut sincronitzar"
+ ],
+ "Join us on Twitter": [
+ ""
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ "Joplin pot sincronitzar les notes utilitzant diversos proveïdors. Seleccioneu-ne un de la llista inferior."
+ ],
+ "Joplin Cloud": [
+ "Joplin Cloud"
+ ],
+ "Joplin Cloud email": [
+ "Correu electrònic del Joplin Cloud"
+ ],
+ "Joplin Cloud password": [
+ "Contrasenya del Joplin Cloud"
+ ],
+ "Joplin Export Directory": [
+ "Directori d'exportació del Joplin"
+ ],
+ "Joplin Export File": [
+ "Fitxer d'exportació del Joplin"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "Joplin no ha pogut desxifrar aquests elements diverses vegades, possiblement perquè estan danyats o són massa grans. Aquests elements romandran al dispositiu, però Joplin ja no intentarà desxifrar-los."
+ ],
+ "Joplin Forum": [
+ "Fòrum del Joplin"
+ ],
+ "Joplin Server": [
+ "Servidor del Joplin"
+ ],
+ "Joplin Server email": [
+ "Correu electrònic del servidor del Joplin"
+ ],
+ "Joplin Server password": [
+ "Contrasenya del servidor del Joplin"
+ ],
+ "Joplin Server URL": [
+ "URL del servidor Joplin"
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "El porta-retalls de webs del Joplin us permet desar pàgines web i captures de pantalla del navegador web al Joplin."
+ ],
+ "Joplin website": [
+ "Lloc web del Joplin"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ "El servei de sincronització propi de Joplin. També us dona accés a funcionalitats específiques de Joplin, com la publicació de notes o la col·laboració en blocs de notes amb altres."
+ ],
+ "KaTeX": [
+ ""
+ ],
+ "Keep note history for": [
+ "Conserva l'historial de la nota durant"
+ ],
+ "Keyboard Mode": [
+ "Mode de teclat"
+ ],
+ "Keyboard Shortcut": [
+ "Drecera de teclat"
+ ],
+ "Keyboard Shortcuts": [
+ "Dreceres de teclat"
+ ],
+ "Keychain Supported: %s": [
+ "Clauer admès: %s"
+ ],
+ "Keys that need upgrading": [
+ "Claus que requereixen actualització"
+ ],
+ "Landscape": [
+ "Paisatge"
+ ],
+ "Language": [
+ "Llengua"
+ ],
+ "Last error: %s": [
+ "Últim error: %s"
+ ],
+ "Later": [
+ "Més tard"
+ ],
+ "Layout": [
+ "Disposició"
+ ],
+ "Layout button sequence": [
+ "Seqüència del botó de disposició"
+ ],
+ "Leave it blank to download the language files from the default website": [
+ ""
+ ],
+ "Leave notebook...": [
+ "Surt del bloc de notes"
+ ],
+ "Legal": [
+ "Legal"
+ ],
+ "Letter": [
+ "Carta"
+ ],
+ "Light": [
+ "Clar"
+ ],
+ "Lines": [
+ "Línies"
+ ],
+ "Link": [
+ "Enllaç"
+ ],
+ "Link description": [
+ "Descripció de l'enllaç"
+ ],
+ "Link has been copied to clipboard!": [
+ "L'enllaç s'ha copiat al porta-retalls!",
+ "Els enllaços s'han copiat al porta-retalls!"
+ ],
+ "Link text": [
+ "Text de l'enllaç"
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ "Els enllaços amb el protocol %s no estan suportats"
+ ],
+ "List item": [
+ "Element de llista"
+ ],
+ "Lists": [
+ ""
+ ],
+ "Loaded": [
+ "S'ha carregat"
+ ],
+ "Loading...": [
+ "S'està carregant..."
+ ],
+ "Location": [
+ "Ubicació"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "El fitxer de bloqueig està ús. Si sabeu que no s'està executant cap sincronització ara mateix, podeu suprimir el fitxer de bloqueig a «%s» i reprendre l'operació."
+ ],
+ "Log": [
+ "Registre"
+ ],
+ "Login": [
+ "Identifiqueu-vos"
+ ],
+ "Login below.": [
+ "Identifiqueu-vos baix."
+ ],
+ "Login with Dropbox": [
+ "Inicia sessió amb Dropbox"
+ ],
+ "Login with OneDrive": [
+ "Inicia sessió amb OneDrive"
+ ],
+ "Logout": [
+ "Desconnecta"
+ ],
+ "Logs": [
+ "Registres"
+ ],
+ "Make a donation": [
+ "Donatius"
+ ],
+ "Manage master password": [
+ "Gestiona la contrasenya mestra"
+ ],
+ "Manage master password...": [
+ "Gestiona la contrasenya mestra..."
+ ],
+ "Manage multiple users": [
+ "Gestiona múltiples usuaris"
+ ],
+ "Manage profiles": [
+ "Gestiona els perfils"
+ ],
+ "Manage your plugins": [
+ "Gestioneu les extensions"
+ ],
+ "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": [
+ "Gestiona la configuració E2EE. Les ordres són `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, i `target-status`."
+ ],
+ "Manual": [
+ "Manual"
+ ],
+ "Markdown": [
+ "Markdown"
+ ],
+ "Markdown + Front Matter": [
+ "Markdown + Front Matter"
+ ],
+ "Marks a to-do as done.": [
+ "Marca un llistat de tasques pendents com a fet."
+ ],
+ "Marks a to-do as non-completed.": [
+ "Marca un llistat de tasques pendents com a no finalitzat."
+ ],
+ "Markup": [
+ "Marcatge"
+ ],
+ "Master Key %s": [
+ "Clau mestra %s"
+ ],
+ "Master password": [
+ "Contrasenya mestra"
+ ],
+ "Master password:": [
+ "Contrasenya mestra:"
+ ],
+ "Max concurrent connections": [
+ "Connexions simultànies màximes"
+ ],
+ "Max Item Size": [
+ ""
+ ],
+ "Max note or attachment size": [
+ "Mida màxima de nota o adjunt"
+ ],
+ "Max Total Size": [
+ "Mida màxima total"
+ ],
+ "Missing keys": [
+ "Claus que falten"
+ ],
+ "Missing Master Keys": [
+ "Manquen les claus mestres"
+ ],
+ "Missing required argument: %s": [
+ "Manca un argument requerit: %s"
+ ],
+ "Missing required flag value: %s": [
+ "Manca un argument requerit: %s"
+ ],
+ "Mobile data - auto-sync disabled": [
+ "Dades mòbils - sincronització automàtica desactivada"
+ ],
+ "More info": [
+ "Més informació"
+ ],
+ "More information": [
+ "Més informació"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "Hi ha més d'un element que coincideix amb «%s». Restringiu la consulta."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "Voleu moure %dnotes al bloc de notes \"%s\"?"
+ ],
+ "Move to notebook": [
+ "Mou al bloc de notes"
+ ],
+ "Move to notebook...": [
+ "Mou al bloc de notes..."
+ ],
+ "Move to notebook:": [
+ "Mou al bloc de notes:"
+ ],
+ "Moves the given
- to [notebook]": [
+ "Mou els elements marcats a [notebook]."
+ ],
+ "n": [
+ "n"
+ ],
+ "N": [
+ "N"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "Nota nova"
+ ],
+ "New notebook": [
+ "Bloc de notes nou"
+ ],
+ "New Notebook": [
+ "Bloc de notes nou"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "Es crearà un bloc de notes «%s» i s'hi importarà el fitxer «%s»"
+ ],
+ "New sub-notebook": [
+ "Sub-bloc de notes nou"
+ ],
+ "New tags:": [
+ "Etiquetes noves:"
+ ],
+ "New to-do": [
+ "Llistat de tasques pendents nou"
+ ],
+ "New version: %s": [
+ "Nova versió: %s"
+ ],
+ "Next match": [
+ ""
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "Contrasenya del Nextcloud"
+ ],
+ "Nextcloud username": [
+ "Nom d'usuari del Nextcloud"
+ ],
+ "Nextcloud WebDAV URL": [
+ "URL del Nextcloud WebDAV"
+ ],
+ "no": [
+ "no"
+ ],
+ "No": [
+ "No"
+ ],
+ "No active notebook.": [
+ "No hi ha cap bloc de notes actiu."
+ ],
+ "No item with ID %s": [
+ "No hi ha cap element amb la ID %s"
+ ],
+ "No notebook has been specified.": [
+ "No heu indicat cap bloc de notes."
+ ],
+ "No notebook selected.": [
+ "No heu seleccionat cap bloc de notes."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "No hi ha cap nota aquí. Creeu-ne una fent clic a «Nota nova»."
+ ],
+ "No resources!": [
+ "No hi ha recursos!"
+ ],
+ "No results": [
+ "No hi ha resultats"
+ ],
+ "No such command: %s": [
+ "No existeix l'ordre: %s"
+ ],
+ "No suggestions": [
+ "Sense suggeriments"
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "No hi ha definit cap editor de text. Establiu-ne un usant \"config editor \""
+ ],
+ "Nord": [
+ "Nord"
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "No esteu autenticats amb %s. Proporcioneu les credencials que falten."
+ ],
+ "Not downloaded": [
+ "No descarregat"
+ ],
+ "Not generated": [
+ "No s'ha generat"
+ ],
+ "Not now": [
+ "No ara"
+ ],
+ "note": [
+ "nota"
+ ],
+ "Note": [
+ "Nota"
+ ],
+ "Note area growth factor": [
+ "Factor de creixement de l'àrea de nota"
+ ],
+ "Note attachments": [
+ "Adjunts de la nota"
+ ],
+ "Note attachments...": [
+ "Adjunts..."
+ ],
+ "Note body": [
+ "Cos de la nota"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "La nota «%s» no existeix. Voleu crear-la?"
+ ],
+ "Note editor": [
+ "Editor de la nota"
+ ],
+ "Note has been saved.": [
+ "S'ha desat la nota."
+ ],
+ "Note History": [
+ "Historial de la nota"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "La nota no és un llistat de tasques pendents: «%s»"
+ ],
+ "Note list": [
+ "Llistat de notes"
+ ],
+ "Note list growth factor": [
+ "Factor de creixement de la llista de notes"
+ ],
+ "Note properties": [
+ "Propietats de la nota"
+ ],
+ "Note title": [
+ "Títol de la nota"
+ ],
+ "Note&book": [
+ "&Blocs de notes"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "Nota: no funciona en tots els entorns d'escriptori."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ "Nota: quan es comparteix una nota, deixa d'estar xifrada al servidor."
+ ],
+ "Notebook": [
+ "Bloc de notes"
+ ],
+ "Notebook list growth factor": [
+ "Factor de creixement de la llista de blocs de notes"
+ ],
+ "Notebook: %s": [
+ "Blocs de notes: %s"
+ ],
+ "Notebooks": [
+ "Blocs de notes"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "Els blocs de notes no poden tenir el nom «%s», és un títol reservat."
+ ],
+ "Notes": [
+ "otes"
+ ],
+ "Notes and settings are stored in: %s": [
+ "Les notes i la configuració es desen a: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "Només podeu crear notes en un bloc de notes."
+ ],
+ "Numbered List": [
+ "Llista numerada"
+ ],
+ "OK": [
+ "D'acord"
+ ],
+ "OLED Dark": [
+ "OLED fosc"
+ ],
+ "On %s: %s": [
+ "A les %s.%s"
+ ],
+ "One of your master keys use an obsolete encryption method.": [
+ "Una de les vostres claus mestres utilitza un mètode de xifratge obsolet."
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "Un o més elements estan xifrats i cal que proporcioneu una contrasenya mestra. Per a fer-ho, escriviu «e2ee decrypt». Si ja heu indicat una contrasenya, els elements xifrats s'estan desxifrant en segon pla i seran disponibles aviat."
+ ],
+ "One or more master keys need a password.": [
+ "Una o més claus mestres necessiten una contrasenya."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "Inicia sessió al OneDrive"
+ ],
+ "Only one note can be printed at a time.": [
+ "Només es pot imprimir una nota alhora."
+ ],
+ "Open": [
+ "Obre"
+ ],
+ "Open %s": [
+ "Obre %s"
+ ],
+ "Open PDF viewer": [
+ "Obre el visor de PDF"
+ ],
+ "Open profile directory": [
+ "Obre carpeta de perfil"
+ ],
+ "Open Sync Wizard...": [
+ "Obre l'assistent de sincronització..."
+ ],
+ "Open...": [
+ "Obre..."
+ ],
+ "Operation cancelled": [
+ "L'operació s'ha cancel·lat"
+ ],
+ "Options": [
+ "Opcions"
+ ],
+ "Or create an account.": [
+ "O creeu un compte."
+ ],
+ "Ordered list": [
+ "Llista ordenada"
+ ],
+ "Other applications...": [
+ "Altres aplicacions"
+ ],
+ "Output format: %s": [
+ "Format destí: %s"
+ ],
+ "Page orientation for PDF export": [
+ "Orientació de la pàgina per exportació a PDF"
+ ],
+ "Page size for PDF export": [
+ "Mida de la pàgina per exportació a PDF"
+ ],
+ "Password": [
+ "Contrasenya"
+ ],
+ "Password cannot be empty": [
+ "El camp *Contrasenya* no pot ser buit"
+ ],
+ "Password:": [
+ "Contrasenya:"
+ ],
+ "Passwords do not match!": [
+ "Les contrasenyes no coincideixen!"
+ ],
+ "Paste": [
+ "Enganxa"
+ ],
+ "Paste as text": [
+ ""
+ ],
+ "Path:": [
+ "Camí:"
+ ],
+ "PDF File": [
+ "Fitxer PDF"
+ ],
+ "Per user. Minimum of %d users.": [
+ ""
+ ],
+ "Permission needed": [
+ "Cal permís"
+ ],
+ "Permission to use camera": [
+ "Permís per a utilitzar la càmera"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ "Feu clic a \"%s\" per a continuar, o definiu les contrasenyes a la llista \"%s\" inferior."
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ "Confirmeu que voleu tornar a xifrar la vostra base de dades completa."
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ "Entreu la vostra contrasenya en la llista de claus mestres d'aquí a sota abans d'actualitzar la clau."
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ "Teniu en compte que si és un bloc de notes llarg, pot necessitar uns quants minuts fins que totes les notes es mostren al dispositiu del destinatari."
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "Obriu l'URL següent al navegador per a autenticar l'aplicació. L'aplicació crearà un directori a «Aplicacions/Joplin» i només llegirà i escriurà fitxers en aquest directory. No tindrà accés a cap fitxer fora d'aquest directori ni a cap dada personal. No es compartirà cap dada amb terceres parts."
+ ],
+ "Please record your voice...": [
+ ""
+ ],
+ "Please select a notebook first.": [
+ "Cal que primer seleccioneu un bloc de notes."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "Primer seleccioneu la nota o el bloc de notes que vulgueu suprimir."
+ ],
+ "Please select where the sync status should be exported to": [
+ "Seleccioneu on s'hauria d'exportar l'estat de la sincronització"
+ ],
+ "Please specify import format for %s": [
+ "Indiqueu el format d'importació per a %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "Indiqueu el bloc de notes on s'haurien d'importar les notes."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ "Si us plau, actualitzeu Joplin per a utilitzar aquesta extensió"
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ "Espereu que tots els adjunts hagin estat descarregats i desxifrats. També podeu canviar a %s per a editar la nota."
+ ],
+ "Please wait...": [
+ "Espereu..."
+ ],
+ "Plugin tools": [
+ "Eines de les extensions"
+ ],
+ "Plugins": [
+ "Extensions"
+ ],
+ "Portrait": [
+ "Retrat"
+ ],
+ "Possible keys/values:": [
+ "Valors/claus possibles:"
+ ],
+ "Possible values: %s.": [
+ "Valors possibles: %s."
+ ],
+ "Preferences": [
+ "Preferències"
+ ],
+ "Preferences...": [
+ "Preferències..."
+ ],
+ "Preferred dark theme": [
+ "Tema fosc preferit"
+ ],
+ "Preferred light theme": [
+ "Tema clar preferit"
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "Premeu Ctrl+D o escriviu «exit» per a sortir de l'aplicació"
+ ],
+ "Press the shortcut": [
+ "Premeu la drecera"
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ "Premeu la drecera i premeu RETORN. O, premeu RETROCÉS per a esborrar la drecera."
+ ],
+ "Press to set the decryption password.": [
+ "Premeu per a definir la contrasenya de desxifrat."
+ ],
+ "Previous match": [
+ ""
+ ],
+ "Previous versions of this note": [
+ "Versions prèvies d'aquesta nota"
+ ],
+ "Print": [
+ "Imprimeix"
+ ],
+ "Priority support": [
+ ""
+ ],
+ "Privacy Policy": [
+ "Política de privacitat"
+ ],
+ "Pro": [
+ "Pro"
+ ],
+ "Process failed payment subscriptions": [
+ "Processa els pagaments de subscripcions fallits"
+ ],
+ "Process oversized accounts": [
+ "Processa els comptes més grans del permés"
+ ],
+ "Process user deletions": [
+ "Processa les supressions d'usuaris"
+ ],
+ "Profile": [
+ "Perfil"
+ ],
+ "Profile name": [
+ "Nom del perfil"
+ ],
+ "Profile name:": [
+ "Nom del perfil:"
+ ],
+ "Profile Version: %s": [
+ "Versió del perfil: %s"
+ ],
+ "Profiles": [
+ "Perfils"
+ ],
+ "Properties": [
+ "Propietats"
+ ],
+ "Proxy enabled": [
+ "Intermediari activat"
+ ],
+ "Proxy timeout (seconds)": [
+ ""
+ ],
+ "Proxy URL": [
+ ""
+ ],
+ "Public-private key pair:": [
+ "Parell de claus pública-privada:"
+ ],
+ "Publish note...": [
+ "Publica la nota..."
+ ],
+ "Publish Notes": [
+ "Publica notes"
+ ],
+ "Publish notes to the internet": [
+ "Publica les notes a internet"
+ ],
+ "Quit": [
+ "Surt"
+ ],
+ "Re-encrypt data": [
+ "Torna a xifrar les dades"
+ ],
+ "Re-encryption": [
+ "Xifratge"
+ ],
+ "Re-upload local data to sync target": [
+ "Torna a pujar les dades locals per a sincronitzar la destinació"
+ ],
+ "Read more about it": [
+ "Llegiu-ne més sobre ell"
+ ],
+ "Read time: %s min": [
+ "Temps de lectura: %s min"
+ ],
+ "Recipient has accepted the invitation": [
+ "El destinatari ha acceptat la invitació"
+ ],
+ "Recipient has not yet accepted the invitation": [
+ "El destinatari encara no ha acceptat la invitació"
+ ],
+ "Recipient has rejected the invitation": [
+ "El destinatari ha rebutjat la invitació"
+ ],
+ "Recipients:": [
+ "Destinataris:"
+ ],
+ "Redo": [
+ "Refés"
+ ],
+ "Refresh": [
+ "Actualitza"
+ ],
+ "Regular expression": [
+ "Expressió regular"
+ ],
+ "Reject": [
+ "Rebutja"
+ ],
+ "Remove": [
+ "Elimina"
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "Voleu suprimir l'etiqueta \"%s\" de totes les notes?"
+ ],
+ "Remove this search from the sidebar?": [
+ "Voleu suprimir aquesta cerca de la barra lateral?"
+ ],
+ "Rename": [
+ "Canvia el nom"
+ ],
+ "Rename notebook:": [
+ "Canvia el nom del bloc de notes:"
+ ],
+ "Rename tag:": [
+ "Canvia el nom de l'etiqueta:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "Canvia el nom de la nota o bloc de notes indicat de
- a ."
+ ],
+ "Renew token": [
+ "Renova el testimoni"
+ ],
+ "Replace": [
+ ""
+ ],
+ "Replace all": [
+ "Reemplaça-ho tot"
+ ],
+ "Replace with...": [
+ ""
+ ],
+ "Replace: ": [
+ ""
+ ],
+ "Reset application layout": [
+ "Reinicialitza la disposició de l'aplicació"
+ ],
+ "Reset master password": [
+ "Torna a definir la contrasenya mestra"
+ ],
+ "Resources: %d.": [
+ "Recursos: %d."
+ ],
+ "Restart and upgrade": [
+ "Reinicia i actualitza"
+ ],
+ "Restart now": [
+ "Reinicia ara"
+ ],
+ "Restore": [
+ "Restaurar"
+ ],
+ "Restored Notes": [
+ "Notes restaurades"
+ ],
+ "Retry": [
+ "Torna a provar"
+ ],
+ "Retry All": [
+ "Torna a provar-los tots"
+ ],
+ "Reveal file in folder": [
+ "Mostra el fitxer a la carpeta"
+ ],
+ "Reverse sort order": [
+ "Ordre invers"
+ ],
+ "Reverses the sorting order.": [
+ "Inverteix el criteri d'ordenació."
+ ],
+ "Revision: %s (%s)": [
+ "Revisió: %s (%s)"
+ ],
+ "Runs the commands contained in the text file. There should be one command per line.": [
+ "Executa les ordres contingudes al fitxer de text. Hi ha d'haver una ordre per línia."
+ ],
+ "S3": [
+ "S3"
+ ],
+ "S3 access key": [
+ "Clau d'acces d'S3"
+ ],
+ "S3 bucket": [
+ "Bucket S3"
+ ],
+ "S3 region": [
+ "Regió S3"
+ ],
+ "S3 secret key": [
+ "Clau secreta S3"
+ ],
+ "S3 URL": [
+ "URL S3"
+ ],
+ "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": [
+ "El mode segur està actiu actualment. La renderització de notes i totes les extensions estan temporalment inhabilitades."
+ ],
+ "Save": [
+ "Desa"
+ ],
+ "Save alarm": [
+ "Desa l'alarma"
+ ],
+ "Save as %s": [
+ "Desa-ho com a %s"
+ ],
+ "Save as...": [
+ "Anomena i desa..."
+ ],
+ "Save changes": [
+ "Desa els canvis"
+ ],
+ "Save geo-location with notes": [
+ "Desa la geolocalització a les notes"
+ ],
+ "Search": [
+ "Cerca"
+ ],
+ "Search for plugins...": [
+ "Cerca connectors..."
+ ],
+ "Search for...": [
+ "Cerca per..."
+ ],
+ "Search in all the notes": [
+ "Cerca a totes les notes"
+ ],
+ "Search in current note": [
+ "Cerca en la nota actual"
+ ],
+ "Search...": [
+ "Cerca..."
+ ],
+ "Search:": [
+ "Cerca:"
+ ],
+ "Searches for the given in all the notes.": [
+ "Cerca el patró en totes les notes."
+ ],
+ "See the pre-release page for more details: %s": [
+ "Consulta la pàgina de prellançament per a més detalls: %s"
+ ],
+ "Select": [
+ "Selecciona"
+ ],
+ "Select all": [
+ "Seleccioneu tot"
+ ],
+ "Select emoji...": [
+ "Selecciona un emoji..."
+ ],
+ "Select file...": [
+ "Selecciona un fitxer..."
+ ],
+ "Select parent notebook": [
+ "Selecciona el bloc de notes pare"
+ ],
+ "Server is already running on port %d": [
+ "El servidor ja està corrent en el port %d"
+ ],
+ "Server is not running.": [
+ "El servidor no està corrent."
+ ],
+ "Server is running on port %d": [
+ "El servidor està corrent en el port %d"
+ ],
+ "Set alarm": [
+ "Estableix una alarma"
+ ],
+ "Set alarm:": [
+ "Estableix una alarma:"
+ ],
+ "Set it to 0 to make it take the complete available space. Recommended width is 600.": [
+ "Definiu-ho a 0 perquè ocupe tot l'espai disponible. L'amplària recomanada és 600."
+ ],
+ "Set the password": [
+ "Establiu la contrasenya"
+ ],
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": [
+ "Estableix la propietat de la indicada al [valor] donat. Les propietats possibles són:\n\n%s"
+ ],
+ "Share": [
+ "Comparteix"
+ ],
+ "Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
+ ""
+ ],
+ "Share Notebook": [
+ "Comparteix el quadern de notes"
+ ],
+ "Share notebook...": [
+ "Comparteix el quadern de notes..."
+ ],
+ "Share permissions": [
+ ""
+ ],
+ "Sharing notebook...": [
+ "S'està compartint el bloc de notes."
+ ],
+ "Shortcuts are not available in CLI mode.": [
+ "Les dreceres no són disponibles en el mode de línia d'ordres."
+ ],
+ "Show advanced": [
+ "Mostra les opcions avançades"
+ ],
+ "Show Advanced Settings": [
+ "Mostra les opcions avançades"
+ ],
+ "Show all": [
+ "Mostra-ho tot"
+ ],
+ "Show completed to-dos": [
+ "Mostra els llistats de tasques pendents finalitzats"
+ ],
+ "Show disabled": [
+ "Mostra les deshabilitades"
+ ],
+ "Show disabled keys": [
+ "Mostra les claus deshabilitades"
+ ],
+ "Show more actions": [
+ "Mostra més accions"
+ ],
+ "Show note counts": [
+ "Mostra el nombre de notes"
+ ],
+ "Show sort order buttons": [
+ "Mostra els botons de canviar l'ordenació"
+ ],
+ "Show tray icon": [
+ "Mostra la icona a la safata"
+ ],
+ "Show/hide the sidebar": [
+ ""
+ ],
+ "Shrink large images before adding them to notes.": [
+ ""
+ ],
+ "Side menu opened": [
+ ""
+ ],
+ "Sidebar": [
+ "Barra lateral"
+ ],
+ "Size": [
+ "Mida"
+ ],
+ "Skip this version": [
+ "Omet aquesta versió"
+ ],
+ "Skipped items: %d (use --retry-failed-items to retry decrypting them)": [
+ "Elements omesos: %d (utilitza --retry-failed-items per a tornar a intentar desxifrar-los)"
+ ],
+ "Skipped: %d.": [
+ "Omeses: %d."
+ ],
+ "Solarised Dark": [
+ "Solaritzat fosc"
+ ],
+ "Solarised Light": [
+ "Solaritzat clar"
+ ],
+ "Some items cannot be decrypted.": [
+ "Alguns elements no s'han pogut desxifrar."
+ ],
+ "Some items cannot be synchronised.": [
+ "Alguns elements no s'han pogut sincronitzar."
+ ],
+ "Some items cannot be synchronised. Press for more info.": [
+ "Alguns elements no es poden sincronitzar. Premeu per a més informació."
+ ],
+ "Sort notebooks by": [
+ "Ordena els blocs de notes per"
+ ],
+ "Sort notes by": [
+ "Ordena les notes per"
+ ],
+ "Sort selected lines": [
+ "Ordena les línies seleccionades"
+ ],
+ "Sorts the item by (eg. title, updated_time, created_time).": [
+ "Ordena l'element per (p. ex. títol, actualització o creació)."
+ ],
+ "Source format: %s": [
+ "Format d'origen: %s"
+ ],
+ "Source: ": [
+ "Font: "
+ ],
+ "Specify the port that should be used by the API server. If not set, a default will be used.": [
+ "Especifiqueu el port que hauria de fer servir el servidor API. Si no s’estableix, s’utilitzarà un valor per defecte."
+ ],
+ "Spell checker": [
+ "Corrector ortogràfic"
+ ],
+ "Split View": [
+ "Vista dividida"
+ ],
+ "Start application minimised in the tray icon": [
+ "Inicieu l'aplicació minimitzada a la icona de la safata"
+ ],
+ "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": [
+ "Arrenca, atura o verifica el servidor API. Per a especificar a quin port ha de córrer, estableix la variable api.port. Les ordres són (%s)."
+ ],
+ "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": [
+ "S'està iniciant el desxifratge... Espereu perquè això pot durar alguns minuts, depenent de quanta informació calgui desxifrar."
+ ],
+ "Starting synchronisation...": [
+ "Està començant la sincronització..."
+ ],
+ "Starting to edit note. Close the editor to get back to the prompt.": [
+ "S'està iniciant l'edició de la nota. Tanqueu l'editor per a tornar a l'indicador."
+ ],
+ "Statistics": [
+ "Estadístiques"
+ ],
+ "Statistics...": [
+ "Estadístiques..."
+ ],
+ "Status": [
+ "Estat"
+ ],
+ "Status: %s": [
+ "Estat: %s"
+ ],
+ "Status: Started on port %d": [
+ "Estat: iniciat al port %d"
+ ],
+ "Step 1: Enable the clipper service": [
+ "Pas 1: Activeu el servei del porta-retalls de webs"
+ ],
+ "Step 1: Open this URL in your browser to authorise the application:": [
+ "Pas 1: Obriu aquest URL al navegador per a autoritzar l'aplicació:"
+ ],
+ "Step 2: Enter the code provided by Dropbox:": [
+ "Pas 2: Introduïu el codi proporcionat per Dropbox:"
+ ],
+ "Step 2: Install the extension": [
+ "Pas 2: Instal·leu l'extensió"
+ ],
+ "Stop": [
+ "Atura"
+ ],
+ "Stop external editing": [
+ "Atura l'edició externa"
+ ],
+ "Storage space": [
+ ""
+ ],
+ "Strikethrough": [
+ "Ratllat"
+ ],
+ "strong text": [
+ "text destacat"
+ ],
+ "Submit": [
+ "Tramet"
+ ],
+ "Subscript": [
+ "Subíndex"
+ ],
+ "Success! Synchronisation configuration appears to be correct.": [
+ "Èxit! Sembla que la configuració de sincronització és correcta."
+ ],
+ "Superscript": [
+ "Superíndex"
+ ],
+ "Swap line down": [
+ "Intercanvia la línia avall"
+ ],
+ "Swap line up": [
+ "Intercanvia la línia cap amunt"
+ ],
+ "Switch between note and to-do type": [
+ "Alterna entre el tipus nota i tasques pendents"
+ ],
+ "Switch profile": [
+ "Canvia el perfil"
+ ],
+ "Switch to note type": [
+ "Canvia el tipus a nota"
+ ],
+ "Switch to profile %d": [
+ "Canvia al perfil %d"
+ ],
+ "Switch to to-do type": [
+ "Canvia el tipos a tasques pendents"
+ ],
+ "Switches to [notebook] - all further operations will happen within this notebook.": [
+ "Canvia a [notebook] - totes les operacions posteriors s'aplicaran en aquest bloc de notes."
+ ],
+ "Sync as many devices as you want": [
+ ""
+ ],
+ "Sync Status": [
+ "Estat de sincronització"
+ ],
+ "Sync status (synced items / total items)": [
+ "Estat de la sincronització (element sinc. / elements totals)"
+ ],
+ "Sync target must be upgraded! Run `%s` to proceed.": [
+ "Cal actualitzar la destinació de sincronització! Executeu «%s» per a continuar."
+ ],
+ "Sync Target Upgrade": [
+ "Sincronitza l'actualització de la destinació"
+ ],
+ "Sync to provided target (defaults to sync.target config value)": [
+ "Sincronitza a la destinació indicada (de forma predeterminada al valor de configuració sync.target)"
+ ],
+ "Sync Version: %s": [
+ "Versió de la sincronització: %s"
+ ],
+ "Sync your notes": [
+ "Sincronitzeu les notes"
+ ],
+ "Synchronisation": [
+ "Sincronització"
+ ],
+ "Synchronisation interval": [
+ "Interval de sincronització"
+ ],
+ "Synchronisation is already in progress.": [
+ "La sincronització ja és en curs."
+ ],
+ "Synchronisation Status": [
+ "Estat de la sincronització"
+ ],
+ "Synchronisation target": [
+ "Objectiu de sincronització"
+ ],
+ "Synchronisation target: %s (%s)": [
+ "Destinació de la sincronització: %s(%s)"
+ ],
+ "Synchronise": [
+ "Sincronitza"
+ ],
+ "Synchronise only over WiFi connection": [
+ "Sincronitza només amb la connexió Wi-Fi"
+ ],
+ "Synchronises with remote storage.": [
+ "Sincronitza amb un emmagatzemament remot."
+ ],
+ "Synchronising...": [
+ "Sincronitzant..."
+ ],
+ "Synchronizing...": [
+ "S'està sincronitzant..."
+ ],
+ "Tabloid": [
+ "Tabloide"
+ ],
+ "tag1, tag2, ...": [
+ "etiqueta1, etiqueta2, ..."
+ ],
+ "Tagged: %d.": [
+ "Etiquetats: %d."
+ ],
+ "Tags": [
+ "Etiquetes"
+ ],
+ "Take photo": [
+ "Fes una foto"
+ ],
+ "Task list": [
+ "Llista de tasques"
+ ],
+ "Tasks": [
+ "Tasques"
+ ],
+ "Teams": [
+ ""
+ ],
+ "Text editor command": [
+ "Ordre de l'editor de text"
+ ],
+ "Thank you! Your Joplin Cloud account is now setup and ready to use.": [
+ "Gràcies! El vostre compte de Joplin Cloud està preparat per a utilitzar-se."
+ ],
+ "The active profile cannot be deleted. Switch to a different profile and try again.": [
+ ""
+ ],
+ "The app is now going to close. Please relaunch it to complete the process.": [
+ "L'aplicació es tancarà ara. Si us plau, torneu-la a executar per a completar el procés."
+ ],
+ "The application did not close properly. Would you like to start in safe mode?": [
+ "L'aplicació no s'ha tancat correctament. Voleu iniciar en mode segur?"
+ ],
+ "The application has been authorised - you may now close this browser tab.": [
+ "L'aplicació ha estat autoritzada - podeu tancar aquesta pestanya del navegador."
+ ],
+ "The application has been authorised!": [
+ "L'aplicació s'ha autoritzat correctament!"
+ ],
+ "The application has been successfully authorised.": [
+ "L'aplicació s'ha autoritzat correctament."
+ ],
+ "The application must be restarted for these changes to take effect.": [
+ "Cal reiniciar l'aplicació perquè aquests canvis tinguin efecte."
+ ],
+ "The attachments will no longer be watched when you switch to a different note.": [
+ "Els adjunts ja no es veuran quan canvieu a una nota diferent."
+ ],
+ "The command \"%s\" is only available in GUI mode": [
+ "L'ordre «%s» només és disponible en mode IGU"
+ ],
+ "The default admin password is insecure and has not been changed! [Change it now](%s)": [
+ "La contrasenya d'administrador per defecte és insegura i no s'ha canviat! [Canvia-la ara](%s)"
+ ],
+ "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": [
+ "El mètode de xifratge per defecte s'ha canviat a un de més segur i és recomanable que l'apliqueu a les vostres dades."
+ ],
+ "The default encryption method has been changed, you should re-encrypt your data.": [
+ "El mètode de xifratge per defecte s'ha canviat, hauríeu de tornar a xifrar les vostres dades."
+ ],
+ "The default profile cannot be deleted": [
+ ""
+ ],
+ "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": [
+ "L'ordre de l'editor (que pot incloure arguments) que s'usarà per a obrir una nota. Si no se'n proporciona cap, es detectarà automàticament l'editor predeterminat."
+ ],
+ "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": [
+ "La propietat factor defineix com l’element creixerà o es reduirà per a ajustar-se a l’espai disponible al seu contenidor respecte als altres elements. Per tant, un element amb un factor de 2 ocuparà el doble d’espai que un element amb un factor d'1. Reinicieu l’aplicació per a veure els canvis."
+ ],
+ "The following attachments are being watched for changes:": [
+ "S'estan vigilant els següents adjunts per si hi ha canvis:"
+ ],
+ "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": [
+ "Les següents claus utilitzen un algorisme de xifrat obsolet i és recomanable actualitzar-les. La clau actualitzada podrà xifrar i desxifrar les dades com és habitual."
+ ],
+ "The Joplin mobile app does not currently support this type of link: %s": [
+ "L'aplicació mòbil del Joplin, ara per ara, no admet aquest tipus d'enllaç: %s"
+ ],
+ "The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
+ "L'equip de Joplin ha comprovat aquesta extensió i compleix els nostres estàndards de seguretat i rendiment."
+ ],
+ "The keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Les claus amb aquests ID s'utilitzen per a xifrar alguns elements. Tot i això, l'aplicació no hi té accés. És probable que es baixen en algun moment via sincronització."
+ ],
+ "The master key has been upgraded successfully!": [
+ "La clau mestra s'ha actualitzat amb èxit!"
+ ],
+ "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Les claus mestres amb aquests ID s'usen per a xifrar alguns dels elements. Tot i això l'aplicació actualment no hi té accés. Probablement es baixaran via sincronització."
+ ],
+ "The note \"%s\" has been successfully restored to the notebook \"%s\".": [
+ "La nota «%s» s'ha restaurat amb èxit en el bloc de notes «%s»."
+ ],
+ "The notebook could not be saved: %s": [
+ "No s'ha pogut desar el bloc de notes: %s"
+ ],
+ "The notes have been imported: %s": [
+ "Notes s'han importat: %s"
+ ],
+ "The possible commands are:": [
+ "Les ordres possibles són:"
+ ],
+ "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": [
+ "El destinatari no s'ha pogut eliminar de la llista. Torneu-ho a provar.\n\nL'error era \"%s\""
+ ],
+ "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": [
+ "Cal actualitzar l'objectiu de sincronització abans que Joplin pugui sincronitzar. L'operació pot trigar uns minuts a completar-se i cal reiniciar l'aplicació. Per a continuar, feu clic a l'enllaç."
+ ],
+ "The sync target needs to be upgraded. Press this banner to proceed.": [
+ "La destinació de sincronització s'ha d'actualitzar. Premeu aquest bàner per procedir."
+ ],
+ "The tag \"%s\" already exists. Please choose a different name.": [
+ "L'etiqueta \"%s\" ja existeix. Escolliu un nom diferent."
+ ],
+ "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": [
+ "L'objectiu on se sincronitzarà. Cada objectiu pot tenir paràmetres addicionals que s'anomenen «sync.NUM.NAME» (tots documentats a sota)."
+ ],
+ "The Web Clipper needs your authorisation to access your data.": [
+ "El porta-retalls web necessita autorització per a accedir a les vostres dades."
+ ],
+ "The web clipper service is enabled and set to auto-start.": [
+ "El servei de porta-retalls de webs és actiu i configurat per a iniciar-se automàticament."
+ ],
+ "The web clipper service is not enabled.": [
+ "El servei del porta-retalls de webs no està activat."
+ ],
+ "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
+ ""
+ ],
+ "Theme": [
+ "Tema"
+ ],
+ "There are currently no notes. Create one by clicking on the (+) button.": [
+ "Ara mateix no hi ha cap nota. Creeu-ne una fent clic en el botó (+)."
+ ],
+ "There are unsaved changes.": [
+ ""
+ ],
+ "There is currently no notebook. Create one by clicking on \"New notebook\".": [
+ "Ara mateix no hi ha cap bloc de notes. Creeu-ne un fent clic a «Bloc de notes nou»."
+ ],
+ "There is no data to export.": [
+ "No hi ha dades per a exportar."
+ ],
+ "There was a [conflict](%s) on the attachment below.\n\n%s": [
+ "Hi ha hagut un [conflicte](%s) en aquest l'adjunt.\n\n%s"
+ ],
+ "There was an error downloading this attachment:": [
+ "Hi ha hagut un error en baixar aquest adjunt:"
+ ],
+ "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": [
+ "S'ha produït un error configurant el vostre compte de Joplin Cloud. Verifiqueu el vostre correu electrònic i la contrasenya, i proveu de nou. L'error ha sigut:\n\n%s"
+ ],
+ "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": [
+ "Aquests elements es mantindran al dispositiu, però no es pujaran a la destinació de sincronització. Per a poder trobar aquests elements, podeu cercar pel títol o la ID (que es mostra entre claudàtors a sobre)."
+ ],
+ "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": [
+ "Aquestes extensions milloren el renderitzador de Markdown amb funcions addicionals. Tingueu en compte que, tot i que aquestes funcions poden ser útils, no són Markdown estàndard i, per tant, la majoria només funcionaran dins de Joplin. A més, alguneas d’ells són *incompatibles* amb l’editor WYSIWYG. Si obriu una nota que utilitza un d'aquestes extensions en aquest editor, perdreu el format de l'extensió. A continuació s’indica quines extensions són compatibles o no amb l’editor WYSIWYG."
+ ],
+ "This allows another user to share a notebook with you, and you can then both collaborate on it. It does not however allow you to share a notebook with someone else, unless you have the feature \"%s\".": [
+ ""
+ ],
+ "This attachment is not downloaded or not decrypted yet": [
+ "Aquest adjunt no ha estat descarregat o desxifrat encara"
+ ],
+ "This attachment is not downloaded or not decrypted yet.": [
+ "Aquest adjunt no s'ha descarregat o no s'ha desxifrat encara."
+ ],
+ "This authorisation token is only needed to allow third-party applications to access Joplin.": [
+ "Aquest testimoni d'autorització només és necessari per a permetre l'accés d'aplicacions de tercers al Joplin."
+ ],
+ "This drawing may have unsaved changes.": [
+ ""
+ ],
+ "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
+ "Aquesta és una eina avançada per a mostrar els adjunts que estan enllaçats a les vostres notes. Tingueu precaució en suprimir-ne un, ja que després no es poden restaurar."
+ ],
+ "This note could not be deleted: %s": [
+ "Aquesta nota no s'ha pogut suprimir: %s",
+ "Aquestes notes no s'han pogut suprimir: %s"
+ ],
+ "This note could not be duplicated: %s": [
+ "Aquesta nota no s'ha pogut duplicar: %s",
+ "Aquestes notes no s'han pogut duplicar: %s"
+ ],
+ "This note could not be moved: %s": [
+ "Aquesta nota no s'ha pogut moure: %s",
+ "Aquestes notes no s'han pogut moure: %s"
+ ],
+ "This note does not have geolocation information.": [
+ "Aquesta nota no té informació de geolocalització."
+ ],
+ "This note has been modified:": [
+ "Aquesta nota s'ha modificat:"
+ ],
+ "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
+ "Aquesta nota no té contingut. Feu clic a «%s» per a anar a l'editor i modificar-la."
+ ],
+ "This note has no history": [
+ "Aquesta nota no té historial"
+ ],
+ "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
+ "Aquest editor de text enriquit té una sèrie de limitacions i es recomana ser conscient d'elles abans d'utilitzar-lo."
+ ],
+ "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": [
+ "Aquest servei permet que l'extensió del navegador pugui comunicar-se amb el Joplin. En activar-la, el tallafoc us podria demanar de donar permís al Joplin per a escoltar un port determinat."
+ ],
+ "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": [
+ "Això permetrà que Joplin s’executi en segon pla. Es recomana habilitar aquesta configuració perquè les notes se sincronitzin constantment, reduint així el nombre de conflictes."
+ ],
+ "This will open a new screen. Save your current changes?": [
+ "Això obrirà una nova pantalla. Voleu desar els canvis actuals?"
+ ],
+ "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
+ "Això eliminarà el bloc de notes de la vostra col·lecció i no hi tindreu accés al contingut. Voleu continuar?"
+ ],
+ "Time format": [
+ "Format horari"
+ ],
+ "title": [
+ "títol"
+ ],
+ "Title": [
+ "Títol"
+ ],
+ "To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
+ "Per a permetre que el Joplin sincronitzi amb el Dropbox, seguiu les passes següents:"
+ ],
+ "To continue, please enter your master password below.": [
+ "Per a continuar, introduïu la contrasenya mestra."
+ ],
+ "To delete a tag, untag the associated notes.": [
+ "Per a suprimir una etiqueta, traieu l'etiqueta en les notes associades."
+ ],
+ "To delete: %d": [
+ "Per a suprimir: %d"
+ ],
+ "To enter command line mode, press \":\"": [
+ "Per a anar al mode de línia d'ordres, premeu «:»"
+ ],
+ "To exit command line mode, press ESCAPE": [
+ "Per a sortir del mode en línia d'ordres, premeu la tecla Escapada"
+ ],
+ "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": [
+ "Per a ordenar les notes manualment, l'ordre de classificació s'ha de canviar a \"%s\" en el menú \"%s\" > \"%s\""
+ ],
+ "To maximise/minimise the console, press \"tc\".": [
+ "Per a maximitzar o minimitzar la consola, premeu «tc»."
+ ],
+ "To move from one pane to another, press Tab or Shift+Tab.": [
+ "Per a desplaçar-vos d'un panell a un altre, premeu Tab o Maj+Tab."
+ ],
+ "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": [
+ "Per a reintentar el desxifratge d'aquests elements. Executa \"e2ee decrypt --retry-failed-items\""
+ ],
+ "To switch the profile, the app is going to close and you will need to restart it.": [
+ ""
+ ],
+ "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": [
+ "Per a funcionar correctament, l'aplicació requereix els permisos següents. Habiliteu-los a la configuració del telèfon a Aplicacions > Joplin > Permisos"
+ ],
+ "to-do": [
+ "tasques pendents"
+ ],
+ "to-do: %s": [
+ "tasques pendents: %s"
+ ],
+ "Toggle comment": [
+ "Mostra o amaga el comentari"
+ ],
+ "Toggle development tools": [
+ "Activa/desactiva eines de desenvolupament"
+ ],
+ "Toggle editor layout": [
+ "Canvia disposició de l'editor"
+ ],
+ "Toggle editors": [
+ "Canvia disposició de l'editor"
+ ],
+ "Toggle external editing": [
+ "Activa/desactiva l'edició externa"
+ ],
+ "Toggle note list": [
+ "Mostra o amaga llista de notes"
+ ],
+ "Toggle own sort order": [
+ "Canvia l'ordenació"
+ ],
+ "Toggle safe mode": [
+ "Activa/desactiva el mode segur"
+ ],
+ "Toggle sidebar": [
+ "Mostra o amaga barra lateral"
+ ],
+ "Toggle sort order field": [
+ "Canvia el camp d'ordenació"
+ ],
+ "Token has been copied to the clipboard!": [
+ "El testimoni s'ha copiat al porta-retalls!"
+ ],
+ "Tools": [
+ "Eines"
+ ],
+ "Total Size": [
+ "Mida total"
+ ],
+ "Total: %d/%d": [
+ "Total: %d/%d"
+ ],
+ "Try again": [
+ "Intenta-ho de nou"
+ ],
+ "Try it now": [
+ "Proveu-ho ara"
+ ],
+ "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
+ "Escriviu «help [ordre]» per a més informació sobre l'ordre; o escriviu «help all» per a la informació d'ús completa."
+ ],
+ "Type `joplin help` for usage information.": [
+ "Escriviu «joplin help» per a obtenir informació d'ús."
+ ],
+ "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
+ "Escriviu un títol de nota o part del seu contingut per a saltar a la nota. O escriviu # seguit d'un nom d'etiqueta, o @ seguit d'un nom de bloc de notes. O escriviu \":\" per a cercar entre les ordres."
+ ],
+ "Type new tags or select from list": [
+ "Escriviu etiquetes noves o seleccioneu-ne de la llista"
+ ],
+ "Type: %s.": [
+ "Tipus: %s."
+ ],
+ "Unable to edit resource of type %s": [
+ ""
+ ],
+ "Unable to export or share data. Reason: %s": [
+ ""
+ ],
+ "Unable to share log data. Reason: %s": [
+ ""
+ ],
+ "Uncompleted to-dos on top": [
+ "Les tasques pendents sense finalitzar a la part superior"
+ ],
+ "Undo": [
+ "Desfés"
+ ],
+ "Unknown flag: %s": [
+ "Bandera desconeguda: %s"
+ ],
+ "Unknown item type downloaded - please upgrade Joplin to the latest version": [
+ "S'ha baixat un tipus d'ítem desconegut. Si us plau, actualitzeu Joplin a la darrera versió"
+ ],
+ "Unordered list": [
+ "Llista no ordenada"
+ ],
+ "Unpublish note": [
+ "Deixa de publicar la nota"
+ ],
+ "Unshare": [
+ "Deixa de compartir"
+ ],
+ "Unshare this notebook? The recipients will no longer have access to its content.": [
+ "Voleu deixar de compartir aquest bloc de notes? Els destinataris ja no tindran accés al seu contingut."
+ ],
+ "Unsupported image type: %s": [
+ "Tipus d'imatge no admesa: %s"
+ ],
+ "Unsupported link or message: %s": [
+ "Missatge o enllaç no suportat: %s"
+ ],
+ "Untitled": [
+ "Sense títol"
+ ],
+ "Update": [
+ "Actualització"
+ ],
+ "Update profile": [
+ "Actualitza el perfil"
+ ],
+ "Update total sizes": [
+ "Actualitza les mides totals"
+ ],
+ "Updated": [
+ "Actualització"
+ ],
+ "updated date": [
+ "data d'actualització"
+ ],
+ "Updated local items: %d.": [
+ "Elements locals actualitzats: %d."
+ ],
+ "Updated remote items: %d.": [
+ "Elements remots actualitzats: %d."
+ ],
+ "Updated: ": [
+ "Última actualització: "
+ ],
+ "Updated: %d.": [
+ "Actualitzades: %d."
+ ],
+ "Updated: %s": [
+ "Actualitzat: %s"
+ ],
+ "Updating...": [
+ "S'està actualitzant..."
+ ],
+ "Upgrade": [
+ "Actualitza"
+ ],
+ "Upgrade the sync target to the latest version.": [
+ "Actualitza la destinació de sincronització a la versió més recent."
+ ],
+ "URL": [
+ "URL"
+ ],
+ "Usage: %s": [
+ "Ús: %s"
+ ],
+ "Use biometrics to secure access to the app": [
+ ""
+ ],
+ "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": [
+ "Usa el format de llista llarga. El format és ID, NRE_NOTES (per a blocs de notes), DATA, TASQUES_MARCADES (per a llistats de tasques pendents), TÍTOL"
+ ],
+ "Use spell checker": [
+ "Utilitza el corrector ortogràfic"
+ ],
+ "Use the arrows and page up/down to scroll the lists and text areas (including this console).": [
+ "Useu les fletxes del cursor i les tecles de pàgina amunt i avall per a recórrer les llistes i les àrees de text (incloent-hi aquesta consola)."
+ ],
+ "Use the arrows to move the layout items. Press \"Escape\" to exit.": [
+ "Utilitzeu les fletxes per a moure els elements de la disposició. Premeu «Escapa» per a sortir."
+ ],
+ "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": [
+ "Utilitzeu això per a reconstruir l'índex de cerca si hi ha un problema amb la cerca. Pot trigar molt en funció del nombre de notes."
+ ],
+ "Use your biometrics to secure access to your application. You can always set it up later in Settings.": [
+ ""
+ ],
+ "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
+ "S'utilitza per a la majoria de text a l'editor Markdown. Si no es troba, s'utilitza un tipus de lletra genèric proporcional (amplada variable)."
+ ],
+ "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
+ "S'utilitza quan es necessita un tipus de lletra d'amplada fixa per a mostrar text de manera llegible (p. ex. taules, caselles de selecció, codi). Si no es troba, s'utilitza un tipus de lletra genèric monoespai (amplada fixa)."
+ ],
+ "User deletions": [
+ "Supressions d'usuari"
+ ],
+ "Users": [
+ "Usuaris"
+ ],
+ "Valid": [
+ "Vàlid"
+ ],
+ "Verify your identity": [
+ ""
+ ],
+ "View": [
+ "Vista"
+ ],
+ "View on map": [
+ "Mostra-ho al mapa"
+ ],
+ "View them now": [
+ "Mostra'ls ara"
+ ],
+ "Viewer": [
+ "Visor"
+ ],
+ "Vim": [
+ "Vim"
+ ],
+ "Voice typing language files (URL)": [
+ ""
+ ],
+ "Voice typing...": [
+ ""
+ ],
+ "Warning": [
+ "Avís"
+ ],
+ "Warning: not all resources shown for performance reasons (limit: %s).": [
+ "Avís: no es mostren tots els recursos per motius de rendiment (límit:% s)."
+ ],
+ "Warnings:\n%s": [
+ "Avisos:\n%s"
+ ],
+ "Web Clipper": [
+ "Desa-retalls de webs"
+ ],
+ "WebDAV": [
+ "WebDAV"
+ ],
+ "WebDAV password": [
+ "Contrasenya de WebDAV"
+ ],
+ "WebDAV URL": [
+ "URL de WebDAV"
+ ],
+ "WebDAV username": [
+ "Nom d'usuari WebDAV"
+ ],
+ "Website and documentation": [
+ "Lloc web i documentació"
+ ],
+ "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
+ "Us donem la benvinguda al Joplin!\n\nEscriviu «:help shortcuts» per a llistar les dreceres de teclat, o simplement «:help» per a informació d'ús.\n\nPer exemple, per a crear un bloc de notes premeu «mb»; per a crear una nota premeu «mn»."
+ ],
+ "Welcome!": [
+ "Benvinguts!"
+ ],
+ "When creating a new note:": [
+ "En crear una nota:"
+ ],
+ "When creating a new to-do:": [
+ "En crear un llistat de tasques pendents:"
+ ],
+ "Words": [
+ "Paraules"
+ ],
+ "y": [
+ "s"
+ ],
+ "Y": [
+ "S"
+ ],
+ "yes": [
+ "sí"
+ ],
+ "Yes": [
+ "Sí"
+ ],
+ "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": [
+ "Esteu a punt d'adjuntar una imatge gran (%dx%d pixels). Voleu reduir-la a %d pixels abans d'adjuntar-la?"
+ ],
+ "You currently have no notebooks.": [
+ "Ara mateix no teniu cap bloc de notes."
+ ],
+ "You do not have any installed plugin.": [
+ "No teniu cap connector instal·lat."
+ ],
+ "You may also type `status` for more information.": [
+ "També podeu escriure \"status\" per a obtenir més informació."
+ ],
+ "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": [
+ "Podeu utilitzar l'eina següent per tornar a xifrar les vostres dades, per exemple si sabeu que algunes de les vostres notes estan xifrades amb un mètode de xifratge obsolet."
+ ],
+ "Your choice: ": [
+ "La vostra tria: "
+ ],
+ "Your data is going to be re-encrypted and synced again.": [
+ "Les vostres dades es tornaran a xifrar i sincronitzar."
+ ],
+ "Your password is needed to decrypt some of your data.": [
+ "Fa falta la contrasenya per a desxifrar part de les dades."
+ ],
+ "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": [
+ "La contrasenya és necessària per a desxifrar algunes dades. Teclegeu `:e2ee decrypt` per definir-la."
+ ],
+ "Your permission to use your camera is required.": [
+ "Es necessita el vostre permís per a utilitzar la càmera."
+ ],
+ "Your version: %s": [
+ "La vostra versió: %s"
+ ],
+ "Zoom In": [
+ "Ampliar"
+ ],
+ "Zoom Out": [
+ "Allunyar"
+ ]
}
\ No newline at end of file
diff --git a/packages/lib/locales/cs_CZ.json b/packages/lib/locales/cs_CZ.json
index b92be64741..cb031c33a0 100644
--- a/packages/lib/locales/cs_CZ.json
+++ b/packages/lib/locales/cs_CZ.json
@@ -1,1028 +1,3167 @@
{
- "\"%s\" is missing the required \"%s\" property.": "\"%s\" chybí požadovaná vlastnost \"%s\".",
- "%d days": "%d dní",
- "%d GB": "%d GB",
- "%d GB storage space": "%d GB místa v úložišti",
- "%d hour": "%d hodina",
- "%d hours": "%d hodin",
- "%d MB": "%d MB",
- "%d MB per note or attachment": "%d MB na poznámku nebo přílohu",
- "%d minutes": "%d minut",
- "%d notes match this pattern. Delete them?": "%d poznámek vyhovuje zadání. Smazat všechny?",
- "%s": "%s",
- "%s %s (%s, %s)": "%s %s (%s, %s)",
- "%s (%s) could not be uploaded: %s": "%s (%s) se nepodařilo nahrát: %s",
- "%s (%s) would like to share a notebook with you.": "Uživatel %s (%s) by s vámi rád sdílel zápisník.",
- "%s (%s): %s": "%s (%s): %s",
- "%s (pre-release)": "%s (nefinální vydání)",
- "%s - Copy": "%s - Kopírovat",
- "%s / %s": "%s / %s",
- "%s / %s / %s": "%s / %s / %s",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d": "%s: %d",
- "%s: %d notes": "%s: %d poznámek",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "Úpr&avy",
- "&File": "&Soubor",
- "&Go": "Př&ejít",
- "&Help": "Nápo&věda",
- "&Note": "&Poznámka",
- "&Tools": "&Nástroje",
- "&View": "&Zobrazit",
- "(%s)": "(%s)",
- "(In plugin: %s)": "(V pluginu: %s)",
- "(None)": "(Žádné)",
- "(wysiwyg: %s)": "(wysiwyg: %s)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- Fotoaparát: umožňuje pořízení fotografie a její připojení k poznámce.",
- "- Location: to allow attaching geo-location information to a note.": "- Poloha: umožňuje k poznámce připojit informaci o zeměpisné poloze.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- Úložiště: umožňuje připojení souborů k poznámkám a umožňuje synchronizaci souborového systému.",
- " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": " může být \"add\", \"remove\", \"list\" nebo \"notetags\": přidat (\"add\") či odebrat (\"remove\") [tag] k [poznámce], vypsat (\"list\") seznam poznámek přiřazených k [tagu] nebo vypsat (\"notetags\") seznam štítků přiřazených k poznámce. Příkaz `tag list` vypíše všechny štítky (s parametrem -l pro dlouhý výpis).",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": " může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro přepnutí daného úkolu na dokončený resp. nedokončený (pokud je cílem normální poznámka, bude konvertována na úkol). Použijte \"clear\" pro konverzi úkolu na normální poznámku.",
- "A3": "A3",
- "A4": "A4",
- "A5": "A5",
- "About Joplin": "O Joplinu",
- "accelerator": "akcelerátor",
- "Accelerator \"%s\" is not valid.": "Akcelerátor \"%s\" není platný.",
- "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": "Akcelerátor \"%s\" se používá pro příkazy \"%s\" a \"%s\". Toto může vést k neočekávanému chování.",
- "Accept": "Přijmout",
- "Account": "Účet",
- "Action": "Akce",
- "Actions": "Akce",
- "Active": "Aktivní",
- "Actual Size": "Skutečná velikost",
- "Add body": "Přidat tělo",
- "Add new": "Přidat nový",
- "Add or remove tags:": "Přidat či odebrat štítky:",
- "Add recipient:": "Přidat příjemce:",
- "Add title": "Přidejte nadpis",
- "Add to dictionary": "Přidat do slovníku",
- "Admin": "Admin",
- "Admin dashboard": "Admin panel",
- "Advanced options": "Ukázat pokročilé volby",
- "Advanced tools": "Pokročilé volby",
- "All data, including notes, notebooks and tags will be permanently deleted.": "Všechna data včetně poznámek, zápisníků a značek budou trvale odstraněna.",
- "All notes": "Všechny poznámky",
- "All potential ports are in use - please report the issue at %s": "Všechny dostupné porty jsou používané - nahlaste prosím tento problém na %s",
- "Also displays unset and hidden config variables.": "Zobrazí i nenastavené a schované konfigurační proměnné.",
- "Also publish linked notes": "Zveřejněte také propojené poznámky",
- "Always": "Vždy",
- "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": "Nejednoznačný zápisník \"%s\". Místo toho prosím použijte id zápisníku - stiskněte \"ti\" pro zobrazení krátkého id zápisníku nebo použijte $b pro aktuální vybraný zápisník.",
- "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": "Nejednoznačný zápisník \"%s\". Místo toho prosím použijte zkrácené id zápisníku - stiskněte \"ti\" pro zobrazení zkráceného id zápisníku.",
- "An update is available, do you want to download it now?": "Je k dispozici aktualizace, chcete ji stáhnout?",
- "Appearance": "Vzhled",
- "Application": "Aplikace",
- "Apply": "Použít",
- "Are you sure you want to renew the authorisation token?": "Opravdu chcete obnovit autorizační token?",
- "Are you sure you want to return to the default layout? The current layout configuration will be lost.": "Určitě se chcete vrátit k výchozímu rozložení? Aktuální konfigurace rozložení bude ztracena.",
- "Arguments:": "Argumenty:",
- "Aritim Dark": "Aritim Dark",
- "Attach": "Připojit",
- "Attach file": "Přiložit soubor",
- "Attach photo": "Přiložit obrázek",
- "Attach...": "Přiložit...",
- "Attaches the given file to the note.": "Přiloží soubor k poznámce.",
- "attachment": "příloha",
- "Attachment conflict: \"%s\"": "Konflikt přílohy: \"%s\"",
- "Attachment download behaviour": "Stahovat přílohy",
- "Attachments": "Přílohy",
- "Attachments that could not be downloaded": "Nepodařilo se stáhnout přílohy",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "Upozornění: Pokud toto umístění změníte, před synchronizací se ujistěte, že jste do něj zkopírovali veškerý obsah, jinak budou všechny soubory odstraněny! Další podrobnosti naleznete v FAQ: % s",
- "Authentication was not completed (did not receive an authentication token).": "Autentizace nebyla dokončena (nedostali jsme autentizační token).",
- "Authorisation token:": "Autorizační token:",
- "Auto": "Automaticky",
- "Auto-add disabled accounts for deletion": "Automatické přidání zakázaných účtů k odstranění",
- "Auto-pair braces, parenthesis, quotations, etc.": "Automaticky zdvojit uvozovky, závorky, apod.",
- "Automatically check for updates": "Automatická kontrola aktualizací",
- "Automatically switch theme to match system theme": "Automaticky přepnout téma vzhledu podle nastavení systému",
- "Back": "Zpět",
- "Basic": "Základní",
- "Bold": "Tučně",
- "Browse all plugins": "Procházet všechna rozšíření",
- "Browse...": "Procházet...",
- "Bulleted List": "Seznam s odrážkami",
- "Can Share": "Může se sdílet",
- "Cancel": "Zrušit",
- "Cancelling background synchronisation... Please wait.": "Zastavování synchronizace, počkejte prosím...",
- "Cancelling...": "Zastavování...",
- "Cancelling... Please wait.": "Zastavuji, chvíli strpení.",
- "Cannot access %s": "Nelze otevřít %s",
- "Cannot change encrypted item": "Nelze editovat zašifrovanou položku",
- "Cannot copy note to \"%s\" notebook": "Poznámku \"%s\" nelze zkopírovat do zápisníku",
- "Cannot find \"%s\".": "Výraz \"%s\" nebyl nalezen.",
- "Cannot find: \"%s\"": "Nelze najít: \"%s\"",
- "Cannot initialise synchroniser.": "Nelze inicializovat synchronizátor.",
- "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": "Nelze načíst modul \"%s\" pro formát \"%s\" a výstup \"%s\"",
- "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": "Nelze načíst modul \"%s\" pro formát \"%s\" a cíl \"%s\"",
- "Cannot move note to \"%s\" notebook": "Poznámku nelze přesunout do \"%s\" zápisníku",
- "Cannot move notebook to this location": "Zápisník nelze přesunout na toto umístění",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "Nelze obnovit token: chybí autentizační data. Opětovné spuštění synchronizace může tento problém vyřešit.",
- "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": "Nelze uložit %s \"%s\", protože je větší než povolený limit (%s).",
- "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": "Nelze uložit %s \"%s\", protože by překročila celkovou povolenou velikost (%s) pro tento účet.",
- "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": "Nelze sdílet šifrovaný zápisník s příjemcem %s, protože nemá povoleno koncové šifrování. Mohou tak učinit na obrazovce Konfigurace > Šifrování.",
- "Case sensitive": "Rozlišování malých a velkých písmen",
- "Change application layout": "Změnit rozložení aplikace",
- "Change language": "Změnit jazyk",
- "Characters": "Znaky",
- "Characters excluding spaces": "Znaky bez mezer",
- "Check for updates...": "Zkontrolovat aktualizace...",
- "Check synchronisation configuration": "Zkontrolovat nastavení synchronizace",
- "Checkbox": "Zaškrtávací pole",
- "Checkbox list": "Zaškrtávací pole",
- "Checking... Please wait.": "Probíhá kontrola... Počkejte prosím.",
- "Choose an option": "Zvolit možnost",
- "Chrome Web Store": "Chrome Web Store",
- "Clear": "Vyčistit",
- "Clear alarm": "Zrušit alarm",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "Pro obnovení poznámky klepněte na \"%s\". Poznámka bude zkopírována do zápisníku \"%s\". Současná verze poznámky nebude nahrazena ani změněna.",
- "Click to add tags...": "Klepněte pro přidání štítku...",
- "Client ID: %s": "ID klienta: %s",
- "Close": "Zavřít",
- "Close dropdown": "Zavřít rozevírací seznam",
- "Close Window": "Zavřít okno",
- "Code": "Kód",
- "Code Block": "Blok kódu",
- "Code View": "Zobrazit kód",
- "Collaborate on notebooks with others": "Spolupracujte na zápisnících s ostatními",
- "Collapse": "Sbalit",
- "Coming alarms": "Nadcházející alarmy",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "Čárkami oddělený seznam adresářů s certifikáty nebo cestami k jednotlivým souborům s certifikáty. Například: /my/cert_dir, /other/custom.pem. Pamatujte, že pokud provedete změny nastavení TLS, musíte změny před klepnutím na \"Zkontrolovat konfiguraci synchronizace\" uložit.",
- "command": "příkaz",
- "Command": "Příkaz",
- "Command palette": "Nabídka příkazů",
- "Command palette...": "Příkazová paleta...",
- "Completed": "Dokončeno",
- "Completed decryption.": "Dešifrování dokončeno.",
- "Completed: %s (%s)": "Dokončeno: %s (%s)",
- "Compress old changes": "Komprese starých změn",
- "Configuration": "Nastavení",
- "Confirm password cannot be empty": "Heslo pro potvrzení nemůže být prázdné",
- "Confirm password:": "Potvrďte heslo:",
- "Confirmation": "Potvrzení",
- "Conflicted: %d": "Konflikt: %d",
- "Conflicts": "Konflikty",
- "Conflicts (attachments)": "Konflikty (přílohy)",
- "Consolidated billing": "Consolidated billing",
- "Content provided by %s": "Obsah poskytl %s",
- "Continue": "Pokračovat",
- "Convert to note": "Konvertovat na poznámku",
- "Convert to todo": "Převést na úkolexpr",
- "Copy": "Kopírovat",
- "Copy dev mode command to clipboard": "Zkopírovat příkaz režimu pro vývojáře vývojáře do schránky",
- "Copy external link": "Kopírovat externí odkaz",
- "Copy image": "Kopírovat obrázek",
- "Copy Link Address": "Kopírovat adresu odkazu",
- "Copy Markdown link": "Vytvořit Markdown odkaz",
- "Copy path to clipboard": "Kopírovat cestu do schránky",
- "Copy Shareable Link": "Kopírovat odkaz ke sdílení",
- "Copy token": "Zkopírovat token",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "Aplikaci se nepodařilo autorizovat:\\n\n\\n\n%s\\n\n\\n\nProsím, zkuste to znovu.",
- "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": "Nelze se připojit k Joplin serveru. Zkontrolujte prosím nastavení synchronizace na konfigurační obrazovce. Celá chyba:\n\n%s",
- "Could not connect to plugin repository.": "Nepodařilo se připojit k úložišti zásuvných pluginů.",
- "Could not export notes: %s": "Nelze exportovat poznámky: %s",
- "Could not install plugin: %s": "Rozšíření se nepodařilo nainstalovat: %s",
- "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": "Na pozvánku nebylo možné reagovat. Zkuste to prosím znovu nebo se obraťte na majitele zápisníku, zda jej stále sdílí.\n\nChyba byla následující: \"%s\"",
- "Could not switch profile: %s": "Nelze přepnout profil: %s",
- "Could not upgrade master key: %s": "Hlavní klíč nelze upgradovat: %s",
- "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": "Nelze ověřit stav sdílení tohoto zápisníku - přerušení. Zkuste to prosím znovu, až budete připojeni k internetu.",
- "Create": "Vytvořit",
- "Create a new notebook under a parent notebook.": "Vytvoření nového zápisníku pod nadřazeným zápisníkem.",
- "Create a notebook": "Vytvořit nový zápisník",
- "Create new profile...": "Vytvořit nový profil...",
- "Create notebook": "Vytvořit zápisník",
- "Create user": "Vytvořit uživatele",
- "Created": "Vytvořeno",
- "created date": "datum vytvoření",
- "Created local items: %d.": "Položky vytvořené lokálně: %d.",
- "Created locally": "Vytvořené lokálně",
- "Created remote items: %d.": "Položky vytvořené na vzdáleném úložišti: %d.",
- "Created: ": "Vytvořeno: ",
- "Created: %d.": "Vytvořeno: %d.",
- "Created: %s": "Vytvořeno: %s",
- "Creates a new note.": "Vytvoří novou poznámku.",
- "Creates a new notebook.": "Vytvoří nový zápisník.",
- "Creates a new to-do.": "Vytvoří nový úkol.",
- "Creating new %s...": "%s...",
- "Creating report...": "Vytváření hlášení...",
- "Current version is up-to-date.": "Současná verze je aktuální.",
- "custom order": "vlastní řazení",
- "Custom order": "Vlastní řazení",
- "Custom stylesheet for Joplin-wide app styles": "Vlastní styly pro aplikaci Joplin",
- "Custom stylesheet for rendered Markdown": "Vlastní styly pro vykreslený Markdown",
- "Custom TLS certificates": "Vlastní TLS certifikát",
- "Cut": "Vyjmout",
- "Dark": "Tmavý",
- "Dashboard": "Panel",
- "Database v%s": "Databáze v%s",
- "Date": "Datum",
- "Date format": "Formát data",
- "days": "dní",
- "Decrease indent level": "Snížení úrovně odsazení",
- "Decrypted items: %d": "Dešifrované položky: %d",
- "Decrypted items: %s / %s": "Dešifrované položky: %s/%s",
- "Decrypting items: %d/%d": "Dešifrování položek: %d/%d",
- "Default": "Výchozí",
- "Default: %s": "Výchozí: %s",
- "Delete": "Smazat",
- "Delete attachment \"%s\"?": "Smazat přílohu \"%s\"?",
- "Delete expired sessions": "Odstranění relací, jejichž platnost vypršela",
- "Delete expired tokens": "Odstranění prošlých tokenů",
- "Delete line": "Smazat řádek",
- "Delete local data and re-download from sync target": "Smazat místní data a stáhnout je z cíle synchronizace",
- "Delete note \"%s\"?": "Smazat poznámku \"%s\"?",
- "Delete note?": "Smazat poznámku?",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "Smazat zápisník \"%s\"?\n\nBudou smazány i všechny poznámky a pod-zápisníky v tomto zápisníku.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "Smazat zápisník? Budou smazány i všechny poznámky a pod-zápisníky v něm obsažené.",
- "Delete plugin \"%s\"?": "Smazat rozšíření \"%s\"?",
- "Delete profile \"%s\"": "Odstranění profilu \"%s\"",
- "Delete selected notes": "Odstranění vybraných poznámek",
- "Delete these %d notes?": "Smazat tyto \"%d\" poznámky?",
- "Delete this invitation? The recipient will no longer have access to this shared notebook.": "Opravdu chcete smazat tuto pozvánku? Příjemce už nebude mít přístup k tomuto sdílenému zápisníku.",
- "Delete this profile?": "Smazat tento profil?",
- "Deleted local items: %d.": "Položky smazané lokálně: %d.",
- "Deleted remote items: %d.": "Položky smazané na vzdáleném úložišti: %d.",
- "Deletes the given notebook.": "Smaže vybraný zápisník.",
- "Deletes the notebook without asking for confirmation.": "Smaže zápisník bez potvrzení.",
- "Deletes the notes matching .": "Smazat poznámky vyhovující .",
- "Deletes the notes without asking for confirmation.": "Smazat poznámky bez potvrzení.",
- "Destination format: %s": "Cílový formát: %s",
- "Directory": "Adresář",
- "Directory to synchronise with (absolute path)": "Složka k synchronizaci (absolutní cesta)",
- "Disable": "Vypnout",
- "Disable encryption": "Vypnout šifrování",
- "Disable safe mode and restart": "Vypnout nouzový režim a restartovat",
- "Disable Web Clipper Service": "Služba Web clipper vypnuta",
- "Disabled": "Vypnuto",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?",
- "Discard changes": "Zahodit změny",
- "Dismiss": "Zavřít",
- "Displays a geolocation URL for the note.": "Zobrazí geolokační URL poznámky.",
- "Displays only the first top notes.": "Zobrazí jen prvních poznámek.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "Zobrazit pouze položky vybraného typu. Možnosti jsou `n` pro poznámky, `t` pro úkoly, a `nt` pro poznámky a úkoly (tedy `-tt` zobrazí pouze úkoly, zatímco `-tnt` zobrazí poznámky a úkoly).",
- "Displays summary about the notes and notebooks.": "Zobrazí souhrnné informace o poznámkách a zápisnících.",
- "Displays the complete information about note.": "Zobrazí veškeré informace o poznámce.",
- "Displays the given note.": "Zobrazí vybranou poznámku.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`.",
- "Displays usage information.": "Zobrazí informace o použití.",
- "Displays version information": "Zobrazí informace o verzi",
- "Do it now": "Provést ihned",
- "Do not ask for confirmation.": "Neptat se na potvrzení.",
- "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": "Heslo neztrácejte, protože z bezpečnostních důvodů je to *jediný* způsob, jak data dešifrovat! Chcete-li povolit šifrování, zadejte níže heslo.",
- "Done": "Hotovo",
- "Download": "Stáhnout",
- "Download and install the relevant extension for your browser:": "Stáhnout a nainstalovat odpovídající rozšíření pro váš webový prohlížeč:",
- "Downloaded": "Staženo",
- "Downloaded and decrypted": "Staženo a dešifrováno",
- "Downloaded and encrypted": "Staženo a zašifrováno",
- "Downloading": "Stahování",
- "Downloading resources...": "Stahování zdrojů...",
- "Dracula": "Dracula",
- "Drop notes or files here": "Sem přetáhněte poznámky nebo soubory",
- "Dropbox": "Dropbox",
- "Dropbox Login": "Dropbox přihlášení",
- "Duplicate": "Duplikovat",
- "Duplicate line": "Duplikovat řádek",
- "Duplicate selected notes": "Duplikovat vybrané poznámky",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "Duplikuje poznámky vyhovující do [zápisník]. Pokud není zápisník (zápisník) specifikován, je poznámka duplikována v tom současném.",
- "Edit": "Upravit",
- "Edit in external editor": "Upravit externím editorem",
- "Edit link": "Upravit odkaz",
- "Edit note.": "Upravit poznámku.",
- "Edit notebook": "Upravit zápisník",
- "Edit profile": "Upravit profil",
- "Edit profile configuration...": "Upravit konfiguraci profilu...",
- "Editor": "Editor",
- "Editor font": "Písmo editoru",
- "Editor font family": "Rodina písma v editoru",
- "Editor font size": "Velikost písma v editoru",
- "Editor maximum width": "Maximální šířka editoru",
- "Editor monospace font family": "Neproporcionální písmo editoru",
- "Editor: %s": "Editor: %s",
- "Either \"text\" or \"json\"": "Buď \"text\" nebo \"json\"",
- "Emacs": "Emacs",
- "Email": "E-mail",
- "Emails": "E-maily",
- "emphasised text": "zvýrazněný text",
- "Enable": "Zapnout",
- "Enable ++insert++ syntax": "Povolit syntaxi ++insert++",
- "Enable ==mark== syntax": "Povolit syntaxi ==mark==",
- "Enable ^sup^ syntax": "Povolit syntaxi ^sup^",
- "Enable abbreviation syntax": "Povolit syntaxi zkratek",
- "Enable audio player": "Povolit přehrávač zvuků",
- "Enable biometrics authentication?": "Povolit biometrické ověřování?",
- "Enable deflist syntax": "Povolit syntaxi deflist",
- "Enable encryption": "Zapnout šifrování",
- "Enable footnotes": "Povolit poznámky pod čarou",
- "Enable Fountain syntax support": "Povolit podporu Fountain syntaxe",
- "Enable Linkify": "Povolit Linkify",
- "Enable markdown emoji": "Povolit markdown emoji",
- "Enable math expressions": "Povolit matematické výrazy",
- "Enable Mermaid diagrams support": "Povolit podporu pro Mermaid diagramy",
- "Enable multimarkdown table extension": "Povolit rozšíření multimarkdown tabulky",
- "Enable note history": "Povolit historii poznámky",
- "Enable PDF viewer": "Povolit zobrazení PDF",
- "Enable soft breaks": "Povolit měkké zalomení",
- "Enable spellcheck in the text editor": "Povolení kontroly pravopisu v textovém editoru",
- "Enable table of contents extension": "Povolit rozšíření pro generování Obsahu",
- "Enable typographer support": "Povolit podporu pro typographer",
- "Enable video player": "Povolit přehrávač videí",
- "Enable Web Clipper Service": "Povolit službu Web clipper",
- "Enable ~sub~ syntax": "Povolit syntaxi ~sub~",
- "Enabled": "Zapnuto",
- "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": "Povolení šifrování znamená, že *všechny* vaše poznámky a přílohy budou znovu synchronizovány a odeslány do cíle synchronizace šifrovaně. Přejete si pokračovat?",
- "Encrypted": "Zašifrováno",
- "Encrypted items cannot be modified": "Nelze editovat zašifrovanou položku",
- "Encryption": "Šifrování",
- "Encryption Config": "Nastavení šifrování",
- "Encryption is: %s": "Šifrování je: %s",
- "Encryption keys": "Šifrovací klíče",
- "Encryption:": "Šifrování:",
- "End-to-end encryption": "Koncové šifrování",
- "Enter code here": "Zde vložte kód",
- "Enter master password:": "Zadejte hlavní heslo:",
- "Enter notebook title": "Vložte název zápisníku",
- "Enum": "Enum",
- "Error": "Chyba",
- "Error opening note in editor: %s": "Chyba při otevírání poznámky v editoru: %s",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "Chyba. Zkontrolujte, zda jsou adresa URL, uživatelské jméno, heslo, atd. správné a zda je cíl synchronizace dostupný. Zjištěná chyba byla:",
- "Error: %s": "Chyba: %s",
- "Errors only": "Pouze chyby",
- "Evernote Export File (as HTML)": "Soubor exportu Evernote (jako HTML)",
- "Evernote Export File (as Markdown)": "Soubor exportu Evernote (jako Markdown)",
- "Exits the application.": "Ukončí aplikaci.",
- "Expand": "Rozšířit",
- "Export": "Exportovat",
- "Export all": "Exportovat vše",
- "Export debug report": "Exportovat ladicí hlášení",
- "Export Debug Report": "Exportovat ladicí hlášení",
- "Export profile": "Exportovat profil",
- "Exporting profile...": "Probíhá export profilu...",
- "Exporting to \"%s\" as \"%s\" format. Please wait...": "Probíhá export do \"%s\" ve formátu \"%s\". Počkejte prosím...",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, štítků a příloh.",
- "Exports only the given note.": "Exportuje pouze vybranou poznámku.",
- "Exports only the given notebook.": "Exportuje pouze vybraný zápisník.",
- "Fail-safe": "Ochrana proti ztrátě dat",
- "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": "Zabezpečení proti selhání: Nemazat místní data, pokud je cíl synchronizace prázdný (často v důsledku nesprávné konfigurace nebo chyby)",
- "Fatal error:": "Fatální chyba:",
- "Feature flags": "Příznaky funkcí",
- "Fetched items: %d/%d.": "Získané položky: %d/%d.",
- "Fetching resources: %d/%d": "Stahování zdrojů: %d/%d",
- "File": "Soubor",
- "File system": "Souborový systém",
- "Filter tags": "Filtrovat štítky",
- "Find and replace": "Najít a nahradit",
- "Find: ": "Najít: ",
- "Firefox Extension": "Doplněk pro Firefox",
- "Fix search index": "Opravit vyhledávací index",
- "Fixing search index...": "Probíhá oprava vyhledávacího indexu...",
- "Focus": "Přejít na",
- "Focus body": "Kurzor v obsahu",
- "Focus title": "Kurzor v názvu",
- "Folders": "Složky",
- "For debugging purpose only: export your profile to an external SD card.": "Pouze pro účely ladění: exportovat profil na externí SD kartu.",
- "For example \"%s\"": "Například \"%s\"",
- "For information on how to customise the shortcuts please visit %s": "Pro informace k úpravě klávesových zkratek prosím běžte na %s",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "Více informací o koncovém šifrování (E2EE) a návod, jak ho povolit, najdete v dokumentaci:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`",
- "Force path style": "Vynutit styl cesty",
- "Formatting": "Formátování",
- "Forward": "Vpřed",
- "Found: %d.": "Nalezeno: %d.",
- "FTS enabled: %d": "FTS povolené: %d",
- "Full changelog": "Úplný seznam změn",
- "Full name": "Celé jméno",
- "General": "Obecná nastavení",
- "Generated": "Generováno",
- "Generating link...": "Vytváření odkazu...",
- "Get it now:": "Získat hned:",
- "Get pre-releases when checking for updates": "Při hledání aktualizací zahrnout beta verze",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace.",
- "Go to source URL": "Jít na zdrojovou URL",
- "Goto Anything...": "Přejít na...",
- "Grant authorisation": "Udělení povolení",
- "Header %d": "Záhlaví %d",
- "Headers": "Záhlaví",
- "Heading": "Nadpis",
- "Help": "Nápověda",
- "Hide %s": "Schovat %s",
- "Hide advanced": "Skrýt pokročilé",
- "Hide disabled": "Skrýt vypnuté",
- "Hide disabled keys": "Skrýt vypnuté klávesy",
- "Hide Joplin": "Skrýt Joplin",
- "Hide keyboard": "Skrytí klávesnice",
- "Hide more actions": "Skrýt další akce",
- "Highlight": "Zvýraznění",
- "Home": "Domů",
- "Horizontal Rule": "Horizontální čára",
- "HTML Directory": "HTML adresář",
- "HTML File": "HTML soubor",
- "Hyperlink": "Odkaz",
- "Icon": "Ikona",
- "ID": "ID",
- "Idle": "Nečinný",
- "Ignore": "Ignorovat",
- "Ignore TLS certificate errors": "Ignorovat chyby TLS",
- "Images": "Obrázky",
- "Import": "Importovat",
- "Importing from \"%s\" as \"%s\" format. Please wait...": "Probíhá import z \"%s\" ve formátu \"%s\". Počkejte prosím...",
- "Importing notes...": "Probíhá import poznámky...",
- "Imports data into Joplin.": "Importuje data do Joplinu.",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "V režimu \"Ručně\" se přílohy stahují pouze po klepnutí na ně. V režimu \"Automaticky\" se stáhnou při otevření poznámky. V režimu \"Vždy\" se stáhnou všechny přílohy, ať už poznámku otevřete nebo ne.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku.",
- "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": "Pro přidání informací o zeměpisné poloze k poznámce potřebujte aplikace oprávnění pro přístupu k vaší poloze.\n\nTuto možnost můžete kdykoliv vypnout v Nastavení.",
- "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": "Aby to bylo možné, bude nutné zašifrovat a synchronizovat všechna vaše data, takže je nejlepší celou akci spustit přes noc.\n\nPostupujte podle těchto pokynů:\n\n1. Proveďte synchronizaci všech svých zařízení.\n2. Klepněte na \"%s\".\n3. Nechte vše doběhnout do konce. Dokud operace poběži, vyhněte se změnám poznámek na ostatních zařízeních, aby nedocházelo ke konfliktům.\n4. Až bude synchronizace na tomto zařízení dokončena, synchronizujte všechna ostatní zařízení a nechejte na nich synchronizaci doběhnout do konce.\n\nDůležité: toto stačí spustit pouze JEDNOU a na jednom zařízení.",
- "In order to use file system synchronisation your permission to write to external storage is required.": "Pro použití synchronizace systému souborů je vyžadováno vaše oprávnění k zápisu do externího úložiště.",
- "In order to use the web clipper, you need to do the following:": "Pro použití web clipper musíte udělat následující:",
- "In progress": "Probíhá",
- "In: %s": "V: %s",
- "Increase indent level": "Zvýšení úrovně odsazení",
- "Indent less": "Zmenšit odsazení",
- "Indent more": "Zvětšit odsazení",
- "Information": "Informace",
- "Inline Code": "Vložený kód",
- "Insert": "Vložit",
- "Insert Hyperlink": "Vložit odkaz",
- "Insert time": "Vložit datum a čas",
- "Install": "Nainstalovat",
- "Install from file": "Nainstalovat ze souboru",
- "Installed": "Nainstalováno",
- "Installing...": "Probíhá instalace...",
- "Invalid": "Neplatné",
- "Invalid %s: %s.": "Neplatné %s: %s.",
- "Invalid answer: %s": "Neplatná odpověď: %s",
- "Invalid command: \"%s\"": "Neplatný příkaz: \"%s\"",
- "Invalid option value: \"%s\". Possible values are: %s.": "Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s.",
- "Invalid password": "Neplatné heslo",
- "Italic": "Kurzíva",
- "Item \"%s\" could not be downloaded: %s": "Soubor \"%s\" se nepodařilo stáhnout: %s",
- "Items": "Položky",
- "Items that cannot be decrypted": "Položky jež nelze dešifrovat",
- "Items that cannot be synchronised": "Položky jež nelze synchronizovat",
- "Join us on Twitter": "Připojte se k nám na Twitteru",
- "Joplin can synchronise your notes using various providers. Select one from the list below.": "Joplin dokáže synchronizovat vaše poznámky pomocí různých poskytovatelů. Vyberte si některého z nich z níže uvedeného seznamu.",
- "Joplin Cloud": "Joplin cloud",
- "Joplin Cloud email": "E-mailová adresa Joplin cloudu",
- "Joplin Cloud password": "Heslo Joplin cloudu",
- "Joplin Export Directory": "Složka pro export",
- "Joplin Export File": "Soubor Joplin Export",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "Joplin nedokázal tyto položky dešifrovat, pravděpodobně proto, že jsou poškozené nebo příliš velké. Tyto položky zůstanou v zařízení, ale Joplin se již nebude pokoušet je dešifrovat.",
- "Joplin Forum": "Joplin fórum",
- "Joplin Server": "Joplin server",
- "Joplin Server email": "E-mailová adresa Joplin serveru",
- "Joplin Server password": "Heslo Joplin serveru",
- "Joplin Server URL": "URL Joplin serveru",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "Joplin Web Clipper umožňuje ukládat webové stránky a screenshoty z vašeho prohlížeče do Joplin.",
- "Joplin website": "Web Joplinu",
- "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": "Joplinova vlastní synchronizační služba. Umožňuje také přístup k funkcím specifickým pro Joplin, jako je publikování poznámek nebo spolupráce na zápisnících s ostatními.",
- "KaTeX": "KaTeX",
- "Keep note history for": "Uchovat historii poznámky",
- "Keyboard Mode": "Režim klávesnice",
- "Keyboard Shortcut": "Klávesová zkratka",
- "Keyboard Shortcuts": "Klávesové zkratky",
- "Keychain Supported: %s": "Podpora klíčenky: %s",
- "Keys that need upgrading": "Klíče, které je třeba aktualizovat",
- "Landscape": "Na šířku",
- "Language": "Jazyk",
- "Last error: %s": "Poslední chyba: %s",
- "Later": "Později",
- "Layout": "Rozložení",
- "Layout button sequence": "Posloupnost pro tlačítko Rozložení",
- "Leave notebook...": "Zanechte zápisník...",
- "Legal": "Legal",
- "Letter": "Dopis",
- "Light": "Světlý",
- "Lines": "Řádky",
- "Link": "Odkaz",
- "Link description": "Popis odkazu",
- "Link has been copied to clipboard!": "Odkaz byl zkopírován do schránky!",
- "Link text": "Text odkazu",
- "Links with protocol \"%s\" are not supported": "Odkazy s protokolem \"%s\" nejsou podporovány",
- "List item": "Seznam položek",
- "Lists": "Seznamy",
- "Loaded": "Načteno",
- "Location": "Poloha",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci.",
- "Log": "Log",
- "Login": "Přihlášení",
- "Login below.": "Přihlaste se níže.",
- "Login with Dropbox": "Přihlášení Dropbox",
- "Login with OneDrive": "Přihlásit se pomocí OneDrive",
- "Logout": "Odhlásit se",
- "Logs": "Logy",
- "Make a donation": "Přispět",
- "Manage master password": "Správa hlavního hesla",
- "Manage master password...": "Správa hlavního hesla...",
- "Manage multiple users": "Správa více uživatelů",
- "Manage profiles": "Správa profilů",
- "Manage your plugins": "Správa vašich rozšíření",
- "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": "Spravuje konfiguraci koncového šifrování. Příkazy jsou `zapnout`, `vypnout`, `dešifrovat`, `stav`, `dešifrovat soubor` a `cílový stav`.",
- "Manual": "Ručně",
- "Markdown": "Markdown",
- "Markdown + Front Matter": "Markdown + Front Matter",
- "Marks a to-do as done.": "Označí úkol jako hotový.",
- "Marks a to-do as non-completed.": "Označí úkol jako nedokončený.",
- "Markup": "Markup",
- "Master Key %s": "Hlavní klíč %s",
- "Master password": "Hlavní heslo",
- "Master password:": "Hlavní heslo:",
- "Max concurrent connections": "Maximální počet souběžných spojení",
- "Max Item Size": "Maximální velikost položky",
- "Max note or attachment size": "Maximální velikost poznámky nebo přílohy",
- "Max Total Size": "Maximální celková velikost",
- "Missing keys": "Chybějící klíče",
- "Missing Master Keys": "Chybí hlavní klíče",
- "Missing required argument: %s": "Chybí povinný parametr: %s",
- "Missing required flag value: %s": "Chybí požadovaná hodnota příznaku: %s",
- "Mobile data - auto-sync disabled": "Mobilní data - automatická synchronizace vypnutá",
- "More info": "Více informací",
- "More information": "Více informací",
- "More than one item match \"%s\". Please narrow down your query.": "Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text.",
- "Move %d notes to notebook \"%s\"?": "Přesunout poznámky %d do zápisníku \"%s\"?",
- "Move to notebook": "Přesunout do zápisníku",
- "Move to notebook...": "Přesunout do zápisníku...",
- "Move to notebook:": "Přesunout do zápisníku:",
- "Moves the given
- to [notebook]": "Přesune zadanou
- do [notebook]",
- "n": "n",
- "N": "N",
- "New note": "Nová poznámka",
- "New notebook": "Nový zápisník",
- "New Notebook": "Nový zápisník",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován",
- "New sub-notebook": "Nový pod-zápisník",
- "New tags:": "Nové štítky:",
- "New to-do": "Nový úkol",
- "New version: %s": "Nová verze: %s",
- "Next match": "Další zápas",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "Nextcloud heslo",
- "Nextcloud username": "Nextcloud uživatelské jméno",
- "Nextcloud WebDAV URL": "Nextcloud WebDAV URL",
- "no": "nekompatibilní",
- "No": "Ne",
- "No active notebook.": "Není vybrán žádný zápisník.",
- "No item with ID %s": "Nenalezena položka s ID %s",
- "No notebook has been specified.": "Nebyl vybrán žádný zápisník.",
- "No notebook selected.": "Není vybrán žádný zápisník.",
- "No notes in here. Create one by clicking on \"New note\".": "Žádné poznámky. Novou vytvoříte klepnutím na \"Nová poznámka\".",
- "No resources!": "Žádné zdroje!",
- "No results": "Žádné výsledky",
- "No such command: %s": "Příkaz neexistuje\" %s",
- "No suggestions": "Žádné návrhy",
- "No text editor is defined. Please set it using `config editor `": "Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `",
- "Nord": "Nord",
- "Not authentified with %s. Please provide any missing credentials.": "Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje.",
- "Not downloaded": "Nestaženo",
- "Not generated": "Nevygenerováno",
- "Not now": "Vyzkoušejte to hned",
- "note": "Nová poznámka",
- "Note": "Zápisníky",
- "Note area growth factor": "Růstový faktor oblasti s poznámkami",
- "Note attachments": "Přílohy poznámky",
- "Note attachments...": "Přílohy poznámky...",
- "Note body": "Tělo poznámky",
- "Note does not exist: \"%s\". Create it?": "Poznámka \"%s\" neexistuje. Chcete ji vytvořit?",
- "Note editor": "Poznámka editora",
- "Note has been saved.": "Poznámka uložena.",
- "Note History": "Historie poznámek",
- "Note is not a to-do: \"%s\"": "Poznámka není úkol: \"%s\"",
- "Note list": "Seznam poznámek",
- "Note list growth factor": "Růstový faktor seznamu poznámek",
- "Note properties": "Informace o poznámce",
- "Note title": "Název zápisníku",
- "Note&book": "&Zápisník",
- "Note: Does not work in all desktop environments.": "Poznámka: Nefunguje v některých desktopových prostředích.",
- "Note: When a note is shared, it will no longer be encrypted on the server.": "Poznámka: pokud je poznámka sdílena, už nebude na serveru šifrována.",
- "Notebook": "Zápisníky",
- "Notebook list growth factor": "Růstový faktor seznamu zápisníků",
- "Notebook: %s": "Zápisník: %s",
- "Notebooks": "Zápisníky",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "Zápisník se nemůže jmenovat \"%s\", tento název je rezervován.",
- "Notes": "Poznámky",
- "Notes and settings are stored in: %s": "Poznámky a nastavení uloženo v: %s",
- "Notes can only be created within a notebook.": "Poznámky mohou být vytvořeny pouze v zápisnících.",
- "Numbered List": "Číslovaný seznam",
- "OK": "OK",
- "OLED Dark": "OLED Dark",
- "On %s: %s": "Na %s: %s",
- "One of your master keys use an obsolete encryption method.": "Jeden z vašich hlavních klíčů používá zastaralou metodu šifrování.",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "Jedna či více položek jsou šifrovány a je potřeba zadat hlavní heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici.",
- "One or more master keys need a password.": "Jeden nebo více hlavních klíčů potřebují heslo.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "Přihlášení s OneDrive",
- "Only one note can be printed at a time.": "Naráz lze vytisknout pouze jednu poznámku.",
- "Open": "Otevřít",
- "Open %s": "Otevřít %s",
- "Open PDF viewer": "Otevřít prohlížeč PDF",
- "Open profile directory": "Otevřít složku s profilem",
- "Open Sync Wizard...": "Otevřete Průvodce synchronizací...",
- "Open...": "Otevřít...",
- "Operation cancelled": "Operace zrušena",
- "Options": "Nastavení",
- "Or create an account.": "Nebo si vytvořte účet.",
- "Ordered list": "Seznam objednávek",
- "Other applications...": "Další aplikace...",
- "Output format: %s": "Výstupní formát: %s",
- "Page orientation for PDF export": "Orientace stránky pro PDF export",
- "Page size for PDF export": "Velikost stránky pro PDF export",
- "Password": "Heslo",
- "Password cannot be empty": "Heslo nemůže být prázdné",
- "Password:": "Heslo:",
- "Passwords do not match!": "Hesla se neshodují!",
- "Paste": "Vložit",
- "Paste as text": "Vložit jako text",
- "Path:": "Cesta:",
- "PDF File": "PDF soubor",
- "Per user. Minimum of %d users.": "Na uživatele. Minimálně %d uživatelů.",
- "Permission needed": "Vyžadováno oprávnění",
- "Permission to use camera": "Oprávnění použít kameru",
- "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": "Pro pokračování klikněte na \"%s\" nebo nastavte hesla v seznamu \"%s\" níže.",
- "Please confirm that you would like to re-encrypt your complete database.": "Potvrďte prosím, že chcete znovu zašifrovat celou databázi.",
- "Please enter your password in the master key list below before upgrading the key.": "Před upgradem klíče zadejte své heslo do níže uvedeného seznamu hlavních klíčů.",
- "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": "Upozorňujeme, že pokud se jedná o velký zápisník, může trvat několik minut, než se všechny poznámky zobrazí v zařízení příjemce.",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou.",
- "Please select a notebook first.": "Nejprve prosím vyberte zápisník.",
- "Please select the note or notebook to be deleted first.": "Nejprve prosím vyberte poznámku či zápisník ke smazání.",
- "Please select where the sync status should be exported to": "Prosím vyberte, kam má být stav synchronizace exportován",
- "Please specify import format for %s": "Prosím specifikujte formát pro import %s",
- "Please specify the notebook where the notes should be imported to.": "Prosím specifikujte sešit, do kterého mají být poznámky importovány.",
- "Please upgrade Joplin to use this plugin": "Pro použití tohoto rozšíření prosím aktualizujte Joplin",
- "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": "Počkejte prosím na stažení a dešifrování všech příloh. Můžete také přepnout na %s a poznámku upravit.",
- "Please wait...": "Počkejte prosím...",
- "Plugin tools": "Nástroje rozšíření",
- "Plugins": "Rozšíření",
- "Portrait": "Na výšku",
- "Possible keys/values:": "Možné klíče/hodnoty:",
- "Possible values: %s.": "Možné hodnoty: %s.",
- "Preferences": "Nastavení",
- "Preferences...": "Nastavení...",
- "Preferred dark theme": "Preferovaný tmavý vzhled",
- "Preferred light theme": "Preferovaný světlý vzhled",
- "Press Ctrl+D or type \"exit\" to exit the application": "Stiskněte Ctrl+D nebo napište \"exit\" pro ukončení aplikace",
- "Press the shortcut": "Stiskněte klávesovou zkratku",
- "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": "Stiskněte klávesovou zkratku a poté stiskněte ENTER. Nebo klávesovou zkratku vymažte stisknutím BACKSPACE.",
- "Press to set the decryption password.": "Stiskněte pro zadání hesla k dešifrování.",
- "Previous match": "Předchozí zápas",
- "Previous versions of this note": "Předchozí verze poznámky",
- "Print": "Tisk",
- "Priority support": "Prioritní podpora",
- "Privacy Policy": "Zásady ochrany osobních údajů",
- "Pro": "Pro",
- "Process failed payment subscriptions": "Zpracování neúspěšných platebních odběrů",
- "Process oversized accounts": "Zpracování předimenzovaných účtů",
- "Process user deletions": "Zpracování odstranění uživatelů",
- "Profile": "Profil",
- "Profile name": "Název profilu",
- "Profile name:": "Jméno profilu:",
- "Profile Version: %s": "Verze profilu: %s",
- "Profiles": "Profily",
- "Properties": "Nastavení",
- "Proxy enabled": "Proxy server povolen",
- "Proxy timeout (seconds)": "Proxy timeout (sekundy)",
- "Proxy URL": "Proxy adresa",
- "Public-private key pair:": "Párovat veřejného a soukromého klíče:",
- "Publish note...": "Zveřejněte poznámku...",
- "Publish Notes": "Zveřejnit poznámky",
- "Publish notes to the internet": "Zveřejnění poznámek na internetu",
- "Quit": "Ukončit",
- "Re-encrypt data": "Znovu zašifrovat data",
- "Re-encryption": "Opětovné zašifrování",
- "Re-upload local data to sync target": "Odeslat místní data do cíle synchronizace",
- "Read more about it": "Zjistit více",
- "Read time: %s min": "Doba čtení: %s min",
- "Recipient has accepted the invitation": "Příjemce přijal vaše pozvání",
- "Recipient has not yet accepted the invitation": "Příjemce ještě nepřijal vaše pozvání",
- "Recipient has rejected the invitation": "Příjemce odmítl vaše pozvání",
- "Recipients:": "Příjemci:",
- "Redo": "Provést znovu",
- "Refresh": "Obnovit",
- "Regular expression": "Regulární výraz",
- "Reject": "Odmítnout",
- "Remove": "Odstranit",
- "Remove tag \"%s\" from all notes?": "Odebrat štítek \"%s\" ze všech poznámek?",
- "Remove this search from the sidebar?": "Smazat tento hledaný výraz z panelu?",
- "Rename": "Přejmenovat",
- "Rename notebook:": "Přejmenovat zápisník:",
- "Rename tag:": "Přejmenovat štítek:",
- "Renames the given
- (note or notebook) to .": "Přejmenuje (poznámku či zápisník) na .",
- "Renew token": "Obnovit token",
- "Replace": "Nahradit",
- "Replace all": "Nahradit vše",
- "Replace with...": "Nahradit s...",
- "Replace: ": "Nahradit: ",
- "Reset application layout": "Obnovit rozložení aplikace",
- "Reset master password": "Obnovit hlavní heslo",
- "Resources: %d.": "Zdroje: %d.",
- "Restart and upgrade": "Restartovat a upgradovat",
- "Restart now": "Restartovat",
- "Restore": "Obnovit",
- "Restored Notes": "Obnovené Poznámky",
- "Retry": "Znovu",
- "Retry All": "Opakovat vše",
- "Reveal file in folder": "Ukázat soubor ve složce",
- "Reverse sort order": "Řadit od konce",
- "Reverses the sorting order.": "Řadit opačně.",
- "Revision: %s (%s)": "Revize: %s (%s)",
- "Runs the commands contained in the text file. There should be one command per line.": "Spustí příkazy z textového souboru. Každý příkaz by měl být na vlastním řádku.",
- "S3": "S3",
- "S3 access key": "S3 přístupový klíč",
- "S3 bucket": "S3 bucket",
- "S3 region": "S3 region",
- "S3 secret key": "S3 tajný klíč",
- "S3 URL": "S3 Adresa",
- "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": "Aplikace je spuštěna v nouzovém režimu. Vykreslování poznámek a všechna rozšíření jsou dočasné vypnutá.",
- "Save": "Uložit",
- "Save alarm": "Nastavit alarm",
- "Save as %s": "Uložit jako %s",
- "Save as...": "Uložit jako...",
- "Save changes": "Uložit změny",
- "Save geo-location with notes": "Ukládat k poznámkám informace o zeměpisné poloze",
- "Search": "Hledání",
- "Search for plugins...": "Hledat rozšíření...",
- "Search for...": "Hledat...",
- "Search in all the notes": "Hledat ve všech poznámkách",
- "Search in current note": "Hledat v aktuální poznámce",
- "Search...": "Hledat...",
- "Search:": "Hledat:",
- "Searches for the given in all the notes.": "Hledá ve všech poznámkách.",
- "See the pre-release page for more details: %s": "Pro náhled beta verzí navštivte stránku: %s",
- "Select": "Vybrat",
- "Select all": "Vybrat vše",
- "Select emoji...": "Vybrat emoji...",
- "Select file...": "Vybrat soubor...",
- "Server is already running on port %d": "Server je již spuštěný na portu %d",
- "Server is not running.": "Server není spuštěný.",
- "Server is running on port %d": "Server je spuštěný na portu %d",
- "Set alarm": "Nastavit alarm",
- "Set alarm:": "Nastavit alarm:",
- "Set it to 0 to make it take the complete available space. Recommended width is 600.": "Nastavte ji na 0, aby zabírala celý dostupný prostor. Doporučená šířka je 600.",
- "Set the password": "Nastavit heslo",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "Sets the property of the given to the given [value]. Possible properties are:\n\n%s",
- "Share": "Sdílet",
- "Share and collaborate on a notebook": "Sdílení a spolupráce na zápisníku",
- "Share Notebook": "Sdílet zápisník",
- "Share notebook...": "Sdílet zápisník...",
- "Sharing access control": "Kontrola sdílení přístupu",
- "Sharing notebook...": "Sdílení zápisníku...",
- "Shortcuts are not available in CLI mode.": "Klávesové zkratky nejsou v konzoli dostupné.",
- "Show advanced": "Pokročilá nastavení",
- "Show Advanced Settings": "Pokročilá nastavení",
- "Show all": "Zobrazit vše",
- "Show completed to-dos": "Zobrazit dokončené úkoly",
- "Show disabled": "Zobrazit vypnuté",
- "Show disabled keys": "Zobrazit vypnuté klávesy",
- "Show more actions": "Zobrazit další akce",
- "Show note counts": "Zobrazit počty poznámek",
- "Show sort order buttons": "Zobrazit tlačítka řazení",
- "Show tray icon": "Zobrazovat ikonu v panelu",
- "Show/hide the sidebar": "Zobrazit/skrýt boční panel",
- "Sidebar": "Postranní lišta",
- "Size": "Velikost",
- "Skip this version": "Přeskočit tuto verzi",
- "Skipped items: %d (use --retry-failed-items to retry decrypting them)": "Přeskočené položky: %d (použijte --retry-failed-items pro nový pokus o dešifrování)",
- "Skipped: %d.": "Přeskočeno: %d.",
- "Solarised Dark": "Solarised Dark",
- "Solarised Light": "Solarised Light",
- "Some items cannot be decrypted.": "Některé položky nelze dešifrovat.",
- "Some items cannot be synchronised.": "Některé položky nelze synchronizovat.",
- "Some items cannot be synchronised. Press for more info.": "Některé položky nelze synchronizovat. Zmáčkněte pro více informací.",
- "Sort notebooks by": "Řadit zápisníky podle",
- "Sort notes by": "Řadit poznámky podle",
- "Sort selected lines": "Seřadit vybrané řádky",
- "Sorts the item by (eg. title, updated_time, created_time).": "Řadit položky podle (např. title, updated_time, created_time).",
- "Source format: %s": "Zdrojový formát: %s",
- "Source: ": "Zdroj: ",
- "Specify the port that should be used by the API server. If not set, a default will be used.": "Určete port, který by měl server API používat. Pokud není nastavena, použije se výchozí.",
- "Spell checker": "Kontrola pravopisu",
- "Split View": "Přepnout pohled",
- "Start application minimised in the tray icon": "Spouštět aplikaci minimalizovanou do lišty ikon",
- "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": "Spustit, zastavit či zkontrolovat API server. Pro specifikování portu pro server nastavte api.port proměnnou v config. Příkazy jsou (%s).",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "Probíhá dešifrování... Počkejte prosím na jeho dokončení. Podle množství dat může zabrat i několik minut.",
- "Starting synchronisation...": "Zahajování synchronizace...",
- "Starting to edit note. Close the editor to get back to the prompt.": "Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor.",
- "Statistics": "Statistiky",
- "Statistics...": "Statistiky...",
- "Status": "Stav",
- "Status: %s": "Stav: %s",
- "Status: Started on port %d": "Stav: běží na portu %d",
- "Step 1: Enable the clipper service": "Krok 1: Zapnout službu clipper",
- "Step 1: Open this URL in your browser to authorise the application:": "Krok 1: Pro ověření aplikace otevřete ve svém prohlížeči tuto URL adresu:",
- "Step 2: Enter the code provided by Dropbox:": "Krok 2: Zadejte kód poskytnutý službou Dropbox:",
- "Step 2: Install the extension": "Krok 2: Nainstalovat rozšíření",
- "Stop": "Zastavit",
- "Stop external editing": "Ukončit externí úpravy",
- "Storage space": "Úložiště",
- "Strikethrough": "Přeškrtnutí",
- "strong text": "tučný text",
- "Submit": "Odeslat",
- "Subscript": "Dolní index",
- "Success! Synchronisation configuration appears to be correct.": "Úspěch! Nastavení synchronizace se zdá být v pořádku.",
- "Superscript": "Horní index",
- "Swap line down": "Prohodit s řádkem níže",
- "Swap line up": "Prohodit s řádkem výše",
- "Switch between note and to-do type": "Přepnout mezi poznámkou a úkolem",
- "Switch profile": "Přepnout profil",
- "Switch to note type": "Přepnout na poznámku",
- "Switch to profile %d": "Přepnutí na profil %d",
- "Switch to to-do type": "Přepnout na úkol",
- "Switches to [notebook] - all further operations will happen within this notebook.": "Přepne do zápisníku [zápisník]. Všechny další operace budou prováděny na tomto zápisníku.",
- "Sync as many devices as you want": "Synchronizace libovolného počtu zařízení",
- "Sync Status": "Stav synchronizace",
- "Sync status (synced items / total items)": "Stav synchronizace (synchronizováno / celkem)",
- "Sync target must be upgraded! Run `%s` to proceed.": "Je třeba upgradovat cíl synchronizace. Chcete-li pokračovat, spusťte `%s`.",
- "Sync Target Upgrade": "Upgrade cíle synchronizace",
- "Sync to provided target (defaults to sync.target config value)": "Synchronizovat do vybraného cíle (nebo výchozí hodnota sync.target z konfigurace)",
- "Sync Version: %s": "Verze synchronizace: %s",
- "Sync your notes": "Synchronizace poznámek",
- "Synchronisation": "Synchronizace",
- "Synchronisation interval": "Interval synchronizace",
- "Synchronisation is already in progress.": "Synchronizace již probíhá.",
- "Synchronisation Status": "Stav synchronizace",
- "Synchronisation target": "Cíl synchronizace",
- "Synchronisation target: %s (%s)": "Cíl synchronizace: %s (%s)",
- "Synchronise": "Synchronizovat",
- "Synchronise only over WiFi connection": "Synchronizovat pouze přes WiFi",
- "Synchronises with remote storage.": "Synchronizuje se vzdáleným úložištěm.",
- "Synchronising...": "Probíhá synchronizace...",
- "Synchronizing...": "Probíhá synchronizace...",
- "Tabloid": "Tabloid",
- "tag1, tag2, ...": "štítek1, štítek2, ...",
- "Tagged: %d.": "Označeno pomocí štítků: %d.",
- "Tags": "Štítky",
- "Take photo": "Přiložit foto",
- "Task list": "Seznam úkolů",
- "Tasks": "Úkoly",
- "Teams": "Týmy",
- "Text editor command": "Textový editor",
- "Thank you! Your Joplin Cloud account is now setup and ready to use.": "Děkujeme! Váš účet Joplin Cloud je nyní nastaven a připraven k použití.",
- "The active profile cannot be deleted. Switch to a different profile and try again.": "Aktivní profil nelze odstranit. Přepněte na jiný profil a zkuste to znovu.",
- "The app is now going to close. Please relaunch it to complete the process.": "Aplikace se nyní vypne. Pro dokončení procesu ji znovu spusťte.",
- "The application did not close properly. Would you like to start in safe mode?": "Aplikace se správně neuzavřela. Chcete ji spustit v nouzovém režimu?",
- "The application has been authorised - you may now close this browser tab.": "Aplikace byla autorizována, tento tab můžete zavřít.",
- "The application has been authorised!": "Aplikace byla úspěšně autorizována!",
- "The application has been successfully authorised.": "Aplikace byla úspěšně autorizována.",
- "The application must be restarted for these changes to take effect.": "Pro provedení těchto změn je potřeba aplikaci restartovat.",
- "The attachments will no longer be watched when you switch to a different note.": "Když přepnete na jinou poznámku, přílohy již nebudou sledovány.",
- "The command \"%s\" is only available in GUI mode": "Příkaz \"%s\" je dostupný pouze v grafickém rozhraní",
- "The default admin password is insecure and has not been changed! [Change it now](%s)": "Výchozí heslo správce není bezpečné a ještě nebylo změněno. [Změňte ho nyní!](%s)",
- "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": "Výchozí metoda šifrování byla změněna na bezpečnější variantu a doporučuje se použít ji na vaše data.",
- "The default encryption method has been changed, you should re-encrypt your data.": "Výchozí metoda šifrování byla změněna, měli byste data znovu zašifrovat.",
- "The default profile cannot be deleted": "Výchozí profil nelze odstranit",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "Příkaz editoru (může obsahovat argumenty) ve kterém budou otevírány poznámky. Pokud není určeno, aplikace se pokusí o automatické rozpoznání výchozího editoru.",
- "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": "Vlastnost faktor určuje, jak se má položka zvětšit nebo zmenšit, aby se vešla na volné místo v kontejneru vzhledem k ostatním položkám. Položka s faktorem 2 tedy zabere dvakrát tolik místa než položka s faktorem 1. Pro zobrazení změn restartujte aplikaci.",
- "The following attachments are being watched for changes:": "Následující přílohy jsou sledovány, zda došlo k jejich změně:",
- "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": "Následující klíče používají zastaralý šifrovací algoritmus a doporučujeme je aktualizovat. Aktualizovaný klíč bude stále schopen dešifrovat a šifrovat vaše data jako obvykle.",
- "The Joplin mobile app does not currently support this type of link: %s": "Mobilní aplikace Joplin aktuálně nepodporuje tento typ odkazu: %s",
- "The Joplin team has vetted this plugin and it meets our standards for security and performance.": "Tým Joplin tento plugin prověřil a splňuje naše standardy zabezpečení a výkonu.",
- "The keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Klíče s těmito ID se používají k šifrování některých položek, ale aplikace k nim v současné době nemá přístup. Je pravděpodobné, že budou nakonec staženy prostřednictvím synchronizace.",
- "The master key has been upgraded successfully!": "Hlavní klíč byl úspěšně upgradován!",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Hlavní klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "Poznámka \"%s\" byla úspěšně obnovena v zápisníku \"%s\".",
- "The notebook could not be saved: %s": "Nebylo možné uložit zápisník: %s",
- "The notes have been imported: %s": "Poznámky importovány: %s",
- "The possible commands are:": "Dostupné příkazy:",
- "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": "Příjemce nebylo možné ze seznamu odstranit. Zkuste to prosím znovu.\n\nChyba byla: \"%s\"",
- "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": "Před synchronizací je třeba upgradovat její cíl. Dokončení operace může trvat několik minut a je třeba aplikaci restartovat. Chcete-li pokračovat, klepněte na odkaz.",
- "The sync target needs to be upgraded. Press this banner to proceed.": "Cíl synchronizace je třeba aktualizovat. Stiskněte tento banner a pokračujte.",
- "The tag \"%s\" already exists. Please choose a different name.": "Štítek \"%s\" už existuje. Zadejte jiný název.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže).",
- "The Web Clipper needs your authorisation to access your data.": "Web Clipper potřebuje k přístupu k vašim údajům vaše oprávnění.",
- "The web clipper service is enabled and set to auto-start.": "Služba Web clipper je povolena a nastavena pro zapnutí při spuštění.",
- "The web clipper service is not enabled.": "Služba Web clipper není povolena.",
- "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": "Implementace WebDAV %s je nekompatibilní s Joplinem, a proto již není podporována. Použijte prosím jinou metodu synchronizace.",
- "Theme": "Vzhled",
- "There are currently no notes. Create one by clicking on the (+) button.": "Žádné poznámky. Novou vytvořte klepnutím na tlačítko (+).",
- "There are unsaved changes.": "Existují neuložené změny.",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "Nemáte žádný zápisník. Nový vytvoříte klepnutím na \"Nový zápisník\".",
- "There is no data to export.": "Nic k exportování.",
- "There was a [conflict](%s) on the attachment below.\n\n%s": "V příloze níže došlo ke [konfliktu] (%s).\n\n%s",
- "There was an error downloading this attachment:": "Při stahování této přílohy došlo k chybě:",
- "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": "Při nastavování vašeho účtu Joplin Cloud došlo k chybě. Ověřte prosím svůj e-mail a heslo a zkuste to znovu. Chyba:\n\n%s",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách).",
- "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": "Tyto doplňky vylepšují vykreslovací modul Markdown o další funkce. Upozorňujeme, že i když tyto funkce mohou být užitečné, nejedná se o standardní Markdown, a proto většina z nich bude fungovat pouze v Joplinu. Některé z nich jsou navíc *nekompatibilní* s editorem WYSIWYG. Pokud v tomto editoru otevřete poznámku, která používá jeden z těchto pluginů, ztratíte formátování pluginu. Níže je uvedeno, které doplňky jsou nebo nejsou kompatibilní s editorem WYSIWYG.",
- "This attachment is not downloaded or not decrypted yet": "Tato příloha ještě není stažena nebo dešifrována",
- "This attachment is not downloaded or not decrypted yet.": "Tato příloha není ještě stažena nebo dešifrována.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "Tento autorizační token je potřeba pouze pro povolení komunikace Joplin s aplikacemi třetích stran.",
- "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": "Toto je pokročilý nástroj pro zobrazení příloh, které jsou připojeny k vašim poznámkám. Při odstraňování přílohy buďte opatrní, protože odstraněnou přílohu nelze obnovit.",
- "This note does not have geolocation information.": "Tato poznámka nemá informace o zeměpisné poloze.",
- "This note has been modified:": "Poznámka byla upravena:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "Tato poznámka je prázdná. pro otevření editoru klepněte na \"%s\".",
- "This note has no history": "Tato poznámka nemá historii",
- "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": "Tento editor formátovaného textu má řadu omezení a při jeho používání doporučujeme mít se na pozoru.",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "Tato služba umožňuje rozšíření prohlížeče o komunikaci s Joplin. Pokud jej povolíte, může vás firewall požádat, abyste Joplin dali svolení naslouchat na určitém portu.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "Toto umožní Joplin běžet na pozadí. Doporučujeme toto nastavení povolit tak, aby se vaše poznámky neustále synchronizovaly, čímž se sníží počet konfliktů.",
- "This will open a new screen. Save your current changes?": "Toto otevře nové okno. Chcete uložit současné změny?",
- "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": "Tím sešit odstraní z vaší sbírky a vy již nebudete mít přístup k jeho obsahu. Chcete pokračovat?",
- "Time format": "Formát času",
- "title": "název",
- "Title": "Název",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "Pro povolení synchronizace Joplinu se službou Dropbox postupujte podle následujících kroků:",
- "To continue, please enter your master password below.": "Chcete-li pokračovat, zadejte níže své hlavní heslo.",
- "To delete a tag, untag the associated notes.": "Před smazáním štítku ho odeberte od přiřazených poznámek.",
- "To delete: %d": "K smazání: %d",
- "To enter command line mode, press \":\"": "Pro přepnutí do příkazové řádky stiskněte \":\"",
- "To exit command line mode, press ESCAPE": "Pro opuštění příkazové řádky stiskněte Esc",
- "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": "Po seřadit ručně, je třeba změnit pořadí řazení na \"%s\" v nabídce \"%s\" > \"%s\"",
- "To maximise/minimise the console, press \"tc\".": "Pro maximalizaci/minimalizaci konzole stiskněte \"tc\".",
- "To move from one pane to another, press Tab or Shift+Tab.": "Pro přepínání mezi panely stiskněte Tab / Shift+Tab.",
- "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": "Pro nový pokus o dešifrování těchto položek spusťte ʻe2ee decrypt --retry-failed-items`",
- "To switch the profile, the app is going to close and you will need to restart it.": "Chcete-li profil přepnout, aplikace se zavře a musíte ji znovu spustit.",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "Aby aplikace fungovala správně, potřebuje následující oprávnění. Povolte je v nastavení telefonu v aplikaci Aplikace> Joplin> Oprávnění",
- "to-do": "Nový úkol",
- "to-do: %s": "Úkol: %s",
- "Toggle comment": "Přepnout komentář",
- "Toggle development tools": "Zobrazit/skrýt nástroje pro vývojáře",
- "Toggle editor layout": "Změnit rozložení editoru",
- "Toggle editors": "Přepnout editory",
- "Toggle external editing": "Upravit v externím textovém editoru",
- "Toggle note list": "Zobrazit/skrýt seznam poznámek",
- "Toggle own sort order": "Přepínání vlastního řazení",
- "Toggle safe mode": "Přepnout nouzový režim",
- "Toggle sidebar": "Zobrazit/skrýt postranní lištu",
- "Toggle sort order field": "Přepínání pole řazení",
- "Token has been copied to the clipboard!": "Token byl zkopírován do schránky!",
- "Tools": "Nástroje",
- "Total Size": "Celková velikost",
- "Total: %d/%d": "Celkem: %d/%d",
- "Try again": "Zkusit znovu",
- "Try it now": "Vyzkoušejte to nyní",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu.",
- "Type `joplin help` for usage information.": "Zadejte `joplin help` pro nápovědu.",
- "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": "Zadejte název poznámky, na kterou chcete přeskočit, nebo část jejího obsahu. Nebo zadejte # následovaný názvem štítku, @ následovaný názvem poznámky, nebo : pro vyhledávání příkazů.",
- "Type new tags or select from list": "Zadejte nové štítky, nebo vyberte existující ze seznamu",
- "Type: %s.": "Typ: %s.",
- "Uncompleted to-dos on top": "Nedokončené úkoly nahoře",
- "Undo": "Zpět",
- "Unknown flag: %s": "Neznámý flag: %s",
- "Unknown item type downloaded - please upgrade Joplin to the latest version": "Stažena položka zatím neznámého typu - aktualizujte prosím Joplin na nejnovější verzi",
- "Unordered list": "Neuspořádaný seznam",
- "Unpublish note": "Přestat sdílet poznámku",
- "Unshare": "Přestat sdílet",
- "Unshare this notebook? The recipients will no longer have access to its content.": "Opravdu chcete přestat sdílet tento zápisník? Příjemci už pak nebudou mít přístup k jeho obsahu.",
- "Unsupported image type: %s": "Nepodporovaný formát obrázku: %s",
- "Unsupported link or message: %s": "Nepodporovaný odkaz či zpráva: %s",
- "Untitled": "Bez názvu",
- "Update": "Aktualizovat",
- "Update profile": "Aktualizovat profil",
- "Update total sizes": "Aktualizace celkových velikostí",
- "Updated": "Upraveno",
- "updated date": "datum aktualizace",
- "Updated local items: %d.": "Položky aktualizované lokálně: %d.",
- "Updated remote items: %d.": "Položky aktualizované na vzdáleném úložišti: %d.",
- "Updated: ": "Upraveno: ",
- "Updated: %d.": "Upraveno: %d.",
- "Updated: %s": "Upraveno: %s",
- "Updating...": "Probíhá aktualizace...",
- "Upgrade": "Upgradovat",
- "Upgrade the sync target to the latest version.": "Upgradovat cíl synchronizace na nejnovější verzi.",
- "URL": "URL",
- "Usage: %s": "Použití: %s",
- "Use biometrics to secure access to the app": "Použití biometrických údajů pro zabezpečení přístupu k aplikaci",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro úkoly), TITLE",
- "Use spell checker": "Použít kontrolu pravopisu",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down.",
- "Use the arrows to move the layout items. Press \"Escape\" to exit.": "Pro přesun položek v rozložení použijte šipky. Pro ukončení změn stiskněte klávesu \"Escape\".",
- "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": "Použijte toto k opětovnému vytvoření indexu vyhledávání, pokud dojde k problému s vyhledáváním. Toto může trvat dlouho, v závislosti na počtu poznámek.",
- "Use your biometrics to secure access to your application. You can always set it up later in Settings.": "K zabezpečení přístupu do aplikace použijte své biometrické údaje. Vždy ji můžete nastavit později v Nastavení.",
- "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": "Používá se pro většinu textu v editoru Markdownu. Pokud nebude nalezeno, bude použito obecné proporcionální písmo s různou šířkou znaků.",
- "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": "Používá se, kdekoliv je potřeba znaky s jednotnou šířkou pro čitelné rozložení textu (např. tabulky, zaškrtávací tlačítka, ukázky kódu). Pokud nebude nalezeno, bude použito obecné neproporcionální písmo s jednotnou šířkou znaků.",
- "User deletions": "Odstranění uživatele",
- "Users": "Uživatelé",
- "Valid": "Platné",
- "Verify your identity": "Ověřte svou identitu",
- "View": "Zobrazit",
- "View on map": "Zobrazit na map+",
- "View them now": "Zobrazit",
- "Viewer": "Prohlížeč",
- "Vim": "Vim",
- "Warning": "Upozornění",
- "Warning: not all resources shown for performance reasons (limit: %s).": "Upozornění: nejsou zobrazeny všechny prostředky z důvodů výkonu (limit: %s).",
- "Web Clipper": "Web Clipper",
- "WebDAV": "WebDAV",
- "WebDAV password": "WebDAV heslo",
- "WebDAV URL": "WebDAV URL",
- "WebDAV username": "WebDAV uživatelské jméno",
- "Website and documentation": "Web a dokumentace",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`.",
- "When creating a new note:": "Při vytváření nové poznámky:",
- "When creating a new to-do:": "Při vytváření nového úkolu:",
- "Words": "Slova",
- "y": "y",
- "Y": "Y",
- "yes": "kompatibilní",
- "Yes": "Ano",
- "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": "Chystáte se připojit velký obrázek (%dx%d pixelů). Chcete jej před připojením zmenšit na %d pixelů?",
- "You currently have no notebooks.": "Momentálně nemáte žádné zápisníky.",
- "You do not have any installed plugin.": "Nemáte nainstalovaná žádná rozšíření.",
- "You may also type `status` for more information.": "Můžete také zadat `status` pro více informací.",
- "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": "Níže uvedený nástroj můžete použít k opětovnému zašifrování dat, například pokud víte, že některé vaše poznámky jsou šifrovány zastaralou metodou šifrování.",
- "Your choice: ": "Vaše volba: ",
- "Your data is going to be re-encrypted and synced again.": "Vaše data budou znovu zašifrována a znovu synchronizována.",
- "Your password is needed to decrypt some of your data.": "K dešifrování některých dat je potřeba heslo.",
- "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": "K dešifrování některých dat je potřeba vaše heslo. Zadejte `:e2ee decrypt` pro jeho nastavení.",
- "Your permission to use your camera is required.": "Je vyžadováno oprávnění použít vaši kameru.",
- "Your version: %s": "Vaše verze: %s",
- "Zoom In": "Přiblížit",
- "Zoom Out": "Oddálit"
+ "\"%s\" is missing the required \"%s\" property.": [
+ "\"%s\" chybí požadovaná vlastnost \"%s\"."
+ ],
+ "%d days": [
+ "%d dní"
+ ],
+ "%d GB": [
+ "%d GB"
+ ],
+ "%d GB storage space": [
+ "%d GB místa v úložišti"
+ ],
+ "%d hour": [
+ "%d hodina"
+ ],
+ "%d hours": [
+ "%d hodin"
+ ],
+ "%d MB": [
+ "%d MB"
+ ],
+ "%d MB per note or attachment": [
+ "%d MB na poznámku nebo přílohu"
+ ],
+ "%d minutes": [
+ "%d minut"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d poznámek vyhovuje zadání. Smazat všechny?"
+ ],
+ "%s": [
+ "%s"
+ ],
+ "%s %s (%s, %s)": [
+ "%s %s (%s, %s)"
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) se nepodařilo nahrát: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ "Uživatel %s (%s) by s vámi rád sdílel zápisník."
+ ],
+ "%s (%s): %s": [
+ "%s (%s): %s"
+ ],
+ "%s (pre-release)": [
+ "%s (nefinální vydání)"
+ ],
+ "%s - Copy": [
+ "%s - Kopírovat"
+ ],
+ "%s / %s": [
+ "%s / %s"
+ ],
+ "%s / %s / %s": [
+ "%s / %s / %s"
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d": [
+ "%s: %d"
+ ],
+ "%s: %d notes": [
+ "%s: %d poznámek"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "Úpr&avy"
+ ],
+ "&File": [
+ "&Soubor"
+ ],
+ "&Go": [
+ "Př&ejít"
+ ],
+ "&Help": [
+ "Nápo&věda"
+ ],
+ "&Note": [
+ "&Poznámka"
+ ],
+ "&Tools": [
+ "&Nástroje"
+ ],
+ "&View": [
+ "&Zobrazit"
+ ],
+ "(%s)": [
+ "(%s)"
+ ],
+ "(In plugin: %s)": [
+ "(V pluginu: %s)"
+ ],
+ "(None)": [
+ "(Žádné)"
+ ],
+ "(wysiwyg: %s)": [
+ "(wysiwyg: %s)"
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- Fotoaparát: umožňuje pořízení fotografie a její připojení k poznámce."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- Poloha: umožňuje k poznámce připojit informaci o zeměpisné poloze."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- Úložiště: umožňuje připojení souborů k poznámkám a umožňuje synchronizaci souborového systému."
+ ],
+ " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": [
+ " může být \"add\", \"remove\", \"list\" nebo \"notetags\": přidat (\"add\") či odebrat (\"remove\") [tag] k [poznámce], vypsat (\"list\") seznam poznámek přiřazených k [tagu] nebo vypsat (\"notetags\") seznam štítků přiřazených k poznámce. Příkaz `tag list` vypíše všechny štítky (s parametrem -l pro dlouhý výpis)."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ " může být buď \"toggle\" (přepnout) nebo \"clear\" (odstranit). Použijte \"toggle\" pro přepnutí daného úkolu na dokončený resp. nedokončený (pokud je cílem normální poznámka, bude konvertována na úkol). Použijte \"clear\" pro konverzi úkolu na normální poznámku."
+ ],
+ "A3": [
+ "A3"
+ ],
+ "A4": [
+ "A4"
+ ],
+ "A5": [
+ "A5"
+ ],
+ "About Joplin": [
+ "O Joplinu"
+ ],
+ "accelerator": [
+ "akcelerátor"
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ "Akcelerátor \"%s\" není platný."
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ "Akcelerátor \"%s\" se používá pro příkazy \"%s\" a \"%s\". Toto může vést k neočekávanému chování."
+ ],
+ "Accept": [
+ "Přijmout"
+ ],
+ "Access denied: Please check your username and password": [
+ ""
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ ""
+ ],
+ "Account": [
+ "Účet"
+ ],
+ "Action": [
+ "Akce"
+ ],
+ "Actions": [
+ "Akce"
+ ],
+ "Active": [
+ "Aktivní"
+ ],
+ "Actual Size": [
+ "Skutečná velikost"
+ ],
+ "Add body": [
+ "Přidat tělo"
+ ],
+ "Add new": [
+ "Přidat nový"
+ ],
+ "Add or remove tags:": [
+ "Přidat či odebrat štítky:"
+ ],
+ "Add recipient:": [
+ "Přidat příjemce:"
+ ],
+ "Add title": [
+ "Přidejte nadpis"
+ ],
+ "Add to dictionary": [
+ "Přidat do slovníku"
+ ],
+ "Admin": [
+ "Admin"
+ ],
+ "Admin dashboard": [
+ "Admin panel"
+ ],
+ "Advanced options": [
+ "Ukázat pokročilé volby"
+ ],
+ "Advanced tools": [
+ "Pokročilé volby"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ "Všechna data včetně poznámek, zápisníků a značek budou trvale odstraněna."
+ ],
+ "All notes": [
+ "Všechny poznámky"
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ "Všechny dostupné porty jsou používané - nahlaste prosím tento problém na %s"
+ ],
+ "Also displays unset and hidden config variables.": [
+ "Zobrazí i nenastavené a schované konfigurační proměnné."
+ ],
+ "Also publish linked notes": [
+ "Zveřejněte také propojené poznámky"
+ ],
+ "Always": [
+ "Vždy"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ "Nejednoznačný zápisník \"%s\". Místo toho prosím použijte id zápisníku - stiskněte \"ti\" pro zobrazení krátkého id zápisníku nebo použijte $b pro aktuální vybraný zápisník."
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ "Nejednoznačný zápisník \"%s\". Místo toho prosím použijte zkrácené id zápisníku - stiskněte \"ti\" pro zobrazení zkráceného id zápisníku."
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "Je k dispozici aktualizace, chcete ji stáhnout?"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ ""
+ ],
+ "Appearance": [
+ "Vzhled"
+ ],
+ "Application": [
+ "Aplikace"
+ ],
+ "Apply": [
+ "Použít"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ "Opravdu chcete obnovit autorizační token?"
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ "Určitě se chcete vrátit k výchozímu rozložení? Aktuální konfigurace rozložení bude ztracena."
+ ],
+ "Arguments:": [
+ "Argumenty:"
+ ],
+ "Aritim Dark": [
+ "Aritim Dark"
+ ],
+ "Attach": [
+ "Připojit"
+ ],
+ "Attach file": [
+ "Přiložit soubor"
+ ],
+ "Attach photo": [
+ "Přiložit obrázek"
+ ],
+ "Attach...": [
+ "Přiložit..."
+ ],
+ "Attaches the given file to the note.": [
+ "Přiloží soubor k poznámce."
+ ],
+ "attachment": [
+ "příloha"
+ ],
+ "Attachment conflict: \"%s\"": [
+ "Konflikt přílohy: \"%s\""
+ ],
+ "Attachment download behaviour": [
+ "Stahovat přílohy"
+ ],
+ "Attachments": [
+ "Přílohy"
+ ],
+ "Attachments that could not be downloaded": [
+ "Nepodařilo se stáhnout přílohy"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "Upozornění: Pokud toto umístění změníte, před synchronizací se ujistěte, že jste do něj zkopírovali veškerý obsah, jinak budou všechny soubory odstraněny! Další podrobnosti naleznete v FAQ: % s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "Autentizace nebyla dokončena (nedostali jsme autentizační token)."
+ ],
+ "Authorisation token:": [
+ "Autorizační token:"
+ ],
+ "Auto": [
+ "Automaticky"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ "Automatické přidání zakázaných účtů k odstranění"
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ "Automaticky zdvojit uvozovky, závorky, apod."
+ ],
+ "Automatically check for updates": [
+ "Automatická kontrola aktualizací"
+ ],
+ "Automatically switch theme to match system theme": [
+ "Automaticky přepnout téma vzhledu podle nastavení systému"
+ ],
+ "Back": [
+ "Zpět"
+ ],
+ "Basic": [
+ "Základní"
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ ""
+ ],
+ "Bold": [
+ "Tučně"
+ ],
+ "Browse all plugins": [
+ "Procházet všechna rozšíření"
+ ],
+ "Browse...": [
+ "Procházet..."
+ ],
+ "Bulleted List": [
+ "Seznam s odrážkami"
+ ],
+ "Can Share": [
+ "Může se sdílet"
+ ],
+ "Can view": [
+ ""
+ ],
+ "Can view and edit": [
+ ""
+ ],
+ "Cancel": [
+ "Zrušit"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "Zastavování synchronizace, počkejte prosím..."
+ ],
+ "Cancelling...": [
+ "Zastavování..."
+ ],
+ "Cancelling... Please wait.": [
+ "Zastavuji, chvíli strpení."
+ ],
+ "Cannot access %s": [
+ "Nelze otevřít %s"
+ ],
+ "Cannot change encrypted item": [
+ "Nelze editovat zašifrovanou položku"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "Poznámku \"%s\" nelze zkopírovat do zápisníku"
+ ],
+ "Cannot find \"%s\".": [
+ "Výraz \"%s\" nebyl nalezen."
+ ],
+ "Cannot find: \"%s\"": [
+ "Nelze najít: \"%s\""
+ ],
+ "Cannot initialise synchroniser.": [
+ "Nelze inicializovat synchronizátor."
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": [
+ "Nelze načíst modul \"%s\" pro formát \"%s\" a výstup \"%s\""
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": [
+ "Nelze načíst modul \"%s\" pro formát \"%s\" a cíl \"%s\""
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "Poznámku nelze přesunout do \"%s\" zápisníku"
+ ],
+ "Cannot move notebook to this location": [
+ "Zápisník nelze přesunout na toto umístění"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "Nelze obnovit token: chybí autentizační data. Opětovné spuštění synchronizace může tento problém vyřešit."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ "Nelze uložit %s \"%s\", protože je větší než povolený limit (%s)."
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ "Nelze uložit %s \"%s\", protože by překročila celkovou povolenou velikost (%s) pro tento účet."
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ "Nelze sdílet šifrovaný zápisník s příjemcem %s, protože nemá povoleno koncové šifrování. Mohou tak učinit na obrazovce Konfigurace > Šifrování."
+ ],
+ "Case sensitive": [
+ "Rozlišování malých a velkých písmen"
+ ],
+ "Change application layout": [
+ "Změnit rozložení aplikace"
+ ],
+ "Change language": [
+ "Změnit jazyk"
+ ],
+ "Characters": [
+ "Znaky"
+ ],
+ "Characters excluding spaces": [
+ "Znaky bez mezer"
+ ],
+ "Check for updates...": [
+ "Zkontrolovat aktualizace..."
+ ],
+ "Check synchronisation configuration": [
+ "Zkontrolovat nastavení synchronizace"
+ ],
+ "Checkbox": [
+ "Zaškrtávací pole"
+ ],
+ "Checkbox list": [
+ "Zaškrtávací pole"
+ ],
+ "Checking... Please wait.": [
+ "Probíhá kontrola... Počkejte prosím."
+ ],
+ "Choose an option": [
+ "Zvolit možnost"
+ ],
+ "Chrome Web Store": [
+ "Chrome Web Store"
+ ],
+ "Clear": [
+ "Vyčistit"
+ ],
+ "Clear alarm": [
+ "Zrušit alarm"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "Pro obnovení poznámky klepněte na \"%s\". Poznámka bude zkopírována do zápisníku \"%s\". Současná verze poznámky nebude nahrazena ani změněna."
+ ],
+ "Click to add tags...": [
+ "Klepněte pro přidání štítku..."
+ ],
+ "Client ID: %s": [
+ "ID klienta: %s"
+ ],
+ "Close": [
+ "Zavřít"
+ ],
+ "Close dropdown": [
+ "Zavřít rozevírací seznam"
+ ],
+ "Close Window": [
+ "Zavřít okno"
+ ],
+ "Code": [
+ "Kód"
+ ],
+ "Code Block": [
+ "Blok kódu"
+ ],
+ "Code View": [
+ "Zobrazit kód"
+ ],
+ "Collaborate on notebooks with others": [
+ "Spolupracujte na zápisnících s ostatními"
+ ],
+ "Collapse": [
+ "Sbalit"
+ ],
+ "Coming alarms": [
+ "Nadcházející alarmy"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "Čárkami oddělený seznam adresářů s certifikáty nebo cestami k jednotlivým souborům s certifikáty. Například: /my/cert_dir, /other/custom.pem. Pamatujte, že pokud provedete změny nastavení TLS, musíte změny před klepnutím na \"Zkontrolovat konfiguraci synchronizace\" uložit."
+ ],
+ "command": [
+ "příkaz"
+ ],
+ "Command": [
+ "Příkaz"
+ ],
+ "Command palette": [
+ "Nabídka příkazů"
+ ],
+ "Command palette...": [
+ "Příkazová paleta..."
+ ],
+ "Completed": [
+ "Dokončeno"
+ ],
+ "Completed decryption.": [
+ "Dešifrování dokončeno."
+ ],
+ "Completed: %s (%s)": [
+ "Dokončeno: %s (%s)"
+ ],
+ "Compress old changes": [
+ "Komprese starých změn"
+ ],
+ "Configuration": [
+ "Nastavení"
+ ],
+ "Confirm password cannot be empty": [
+ "Heslo pro potvrzení nemůže být prázdné"
+ ],
+ "Confirm password:": [
+ "Potvrďte heslo:"
+ ],
+ "Confirmation": [
+ "Potvrzení"
+ ],
+ "Conflicted: %d": [
+ "Konflikt: %d"
+ ],
+ "Conflicts": [
+ "Konflikty"
+ ],
+ "Conflicts (attachments)": [
+ "Konflikty (přílohy)"
+ ],
+ "Consolidated billing": [
+ "Consolidated billing"
+ ],
+ "Content provided by %s": [
+ "Obsah poskytl %s"
+ ],
+ "Continue": [
+ "Pokračovat"
+ ],
+ "Convert to note": [
+ "Konvertovat na poznámku"
+ ],
+ "Convert to todo": [
+ "Převést na úkolexpr"
+ ],
+ "Copy": [
+ "Kopírovat"
+ ],
+ "Copy dev mode command to clipboard": [
+ "Zkopírovat příkaz režimu pro vývojáře vývojáře do schránky"
+ ],
+ "Copy external link": [
+ "Kopírovat externí odkaz"
+ ],
+ "Copy image": [
+ "Kopírovat obrázek"
+ ],
+ "Copy Link Address": [
+ "Kopírovat adresu odkazu"
+ ],
+ "Copy Markdown link": [
+ "Vytvořit Markdown odkaz"
+ ],
+ "Copy path to clipboard": [
+ "Kopírovat cestu do schránky"
+ ],
+ "Copy Shareable Link": [
+ "Kopírovat odkaz ke sdílení",
+ "Kopírovat odkazy ke sdílení",
+ "Kopírovat odkazy ke sdílení"
+ ],
+ "Copy token": [
+ "Zkopírovat token"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "Aplikaci se nepodařilo autorizovat:\\n\n\\n\n%s\\n\n\\n\nProsím, zkuste to znovu."
+ ],
+ "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
+ "Nelze se připojit k Joplin serveru. Zkontrolujte prosím nastavení synchronizace na konfigurační obrazovce. Celá chyba:\n\n%s"
+ ],
+ "Could not connect to plugin repository.": [
+ "Nepodařilo se připojit k úložišti zásuvných pluginů."
+ ],
+ "Could not export notes: %s": [
+ "Nelze exportovat poznámky: %s"
+ ],
+ "Could not install plugin: %s": [
+ "Rozšíření se nepodařilo nainstalovat: %s"
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ "Na pozvánku nebylo možné reagovat. Zkuste to prosím znovu nebo se obraťte na majitele zápisníku, zda jej stále sdílí.\n\nChyba byla následující: \"%s\""
+ ],
+ "Could not switch profile: %s": [
+ "Nelze přepnout profil: %s"
+ ],
+ "Could not upgrade master key: %s": [
+ "Hlavní klíč nelze upgradovat: %s"
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ "Nelze ověřit stav sdílení tohoto zápisníku - přerušení. Zkuste to prosím znovu, až budete připojeni k internetu."
+ ],
+ "Create": [
+ "Vytvořit"
+ ],
+ "Create a new notebook under a parent notebook.": [
+ "Vytvoření nového zápisníku pod nadřazeným zápisníkem."
+ ],
+ "Create a notebook": [
+ "Vytvořit nový zápisník"
+ ],
+ "Create new profile...": [
+ "Vytvořit nový profil..."
+ ],
+ "Create notebook": [
+ "Vytvořit zápisník"
+ ],
+ "Create user": [
+ "Vytvořit uživatele"
+ ],
+ "Created": [
+ "Vytvořeno"
+ ],
+ "created date": [
+ "datum vytvoření"
+ ],
+ "Created local items: %d.": [
+ "Položky vytvořené lokálně: %d."
+ ],
+ "Created locally": [
+ "Vytvořené lokálně"
+ ],
+ "Created remote items: %d.": [
+ "Položky vytvořené na vzdáleném úložišti: %d."
+ ],
+ "Created: ": [
+ "Vytvořeno: "
+ ],
+ "Created: %d.": [
+ "Vytvořeno: %d."
+ ],
+ "Created: %s": [
+ "Vytvořeno: %s"
+ ],
+ "Creates a new note.": [
+ "Vytvoří novou poznámku."
+ ],
+ "Creates a new notebook.": [
+ "Vytvoří nový zápisník."
+ ],
+ "Creates a new to-do.": [
+ "Vytvoří nový úkol."
+ ],
+ "Creating report...": [
+ "Vytváření hlášení..."
+ ],
+ "Current version is up-to-date.": [
+ "Současná verze je aktuální."
+ ],
+ "custom order": [
+ "vlastní řazení"
+ ],
+ "Custom order": [
+ "Vlastní řazení"
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ "Vlastní styly pro aplikaci Joplin"
+ ],
+ "Custom stylesheet for rendered Markdown": [
+ "Vlastní styly pro vykreslený Markdown"
+ ],
+ "Custom TLS certificates": [
+ "Vlastní TLS certifikát"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "Vyjmout"
+ ],
+ "Dark": [
+ "Tmavý"
+ ],
+ "Dashboard": [
+ "Panel"
+ ],
+ "Database v%s": [
+ "Databáze v%s"
+ ],
+ "Date": [
+ "Datum"
+ ],
+ "Date format": [
+ "Formát data"
+ ],
+ "days": [
+ "dní"
+ ],
+ "Decrease indent level": [
+ "Snížení úrovně odsazení"
+ ],
+ "Decrypted items: %d": [
+ "Dešifrované položky: %d"
+ ],
+ "Decrypted items: %s / %s": [
+ "Dešifrované položky: %s/%s"
+ ],
+ "Decrypting items: %d/%d": [
+ "Dešifrování položek: %d/%d"
+ ],
+ "Default": [
+ "Výchozí"
+ ],
+ "Default: %s": [
+ "Výchozí: %s"
+ ],
+ "Delete": [
+ "Smazat"
+ ],
+ "Delete attachment \"%s\"?": [
+ "Smazat přílohu \"%s\"?"
+ ],
+ "Delete expired sessions": [
+ "Odstranění relací, jejichž platnost vypršela"
+ ],
+ "Delete expired tokens": [
+ "Odstranění prošlých tokenů"
+ ],
+ "Delete line": [
+ "Smazat řádek"
+ ],
+ "Delete local data and re-download from sync target": [
+ "Smazat místní data a stáhnout je z cíle synchronizace"
+ ],
+ "Delete note \"%s\"?": [
+ "Smazat poznámku \"%s\"?"
+ ],
+ "Delete note?": [
+ "Smazat poznámku?"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "Smazat zápisník \"%s\"?\n\nBudou smazány i všechny poznámky a pod-zápisníky v tomto zápisníku."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "Smazat zápisník? Budou smazány i všechny poznámky a pod-zápisníky v něm obsažené."
+ ],
+ "Delete plugin \"%s\"?": [
+ "Smazat rozšíření \"%s\"?"
+ ],
+ "Delete profile \"%s\"": [
+ "Odstranění profilu \"%s\""
+ ],
+ "Delete selected notes": [
+ "Odstranění vybraných poznámek"
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ ""
+ ],
+ "Delete these %d notes?": [
+ "Smazat tyto \"%d\" poznámky?"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ "Opravdu chcete smazat tuto pozvánku? Příjemce už nebude mít přístup k tomuto sdílenému zápisníku."
+ ],
+ "Delete this profile?": [
+ "Smazat tento profil?"
+ ],
+ "Deleted local items: %d.": [
+ "Položky smazané lokálně: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "Položky smazané na vzdáleném úložišti: %d."
+ ],
+ "Deletes the given notebook.": [
+ "Smaže vybraný zápisník."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "Smaže zápisník bez potvrzení."
+ ],
+ "Deletes the notes matching .": [
+ "Smazat poznámky vyhovující ."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "Smazat poznámky bez potvrzení."
+ ],
+ "Destination format: %s": [
+ "Cílový formát: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "Adresář"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "Složka k synchronizaci (absolutní cesta)"
+ ],
+ "Disable": [
+ "Vypnout"
+ ],
+ "Disable encryption": [
+ "Vypnout šifrování"
+ ],
+ "Disable safe mode and restart": [
+ "Vypnout nouzový režim a restartovat"
+ ],
+ "Disable Web Clipper Service": [
+ "Služba Web clipper vypnuta"
+ ],
+ "Disabled": [
+ "Vypnuto"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "Vypnutí šifrování znamená, že *všechny* vaše poznámky a přílohy budou synchronizovány na cílové úložiště nešifrované. Přejete si pokračovat?"
+ ],
+ "Discard changes": [
+ "Zahodit změny"
+ ],
+ "Dismiss": [
+ "Zavřít"
+ ],
+ "Displays a geolocation URL for the note.": [
+ "Zobrazí geolokační URL poznámky."
+ ],
+ "Displays only the first top notes.": [
+ "Zobrazí jen prvních poznámek."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "Zobrazit pouze položky vybraného typu. Možnosti jsou `n` pro poznámky, `t` pro úkoly, a `nt` pro poznámky a úkoly (tedy `-tt` zobrazí pouze úkoly, zatímco `-tnt` zobrazí poznámky a úkoly)."
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "Zobrazí souhrnné informace o poznámkách a zápisnících."
+ ],
+ "Displays the complete information about note.": [
+ "Zobrazí veškeré informace o poznámce."
+ ],
+ "Displays the given note.": [
+ "Zobrazí vybranou poznámku."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "Zobrazí poznámky v používaném zápisníku. Pro seznam zápisníků zadejte `ls /`."
+ ],
+ "Displays usage information.": [
+ "Zobrazí informace o použití."
+ ],
+ "Displays version information": [
+ "Zobrazí informace o verzi"
+ ],
+ "Do it now": [
+ "Provést ihned"
+ ],
+ "Do not ask for confirmation.": [
+ "Neptat se na potvrzení."
+ ],
+ "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
+ "Heslo neztrácejte, protože z bezpečnostních důvodů je to *jediný* způsob, jak data dešifrovat! Chcete-li povolit šifrování, zadejte níže heslo."
+ ],
+ "Done": [
+ "Hotovo"
+ ],
+ "Download": [
+ "Stáhnout"
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "Stáhnout a nainstalovat odpovídající rozšíření pro váš webový prohlížeč:"
+ ],
+ "Downloaded": [
+ "Staženo"
+ ],
+ "Downloaded and decrypted": [
+ "Staženo a dešifrováno"
+ ],
+ "Downloaded and encrypted": [
+ "Staženo a zašifrováno"
+ ],
+ "Downloading": [
+ "Stahování"
+ ],
+ "Downloading resources...": [
+ "Stahování zdrojů..."
+ ],
+ "Dracula": [
+ "Dracula"
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ "Sem přetáhněte poznámky nebo soubory"
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "Dropbox přihlášení"
+ ],
+ "Duplicate": [
+ "Duplikovat"
+ ],
+ "Duplicate line": [
+ "Duplikovat řádek"
+ ],
+ "Duplicate selected notes": [
+ "Duplikovat vybrané poznámky"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "Duplikuje poznámky vyhovující do [zápisník]. Pokud není zápisník (zápisník) specifikován, je poznámka duplikována v tom současném."
+ ],
+ "Edit": [
+ "Upravit"
+ ],
+ "Edit in external editor": [
+ "Upravit externím editorem"
+ ],
+ "Edit link": [
+ "Upravit odkaz"
+ ],
+ "Edit note.": [
+ "Upravit poznámku."
+ ],
+ "Edit notebook": [
+ "Upravit zápisník"
+ ],
+ "Edit profile": [
+ "Upravit profil"
+ ],
+ "Edit profile configuration...": [
+ "Upravit konfiguraci profilu..."
+ ],
+ "Editor": [
+ "Editor"
+ ],
+ "Editor font": [
+ "Písmo editoru"
+ ],
+ "Editor font family": [
+ "Rodina písma v editoru"
+ ],
+ "Editor font size": [
+ "Velikost písma v editoru"
+ ],
+ "Editor maximum width": [
+ "Maximální šířka editoru"
+ ],
+ "Editor monospace font family": [
+ "Neproporcionální písmo editoru"
+ ],
+ "Editor: %s": [
+ "Editor: %s"
+ ],
+ "Either \"text\" or \"json\"": [
+ "Buď \"text\" nebo \"json\""
+ ],
+ "Emacs": [
+ "Emacs"
+ ],
+ "Email": [
+ "E-mail"
+ ],
+ "Email to Note": [
+ ""
+ ],
+ "Emails": [
+ "E-maily"
+ ],
+ "emphasised text": [
+ "zvýrazněný text"
+ ],
+ "Enable": [
+ "Zapnout"
+ ],
+ "Enable ++insert++ syntax": [
+ "Povolit syntaxi ++insert++"
+ ],
+ "Enable ==mark== syntax": [
+ "Povolit syntaxi ==mark=="
+ ],
+ "Enable ^sup^ syntax": [
+ "Povolit syntaxi ^sup^"
+ ],
+ "Enable abbreviation syntax": [
+ "Povolit syntaxi zkratek"
+ ],
+ "Enable audio player": [
+ "Povolit přehrávač zvuků"
+ ],
+ "Enable biometrics authentication?": [
+ "Povolit biometrické ověřování?"
+ ],
+ "Enable deflist syntax": [
+ "Povolit syntaxi deflist"
+ ],
+ "Enable encryption": [
+ "Zapnout šifrování"
+ ],
+ "Enable footnotes": [
+ "Povolit poznámky pod čarou"
+ ],
+ "Enable Fountain syntax support": [
+ "Povolit podporu Fountain syntaxe"
+ ],
+ "Enable Linkify": [
+ "Povolit Linkify"
+ ],
+ "Enable markdown emoji": [
+ "Povolit markdown emoji"
+ ],
+ "Enable math expressions": [
+ "Povolit matematické výrazy"
+ ],
+ "Enable Mermaid diagrams support": [
+ "Povolit podporu pro Mermaid diagramy"
+ ],
+ "Enable multimarkdown table extension": [
+ "Povolit rozšíření multimarkdown tabulky"
+ ],
+ "Enable note history": [
+ "Povolit historii poznámky"
+ ],
+ "Enable PDF viewer": [
+ "Povolit zobrazení PDF"
+ ],
+ "Enable soft breaks": [
+ "Povolit měkké zalomení"
+ ],
+ "Enable spellcheck in the text editor": [
+ "Povolení kontroly pravopisu v textovém editoru"
+ ],
+ "Enable table of contents extension": [
+ "Povolit rozšíření pro generování Obsahu"
+ ],
+ "Enable typographer support": [
+ "Povolit podporu pro typographer"
+ ],
+ "Enable video player": [
+ "Povolit přehrávač videí"
+ ],
+ "Enable Web Clipper Service": [
+ "Povolit službu Web clipper"
+ ],
+ "Enable ~sub~ syntax": [
+ "Povolit syntaxi ~sub~"
+ ],
+ "Enabled": [
+ "Zapnuto"
+ ],
+ "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
+ "Povolení šifrování znamená, že *všechny* vaše poznámky a přílohy budou znovu synchronizovány a odeslány do cíle synchronizace šifrovaně. Přejete si pokračovat?"
+ ],
+ "Encrypted": [
+ "Zašifrováno"
+ ],
+ "Encrypted items cannot be modified": [
+ "Nelze editovat zašifrovanou položku"
+ ],
+ "Encryption": [
+ "Šifrování"
+ ],
+ "Encryption Config": [
+ "Nastavení šifrování"
+ ],
+ "Encryption is: %s": [
+ "Šifrování je: %s"
+ ],
+ "Encryption keys": [
+ "Šifrovací klíče"
+ ],
+ "Encryption:": [
+ "Šifrování:"
+ ],
+ "End-to-end encryption": [
+ "Koncové šifrování"
+ ],
+ "Enter code here": [
+ "Zde vložte kód"
+ ],
+ "Enter master password:": [
+ "Zadejte hlavní heslo:"
+ ],
+ "Enter notebook title": [
+ "Vložte název zápisníku"
+ ],
+ "Enum": [
+ "Enum"
+ ],
+ "Error": [
+ "Chyba"
+ ],
+ "Error opening note in editor: %s": [
+ "Chyba při otevírání poznámky v editoru: %s"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "Chyba. Zkontrolujte, zda jsou adresa URL, uživatelské jméno, heslo, atd. správné a zda je cíl synchronizace dostupný. Zjištěná chyba byla:"
+ ],
+ "Error: %s": [
+ "Chyba: %s"
+ ],
+ "Errors only": [
+ "Pouze chyby"
+ ],
+ "Evernote Export File (as HTML)": [
+ "Soubor exportu Evernote (jako HTML)"
+ ],
+ "Evernote Export File (as Markdown)": [
+ "Soubor exportu Evernote (jako Markdown)"
+ ],
+ "Exits the application.": [
+ "Ukončí aplikaci."
+ ],
+ "Expand": [
+ "Rozšířit"
+ ],
+ "Export": [
+ "Exportovat"
+ ],
+ "Export all": [
+ "Exportovat vše"
+ ],
+ "Export debug report": [
+ "Exportovat ladicí hlášení"
+ ],
+ "Export Debug Report": [
+ "Exportovat ladicí hlášení"
+ ],
+ "Export profile": [
+ "Exportovat profil"
+ ],
+ "Exported successfully!": [
+ ""
+ ],
+ "Exporting profile...": [
+ "Probíhá export profilu..."
+ ],
+ "Exporting to \"%s\" as \"%s\" format. Please wait...": [
+ "Probíhá export do \"%s\" ve formátu \"%s\". Počkejte prosím..."
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "Exportuje data Joplinu do zadané cesty. Bez dalších voleb exportuje veškerý obsah databáze včetně zápisníků, poznámek, štítků a příloh."
+ ],
+ "Exports only the given note.": [
+ "Exportuje pouze vybranou poznámku."
+ ],
+ "Exports only the given notebook.": [
+ "Exportuje pouze vybraný zápisník."
+ ],
+ "Fail-safe": [
+ "Ochrana proti ztrátě dat"
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ "Zabezpečení proti selhání: Nemazat místní data, pokud je cíl synchronizace prázdný (často v důsledku nesprávné konfigurace nebo chyby)"
+ ],
+ "Fatal error:": [
+ "Fatální chyba:"
+ ],
+ "Feature flags": [
+ "Příznaky funkcí"
+ ],
+ "Fetched items: %d/%d.": [
+ "Získané položky: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "Stahování zdrojů: %d/%d"
+ ],
+ "File": [
+ "Soubor"
+ ],
+ "File system": [
+ "Souborový systém"
+ ],
+ "Filter tags": [
+ "Filtrovat štítky"
+ ],
+ "Find and replace": [
+ "Najít a nahradit"
+ ],
+ "Find: ": [
+ "Najít: "
+ ],
+ "Firefox Extension": [
+ "Doplněk pro Firefox"
+ ],
+ "Fix search index": [
+ "Opravit vyhledávací index"
+ ],
+ "Fixing search index...": [
+ "Probíhá oprava vyhledávacího indexu..."
+ ],
+ "Focus": [
+ "Přejít na"
+ ],
+ "Focus body": [
+ "Kurzor v obsahu"
+ ],
+ "Focus title": [
+ "Kurzor v názvu"
+ ],
+ "Folders": [
+ "Složky"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ "Pouze pro účely ladění: exportovat profil na externí SD kartu."
+ ],
+ "For example \"%s\"": [
+ "Například \"%s\""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "Pro informace k úpravě klávesových zkratek prosím běžte na %s"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "Více informací o koncovém šifrování (E2EE) a návod, jak ho povolit, najdete v dokumentaci:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "Pro seznam klávesových zkratek a konfiguračních voleb zadejte `help keymap`"
+ ],
+ "Force path style": [
+ "Vynutit styl cesty"
+ ],
+ "Formatting": [
+ "Formátování"
+ ],
+ "Forward": [
+ "Vpřed"
+ ],
+ "Found: %d.": [
+ "Nalezeno: %d."
+ ],
+ "FTS enabled: %d": [
+ "FTS povolené: %d"
+ ],
+ "Full changelog": [
+ "Úplný seznam změn"
+ ],
+ "Full name": [
+ "Celé jméno"
+ ],
+ "General": [
+ "Obecná nastavení"
+ ],
+ "Generated": [
+ "Generováno"
+ ],
+ "Generating link...": [
+ "Vytváření odkazu...",
+ "Vytváření odkazů...",
+ "Vytváření odkazů..."
+ ],
+ "Get it now:": [
+ "Získat hned:"
+ ],
+ "Get pre-releases when checking for updates": [
+ "Při hledání aktualizací zahrnout beta verze"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "Získá nebo nastaví konfigurační hodnotu. Pokud není [hodnota] specifikována, zobrazí hodnotu položky [jméno]. Pokud není specifikována [hodnota] ani [jméno], je zobrazena současná konfigurace."
+ ],
+ "Go to source URL": [
+ "Jít na zdrojovou URL"
+ ],
+ "Goto Anything...": [
+ "Přejít na..."
+ ],
+ "Grant authorisation": [
+ "Udělení povolení"
+ ],
+ "Header %d": [
+ "Záhlaví %d"
+ ],
+ "Headers": [
+ "Záhlaví"
+ ],
+ "Heading": [
+ "Nadpis"
+ ],
+ "Help": [
+ "Nápověda"
+ ],
+ "Hide %s": [
+ "Schovat %s"
+ ],
+ "Hide advanced": [
+ "Skrýt pokročilé"
+ ],
+ "Hide disabled": [
+ "Skrýt vypnuté"
+ ],
+ "Hide disabled keys": [
+ "Skrýt vypnuté klávesy"
+ ],
+ "Hide Joplin": [
+ "Skrýt Joplin"
+ ],
+ "Hide keyboard": [
+ "Skrytí klávesnice"
+ ],
+ "Hide more actions": [
+ "Skrýt další akce"
+ ],
+ "Highlight": [
+ "Zvýraznění"
+ ],
+ "Home": [
+ "Domů"
+ ],
+ "Horizontal Rule": [
+ "Horizontální čára"
+ ],
+ "HTML Directory": [
+ "HTML adresář"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "HTML File": [
+ "HTML soubor"
+ ],
+ "Hyperlink": [
+ "Odkaz"
+ ],
+ "Icon": [
+ "Ikona"
+ ],
+ "ID": [
+ "ID"
+ ],
+ "Idle": [
+ "Nečinný"
+ ],
+ "Ignore": [
+ "Ignorovat"
+ ],
+ "Ignore TLS certificate errors": [
+ "Ignorovat chyby TLS"
+ ],
+ "Images": [
+ "Obrázky"
+ ],
+ "Import": [
+ "Importovat"
+ ],
+ "Importing from \"%s\" as \"%s\" format. Please wait...": [
+ "Probíhá import z \"%s\" ve formátu \"%s\". Počkejte prosím..."
+ ],
+ "Importing notes...": [
+ "Probíhá import poznámky..."
+ ],
+ "Imports data into Joplin.": [
+ "Importuje data do Joplinu."
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "V režimu \"Ručně\" se přílohy stahují pouze po klepnutí na ně. V režimu \"Automaticky\" se stáhnou při otevření poznámky. V režimu \"Vždy\" se stáhnou všechny přílohy, ať už poznámku otevřete nebo ne."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "Ve všech příkazech může být poznámka či zápisník referována svým názvem či ID, nebo zkratkami `$n` a `$b` pro nyní vybranou poznámku či zápisník. `$c` odkazuje na současně vybranou položku."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ "Pro přidání informací o zeměpisné poloze k poznámce potřebujte aplikace oprávnění pro přístupu k vaší poloze.\n\nTuto možnost můžete kdykoliv vypnout v Nastavení."
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ "Aby to bylo možné, bude nutné zašifrovat a synchronizovat všechna vaše data, takže je nejlepší celou akci spustit přes noc.\n\nPostupujte podle těchto pokynů:\n\n1. Proveďte synchronizaci všech svých zařízení.\n2. Klepněte na \"%s\".\n3. Nechte vše doběhnout do konce. Dokud operace poběži, vyhněte se změnám poznámek na ostatních zařízeních, aby nedocházelo ke konfliktům.\n4. Až bude synchronizace na tomto zařízení dokončena, synchronizujte všechna ostatní zařízení a nechejte na nich synchronizaci doběhnout do konce.\n\nDůležité: toto stačí spustit pouze JEDNOU a na jednom zařízení."
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ "Pro použití synchronizace systému souborů je vyžadováno vaše oprávnění k zápisu do externího úložiště."
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "Pro použití web clipper musíte udělat následující:"
+ ],
+ "In progress": [
+ "Probíhá"
+ ],
+ "In: %s": [
+ "V: %s"
+ ],
+ "Increase indent level": [
+ "Zvýšení úrovně odsazení"
+ ],
+ "Indent less": [
+ "Zmenšit odsazení"
+ ],
+ "Indent more": [
+ "Zvětšit odsazení"
+ ],
+ "Information": [
+ "Informace"
+ ],
+ "Inline Code": [
+ "Vložený kód"
+ ],
+ "Insert": [
+ "Vložit"
+ ],
+ "Insert Hyperlink": [
+ "Vložit odkaz"
+ ],
+ "Insert time": [
+ "Vložit datum a čas"
+ ],
+ "Install": [
+ "Nainstalovat"
+ ],
+ "Install from file": [
+ "Nainstalovat ze souboru"
+ ],
+ "Installed": [
+ "Nainstalováno"
+ ],
+ "Installing...": [
+ "Probíhá instalace..."
+ ],
+ "Invalid": [
+ "Neplatné"
+ ],
+ "Invalid %s: %s.": [
+ "Neplatné %s: %s."
+ ],
+ "Invalid answer: %s": [
+ "Neplatná odpověď: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "Neplatný příkaz: \"%s\""
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "Neplatná hodnota: \"%s\". Přípustné hodnoty jsou: %s."
+ ],
+ "Invalid password": [
+ "Neplatné heslo"
+ ],
+ "Italic": [
+ "Kurzíva"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "Soubor \"%s\" se nepodařilo stáhnout: %s"
+ ],
+ "Items": [
+ "Položky"
+ ],
+ "Items that cannot be decrypted": [
+ "Položky jež nelze dešifrovat"
+ ],
+ "Items that cannot be synchronised": [
+ "Položky jež nelze synchronizovat"
+ ],
+ "Join us on Twitter": [
+ "Připojte se k nám na Twitteru"
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ "Joplin dokáže synchronizovat vaše poznámky pomocí různých poskytovatelů. Vyberte si některého z nich z níže uvedeného seznamu."
+ ],
+ "Joplin Cloud": [
+ "Joplin cloud"
+ ],
+ "Joplin Cloud email": [
+ "E-mailová adresa Joplin cloudu"
+ ],
+ "Joplin Cloud password": [
+ "Heslo Joplin cloudu"
+ ],
+ "Joplin Export Directory": [
+ "Složka pro export"
+ ],
+ "Joplin Export File": [
+ "Soubor Joplin Export"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "Joplin nedokázal tyto položky dešifrovat, pravděpodobně proto, že jsou poškozené nebo příliš velké. Tyto položky zůstanou v zařízení, ale Joplin se již nebude pokoušet je dešifrovat."
+ ],
+ "Joplin Forum": [
+ "Joplin fórum"
+ ],
+ "Joplin Server": [
+ "Joplin server"
+ ],
+ "Joplin Server email": [
+ "E-mailová adresa Joplin serveru"
+ ],
+ "Joplin Server password": [
+ "Heslo Joplin serveru"
+ ],
+ "Joplin Server URL": [
+ "URL Joplin serveru"
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "Joplin Web Clipper umožňuje ukládat webové stránky a screenshoty z vašeho prohlížeče do Joplin."
+ ],
+ "Joplin website": [
+ "Web Joplinu"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ "Joplinova vlastní synchronizační služba. Umožňuje také přístup k funkcím specifickým pro Joplin, jako je publikování poznámek nebo spolupráce na zápisnících s ostatními."
+ ],
+ "KaTeX": [
+ "KaTeX"
+ ],
+ "Keep note history for": [
+ "Uchovat historii poznámky"
+ ],
+ "Keyboard Mode": [
+ "Režim klávesnice"
+ ],
+ "Keyboard Shortcut": [
+ "Klávesová zkratka"
+ ],
+ "Keyboard Shortcuts": [
+ "Klávesové zkratky"
+ ],
+ "Keychain Supported: %s": [
+ "Podpora klíčenky: %s"
+ ],
+ "Keys that need upgrading": [
+ "Klíče, které je třeba aktualizovat"
+ ],
+ "Landscape": [
+ "Na šířku"
+ ],
+ "Language": [
+ "Jazyk"
+ ],
+ "Last error: %s": [
+ "Poslední chyba: %s"
+ ],
+ "Later": [
+ "Později"
+ ],
+ "Layout": [
+ "Rozložení"
+ ],
+ "Layout button sequence": [
+ "Posloupnost pro tlačítko Rozložení"
+ ],
+ "Leave it blank to download the language files from the default website": [
+ ""
+ ],
+ "Leave notebook...": [
+ "Zanechte zápisník..."
+ ],
+ "Legal": [
+ "Legal"
+ ],
+ "Letter": [
+ "Dopis"
+ ],
+ "Light": [
+ "Světlý"
+ ],
+ "Lines": [
+ "Řádky"
+ ],
+ "Link": [
+ "Odkaz"
+ ],
+ "Link description": [
+ "Popis odkazu"
+ ],
+ "Link has been copied to clipboard!": [
+ "Odkaz byl zkopírován do schránky!",
+ "Odkazy byly zkopírovány do schránky!",
+ "Odkazy byly zkopírovány do schránky!"
+ ],
+ "Link text": [
+ "Text odkazu"
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ "Odkazy s protokolem \"%s\" nejsou podporovány"
+ ],
+ "List item": [
+ "Seznam položek"
+ ],
+ "Lists": [
+ "Seznamy"
+ ],
+ "Loaded": [
+ "Načteno"
+ ],
+ "Location": [
+ "Poloha"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "Již je držen soubor se zámkem (lock file). Pokud jste si jistí, že nyní neprobíhá synchronizace, smažte zámek v \"%s\" a pokračujte v operaci."
+ ],
+ "Log": [
+ "Log"
+ ],
+ "Login": [
+ "Přihlášení"
+ ],
+ "Login below.": [
+ "Přihlaste se níže."
+ ],
+ "Login with Dropbox": [
+ "Přihlášení Dropbox"
+ ],
+ "Login with OneDrive": [
+ "Přihlásit se pomocí OneDrive"
+ ],
+ "Logout": [
+ "Odhlásit se"
+ ],
+ "Logs": [
+ "Logy"
+ ],
+ "Make a donation": [
+ "Přispět"
+ ],
+ "Manage master password": [
+ "Správa hlavního hesla"
+ ],
+ "Manage master password...": [
+ "Správa hlavního hesla..."
+ ],
+ "Manage multiple users": [
+ "Správa více uživatelů"
+ ],
+ "Manage profiles": [
+ "Správa profilů"
+ ],
+ "Manage your plugins": [
+ "Správa vašich rozšíření"
+ ],
+ "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": [
+ "Spravuje konfiguraci koncového šifrování. Příkazy jsou `zapnout`, `vypnout`, `dešifrovat`, `stav`, `dešifrovat soubor` a `cílový stav`."
+ ],
+ "Manual": [
+ "Ručně"
+ ],
+ "Markdown": [
+ "Markdown"
+ ],
+ "Markdown + Front Matter": [
+ "Markdown + Front Matter"
+ ],
+ "Marks a to-do as done.": [
+ "Označí úkol jako hotový."
+ ],
+ "Marks a to-do as non-completed.": [
+ "Označí úkol jako nedokončený."
+ ],
+ "Markup": [
+ "Markup"
+ ],
+ "Master Key %s": [
+ "Hlavní klíč %s"
+ ],
+ "Master password": [
+ "Hlavní heslo"
+ ],
+ "Master password:": [
+ "Hlavní heslo:"
+ ],
+ "Max concurrent connections": [
+ "Maximální počet souběžných spojení"
+ ],
+ "Max Item Size": [
+ "Maximální velikost položky"
+ ],
+ "Max note or attachment size": [
+ "Maximální velikost poznámky nebo přílohy"
+ ],
+ "Max Total Size": [
+ "Maximální celková velikost"
+ ],
+ "Missing keys": [
+ "Chybějící klíče"
+ ],
+ "Missing Master Keys": [
+ "Chybí hlavní klíče"
+ ],
+ "Missing required argument: %s": [
+ "Chybí povinný parametr: %s"
+ ],
+ "Missing required flag value: %s": [
+ "Chybí požadovaná hodnota příznaku: %s"
+ ],
+ "Mobile data - auto-sync disabled": [
+ "Mobilní data - automatická synchronizace vypnutá"
+ ],
+ "More info": [
+ "Více informací"
+ ],
+ "More information": [
+ "Více informací"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "Výrazu \"%s\" odpovídá více než jedna položka, upřesněte prosím hledaný text."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "Přesunout poznámky %d do zápisníku \"%s\"?"
+ ],
+ "Move to notebook": [
+ "Přesunout do zápisníku"
+ ],
+ "Move to notebook...": [
+ "Přesunout do zápisníku..."
+ ],
+ "Move to notebook:": [
+ "Přesunout do zápisníku:"
+ ],
+ "Moves the given
- to [notebook]": [
+ "Přesune zadanou
- do [notebook]"
+ ],
+ "n": [
+ "n"
+ ],
+ "N": [
+ "N"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "Nová poznámka"
+ ],
+ "New notebook": [
+ "Nový zápisník"
+ ],
+ "New Notebook": [
+ "Nový zápisník"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "Bude vytvořen zápisník \"%s\" a soubor \"%s\" do něj bude importován"
+ ],
+ "New sub-notebook": [
+ "Nový pod-zápisník"
+ ],
+ "New tags:": [
+ "Nové štítky:"
+ ],
+ "New to-do": [
+ "Nový úkol"
+ ],
+ "New version: %s": [
+ "Nová verze: %s"
+ ],
+ "Next match": [
+ "Další zápas"
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "Nextcloud heslo"
+ ],
+ "Nextcloud username": [
+ "Nextcloud uživatelské jméno"
+ ],
+ "Nextcloud WebDAV URL": [
+ "Nextcloud WebDAV URL"
+ ],
+ "no": [
+ "nekompatibilní"
+ ],
+ "No": [
+ "Ne"
+ ],
+ "No active notebook.": [
+ "Není vybrán žádný zápisník."
+ ],
+ "No item with ID %s": [
+ "Nenalezena položka s ID %s"
+ ],
+ "No notebook has been specified.": [
+ "Nebyl vybrán žádný zápisník."
+ ],
+ "No notebook selected.": [
+ "Není vybrán žádný zápisník."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "Žádné poznámky. Novou vytvoříte klepnutím na \"Nová poznámka\"."
+ ],
+ "No resources!": [
+ "Žádné zdroje!"
+ ],
+ "No results": [
+ "Žádné výsledky"
+ ],
+ "No such command: %s": [
+ "Příkaz neexistuje\" %s"
+ ],
+ "No suggestions": [
+ "Žádné návrhy"
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "Nebyl vybrán textový editor. Prosím nastavte jej pomocí `config editor `"
+ ],
+ "Nord": [
+ "Nord"
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "Nepřihlášeno k %s. Prosím vyplňte chybějící přihlašovací údaje."
+ ],
+ "Not downloaded": [
+ "Nestaženo"
+ ],
+ "Not generated": [
+ "Nevygenerováno"
+ ],
+ "Not now": [
+ "Vyzkoušejte to hned"
+ ],
+ "note": [
+ "Nová poznámka"
+ ],
+ "Note": [
+ "Zápisníky"
+ ],
+ "Note area growth factor": [
+ "Růstový faktor oblasti s poznámkami"
+ ],
+ "Note attachments": [
+ "Přílohy poznámky"
+ ],
+ "Note attachments...": [
+ "Přílohy poznámky..."
+ ],
+ "Note body": [
+ "Tělo poznámky"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "Poznámka \"%s\" neexistuje. Chcete ji vytvořit?"
+ ],
+ "Note editor": [
+ "Poznámka editora"
+ ],
+ "Note has been saved.": [
+ "Poznámka uložena."
+ ],
+ "Note History": [
+ "Historie poznámek"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "Poznámka není úkol: \"%s\""
+ ],
+ "Note list": [
+ "Seznam poznámek"
+ ],
+ "Note list growth factor": [
+ "Růstový faktor seznamu poznámek"
+ ],
+ "Note properties": [
+ "Informace o poznámce"
+ ],
+ "Note title": [
+ "Název zápisníku"
+ ],
+ "Note&book": [
+ "&Zápisník"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "Poznámka: Nefunguje v některých desktopových prostředích."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ "Poznámka: pokud je poznámka sdílena, už nebude na serveru šifrována."
+ ],
+ "Notebook": [
+ "Zápisníky"
+ ],
+ "Notebook list growth factor": [
+ "Růstový faktor seznamu zápisníků"
+ ],
+ "Notebook: %s": [
+ "Zápisník: %s"
+ ],
+ "Notebooks": [
+ "Zápisníky"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "Zápisník se nemůže jmenovat \"%s\", tento název je rezervován."
+ ],
+ "Notes": [
+ "Poznámky"
+ ],
+ "Notes and settings are stored in: %s": [
+ "Poznámky a nastavení uloženo v: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "Poznámky mohou být vytvořeny pouze v zápisnících."
+ ],
+ "Numbered List": [
+ "Číslovaný seznam"
+ ],
+ "OK": [
+ "OK"
+ ],
+ "OLED Dark": [
+ "OLED Dark"
+ ],
+ "On %s: %s": [
+ "Na %s: %s"
+ ],
+ "One of your master keys use an obsolete encryption method.": [
+ "Jeden z vašich hlavních klíčů používá zastaralou metodu šifrování."
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "Jedna či více položek jsou šifrovány a je potřeba zadat hlavní heslo. Učiňte tak zadáním `e2ee decrypt`. Pokud jste heslo již zadali, zašifrované položky se nyní dešifrují na pozadí a budou brzy k dispozici."
+ ],
+ "One or more master keys need a password.": [
+ "Jeden nebo více hlavních klíčů potřebují heslo."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "Přihlášení s OneDrive"
+ ],
+ "Only one note can be printed at a time.": [
+ "Naráz lze vytisknout pouze jednu poznámku."
+ ],
+ "Open": [
+ "Otevřít"
+ ],
+ "Open %s": [
+ "Otevřít %s"
+ ],
+ "Open PDF viewer": [
+ "Otevřít prohlížeč PDF"
+ ],
+ "Open profile directory": [
+ "Otevřít složku s profilem"
+ ],
+ "Open Sync Wizard...": [
+ "Otevřete Průvodce synchronizací..."
+ ],
+ "Open...": [
+ "Otevřít..."
+ ],
+ "Operation cancelled": [
+ "Operace zrušena"
+ ],
+ "Options": [
+ "Nastavení"
+ ],
+ "Or create an account.": [
+ "Nebo si vytvořte účet."
+ ],
+ "Ordered list": [
+ "Seznam objednávek"
+ ],
+ "Other applications...": [
+ "Další aplikace..."
+ ],
+ "Output format: %s": [
+ "Výstupní formát: %s"
+ ],
+ "Page orientation for PDF export": [
+ "Orientace stránky pro PDF export"
+ ],
+ "Page size for PDF export": [
+ "Velikost stránky pro PDF export"
+ ],
+ "Password": [
+ "Heslo"
+ ],
+ "Password cannot be empty": [
+ "Heslo nemůže být prázdné"
+ ],
+ "Password:": [
+ "Heslo:"
+ ],
+ "Passwords do not match!": [
+ "Hesla se neshodují!"
+ ],
+ "Paste": [
+ "Vložit"
+ ],
+ "Paste as text": [
+ "Vložit jako text"
+ ],
+ "Path:": [
+ "Cesta:"
+ ],
+ "PDF File": [
+ "PDF soubor"
+ ],
+ "Per user. Minimum of %d users.": [
+ "Na uživatele. Minimálně %d uživatelů."
+ ],
+ "Permission needed": [
+ "Vyžadováno oprávnění"
+ ],
+ "Permission to use camera": [
+ "Oprávnění použít kameru"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ "Pro pokračování klikněte na \"%s\" nebo nastavte hesla v seznamu \"%s\" níže."
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ "Potvrďte prosím, že chcete znovu zašifrovat celou databázi."
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ "Před upgradem klíče zadejte své heslo do níže uvedeného seznamu hlavních klíčů."
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ "Upozorňujeme, že pokud se jedná o velký zápisník, může trvat několik minut, než se všechny poznámky zobrazí v zařízení příjemce."
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "Otevřete prosím následující URL ve vašem prohlížeči pro autentizaci aplikace. Joplin vytvoří a bude používat výhradně složku \"Apps/Joplin\" , nebude mít přístup k souborům mimo tuto složku ani k dalším osobním informacím. Žádná data nebudou sdílena s jakoukoliv třetí stranou."
+ ],
+ "Please record your voice...": [
+ ""
+ ],
+ "Please select a notebook first.": [
+ "Nejprve prosím vyberte zápisník."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "Nejprve prosím vyberte poznámku či zápisník ke smazání."
+ ],
+ "Please select where the sync status should be exported to": [
+ "Prosím vyberte, kam má být stav synchronizace exportován"
+ ],
+ "Please specify import format for %s": [
+ "Prosím specifikujte formát pro import %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "Prosím specifikujte sešit, do kterého mají být poznámky importovány."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ "Pro použití tohoto rozšíření prosím aktualizujte Joplin"
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ "Počkejte prosím na stažení a dešifrování všech příloh. Můžete také přepnout na %s a poznámku upravit."
+ ],
+ "Please wait...": [
+ "Počkejte prosím..."
+ ],
+ "Plugin tools": [
+ "Nástroje rozšíření"
+ ],
+ "Plugins": [
+ "Rozšíření"
+ ],
+ "Portrait": [
+ "Na výšku"
+ ],
+ "Possible keys/values:": [
+ "Možné klíče/hodnoty:"
+ ],
+ "Possible values: %s.": [
+ "Možné hodnoty: %s."
+ ],
+ "Preferences": [
+ "Nastavení"
+ ],
+ "Preferences...": [
+ "Nastavení..."
+ ],
+ "Preferred dark theme": [
+ "Preferovaný tmavý vzhled"
+ ],
+ "Preferred light theme": [
+ "Preferovaný světlý vzhled"
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "Stiskněte Ctrl+D nebo napište \"exit\" pro ukončení aplikace"
+ ],
+ "Press the shortcut": [
+ "Stiskněte klávesovou zkratku"
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ "Stiskněte klávesovou zkratku a poté stiskněte ENTER. Nebo klávesovou zkratku vymažte stisknutím BACKSPACE."
+ ],
+ "Press to set the decryption password.": [
+ "Stiskněte pro zadání hesla k dešifrování."
+ ],
+ "Previous match": [
+ "Předchozí zápas"
+ ],
+ "Previous versions of this note": [
+ "Předchozí verze poznámky"
+ ],
+ "Print": [
+ "Tisk"
+ ],
+ "Priority support": [
+ "Prioritní podpora"
+ ],
+ "Privacy Policy": [
+ "Zásady ochrany osobních údajů"
+ ],
+ "Pro": [
+ "Pro"
+ ],
+ "Process failed payment subscriptions": [
+ "Zpracování neúspěšných platebních odběrů"
+ ],
+ "Process oversized accounts": [
+ "Zpracování předimenzovaných účtů"
+ ],
+ "Process user deletions": [
+ "Zpracování odstranění uživatelů"
+ ],
+ "Profile": [
+ "Profil"
+ ],
+ "Profile name": [
+ "Název profilu"
+ ],
+ "Profile name:": [
+ "Jméno profilu:"
+ ],
+ "Profile Version: %s": [
+ "Verze profilu: %s"
+ ],
+ "Profiles": [
+ "Profily"
+ ],
+ "Properties": [
+ "Nastavení"
+ ],
+ "Proxy enabled": [
+ "Proxy server povolen"
+ ],
+ "Proxy timeout (seconds)": [
+ "Proxy timeout (sekundy)"
+ ],
+ "Proxy URL": [
+ "Proxy adresa"
+ ],
+ "Public-private key pair:": [
+ "Párovat veřejného a soukromého klíče:"
+ ],
+ "Publish note...": [
+ "Zveřejněte poznámku..."
+ ],
+ "Publish Notes": [
+ "Zveřejnit poznámky"
+ ],
+ "Publish notes to the internet": [
+ "Zveřejnění poznámek na internetu"
+ ],
+ "Quit": [
+ "Ukončit"
+ ],
+ "Re-encrypt data": [
+ "Znovu zašifrovat data"
+ ],
+ "Re-encryption": [
+ "Opětovné zašifrování"
+ ],
+ "Re-upload local data to sync target": [
+ "Odeslat místní data do cíle synchronizace"
+ ],
+ "Read more about it": [
+ "Zjistit více"
+ ],
+ "Read time: %s min": [
+ "Doba čtení: %s min"
+ ],
+ "Recipient has accepted the invitation": [
+ "Příjemce přijal vaše pozvání"
+ ],
+ "Recipient has not yet accepted the invitation": [
+ "Příjemce ještě nepřijal vaše pozvání"
+ ],
+ "Recipient has rejected the invitation": [
+ "Příjemce odmítl vaše pozvání"
+ ],
+ "Recipients:": [
+ "Příjemci:"
+ ],
+ "Redo": [
+ "Provést znovu"
+ ],
+ "Refresh": [
+ "Obnovit"
+ ],
+ "Regular expression": [
+ "Regulární výraz"
+ ],
+ "Reject": [
+ "Odmítnout"
+ ],
+ "Remove": [
+ "Odstranit"
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "Odebrat štítek \"%s\" ze všech poznámek?"
+ ],
+ "Remove this search from the sidebar?": [
+ "Smazat tento hledaný výraz z panelu?"
+ ],
+ "Rename": [
+ "Přejmenovat"
+ ],
+ "Rename notebook:": [
+ "Přejmenovat zápisník:"
+ ],
+ "Rename tag:": [
+ "Přejmenovat štítek:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "Přejmenuje (poznámku či zápisník) na ."
+ ],
+ "Renew token": [
+ "Obnovit token"
+ ],
+ "Replace": [
+ "Nahradit"
+ ],
+ "Replace all": [
+ "Nahradit vše"
+ ],
+ "Replace with...": [
+ "Nahradit s..."
+ ],
+ "Replace: ": [
+ "Nahradit: "
+ ],
+ "Reset application layout": [
+ "Obnovit rozložení aplikace"
+ ],
+ "Reset master password": [
+ "Obnovit hlavní heslo"
+ ],
+ "Resize large images:": [
+ ""
+ ],
+ "Resources: %d.": [
+ "Zdroje: %d."
+ ],
+ "Restart and upgrade": [
+ "Restartovat a upgradovat"
+ ],
+ "Restart now": [
+ "Restartovat"
+ ],
+ "Restore": [
+ "Obnovit"
+ ],
+ "Restored Notes": [
+ "Obnovené Poznámky"
+ ],
+ "Retry": [
+ "Znovu"
+ ],
+ "Retry All": [
+ "Opakovat vše"
+ ],
+ "Reveal file in folder": [
+ "Ukázat soubor ve složce"
+ ],
+ "Reverse sort order": [
+ "Řadit od konce"
+ ],
+ "Reverses the sorting order.": [
+ "Řadit opačně."
+ ],
+ "Revision: %s (%s)": [
+ "Revize: %s (%s)"
+ ],
+ "Runs the commands contained in the text file. There should be one command per line.": [
+ "Spustí příkazy z textového souboru. Každý příkaz by měl být na vlastním řádku."
+ ],
+ "S3": [
+ "S3"
+ ],
+ "S3 access key": [
+ "S3 přístupový klíč"
+ ],
+ "S3 bucket": [
+ "S3 bucket"
+ ],
+ "S3 region": [
+ "S3 region"
+ ],
+ "S3 secret key": [
+ "S3 tajný klíč"
+ ],
+ "S3 URL": [
+ "S3 Adresa"
+ ],
+ "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": [
+ "Aplikace je spuštěna v nouzovém režimu. Vykreslování poznámek a všechna rozšíření jsou dočasné vypnutá."
+ ],
+ "Save": [
+ "Uložit"
+ ],
+ "Save alarm": [
+ "Nastavit alarm"
+ ],
+ "Save as %s": [
+ "Uložit jako %s"
+ ],
+ "Save as...": [
+ "Uložit jako..."
+ ],
+ "Save changes": [
+ "Uložit změny"
+ ],
+ "Save geo-location with notes": [
+ "Ukládat k poznámkám informace o zeměpisné poloze"
+ ],
+ "Search": [
+ "Hledání"
+ ],
+ "Search for plugins...": [
+ "Hledat rozšíření..."
+ ],
+ "Search for...": [
+ "Hledat..."
+ ],
+ "Search in all the notes": [
+ "Hledat ve všech poznámkách"
+ ],
+ "Search in current note": [
+ "Hledat v aktuální poznámce"
+ ],
+ "Search...": [
+ "Hledat..."
+ ],
+ "Search:": [
+ "Hledat:"
+ ],
+ "Searches for the given in all the notes.": [
+ "Hledá ve všech poznámkách."
+ ],
+ "See the pre-release page for more details: %s": [
+ "Pro náhled beta verzí navštivte stránku: %s"
+ ],
+ "Select": [
+ "Vybrat"
+ ],
+ "Select all": [
+ "Vybrat vše"
+ ],
+ "Select emoji...": [
+ "Vybrat emoji..."
+ ],
+ "Select file...": [
+ "Vybrat soubor..."
+ ],
+ "Server is already running on port %d": [
+ "Server je již spuštěný na portu %d"
+ ],
+ "Server is not running.": [
+ "Server není spuštěný."
+ ],
+ "Server is running on port %d": [
+ "Server je spuštěný na portu %d"
+ ],
+ "Set alarm": [
+ "Nastavit alarm"
+ ],
+ "Set alarm:": [
+ "Nastavit alarm:"
+ ],
+ "Set it to 0 to make it take the complete available space. Recommended width is 600.": [
+ "Nastavte ji na 0, aby zabírala celý dostupný prostor. Doporučená šířka je 600."
+ ],
+ "Set the password": [
+ "Nastavit heslo"
+ ],
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": [
+ "Sets the property of the given to the given [value]. Possible properties are:\n\n%s"
+ ],
+ "Share": [
+ "Sdílet"
+ ],
+ "Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
+ ""
+ ],
+ "Share Notebook": [
+ "Sdílet zápisník"
+ ],
+ "Share notebook...": [
+ "Sdílet zápisník..."
+ ],
+ "Share permissions": [
+ ""
+ ],
+ "Sharing notebook...": [
+ "Sdílení zápisníku..."
+ ],
+ "Shortcuts are not available in CLI mode.": [
+ "Klávesové zkratky nejsou v konzoli dostupné."
+ ],
+ "Show advanced": [
+ "Pokročilá nastavení"
+ ],
+ "Show Advanced Settings": [
+ "Pokročilá nastavení"
+ ],
+ "Show all": [
+ "Zobrazit vše"
+ ],
+ "Show completed to-dos": [
+ "Zobrazit dokončené úkoly"
+ ],
+ "Show disabled": [
+ "Zobrazit vypnuté"
+ ],
+ "Show disabled keys": [
+ "Zobrazit vypnuté klávesy"
+ ],
+ "Show more actions": [
+ "Zobrazit další akce"
+ ],
+ "Show note counts": [
+ "Zobrazit počty poznámek"
+ ],
+ "Show sort order buttons": [
+ "Zobrazit tlačítka řazení"
+ ],
+ "Show tray icon": [
+ "Zobrazovat ikonu v panelu"
+ ],
+ "Show/hide the sidebar": [
+ "Zobrazit/skrýt boční panel"
+ ],
+ "Shrink large images before adding them to notes.": [
+ ""
+ ],
+ "Side menu opened": [
+ ""
+ ],
+ "Sidebar": [
+ "Postranní lišta"
+ ],
+ "Size": [
+ "Velikost"
+ ],
+ "Skip this version": [
+ "Přeskočit tuto verzi"
+ ],
+ "Skipped items: %d (use --retry-failed-items to retry decrypting them)": [
+ "Přeskočené položky: %d (použijte --retry-failed-items pro nový pokus o dešifrování)"
+ ],
+ "Skipped: %d.": [
+ "Přeskočeno: %d."
+ ],
+ "Solarised Dark": [
+ "Solarised Dark"
+ ],
+ "Solarised Light": [
+ "Solarised Light"
+ ],
+ "Some items cannot be decrypted.": [
+ "Některé položky nelze dešifrovat."
+ ],
+ "Some items cannot be synchronised.": [
+ "Některé položky nelze synchronizovat."
+ ],
+ "Some items cannot be synchronised. Press for more info.": [
+ "Některé položky nelze synchronizovat. Zmáčkněte pro více informací."
+ ],
+ "Sort notebooks by": [
+ "Řadit zápisníky podle"
+ ],
+ "Sort notes by": [
+ "Řadit poznámky podle"
+ ],
+ "Sort selected lines": [
+ "Seřadit vybrané řádky"
+ ],
+ "Sorts the item by (eg. title, updated_time, created_time).": [
+ "Řadit položky podle (např. title, updated_time, created_time)."
+ ],
+ "Source format: %s": [
+ "Zdrojový formát: %s"
+ ],
+ "Source: ": [
+ "Zdroj: "
+ ],
+ "Specify the port that should be used by the API server. If not set, a default will be used.": [
+ "Určete port, který by měl server API používat. Pokud není nastavena, použije se výchozí."
+ ],
+ "Spell checker": [
+ "Kontrola pravopisu"
+ ],
+ "Split View": [
+ "Přepnout pohled"
+ ],
+ "Start application minimised in the tray icon": [
+ "Spouštět aplikaci minimalizovanou do lišty ikon"
+ ],
+ "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": [
+ "Spustit, zastavit či zkontrolovat API server. Pro specifikování portu pro server nastavte api.port proměnnou v config. Příkazy jsou (%s)."
+ ],
+ "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": [
+ "Probíhá dešifrování... Počkejte prosím na jeho dokončení. Podle množství dat může zabrat i několik minut."
+ ],
+ "Starting synchronisation...": [
+ "Zahajování synchronizace..."
+ ],
+ "Starting to edit note. Close the editor to get back to the prompt.": [
+ "Začínám s úpravou poznámky. Pro návrat do příkazové řádky ukončete editor."
+ ],
+ "Statistics": [
+ "Statistiky"
+ ],
+ "Statistics...": [
+ "Statistiky..."
+ ],
+ "Status": [
+ "Stav"
+ ],
+ "Status: %s": [
+ "Stav: %s"
+ ],
+ "Status: Started on port %d": [
+ "Stav: běží na portu %d"
+ ],
+ "Step 1: Enable the clipper service": [
+ "Krok 1: Zapnout službu clipper"
+ ],
+ "Step 1: Open this URL in your browser to authorise the application:": [
+ "Krok 1: Pro ověření aplikace otevřete ve svém prohlížeči tuto URL adresu:"
+ ],
+ "Step 2: Enter the code provided by Dropbox:": [
+ "Krok 2: Zadejte kód poskytnutý službou Dropbox:"
+ ],
+ "Step 2: Install the extension": [
+ "Krok 2: Nainstalovat rozšíření"
+ ],
+ "Stop": [
+ "Zastavit"
+ ],
+ "Stop external editing": [
+ "Ukončit externí úpravy"
+ ],
+ "Storage space": [
+ "Úložiště"
+ ],
+ "Strikethrough": [
+ "Přeškrtnutí"
+ ],
+ "strong text": [
+ "tučný text"
+ ],
+ "Submit": [
+ "Odeslat"
+ ],
+ "Subscript": [
+ "Dolní index"
+ ],
+ "Success! Synchronisation configuration appears to be correct.": [
+ "Úspěch! Nastavení synchronizace se zdá být v pořádku."
+ ],
+ "Superscript": [
+ "Horní index"
+ ],
+ "Swap line down": [
+ "Prohodit s řádkem níže"
+ ],
+ "Swap line up": [
+ "Prohodit s řádkem výše"
+ ],
+ "Switch between note and to-do type": [
+ "Přepnout mezi poznámkou a úkolem"
+ ],
+ "Switch profile": [
+ "Přepnout profil"
+ ],
+ "Switch to note type": [
+ "Přepnout na poznámku"
+ ],
+ "Switch to profile %d": [
+ "Přepnutí na profil %d"
+ ],
+ "Switch to to-do type": [
+ "Přepnout na úkol"
+ ],
+ "Switches to [notebook] - all further operations will happen within this notebook.": [
+ "Přepne do zápisníku [zápisník]. Všechny další operace budou prováděny na tomto zápisníku."
+ ],
+ "Sync as many devices as you want": [
+ "Synchronizace libovolného počtu zařízení"
+ ],
+ "Sync Status": [
+ "Stav synchronizace"
+ ],
+ "Sync status (synced items / total items)": [
+ "Stav synchronizace (synchronizováno / celkem)"
+ ],
+ "Sync target must be upgraded! Run `%s` to proceed.": [
+ "Je třeba upgradovat cíl synchronizace. Chcete-li pokračovat, spusťte `%s`."
+ ],
+ "Sync Target Upgrade": [
+ "Upgrade cíle synchronizace"
+ ],
+ "Sync to provided target (defaults to sync.target config value)": [
+ "Synchronizovat do vybraného cíle (nebo výchozí hodnota sync.target z konfigurace)"
+ ],
+ "Sync Version: %s": [
+ "Verze synchronizace: %s"
+ ],
+ "Sync your notes": [
+ "Synchronizace poznámek"
+ ],
+ "Synchronisation": [
+ "Synchronizace"
+ ],
+ "Synchronisation interval": [
+ "Interval synchronizace"
+ ],
+ "Synchronisation is already in progress.": [
+ "Synchronizace již probíhá."
+ ],
+ "Synchronisation Status": [
+ "Stav synchronizace"
+ ],
+ "Synchronisation target": [
+ "Cíl synchronizace"
+ ],
+ "Synchronisation target: %s (%s)": [
+ "Cíl synchronizace: %s (%s)"
+ ],
+ "Synchronise": [
+ "Synchronizovat"
+ ],
+ "Synchronise only over WiFi connection": [
+ "Synchronizovat pouze přes WiFi"
+ ],
+ "Synchronises with remote storage.": [
+ "Synchronizuje se vzdáleným úložištěm."
+ ],
+ "Synchronising...": [
+ "Probíhá synchronizace..."
+ ],
+ "Synchronizing...": [
+ "Probíhá synchronizace..."
+ ],
+ "Tabloid": [
+ "Tabloid"
+ ],
+ "tag1, tag2, ...": [
+ "štítek1, štítek2, ..."
+ ],
+ "Tagged: %d.": [
+ "Označeno pomocí štítků: %d."
+ ],
+ "Tags": [
+ "Štítky"
+ ],
+ "Take photo": [
+ "Přiložit foto"
+ ],
+ "Task list": [
+ "Seznam úkolů"
+ ],
+ "Tasks": [
+ "Úkoly"
+ ],
+ "Teams": [
+ "Týmy"
+ ],
+ "Text editor command": [
+ "Textový editor"
+ ],
+ "Thank you! Your Joplin Cloud account is now setup and ready to use.": [
+ "Děkujeme! Váš účet Joplin Cloud je nyní nastaven a připraven k použití."
+ ],
+ "The active profile cannot be deleted. Switch to a different profile and try again.": [
+ "Aktivní profil nelze odstranit. Přepněte na jiný profil a zkuste to znovu."
+ ],
+ "The app is now going to close. Please relaunch it to complete the process.": [
+ "Aplikace se nyní vypne. Pro dokončení procesu ji znovu spusťte."
+ ],
+ "The application did not close properly. Would you like to start in safe mode?": [
+ "Aplikace se správně neuzavřela. Chcete ji spustit v nouzovém režimu?"
+ ],
+ "The application has been authorised - you may now close this browser tab.": [
+ "Aplikace byla autorizována, tento tab můžete zavřít."
+ ],
+ "The application has been authorised!": [
+ "Aplikace byla úspěšně autorizována!"
+ ],
+ "The application has been successfully authorised.": [
+ "Aplikace byla úspěšně autorizována."
+ ],
+ "The application must be restarted for these changes to take effect.": [
+ "Pro provedení těchto změn je potřeba aplikaci restartovat."
+ ],
+ "The attachments will no longer be watched when you switch to a different note.": [
+ "Když přepnete na jinou poznámku, přílohy již nebudou sledovány."
+ ],
+ "The command \"%s\" is only available in GUI mode": [
+ "Příkaz \"%s\" je dostupný pouze v grafickém rozhraní"
+ ],
+ "The default admin password is insecure and has not been changed! [Change it now](%s)": [
+ "Výchozí heslo správce není bezpečné a ještě nebylo změněno. [Změňte ho nyní!](%s)"
+ ],
+ "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": [
+ "Výchozí metoda šifrování byla změněna na bezpečnější variantu a doporučuje se použít ji na vaše data."
+ ],
+ "The default encryption method has been changed, you should re-encrypt your data.": [
+ "Výchozí metoda šifrování byla změněna, měli byste data znovu zašifrovat."
+ ],
+ "The default profile cannot be deleted": [
+ "Výchozí profil nelze odstranit"
+ ],
+ "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": [
+ "Příkaz editoru (může obsahovat argumenty) ve kterém budou otevírány poznámky. Pokud není určeno, aplikace se pokusí o automatické rozpoznání výchozího editoru."
+ ],
+ "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": [
+ "Vlastnost faktor určuje, jak se má položka zvětšit nebo zmenšit, aby se vešla na volné místo v kontejneru vzhledem k ostatním položkám. Položka s faktorem 2 tedy zabere dvakrát tolik místa než položka s faktorem 1. Pro zobrazení změn restartujte aplikaci."
+ ],
+ "The following attachments are being watched for changes:": [
+ "Následující přílohy jsou sledovány, zda došlo k jejich změně:"
+ ],
+ "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": [
+ "Následující klíče používají zastaralý šifrovací algoritmus a doporučujeme je aktualizovat. Aktualizovaný klíč bude stále schopen dešifrovat a šifrovat vaše data jako obvykle."
+ ],
+ "The Joplin mobile app does not currently support this type of link: %s": [
+ "Mobilní aplikace Joplin aktuálně nepodporuje tento typ odkazu: %s"
+ ],
+ "The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
+ "Tým Joplin tento plugin prověřil a splňuje naše standardy zabezpečení a výkonu."
+ ],
+ "The keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Klíče s těmito ID se používají k šifrování některých položek, ale aplikace k nim v současné době nemá přístup. Je pravděpodobné, že budou nakonec staženy prostřednictvím synchronizace."
+ ],
+ "The master key has been upgraded successfully!": [
+ "Hlavní klíč byl úspěšně upgradován!"
+ ],
+ "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": [
+ "Hlavní klíče s těmito ID byly použity k zašifrování položek, které momentálně nejsou k dispozici. Je pravděpodobné, že tyto položky budou staženy při synchronizaci."
+ ],
+ "The note \"%s\" has been successfully restored to the notebook \"%s\".": [
+ "Poznámka \"%s\" byla úspěšně obnovena v zápisníku \"%s\"."
+ ],
+ "The notebook could not be saved: %s": [
+ "Nebylo možné uložit zápisník: %s"
+ ],
+ "The notes have been imported: %s": [
+ "Poznámky importovány: %s"
+ ],
+ "The possible commands are:": [
+ "Dostupné příkazy:"
+ ],
+ "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": [
+ "Příjemce nebylo možné ze seznamu odstranit. Zkuste to prosím znovu.\n\nChyba byla: \"%s\""
+ ],
+ "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": [
+ "Před synchronizací je třeba upgradovat její cíl. Dokončení operace může trvat několik minut a je třeba aplikaci restartovat. Chcete-li pokračovat, klepněte na odkaz."
+ ],
+ "The sync target needs to be upgraded. Press this banner to proceed.": [
+ "Cíl synchronizace je třeba aktualizovat. Stiskněte tento banner a pokračujte."
+ ],
+ "The tag \"%s\" already exists. Please choose a different name.": [
+ "Štítek \"%s\" už existuje. Zadejte jiný název."
+ ],
+ "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": [
+ "Cíl synchronizace. Každý cíl může mít další parametry ve formátu `sync.NUM.NAME` (dokumentace níže)."
+ ],
+ "The Web Clipper needs your authorisation to access your data.": [
+ "Web Clipper potřebuje k přístupu k vašim údajům vaše oprávnění."
+ ],
+ "The web clipper service is enabled and set to auto-start.": [
+ "Služba Web clipper je povolena a nastavena pro zapnutí při spuštění."
+ ],
+ "The web clipper service is not enabled.": [
+ "Služba Web clipper není povolena."
+ ],
+ "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
+ "Implementace WebDAV %s je nekompatibilní s Joplinem, a proto již není podporována. Použijte prosím jinou metodu synchronizace."
+ ],
+ "Theme": [
+ "Vzhled"
+ ],
+ "There are currently no notes. Create one by clicking on the (+) button.": [
+ "Žádné poznámky. Novou vytvořte klepnutím na tlačítko (+)."
+ ],
+ "There are unsaved changes.": [
+ "Existují neuložené změny."
+ ],
+ "There is currently no notebook. Create one by clicking on \"New notebook\".": [
+ "Nemáte žádný zápisník. Nový vytvoříte klepnutím na \"Nový zápisník\"."
+ ],
+ "There is no data to export.": [
+ "Nic k exportování."
+ ],
+ "There was a [conflict](%s) on the attachment below.\n\n%s": [
+ "V příloze níže došlo ke [konfliktu] (%s).\n\n%s"
+ ],
+ "There was an error downloading this attachment:": [
+ "Při stahování této přílohy došlo k chybě:"
+ ],
+ "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": [
+ "Při nastavování vašeho účtu Joplin Cloud došlo k chybě. Ověřte prosím svůj e-mail a heslo a zkuste to znovu. Chyba:\n\n%s"
+ ],
+ "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": [
+ "Tyto položky zůstanou na tomto zařízení, ale nebudou uploadovány na cíl synchronizace. Pro přístup k těmto souborům hledejte jejich název nebo ID (v hranatých závorkách)."
+ ],
+ "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": [
+ "Tyto doplňky vylepšují vykreslovací modul Markdown o další funkce. Upozorňujeme, že i když tyto funkce mohou být užitečné, nejedná se o standardní Markdown, a proto většina z nich bude fungovat pouze v Joplinu. Některé z nich jsou navíc *nekompatibilní* s editorem WYSIWYG. Pokud v tomto editoru otevřete poznámku, která používá jeden z těchto pluginů, ztratíte formátování pluginu. Níže je uvedeno, které doplňky jsou nebo nejsou kompatibilní s editorem WYSIWYG."
+ ],
+ "This allows another user to share a notebook with you, and you can then both collaborate on it. It does not however allow you to share a notebook with someone else, unless you have the feature \"%s\".": [
+ ""
+ ],
+ "This attachment is not downloaded or not decrypted yet": [
+ "Tato příloha ještě není stažena nebo dešifrována"
+ ],
+ "This attachment is not downloaded or not decrypted yet.": [
+ "Tato příloha není ještě stažena nebo dešifrována."
+ ],
+ "This authorisation token is only needed to allow third-party applications to access Joplin.": [
+ "Tento autorizační token je potřeba pouze pro povolení komunikace Joplin s aplikacemi třetích stran."
+ ],
+ "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
+ "Toto je pokročilý nástroj pro zobrazení příloh, které jsou připojeny k vašim poznámkám. Při odstraňování přílohy buďte opatrní, protože odstraněnou přílohu nelze obnovit."
+ ],
+ "This note does not have geolocation information.": [
+ "Tato poznámka nemá informace o zeměpisné poloze."
+ ],
+ "This note has been modified:": [
+ "Poznámka byla upravena:"
+ ],
+ "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
+ "Tato poznámka je prázdná. pro otevření editoru klepněte na \"%s\"."
+ ],
+ "This note has no history": [
+ "Tato poznámka nemá historii"
+ ],
+ "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
+ "Tento editor formátovaného textu má řadu omezení a při jeho používání doporučujeme mít se na pozoru."
+ ],
+ "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": [
+ "Tato služba umožňuje rozšíření prohlížeče o komunikaci s Joplin. Pokud jej povolíte, může vás firewall požádat, abyste Joplin dali svolení naslouchat na určitém portu."
+ ],
+ "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": [
+ "Toto umožní Joplin běžet na pozadí. Doporučujeme toto nastavení povolit tak, aby se vaše poznámky neustále synchronizovaly, čímž se sníží počet konfliktů."
+ ],
+ "This will open a new screen. Save your current changes?": [
+ "Toto otevře nové okno. Chcete uložit současné změny?"
+ ],
+ "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
+ "Tím sešit odstraní z vaší sbírky a vy již nebudete mít přístup k jeho obsahu. Chcete pokračovat?"
+ ],
+ "Time format": [
+ "Formát času"
+ ],
+ "title": [
+ "název"
+ ],
+ "Title": [
+ "Název"
+ ],
+ "To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
+ "Pro povolení synchronizace Joplinu se službou Dropbox postupujte podle následujících kroků:"
+ ],
+ "To continue, please enter your master password below.": [
+ "Chcete-li pokračovat, zadejte níže své hlavní heslo."
+ ],
+ "To delete a tag, untag the associated notes.": [
+ "Před smazáním štítku ho odeberte od přiřazených poznámek."
+ ],
+ "To delete: %d": [
+ "K smazání: %d"
+ ],
+ "To enter command line mode, press \":\"": [
+ "Pro přepnutí do příkazové řádky stiskněte \":\""
+ ],
+ "To exit command line mode, press ESCAPE": [
+ "Pro opuštění příkazové řádky stiskněte Esc"
+ ],
+ "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": [
+ "Po seřadit ručně, je třeba změnit pořadí řazení na \"%s\" v nabídce \"%s\" > \"%s\""
+ ],
+ "To maximise/minimise the console, press \"tc\".": [
+ "Pro maximalizaci/minimalizaci konzole stiskněte \"tc\"."
+ ],
+ "To move from one pane to another, press Tab or Shift+Tab.": [
+ "Pro přepínání mezi panely stiskněte Tab / Shift+Tab."
+ ],
+ "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": [
+ "Pro nový pokus o dešifrování těchto položek spusťte ʻe2ee decrypt --retry-failed-items`"
+ ],
+ "To switch the profile, the app is going to close and you will need to restart it.": [
+ "Chcete-li profil přepnout, aplikace se zavře a musíte ji znovu spustit."
+ ],
+ "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": [
+ "Aby aplikace fungovala správně, potřebuje následující oprávnění. Povolte je v nastavení telefonu v aplikaci Aplikace> Joplin> Oprávnění"
+ ],
+ "to-do": [
+ "Nový úkol"
+ ],
+ "to-do: %s": [
+ "Úkol: %s"
+ ],
+ "Toggle comment": [
+ "Přepnout komentář"
+ ],
+ "Toggle development tools": [
+ "Zobrazit/skrýt nástroje pro vývojáře"
+ ],
+ "Toggle editor layout": [
+ "Změnit rozložení editoru"
+ ],
+ "Toggle editors": [
+ "Přepnout editory"
+ ],
+ "Toggle external editing": [
+ "Upravit v externím textovém editoru"
+ ],
+ "Toggle note list": [
+ "Zobrazit/skrýt seznam poznámek"
+ ],
+ "Toggle own sort order": [
+ "Přepínání vlastního řazení"
+ ],
+ "Toggle safe mode": [
+ "Přepnout nouzový režim"
+ ],
+ "Toggle sidebar": [
+ "Zobrazit/skrýt postranní lištu"
+ ],
+ "Toggle sort order field": [
+ "Přepínání pole řazení"
+ ],
+ "Token has been copied to the clipboard!": [
+ "Token byl zkopírován do schránky!"
+ ],
+ "Tools": [
+ "Nástroje"
+ ],
+ "Total Size": [
+ "Celková velikost"
+ ],
+ "Total: %d/%d": [
+ "Celkem: %d/%d"
+ ],
+ "Try again": [
+ "Zkusit znovu"
+ ],
+ "Try it now": [
+ "Vyzkoušejte to nyní"
+ ],
+ "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
+ "Zadejte `help [příkaz]` pro více informací o příkazu; nebo `help all` pro kompletní nápovědu."
+ ],
+ "Type `joplin help` for usage information.": [
+ "Zadejte `joplin help` pro nápovědu."
+ ],
+ "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
+ "Zadejte název poznámky, na kterou chcete přeskočit, nebo část jejího obsahu. Nebo zadejte # následovaný názvem štítku, @ následovaný názvem poznámky, nebo : pro vyhledávání příkazů."
+ ],
+ "Type new tags or select from list": [
+ "Zadejte nové štítky, nebo vyberte existující ze seznamu"
+ ],
+ "Type: %s.": [
+ "Typ: %s."
+ ],
+ "Unable to edit resource of type %s": [
+ ""
+ ],
+ "Unable to export or share data. Reason: %s": [
+ ""
+ ],
+ "Unable to share log data. Reason: %s": [
+ ""
+ ],
+ "Uncompleted to-dos on top": [
+ "Nedokončené úkoly nahoře"
+ ],
+ "Undo": [
+ "Zpět"
+ ],
+ "Unknown flag: %s": [
+ "Neznámý flag: %s"
+ ],
+ "Unknown item type downloaded - please upgrade Joplin to the latest version": [
+ "Stažena položka zatím neznámého typu - aktualizujte prosím Joplin na nejnovější verzi"
+ ],
+ "Unordered list": [
+ "Neuspořádaný seznam"
+ ],
+ "Unpublish note": [
+ "Přestat sdílet poznámku"
+ ],
+ "Unshare": [
+ "Přestat sdílet"
+ ],
+ "Unshare this notebook? The recipients will no longer have access to its content.": [
+ "Opravdu chcete přestat sdílet tento zápisník? Příjemci už pak nebudou mít přístup k jeho obsahu."
+ ],
+ "Unsupported image type: %s": [
+ "Nepodporovaný formát obrázku: %s"
+ ],
+ "Unsupported link or message: %s": [
+ "Nepodporovaný odkaz či zpráva: %s"
+ ],
+ "Untitled": [
+ "Bez názvu"
+ ],
+ "Update": [
+ "Aktualizovat"
+ ],
+ "Update profile": [
+ "Aktualizovat profil"
+ ],
+ "Update total sizes": [
+ "Aktualizace celkových velikostí"
+ ],
+ "Updated": [
+ "Upraveno"
+ ],
+ "updated date": [
+ "datum aktualizace"
+ ],
+ "Updated local items: %d.": [
+ "Položky aktualizované lokálně: %d."
+ ],
+ "Updated remote items: %d.": [
+ "Položky aktualizované na vzdáleném úložišti: %d."
+ ],
+ "Updated: ": [
+ "Upraveno: "
+ ],
+ "Updated: %d.": [
+ "Upraveno: %d."
+ ],
+ "Updated: %s": [
+ "Upraveno: %s"
+ ],
+ "Updating...": [
+ "Probíhá aktualizace..."
+ ],
+ "Upgrade": [
+ "Upgradovat"
+ ],
+ "Upgrade the sync target to the latest version.": [
+ "Upgradovat cíl synchronizace na nejnovější verzi."
+ ],
+ "URL": [
+ "URL"
+ ],
+ "Usage: %s": [
+ "Použití: %s"
+ ],
+ "Use biometrics to secure access to the app": [
+ "Použití biometrických údajů pro zabezpečení přístupu k aplikaci"
+ ],
+ "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": [
+ "Použít formát dlouhého seznamu. Formát je ID, NOTE_COUNT (u zápisníků), DATE, TODO_CHECKED (pro úkoly), TITLE"
+ ],
+ "Use spell checker": [
+ "Použít kontrolu pravopisu"
+ ],
+ "Use the arrows and page up/down to scroll the lists and text areas (including this console).": [
+ "Pro pohyb v seznamech a textových polích (včetně této konzole) používejte šipky a page up/down."
+ ],
+ "Use the arrows to move the layout items. Press \"Escape\" to exit.": [
+ "Pro přesun položek v rozložení použijte šipky. Pro ukončení změn stiskněte klávesu \"Escape\"."
+ ],
+ "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": [
+ "Použijte toto k opětovnému vytvoření indexu vyhledávání, pokud dojde k problému s vyhledáváním. Toto může trvat dlouho, v závislosti na počtu poznámek."
+ ],
+ "Use your biometrics to secure access to your application. You can always set it up later in Settings.": [
+ "K zabezpečení přístupu do aplikace použijte své biometrické údaje. Vždy ji můžete nastavit později v Nastavení."
+ ],
+ "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
+ "Používá se pro většinu textu v editoru Markdownu. Pokud nebude nalezeno, bude použito obecné proporcionální písmo s různou šířkou znaků."
+ ],
+ "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
+ "Používá se, kdekoliv je potřeba znaky s jednotnou šířkou pro čitelné rozložení textu (např. tabulky, zaškrtávací tlačítka, ukázky kódu). Pokud nebude nalezeno, bude použito obecné neproporcionální písmo s jednotnou šířkou znaků."
+ ],
+ "User deletions": [
+ "Odstranění uživatele"
+ ],
+ "Users": [
+ "Uživatelé"
+ ],
+ "Valid": [
+ "Platné"
+ ],
+ "Verify your identity": [
+ "Ověřte svou identitu"
+ ],
+ "View": [
+ "Zobrazit"
+ ],
+ "View on map": [
+ "Zobrazit na map+"
+ ],
+ "View them now": [
+ "Zobrazit"
+ ],
+ "Viewer": [
+ "Prohlížeč"
+ ],
+ "Vim": [
+ "Vim"
+ ],
+ "Voice typing language files (URL)": [
+ ""
+ ],
+ "Voice typing...": [
+ ""
+ ],
+ "Warning": [
+ "Upozornění"
+ ],
+ "Warning: not all resources shown for performance reasons (limit: %s).": [
+ "Upozornění: nejsou zobrazeny všechny prostředky z důvodů výkonu (limit: %s)."
+ ],
+ "Web Clipper": [
+ "Web Clipper"
+ ],
+ "WebDAV": [
+ "WebDAV"
+ ],
+ "WebDAV password": [
+ "WebDAV heslo"
+ ],
+ "WebDAV URL": [
+ "WebDAV URL"
+ ],
+ "WebDAV username": [
+ "WebDAV uživatelské jméno"
+ ],
+ "Website and documentation": [
+ "Web a dokumentace"
+ ],
+ "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
+ "Vítejte v Joplin!\n\nZadejte `:help shortcuts` pro seznam klávesových zkratek, nebo `:help` pro nápovědu k použítí.\n\nNapř. pro vytvoření zápisníku zadejte `mb`; pro vytvoření nové poznámky `mn`."
+ ],
+ "When creating a new note:": [
+ "Při vytváření nové poznámky:"
+ ],
+ "When creating a new to-do:": [
+ "Při vytváření nového úkolu:"
+ ],
+ "Words": [
+ "Slova"
+ ],
+ "y": [
+ "y"
+ ],
+ "Y": [
+ "Y"
+ ],
+ "yes": [
+ "kompatibilní"
+ ],
+ "Yes": [
+ "Ano"
+ ],
+ "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": [
+ "Chystáte se připojit velký obrázek (%dx%d pixelů). Chcete jej před připojením zmenšit na %d pixelů?"
+ ],
+ "You currently have no notebooks.": [
+ "Momentálně nemáte žádné zápisníky."
+ ],
+ "You do not have any installed plugin.": [
+ "Nemáte nainstalovaná žádná rozšíření."
+ ],
+ "You may also type `status` for more information.": [
+ "Můžete také zadat `status` pro více informací."
+ ],
+ "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": [
+ "Níže uvedený nástroj můžete použít k opětovnému zašifrování dat, například pokud víte, že některé vaše poznámky jsou šifrovány zastaralou metodou šifrování."
+ ],
+ "Your choice: ": [
+ "Vaše volba: "
+ ],
+ "Your data is going to be re-encrypted and synced again.": [
+ "Vaše data budou znovu zašifrována a znovu synchronizována."
+ ],
+ "Your password is needed to decrypt some of your data.": [
+ "K dešifrování některých dat je potřeba heslo."
+ ],
+ "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": [
+ "K dešifrování některých dat je potřeba vaše heslo. Zadejte `:e2ee decrypt` pro jeho nastavení."
+ ],
+ "Your permission to use your camera is required.": [
+ "Je vyžadováno oprávnění použít vaši kameru."
+ ],
+ "Your version: %s": [
+ "Vaše verze: %s"
+ ],
+ "Zoom In": [
+ "Přiblížit"
+ ],
+ "Zoom Out": [
+ "Oddálit"
+ ]
}
\ No newline at end of file
diff --git a/packages/lib/locales/da_DK.json b/packages/lib/locales/da_DK.json
index 3335b84ad0..ae8c19f04a 100644
--- a/packages/lib/locales/da_DK.json
+++ b/packages/lib/locales/da_DK.json
@@ -1,1026 +1,3218 @@
{
- "\"%s\" is missing the required \"%s\" property.": "\"%s\" mangler for den påkrævede \"%s\" egenskab.",
- "%d days": "%d dage",
- "%d GB": "%d GB",
- "%d GB storage space": "%d GB lagerplads",
- "%d hour": "%d time",
- "%d hours": "%d timer",
- "%d MB": "%d MB",
- "%d MB per note or attachment": "%d MB pr. note eller vedhæftning",
- "%d minutes": "%d minutter",
- "%d notes match this pattern. Delete them?": "%d noter der matcher dette mønster. Slet dem?",
- "%s": "%s",
- "%s %s (%s, %s)": "%s %s (%s, %s)",
- "%s (%s) could not be uploaded: %s": "%s (%s) kunne ikke uploades: %s",
- "%s (%s) would like to share a notebook with you.": "%s (%s) vil gerne dele en notesbog med dig.",
- "%s (%s): %s": "%s (%s): %s",
- "%s (pre-release)": "%s (pre-release)",
- "%s - Copy": "%s - Kopier",
- "%s / %s": "%s / %s",
- "%s / %s / %s": "%s / %s / %s",
- "%s = %s": "%s = %s",
- "%s = %s (%s)": "%s = %s (%s)",
- "%s: %d": "%s: %d",
- "%s: %d notes": "%s: %d noter",
- "%s: %d/%d": "%s: %d/%d",
- "%s: %s": "%s: %s",
- "&Edit": "&Redigér",
- "&File": "&Fil",
- "&Go": "&Gå",
- "&Help": "&Hjælp",
- "&Note": "&Note",
- "&Tools": "&Værktøjer",
- "&View": "&Vis",
- "(%s)": "(%s)",
- "(In plugin: %s)": "(I udvidelse: %s)",
- "(None)": "(Ingen)",
- "(wysiwyg: %s)": "(wysiwyg: %s)",
- "- Camera: to allow taking a picture and attaching it to a note.": "- Kamera: Tilladelse til fotografering og vedhæftning af et billede til en note.",
- "- Location: to allow attaching geo-location information to a note.": "- Placering: Bruges til at vedhæfte GPS-informationer til en note.",
- "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": "- Lager: For at tillade vedhæftning af filer til noter og for at tillade synkronisering af filsystem.",
- " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": " (etiket-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne [tag] fra [note], eller for at liste de noter der bruger [tag]. Kommandoen `tag-list` kan bruges til at vise alle etiketter (brug -l for at vise den lange udgave).",
- " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": " (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note.",
- "A3": "A3",
- "A4": "A4",
- "A5": "A5",
- "About Joplin": "Om Joplin",
- "accelerator": "accelerator",
- "Accelerator \"%s\" is not valid.": "Accelerator \"%s\" er ikke gyldig.",
- "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": "Accelerator \"%s\" bruges til \"%s\" og \"%s\" kommandoer. Det kan føre til uventet opførsel.",
- "Accept": "Acceptér",
- "Account": "Konto",
- "Action": "Handling",
- "Actions": "Handlinger",
- "Active": "Aktiv",
- "Actual Size": "Faktisk størrelse",
- "Add body": "Tilføj brødtekst",
- "Add new": "Tilføj ny",
- "Add or remove tags:": "Tilføj eller fjern etiketter:",
- "Add recipient:": "Tilføj modtager:",
- "Add title": "Tilføj titel",
- "Add to dictionary": "Tilføj til ordbog",
- "Admin": "Admin",
- "Admin dashboard": "Kontrolpanel til administration",
- "Advanced options": "Avancerede indstillinger",
- "Advanced tools": "Avancerede værktøjer",
- "All data, including notes, notebooks and tags will be permanently deleted.": "Alle data, herunder noter, notesbøger og etiketter, bliver slettet permanent.",
- "All notes": "Alle noter",
- "All potential ports are in use - please report the issue at %s": "Alle mulige porte er i brug - rapportér venligst problemet på %s",
- "Also displays unset and hidden config variables.": "Viser også tomme eller skjulte konfigurations variabler.",
- "Also publish linked notes": "Offentliggør også tilknyttede noter",
- "Always": "Altid",
- "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": "Tvetydig notesbog \"%s\". Brug venligst notesbog-id i stedet - tryk på \"ti\" for at se det korte notebogs-id eller brug $b for den aktuelle valgte notesbog",
- "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": "Tvetydig notesbog \"%s\". Brug venligst kort notesbog-id i stedet - tryk på \"ti\" for at se det korte notebogs-id",
- "An update is available, do you want to download it now?": "Opdatering er tilgængelig, vil du hente den nu?",
- "Appearance": "Udseende",
- "Application": "Program",
- "Apply": "Anvend",
- "Are you sure you want to renew the authorisation token?": "Er du sikker på, at du vil forny autorisationstoken?",
- "Are you sure you want to return to the default layout? The current layout configuration will be lost.": "Er du sikker på, at du vil vende tilbage til standardlayoutet? Den aktuelle layoutkonfiguration vil gå tabt.",
- "Arguments:": "Argumenter:",
- "Aritim Dark": "Aritim Mørk",
- "Attach": "Vedhæft",
- "Attach file": "Vedhæft fil",
- "Attach photo": "Vedhæft foto",
- "Attach...": "Vedhæft...",
- "Attaches the given file to the note.": "Vedhæfter valgt fil til noten.",
- "attachment": "vedhæftning",
- "Attachment conflict: \"%s\"": "Vedhæftningskonflikt: \"%s\"",
- "Attachment download behaviour": "Download af vedhæftninger",
- "Attachments": "Vedhæftninger",
- "Attachments that could not be downloaded": "Vedhæftninger kunne ikke downloades",
- "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": "Bemærk: Hvis du ændre denne placering skal du sikre dig, at du kopierer alt dit indhold til den før du synkroniserer, ellers vil alle filer blive slettet! Læs FAQ'en for flere detaljer: %s",
- "Authentication was not completed (did not receive an authentication token).": "Godkendelse blev ikke fuldført (modtog ikke autorisationstoken).",
- "Authorisation token:": "Autoriseringstoken:",
- "Auto": "Auto",
- "Auto-add disabled accounts for deletion": "Føj automatisk deaktiverede konti til sletning",
- "Auto-pair braces, parenthesis, quotations, etc.": "Auto-par klammer, parenteser, citater, etc.",
- "Automatically check for updates": "Tjek automatisk efter opdateringer",
- "Automatically switch theme to match system theme": "Skifter automatisk tema så det matcher systemets tema",
- "Back": "Tilbage",
- "Basic": "Grundlæggende",
- "Bold": "Fed",
- "Browse all plugins": "Gennemse alle udvidelser",
- "Browse...": "Gennemse...",
- "Bulleted List": "Punktliste",
- "Can Share": "Kan dele",
- "Cancel": "Annullér",
- "Cancelling background synchronisation... Please wait.": "Annullerer baggrunds synkronisering... Vent venligst.",
- "Cancelling...": "Annullerer...",
- "Cancelling... Please wait.": "Annullerer... Vent venligst.",
- "Cannot access %s": "Kan ikke tilgå %s",
- "Cannot change encrypted item": "Kan ikke ændre krypteret emne",
- "Cannot copy note to \"%s\" notebook": "Kan ikke kopiere note til \"%s\" notesbog",
- "Cannot find \"%s\".": "Kan ikke finde \"%s\".",
- "Cannot initialise synchroniser.": "Kan ikke starte synkroniseringen.",
- "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": "Kan ikke indlæse \"%s\" modul til format \"%s\" og output \"%s\"",
- "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": "Kan ikke indlæse \"%s\" modul til format \"%s\" og mål \"%s\"",
- "Cannot move note to \"%s\" notebook": "Kan ikke flytte note til \"%s\" notesbog",
- "Cannot move notebook to this location": "Kan ikke flytte notesbogen til denne placering",
- "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": "Kan ikke genindlæse token: Godkendelsesdata mangler. Prøv at starte synkronisering igen, det kan måske løse problemet.",
- "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": "Kan ikke gemme %s \"%s\" da den er større end den tilladte grænse (%s)",
- "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": "Kan ikke gemme %s \"%s\" da den vil overskride den tilladte størrelse (%s) for denne konto",
- "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": "Kan ikke dele krypteret notebook med modtager %s, fordi de ikke har aktiveret end-to-end-kryptering. De kan gøre det i Indstillinger > Kryptering.",
- "Case sensitive": "Bogstavstørrelse har betydning",
- "Change application layout": "Skift applikationslayout",
- "Change language": "Skift sprog",
- "Characters": "Tegn",
- "Characters excluding spaces": "Tegn eksklusiv mellemrum",
- "Check for updates...": "Tjek om der er opdateringer..",
- "Check synchronisation configuration": "Tjek synkroniseringskonfiguration",
- "Checkbox": "Afkrydsningsfelt",
- "Checkbox list": "Afkrydsningsliste",
- "Checking... Please wait.": "Tjekker... Vent venligst.",
- "Choose an option": "Vælg en mulighed",
- "Chrome Web Store": "Chrome Web Store",
- "Clear": "Ryd",
- "Clear alarm": "Nulstil alarm",
- "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": "Klik på \"%s\" for at gendanne noten. Den vil blive kopieret til notesbogen \"%s\". Den nuværende version af noten vil ikke blive erstattet eller ændret.",
- "Click to add tags...": "Klik for at tilføje etiketter...",
- "Client ID: %s": "Klient-ID: %s",
- "Close": "Luk",
- "Close dropdown": "Luk rullelisten",
- "Close Window": "Luk vindue",
- "Code": "Kode",
- "Code Block": "Kode blok",
- "Code View": "Kodevisning",
- "Collaborate on notebooks with others": "Samarbejd med andre om notesbøger",
- "Collapse": "Fold sammen",
- "Coming alarms": "Kommende alarmer",
- "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": "Komma-adskilt liste med stier til mapper der indlæses certifikater fra, eller stier til individuelle certifikatfiler. For eksempel: /my/cert_dir, /other/custom.pem. Vær opmærksom på at hvis du ændrer dine TLS indstillinger, så skal du gemme dine ændringer før du klikker på \"Tjek synkroniseringskonfiguration\".",
- "command": "kommando",
- "Command": "Kommando",
- "Command palette": "Kommando-udvalg",
- "Command palette...": "Kommando-udvalg...",
- "Completed": "Fuldført",
- "Completed decryption.": "Dekryptering færdig.",
- "Completed: %s (%s)": "Fuldført: %s (%s)",
- "Compress old changes": "Komprimér gamle ændringer",
- "Configuration": "Indstillinger",
- "Confirm password cannot be empty": "Bekræftelsen af adgangskode må ikke være tom",
- "Confirm password:": "Bekræft adgangskode:",
- "Confirmation": "Bekræftelse",
- "Conflicted: %d": "Konflikter: %d",
- "Conflicts": "Konflikter",
- "Conflicts (attachments)": "Konflikter (vedhæftninger)",
- "Consolidated billing": "Konsolideret fakturering",
- "Content provided by %s": "Indhold leveret af %s",
- "Continue": "Fortsæt",
- "Convert to note": "Konverter til note",
- "Convert to todo": "Konverter til opgave",
- "Copy": "Kopier",
- "Copy dev mode command to clipboard": "Kopier udviklertilstand-kommando til udklipsholderen",
- "Copy external link": "Kopiér eksternt link",
- "Copy image": "Kopier billede",
- "Copy Link Address": "Kopier linkadresse",
- "Copy Markdown link": "Kopier markdown link",
- "Copy path to clipboard": "Kopier sti til udklipsholder",
- "Copy Shareable Link": "Kopier link til deling",
- "Copy token": "Kopier token",
- "Could not authorise application:\n\n%s\n\nPlease try again.": "Kunne ikke autorisere applikationen:\n\n%s\n\nPrøv igen.",
- "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": "Kunne ikke forbinde til Joplin server. Tjek synkroniseringsindstillingerne på indstillingssiden. Den fulde fejl var:\n\n%s",
- "Could not connect to plugin repository.": "Kunne ikke forbinde til plugin-lager.",
- "Could not export notes: %s": "Kunne ikke eksportere noterne: %s",
- "Could not install plugin: %s": "Kunne ikke installere plugin: %s",
- "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": "Kunne ikke svare på invitationen. Prøv venligst igen, eller kontakt ejeren af notesbogen, hvis de stadig deler den\n\nFejlen var: \"%s\"",
- "Could not switch profile: %s": "Kunne ikke skifte profil: %s",
- "Could not upgrade master key: %s": "Kunne ikke opgradere hovednøgle: %s",
- "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": "Kunne ikke verificere denne notesbogs status for deling - afbryder. Prøv venligst igen, når du har forbindelse til internettet.",
- "Create": "Opret",
- "Create a notebook": "Opret en notesbog",
- "Create new profile...": "Opret ny note...",
- "Create notebook": "Opret notesbog",
- "Create user": "Opret bruger",
- "Created": "Oprettet",
- "created date": "oprettelsesdato",
- "Created local items: %d.": "Oprettede lokale emner: %d.",
- "Created locally": "Oprettet lokalt",
- "Created remote items: %d.": "Oprettede fjern-emner: %d.",
- "Created: ": "Oprettet: ",
- "Created: %d.": "Oprettet: %d.",
- "Created: %s": "Oprettet: %s",
- "Creates a new note.": "Opretter en ny note.",
- "Creates a new notebook.": "Opretter en ny notesbog.",
- "Creates a new to-do.": "Opretter en ny opgave.",
- "Creating new %s...": "Opretter ny %s...",
- "Creating report...": "Opretter rapport...",
- "Current version is up-to-date.": "Aktuel version er den nyeste.",
- "custom order": "brugerdefineret rækkefølge",
- "Custom order": "Brugerdefineret rækkefølge",
- "Custom stylesheet for Joplin-wide app styles": "Brugerdefineret stylesheet til Joplin app-stilarter",
- "Custom stylesheet for rendered Markdown": "Brugerdefineret stylesheet til fortolket Markdown",
- "Custom TLS certificates": "Brugerdefinerede TLS certifikater",
- "Cut": "Klip",
- "Dark": "Mørkt",
- "Dashboard": "Kontrolpanel",
- "Database v%s": "Database v%s",
- "Date": "Dato",
- "Date format": "Datoformat",
- "days": "dage",
- "Decrease indent level": "Reducer indrykningsniveau",
- "Decrypted items: %d": "Dekrypterede emner: %d",
- "Decrypted items: %s / %s": "Dekrypterede emner: %s / %s",
- "Decrypting items: %d/%d": "Dekrypterede emner: %d/%d",
- "Default": "Standard",
- "Default: %s": "Standard: %s",
- "Delete": "Slet",
- "Delete attachment \"%s\"?": "Slet venhæftning \"%s\"?",
- "Delete expired sessions": "Slet udløbne sessioner",
- "Delete expired tokens": "Slet udløbne tokens",
- "Delete line": "Slet linje",
- "Delete local data and re-download from sync target": "Slet lokal data og download igen fra synkroniseringsmål",
- "Delete note \"%s\"?": "Slet noten \"%s\"?",
- "Delete note?": "Slet note?",
- "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": "Slet notesbogen \"%s\"?\n\nAlle noter og undernotesbøger i denne notesbog bliver også slettet.",
- "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": "Slet notesbog? Alle noter og undernotesbøger i denne notesbog bliver også slettet.",
- "Delete plugin \"%s\"?": "Slet udvidelse \"%s\"?",
- "Delete profile \"%s\"": "Slet profilen \"%s\"",
- "Delete selected notes": "Slet valgte noter",
- "Delete these %d notes?": "Slet disse %d noter?",
- "Delete this invitation? The recipient will no longer have access to this shared notebook.": "Vil du slette denne invitation? Modtageren vil ikke længere have adgang til denne delte notesbog.",
- "Delete this profile?": "Slet denne profil?",
- "Deleted local items: %d.": "Slettede lokale emner: %d.",
- "Deleted remote items: %d.": "Slettede fjern-emner: %d.",
- "Deletes the given notebook.": "Sletter aktuelle notesbog.",
- "Deletes the notebook without asking for confirmation.": "Sletter notesbogen uden at bede om bekræftelse.",
- "Deletes the notes matching .": "Sletter alle noter der matcher .",
- "Deletes the notes without asking for confirmation.": "Sletter noterne uden at bede om bekræftelse.",
- "Destination format: %s": "Destinationsformat: %s",
- "Directory": "Indeks",
- "Directory to synchronise with (absolute path)": "Mappe der skal synkroniseres med (absolut sti)",
- "Disable": "Deaktiver",
- "Disable encryption": "Deaktiver kryptering",
- "Disable safe mode and restart": "Deaktiver fejlsikret tilstand og genstart",
- "Disable Web Clipper Service": "Deaktiver Web-Clipper tjeneste",
- "Disabled": "Deaktiveret",
- "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": "Slås kryptering fra vil *alle* dine noter og vedhæftninger blive re-synkroniseret og sendt ukrypteret til synk-modtageren. Vil du fortsætte?",
- "Discard changes": "Kassér ændringer",
- "Dismiss": "Afvis",
- "Displays a geolocation URL for the note.": "Vis geolokations-URL for noten.",
- "Displays only the first top notes.": "Viser kun de første noter.",
- "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": "Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-tnt` vil vise noter og opgaver).",
- "Displays summary about the notes and notebooks.": "Viser opsummering om noter og notesbøger.",
- "Displays the complete information about note.": "Viser komplet information om note.",
- "Displays the given note.": "Viser valgt note.",
- "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": "Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger.",
- "Displays usage information.": "Viser brugsinformation.",
- "Displays version information": "Viser versionsinfo",
- "Do it now": "Gør det nu",
- "Do not ask for confirmation.": "Spørg ikke om bekræftelse.",
- "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": "Glem ikke adgangkoden, da den af sikkerhedshensyn er den *eneste* mulighed for dekryptering af data! For at aktivere kryptering til, skal du indtaste din adgangskode herunder.",
- "Done": "Færdig",
- "Download": "Download",
- "Download and install the relevant extension for your browser:": "Download og installer den relevante udvidelse til din browser:",
- "Downloaded": "Downloadet",
- "Downloaded and decrypted": "Downloadet og dekrypteret",
- "Downloaded and encrypted": "Downloadet og krypteret",
- "Downloading": "Downloader",
- "Downloading resources...": "Downloader ressource...",
- "Dracula": "Dracula",
- "Drop notes or files here": "Slip noter eller filer her",
- "Dropbox": "Dropbox",
- "Dropbox Login": "Dropbox login",
- "Duplicate": "Dupliker",
- "Duplicate line": "Dupliker linje",
- "Duplicate selected notes": "Dupliker valgte noter",
- "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": "Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog.",
- "Edit": "Redigér",
- "Edit in external editor": "Rediger i ekstern editor",
- "Edit link": "Rediger link",
- "Edit note.": "Rediger note.",
- "Edit notebook": "Rediger notesbog",
- "Edit profile": "Rediger profil",
- "Edit profile configuration...": "Rediger profilkonfiguration...",
- "Editor": "Editor",
- "Editor font": "Tekstredigeringsskrifttype",
- "Editor font family": "Rediger skrifttypefamilie",
- "Editor font size": "Tekstredigeringsskriftstørrelse",
- "Editor maximum width": "Maksimal bredde på editor",
- "Editor monospace font family": "Editor monospace skrifttypefamilie",
- "Editor: %s": "Editor: %s",
- "Either \"text\" or \"json\"": "Enten \"text\" eller \"json\"",
- "Emacs": "Emacs",
- "Email": "E-mail",
- "Emails": "E-mails",
- "emphasised text": "fremhævet tekst",
- "Enable": "Aktivér",
- "Enable ++insert++ syntax": "Aktivér ++insert++ syntaks",
- "Enable ==mark== syntax": "Aktivér ==mark== syntaks",
- "Enable ^sup^ syntax": "Aktivér ^sup^ syntaks",
- "Enable abbreviation syntax": "Aktivér forkortelsessyntaks",
- "Enable audio player": "Aktivér lydafspiller",
- "Enable biometrics authentication?": "Aktivér biometrisk autentificering?",
- "Enable deflist syntax": "Aktivér deflist syntaks",
- "Enable encryption": "Aktivér kryptering",
- "Enable footnotes": "Aktivér fodnoter",
- "Enable Fountain syntax support": "Slå understøttelse af Fountain syntaks til",
- "Enable Linkify": "Aktivér Linkify",
- "Enable markdown emoji": "Aktivér markdown emojies",
- "Enable math expressions": "Slå matematiske udtryk til",
- "Enable Mermaid diagrams support": "Slå understøttelse af Mermaid diagrammer til",
- "Enable multimarkdown table extension": "Aktivér multimarkdown-tabeludvidelsen",
- "Enable note history": "Slå note-historie til",
- "Enable PDF viewer": "Aktivér PDF-viser",
- "Enable soft breaks": "Slå bløde ombrydninger til",
- "Enable spellcheck in the text editor": "Aktiver stavekontrol i teksteditoren",
- "Enable table of contents extension": "Aktivér indholdsfortegnelsesudvidelsen",
- "Enable typographer support": "Slå typografunderstøttelse til",
- "Enable video player": "Aktivér videoafspiller",
- "Enable Web Clipper Service": "Aktiver Web-Clipper tjeneste",
- "Enable ~sub~ syntax": "Aktivér ~sub~ syntaks",
- "Enabled": "Aktiveret",
- "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": "Slås kryptering fra vil *alle* dine noter og vedhæftninger blive re-synkroniseret og sendt ukrypteret til synk-modtageren.",
- "Encrypted": "Krypteret",
- "Encrypted items cannot be modified": "Krypteret emner kan ikke rettes",
- "Encryption": "Kryptering",
- "Encryption Config": "Krypteringsindstillinger",
- "Encryption is: %s": "Kryptering er: %s",
- "Encryption keys": "Krypteringsnøgler",
- "Encryption:": "Kryptering:",
- "End-to-end encryption": "End-to-end kryptering",
- "Enter code here": "Skriv kode her",
- "Enter master password:": "Indtast hovedadgangskode:",
- "Enter notebook title": "Indtast notesbogstitel",
- "Enum": "Enum",
- "Error": "Fejl",
- "Error opening note in editor: %s": "Fejl ved åbning af note i editor: %s",
- "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": "Fejl. Sørg for at URL, brugernavn, adgangskode, osv. er korrekte og at synkroniseringsmålet er tilgængeligt. Den rapporterede fejl var:",
- "Error: %s": "Fejl: %s",
- "Errors only": "Kun fejl",
- "Evernote Export File (as HTML)": "Evernote eksport fil (i HTML)",
- "Evernote Export File (as Markdown)": "Evernote eksport fil (i Markdown)",
- "Exits the application.": "Lukker programmet.",
- "Expand": "Udvid",
- "Export": "Eksportér",
- "Export all": "Eksporter alle",
- "Export debug report": "Eksporter fejlrapport",
- "Export Debug Report": "Eksporter fejlrapport",
- "Export profile": "Eksporter profil",
- "Exporting profile...": "Eksporterer profil...",
- "Exporting to \"%s\" as \"%s\" format. Please wait...": "Eksporterer til \"%s\" som \"%s\"-format. Vent venligst...",
- "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": "Eksporterer Joplin data til den valgte sti. Standard er eksport af hele databasen inkl. notesbøger, noter, etiketter og ressourcer.",
- "Exports only the given note.": "Eksporterer kun valgt note.",
- "Exports only the given notebook.": "Eksporterer kun valgt notesbog.",
- "Fail-safe": "Fejlsikring",
- "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": "Sikring: Fjern ikke lokal data når målet for synkroniseringen er tom (ofte et resultat af fejlkonfigurering eller bugs)",
- "Fatal error:": "Kritisk fejl:",
- "Feature flags": "Feature-markeringer",
- "Fetched items: %d/%d.": "Hentede emner: %d/%d.",
- "Fetching resources: %d/%d": "Henter ressourcer: %d/%d",
- "File": "Fil",
- "File system": "Filsystem",
- "Filter tags": "Filtrer etiketter",
- "Find and replace": "Find og erstat",
- "Find: ": "Find: ",
- "Firefox Extension": "Firefox udvidelse",
- "Fix search index": "Fiks søgeindeks",
- "Fixing search index...": "Fikser søgeindeks...",
- "Focus": "Fokuser",
- "Focus body": "Fokuser på brødtekst",
- "Focus title": "Fokuser på titel",
- "Folders": "Mapper",
- "For debugging purpose only: export your profile to an external SD card.": "Kun til fejlsøgning: Eksporter din profil til et eksternt SD-kort.",
- "For example \"%s\"": "For eksempel \"%s\"",
- "For information on how to customise the shortcuts please visit %s": "For info om tilpasning af links, besøg %s",
- "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": "Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal aktiveres:",
- "For the list of keyboard shortcuts and config options, type `help keymap`": "For at få vist listen af tastatur genveje og konfigurationsmuligheder, test `help keymap`",
- "Force path style": "Gennemtving sti-stil",
- "Formatting": "Formatering",
- "Forward": "Videresend",
- "Found: %d.": "Fundet: %d.",
- "FTS enabled: %d": "Fuld-tekst søgning slået til: %d",
- "Full changelog": "Komplet ændringslog",
- "Full name": "Fuldt navn",
- "General": "Generelt",
- "Generated": "Oprettet",
- "Generating link...": "Opretter link...",
- "Get it now:": "Få den nu:",
- "Get pre-releases when checking for updates": "Hent for-udgivelser når der tjekkes efter opdateringer",
- "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": "Henter eller tilføjer konfigurationsværdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration.",
- "Go to source URL": "Gå til kilde-URL",
- "Goto Anything...": "Gå til tilfældig...",
- "Grant authorisation": "Giv tilladelse",
- "Header %d": "Overskrift %d",
- "Headers": "Overskrifter",
- "Heading": "Overskrift",
- "Help": "Hjælp",
- "Hide %s": "Skjul %s",
- "Hide advanced": "Skjul avancerede",
- "Hide disabled": "Skjul deaktiverede",
- "Hide disabled keys": "Skjul deaktiverede nøgler",
- "Hide Joplin": "Skjul Joplin",
- "Hide keyboard": "Skjul tastatur",
- "Hide more actions": "Skjul flere handlinger",
- "Highlight": "Fremhæv",
- "Home": "Hjem",
- "Horizontal Rule": "Vandret linje",
- "HTML Directory": "HTML Indeks",
- "HTML File": "HTML fil",
- "Hyperlink": "Hyperlink",
- "Icon": "Ikon",
- "ID": "ID",
- "Idle": "Ledig",
- "Ignore": "Ignorér",
- "Ignore TLS certificate errors": "Ignorer TLS certifikat-fejl",
- "Images": "Billeder",
- "Import": "Importer",
- "Importing from \"%s\" as \"%s\" format. Please wait...": "Importerer fra \"%s\" som \"%s\"-format. Vent venligst...",
- "Importing notes...": "Importerer noter...",
- "Imports data into Joplin.": "Importerer data til Joplin.",
- "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": "I \"Manuel\" tilstand downloades vedhæftninger, når du klikker på dem. I \"Auto\" tilstand downloades de, når du åbner noten. I \"Altid\" tilstand downloades alle dine noter ligegyldigt om du åbner noten eller ej.",
- "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": "I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne.",
- "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": "For at knytte en geo-lokation til noten har app'en brug for din tilladelse til at tilgå din placering.\n\nDu kan slå denne mulighed fra når som helst i Indstillinger.",
- "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": "For at gøre dette skal hele dit datasæt krypteres og synkroniseres, så det er bedst at lade det køre hen over natten.\n\nFølg disse instruktioner for at starte:\n\n1. Synkroniser alle dine enheder.\n2. Klik \"%s\".\n3. Lad det køre færdig. Mens synkroniseringen kører, bør du undgå at ændre nogen noter på dine andre enheder for at undgå konflikter.\n4. Når synk er færdig på denne enhed, synk'er du alle dine andre enheder og lader det køre helt færdig.\n\nVigtigt: Du behøver kun at gøre dette EN gang på en enhed.",
- "In order to use file system synchronisation your permission to write to external storage is required.": "For at bruge filsystemsynkronisering skal du give tilladelse til at skrive til eksternt lager.",
- "In order to use the web clipper, you need to do the following:": "For at bruge Web-Clipperen skal du gøre følgende:",
- "In progress": "I gang",
- "In: %s": "I: %s",
- "Increase indent level": "Øg indrykningsniveau",
- "Indent less": "Indryk mindre",
- "Indent more": "Indryk mere",
- "Information": "Information",
- "Inline Code": "Inline-kode",
- "Insert": "Indsæt",
- "Insert Hyperlink": "Indsæt hyperlink",
- "Insert time": "Indsæt tid",
- "Install": "Installer",
- "Install from file": "Installér fra fil",
- "Installed": "Installeret",
- "Installing...": "Installerer...",
- "Invalid": "Ugyldig",
- "Invalid %s: %s.": "Forkert %s: %s.",
- "Invalid answer: %s": "Forkert svar: %s",
- "Invalid command: \"%s\"": "Ulovlig kommando: \"%s\"",
- "Invalid option value: \"%s\". Possible values are: %s.": "Ulovlig indstillingsværdi: \"%s\". Mulige valg er: %s.",
- "Invalid password": "Ugyldig adgangskode",
- "Italic": "Kursiv",
- "Item \"%s\" could not be downloaded: %s": "Emnet \"%s\" kunne ikke downloades: %s",
- "Items": "Emner",
- "Items that cannot be decrypted": "Emner der ikke kan dekrypteres",
- "Items that cannot be synchronised": "Emner kan ikke synkroniseres",
- "Join us on Twitter": "Følg os på Twitter",
- "Joplin can synchronise your notes using various providers. Select one from the list below.": "Joplin kan synkronisere dine noter ved hjælp af forskellige tjenesteudbydere. Vælg en fra listen nedenfor.",
- "Joplin Cloud": "Joplin Cloud",
- "Joplin Cloud email": "Joplin Cloud e-mail",
- "Joplin Cloud password": "Joplin Cloud-adgangskode",
- "Joplin Export Directory": "Joplin eksport mappe",
- "Joplin Export File": "Joplin eksport fil",
- "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": "Joplin kunne ikke dekryptere disse filer efter flere forsøg. De er måske korrupte eller for store. Disse emner vil forblive på enheden, men Joplin vil ikke længere prøve at dekryptere dem.",
- "Joplin Forum": "Joplin-forum",
- "Joplin Server": "Joplin server",
- "Joplin Server email": "Joplin server e-mail",
- "Joplin Server password": "Joplin Server-adgangskode",
- "Joplin Server URL": "Joplin Server URL",
- "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": "Joplin Web-Clipper gør at du kan gemme hjemmesider og screenshots fra din browser i Joplin.",
- "Joplin website": "Joplin hjemmeside",
- "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": "Joplin's egen synkroniseringstjeneste. Giver også adgang til særlige Joplin-funktioner såsom publicering af noter og samarbejde med andre om notesbøger.",
- "KaTeX": "KaTeX",
- "Keep note history for": "Behold note-historie i",
- "Keyboard Mode": "Tastaturtilstand",
- "Keyboard Shortcut": "Tastaturgenvej",
- "Keyboard Shortcuts": "Tastaturgenveje",
- "Keychain Supported: %s": "Keychain-understøttet: %s",
- "Keys that need upgrading": "Nøgler der har brug for opgradering",
- "Landscape": "Landskab",
- "Language": "Sprog",
- "Last error: %s": "Sidste fejl: %s",
- "Later": "Senere",
- "Layout": "Layout",
- "Layout button sequence": "Indstil knap-rækkefølge",
- "Leave notebook...": "Forlad notesbog...",
- "Legal": "US Legal",
- "Letter": "US Letter",
- "Light": "Lyst",
- "Lines": "Linjer",
- "Link": "Link",
- "Link description": "Link-kryptering",
- "Link has been copied to clipboard!": "Link er kopieret til udklipsholder!",
- "Link text": "Link-tekst",
- "Links with protocol \"%s\" are not supported": "Links med \"%s\" protokollen er ikke understøttede",
- "List item": "Listepunkt",
- "Lists": "Lister",
- "Loaded": "Indlæst",
- "Location": "Placering",
- "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": "Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen.",
- "Log": "Log",
- "Login": "Login",
- "Login below.": "Log ind nedenfor.",
- "Login with Dropbox": "Log på med Dropbox",
- "Login with OneDrive": "Log på med OneDrive",
- "Logout": "Log ud",
- "Logs": "Logfiler",
- "Make a donation": "Giv en donation",
- "Manage master password": "Administrer hovedadgangskode",
- "Manage master password...": "Administrer hovedadgangskode...",
- "Manage multiple users": "Administrer flere brugere",
- "Manage profiles": "Administrer profiler",
- "Manage your plugins": "Administrer dine udvidelser",
- "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": "Administrer E2EE-konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status`, `decrypt-file`(dekrypter fil) og `target-status` (modtager-status).",
- "Manual": "Manuel",
- "Markdown": "Markdown",
- "Markdown + Front Matter": "Markdown + Front Matter",
- "Marks a to-do as done.": "Markerer en opgave som udført.",
- "Marks a to-do as non-completed.": "Markerer en opgave som ikke-udført.",
- "Markup": "Markup",
- "Master Key %s": "Hovednøgle %s",
- "Master password": "Hovedadgangskode",
- "Master password:": "Hovedadgangskode:",
- "Max concurrent connections": "Maksimale samtidige forbindelser",
- "Max Item Size": "Maks elementstørrelse",
- "Max note or attachment size": "Maksimal størrelse af note eller vedhæftning",
- "Max Total Size": "Maks samlet størrelse",
- "Missing keys": "Manglende nøgler",
- "Missing Master Keys": "Manglende hovednøgler",
- "Missing required argument: %s": "Mangler krævet argument: %s",
- "Missing required flag value: %s": "Mangler krævet flag-værdi: %s",
- "Mobile data - auto-sync disabled": "Mobildata - auto-synk deaktiveret",
- "More info": "Mere information",
- "More information": "Mere information",
- "More than one item match \"%s\". Please narrow down your query.": "Mere end et emne matcher \"%s\". Præciser din søgning.",
- "Move %d notes to notebook \"%s\"?": "Flyt %d noter til notesbogen \"%s\"?",
- "Move to notebook": "Flyt til notesbog",
- "Move to notebook...": "Flyt til notesbog...",
- "Move to notebook:": "Flyt til notesbog:",
- "Moves the given
- to [notebook]": "Flytter det givne
- til [notebook].",
- "n": "n",
- "N": "N",
- "New note": "Ny note",
- "New notebook": "Ny notesbog",
- "New Notebook": "Ny notesbog",
- "New notebook \"%s\" will be created and file \"%s\" will be imported into it": "Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den",
- "New sub-notebook": "Ny under-notesbog",
- "New tags:": "Nye etiketter:",
- "New to-do": "Ny opgave",
- "New version: %s": "Ny version: %s",
- "Next match": "Næste match",
- "Nextcloud": "Nextcloud",
- "Nextcloud password": "Nextcloud-adgangskode",
- "Nextcloud username": "Nextcloud brugernavn",
- "Nextcloud WebDAV URL": "Nextcloud WebDAV URL",
- "no": "nej",
- "No": "Nej",
- "No active notebook.": "Ingen aktiv notesbog.",
- "No item with ID %s": "Intet emne med ID'en %s",
- "No notebook has been specified.": "Ingen notesbog er specificeret.",
- "No notebook selected.": "Ingen notesbog er valgt.",
- "No notes in here. Create one by clicking on \"New note\".": "Der er ingen noter her. Opret en ved at klikke på \"Ny note\".",
- "No resources!": "Ingen ressourcer!",
- "No results": "Ingen resultater",
- "No such command: %s": "Kommando findes ikke: %s",
- "No suggestions": "Ingen forslag",
- "No text editor is defined. Please set it using `config editor `": "Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `",
- "Nord": "Nord",
- "Not authentified with %s. Please provide any missing credentials.": "Ikke godkendt med %s. Angiv venligst eventuelle manglende legitimationsoplysninger.",
- "Not downloaded": "Ikke downloadet",
- "Not generated": "Ikke oprettet",
- "Not now": "Ikke nu",
- "note": "note",
- "Note": "Note",
- "Note area growth factor": "Noteområde-vækstfaktor",
- "Note attachments": "Note vedhæftninger",
- "Note attachments...": "Note-vedhæftninger...",
- "Note body": "Noteindhold",
- "Note does not exist: \"%s\". Create it?": "Note eksisterer ikke: \"%s\". Skal den oprettes?",
- "Note editor": "Noteeditor",
- "Note has been saved.": "Note gemt.",
- "Note History": "Notehistore",
- "Note is not a to-do: \"%s\"": "Noten er ikke en opgave: \"%s\"",
- "Note list": "Noteliste",
- "Note list growth factor": "Noteliste-vækstfaktor",
- "Note properties": "Noteegenskaber",
- "Note title": "Notes titel",
- "Note&book": "Note&bog",
- "Note: Does not work in all desktop environments.": "OBS: Virker ikke i alle skrivebordsmiljøer.",
- "Note: When a note is shared, it will no longer be encrypted on the server.": "Bemærk: Når en note bliver delt, vil den ikke længere være krypteret på serveren.",
- "Notebook": "Notesbog",
- "Notebook list growth factor": "Notesbogsliste-vækstfaktor",
- "Notebook: %s": "Notesbog: %s",
- "Notebooks": "Notesbøger",
- "Notebooks cannot be named \"%s\", which is a reserved title.": "Notesbøger kan ikke navngives \"%s\", da det er en reserveret titel.",
- "Notes": "Noter",
- "Notes and settings are stored in: %s": "Noter og indstillinger er gemt i: %s",
- "Notes can only be created within a notebook.": "Noter kan kun oprettes i en notesbog.",
- "Numbered List": "Nummeret liste",
- "OK": "OK",
- "OLED Dark": "OLED Mørkt",
- "On %s: %s": "På %s: %s",
- "One of your master keys use an obsolete encryption method.": "En af dine hovednøgler bruger en forældet krypteringsmetode.",
- "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": "Et eller flere emner er krypteret og du skal evt. angive en hovedadgangskode. For at gøre dette skal du indtaste `e2ee decrypt`. Har du allerede indtastet adgangskoden, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar.",
- "One or more master keys need a password.": "En eller flere hovednøgler mangler en adgangskode.",
- "OneDrive": "OneDrive",
- "OneDrive Login": "OneDrive login",
- "Only one note can be printed at a time.": "Kun én note kan printes ad gangen.",
- "Open": "Åbn",
- "Open %s": "Åbn %s",
- "Open PDF viewer": "Åbn PDF-viser",
- "Open profile directory": "Åbn profilmappe",
- "Open Sync Wizard...": "Open Synk-hjælper...",
- "Open...": "Åbn...",
- "Operation cancelled": "Udførelse annulleret",
- "Options": "Indstillinger",
- "Or create an account.": "Eller opret en konto.",
- "Ordered list": "Sorteret liste",
- "Other applications...": "Andre applikationer...",
- "Output format: %s": "Output-format: %s",
- "Page orientation for PDF export": "Sideretning for PDF eksport",
- "Page size for PDF export": "Sidestørrelse for PDF eksport",
- "Password": "Adgangskode",
- "Password cannot be empty": "Adgangskode må ikke være tom",
- "Password:": "Adgangskode:",
- "Passwords do not match!": "Adgangskoder stemmer ikke overens!",
- "Paste": "Indsæt",
- "Paste as text": "Indsæt som tekst",
- "Path:": "Sti:",
- "PDF File": "PDF-fil",
- "Per user. Minimum of %d users.": "Pr. bruger. Minimum %d brugere.",
- "Permission needed": "Tilladelse nødvendig",
- "Permission to use camera": "Tilladelse til at bruge kameraet",
- "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": "Klik på \"%s\" for at fortsætte, eller indstil adgangskoderne på \"%s\"-listen nedenfor.",
- "Please confirm that you would like to re-encrypt your complete database.": "Bekræft venligst at du ønsker at genkryptere hele din database.",
- "Please enter your password in the master key list below before upgrading the key.": "Indtast din adgangskode i hovednøglelisten nedenfor før opgradering af nøglen.",
- "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": "Bemærk, at hvis der er tale om en stor notesbog, kan det tage et par minutter, før alle noter vises på modtagerens enhed.",
- "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": "Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen tredjepart.",
- "Please select a notebook first.": "Vælg først en notesbog.",
- "Please select the note or notebook to be deleted first.": "Vælg først noten eller notesbogen der skal slettes.",
- "Please select where the sync status should be exported to": "Vælg hvor synk-status skal eksporteres til",
- "Please specify import format for %s": "Specificer import format for %s",
- "Please specify the notebook where the notes should be imported to.": "Angiv hvilken notesbog, noterne skal importeres til.",
- "Please upgrade Joplin to use this plugin": "Opgrader venligst Joplin for at benytte denne udvidelse",
- "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": "Vent venligst på at alle vedhæftninger downloades og dekrypteres. Du kan også skifte til %s for at redigere noten.",
- "Please wait...": "Vent venligst...",
- "Plugin tools": "Udvidelsesværtøjer",
- "Plugins": "Udvidelser",
- "Portrait": "Portræt",
- "Possible keys/values:": "Mulige nøgler/værdier:",
- "Possible values: %s.": "Mulige værdier: %s.",
- "Preferences": "Præferencer",
- "Preferences...": "Præferencer...",
- "Preferred dark theme": "Foretrukket mørkt tema",
- "Preferred light theme": "Foretrukket lyst tema",
- "Press Ctrl+D or type \"exit\" to exit the application": "Tast Ctrl+D eller tast \"exit\" for at afslutte app'en",
- "Press the shortcut": "Tryk på genvejen",
- "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": "Tryk på genvejen og tryk så på ENTER. Eller, tryk MELLEMRUMSTASTEN for at rydde genvejen.",
- "Press to set the decryption password.": "Klik for at gemme dekrypterings-adgangskodeord.",
- "Previous match": "Forrige match",
- "Previous versions of this note": "Tidligere udgaver af denne note",
- "Print": "Udskriv",
- "Priority support": "Prioriteret support",
- "Privacy Policy": "Privatlivspolitik",
- "Pro": "Pro",
- "Process failed payment subscriptions": "Behandl mislykkede betalingsabonnementer",
- "Process oversized accounts": "Behandl for store konti",
- "Process user deletions": "Behandl brugersletninger",
- "Profile": "Profil",
- "Profile name": "Profilnavn",
- "Profile name:": "Profilnavn:",
- "Profile Version: %s": "Profil-version: %s",
- "Profiles": "Profiler",
- "Properties": "Egenskaber",
- "Proxy enabled": "Proxy aktiveret",
- "Proxy timeout (seconds)": "Proxy timeout (sekunder)",
- "Proxy URL": "Proxy-URL",
- "Public-private key pair:": "Offentligt-privat nøglepar:",
- "Publish note...": "Publicer note...",
- "Publish Notes": "Publicer noter",
- "Publish notes to the internet": "Udgiv noter til internettet",
- "Quit": "Afslut",
- "Re-encrypt data": "Genkryptér data",
- "Re-encryption": "Genkryptering",
- "Re-upload local data to sync target": "Upload lokal data igen til synkroniseringsmål",
- "Read more about it": "Læs mere om det",
- "Read time: %s min": "Læsetid: %s min",
- "Recipient has accepted the invitation": "Modtageren har accepteret invitationen",
- "Recipient has not yet accepted the invitation": "Modtager har endnu ikke accepteret invitationen",
- "Recipient has rejected the invitation": "Modtageren har afslået invitationen",
- "Recipients:": "Modtagere:",
- "Redo": "Gentag",
- "Refresh": "Opfrisk",
- "Regular expression": "Almindeligt udtryk",
- "Reject": "Afvis",
- "Remove": "Fjern",
- "Remove tag \"%s\" from all notes?": "Slet etikette \"%s\" fra alle noter?",
- "Remove this search from the sidebar?": "Slet denne søgning fra sidebjælken?",
- "Rename": "Omdøb",
- "Rename notebook:": "Omdøb notesbog:",
- "Rename tag:": "Omdøb etikette:",
- "Renames the given
- (note or notebook) to .": "Omdøber det aktuelle
- (note eller notesbog) til .",
- "Renew token": "Forny token",
- "Replace": "Erstat",
- "Replace all": "Erstat alt",
- "Replace with...": "Erstat med...",
- "Replace: ": "Erstat: ",
- "Reset application layout": "Nulstil applikationslayout",
- "Reset master password": "Nulstil hovedadgangskode",
- "Resources: %d.": "Ressourcer: %d.",
- "Restart and upgrade": "Genstart og upgradér",
- "Restart now": "Genstart nu",
- "Restore": "Gendan",
- "Restored Notes": "Gendannede noter",
- "Retry": "Prøv igen",
- "Retry All": "Prøv alle",
- "Reveal file in folder": "Vis fil i mappe",
- "Reverse sort order": "Omvendt sorteringsorden",
- "Reverses the sorting order.": "Modsat sortering.",
- "Revision: %s (%s)": "Revision: %s (%s)",
- "Runs the commands contained in the text file. There should be one command per line.": "Afvikler kommandoerne i tekstfilen. Der skal være én kommando pr. linje.",
- "S3": "S3",
- "S3 access key": "S3-adgangsnøgle",
- "S3 bucket": "S3 bucket",
- "S3 region": "S3-region",
- "S3 secret key": "S3 hemmelig nøgle",
- "S3 URL": "S3 URL",
- "Safe mode is currently active. Note rendering and all plugins are temporarily disabled.": "Fejlsikret tilstand er aktiv i øjeblikket. Notegengivelse og alle plugins er midlertidigt deaktiveret.",
- "Save": "Gem",
- "Save alarm": "Gem alarm",
- "Save as %s": "Gem som %s",
- "Save as...": "Gem som...",
- "Save changes": "Gem ændringer",
- "Save geo-location with notes": "Gem geo-lokation i noter",
- "Search": "Søg",
- "Search for plugins...": "Søg efter udvidelser...",
- "Search for...": "Søg efter...",
- "Search in all the notes": "Søg i alle noterne",
- "Search in current note": "Søg i denne note",
- "Search...": "Søg...",
- "Search:": "Søg:",
- "Searches for the given in all the notes.": "Søger efter mønster i alle noter.",
- "See the pre-release page for more details: %s": "Se for-udgivelsessiden for yderligere information: %s",
- "Select": "Vælg",
- "Select all": "Vælg alt",
- "Select emoji...": "Vælg emoji...",
- "Select file...": "Vælg fil...",
- "Server is already running on port %d": "Serveren kører allerede på port %d",
- "Server is not running.": "Serveren kører ikke.",
- "Server is running on port %d": "Serveren kører på port %d",
- "Set alarm": "Indstil alarm",
- "Set alarm:": "Indstil alarm:",
- "Set it to 0 to make it take the complete available space. Recommended width is 600.": "Indtil den til 0 for at bruge hele den tilgængelige plads. Anbefalet bredde er 600.",
- "Set the password": "Indstil adgangskoden",
- "Sets the property of the given to the given [value]. Possible properties are:\n\n%s": "Sætter ejerskab af valgt til aktuel [value]. Mulige ejerskab er:\n\n%s",
- "Share": "Del",
- "Share and collaborate on a notebook": "Del og samarbejd om en notesbog",
- "Share Notebook": "Del notesbog",
- "Share notebook...": "Del notesbog...",
- "Sharing access control": "Adgangskontrol ved deling",
- "Sharing notebook...": "Deler notesbog...",
- "Shortcuts are not available in CLI mode.": "Links er ikke til rådighed i CLI-tilstand.",
- "Show advanced": "Vis avancerede",
- "Show Advanced Settings": "Vis avancerede indstillinger",
- "Show all": "Vis alt",
- "Show completed to-dos": "Vis færdige opgaver",
- "Show disabled": "Vis deaktiverede",
- "Show disabled keys": "Vis deaktiverede nøgler",
- "Show more actions": "Vis flere handlinger",
- "Show note counts": "Vis noteantal",
- "Show sort order buttons": "Vis knapper til sorteringsrækkefølge",
- "Show tray icon": "Vis ikon på bundbjælke",
- "Show/hide the sidebar": "Vis/skjul sidebjælken",
- "Sidebar": "Sidebjælke",
- "Size": "Størrelse",
- "Skip this version": "Spring denne version over",
- "Skipped items: %d (use --retry-failed-items to retry decrypting them)": "Oversprungne emner: %d (brug --retry-failed-items for at prøve at dekryptere dem igen)",
- "Skipped: %d.": "Droppet %d.",
- "Solarised Dark": "Solarised Mørk",
- "Solarised Light": "Solarised Lys",
- "Some items cannot be decrypted.": "Nogle emner kan ikke dekrypteres.",
- "Some items cannot be synchronised.": "Nogle emner kan ikke synkroniseres.",
- "Some items cannot be synchronised. Press for more info.": "Nogle emner kan ikke synkroniseres. Tryk for mere info.",
- "Sort notebooks by": "Sorter notesbøger efter",
- "Sort notes by": "Sorter noter efter",
- "Sort selected lines": "Sorter valgte linjer",
- "Sorts the item by (eg. title, updated_time, created_time).": "Sorterer emner ud fra (fx titel, opdateret_tid, oprettelses_tid).",
- "Source format: %s": "Kildeformat: %s",
- "Source: ": "Kilde: ",
- "Specify the port that should be used by the API server. If not set, a default will be used.": "Angiv hvilken port API-serveren skal bruge. Ellers bruges standardporten.",
- "Spell checker": "Stavekontrol",
- "Split View": "Opdelt visning",
- "Start application minimised in the tray icon": "Start programmet minimeret i systembakkeikonet",
- "Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).": "Start, stop eller tjek API serveren. Sæt api.port variablen for at vælge hvilken port den skal køre på. Kommandoerne er (%s).",
- "Starting decryption... Please wait as it may take several minutes depending on how much there is to decrypt.": "Dekryptering startet... Vent venligst da kan tage adskillige minutter afhængig af mængden der skal dekrypteres.",
- "Starting synchronisation...": "Starter synkronisering...",
- "Starting to edit note. Close the editor to get back to the prompt.": "Noteredigering startet. Luk redigering for at komme tilbage til kommandoprompten.",
- "Statistics": "Statistikker",
- "Statistics...": "Statistikker...",
- "Status": "Status",
- "Status: %s": "Status: %s",
- "Status: Started on port %d": "Status: Startet på port %d",
- "Step 1: Enable the clipper service": "Trin 1: Aktiver Web-Clipper tjenesten",
- "Step 1: Open this URL in your browser to authorise the application:": "Trin 1: Åben denne URL i din browser for at autorisere applikationen:",
- "Step 2: Enter the code provided by Dropbox:": "Trin 2: Indtast koden, som oplyses af Dropbox:",
- "Step 2: Install the extension": "Trin 2: Installér udvidelsen",
- "Stop": "Stop",
- "Stop external editing": "Stop ekstern redigering",
- "Storage space": "Lagerplads",
- "Strikethrough": "Gennemstregning",
- "strong text": "fed (strong) tekst",
- "Submit": "Gem",
- "Subscript": "Sænket skrift",
- "Success! Synchronisation configuration appears to be correct.": "Succes! Synkroniseringsindstillinger lader til at være korrekte.",
- "Superscript": "Hævet skrift",
- "Swap line down": "Ombyt linje nedad",
- "Swap line up": "Ombyt linje opad",
- "Switch between note and to-do type": "Skift mellem note- og opgave type",
- "Switch profile": "Skift profil",
- "Switch to note type": "Skift til note",
- "Switch to profile %d": "Skift til profil %d",
- "Switch to to-do type": "Skift til opgave",
- "Switches to [notebook] - all further operations will happen within this notebook.": "Skifter til [notebook] - alle fremtidige handlinger sker i denne notesbog.",
- "Sync as many devices as you want": "Synkroniser så mange enheder, du vil",
- "Sync Status": "Synkroniseringsstatus",
- "Sync status (synced items / total items)": "Synk status (synk'ede emner / emner i alt)",
- "Sync target must be upgraded! Run `%s` to proceed.": "Synk-mål skal opgraderes! Kør `%s` for at fortsætte.",
- "Sync Target Upgrade": "Synk-mål opgadering",
- "Sync to provided target (defaults to sync.target config value)": "Synk til valgt mål (standard er sync.target config.value)",
- "Sync Version: %s": "Synk-version: %s",
- "Sync your notes": "Synk dine noter",
- "Synchronisation": "Synkronisering",
- "Synchronisation interval": "Synkroniseringsinterval",
- "Synchronisation is already in progress.": "Synkronisering er allerede i gang.",
- "Synchronisation Status": "Synkroniseringsstatus",
- "Synchronisation target": "Synkroniseringsmål",
- "Synchronisation target: %s (%s)": "Synkroniseringsmål: %s (%s)",
- "Synchronise": "Synkroniser",
- "Synchronise only over WiFi connection": "Synkroniser kun over WiFi-forbindelse",
- "Synchronises with remote storage.": "Synkroniserer med fjernlager.",
- "Synchronising...": "Synkroniserer...",
- "Synchronizing...": "Synkroniserer...",
- "Tabloid": "US Tabloid",
- "tag1, tag2, ...": "etiket1, etiket2, ...",
- "Tagged: %d.": "Etiketterede: %d.",
- "Tags": "Etiketter",
- "Take photo": "Tag et foto",
- "Task list": "Opgaveliste",
- "Tasks": "Opgaver",
- "Teams": "Teams",
- "Text editor command": "Tekstredigeringskomando",
- "Thank you! Your Joplin Cloud account is now setup and ready to use.": "Mange tak! Din Joplin Cloud-konto er nu indstillet og klar til brug.",
- "The active profile cannot be deleted. Switch to a different profile and try again.": "Den aktive profil kan ikke slettes. Skift til en anden profil, og prøv igen.",
- "The app is now going to close. Please relaunch it to complete the process.": "Appen lukker nu. Genstart den for at fuldføre processen.",
- "The application did not close properly. Would you like to start in safe mode?": "Programmet blev ikke lukket korrekt. Ønsker du at starte i fejlsikret tilstand?",
- "The application has been authorised - you may now close this browser tab.": "App'en er blevet godkendt - du kan nu lukke dette faneblad.",
- "The application has been authorised!": "App'en er succesfuldt godkendt!",
- "The application has been successfully authorised.": "Denne app er succesfuldt godkendt.",
- "The application must be restarted for these changes to take effect.": "Applikationen skal genstartes før disse ændringer kan træde i kraft.",
- "The attachments will no longer be watched when you switch to a different note.": "Vedhæftningerne vil ikke længere blive overvåget, hvis du skifter til en anden note.",
- "The command \"%s\" is only available in GUI mode": "Kommando \"%s\" er kun til rådighed i GUI tilstand",
- "The default admin password is insecure and has not been changed! [Change it now](%s)": "Standard-administratoradgangskoden er svag og er ikke blevet ændret! [Ændr det nu](%s)",
- "The default encryption method has been changed to a more secure one and it is recommended that you apply it to your data.": "Standard krypteringsmetoden er blevet ændret til en mere sikker metode og det anbefales, at du anvender den på dine data.",
- "The default encryption method has been changed, you should re-encrypt your data.": "Standard-krypteringsmetoden er blevet ændret, du bør genkryptere dine data.",
- "The default profile cannot be deleted": "Standardprofilen kan ikke slettes",
- "The editor command (may include arguments) that will be used to open a note. If none is provided it will try to auto-detect the default editor.": "Editorkommandoen (kan inkludere argumenter) der bruges til at åbne noter. Hvis der ikke er angivet nogen, vil den prøve at autodetektere standardeditoren.",
- "The factor property sets how the item will grow or shrink to fit the available space in its container with respect to the other items. Thus an item with a factor of 2 will take twice as much space as an item with a factor of 1.Restart app to see changes.": "Faktoren vil bestemme om elementet vil vokse eller skrumpe for at tilpasse den tilgængelig plads i dens beholder med hensyn til andre elementer. Således vil et element med en faktor 2 optage dobbelt så meget plads som et element med en faktor 1. Genstart app'en for at se ændringer.",
- "The following attachments are being watched for changes:": "Følgende vedhæftninger overvåges for ændringer:",
- "The following keys use an out-dated encryption algorithm and it is recommended to upgrade them. The upgraded key will still be able to decrypt and encrypt your data as usual.": "Følgende nøgler bruger en forældet krypteringsalgoritme, og det anbefales at opgradere dem. Den opgraderet nøgler vil stadig kunne dekryptere og kryptere dine data som normalt.",
- "The Joplin mobile app does not currently support this type of link: %s": "Joplin mobil-app'en understøtter på nuværende tidspunkt ikke denne type link: %s",
- "The Joplin team has vetted this plugin and it meets our standards for security and performance.": "Joplin-teamet har kontrolleret dette plugin, og det opfylder vores standarder for sikkerhed og ydeevne.",
- "The keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Nøglerne til disse ID'er er brugt til at kryptere nogle af dine emner, men applikationen har i øjeblikket ikke adgang til dem. De vil sandsynligvis blive hentet i forbindelse med synkronisering.",
- "The master key has been upgraded successfully!": "Hovednøglen er succesfuldt opgraderet!",
- "The master keys with these IDs are used to encrypt some of your items, however the application does not currently have access to them. It is likely they will eventually be downloaded via synchronisation.": "Hovednøglerne til disse ID'er er brugt til at kryptere nogle af dine emner, men app'en har pt. ikke adgang til dem. Det er sandsynligt at de vil blive hentet via synkronisering.",
- "The note \"%s\" has been successfully restored to the notebook \"%s\".": "Noten \"%s\" er blevet gendannet til notesbogen \"%s\".",
- "The notebook could not be saved: %s": "Notesbogen kan ikke gemmes: %s",
- "The notes have been imported: %s": "Noterne er importeret: %s",
- "The possible commands are:": "Mulige kommandoer er:",
- "The recipient could not be removed from the list. Please try again.\n\nThe error was: \"%s\"": "Modtageren kunne ikke fjernes fra listen. Prøv venligst igen.\n\nFejlen var: \"%s\"",
- "The sync target needs to be upgraded before Joplin can sync. The operation may take a few minutes to complete and the app needs to be restarted. To proceed please click on the link.": "Synkroniseringsmålet skal opgraderes før Joplin kan synkronisere. Denne operation kan tage nogle minutter at udføre, og appen skal genstartes. Klik på linket for at fortsætte.",
- "The sync target needs to be upgraded. Press this banner to proceed.": "Synk-mål skal opgraderes! Tryk på denne banner for at fortsætte.",
- "The tag \"%s\" already exists. Please choose a different name.": "Etiketten \"%s\" eksisterer allerede. Vælg venligst et andet navn.",
- "The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).": "Synkroniseringsmålet. Hver synk. mål kan have ekstra parametre der navngives som `sync.NUM.NAME` (se dokumentation herunder).",
- "The Web Clipper needs your authorisation to access your data.": "Web Clipper har brug for din tilladelse til at få adgang til dine data.",
- "The web clipper service is enabled and set to auto-start.": "Web-clipper tjenesten er slået til og sat til at starte automatisk.",
- "The web clipper service is not enabled.": "Web-Clipper tjenesten er ikke slået til.",
- "The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": "WebDAV-implementeringen af %s er ikke kompatibel med Joplin og understøttes derfor ikke længere. Brug venligst en anden synkroniseringsmetode.",
- "Theme": "Tema",
- "There are currently no notes. Create one by clicking on the (+) button.": "Der er ingen noter. Opret note ved at klikke på (+) knappen.",
- "There are unsaved changes.": "Der er ikke-gemte ændringer.",
- "There is currently no notebook. Create one by clicking on \"New notebook\".": "Der er ingen notesbog. Opret en ved at klikke på \"Ny Notesbog\".",
- "There is no data to export.": "Der er ingen data at eksportere.",
- "There was a [conflict](%s) on the attachment below.\n\n%s": "Der var en [conflict](%s) på vedhæftningen nedenfor.\n\n%s",
- "There was an error downloading this attachment:": "Der opstod en fejl ved download af denne vedhæftning:",
- "There was an error setting up your Joplin Cloud account. Please verify your email and password and try again. Error was:\n\n%s": "Der opstod en fejl ved opsætning af din Joplin Cloud-konto. Tjek venligst din e-mail og adgangskode og prøv igen. Fejl var:\n\n%s",
- "These items will remain on the device but will not be uploaded to the sync target. In order to find these items, either search for the title or the ID (which is displayed in brackets above).": "Disse emner bliver på enheden, og bliver ikke overført til synk-modtager. For at finde disse emner; enten søg efter titel eller ID (som er vist i klammer herover)",
- "These plugins enhance the Markdown renderer with additional features. Please note that, while these features might be useful, they are not standard Markdown and thus most of them will only work in Joplin. Additionally, some of them are *incompatible* with the WYSIWYG editor. If you open a note that uses one of these plugins in that editor, you will lose the plugin formatting. It is indicated below which plugins are compatible or not with the WYSIWYG editor.": "Disse udvidelser forbedrer Markdown-fortolkeren med yderligere funktioner. Vær opmærksom på, at selvom disse funktioner kan være nyttige, er de ikke standard Markdown og derfor vil de fleste kun virke i Joplin. Derudover er nogle af dem ikke kompatible med WYSIWYG editoren. Hvis du åbner en note, som bruger en af disse udvidelser i den editor, vil du miste udvidelsesformatteringen. Det angives nedenfor, hvilke udvidelser der er kompatible eller ikke med WYSIWYG editoren.",
- "This attachment is not downloaded or not decrypted yet": "Denne vedhæftning er ikke downloadet eller ikke dekrypteret endnu",
- "This attachment is not downloaded or not decrypted yet.": "Denne vedhæftning er ikke downloadet eller er ikke blevet dekrypteret endnu.",
- "This authorisation token is only needed to allow third-party applications to access Joplin.": "Denne autoriseringstoken er kun nødvendig for at tillade tredjepartsprogrammer at tilgå Joplin.",
- "This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": "Dette er et avanceret værktøj til at vise de vedhæftninger, som er knyttet til dine noter. Vær forsigtig med at slette dem, da de ikke kan gendannes bagefter.",
- "This note does not have geolocation information.": "Denne note har ingen geolokationsoplysninger.",
- "This note has been modified:": "Denne note er blevet ændret:",
- "This note has no content. Click on \"%s\" to toggle the editor and edit the note.": "Denne note er har intet indhold. Klik på \"%s\" for at starte editoren og redigere noten.",
- "This note has no history": "Denne note har ingen historie",
- "This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": "Denne Rich Text editor har en række begrænsninger, og det anbefales at være opmærksom på disse, før den bruges.",
- "This service allows the browser extension to communicate with Joplin. When enabling it your firewall may ask you to give permission to Joplin to listen to a particular port.": "Denne tjeneste tillader browser udvidelsen at kommunikere med Joplin. Når du slår den til kan det være, at din firewall beder om tilladelse til at lytte på en bestemt port.",
- "This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronised, thus reducing the number of conflicts.": "Dette tillader Joplin at køre i baggrunden. Det er anbefalet at slå dette til for at holde dine noter synkroniserede og dermed undgå konflikter.",
- "This will open a new screen. Save your current changes?": "Dette åbner i et nyt vindue. Vil du gemme dine ændringer?",
- "This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": "Dette vil fjerne notesbogen fra din samling, og du vil ikke længere have adgang til dens indhold. Ønsker du at fortsætte?",
- "Time format": "Tidsformat",
- "title": "titel",
- "Title": "Titel",
- "To allow Joplin to synchronise with Dropbox, please follow the steps below:": "For at give Joplin tilladelse til at synkronisere med Dropbox, skal du følge nedenstående trin:",
- "To continue, please enter your master password below.": "Indtast din hovedadgangskode nedenfor for at fortsætte.",
- "To delete a tag, untag the associated notes.": "For at slette en etikette, fjern etikette fra de tilhørende noter.",
- "To delete: %d": "Til sletning: %d",
- "To enter command line mode, press \":\"": "For at skifte til kommandolinje tilstand, tryk \":\"",
- "To exit command line mode, press ESCAPE": "For at forlade kommandolinje tilstand, tryk Esc",
- "To manually sort the notes, the sort order must be changed to \"%s\" in the menu \"%s\" > \"%s\"": "For at sortere noterne manuelt skal sorteringsrækkefølgen ændres til \"%s\" i menuen \"%s\" > \"%s\"",
- "To maximise/minimise the console, press \"tc\".": "For at maksimere/minimere konsollen, tryk \"tc\".",
- "To move from one pane to another, press Tab or Shift+Tab.": "For flytte fra et panel til et andet, tryk Tab eller Skift+Tab.",
- "To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`": "For at prøve at dekryptere dem igen. Kør `e2ee decrypt --retry-failed-items`",
- "To switch the profile, the app is going to close and you will need to restart it.": "Hvis du vil skifte profil, lukkes appen, og du skal genstarte den.",
- "To work correctly, the app needs the following permissions. Please enable them in your phone settings, in Apps > Joplin > Permissions": "For at virke korrekt skal app'en bruge følgende tilladelser. Slå dem til i din telefons indstillinger, i Apps > Joplin > Tilladelser",
- "to-do": "opgave",
- "to-do: %s": "opgave: %s",
- "Toggle comment": "Vis kommentar",
- "Toggle development tools": "Slå udviklingsværktøjer til eller fra",
- "Toggle editor layout": "Skift editor layout",
- "Toggle editors": "Skift editorer",
- "Toggle external editing": "Slå ekstern redigering til eller fra",
- "Toggle note list": "Slå noteliste til eller fra",
- "Toggle own sort order": "Slå egen sorteringsrækkefølge til eller fra",
- "Toggle safe mode": "Slå fejlsikret tilstand til eller fra",
- "Toggle sidebar": "Slå sidebar til eller fra",
- "Toggle sort order field": "Slå felt for sorteringsrækkefølge til eller fra",
- "Token has been copied to the clipboard!": "Din token er blevet kopieret til udklipsholderen!",
- "Tools": "Værktøjer",
- "Total Size": "Samlet størrelse",
- "Total: %d/%d": "I alt: %d/%d",
- "Try again": "Prøv igen",
- "Try it now": "Prøv det nu",
- "Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": "Tast `help [kommando]` for mere info om en kommando; eller tast `help all` for fuld brugsinformation.",
- "Type `joplin help` for usage information.": "Tast `Joplin help` for alm. info.",
- "Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": "Skriv titlen på en note eller noget af notens indhold for at hoppe til den. Eller skriv # efterfulgt af et etikettenavn, eller @ efterfulgt af en notesbogs navn. Eller skriv: for at søge efter kommandoer.",
- "Type new tags or select from list": "Indtast nye etiketter eller vælg fra listen",
- "Type: %s.": "Tast: %s.",
- "Uncompleted to-dos on top": "Ufærdige opgaver øverst",
- "Undo": "Fortryd",
- "Unknown flag: %s": "Ukendt markering: %s",
- "Unknown item type downloaded - please upgrade Joplin to the latest version": "Ukendt elementtype downloadet - opgrader venligst Joplin til den seneste version",
- "Unordered list": "Usorteret liste",
- "Unpublish note": "Afpublicer note",
- "Unshare": "Del ikke længere",
- "Unshare this notebook? The recipients will no longer have access to its content.": "Del ikke længere denne notesbog? Modtagerne vil ikke længere have adgang til dens indhold.",
- "Unsupported image type: %s": "Ikke-understøttet billedtype: %s",
- "Unsupported link or message: %s": "Ugyldigt link eller besked: %s",
- "Untitled": "Uden titel",
- "Update": "Opdater",
- "Update profile": "Opdater profil",
- "Update total sizes": "Opdater samlede størrelser",
- "Updated": "Opdateret",
- "updated date": "opdateringsdato",
- "Updated local items: %d.": "Opdaterede lokale emner: %d.",
- "Updated remote items: %d.": "Opdaterede fjern-emner: %d.",
- "Updated: ": "Opdateret: ",
- "Updated: %d.": "Opdateret %d.",
- "Updated: %s": "Opdateret: %s",
- "Updating...": "Opdaterer...",
- "Upgrade": "Opgradér",
- "Upgrade the sync target to the latest version.": "Opgrader synkmålet til den seneste version.",
- "URL": "URL",
- "Usage: %s": "Forbrug: %s",
- "Use biometrics to secure access to the app": "Brug biometri til at sikre adgangen til appen",
- "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, TODO_CHECKED (for to-dos), TITLE": "Brug langt liste format. Formatet er ID,NOTE_TÆLLER (for notesbøger), DATO, MARKEREDE_OPGAVER (for opgaver), TITEL",
- "Use spell checker": "Brug stavekontrol",
- "Use the arrows and page up/down to scroll the lists and text areas (including this console).": "Brug pilene og PageUp/PageDown for at rulle lister og tekst-områder (inkl. denne konsol)",
- "Use the arrows to move the layout items. Press \"Escape\" to exit.": "Brug pilene for at flytte layout-elementerne. Tryk på \"Escape\" for at afslutte.",
- "Use this to rebuild the search index if there is a problem with search. It may take a long time depending on the number of notes.": "Brug denne funktion til at genopbygge søgeindekset, hvis der er problemer med søgning. Det kan tage lang tid afhængig af antallet af noter.",
- "Use your biometrics to secure access to your application. You can always set it up later in Settings.": "Brug dine biometriske data til at sikre adgangen til din applikation. Du kan altid konfigurere det senere i Indstillinger.",
- "Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": "Bruges til det meste tekst i markdown-editoren. Hvis ikke fundet, bruges en proportional (variabel bredde) font.",
- "Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": "Bruges hvor en font med fast bredde er nødvendig for at vise læsbar tekst (f.eks. tabeller, afkrydsningsfelter, kode). Hvis ikke fundet, bruges en generisk monospatieret (fast bredde) font.",
- "User deletions": "Brugersletninger",
- "Users": "Brugere",
- "Valid": "Gyldig",
- "Verify your identity": "Bekræft din identitet",
- "View": "Vis",
- "View on map": "Vis på kort",
- "View them now": "Se dem nu",
- "Viewer": "Fremviser",
- "Vim": "Vim",
- "Warning": "Advarsel",
- "Warning: not all resources shown for performance reasons (limit: %s).": "Advarsel: Ikke alle ressourcer kan vises af ydelsesmæssige årsager (Begrænsning: %s).",
- "Web Clipper": "Web-clipper",
- "WebDAV": "WebDAV",
- "WebDAV password": "WebDAV-adgangskode",
- "WebDAV URL": "WebDAV URL",
- "WebDAV username": "WebDAV brugernavn",
- "Website and documentation": "Hjemmeside og dokumentation",
- "Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": "Velkommen til Joplin!\n\nTast `:help shortcuts` for listen over tastaturgenveje, eller bare `:help` for alm. hjælp.\n\nFor eksempel, for at oprette en notesbog; tryk `mb` eller tryk `mn` for at oprette en note.",
- "When creating a new note:": "Ved oprettelse af ny note:",
- "When creating a new to-do:": "Ved oprettelse af ny opgave:",
- "Words": "Ord",
- "y": "j",
- "Y": "J",
- "yes": "ja",
- "Yes": "Ja",
- "You are about to attach a large image (%dx%d pixels). Would you like to resize it down to %d pixels before attaching it?": "Du er ved at vedhæfte et stort billede (%dx%d pixels). Ønsker du at nedskalere det til %d pixels før vedhæftning?",
- "You currently have no notebooks.": "Du har ingen notesbøger.",
- "You do not have any installed plugin.": "Du har ikke installeret nogen udvidelser.",
- "You may also type `status` for more information.": "Du kan også indtaste `status` for mere information.",
- "You may use the tool below to re-encrypt your data, for example if you know that some of your notes are encrypted with an obsolete encryption method.": "Du kan bruge værktøjet nedenfor til at genkryptere dine data for eksempel hvis du ved at nogle af dine noter er krypteret med en forældet krypteringsmetode.",
- "Your choice: ": "Dit valg: ",
- "Your data is going to be re-encrypted and synced again.": "Dine data bliver genkrypteret og synkroniseret igen.",
- "Your password is needed to decrypt some of your data.": "Din adgangskode er nødvendig for at dekryptere nogle af dine data.",
- "Your password is needed to decrypt some of your data. Type `:e2ee decrypt` to set it.": "Din adgangskode er nødvendig for at dekryptere nogle af dine data. Tast `:e2ee decrypt` for at indstille den.",
- "Your permission to use your camera is required.": "Din tilladelse til at bruge kameraet er påkrævet.",
- "Your version: %s": "Din version: %s",
- "Zoom In": "Zoom ind",
- "Zoom Out": "Zoom ud"
+ "\"%s\" is missing the required \"%s\" property.": [
+ "\"%s\" mangler for den påkrævede \"%s\" egenskab."
+ ],
+ "%d days": [
+ "%d dage"
+ ],
+ "%d GB": [
+ "%d GB"
+ ],
+ "%d GB storage space": [
+ "%d GB lagerplads"
+ ],
+ "%d hour": [
+ "%d time"
+ ],
+ "%d hours": [
+ "%d timer"
+ ],
+ "%d MB": [
+ "%d MB"
+ ],
+ "%d MB per note or attachment": [
+ "%d MB pr. note eller vedhæftning"
+ ],
+ "%d minutes": [
+ "%d minutter"
+ ],
+ "%d notes match this pattern. Delete them?": [
+ "%d noter der matcher dette mønster. Slet dem?"
+ ],
+ "%s": [
+ "%s"
+ ],
+ "%s %s (%s, %s)": [
+ "%s %s (%s, %s)"
+ ],
+ "%s (%s) could not be uploaded: %s": [
+ "%s (%s) kunne ikke uploades: %s"
+ ],
+ "%s (%s) would like to share a notebook with you.": [
+ "%s (%s) vil gerne dele en notesbog med dig."
+ ],
+ "%s (%s): %s": [
+ "%s (%s): %s"
+ ],
+ "%s (pre-release)": [
+ "%s (pre-release)"
+ ],
+ "%s - Copy": [
+ "%s - Kopier"
+ ],
+ "%s / %s": [
+ "%s / %s"
+ ],
+ "%s / %s / %s": [
+ "%s / %s / %s"
+ ],
+ "%s = %s": [
+ "%s = %s"
+ ],
+ "%s = %s (%s)": [
+ "%s = %s (%s)"
+ ],
+ "%s: %d": [
+ "%s: %d"
+ ],
+ "%s: %d notes": [
+ "%s: %d noter"
+ ],
+ "%s: %d/%d": [
+ "%s: %d/%d"
+ ],
+ "%s: %s": [
+ "%s: %s"
+ ],
+ "&Edit": [
+ "&Redigér"
+ ],
+ "&File": [
+ "&Fil"
+ ],
+ "&Go": [
+ "&Gå"
+ ],
+ "&Help": [
+ "&Hjælp"
+ ],
+ "&Note": [
+ "&Note"
+ ],
+ "&Tools": [
+ "&Værktøjer"
+ ],
+ "&View": [
+ "&Vis"
+ ],
+ "(%s)": [
+ "(%s)"
+ ],
+ "(In plugin: %s)": [
+ "(I udvidelse: %s)"
+ ],
+ "(None)": [
+ "(Ingen)"
+ ],
+ "(wysiwyg: %s)": [
+ "(wysiwyg: %s)"
+ ],
+ "(You may disable this prompt in the options)": [
+ ""
+ ],
+ "- Camera: to allow taking a picture and attaching it to a note.": [
+ "- Kamera: Tilladelse til fotografering og vedhæftning af et billede til en note."
+ ],
+ "- Location: to allow attaching geo-location information to a note.": [
+ "- Placering: Bruges til at vedhæfte GPS-informationer til en note."
+ ],
+ "- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
+ "- Lager: For at tillade vedhæftning af filer til noter og for at tillade synkronisering af filsystem."
+ ],
+ " can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": [
+ " (etiket-kommando) kan enten være \"add\" (tilføj), \"remove\" (slet) eller \"list\" (liste) for at tilføje eller fjerne [tag] fra [note], eller for at liste de noter der bruger [tag]. Kommandoen `tag-list` kan bruges til at vise alle etiketter (brug -l for at vise den lange udgave)."
+ ],
+ " can either be \"toggle\" or \"clear\". Use \"toggle\" to toggle the given to-do between completed and uncompleted state (If the target is a regular note it will be converted to a to-do). Use \"clear\" to convert the to-do back to a regular note.": [
+ " (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note."
+ ],
+ "A3": [
+ "A3"
+ ],
+ "A4": [
+ "A4"
+ ],
+ "A5": [
+ "A5"
+ ],
+ "About Joplin": [
+ "Om Joplin"
+ ],
+ "accelerator": [
+ "accelerator"
+ ],
+ "Accelerator \"%s\" is not valid.": [
+ "Accelerator \"%s\" er ikke gyldig."
+ ],
+ "Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to unexpected behaviour.": [
+ "Accelerator \"%s\" bruges til \"%s\" og \"%s\" kommandoer. Det kan føre til uventet opførsel."
+ ],
+ "Accept": [
+ "Acceptér"
+ ],
+ "Access denied: Please check your username and password": [
+ "Adgang nægtet: Tjek venligst dit brugernavn og din adgangskode"
+ ],
+ "Access denied: Please re-enter your password and/or username": [
+ "Adgang nægtet: Indtast venligst din adgangskode og/eller dit brugernavn igen"
+ ],
+ "Account": [
+ "Konto"
+ ],
+ "Action": [
+ "Handling"
+ ],
+ "Actions": [
+ "Handlinger"
+ ],
+ "Active": [
+ "Aktiv"
+ ],
+ "Actual Size": [
+ "Faktisk størrelse"
+ ],
+ "Add body": [
+ "Tilføj brødtekst"
+ ],
+ "Add new": [
+ "Tilføj ny"
+ ],
+ "Add or remove tags:": [
+ "Tilføj eller fjern etiketter:"
+ ],
+ "Add recipient:": [
+ "Tilføj modtager:"
+ ],
+ "Add title": [
+ "Tilføj titel"
+ ],
+ "Add to dictionary": [
+ "Tilføj til ordbog"
+ ],
+ "Admin": [
+ "Admin"
+ ],
+ "Admin dashboard": [
+ "Kontrolpanel til administration"
+ ],
+ "Advanced options": [
+ "Avancerede indstillinger"
+ ],
+ "Advanced tools": [
+ "Avancerede værktøjer"
+ ],
+ "All data, including notes, notebooks and tags will be permanently deleted.": [
+ "Alle data, herunder noter, notesbøger og etiketter, bliver slettet permanent."
+ ],
+ "All notes": [
+ "Alle noter"
+ ],
+ "All potential ports are in use - please report the issue at %s": [
+ "Alle mulige porte er i brug - rapportér venligst problemet på %s"
+ ],
+ "Also displays unset and hidden config variables.": [
+ "Viser også tomme eller skjulte konfigurations variabler."
+ ],
+ "Also publish linked notes": [
+ "Offentliggør også tilknyttede noter"
+ ],
+ "Always": [
+ "Altid"
+ ],
+ "Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
+ "Tvetydig notesbog \"%s\". Brug venligst notesbog-id i stedet - tryk på \"ti\" for at se det korte notebogs-id eller brug $b for den aktuelle valgte notesbog"
+ ],
+ "Ambiguous notebook \"%s\". Please use short notebook id instead - press \"ti\" to see the short notebook id": [
+ "Tvetydig notesbog \"%s\". Brug venligst kort notesbog-id i stedet - tryk på \"ti\" for at se det korte notebogs-id"
+ ],
+ "An autosaved drawing was found. Attach a copy of it to the note?": [
+ ""
+ ],
+ "An update is available, do you want to download it now?": [
+ "Opdatering er tilgængelig, vil du hente den nu?"
+ ],
+ "Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
+ "Enhver e-mail, der sendes til denne adresse, bliver konverteret til en note og føjet til din samling. Noten gemmes i indbakkens notesbog."
+ ],
+ "Appearance": [
+ "Udseende"
+ ],
+ "Application": [
+ "Program"
+ ],
+ "Apply": [
+ "Anvend"
+ ],
+ "Are you sure you want to renew the authorisation token?": [
+ "Er du sikker på, at du vil forny autorisationstoken?"
+ ],
+ "Are you sure you want to return to the default layout? The current layout configuration will be lost.": [
+ "Er du sikker på, at du vil vende tilbage til standardlayoutet? Den aktuelle layoutkonfiguration vil gå tabt."
+ ],
+ "Arguments:": [
+ "Argumenter:"
+ ],
+ "Aritim Dark": [
+ "Aritim Mørk"
+ ],
+ "Attach": [
+ "Vedhæft"
+ ],
+ "Attach file": [
+ "Vedhæft fil"
+ ],
+ "Attach photo": [
+ "Vedhæft foto"
+ ],
+ "Attach...": [
+ "Vedhæft..."
+ ],
+ "Attaches the given file to the note.": [
+ "Vedhæfter valgt fil til noten."
+ ],
+ "attachment": [
+ "vedhæftning"
+ ],
+ "Attachment conflict: \"%s\"": [
+ "Vedhæftningskonflikt: \"%s\""
+ ],
+ "Attachment download behaviour": [
+ "Download af vedhæftninger"
+ ],
+ "Attachments": [
+ "Vedhæftninger"
+ ],
+ "Attachments that could not be downloaded": [
+ "Vedhæftninger kunne ikke downloades"
+ ],
+ "Attention: If you change this location, make sure you copy all your content to it before syncing, otherwise all files will be removed! See the FAQ for more details: %s": [
+ "Bemærk: Hvis du ændre denne placering skal du sikre dig, at du kopierer alt dit indhold til den før du synkroniserer, ellers vil alle filer blive slettet! Læs FAQ'en for flere detaljer: %s"
+ ],
+ "Authentication was not completed (did not receive an authentication token).": [
+ "Godkendelse blev ikke fuldført (modtog ikke autorisationstoken)."
+ ],
+ "Authorisation token:": [
+ "Autoriseringstoken:"
+ ],
+ "Auto": [
+ "Auto"
+ ],
+ "Auto-add disabled accounts for deletion": [
+ "Føj automatisk deaktiverede konti til sletning"
+ ],
+ "Auto-pair braces, parenthesis, quotations, etc.": [
+ "Auto-par klammer, parenteser, citater, etc."
+ ],
+ "Automatically check for updates": [
+ "Tjek automatisk efter opdateringer"
+ ],
+ "Automatically switch theme to match system theme": [
+ "Skifter automatisk tema så det matcher systemets tema"
+ ],
+ "Back": [
+ "Tilbage"
+ ],
+ "Basic": [
+ "Grundlæggende"
+ ],
+ "Biometric unlock is not setup on the device. Please set it up in order to unlock Joplin. If the device is on lockout, consider switching it off and on to reset biometrics scanning.": [
+ "Biometrisk oplåsning er ikke konfigureret på enheden. Du skal sætte det op for at låse Joplin op. Hvis enheden er nedlåst, kan du overveje at slukke og tænde den for at nulstille biometrisk scanning."
+ ],
+ "Bold": [
+ "Fed"
+ ],
+ "Browse all plugins": [
+ "Gennemse alle udvidelser"
+ ],
+ "Browse...": [
+ "Gennemse..."
+ ],
+ "Bulleted List": [
+ "Punktliste"
+ ],
+ "Can Share": [
+ "Kan dele"
+ ],
+ "Can view": [
+ "Kan se"
+ ],
+ "Can view and edit": [
+ "Kan se og redigere"
+ ],
+ "Cancel": [
+ "Annullér"
+ ],
+ "Cancelling background synchronisation... Please wait.": [
+ "Annullerer baggrunds synkronisering... Vent venligst."
+ ],
+ "Cancelling...": [
+ "Annullerer..."
+ ],
+ "Cancelling... Please wait.": [
+ "Annullerer... Vent venligst."
+ ],
+ "Cannot access %s": [
+ "Kan ikke tilgå %s"
+ ],
+ "Cannot change encrypted item": [
+ "Kan ikke ændre krypteret emne"
+ ],
+ "Cannot copy note to \"%s\" notebook": [
+ "Kan ikke kopiere note til \"%s\" notesbog"
+ ],
+ "Cannot create a new note: %s": [
+ "Kan ikke oprette en ny note: %s"
+ ],
+ "Cannot find \"%s\".": [
+ "Kan ikke finde \"%s\"."
+ ],
+ "Cannot find: \"%s\"": [
+ "Kan ikke finde \"%s\""
+ ],
+ "Cannot initialise synchroniser.": [
+ "Kan ikke starte synkroniseringen."
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and output \"%s\"": [
+ "Kan ikke indlæse \"%s\" modul til format \"%s\" og output \"%s\""
+ ],
+ "Cannot load \"%s\" module for format \"%s\" and target \"%s\"": [
+ "Kan ikke indlæse \"%s\" modul til format \"%s\" og mål \"%s\""
+ ],
+ "Cannot move note to \"%s\" notebook": [
+ "Kan ikke flytte note til \"%s\" notesbog"
+ ],
+ "Cannot move notebook to this location": [
+ "Kan ikke flytte notesbogen til denne placering"
+ ],
+ "Cannot refresh token: authentication data is missing. Starting the synchronisation again may fix the problem.": [
+ "Kan ikke genindlæse token: Godkendelsesdata mangler. Prøv at starte synkronisering igen, det kan måske løse problemet."
+ ],
+ "Cannot save %s \"%s\" because it is larger than the allowed limit (%s)": [
+ "Kan ikke gemme %s \"%s\" da den er større end den tilladte grænse (%s)"
+ ],
+ "Cannot save %s \"%s\" because it would go over the total allowed size (%s) for this account": [
+ "Kan ikke gemme %s \"%s\" da den vil overskride den tilladte størrelse (%s) for denne konto"
+ ],
+ "Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
+ "Kan ikke dele krypteret notebook med modtager %s, fordi de ikke har aktiveret end-to-end-kryptering. De kan gøre det i Indstillinger > Kryptering."
+ ],
+ "Case sensitive": [
+ "Bogstavstørrelse har betydning"
+ ],
+ "Change application layout": [
+ "Skift applikationslayout"
+ ],
+ "Change language": [
+ "Skift sprog"
+ ],
+ "Characters": [
+ "Tegn"
+ ],
+ "Characters excluding spaces": [
+ "Tegn eksklusiv mellemrum"
+ ],
+ "Check for updates...": [
+ "Tjek om der er opdateringer.."
+ ],
+ "Check synchronisation configuration": [
+ "Tjek synkroniseringskonfiguration"
+ ],
+ "Checkbox": [
+ "Afkrydsningsfelt"
+ ],
+ "Checkbox list": [
+ "Afkrydsningsliste"
+ ],
+ "Checking... Please wait.": [
+ "Tjekker... Vent venligst."
+ ],
+ "Choose an option": [
+ "Vælg en mulighed"
+ ],
+ "Chrome Web Store": [
+ "Chrome Web Store"
+ ],
+ "Clear": [
+ "Ryd"
+ ],
+ "Clear alarm": [
+ "Nulstil alarm"
+ ],
+ "Click \"%s\" to restore the note. It will be copied in the notebook named \"%s\". The current version of the note will not be replaced or modified.": [
+ "Klik på \"%s\" for at gendanne noten. Den vil blive kopieret til notesbogen \"%s\". Den nuværende version af noten vil ikke blive erstattet eller ændret."
+ ],
+ "Click to add tags...": [
+ "Klik for at tilføje etiketter..."
+ ],
+ "Client ID: %s": [
+ "Klient-ID: %s"
+ ],
+ "Close": [
+ "Luk"
+ ],
+ "Close dropdown": [
+ "Luk rullelisten"
+ ],
+ "Close Window": [
+ "Luk vindue"
+ ],
+ "Code": [
+ "Kode"
+ ],
+ "Code Block": [
+ "Kode blok"
+ ],
+ "Code View": [
+ "Kodevisning"
+ ],
+ "Collaborate on notebooks with others": [
+ "Samarbejd med andre om notesbøger"
+ ],
+ "Collapse": [
+ "Fold sammen"
+ ],
+ "Coming alarms": [
+ "Kommende alarmer"
+ ],
+ "Comma-separated list of paths to directories to load the certificates from, or path to individual cert files. For example: /my/cert_dir, /other/custom.pem. Note that if you make changes to the TLS settings, you must save your changes before clicking on \"Check synchronisation configuration\".": [
+ "Komma-adskilt liste med stier til mapper der indlæses certifikater fra, eller stier til individuelle certifikatfiler. For eksempel: /my/cert_dir, /other/custom.pem. Vær opmærksom på at hvis du ændrer dine TLS indstillinger, så skal du gemme dine ændringer før du klikker på \"Tjek synkroniseringskonfiguration\"."
+ ],
+ "command": [
+ "kommando"
+ ],
+ "Command": [
+ "Kommando"
+ ],
+ "Command palette": [
+ "Kommando-udvalg"
+ ],
+ "Command palette...": [
+ "Kommando-udvalg..."
+ ],
+ "Completed": [
+ "Fuldført"
+ ],
+ "Completed decryption.": [
+ "Dekryptering færdig."
+ ],
+ "Completed: %s (%s)": [
+ "Fuldført: %s (%s)"
+ ],
+ "Compress old changes": [
+ "Komprimér gamle ændringer"
+ ],
+ "Configuration": [
+ "Indstillinger"
+ ],
+ "Confirm password cannot be empty": [
+ "Bekræftelsen af adgangskode må ikke være tom"
+ ],
+ "Confirm password:": [
+ "Bekræft adgangskode:"
+ ],
+ "Confirmation": [
+ "Bekræftelse"
+ ],
+ "Conflicted: %d": [
+ "Konflikter: %d"
+ ],
+ "Conflicts": [
+ "Konflikter"
+ ],
+ "Conflicts (attachments)": [
+ "Konflikter (vedhæftninger)"
+ ],
+ "Consolidated billing": [
+ "Konsolideret fakturering"
+ ],
+ "Content provided by %s": [
+ "Indhold leveret af %s"
+ ],
+ "Continue": [
+ "Fortsæt"
+ ],
+ "Convert to note": [
+ "Konverter til note"
+ ],
+ "Convert to todo": [
+ "Konverter til opgave"
+ ],
+ "Converting speech to text...": [
+ "Konverterer stemme til tekst..."
+ ],
+ "Copy": [
+ "Kopier"
+ ],
+ "Copy dev mode command to clipboard": [
+ "Kopier udviklertilstand-kommando til udklipsholderen"
+ ],
+ "Copy external link": [
+ "Kopiér eksternt link"
+ ],
+ "Copy image": [
+ "Kopier billede"
+ ],
+ "Copy Link Address": [
+ "Kopier linkadresse"
+ ],
+ "Copy Markdown link": [
+ "Kopier markdown link"
+ ],
+ "Copy path to clipboard": [
+ "Kopier sti til udklipsholder"
+ ],
+ "Copy Shareable Link": [
+ "Kopier link til deling",
+ "Kopier links til deling"
+ ],
+ "Copy to clipboard": [
+ "Kopiér til udklipsholder"
+ ],
+ "Copy token": [
+ "Kopier token"
+ ],
+ "Could not authorise application:\n\n%s\n\nPlease try again.": [
+ "Kunne ikke autorisere applikationen:\n\n%s\n\nPrøv igen."
+ ],
+ "Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
+ "Kunne ikke forbinde til Joplin server. Tjek synkroniseringsindstillingerne på indstillingssiden. Den fulde fejl var:\n\n%s"
+ ],
+ "Could not connect to plugin repository.": [
+ "Kunne ikke forbinde til plugin-lager."
+ ],
+ "Could not export notes: %s": [
+ "Kunne ikke eksportere noterne: %s"
+ ],
+ "Could not install plugin: %s": [
+ "Kunne ikke installere plugin: %s"
+ ],
+ "Could not respond to the invitation. Please try again, or check with the notebook owner if they are still sharing it.\n\nThe error was: \"%s\"": [
+ "Kunne ikke svare på invitationen. Prøv venligst igen, eller kontakt ejeren af notesbogen, hvis de stadig deler den\n\nFejlen var: \"%s\""
+ ],
+ "Could not switch profile: %s": [
+ "Kunne ikke skifte profil: %s"
+ ],
+ "Could not upgrade master key: %s": [
+ "Kunne ikke opgradere hovednøgle: %s"
+ ],
+ "Could not verify the share status of this notebook - aborting. Please try again when you are connected to the internet.": [
+ "Kunne ikke verificere denne notesbogs status for deling - afbryder. Prøv venligst igen, når du har forbindelse til internettet."
+ ],
+ "Could not verify your identify: %s": [
+ "Kunne ikke bekræfte din identitet: %s"
+ ],
+ "Create": [
+ "Opret"
+ ],
+ "Create a new notebook under a parent notebook.": [
+ "Opret en ny notesbog under en overordnet notesbog."
+ ],
+ "Create a notebook": [
+ "Opret en notesbog"
+ ],
+ "Create new profile...": [
+ "Opret ny note..."
+ ],
+ "Create notebook": [
+ "Opret notesbog"
+ ],
+ "Create user": [
+ "Opret bruger"
+ ],
+ "Created": [
+ "Oprettet"
+ ],
+ "created date": [
+ "oprettelsesdato"
+ ],
+ "Created local items: %d.": [
+ "Oprettede lokale emner: %d."
+ ],
+ "Created locally": [
+ "Oprettet lokalt"
+ ],
+ "Created remote items: %d.": [
+ "Oprettede fjern-emner: %d."
+ ],
+ "Created: ": [
+ "Oprettet: "
+ ],
+ "Created: %d.": [
+ "Oprettet: %d."
+ ],
+ "Created: %s": [
+ "Oprettet: %s"
+ ],
+ "Creates a new note.": [
+ "Opretter en ny note."
+ ],
+ "Creates a new notebook.": [
+ "Opretter en ny notesbog."
+ ],
+ "Creates a new to-do.": [
+ "Opretter en ny opgave."
+ ],
+ "Creating report...": [
+ "Opretter rapport..."
+ ],
+ "Current version is up-to-date.": [
+ "Aktuel version er den nyeste."
+ ],
+ "custom order": [
+ "brugerdefineret rækkefølge"
+ ],
+ "Custom order": [
+ "Brugerdefineret rækkefølge"
+ ],
+ "Custom stylesheet for Joplin-wide app styles": [
+ "Brugerdefineret stylesheet til Joplin app-stilarter"
+ ],
+ "Custom stylesheet for rendered Markdown": [
+ "Brugerdefineret stylesheet til fortolket Markdown"
+ ],
+ "Custom TLS certificates": [
+ "Brugerdefinerede TLS certifikater"
+ ],
+ "Customise the note publishing banner": [
+ ""
+ ],
+ "Cut": [
+ "Klip"
+ ],
+ "Dark": [
+ "Mørkt"
+ ],
+ "Dashboard": [
+ "Kontrolpanel"
+ ],
+ "Database v%s": [
+ "Database v%s"
+ ],
+ "Date": [
+ "Dato"
+ ],
+ "Date format": [
+ "Datoformat"
+ ],
+ "days": [
+ "dage"
+ ],
+ "Decrease indent level": [
+ "Reducer indrykningsniveau"
+ ],
+ "Decrypted items: %d": [
+ "Dekrypterede emner: %d"
+ ],
+ "Decrypted items: %s / %s": [
+ "Dekrypterede emner: %s / %s"
+ ],
+ "Decrypting items: %d/%d": [
+ "Dekrypterede emner: %d/%d"
+ ],
+ "Default": [
+ "Standard"
+ ],
+ "Default: %s": [
+ "Standard: %s"
+ ],
+ "Delete": [
+ "Slet"
+ ],
+ "Delete attachment \"%s\"?": [
+ "Slet venhæftning \"%s\"?"
+ ],
+ "Delete expired sessions": [
+ "Slet udløbne sessioner"
+ ],
+ "Delete expired tokens": [
+ "Slet udløbne tokens"
+ ],
+ "Delete line": [
+ "Slet linje"
+ ],
+ "Delete local data and re-download from sync target": [
+ "Slet lokal data og download igen fra synkroniseringsmål"
+ ],
+ "Delete note": [
+ "Slet note"
+ ],
+ "Delete note \"%s\"?": [
+ "Slet noten \"%s\"?"
+ ],
+ "Delete note?": [
+ "Slet note?"
+ ],
+ "Delete notebook": [
+ "Slet notesbog"
+ ],
+ "Delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will also be deleted.": [
+ "Slet notesbogen \"%s\"?\n\nAlle noter og undernotesbøger i denne notesbog bliver også slettet."
+ ],
+ "Delete notebook? All notes and sub-notebooks within this notebook will also be deleted.": [
+ "Slet notesbog? Alle noter og undernotesbøger i denne notesbog bliver også slettet."
+ ],
+ "Delete plugin \"%s\"?": [
+ "Slet udvidelse \"%s\"?"
+ ],
+ "Delete profile \"%s\"": [
+ "Slet profilen \"%s\""
+ ],
+ "Delete selected notes": [
+ "Slet valgte noter"
+ ],
+ "Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
+ "Slet indbakke notesbogen?\n\nHvis du sletter indbakke-notesbogen, kan e-mails, der for nylig er blevet sendt til den, gå tabt."
+ ],
+ "Delete these %d notes?": [
+ "Slet disse %d noter?"
+ ],
+ "Delete this invitation? The recipient will no longer have access to this shared notebook.": [
+ "Vil du slette denne invitation? Modtageren vil ikke længere have adgang til denne delte notesbog."
+ ],
+ "Delete this profile?": [
+ "Slet denne profil?"
+ ],
+ "Deleted local items: %d.": [
+ "Slettede lokale emner: %d."
+ ],
+ "Deleted remote items: %d.": [
+ "Slettede fjern-emner: %d."
+ ],
+ "Deletes the given notebook.": [
+ "Sletter aktuelle notesbog."
+ ],
+ "Deletes the notebook without asking for confirmation.": [
+ "Sletter notesbogen uden at bede om bekræftelse."
+ ],
+ "Deletes the notes matching .": [
+ "Sletter alle noter der matcher ."
+ ],
+ "Deletes the notes without asking for confirmation.": [
+ "Sletter noterne uden at bede om bekræftelse."
+ ],
+ "Destination format: %s": [
+ "Destinationsformat: %s"
+ ],
+ "Detailed": [
+ ""
+ ],
+ "Directory": [
+ "Indeks"
+ ],
+ "Directory to synchronise with (absolute path)": [
+ "Mappe der skal synkroniseres med (absolut sti)"
+ ],
+ "Disable": [
+ "Deaktiver"
+ ],
+ "Disable encryption": [
+ "Deaktiver kryptering"
+ ],
+ "Disable safe mode and restart": [
+ "Deaktiver fejlsikret tilstand og genstart"
+ ],
+ "Disable Web Clipper Service": [
+ "Deaktiver Web-Clipper tjeneste"
+ ],
+ "Disabled": [
+ "Deaktiveret"
+ ],
+ "Disabling encryption means *all* your notes and attachments are going to be re-synchronised and sent unencrypted to the sync target. Do you wish to continue?": [
+ "Slås kryptering fra vil *alle* dine noter og vedhæftninger blive re-synkroniseret og sendt ukrypteret til synk-modtageren. Vil du fortsætte?"
+ ],
+ "Discard changes": [
+ "Kassér ændringer"
+ ],
+ "Dismiss": [
+ "Afvis"
+ ],
+ "Displays a geolocation URL for the note.": [
+ "Vis geolokations-URL for noten."
+ ],
+ "Displays only the first top notes.": [
+ "Viser kun de første noter."
+ ],
+ "Displays only the items of the specific type(s). Can be `n` for notes, `t` for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the to-dos, while `-tnt` would display notes and to-dos.": [
+ "Vis kun emner af specifik(ke) type(r). Kan være `n` for noter. `t` for opgaver eller `nt` for noter og opgaver (tilsvarende `-tt` vil kun vise opgaver, mens `-tnt` vil vise noter og opgaver)."
+ ],
+ "Displays summary about the notes and notebooks.": [
+ "Viser opsummering om noter og notesbøger."
+ ],
+ "Displays the complete information about note.": [
+ "Viser komplet information om note."
+ ],
+ "Displays the given note.": [
+ "Viser valgt note."
+ ],
+ "Displays the notes in the current notebook. Use `ls /` to display the list of notebooks.": [
+ "Viser noterne i den aktuelle notesbog. Brug `ls /` for at vise en liste med notesbøger."
+ ],
+ "Displays usage information.": [
+ "Viser brugsinformation."
+ ],
+ "Displays version information": [
+ "Viser versionsinfo"
+ ],
+ "Do it now": [
+ "Gør det nu"
+ ],
+ "Do not ask for confirmation.": [
+ "Spørg ikke om bekræftelse."
+ ],
+ "Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
+ "Glem ikke adgangkoden, da den af sikkerhedshensyn er den *eneste* mulighed for dekryptering af data! For at aktivere kryptering til, skal du indtaste din adgangskode herunder."
+ ],
+ "Done": [
+ "Færdig"
+ ],
+ "Download": [
+ "Download"
+ ],
+ "Download and install the relevant extension for your browser:": [
+ "Download og installer den relevante udvidelse til din browser:"
+ ],
+ "Downloaded": [
+ "Downloadet"
+ ],
+ "Downloaded and decrypted": [
+ "Downloadet og dekrypteret"
+ ],
+ "Downloaded and encrypted": [
+ "Downloadet og krypteret"
+ ],
+ "Downloading": [
+ "Downloader"
+ ],
+ "Downloading %s language files...": [
+ "Downloader %s sprogfiler..."
+ ],
+ "Downloading resources...": [
+ "Downloader ressource..."
+ ],
+ "Dracula": [
+ "Dracula"
+ ],
+ "Draw picture": [
+ ""
+ ],
+ "Drawing": [
+ ""
+ ],
+ "Drop notes or files here": [
+ "Slip noter eller filer her"
+ ],
+ "Dropbox": [
+ "Dropbox"
+ ],
+ "Dropbox Login": [
+ "Dropbox login"
+ ],
+ "Duplicate": [
+ "Dupliker"
+ ],
+ "Duplicate line": [
+ "Dupliker linje"
+ ],
+ "Duplicate selected notes": [
+ "Dupliker valgte noter"
+ ],
+ "Duplicates the notes matching to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
+ "Kopierer alle noter der matcher til [notebook]. Hvis notesbog ikke er udfyldt, kopieres til aktuel notesbog."
+ ],
+ "Edit": [
+ "Redigér"
+ ],
+ "Edit in external editor": [
+ "Rediger i ekstern editor"
+ ],
+ "Edit link": [
+ "Rediger link"
+ ],
+ "Edit note.": [
+ "Rediger note."
+ ],
+ "Edit notebook": [
+ "Rediger notesbog"
+ ],
+ "Edit profile": [
+ "Rediger profil"
+ ],
+ "Edit profile configuration...": [
+ "Rediger profilkonfiguration..."
+ ],
+ "Editor": [
+ "Editor"
+ ],
+ "Editor font": [
+ "Tekstredigeringsskrifttype"
+ ],
+ "Editor font family": [
+ "Rediger skrifttypefamilie"
+ ],
+ "Editor font size": [
+ "Tekstredigeringsskriftstørrelse"
+ ],
+ "Editor maximum width": [
+ "Maksimal bredde på editor"
+ ],
+ "Editor monospace font family": [
+ "Editor monospace skrifttypefamilie"
+ ],
+ "Editor: %s": [
+ "Editor: %s"
+ ],
+ "Either \"text\" or \"json\"": [
+ "Enten \"text\" eller \"json\""
+ ],
+ "Emacs": [
+ "Emacs"
+ ],
+ "Email": [
+ "E-mail"
+ ],
+ "Email to note": [
+ "E-mail til note"
+ ],
+ "Email to Note": [
+ "E-mail til note"
+ ],
+ "Emails": [
+ "E-mails"
+ ],
+ "emphasised text": [
+ "fremhævet tekst"
+ ],
+ "Enable": [
+ "Aktivér"
+ ],
+ "Enable ++insert++ syntax": [
+ "Aktivér ++insert++ syntaks"
+ ],
+ "Enable ==mark== syntax": [
+ "Aktivér ==mark== syntaks"
+ ],
+ "Enable ^sup^ syntax": [
+ "Aktivér ^sup^ syntaks"
+ ],
+ "Enable abbreviation syntax": [
+ "Aktivér forkortelsessyntaks"
+ ],
+ "Enable audio player": [
+ "Aktivér lydafspiller"
+ ],
+ "Enable biometrics authentication?": [
+ "Aktivér biometrisk autentificering?"
+ ],
+ "Enable deflist syntax": [
+ "Aktivér deflist syntaks"
+ ],
+ "Enable encryption": [
+ "Aktivér kryptering"
+ ],
+ "Enable footnotes": [
+ "Aktivér fodnoter"
+ ],
+ "Enable Fountain syntax support": [
+ "Slå understøttelse af Fountain syntaks til"
+ ],
+ "Enable Linkify": [
+ "Aktivér Linkify"
+ ],
+ "Enable markdown emoji": [
+ "Aktivér markdown emojies"
+ ],
+ "Enable math expressions": [
+ "Slå matematiske udtryk til"
+ ],
+ "Enable Mermaid diagrams support": [
+ "Slå understøttelse af Mermaid diagrammer til"
+ ],
+ "Enable multimarkdown table extension": [
+ "Aktivér multimarkdown-tabeludvidelsen"
+ ],
+ "Enable note history": [
+ "Slå note-historie til"
+ ],
+ "Enable PDF viewer": [
+ "Aktivér PDF-viser"
+ ],
+ "Enable soft breaks": [
+ "Slå bløde ombrydninger til"
+ ],
+ "Enable spellcheck in the text editor": [
+ "Aktiver stavekontrol i teksteditoren"
+ ],
+ "Enable table of contents extension": [
+ "Aktivér indholdsfortegnelsesudvidelsen"
+ ],
+ "Enable the Markdown toolbar": [
+ "Aktivér Markdown-værktøjslinjen"
+ ],
+ "Enable typographer support": [
+ "Slå typografunderstøttelse til"
+ ],
+ "Enable video player": [
+ "Aktivér videoafspiller"
+ ],
+ "Enable Web Clipper Service": [
+ "Aktiver Web-Clipper tjeneste"
+ ],
+ "Enable ~sub~ syntax": [
+ "Aktivér ~sub~ syntaks"
+ ],
+ "Enabled": [
+ "Aktiveret"
+ ],
+ "Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
+ "Slås kryptering fra vil *alle* dine noter og vedhæftninger blive re-synkroniseret og sendt ukrypteret til synk-modtageren."
+ ],
+ "Encrypted": [
+ "Krypteret"
+ ],
+ "Encrypted items cannot be modified": [
+ "Krypteret emner kan ikke rettes"
+ ],
+ "Encryption": [
+ "Kryptering"
+ ],
+ "Encryption Config": [
+ "Krypteringsindstillinger"
+ ],
+ "Encryption is: %s": [
+ "Kryptering er: %s"
+ ],
+ "Encryption keys": [
+ "Krypteringsnøgler"
+ ],
+ "Encryption:": [
+ "Kryptering:"
+ ],
+ "End-to-end encryption": [
+ "End-to-end kryptering"
+ ],
+ "Enter code here": [
+ "Skriv kode her"
+ ],
+ "Enter master password:": [
+ "Indtast hovedadgangskode:"
+ ],
+ "Enter notebook title": [
+ "Indtast notesbogstitel"
+ ],
+ "Enum": [
+ "Enum"
+ ],
+ "Error": [
+ "Fejl"
+ ],
+ "Error opening note in editor: %s": [
+ "Fejl ved åbning af note i editor: %s"
+ ],
+ "Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
+ "Fejl. Sørg for at URL, brugernavn, adgangskode, osv. er korrekte og at synkroniseringsmålet er tilgængeligt. Den rapporterede fejl var:"
+ ],
+ "Error: %s": [
+ "Fejl: %s"
+ ],
+ "Errors only": [
+ "Kun fejl"
+ ],
+ "Evernote Export File (as HTML)": [
+ "Evernote eksport fil (i HTML)"
+ ],
+ "Evernote Export File (as Markdown)": [
+ "Evernote eksport fil (i Markdown)"
+ ],
+ "Exits the application.": [
+ "Lukker programmet."
+ ],
+ "Expand": [
+ "Udvid"
+ ],
+ "Export": [
+ "Eksportér"
+ ],
+ "Export all": [
+ "Eksporter alle"
+ ],
+ "Export all notes as JEX": [
+ "Eksportér alle noter som JEX"
+ ],
+ "Export debug report": [
+ "Eksporter fejlrapport"
+ ],
+ "Export Debug Report": [
+ "Eksporter fejlrapport"
+ ],
+ "Export profile": [
+ "Eksporter profil"
+ ],
+ "Exported successfully!": [
+ "Eksporteret med succes!"
+ ],
+ "Exporting profile...": [
+ "Eksporterer profil..."
+ ],
+ "Exporting to \"%s\" as \"%s\" format. Please wait...": [
+ "Eksporterer til \"%s\" som \"%s\"-format. Vent venligst..."
+ ],
+ "Exporting...": [
+ "Eksporterer..."
+ ],
+ "Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
+ "Eksporterer Joplin data til den valgte sti. Standard er eksport af hele databasen inkl. notesbøger, noter, etiketter og ressourcer."
+ ],
+ "Exports only the given note.": [
+ "Eksporterer kun valgt note."
+ ],
+ "Exports only the given notebook.": [
+ "Eksporterer kun valgt notesbog."
+ ],
+ "Fail-safe": [
+ "Fejlsikring"
+ ],
+ "Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
+ "Sikring: Fjern ikke lokal data når målet for synkroniseringen er tom (ofte et resultat af fejlkonfigurering eller bugs)"
+ ],
+ "Fatal error:": [
+ "Kritisk fejl:"
+ ],
+ "Feature flags": [
+ "Feature-markeringer"
+ ],
+ "Fetched items: %d/%d.": [
+ "Hentede emner: %d/%d."
+ ],
+ "Fetching resources: %d/%d": [
+ "Henter ressourcer: %d/%d"
+ ],
+ "File": [
+ "Fil"
+ ],
+ "File system": [
+ "Filsystem"
+ ],
+ "Filter tags": [
+ "Filtrer etiketter"
+ ],
+ "Find and replace": [
+ "Find og erstat"
+ ],
+ "Find: ": [
+ "Find: "
+ ],
+ "Firefox Extension": [
+ "Firefox udvidelse"
+ ],
+ "Fix search index": [
+ "Fiks søgeindeks"
+ ],
+ "Fixing search index...": [
+ "Fikser søgeindeks..."
+ ],
+ "Focus": [
+ "Fokuser"
+ ],
+ "Focus body": [
+ "Fokuser på brødtekst"
+ ],
+ "Focus title": [
+ "Fokuser på titel"
+ ],
+ "Folders": [
+ "Mapper"
+ ],
+ "For debugging purpose only: export your profile to an external SD card.": [
+ "Kun til fejlsøgning: Eksporter din profil til et eksternt SD-kort."
+ ],
+ "For example \"%s\"": [
+ "For eksempel \"%s\""
+ ],
+ "For information on how to customise the shortcuts please visit %s": [
+ "For info om tilpasning af links, besøg %s"
+ ],
+ "For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
+ "Se dokumentationen for nærmere oplysninger om End-To-End-kryptering (E2EE) og vejledning om hvordan det skal aktiveres:"
+ ],
+ "For the list of keyboard shortcuts and config options, type `help keymap`": [
+ "For at få vist listen af tastatur genveje og konfigurationsmuligheder, test `help keymap`"
+ ],
+ "Force path style": [
+ "Gennemtving sti-stil"
+ ],
+ "Formatting": [
+ "Formatering"
+ ],
+ "Forward": [
+ "Videresend"
+ ],
+ "Found: %d.": [
+ "Fundet: %d."
+ ],
+ "FTS enabled: %d": [
+ "Fuld-tekst søgning slået til: %d"
+ ],
+ "Full changelog": [
+ "Komplet ændringslog"
+ ],
+ "Full name": [
+ "Fuldt navn"
+ ],
+ "General": [
+ "Generelt"
+ ],
+ "Generated": [
+ "Oprettet"
+ ],
+ "Generating link...": [
+ "Opretter link...",
+ "Opretter links..."
+ ],
+ "Get it now:": [
+ "Få den nu:"
+ ],
+ "Get pre-releases when checking for updates": [
+ "Hent for-udgivelser når der tjekkes efter opdateringer"
+ ],
+ "Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
+ "Henter eller tilføjer konfigurationsværdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration."
+ ],
+ "Go to source URL": [
+ "Gå til kilde-URL"
+ ],
+ "Goto Anything...": [
+ "Gå til tilfældig..."
+ ],
+ "Grant authorisation": [
+ "Giv tilladelse"
+ ],
+ "Header %d": [
+ "Overskrift %d"
+ ],
+ "Headers": [
+ "Overskrifter"
+ ],
+ "Heading": [
+ "Overskrift"
+ ],
+ "Help": [
+ "Hjælp"
+ ],
+ "Hermes enabled: %d": [
+ "Hermes aktiveret: %d"
+ ],
+ "Hide %s": [
+ "Skjul %s"
+ ],
+ "Hide advanced": [
+ "Skjul avancerede"
+ ],
+ "Hide disabled": [
+ "Skjul deaktiverede"
+ ],
+ "Hide disabled keys": [
+ "Skjul deaktiverede nøgler"
+ ],
+ "Hide Joplin": [
+ "Skjul Joplin"
+ ],
+ "Hide keyboard": [
+ "Skjul tastatur"
+ ],
+ "Hide more actions": [
+ "Skjul flere handlinger"
+ ],
+ "Highlight": [
+ "Fremhæv"
+ ],
+ "Home": [
+ "Hjem"
+ ],
+ "Horizontal Rule": [
+ "Vandret linje"
+ ],
+ "HTML Directory": [
+ "HTML Indeks"
+ ],
+ "HTML document": [
+ ""
+ ],
+ "HTML File": [
+ "HTML fil"
+ ],
+ "Hyperlink": [
+ "Hyperlink"
+ ],
+ "Icon": [
+ "Ikon"
+ ],
+ "ID": [
+ "ID"
+ ],
+ "Idle": [
+ "Ledig"
+ ],
+ "Ignore": [
+ "Ignorér"
+ ],
+ "Ignore TLS certificate errors": [
+ "Ignorer TLS certifikat-fejl"
+ ],
+ "Images": [
+ "Billeder"
+ ],
+ "Import": [
+ "Importer"
+ ],
+ "Importing from \"%s\" as \"%s\" format. Please wait...": [
+ "Importerer fra \"%s\" som \"%s\"-format. Vent venligst..."
+ ],
+ "Importing notes...": [
+ "Importerer noter..."
+ ],
+ "Imports data into Joplin.": [
+ "Importerer data til Joplin."
+ ],
+ "In \"Manual\" mode, attachments are downloaded only when you click on them. In \"Auto\", they are downloaded when you open the note. In \"Always\", all the attachments are downloaded whether you open the note or not.": [
+ "I \"Manuel\" tilstand downloades vedhæftninger, når du klikker på dem. I \"Auto\" tilstand downloades de, når du åbner noten. I \"Altid\" tilstand downloades alle dine noter ligegyldigt om du åbner noten eller ej."
+ ],
+ "In any command, a note or notebook can be referred to by title or ID, or using the shortcuts `$n` or `$b` for, respectively, the currently selected note or notebook. `$c` can be used to refer to the currently selected item.": [
+ "I enhver kommando kan en note eller notesbog refereres med titel eller ID, eller ved at bruge links `$n` eller `$b` for valgte noter eller notesbøger. `$c` kan bruges som reference til aktuel/valgt emne."
+ ],
+ "In order to associate a geo-location with the note, the app needs your permission to access your location.\n\nYou may turn off this option at any time in the Configuration screen.": [
+ "For at knytte en geo-lokation til noten har app'en brug for din tilladelse til at tilgå din placering.\n\nDu kan slå denne mulighed fra når som helst i Indstillinger."
+ ],
+ "In order to do so, your entire data set will have to be encrypted and synchronised, so it is best to run it overnight.\n\nTo start, please follow these instructions:\n\n1. Synchronise all your devices.\n2. Click \"%s\".\n3. Let it run to completion. While it runs, avoid changing any note on your other devices, to avoid conflicts.\n4. Once sync is done on this device, sync all your other devices and let it run to completion.\n\nImportant: you only need to run this ONCE on one device.": [
+ "For at gøre dette skal hele dit datasæt krypteres og synkroniseres, så det er bedst at lade det køre hen over natten.\n\nFølg disse instruktioner for at starte:\n\n1. Synkroniser alle dine enheder.\n2. Klik \"%s\".\n3. Lad det køre færdig. Mens synkroniseringen kører, bør du undgå at ændre nogen noter på dine andre enheder for at undgå konflikter.\n4. Når synk er færdig på denne enhed, synk'er du alle dine andre enheder og lader det køre helt færdig.\n\nVigtigt: Du behøver kun at gøre dette EN gang på en enhed."
+ ],
+ "In order to use file system synchronisation your permission to write to external storage is required.": [
+ "For at bruge filsystemsynkronisering skal du give tilladelse til at skrive til eksternt lager."
+ ],
+ "In order to use the web clipper, you need to do the following:": [
+ "For at bruge Web-Clipperen skal du gøre følgende:"
+ ],
+ "In progress": [
+ "I gang"
+ ],
+ "In: %s": [
+ "I: %s"
+ ],
+ "Increase indent level": [
+ "Øg indrykningsniveau"
+ ],
+ "Indent less": [
+ "Indryk mindre"
+ ],
+ "Indent more": [
+ "Indryk mere"
+ ],
+ "Information": [
+ "Information"
+ ],
+ "Inline Code": [
+ "Inline-kode"
+ ],
+ "Insert": [
+ "Indsæt"
+ ],
+ "Insert Hyperlink": [
+ "Indsæt hyperlink"
+ ],
+ "Insert time": [
+ "Indsæt tid"
+ ],
+ "Install": [
+ "Installer"
+ ],
+ "Install from file": [
+ "Installér fra fil"
+ ],
+ "Installed": [
+ "Installeret"
+ ],
+ "Installing...": [
+ "Installerer..."
+ ],
+ "Invalid": [
+ "Ugyldig"
+ ],
+ "Invalid %s: %s.": [
+ "Forkert %s: %s."
+ ],
+ "Invalid answer: %s": [
+ "Forkert svar: %s"
+ ],
+ "Invalid command: \"%s\"": [
+ "Ulovlig kommando: \"%s\""
+ ],
+ "Invalid option value: \"%s\". Possible values are: %s.": [
+ "Ulovlig indstillingsværdi: \"%s\". Mulige valg er: %s."
+ ],
+ "Invalid password": [
+ "Ugyldig adgangskode"
+ ],
+ "Italic": [
+ "Kursiv"
+ ],
+ "Item \"%s\" could not be downloaded: %s": [
+ "Emnet \"%s\" kunne ikke downloades: %s"
+ ],
+ "Items": [
+ "Emner"
+ ],
+ "Items that cannot be decrypted": [
+ "Emner der ikke kan dekrypteres"
+ ],
+ "Items that cannot be synchronised": [
+ "Emner kan ikke synkroniseres"
+ ],
+ "Join us on Twitter": [
+ "Følg os på Twitter"
+ ],
+ "Joplin can synchronise your notes using various providers. Select one from the list below.": [
+ "Joplin kan synkronisere dine noter ved hjælp af forskellige tjenesteudbydere. Vælg en fra listen nedenfor."
+ ],
+ "Joplin Cloud": [
+ "Joplin Cloud"
+ ],
+ "Joplin Cloud email": [
+ "Joplin Cloud e-mail"
+ ],
+ "Joplin Cloud password": [
+ "Joplin Cloud-adgangskode"
+ ],
+ "Joplin Export Directory": [
+ "Joplin eksport mappe"
+ ],
+ "Joplin Export File": [
+ "Joplin eksport fil"
+ ],
+ "Joplin failed to decrypt these items multiple times, possibly because they are corrupted or too large. These items will remain on the device but Joplin will no longer attempt to decrypt them.": [
+ "Joplin kunne ikke dekryptere disse filer efter flere forsøg. De er måske korrupte eller for store. Disse emner vil forblive på enheden, men Joplin vil ikke længere prøve at dekryptere dem."
+ ],
+ "Joplin Forum": [
+ "Joplin-forum"
+ ],
+ "Joplin Server": [
+ "Joplin server"
+ ],
+ "Joplin Server email": [
+ "Joplin server e-mail"
+ ],
+ "Joplin Server password": [
+ "Joplin Server-adgangskode"
+ ],
+ "Joplin Server URL": [
+ "Joplin Server URL"
+ ],
+ "Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
+ "Joplin Web-Clipper gør at du kan gemme hjemmesider og screenshots fra din browser i Joplin."
+ ],
+ "Joplin website": [
+ "Joplin hjemmeside"
+ ],
+ "Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
+ "Joplin's egen synkroniseringstjeneste. Giver også adgang til særlige Joplin-funktioner såsom publicering af noter og samarbejde med andre om notesbøger."
+ ],
+ "KaTeX": [
+ "KaTeX"
+ ],
+ "Keep note history for": [
+ "Behold note-historie i"
+ ],
+ "Keyboard Mode": [
+ "Tastaturtilstand"
+ ],
+ "Keyboard Shortcut": [
+ "Tastaturgenvej"
+ ],
+ "Keyboard Shortcuts": [
+ "Tastaturgenveje"
+ ],
+ "Keychain Supported: %s": [
+ "Keychain-understøttet: %s"
+ ],
+ "Keys that need upgrading": [
+ "Nøgler der har brug for opgradering"
+ ],
+ "Landscape": [
+ "Landskab"
+ ],
+ "Language": [
+ "Sprog"
+ ],
+ "Last error: %s": [
+ "Sidste fejl: %s"
+ ],
+ "Later": [
+ "Senere"
+ ],
+ "Layout": [
+ "Layout"
+ ],
+ "Layout button sequence": [
+ "Indstil knap-rækkefølge"
+ ],
+ "Leave it blank to download the language files from the default website": [
+ "Lad den være tom for at downloade sprogfilerne fra standardwebstedet."
+ ],
+ "Leave notebook...": [
+ "Forlad notesbog..."
+ ],
+ "Legal": [
+ "US Legal"
+ ],
+ "Letter": [
+ "US Letter"
+ ],
+ "Light": [
+ "Lyst"
+ ],
+ "Lines": [
+ "Linjer"
+ ],
+ "Link": [
+ "Link"
+ ],
+ "Link description": [
+ "Link-kryptering"
+ ],
+ "Link has been copied to clipboard!": [
+ "Link er kopieret til udklipsholder!",
+ "Links er kopieret til udklipsholder!"
+ ],
+ "Link text": [
+ "Link-tekst"
+ ],
+ "Links with protocol \"%s\" are not supported": [
+ "Links med \"%s\" protokollen er ikke understøttede"
+ ],
+ "List item": [
+ "Listepunkt"
+ ],
+ "Lists": [
+ "Lister"
+ ],
+ "Loaded": [
+ "Indlæst"
+ ],
+ "Loading...": [
+ "Indlæser..."
+ ],
+ "Location": [
+ "Placering"
+ ],
+ "Lock file is already being hold. If you know that no synchronisation is taking place, you may delete the lock file at \"%s\" and resume the operation.": [
+ "Låsefil er allerede i brug. Hvis du ved at ingen synkronisering er i gang kan du slette låsefilen \"%s\" og genoptage synkroniseringen."
+ ],
+ "Log": [
+ "Log"
+ ],
+ "Login": [
+ "Login"
+ ],
+ "Login below.": [
+ "Log ind nedenfor."
+ ],
+ "Login with Dropbox": [
+ "Log på med Dropbox"
+ ],
+ "Login with OneDrive": [
+ "Log på med OneDrive"
+ ],
+ "Logout": [
+ "Log ud"
+ ],
+ "Logs": [
+ "Logfiler"
+ ],
+ "Make a donation": [
+ "Giv en donation"
+ ],
+ "Manage master password": [
+ "Administrer hovedadgangskode"
+ ],
+ "Manage master password...": [
+ "Administrer hovedadgangskode..."
+ ],
+ "Manage multiple users": [
+ "Administrer flere brugere"
+ ],
+ "Manage profiles": [
+ "Administrer profiler"
+ ],
+ "Manage your plugins": [
+ "Administrer dine udvidelser"
+ ],
+ "Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": [
+ "Administrer E2EE-konfiguration. Kommandoer er `enable`(aktiver), `disable`(sluk), `decrypt`(dekrypter), `status`, `decrypt-file`(dekrypter fil) og `target-status` (modtager-status)."
+ ],
+ "Manual": [
+ "Manuel"
+ ],
+ "Markdown": [
+ "Markdown"
+ ],
+ "Markdown + Front Matter": [
+ "Markdown + Front Matter"
+ ],
+ "Marks a to-do as done.": [
+ "Markerer en opgave som udført."
+ ],
+ "Marks a to-do as non-completed.": [
+ "Markerer en opgave som ikke-udført."
+ ],
+ "Markup": [
+ "Markup"
+ ],
+ "Master Key %s": [
+ "Hovednøgle %s"
+ ],
+ "Master password": [
+ "Hovedadgangskode"
+ ],
+ "Master password:": [
+ "Hovedadgangskode:"
+ ],
+ "Max concurrent connections": [
+ "Maksimale samtidige forbindelser"
+ ],
+ "Max Item Size": [
+ "Maks elementstørrelse"
+ ],
+ "Max note or attachment size": [
+ "Maksimal størrelse af note eller vedhæftning"
+ ],
+ "Max Total Size": [
+ "Maks samlet størrelse"
+ ],
+ "Missing keys": [
+ "Manglende nøgler"
+ ],
+ "Missing Master Keys": [
+ "Manglende hovednøgler"
+ ],
+ "Missing required argument: %s": [
+ "Mangler krævet argument: %s"
+ ],
+ "Missing required flag value: %s": [
+ "Mangler krævet flag-værdi: %s"
+ ],
+ "Mobile data - auto-sync disabled": [
+ "Mobildata - auto-synk deaktiveret"
+ ],
+ "More info": [
+ "Mere information"
+ ],
+ "More information": [
+ "Mere information"
+ ],
+ "More than one item match \"%s\". Please narrow down your query.": [
+ "Mere end et emne matcher \"%s\". Præciser din søgning."
+ ],
+ "Move %d notes to notebook \"%s\"?": [
+ "Flyt %d noter til notesbogen \"%s\"?"
+ ],
+ "Move to notebook": [
+ "Flyt til notesbog"
+ ],
+ "Move to notebook...": [
+ "Flyt til notesbog..."
+ ],
+ "Move to notebook:": [
+ "Flyt til notesbog:"
+ ],
+ "Moves the given
- to [notebook]": [
+ "Flytter det givne
- til [notebook]."
+ ],
+ "n": [
+ "n"
+ ],
+ "N": [
+ "N"
+ ],
+ "Never resize": [
+ ""
+ ],
+ "New note": [
+ "Ny note"
+ ],
+ "New notebook": [
+ "Ny notesbog"
+ ],
+ "New Notebook": [
+ "Ny notesbog"
+ ],
+ "New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
+ "Ny notesbog \"%s\" bliver oprettet og filen \"%s\" importeres til den"
+ ],
+ "New sub-notebook": [
+ "Ny under-notesbog"
+ ],
+ "New tags:": [
+ "Nye etiketter:"
+ ],
+ "New to-do": [
+ "Ny opgave"
+ ],
+ "New version: %s": [
+ "Ny version: %s"
+ ],
+ "Next match": [
+ "Næste match"
+ ],
+ "Nextcloud": [
+ "Nextcloud"
+ ],
+ "Nextcloud password": [
+ "Nextcloud-adgangskode"
+ ],
+ "Nextcloud username": [
+ "Nextcloud brugernavn"
+ ],
+ "Nextcloud WebDAV URL": [
+ "Nextcloud WebDAV URL"
+ ],
+ "no": [
+ "nej"
+ ],
+ "No": [
+ "Nej"
+ ],
+ "No active notebook.": [
+ "Ingen aktiv notesbog."
+ ],
+ "No item with ID %s": [
+ "Intet emne med ID'en %s"
+ ],
+ "No notebook has been specified.": [
+ "Ingen notesbog er specificeret."
+ ],
+ "No notebook selected.": [
+ "Ingen notesbog er valgt."
+ ],
+ "No notes in here. Create one by clicking on \"New note\".": [
+ "Der er ingen noter her. Opret en ved at klikke på \"Ny note\"."
+ ],
+ "No resources!": [
+ "Ingen ressourcer!"
+ ],
+ "No results": [
+ "Ingen resultater"
+ ],
+ "No such command: %s": [
+ "Kommando findes ikke: %s"
+ ],
+ "No suggestions": [
+ "Ingen forslag"
+ ],
+ "No text editor is defined. Please set it using `config editor `": [
+ "Ingen teksteditor er valgt. Vælg en ved at indstille `config editor `"
+ ],
+ "Nord": [
+ "Nord"
+ ],
+ "Not authentified with %s. Please provide any missing credentials.": [
+ "Ikke godkendt med %s. Angiv venligst eventuelle manglende legitimationsoplysninger."
+ ],
+ "Not downloaded": [
+ "Ikke downloadet"
+ ],
+ "Not generated": [
+ "Ikke oprettet"
+ ],
+ "Not now": [
+ "Ikke nu"
+ ],
+ "note": [
+ "note"
+ ],
+ "Note": [
+ "Note"
+ ],
+ "Note area growth factor": [
+ "Noteområde-vækstfaktor"
+ ],
+ "Note attachments": [
+ "Note vedhæftninger"
+ ],
+ "Note attachments...": [
+ "Note-vedhæftninger..."
+ ],
+ "Note body": [
+ "Noteindhold"
+ ],
+ "Note does not exist: \"%s\". Create it?": [
+ "Note eksisterer ikke: \"%s\". Skal den oprettes?"
+ ],
+ "Note editor": [
+ "Noteeditor"
+ ],
+ "Note has been saved.": [
+ "Note gemt."
+ ],
+ "Note History": [
+ "Notehistore"
+ ],
+ "Note is not a to-do: \"%s\"": [
+ "Noten er ikke en opgave: \"%s\""
+ ],
+ "Note list": [
+ "Noteliste"
+ ],
+ "Note list growth factor": [
+ "Noteliste-vækstfaktor"
+ ],
+ "Note properties": [
+ "Noteegenskaber"
+ ],
+ "Note title": [
+ "Notes titel"
+ ],
+ "Note&book": [
+ "Note&bog"
+ ],
+ "Note: Does not work in all desktop environments.": [
+ "OBS: Virker ikke i alle skrivebordsmiljøer."
+ ],
+ "Note: When a note is shared, it will no longer be encrypted on the server.": [
+ "Bemærk: Når en note bliver delt, vil den ikke længere være krypteret på serveren."
+ ],
+ "Notebook": [
+ "Notesbog"
+ ],
+ "Notebook list growth factor": [
+ "Notesbogsliste-vækstfaktor"
+ ],
+ "Notebook: %s": [
+ "Notesbog: %s"
+ ],
+ "Notebooks": [
+ "Notesbøger"
+ ],
+ "Notebooks cannot be named \"%s\", which is a reserved title.": [
+ "Notesbøger kan ikke navngives \"%s\", da det er en reserveret titel."
+ ],
+ "Notes": [
+ "Noter"
+ ],
+ "Notes and settings are stored in: %s": [
+ "Noter og indstillinger er gemt i: %s"
+ ],
+ "Notes can only be created within a notebook.": [
+ "Noter kan kun oprettes i en notesbog."
+ ],
+ "Numbered List": [
+ "Nummeret liste"
+ ],
+ "OK": [
+ "OK"
+ ],
+ "OLED Dark": [
+ "OLED Mørkt"
+ ],
+ "On %s: %s": [
+ "På %s: %s"
+ ],
+ "One of your master keys use an obsolete encryption method.": [
+ "En af dine hovednøgler bruger en forældet krypteringsmetode."
+ ],
+ "One or more items are currently encrypted and you may need to supply a master password. To do so please type `e2ee decrypt`. If you have already supplied the password, the encrypted items are being decrypted in the background and will be available soon.": [
+ "Et eller flere emner er krypteret og du skal evt. angive en hovedadgangskode. For at gøre dette skal du indtaste `e2ee decrypt`. Har du allerede indtastet adgangskoden, bliver emnerne i øjeblikket dekrypteret i bagrunden og vil snart være klar."
+ ],
+ "One or more master keys need a password.": [
+ "En eller flere hovednøgler mangler en adgangskode."
+ ],
+ "OneDrive": [
+ "OneDrive"
+ ],
+ "OneDrive Login": [
+ "OneDrive login"
+ ],
+ "Only one note can be printed at a time.": [
+ "Kun én note kan printes ad gangen."
+ ],
+ "Open": [
+ "Åbn"
+ ],
+ "Open %s": [
+ "Åbn %s"
+ ],
+ "Open PDF viewer": [
+ "Åbn PDF-viser"
+ ],
+ "Open profile directory": [
+ "Åbn profilmappe"
+ ],
+ "Open Sync Wizard...": [
+ "Open Synk-hjælper..."
+ ],
+ "Open...": [
+ "Åbn..."
+ ],
+ "Operation cancelled": [
+ "Udførelse annulleret"
+ ],
+ "Options": [
+ "Indstillinger"
+ ],
+ "Or create an account.": [
+ "Eller opret en konto."
+ ],
+ "Ordered list": [
+ "Sorteret liste"
+ ],
+ "Other applications...": [
+ "Andre applikationer..."
+ ],
+ "Output format: %s": [
+ "Output-format: %s"
+ ],
+ "Page orientation for PDF export": [
+ "Sideretning for PDF eksport"
+ ],
+ "Page size for PDF export": [
+ "Sidestørrelse for PDF eksport"
+ ],
+ "Password": [
+ "Adgangskode"
+ ],
+ "Password cannot be empty": [
+ "Adgangskode må ikke være tom"
+ ],
+ "Password:": [
+ "Adgangskode:"
+ ],
+ "Passwords do not match!": [
+ "Adgangskoder stemmer ikke overens!"
+ ],
+ "Paste": [
+ "Indsæt"
+ ],
+ "Paste as text": [
+ "Indsæt som tekst"
+ ],
+ "Path:": [
+ "Sti:"
+ ],
+ "PDF File": [
+ "PDF-fil"
+ ],
+ "Per user. Minimum of %d users.": [
+ "Pr. bruger. Minimum %d brugere."
+ ],
+ "Permission needed": [
+ "Tilladelse nødvendig"
+ ],
+ "Permission to use camera": [
+ "Tilladelse til at bruge kameraet"
+ ],
+ "Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
+ "Klik på \"%s\" for at fortsætte, eller indstil adgangskoderne på \"%s\"-listen nedenfor."
+ ],
+ "Please confirm that you would like to re-encrypt your complete database.": [
+ "Bekræft venligst at du ønsker at genkryptere hele din database."
+ ],
+ "Please enter your password in the master key list below before upgrading the key.": [
+ "Indtast din adgangskode i hovednøglelisten nedenfor før opgradering af nøglen."
+ ],
+ "Please note that if it is a large notebook, it may take a few minutes for all the notes to show up on the recipient's device.": [
+ "Bemærk, at hvis der er tale om en stor notesbog, kan det tage et par minutter, før alle noter vises på modtagerens enhed."
+ ],
+ "Please open the following URL in your browser to authenticate the application. The application will create a directory in \"Apps/Joplin\" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.": [
+ "Åben venligst flg. ULR i en browser for at bekræfte app'en. App'en vil oprette en mappe i \"Apps/Joplin\" og vil kun skrive/læse filer i denne mappe. Den får ingen adgang til filer udenfor denne mappe, heller ikke til andre persondata. Ingen data deles med nogen tredjepart."
+ ],
+ "Please record your voice...": [
+ "Optag venligst din stemme..."
+ ],
+ "Please select a notebook first.": [
+ "Vælg først en notesbog."
+ ],
+ "Please select the note or notebook to be deleted first.": [
+ "Vælg først noten eller notesbogen der skal slettes."
+ ],
+ "Please select where the sync status should be exported to": [
+ "Vælg hvor synk-status skal eksporteres til"
+ ],
+ "Please specify import format for %s": [
+ "Specificer import format for %s"
+ ],
+ "Please specify the notebook where the notes should be imported to.": [
+ "Angiv hvilken notesbog, noterne skal importeres til."
+ ],
+ "Please upgrade Joplin to use this plugin": [
+ "Opgrader venligst Joplin for at benytte denne udvidelse"
+ ],
+ "Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
+ "Vent venligst på at alle vedhæftninger downloades og dekrypteres. Du kan også skifte til %s for at redigere noten."
+ ],
+ "Please wait...": [
+ "Vent venligst..."
+ ],
+ "Plugin tools": [
+ "Udvidelsesværtøjer"
+ ],
+ "Plugins": [
+ "Udvidelser"
+ ],
+ "Portrait": [
+ "Portræt"
+ ],
+ "Possible keys/values:": [
+ "Mulige nøgler/værdier:"
+ ],
+ "Possible values: %s.": [
+ "Mulige værdier: %s."
+ ],
+ "Preferences": [
+ "Præferencer"
+ ],
+ "Preferences...": [
+ "Præferencer..."
+ ],
+ "Preferred dark theme": [
+ "Foretrukket mørkt tema"
+ ],
+ "Preferred light theme": [
+ "Foretrukket lyst tema"
+ ],
+ "Press Ctrl+D or type \"exit\" to exit the application": [
+ "Tast Ctrl+D eller tast \"exit\" for at afslutte app'en"
+ ],
+ "Press the shortcut": [
+ "Tryk på genvejen"
+ ],
+ "Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
+ "Tryk på genvejen og tryk så på ENTER. Eller, tryk MELLEMRUMSTASTEN for at rydde genvejen."
+ ],
+ "Press to set the decryption password.": [
+ "Klik for at gemme dekrypterings-adgangskodeord."
+ ],
+ "Previous match": [
+ "Forrige match"
+ ],
+ "Previous versions of this note": [
+ "Tidligere udgaver af denne note"
+ ],
+ "Print": [
+ "Udskriv"
+ ],
+ "Priority support": [
+ "Prioriteret support"
+ ],
+ "Privacy Policy": [
+ "Privatlivspolitik"
+ ],
+ "Pro": [
+ "Pro"
+ ],
+ "Process failed payment subscriptions": [
+ "Behandl mislykkede betalingsabonnementer"
+ ],
+ "Process oversized accounts": [
+ "Behandl for store konti"
+ ],
+ "Process user deletions": [
+ "Behandl brugersletninger"
+ ],
+ "Profile": [
+ "Profil"
+ ],
+ "Profile name": [
+ "Profilnavn"
+ ],
+ "Profile name:": [
+ "Profilnavn:"
+ ],
+ "Profile Version: %s": [
+ "Profil-version: %s"
+ ],
+ "Profiles": [
+ "Profiler"
+ ],
+ "Properties": [
+ "Egenskaber"
+ ],
+ "Proxy enabled": [
+ "Proxy aktiveret"
+ ],
+ "Proxy timeout (seconds)": [
+ "Proxy timeout (sekunder)"
+ ],
+ "Proxy URL": [
+ "Proxy-URL"
+ ],
+ "Public-private key pair:": [
+ "Offentligt-privat nøglepar:"
+ ],
+ "Publish note...": [
+ "Publicer note..."
+ ],
+ "Publish Notes": [
+ "Publicer noter"
+ ],
+ "Publish notes to the internet": [
+ "Udgiv noter til internettet"
+ ],
+ "Quit": [
+ "Afslut"
+ ],
+ "Re-encrypt data": [
+ "Genkryptér data"
+ ],
+ "Re-encryption": [
+ "Genkryptering"
+ ],
+ "Re-upload local data to sync target": [
+ "Upload lokal data igen til synkroniseringsmål"
+ ],
+ "Read more about it": [
+ "Læs mere om det"
+ ],
+ "Read time: %s min": [
+ "Læsetid: %s min"
+ ],
+ "Recipient has accepted the invitation": [
+ "Modtageren har accepteret invitationen"
+ ],
+ "Recipient has not yet accepted the invitation": [
+ "Modtager har endnu ikke accepteret invitationen"
+ ],
+ "Recipient has rejected the invitation": [
+ "Modtageren har afslået invitationen"
+ ],
+ "Recipients:": [
+ "Modtagere:"
+ ],
+ "Redo": [
+ "Gentag"
+ ],
+ "Refresh": [
+ "Opfrisk"
+ ],
+ "Regular expression": [
+ "Almindeligt udtryk"
+ ],
+ "Reject": [
+ "Afvis"
+ ],
+ "Remove": [
+ "Fjern"
+ ],
+ "Remove tag \"%s\" from all notes?": [
+ "Slet etikette \"%s\" fra alle noter?"
+ ],
+ "Remove this search from the sidebar?": [
+ "Slet denne søgning fra sidebjælken?"
+ ],
+ "Rename": [
+ "Omdøb"
+ ],
+ "Rename notebook:": [
+ "Omdøb notesbog:"
+ ],
+ "Rename tag:": [
+ "Omdøb etikette:"
+ ],
+ "Renames the given
- (note or notebook) to .": [
+ "Omdøber det aktuelle